/* RESET & BASE TYPOGRAPHY */
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, 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;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  color: #222;
  background: linear-gradient(135deg, #FFFFFF 0%, #F6F7FB 100%);
  min-height: 100vh;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul, ol {
  padding-left: 1.5em;
}
a {
  color: #14213D;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #FCA311;
}

/* BRAND FONTS */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #14213D;
  font-weight: 700;
  letter-spacing: -0.5px;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 14px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
h4, h5, h6 {
  font-size: 1rem;
}
p, li, blockquote, cite {
  font-size: 1rem;
  color: #222;
  line-height: 1.7;
}
strong {
  font-weight: bold;
}

/* LAYOUT CONTAINERS */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 20px 0 rgba(20,33,61,0.07);
}

/* HERO SECTION GRADIENT BACKGROUND */
.hero {
  background: linear-gradient(120deg, #14213D 0%, #304267 100%);
  color: #fff;
  border-radius: 0 0 32px 32px;
  padding: 0;
  margin-bottom: 0;
}
.hero .content-wrapper {
  min-height: 340px;
  justify-content: center;
  align-items: center;
  padding: 60px 0 40px 0;
  gap: 18px;
}
.hero h1, .hero p {
  color: #fff;
}
.hero .cta {
  margin-top: 20px;
}

/* FLEX SPACING & PATTERNS */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 20px 0 rgba(20,33,61,0.11);
  padding: 32px 24px;
  flex: 1 1 320px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.2s;
}
.card:hover {
  box-shadow: 0 8px 32px 0 rgba(252,163,17,0.11), 0 2px 20px 0 rgba(20,33,61,0.1);
}
.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;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(20,33,61,0.09);
  margin-bottom: 30px;
  max-width: 600px;
  transition: box-shadow 0.18s, transform 0.18s;
  border-left: 4px solid #FCA311;
}
.testimonial-card:hover {
  box-shadow: 0 8px 32px rgba(20,33,61,0.13);
  transform: translateY(-3px) scale(1.02);
}
.testimonial-card blockquote {
  font-size: 1.18rem;
  font-style: italic;
  color: #14213D;
  margin-bottom: 6px;
  line-height: 1.7;
}
.testimonial-card cite {
  font-size: 0.96rem;
  color: #686d76;
  font-style: normal;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.feature-grid > div {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(20,33,61,0.08);
  padding: 24px 20px 20px 20px;
  flex: 1 1 270px;
  min-width: 240px;
  transition: box-shadow 0.18s, transform 0.18s;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.feature-grid > div:hover {
  box-shadow: 0 8px 32px rgba(252,163,17,0.10);
  transform: translateY(-4px) scale(1.03);
}
.feature-grid img {
  width: 42px;
  margin-bottom: 10px;
}
.feature-grid h3 {
  margin-bottom: 6px;
}

.step-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 18px;
  margin-bottom: 14px;
}
.step-list li {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(20,33,61,0.14);
  padding: 24px 20px 20px 20px;
  flex: 1 1 270px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  transition: box-shadow 0.13s, transform 0.13s;
  position: relative;
}
.step-list img {
  width: 38px;
  margin-bottom: 4px;
}
.step-list strong {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
  color: #14213D;
}
.step-list span {
  font-size: 1rem;
  color: #222;
}
.step-list li:hover {
  box-shadow: 0 6px 26px 0 rgba(252,163,17,0.12);
  transform: translateY(-3px) scale(1.02);
}

/* FAQ ACCORDION */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 20px 0 4px 0;
}
.faq-item {
  background: #fff;
  border-radius: 16px;
  padding: 18px 20px 12px 20px;
  box-shadow: 0 2px 16px rgba(20,33,61,0.05);
  cursor: pointer;
  transition: box-shadow 0.17s;
  margin-bottom: 8px;
}
.faq-item h3 {
  font-size: 1.12rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #14213D;
}
.faq-item > div {
  font-size: 0.98rem;
  color: #222;
  line-height: 1.6;
}
.faq-item:hover, .faq-item:focus-within {
  box-shadow: 0 8px 32px rgba(252,163,17,0.08);
}

/* Cookie Consent Banner & Modal */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg,#fff 85%,#fca311 100%);
  color: #14213D;
  padding: 22px 14px 18px 14px;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -2px 28px rgba(20,33,61,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  z-index: 9999;
  max-width: 98vw;
  margin: 0 auto;
  transition: opacity 0.35s, transform 0.4s;
  opacity: 1;
}
.cookie-consent-banner.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 3px;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fff;
  background: #14213D;
  border: 0;
  border-radius: 8px;
  padding: 10px 22px;
  font-size: 1rem;
  margin-bottom: 0;
  transition: background 0.2s, color 0.2s, box-shadow 0.18s;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(20,33,61,0.06);
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #FCA311;
  color: #14213D;
}
.cookie-btn.settings {
  background: #fff;
  color: #14213D;
  border: 2px solid #14213D;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #e8e8e8;
  color: #14213D;
}

/* COOKIE MODAL */
.cookie-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20,33,61,0.60);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.35s;
}
.cookie-modal-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal {
  background: #fff;
  border-radius: 20px;
  padding: 36px 24px 30px 24px;
  max-width: 380px;
  width: 94vw;
  box-shadow: 0 6px 32px rgba(20,33,61,0.15);
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: modalIn 0.5s cubic-bezier(0.47,1.64,0.41,0.8);
}
@keyframes modalIn {from{transform: translateY(100px) scale(0.96);opacity:0;} to{transform:none;opacity:1;}}
.cookie-modal-header {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.cookie-modal-header h3 {
  font-size: 1.11rem;
  font-weight: bold;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
}
.cookie-category label {
  font-size: 1rem;
  flex: 1;
}
.cookie-category input[type="checkbox"] {
  appearance: none;
  background: #e0e0e0;
  border-radius: 8px;
  width: 36px;
  height: 20px;
  position: relative;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  transition: background 0.2s;
  border: none;
}
.cookie-category input[type="checkbox"]:checked {
  background: #FCA311;
}
.cookie-category input[type="checkbox"]:before {
  content: "";
  position: absolute;
  left: 3px; top: 3px;
  width: 14px; height: 14px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.2s;
}
.cookie-category input[type="checkbox"]:checked:before {
  left: 19px;
}
.cookie-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.cookie-modal-close {
  background: none;
  border: 0;
  font-size: 1.4rem;
  color: #14213D;
  cursor: pointer;
}

/* BUTTONS */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #FCA311;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 999px;
  font-size: 1.08rem;
  padding: 14px 34px;
  margin: 16px 0 8px 0;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 16px rgba(252,163,17,0.08);
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.13s;
  position: relative;
}
.cta:hover, .cta:focus {
  background: #14213D;
  color: #FCA311;
  box-shadow: 0 6px 20px rgba(20,33,61,0.13);
  transform: translateY(-2px) scale(1.03);
  text-decoration: none;
}
.cta.primary {
  background: #14213D;
  color: #fff;
}
.cta.primary:hover, .cta.primary:focus {
  background: #FCA311;
  color: #14213D;
}


/* MAIN NAVIGATION BAR */
header {
  background: #fff;
  box-shadow: 0 2px 16px rgba(20,33,61,0.07);
  position: sticky;
  top: 0;
  z-index: 900;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  flex-wrap: wrap;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
header nav a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #14213D;
  font-weight: 500;
  padding: 6px 6px;
  border-radius: 6px;
  transition: background 0.17s, color 0.17s;
}
header nav a:hover, header nav a:focus {
  background: #FCA31122;
  color: #FCA311;
}
header .cta {
  margin-left: 16px;
}
.mobile-menu-toggle {
  display: none;
  background: #fff;
  color: #14213D;
  border: 2px solid #FCA311;
  border-radius: 8px;
  font-size: 1.55rem;
  width: 44px; height: 44px;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  cursor: pointer;
  margin-left: 16px;
  margin-bottom: 0;
  z-index: 1010;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #FCA311;
  color: #fff;
  border-color: #14213D;
}

/* MOBILE NAVIGATION */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 10000;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(.6,.15,.26,1.02), opacity 0.2s;
  box-shadow: -2px 0 14px #FCA31140;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px 30px 18px 28px;
  max-width: 85vw;
  width: 320px;
  opacity: 1;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #14213D;
  cursor: pointer;
  align-self: flex-end;
  margin-bottom: 12px;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 10px;
  width: 100%;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.06rem;
  color: #14213D;
  font-weight: bold;
  padding: 8px 0px;
  border-radius: 8px;
  transition: background 0.17s, color 0.17s;
  width: 100%;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #FCA31122;
  color: #FCA311;
}

/* Hide desktop nav on mobile */
@media (max-width: 900px) {
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  header .cta.primary {
    display: none;
  }
}
@media (max-width: 900px) {
  .mobile-menu {
    width: 90vw;
    max-width: 440px;
  }
}

/* MAIN - Spacing */
main {
  flex: 1 1 auto;
  margin-bottom: 36px;
}

.footer-cta {
  background: linear-gradient(100deg, #FCA311 0%, #ffea9a 100%);
  color: #14213D;
  border-radius: 32px;
}
.footer-cta h2, .footer-cta p {
  color: #14213D;
}

/* FOOTER */
footer {
  background: #14213D;
  color: #fff;
}
footer p {
  color: white;
}
footer .container {
  padding-top: 32px;
  padding-bottom: 12px;
}
footer .content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
footer nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
footer nav a {
  color: #FCA311;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
  text-decoration: none;
  transition: color 0.16s;
}
footer nav a:hover, footer nav a:focus {
  color: #fff;
  text-decoration: underline;
}
footer .contact-details {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 0.98rem;
  color: #fff;
}
footer .contact-details a {
  color: #FCA311;
}
footer .brand-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  font-size: 0.95rem;
  color: #fff;
}

/* Social Links */
.social-links {
  display: flex;
  gap: 18px;
  margin-top: 10px;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  color: #FCA311;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(20,33,61,0.10);
  padding: 10px;
  transition: box-shadow 0.19s, transform 0.19s;
}
.social-links a:hover, .social-links a:focus {
  box-shadow: 0 6px 20px rgba(252,163,17,0.15);
  transform: scale(1.08);
}

/* Address and Map */
.address {
  margin-bottom: 18px;
  font-size: 1.06rem;
}
.google-map {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

/* Pros/cons & tip lists */
.pros-cons-list, .tip-list, .service-list, .feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 12px;
  margin-bottom: 8px;
}
.pros-cons-list li, .tip-list li, .service-list li, .feature-list li {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(20,33,61,0.07);
  padding: 16px 16px 12px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: box-shadow 0.14s, transform 0.13s;
}
.feature-list img, .service-list img {
  width: 34px;
  margin-right: 14px;
  flex-shrink: 0;
}
.pros-cons-list strong, .tip-list strong, .service-list strong, .feature-list strong {
  font-weight: bold;
  margin-right: 5px;
  color: #14213D;
}

/* Other styles */
.text-section {
  margin-bottom: 24px;
}
.team-summary {
  background: #F6F7FB;
  border-radius: 18px;
  padding: 22px 18px;
  margin-bottom: 14px;
}
.security-tips {
  background: #f8f9fb;
  border-left: 3px solid #FCA311;
  border-radius: 12px;
  color: #222;
  padding: 12px 18px;
  margin: 18px 0 0 0;
  font-size: 0.98rem;
}


/***********************
RESPONSIVE DESIGN
***********************/
@media (max-width: 1000px) {
  .container {
    max-width: 96vw;
    padding-left: 8px;
    padding-right: 8px;
  }
  .footer-cta, .section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .feature-grid > div, .step-list li, .card {
    min-width: 180px;
  }
}
@media (max-width: 768px) {
  .hero {
    border-radius: 0 0 18px 18px;
  }
  .footer-cta {
    border-radius: 20px;
    padding: 18px 8px 24px 8px;
  }
  .container {
    max-width: 100vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .content-wrapper, .footer .content-wrapper {
    gap: 18px;
  }
  .card-container, .content-grid, .feature-grid, .step-list, .pros-cons-list, .service-list, .feature-list {
    flex-direction: column;
    gap: 16px;
  }
  .feature-grid > div, .step-list li, .card {
    min-width: unset;
    width: 100%;
    padding: 16px 11px 13px 13px;
  }
  .section {
    margin-bottom: 38px;
    padding: 30px 7px;
    border-radius: 12px;
  }
  .testimonial-card {
    max-width: 100vw;
    border-radius: 12px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 11px;
  }
  footer .content-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .mobile-menu {
    padding: 24px 12px 10px 13px;
    width: 100vw;
    max-width: 100vw;
  }
}

@media (max-width: 540px) {
  h1 { font-size: 1.65rem; }
  h2 { font-size: 1.2rem; }
  .cta {
    font-size: 1rem;
    padding: 11px 20px;
  }
  .footer-cta, .section {
    border-radius: 9px;
    padding: 14px 3vw 18px 3vw;
  }
  .testimonial-card,
  .feature-grid > div,
  .step-list li, .card {
    padding: 13px 8px;
    border-radius: 8px;
  }
}


/***********************
TRANSITIONS & EFFECTS
***********************/
*, *::before, *::after {
  box-sizing: inherit;
  transition: background 0.14s, color 0.12s, box-shadow 0.13s, border-color 0.12s;
}

/* Hide outline except for keyboard nav */
a:focus, button:focus, .cta:focus, .mobile-menu-close:focus, .cookie-btn:focus {
  outline: 2px solid #FCA311;
  outline-offset: 2px;
}


/***********************
VISUAL HIERARCHY & SPACING
***********************/
.section h1,
.section h2,
.section h3 {
  margin-bottom: 7px;
  margin-top: 4px;
}
.section p, .section ul, .section ol {
  margin-bottom: 7px;
}
.section > .container > .content-wrapper > * + * {
  margin-top: 13px;
}


/***********************
VISUAL CLARITY & ACCESSIBILITY
***********************/
.testimonials, .testimonial-card {
  background: none;
}
.testimonials h2 {
  color: #FCA311;
}
.testimonial-card {
  background: #fff;
  color: #14213D;
  border-radius: 18px;
  box-shadow: 0 2px 20px rgba(20,33,61,0.07);
  border-left: 4px solid #FCA311;
  margin-bottom: 30px;
}
.testimonial-card blockquote {
  color: #14213D;
  font-size: 1.12rem;
  margin-bottom: 4px;
}
.testimonial-card cite {
  color: #686d76;
  font-size: 0.98rem;
}

/***********************
MISCELLANEOUS COMPONENTS
***********************/
.address, .contact-details {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 1.01rem;
}
.address img, .contact-details img {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

/***********************
PRINT STYLES
***********************/
@media print {
  header, footer, .cookie-consent-banner, .mobile-menu { display: none !important; }
  .container, main, body { background: #fff !important; }
}
