/* RESET & BASELINE NORMALIZE */
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #F4F7F9;
  color: #1E3A4C;
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #1E3A4C;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(.77,0,.18,1);
}
a:hover, a:focus {
  color: #EF8E4C;
  outline: none;
}
ul, ol {
  padding-left: 1.5em;
}
ul.usp-list, ul {
  list-style: none;
  padding-left: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1E3A4C;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 18px;
  line-height: 1.1;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
p {
  margin-bottom: 16px;
  font-size: 1rem;
}
blockquote {
  font-style: italic;
  background: #F4F7F9;
  border-left: 5px solid #EF8E4C;
  margin: 0 0 12px 0;
  padding: 8px 20px;
  color: #1E3A4C;
}
cite {
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #1E3A4C;
  font-style: normal;
  display: block;
}
strong {
  font-weight: 600;
}

/* LAYOUT HELPERS */
.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

/* FLEXBOX SPACING/STRUCTURE CLASSES (MANDATED) */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(30,58,76,0.06);
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(30,58,76,0.05);
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  min-width: 270px;
}
.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: #F4F7F9;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(30,58,76,0.04);
  margin-bottom: 20px;
  min-width: 280px;
  flex: 1 1 300px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* HERO SECTION */
.hero {
  background: #1E3A4C;
  color: #fff;
  padding: 56px 0 48px 0;
  border-radius: 0 0 40px 40px;
}
.hero h1,
.hero h2,
.hero p {
  color: #fff;
}
.hero .cta {
  margin-top: 20px;
}

/* FEATURES, ABOUT, SERVICES PREVIEW */
.features,
.about-preview,
.services-preview,
.testimonials-preview,
.contact-preview,
.about-section,
.process,
.services,
.contact-cta,
.cta,
.map,
.legal,
.thank-you,
.contact-info {
  margin-bottom: 60px;
}
.features ul,
.services ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.features li,
.services li {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(30,58,76,.04);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 22px 18px 20px 18px;
  min-width: 200px;
  flex: 1 1 270px;
  font-size: 1.02rem;
}
.features li img,
.services li img {
  width: 38px;
  height: 38px;
}
.usp-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.usp-list li {
  background: #EF8E4C;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.97rem;
  padding: 7px 18px;
  border-radius: 24px;
  font-weight: 500;
  letter-spacing: .04em;
}

/* SERVICES PRICE */
.service-price {
  display: inline-block;
  background: #1E3A4C;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.88em;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 7px;
  margin-top: 10px;
}

/* CTA BUTTONS */
.cta {
  display: inline-flex;
  align-items: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 14px 32px;
  border-radius: 32px;
  background: #EF8E4C;
  color: #1E3A4C;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(239,142,76,0.13);
  transition: background 0.27s cubic-bezier(.77,0,.18,1), box-shadow 0.25s cubic-bezier(.77,0,.18,1), color 0.22s cubic-bezier(.77,0,.18,1);
  margin-top: 8px;
  outline: none;
}
.cta.primary {
  background: #1E3A4C;
  color: #fff;
  box-shadow: 0 3px 12px rgba(30,58,76,0.13);
}
.cta.primary:hover, .cta.primary:focus {
  background: #EF8E4C;
  color: #1E3A4C;
}
.cta:hover, .cta:focus {
  background: #EF8E4C;
  color: #fff;
  box-shadow: 0 6px 18px rgba(239,142,76,0.16);
}

/* HEADER/NAV BAR */
header {
  background: #fff;
  padding: 16px 0;
  border-bottom: 2px solid #F4F7F9;
  position: relative;
  z-index: 90;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand-logo img {
  height: 48px;
  width: auto;
  display: block;
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
nav a {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #1E3A4C;
  position: relative;
  letter-spacing: 0.025em;
  padding: 2px 10px;
  border-radius: 6px;
  transition: color 0.22s, background 0.18s;
  font-weight: 500;
}
nav a:hover, nav a:focus {
  background: #F4F7F9;
  color: #EF8E4C;
}

/* MOBILE NAVIGATION */
.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 24px;
  right: 26px;
  z-index: 200;
  background: #1E3A4C;
  color: #fff;
  border: none;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #EF8E4C;
  color: #1E3A4C;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  background: #1E3A4C;
  box-shadow: 0 8px 36px rgba(30,58,76,0.21);
  z-index: 250;
  transform: translateX(-100vw);
  transition: transform 0.35s cubic-bezier(.81,0,.29,1);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 26px;
  background: #EF8E4C;
  color: #1E3A4C;
  border: none;
  font-size: 2rem;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 252;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 92px;
  gap: 14px;
  padding: 24px 30px 24px 30px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.17rem;
  font-weight: 700;
  padding: 14px 0 10px 2px;
  border-bottom: 1px solid #f4f7f914;
  border-radius: 0;
  width: 100%;
  transition: color 0.18s, background 0.15s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #EF8E4C;
  background: none;
}

/* Hide desktop nav on mobile / show toggle */
@media (max-width: 999px) {
  header .container nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  header .cta.primary {
    display: none;
  }
}
@media (min-width: 1000px) {
  .mobile-menu {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: none !important;
  }
}

/* FOOTER */
footer {
  background: #1E3A4C;
  color: #fff;
  padding: 48px 0 22px 0;
  border-radius: 34px 34px 0 0;
  margin-top: 70px;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px 42px;
  justify-content: space-between;
}
.footer-brand img {
  height: 44px;
  width: auto;
  display: block;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-menu a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 2px 8px;
  border-radius: 7px;
  transition: color 0.2s, background 0.19s;
}
.footer-menu a:hover, .footer-menu a:focus {
  background: #EF8E4C;
  color: #1E3A4C;
}
.footer-contact {
  color: #EF8E4C;
  font-size: 1rem;
}
/* LEGAL/THANK-YOU PAGES */
.legal, .thank-you {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 7px rgba(30,58,76,0.05);
  margin-bottom: 44px;
}
.legal .text-section, .thank-you .text-section {
  padding: 18px 8px 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* TESTIMONIALS */
.testimonials-preview, .testimonials {
  background: #F4F7F9;
  border-radius: 22px;
  box-shadow: 0 2px 8px rgba(30,58,76,0.048);
  padding: 44px 0 32px 0;
}
.testimonials .testimonial-card {
  background: #fff;
  color: #1E3A4C;
  box-shadow: 0 2px 10px rgba(30,58,76,.07);
}
.testimonial-card blockquote {
  background: none;
  border-left: 7px solid #1E3A4C;
  font-size: 1.17rem;
  color: #1E3A4C;
  margin-bottom: 6px;
  padding-left: 28px;
  padding-right: 0;
}
.testimonial-card cite {
  color: #EF8E4C;
  font-size: 1.05rem;
}
.testimonials-summary {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #EF8E4C;
  color: #fff;
  padding: 22px 18px 16px 18px;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(239,142,76,0.07);
  margin-top: 15px;
}
.testimonials-summary a {
  color: #1E3A4C;
  text-decoration: underline;
}

/* MAP SECTION */
.map-placeholder {
  background: #F4F7F9;
  color: #1E3A4C;
  border-radius: 18px;
  padding: 46px 30px;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.2rem;
  box-shadow: 0 2px 7px rgba(30,58,76,0.04);
}

/* RESPONSIVE FONTS, FLEX, AND SECTION STACKING */
@media (min-width: 700px) {
  .hero {
    padding: 72px 0 64px 0;
  }
  .section {
    padding: 60px 40px;
  }
  .features ul,
  .services ul {
    gap: 32px;
  }
  .usp-list {
    gap: 18px;
  }
  .footer-menu {
    gap: 32px;
  }
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .content-wrapper,
  .section,
  .footer .content-wrapper  {
    gap: 20px 0;
  }
  .features ul,
  .services ul {
    flex-direction: column;
    gap: 14px;
  }
  .footer .content-wrapper {
    flex-direction: column;
    gap: 22px 0;
  }
  .map-placeholder {
    padding: 18px 12px;
    font-size: 1rem;
  }
  h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .section, .legal, .thank-you {
    margin-bottom: 32px;
    padding: 24px 6vw;
  }
  .testimonial-card {
    padding: 16px 10px;
  }
}
@media (max-width: 480px) {
  header .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.text-image-section {
  flex-direction: row;
}
@media (max-width: 768px){
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Cookie Consent Banner & Modal */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #1E3A4C;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px 14px;
  z-index: 5000;
  padding: 22px 26px 16px 26px;
  box-shadow: 0 -2px 18px rgba(30,58,76,0.11);
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  animation: cookieSlideIn 0.5s cubic-bezier(.81,0,.29,1);
}
@keyframes cookieSlideIn {
  0% {transform: translateY(100%); opacity: 0;}
  100% {transform: translateY(0); opacity:1;}
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.cookie-banner button {
  background: #EF8E4C;
  color: #1E3A4C;
  font-family: 'Montserrat', Arial, sans-serif;
  border: none;
  font-weight: 600;
  font-size: 1.02rem;
  padding: 10px 22px;
  border-radius: 14px;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 2px;
  transition: background 0.19s, color 0.19s;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #fff;
  color: #1E3A4C;
}

/* Cookie Modal */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  z-index: 6000;
  background: rgba(30,58,76,0.48);
  top: 0; left: 0; right: 0; bottom: 0;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  animation: fadeIn 0.37s cubic-bezier(.81,0,.29,1);
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.cookie-modal-overlay.open {
  display: flex;
}
.cookie-modal {
  background: #fff;
  color: #1E3A4C;
  width: 100%;
  max-width: 400px;
  border-radius: 22px;
  box-shadow: 0 8px 28px rgba(30,58,76,0.13);
  padding: 36px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: modalSlideIn 0.29s cubic-bezier(.82,0,.24,1);
}
@keyframes modalSlideIn {
  0% {transform: translateY(50px); opacity: 0;}
  100% {transform: translateY(0); opacity: 1;}
}
.cookie-modal h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.3rem;
  margin-bottom: 7px;
  color: #1E3A4C;
}
.cookie-modal label, .cookie-modal span {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 5px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F4F7F9;
  border-radius: 12px;
  padding: 8px 13px;
  margin-bottom: 6px;
}
.cookie-modal .cookie-switch {
  width: 38px;
  height: 22px;
  background: #ccc;
  border-radius: 12px;
  position: relative;
  margin-left: 14px;
  transition: background 0.15s;
}
.cookie-modal .cookie-switch.on {
  background: #EF8E4C;
}
.cookie-modal .cookie-switch:before {
  content: "";
  position: absolute;
  top: 3px; left: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0,0,0,0.04);
  transition: left 0.18s;
}
.cookie-modal .cookie-switch.on:before {
  left: 19px;
}
.cookie-modal .cookie-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 10px;
}
.cookie-modal button {
  background: #1E3A4C;
  color: #fff;
  font-size: 1rem;
  border-radius: 11px;
  padding: 9px 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  border: none;
  cursor: pointer;
  margin-top: 3px;
  transition: background 0.16s, color 0.14s;
}
.cookie-modal button.secondary {
  background: #EF8E4C;
  color: #1E3A4C;
}
.cookie-modal button:hover, .cookie-modal button:focus {
  background: #fff;
  color: #1E3A4C;
  border: 1px solid #1E3A4C;
}

/* GEOMETRIC/STRUCTURED VISUALS */
.section, .features li, .card, .testimonial-card, .testimonials-summary, .cookie-modal, .map-placeholder {
  border-radius: 18px;
  /* Geometric appearance */
}
.cta, .cta.primary, .usp-list li, .service-price, .mobile-menu-toggle, .mobile-menu-close {
  border-radius: 18px;
}

/* ANGULAR FONT-TREATMENT ON HEADINGS FOR GEOMETRIC LOOK */
h1, h2, h3, h4 {
  text-transform: none;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: .04em;
  font-weight: 700;
  /* Geometric by font */
  /* (Could further use 'font-variant-caps' if desired) */
}

/* FLEXBOX ALIGNMENT PATTERNS */
.features ul,
.services ul,
.card-container,
.usp-list,
.footer-menu,
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* SPACING/MARGIN MANDATE */
.section, .card, .testimonial-card, .features li, .services li, .testimonials-summary, .cta {
  margin-bottom: 20px;
}

/* SPACING BETWEEN COMPONENTS ON REDUCED WIDTH */
@media (max-width: 540px) {
  .features li,
  .services li {
    min-width: unset;
    flex: 1 1 100%;
  }
}

/* ANIMATION, MICRO-INTERACTIONS */
.cta, .cta.primary, .mobile-menu-toggle, .mobile-menu-close, .cookie-banner button, .cookie-modal button {
  transition: background 0.22s, color 0.22s, box-shadow 0.21s, transform 0.16s;
}
.cta:active, .cta.primary:active,
.mobile-menu-toggle:active, .mobile-menu-close:active {
  transform: scale(.97);
}

/* VISUAL HIERARCHY/SCALE */
h1 { font-size: 2.2rem; }
h2 { font-size: 1.18rem; }
h3 { font-size: 1.08rem; }
@media (min-width: 700px) {
  h1 { font-size: 3.3rem; }
  h2 { font-size: 2.1rem; }
  h3 { font-size: 1.33rem; }
}

/* FORM INPUTS (in case) */
input, textarea, select {
  border: 2px solid #1E3A4C;
  border-radius: 9px;
  padding: 12px;
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  transition: border 0.16s;
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
  color: #1E3A4C;
}
input:focus, textarea:focus, select:focus {
  border-color: #EF8E4C;
  outline: none;
}

/* GEOMETRIC DECORATIVE LINES/SHAPES (IF NEEDED) */
/* Could use: borders, SVG deco, etc -- for now style geometric by spacing, border radius, and color blocks. */

/* A11Y: FOCUS STATE */
a:focus, button:focus, .cta:focus {
  outline: 2px solid #EF8E4C;
  outline-offset: 2px;
}

/* Hide visually but remain accessible */
.sr-only {
  border: 0 !important;
  clip: rect(0,0,0,0) !important;
  height: 1px !important; width: 1px !important;
  margin: -1px; overflow: hidden; padding: 0;
  position: absolute; left: -9999px;
}

/* --- END OF STYLE --- */
