/* ===========================================================
  FlickerGear – PROFESSIONAL CORPORATE STYLE (Flexbox Only)
  Modern, structured, blue/gray palette, business typography
  =========================================================== */
/* RESET & BASE -------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1.6;
  background-color: #F5F3F0;
  color: #212743;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: #212743;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #F9BA32;
}
ul, ol {
  margin-left: 1.4em;
  margin-bottom: 16px;
}
li {
  margin-bottom: 8px;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #212743;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
h1 {
  font-size: 2.7rem;
  margin-bottom: 28px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.3rem;
  margin-bottom: 18px;
}
p {
  font-size: 1.05rem;
  color: #212743;
  margin-bottom: 18px;
}
strong, b {
  font-weight: 700;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
/* SPACING & WRAPPER PATTERNS ------------------------------ */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(33,39,67,0.06);
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(33,39,67,0.04);
  margin-bottom: 20px;
  position: relative;
  padding: 24px 18px;
  min-width: 260px;
  flex: 1 1 300px;
  transition: box-shadow 0.2s;
}
.card:hover {
  box-shadow: 0 6px 22px rgba(33,39,67,0.08);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #F5F6FA;
  color: #212743;
  border-left: 4px solid #212743;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 1.08rem;
  box-shadow: 0 2px 8px rgba(33,39,67,0.05);
}
.testimonial-card p {
  color: #212743;
  margin: 0 0 6px 0;
}
.testimonial-card span {
  font-size: 0.97rem;
  color: #555C77;
  font-style: italic;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(33,39,67,.04);
  padding: 22px;
}
.usp-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: disc inside;
}
.usp-list li {
  background: #EEF1F6;
  border-radius: 8px;
  padding: 10px 22px;
  color: #212743;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}
/* HERO SECTION ------------------------------------------- */
.hero {
  padding: 64px 0 64px 0;
  background: #212743;
  color: #fff;
}
.hero .container {
  flex-direction: column;
  align-items: flex-start;
}
.hero h1, .hero h2, .hero h3 {
  color: #fff;
}
.hero p {
  color: #E5E6EF;
  font-size: 1.32rem;
}
.hero a.btn-primary {
  margin-top: 12px;
}
/* HEADER & MOBILE NAVIGATION ----------------------------- */
header {
  background: #fff;
  border-bottom: 1.5px solid #EBEBF2;
  position: sticky;
  top: 0;
  z-index: 10;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 11px 20px;
}
header img {
  height: 48px;
}
nav {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: center;
}
nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.01rem;
  font-weight: 500;
  color: #212743;
  transition: color .18s;
  padding: 7px 4px;
  position: relative;
}
nav a:hover, nav a:focus {
  color: #F9BA32;
}
.btn-primary, .btn-secondary {
  display: inline-block;
  padding: 0.78em 2.1em;
  border-radius: 30px;
  background: #212743;
  color: #fff;
  font-family: 'Montserrat',Arial,sans-serif;
  font-weight: 600;
  font-size: 1.07rem;
  text-align: center;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 8px rgba(33,39,67,0.055);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.16s, transform 0.16s;
}
.btn-primary:hover, .btn-primary:focus {
  background: #F9BA32;
  color: #212743;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 4px 22px rgba(249,186,50,.10);
}
.btn-secondary {
  background: #EEF1F6;
  color: #212743;
  border: 2px solid #212743;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #F9BA32;
  color: #fff;
  border-color: #F9BA32;
}
/* Mobile Menu button */
.mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 2.1rem;
  display: none;
  color: #212743;
  cursor: pointer;
  margin-left: 12px;
  transition: color 0.18s;
  z-index: 62;
}
.mobile-menu-toggle:focus {
  outline: 2px solid #212743;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #212743;
  color: #fff;
  z-index: 61;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 24px 0 24px;
  transform: translateX(-100vw);
  opacity: 0;
  transition: transform .36s cubic-bezier(.72,.04,.45,.99), opacity .29s;
  box-shadow: 0 6px 42px rgba(15,18,28,0.20);
}
.mobile-menu.open {
  transform: translateX(0vw);
  opacity: 1;
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2.1rem;
  align-self: flex-end;
  cursor: pointer;
  margin-bottom: 16px;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 18px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.19rem;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1.5px solid rgba(245,243,240,0.11);
  transition: color .16s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #F9BA32;
}
@media (max-width: 1020px) {
  header .container {
    gap: 18px;
  }
}
@media (max-width: 900px) {
  nav {
    gap: 18px;
  }
  .btn-primary {
    padding: 0.7em 1.6em;
    font-size: 1.01rem;
  }
}
@media (max-width: 850px) {
  nav {
    display: none;
  }
  .btn-primary {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
/* MAIN & SECTIONS ----------------------------------------- */
main {
  margin-top: 0;
  min-height: 60vh;
}
section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
}
.contact-section, .cta-section, .thank-you-section {
  background: #EEF1F6;
  border-radius: 18px;
  box-shadow: 0 2px 20px rgba(33,39,67,.05);
  margin-bottom: 60px;
}
.legal-section {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(33,39,67,0.07);
  margin-bottom: 60px;
}
.text-section {
  background: #F5F6FA;
  padding: 20px 18px;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(33,39,67,.03);
  margin-bottom: 22px;
}
.faq-section dl {
  margin-left: 0;
  margin-bottom: 0;
}
.faq-section dt {
  font-family: 'Montserrat',Arial,sans-serif;
  font-weight: 600;
  color: #212743;
  margin-bottom: 4px;
  margin-top: 16px;
}
.faq-section dd {
  margin-left: 0;
  margin-bottom: 16px;
  color: #555C77;
  font-size: 1rem;
}
/* FORMS (if any) ------------------------------------------ */
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  color: #212743;
}
input, textarea, select {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1.5px solid #CED3E7;
  margin-bottom: 12px;
  background: #fff;
  font-size: 1.01rem;
}
input:focus, textarea:focus, select:focus {
  outline: 2px solid #F9BA32;
  border-color: #F9BA32;
}
/* FOOTER -------------------------------------------------- */
footer {
  background: #212743;
  color: #fff;
  padding: 28px 0 20px 0;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
footer .container {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 38px;
  padding: 0 20px;
}
footer img {
  height: 44px;
  margin-bottom: 14px;
}
footer nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
footer nav a {
  color: #F5F3F0;
  font-size: 1.06rem;
  transition: color 0.17s;
  padding: 3px 0;
}
footer nav a:hover, footer nav a:focus {
  color: #F9BA32;
}
.footer-contact p, .footer-contact a {
  color: #E5E6EF;
  font-size: 0.99rem;
  margin-bottom: 7px;
}
.footer-contact a:hover {
  color: #F9BA32;
}
/* MICRO-INTERACTIONS & TRANSITIONS ------------------------ */
.section, .card, .testimonial-card, .feature-item, .usp-list li, .btn-primary, .btn-secondary {
  transition: box-shadow 0.18s, border 0.13s, color 0.15s, background 0.15s, transform 0.18s;
}
.card:hover, .feature-item:hover, .usp-list li:hover {
  box-shadow: 0 8px 28px rgba(33,39,67,0.11);
  transform: translateY(-2px) scale(1.018);
}
/* COOKIE CONSENT BANNER & POPUP --------------------------- */
.cookie-banner {
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  width: 100vw;
  z-index: 130;
  background: #212743;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 18px 18px 18px;
  box-shadow: 0 -2px 16px rgba(33,39,67,0.18);
  gap: 24px;
  font-size: 1rem;
  animation: bannerdrop 0.75s cubic-bezier(.72,.28,.37,1.02) both;
}
@keyframes bannerdrop {
  0% { transform: translateY(100%); opacity: 0; }
  80% { transform: translateY(-10%); opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}
.cookie-banner__text {
  max-width: 680px;
  line-height: 1.5;
}
.cookie-banner__actions {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
}
.cookie-banner__btn {
  border: none;
  border-radius: 22px;
  padding: 10px 24px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  cursor: pointer;
  transition: background 0.19s, color 0.19s;
  outline: none;
}
.cookie-banner__btn--accept {
  background: #F9BA32;
  color: #212743;
}
.cookie-banner__btn--accept:hover, .cookie-banner__btn--accept:focus {
  background: #fff;
  color: #212743;
}
.cookie-banner__btn--reject {
  background: #EEF1F6;
  color: #212743;
  border: 1.5px solid #CED3E7;
}
.cookie-banner__btn--reject:hover, .cookie-banner__btn--reject:focus {
  background: #fff;
  color: #212743;
}
.cookie-banner__btn--settings {
  background: none;
  color: #F9BA32;
  text-decoration: underline;
  padding: 10px 6px;
  font-weight: 500;
}
.cookie-banner__btn--settings:hover, .cookie-banner__btn--settings:focus {
  color: #fff;
  background: #F9BA32;
}
.cookie-banner-hidden {
  display: none !important;
}
/* COOKIE MODAL POPUP -------------------------------------- */
.cookie-modal {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 160;
  background: rgba(33, 39, 67, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s;
}
.cookie-modal.visible {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal__content {
  background: #fff;
  color: #212743;
  padding: 40px 24px 32px 26px;
  border-radius: 16px;
  box-shadow: 0 4px 34px rgba(33,39,67,0.21);
  min-width: 320px;
  max-width: 94vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  animation: modalshow 0.31s cubic-bezier(.29, 1.5, .45, .96) both;
}
@keyframes modalshow {
  0% { transform: scale(0.9) translateY(22px); opacity: 0 }
  85%{ transform: scale(1.06) translateY(-7px); opacity: 1 }
  100%{ transform: scale(1) translateY(0); opacity: 1 }
}
.cookie-modal__close {
  background: none;
  border: none;
  color: #212743;
  font-size: 2.3rem;
  position: absolute;
  top: 18px;
  right: 24px;
  cursor: pointer;
}
.cookie-modal__title {
  font-size: 1.45rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 18px 0 8px 0;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #F5F6FA;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 1.07rem;
  font-weight: 500;
}
.cookie-category input[type="checkbox"] {
  accent-color: #212743;
  width: 21px;
  height: 21px;
}
.cookie-category--essential label {
  color: #212743;
  opacity: 0.7;
}
.cookie-modal__actions {
  margin-top: 20px;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
/* Typography scale and links in legal pages --------------- */
.legal-section p, .legal-section ul, .legal-section ol {
  font-size: 1.06rem;
  color: #212743;
}
.legal-section ul {
  padding-left: 17px;
}
.legal-section a {
  color: #212743;
  text-decoration: underline;
}
.legal-section a:hover {
  color: #F9BA32;
}
/* RESPONSIVE: Mobile First -------------------------------- */
@media (max-width: 1020px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 900px) {
  .container {
    max-width: 730px;
  }
  .hero {
    padding: 44px 0 44px 0;
  }
  .card {
    min-width: 220px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 99vw;
    padding: 0 11px;
  }
  .content-grid, .card-container, .usp-list ul {
    flex-direction: column;
    gap: 16px;
  }
  .hero {
    padding: 28px 0 38px 0;
    text-align: left;
  }
  .hero h1 {
    font-size: 2rem;
  }
  section, .section {
    padding: 25px 5px;
    margin-bottom: 40px;
  }
  .card {
    padding: 16px 10px;
    min-width: 98%;
  }
  .testimonial-card {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 10px;
  }
  .content-wrapper {
    gap: 10px;
  }
  .feature-item {
    padding: 15px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  footer .container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .cookie-banner {
    flex-direction: column;
    gap: 20px;
    text-align: left;
    padding: 20px 8px 16px 8px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  h1 { font-size: 1.35rem; }
  h2 { font-size: 1.06rem; }
  .btn-primary, .btn-secondary {
    padding: 0.62em 1.2em;
    font-size: 0.99rem;
  }
}
/* UTILITY CLASSES ----------------------------------------- */
.d-none { display: none !important; }
.gap-24 { gap: 24px !important; }
.text-center { text-align: center !important; }
.flex-col { flex-direction: column !important; }
.flex-row { flex-direction: row !important; }
.align-center { align-items: center !important; }
.align-start { align-items: flex-start !important; }
.justify-between { justify-content: space-between !important; }
/* BRANDED SCROLLBAR (optional for professional look) ------ */
body::-webkit-scrollbar {
  width: 10px;
  background: #F5F3F0;
}
body::-webkit-scrollbar-thumb {
  background: #CED3E7;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #F9BA32;
}
