/* ==== CSS 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,
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, 
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;
}
body {
  line-height: 1.5;
  font-family: 'Open Sans', Arial, sans-serif;
  background: #10181C;
  color: #E1F2F6;
  min-height: 100vh;
}
*,*::before,*::after {
  box-sizing: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: #47B370;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #27f5d6;
  outline: none;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  border: none;
  background: none;
  outline: none;
}
button {
  cursor: pointer;
  background: none;
  transition: background 0.15s, color 0.15s;
}
::-webkit-input-placeholder { color: #8ea3ac; }
::-moz-placeholder { color: #8ea3ac; }
:-ms-input-placeholder { color: #8ea3ac; }
::placeholder { color: #8ea3ac; }

/* ==== VARIABLES (fallbacks included in actual rules) ==== */
:root {
  --brand-primary: #185F6B;
  --brand-secondary: #E1F2F6;
  --brand-accent: #47B370;
  --brand-dark: #10181C;
  --brand-bg-card: #18262D;
  --brand-gradient-top: #185F6B;
  --brand-gradient-bottom: #277644;
  --neon: #27f5d6;
}

/* ==== TYPOGRAPHY SCALE ==== */
h1, .h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin-bottom: 24px;
}
h2, .h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
  line-height: 1.15;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #47B370;
  margin-bottom: 12px;
}
h4, .h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #E1F2F6;
  margin-bottom: 10px;
}

p, ul, ol, li {
  font-size: 1rem;
  color: #b7e1ee;
  line-height: 1.7;
  margin-bottom: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
}
strong, b {
  font-weight: 700;
  color: #fff;
}

ul, ol {
  padding-left: 24px;
}
ul li, ol li {
  margin-bottom: 12px;
}

/* ==== STRUCTURAL ==== */
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* ==== HEADER + NAV ==== */
header {
  background: linear-gradient(180deg, #185F6B 0%, #18262D 100%);
  border-bottom: 1px solid #1c4451;
  position: sticky;
  top: 0;
  z-index: 100;
}
header .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  gap: 18px;
}
.logo img {
  height: 44px;
  width: auto;
  display: block;
  transition: filter 0.2s;
}
.logo:hover img {
  filter: brightness(1.25) drop-shadow(0 0 6px #47B37066);
}
.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
}
.main-nav a {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.05rem;
  color: #E1F2F6;
  padding: 6px 10px;
  border-radius: 6px;
  position: relative;
  transition: background 0.14s, color 0.14s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #47B37033;
  color: #27f5d6;
}

.cta.primary {
  background: linear-gradient(90deg, #47B370 60%, #27f5d6 100%);
  color: #111C21;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 11px 26px;
  border-radius: 8px;
  margin-left: 12px;
  box-shadow: 0 4px 18px #47B37033;
  transition: background 0.18s, color 0.16s, box-shadow 0.20s;
  border: none;
  outline: none;
  text-shadow: 0 1px 2px #ffffff80;
  letter-spacing: 0.02em;
}
.cta.primary:hover, .cta.primary:focus {
  background: linear-gradient(90deg,#27f5d6 10%, #47B370 95%);
  color: #011c2e;
  box-shadow: 0 4px 30px #27f5d66a;
}
.cta.secondary {
  background: none;
  color: #47B370;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 10px 24px;
  border-radius: 6px;
  border: 2px solid #47B370;
  margin-top: 8px;
  transition: background 0.14s, color 0.14s, border 0.15s;
}
.cta.secondary:hover, .cta.secondary:focus {
  background: #47B370;
  color: #10181C;
}

.mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  color: #47B370;
  background: transparent;
  border-radius: 50%;
  border: none;
  padding: 8px 10px;
  margin-left: 16px;
  transition: background 0.16s;
  z-index: 1020;
}
.mobile-menu-toggle:active, .mobile-menu-toggle:focus {
  background: #27f5d633;
}

/* ==== MOBILE NAVIGATION ==== */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 84vw;
  max-width: 320px;
  background: #10181C;
  box-shadow: -8px 0 28px #27f5d633;
  transform: translateX(100%);
  transition: transform 0.36s cubic-bezier(.68,-0.3,.32,1.3);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 38px 26px 18px 26px;
  gap: 28px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  font-size: 2rem;
  color: #47B370;
  background: none;
  border: none;
  margin-bottom: 16px;
  cursor: pointer;
  border-radius: 50%;
  padding: 4px 8px;
  transition: background 0.16s;
}
.mobile-menu-close:focus, .mobile-menu-close:active {
  background: #27f5d633;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: 100%;
  align-items: flex-start;
}
.mobile-nav a {
  color: #e1f2f6;
  font-size: 1.11rem;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 9px 0;
  width: 100%;
  border-radius: 5px;
  transition: color 0.14s, background 0.14s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #27f5d6;
  background: #47B37018;
}

@media (max-width: 1050px) {
  .main-nav {
    gap: 16px;
  }
  header .container {
    gap: 10px;
  }
  .cta.primary {
    padding: 10px 18px;
    font-size: 1rem;
  }
}
@media (max-width: 900px) {
  .main-nav {
    display: none;
  }
  .cta.primary {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  header .container {
    gap: 6px;
  }
}

/* ==== HERO SECTION ==== */
.hero {
  background: linear-gradient(130deg, #185F6B 0%, #277644 100%);
  border-bottom: 2px solid #27f5d6;
  padding-top: 64px;
  padding-bottom: 64px;
  margin-bottom: 60px;
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 18px;
  max-width: 670px;
}
.hero h1 {
  color: #fff;
  text-shadow: 0 2px 14px #27f5d633;
}
.hero p {
  color: #b7e1ee;
  font-size: 1.15rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hero, .section {
    padding: 32px 8px 32px 8px;
  }
  .hero .content-wrapper {
    max-width: 100%;
  }
}
/* ==== FEATURES GRIDS ==== */
.features, .feature-grid, .feature-list, .feature-item {
  width: 100%;
}
.features .content-wrapper {
  align-items: flex-start;
  gap: 12px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
}
.feature {
  background: #18262D;
  border-radius: 16px;
  box-shadow: 0 4px 20px #27f5d62a;
  padding: 28px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  min-width: 220px;
  max-width: 270px;
  flex: 1 0 210px;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  border: 1.5px solid #1b7783;
  margin-bottom: 20px;
  transition: box-shadow 0.18s, border 0.14s, transform 0.18s;
}
.feature img {
  width: 52px;
  height: 52px;
  filter: drop-shadow(0 0 8px #27f5d622);
  margin-bottom: 8px;
}
.feature h3 {
  color: #27f5d6;
  margin-bottom: 0;
}
.feature p {
  color: #b7e1ee;
  font-size: 0.97rem;
}
.feature:hover, .feature:focus-within {
  box-shadow: 0 8px 38px #27f5d63b, 0 1.5px 8px #47B37036;
  border: 2px solid #27f5d6;
  transform: translateY(-3px) scale(1.03);
}

@media (max-width: 1050px) {
  .feature-grid {
    gap: 16px;
  }
  .feature {
    min-width: 160px;
    max-width: 99%;
    flex: 1 0 140px;
  }
}
@media (max-width: 600px) {
  .feature-grid {
    flex-direction: column;
    gap: 18px;
  }
  .feature {
    min-width: 0;
    max-width: 100%;
    padding: 14px 10px 10px 10px;
  }
}
/* ==== ABOUT PREVIEW ==== */
.about-preview, .why-us, .guarantee, .confirmation, .process-preview, .service-area {
  background: #18262D;
  border-radius: 14px;
  box-shadow: 0 2px 18px #27f5d610;
  margin-bottom: 60px;
  padding: 40px 20px;
}
.about-preview h2, .why-us h2, .service-area h2 {
  color: #27f5d6;
}
.certifications ul {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  list-style: none;
  margin-top: 18px;
  align-items: center;
}
.certifications li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: #10181C;
  border-radius: 10px;
  box-shadow: 0 2px 10px #27f5d610;
  padding: 14px 22px 10px 22px;
}
.certifications img {
  width: 32px;
  height: 32px;
}
.certifications span {
  color: #b7e1ee;
  margin-top: 4px;
  font-size: 0.99rem;
}
@media (max-width: 768px) {
  .about-preview, .why-us, .guarantee, .confirmation, .process-preview, .service-area {
    padding: 22px 8px;
    border-radius: 7px;
  }
  .certifications ul {
    gap: 13px;
    flex-direction: column;
    align-items: stretch;
  }
  .certifications li {
    padding: 10px 10px;
  }
}

/* ==== TESTIMONIALS ==== */
.testimonials {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #10181C;
}
.testimonials .testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 24px 0 26px 0;
  justify-content: flex-start;
}
.testimonial-card {
  background: #E1F2F6;
  color: #111C21;
  border-radius: 14px;
  box-shadow: 0 3px 18px #185f6b12, 0 1px 10px #47B37019;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 250px;
  max-width: 390px;
  flex: 1 0 250px;
  margin-bottom: 20px;
  border-left: 4px solid #47B370;
  position: relative;
  transition: box-shadow 0.11s, border 0.13s, transform 0.16s;
  z-index: 1;
}
.testimonial-card p {
  font-size: 1.08rem;
  color: #111C21;
  margin-bottom: 6px;
}
.testimonial-card .author {
  color: #185F6B;
  font-size: 0.98rem;
  font-style: italic;
  font-weight: 500;
}
.testimonial-card:hover, .testimonial-card:focus-within {
  box-shadow: 0 7px 36px #27f5d615;
  border-left: 4px solid #27f5d6;
  transform: translateY(-2px) scale(1.025);
  z-index: 3;
}
.testimonials .rating-summary {
  color: #fff;
  font-size: 1.07rem;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .testimonials .testimonial-slider {
    flex-direction: column;
    gap: 14px;
  }
  .testimonial-card {
    max-width: 100%;
    min-width: 0;
    padding: 13px 10px;
    border-radius: 7px;
  }
}

/* ==== CARDS ==== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #18262D;
  border-radius: 14px;
  box-shadow: 0 4px 20px #47B37029;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1.5px solid #185F6B;
  transition: box-shadow 0.16s, transform 0.14s, border 0.13s;
}
.card:hover, .card:focus-within {
  border: 2.5px solid #27f5d6;
  box-shadow: 0 8px 36px #27f5d63b;
  transform: scale(1.025);
}

@media (max-width: 700px) {
  .card-container {
    flex-direction: column;
    gap: 18px;
  }
  .card {
    padding: 16px;
    border-radius: 7px;
  }
}

/* ==== PRICING TABLE ==== */
.pricing-table {
  width: 100%;
  border-radius: 14px;
  background: #18262D;
  overflow: hidden;
  box-shadow: 0 2px 18px #185f6b18;
  margin-bottom: 22px;
  border: 1px solid #47B37055;
}
.pricing-table th, .pricing-table td {
  padding: 14px 10px;
  text-align: left;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.07rem;
}
.pricing-table th {
  background: #185F6B;
  color: #fff;
}
.pricing-table tr:nth-child(even) td {
  background: #1c2e33;
}
.pricing-table td {
  color: #e1f2f6;
  border-top: 1px solid #47B37021;
}
@media (max-width: 600px) {
  .pricing-table th, .pricing-table td {
    padding: 9px 3px;
    font-size: 0.97rem;
  }
}

.note {
  background: #1c2e33;
  color: #b7e1ee;
  border-left: 4px solid #47B370;
  padding: 15px 18px;
  border-radius: 8px;
  font-size: 0.97rem;
  margin-top: 12px;
}

/* ==== LIST LAYOUT ==== */
.service-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 12px;
}
.service-list li {
  flex: 1 0 230px;
  min-width: 210px;
  max-width: 390px;
  background: #18262D;
  border-radius: 14px;
  box-shadow: 0 4px 20px #47B37012;
  margin-bottom: 20px;
  border: 1.5px solid #185F6B;
  transition: box-shadow 0.18s, border 0.14s, transform 0.16s;
  display: flex;
  flex-direction: column;
}
.service-list li:hover {
  border: 2px solid #27f5d6;
  box-shadow: 0 8px 32px #27f5d63b;
  transform: translateY(-2px) scale(1.03);
}
.service-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 22px 14px 14px 14px;
}
.service-detail img {
  width: 46px;
  height: 46px;
}
.service-detail h2 {
  font-size: 1.2rem;
  color: #27f5d6;
  margin-bottom: 0;
}
.price {
  color: #47B370;
  font-size: 1.03rem;
  font-weight: 700;
  margin-top: 8px;
}
@media (max-width: 700px) {
  .service-list {
    flex-direction: column;
    gap: 14px;
  }
  .service-list li {
    min-width: 0;
    max-width: 100%;
    border-radius: 7px;
  }
}

.process-list {
  padding-left: 20px;
  margin-bottom: 18px;
}
.process-list li {
  margin-bottom: 13px;
  color: #b7e1ee;
}
.timeline-visual img {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.map-snippet {
  background: #1c2e33;
  border-radius: 7px;
  color: #b7e1ee;
  padding: 14px 12px;
  margin: 14px 0 3px 0;
}

/* ==== FAQ ==== */
.faq-section {
  background: #18262D;
  border-radius: 14px;
  box-shadow: 0 2px 18px #47B37010;
  margin-bottom: 60px;
  padding: 40px 20px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.faq-item {
  background: #1c2e33;
  border-radius: 8px;
  padding: 20px 18px;
  box-shadow: 0 2px 6px #27f5d64a;
  color: #e1f2f6;
  border-left: 4px solid #47B370;
  transition: border 0.13s, box-shadow 0.16s;
}
.faq-item h2 {
  color: #27f5d6;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.faq-item .faq-answer {
  font-size: 1rem;
  color: #b7e1ee;
}
.faq-item:hover, .faq-item:focus-within {
  border-left: 4px solid #27f5d6;
  box-shadow: 0 5px 20px #27f5d619;
}
@media (max-width: 700px) {
  .faq-section {
    padding: 22px 8px;
    border-radius: 7px;
  }
  .faq-item {
    padding: 11px 7px;
    border-radius: 5px;
  }
}

/* ==== CTA SECTION ==== */
.cta {
  background: linear-gradient(90deg, #185F6B 0%, #47B370 100%);
  border-radius: 16px;
  padding: 36px 20px;
  box-shadow: 0 4px 24px #185f6b22;
  margin-bottom: 60px;
  text-align: left;
}
.cta h2 {
  color: #fff;
  text-shadow: 0 2px 10px #27f5d699;
}
.cta p {
  font-size: 1.13rem;
  color: #b7e1ee;
  margin-bottom: 18px;
}
@media (max-width: 700px) {
  .cta {
    border-radius: 7px;
    padding: 20px 8px;
  }
}

/* ==== LEGAL SECTIONS ==== */
.legal {
  background: #18262D;
  border-radius: 14px;
  box-shadow: 0 2px 10px #47B37019;
  margin-bottom: 60px;
  padding: 40px 20px;
  color: #b7e1ee;
}
.legal h2 {
  color: #27f5d6;
  font-size: 1.16rem;
}
.legal a {
  color: #47B370;
  text-decoration: underline dotted;
}
@media (max-width: 700px) {
  .legal {
    padding: 20px 8px;
    border-radius: 7px;
  }
}

/* ==== FOOTER ==== */
footer {
  background: #10181C;
  padding: 0;
  margin: 0;
  border-top: 2px solid #185F6B;
  color: #b7e1ee;
  font-size: 0.98rem;
  width: 100%;
}
footer .container {
  padding: 0 20px;
}
.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 0 9px 0;
  align-items: flex-start;
  border-bottom: 1px solid #1c4451;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #b7e1ee;
}
.contact-details strong {
  color: #47B370;
  font-size: 1.06rem;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: flex-end;
}
.footer-nav a {
  color: #b7e1ee;
  transition: color 0.13s;
  font-size: 0.98rem;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #27f5d6;
}
.footer-bottom {
  padding: 12px 0 28px 0;
  text-align: right;
  color: #47B370;
  font-size: 0.97rem;
}
@media (max-width: 700px) {
  .footer-top {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 22px 0 6px 0;
  }
  .footer-nav {
    align-items: flex-start;
  }
  .footer-bottom {
    text-align: left;
    padding: 9px 0 18px 0;
  }
}

/* ==== COOKIE BANNER ==== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: #18262d;
  color: #e1f2f6;
  box-shadow: 0 -2px 18px #47B37019;
  padding: 24px 18px 16px 18px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 26px;
  border-top: 3px solid #27f5d6;
  transition: transform 0.36s cubic-bezier(.68,-0.3,.32,1.3), opacity 0.2s;
}
.cookie-banner.hidden {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner p {
  flex: 1 1 auto;
  margin-bottom: 0;
  font-size: 1.02rem;
  color: #e1f2f6;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  padding: 8px 18px;
  border-radius: 7px;
  margin-right: 4px;
  border: none;
  outline: none;
  transition: background 0.13s, color 0.13s, box-shadow 0.14s;
  font-weight: 700;
}
.cookie-btn.accept {
  background: #47B370;
  color: #10181C;
  border: 2px solid #47B370;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #27f5d6;
  border-color: #27f5d6;
  color: #111c1e;
  box-shadow: 0 2px 12px #27f5d633;
}
.cookie-btn.reject {
  background: none;
  color: #b7e1ee;
  border: 2px solid #185F6B;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #185F6B;
  color: #fff;
  box-shadow: 0 2px 9px #185F6B29;
}
.cookie-btn.settings {
  background: none;
  color: #27f5d6;
  border: 2px solid #27f5d6;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #27f5d6;
  color: #10181C;
}
@media (max-width: 800px) {
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px 7px 12px 7px;
    font-size: 0.97rem;
  }
}

/* ==== COOKIE MODAL ==== */
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(16, 24, 28, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
}
.cookie-modal.hidden {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal-content {
  background: #1c2e33;
  border-radius: 16px;
  box-shadow: 0 6px 40px #27f5d629, 0 2px 14px #47B37022;
  padding: 36px 24px;
  width: 100%;
  max-width: 430px;
  color: #e1f2f6;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  border: 2.5px solid #47B370;
}
.cookie-modal-content h2 {
  color: #27f5d6;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 13px;
  padding: 8px 0;
}
.cookie-category label {
  color: #b7e1ee;
  font-size: 1.01rem;
  flex: 1;
}
.cookie-category input[type="checkbox"] {
  accent-color: #47B370;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.cookie-modal .cookie-actions {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.cookie-modal-close {
  position: absolute;
  top: 10px;
  right: 18px;
  background: none;
  border: none;
  font-size: 1.7rem;
  color: #27f5d6;
  cursor: pointer;
  border-radius: 50%;
  padding: 2px 7px 1px 7px;
  transition: background 0.15s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #47B37033;
}
@media (max-width: 600px) {
  .cookie-modal-content {
    border-radius: 7px;
    padding: 15px 7px;
    max-width: 97vw;
  }
}

/* ==== UTILS, MICRO-INTERACTIONS & VISUALS ==== */
.text-image-section,
.text-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .text-image-section, .text-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* SCROLLBAR */
::-webkit-scrollbar {
  width: 7px;
  background: #15232a;
}
::-webkit-scrollbar-thumb {
  background: #47B37066;
  border-radius: 5px;
}

/* Focus Styles for Accessibility */
a:focus, button:focus, .cta:focus, .cookie-btn:focus {
  outline: 2.5px solid #27f5d6;
  outline-offset: 1.5px;
  box-shadow: 0 0 8px #27f5d699;
}

/* Animation for sections appearing */
.section, .hero, .about-preview, .testimonials, .cta, .why-us, .guarantee, .confirmation, .process-preview, .service-area, .legal, .faq-section {
  animation: fadeInUp 0.8s cubic-bezier(.68,-0.3,.32,1.3) both;
}
@keyframes fadeInUp {
  0%     { opacity: 0; transform: translateY(32px); }
  70%    { opacity: 0.66; transform: translateY(8px); }
  100%   { opacity: 1; transform: translateY(0); }
}

/* ================ RESPONSIVE SYSTEM ================ */
@media (max-width: 1100px) {
  .container {
    max-width: 98vw;
    padding: 0 8px;
  }
}
@media (max-width: 600px) {
  html { font-size: 95%; }
  h1, .h1 { font-size: 2rem; }
  h2, .h2 { font-size: 1.5rem; }
  h3, .h3 { font-size: 1.13rem; }
  p { font-size: 0.97rem; }
}

/* =============== END OF STYLES =============== */
