/* -------------------------------------------------------------
   CSS RESET & VINTAGE RETRO BRAND BASELINE
------------------------------------------------------------- */
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, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html { box-sizing: border-box; font-size: 16px; scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: inherit; }
body { background: #FFEED9; color: #2a1e12; font-family: 'Roboto', Arial, sans-serif; line-height: 1.6; }
a { color: #17506C; text-decoration: none; transition: color 0.2s; }
a:hover, a:focus { color: #B0450A; text-decoration: underline; }
ul, ol { list-style: none; }
img { max-width: 100%; display: block; }
button, .cta { cursor: pointer; outline: none; border: none; font-family: inherit; }
input, select, textarea { font-family: inherit; font-size: 1em; border-radius: 4px; border: 1px solid #c9b180; background: #FFF7E5; color: #5d4937; padding: 8px; margin-bottom: 12px; }
input[disabled], select[disabled], textarea[disabled] { background: #f6ece0; color: #8d8878; }
textarea { min-height: 90px; resize: vertical; }

/* -------------------------------------------------------------
   VINTAGE RETRO VARIABLES & COLORS
------------------------------------------------------------- */
:root {
  --brand-primary: #17506C;
  --brand-primary-dark: #022935;
  --brand-secondary: #FFD700;
  --brand-accent: #F5F7FA;
  --vintage-brown: #6A4C32;
  --vintage-cream: #FFF7E5;
  --vintage-orange: #B0450A;
  --vintage-blue: #386380;
  --vintage-red: #A74336;
  --vintage-shadow: 0 2px 16px 0 rgba(105, 82, 40, 0.12), 0 1px 1.5px 0 rgba(146, 109, 38, 0.07);
  --vintage-text: #3C2F21;
  --font-display: 'Montserrat', 'Arial Rounded MT Bold', 'Arial', sans-serif;
  --font-body: 'Roboto', Arial, sans-serif;
}

/* -------------------------------------------------------------
   TYPOGRAPHY – VINTAGE/RETRO INSPIRED
------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display), serif;
  color: var(--brand-primary);
  margin-bottom: 12px;
  letter-spacing: 0.03em;
  font-weight: 900;
  text-shadow: 1px 1px 0 #FFD70022;
}
h1 { font-size: 2.8rem; margin-bottom: 18px; }
h2 { font-size: 2rem; margin-bottom: 16px; }
h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 10px; }
h4 { font-size: 1.1rem; font-weight: 600; }
h5 { font-size: 1rem; font-weight: 600; }
h6 { font-size: 0.9rem; font-weight: 400; }
p, li, label, input, select, textarea, blockquote {
  font-family: var(--font-body), serif;
  font-size: 1.04rem; color: var(--vintage-text);
  margin-bottom: 10px;
}
strong { color: var(--vintage-brown); font-weight: bold; }
blockquote {
  background: var(--vintage-cream);
  border-left: 7px solid var(--vintage-orange);
  font-style: italic;
  padding: 16px 20px 16px 18px;
  margin: 0 0 12px 0;
  font-size: 1.12rem;
  box-shadow: 1px 2px 8px #7953101a;
}

/* -------------------------------------------------------------
   CONTAINERS & FLEX LAYOUTS (NO GRID, NO COLUMNS)
------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section { margin-bottom: 60px; padding: 40px 20px; }
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { margin-bottom: 20px; position: relative; background: var(--vintage-cream); border: 1px solid #eed9b6; border-radius: 12px; box-shadow: var(--vintage-shadow); }
.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: #FFF7E5; border: 2.5px dashed #FFD700; border-radius: 14px; box-shadow: 0 1px 8px #B0450A1a; margin-bottom: 28px; min-width: 0; }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }

/* -------------------------------------------------------------
   GLOBAL VINTAGE RETRO PATTERNS & DECORATION
------------------------------------------------------------- */
body {
  background: repeating-linear-gradient(135deg, #FFF7E5 0 30px, #FFEED9 30px 60px);
}
section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #FFF7E5;
  border-radius: 22px;
  box-shadow: 0 2px 20px #D2BE9F18, 0 1px 1.5px #FFD70015;
  border: 1.5px solid #eec68833;
}
section.hero, section.cta-banner, section.thank-you, section.about-hero, section.services-hero, section.cities-hero, section.references-hero, section.privacy-hero, section.gdpr-hero, section.cookie-policy-hero, section.terms-hero, section.contact-hero {
  background: linear-gradient(120deg, #FFD70010 0%, #FFF7E5 100%);
  border: 1.5px solid #d1ad6e33;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.city-tiles, .guides-tiles, .feature-grid, .values-grid, .partners-list, .certifications-logos, .glossary-list, .city-info-grid {
  display: flex; flex-wrap: wrap; gap: 24px;
}
.certifications-logos img {
  max-width: 100px;
}
.city-tiles div, .guides-tiles li, .partners-list li, .glossary-list li, .values-grid li {
  background: #FFF3C5;
  border-radius: 11px;
  border: 1.5px solid #eed08a;
  padding: 14px 22px;
  font-family: var(--font-display); font-size: 1.11rem;
  color: #3C2F21;
  margin-bottom: 14px;
  box-shadow: 0 1px 6px #f1d8a630;
}
.city-info-grid > div {
  background: #f9e5c7;
  border-radius: 13px;
  border: 1.5px solid #eec688;
  box-shadow: var(--vintage-shadow);
  flex: 1 1 320px;
  min-width: 220px;
  margin-bottom: 20px;
  padding: 20px 17px;
}
.guides-tiles li {
  flex: 1 1 250px;
  min-width: 200px;
}

/* -------------------------------------------------------------
   HEADER & NAVIGATION (RETRO FLAIR, FLEXBOX)
------------------------------------------------------------- */
header {
  background: #fff5dd;
  box-shadow: 0 2px 8px #ECD38A22;
  border-bottom: 1.5px solid #ECC16833;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}
header nav {
  display: flex;
  gap: 18px;
}
header nav a {
  padding: 6px 18px;
  border-radius: 10px 10px 0 0;
  font-family: var(--font-display);
  color: var(--brand-primary);
  font-weight: 700;
  font-size: 1.05rem;
  background: none;
  position: relative;
  transition: background 0.18s, color 0.18s;
}
header nav a:hover,
header nav a:focus {
  background: #FFD70044;
  color: #B0450A;
}
header .cta.primary {
  margin-left: 18px;
  background: var(--brand-secondary);
  color: #3C2F21;
  font-family: var(--font-display);
  border-radius: 17px;
  padding: 12px 28px;
  box-shadow: 0 2px 10px #ffd7001e;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 2.5px solid #d3c116;
  text-shadow: 1px 2px 0 #ffe9a0;
  transition: background 0.2s, color 0.2s, transform 0.16s;
}
header .cta.primary:hover, header .cta.primary:focus {
  background: #ffde85;
  color: #B0450A;
  transform: translateY(-2px) scale(1.04);
}
header img[alt="SatinFlush Solar"] { max-height: 43px; margin-right: 24px; }

/* --- MOBILE NAVIGATION --- */
.mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--vintage-orange);
  color: #FFF7E5;
  border-radius: 50%;
  width: 44px; height: 44px;
  font-size: 2rem;
  border: none;
  margin-left: 8px;
  transition: background 0.16s, box-shadow 0.16s;
  z-index: 1400;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #B0450A;
  color: #FFD700;
  box-shadow: 0 1px 6px #B0450A44;
}
@media (min-width: 1081px) {
  .mobile-menu-toggle {
    display: none;
  }
}
@media (max-width: 1080px) {
  header nav, header .cta.primary {
    display: none !important;
  }
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #FFF4DCee;
  z-index: 2000;
  transform: translateX(-100%);
  transition: transform 0.38s cubic-bezier(.67,-0.12,.28,1.19);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 2px 0 30px #79531022;
}
.mobile-menu.active { transform: translateX(0); }
.mobile-menu-close {
  margin: 26px 0 0 22px;
  background: #B0450A;
  color: #fff;
  border-radius: 50%;
  width: 43px; height: 43px;
  font-size: 2rem;
  border: none;
  align-self: flex-start;
  transition: background .15s, color .14s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #FFD700;
  color: #B0450A;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  padding-left: 32px;
  gap: 17px;
}
.mobile-nav a {
  font-family: var(--font-display);
  color: #17506C;
  font-size: 1.35rem;
  padding: 10px 6px;
  border-radius: 6px;
  display: block;
  background: none;
  margin-bottom: 3px;
  transition: background 0.17s, color 0.16s;
  min-width: 160px;
}
.mobile-nav a:active, .mobile-nav a:focus, .mobile-nav a:hover {
  background: #FFD70033;
  color: #B0450A;
}

/* -------------------------------------------------------------
   BUTTONS / CTA STYLES
------------------------------------------------------------- */
.cta {
  font-family: var(--font-display);
  font-weight: bold;
  font-size: 1.14rem;
  padding: 13px 32px;
  margin-top: 15px;
  border-radius: 16px;
  border: 2px solid #FFD700;
  background: var(--brand-primary);
  color: #FFD700;
  box-shadow: 0 2px 16px #17506C11;
  text-shadow: 1px 1px 2px #02293523;
  transition: background 0.2s, color 0.19s, box-shadow 0.18s, transform .13s;
  display: inline-block;
}
.cta.primary {
  background: var(--brand-secondary);
  color: var(--brand-primary-dark);
  border: 2.5px solid #ccb900;
  text-shadow: none;
}
.cta.primary:hover, .cta.primary:focus {
  background: #ffde85;
  color: var(--vintage-orange);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 2px 12px #B0450A30;
}
.cta:disabled, button[disabled] {
  background: #edecd9;
  color: #96906d !important;
  border: 2px solid #ddd;
  cursor: not-allowed;
  opacity: .73;
}

/* -------------------------------------------------------------
   HERO IMAGES / SECTIONS
------------------------------------------------------------- */
.hero .content-wrapper,
.about-hero .content-wrapper,
.services-hero .content-wrapper,
.cities-hero .content-wrapper,
.references-hero .content-wrapper,
.privacy-hero .content-wrapper,
.gdpr-hero .content-wrapper,
.cookie-policy-hero .content-wrapper,
.terms-hero .content-wrapper,
.contact-hero .content-wrapper,
.thank-you .content-wrapper {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero h1, .about-hero h1, .services-hero h1, .cities-hero h1, .references-hero h1, .privacy-hero h1, .gdpr-hero h1, .cookie-policy-hero h1, .terms-hero h1, .contact-hero h1, .thank-you h1 {
  margin-bottom: 18px;
  text-shadow: 2px 3px 0 #FFD70033;
}

/* -------------------------------------------------------------
   FEATURE/LIST GRIDS
------------------------------------------------------------- */
.feature-grid, .values-grid, .guides-tiles, .partners-list, .glossary-list, .city-info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 18px;
}
.features ul,
.services-overview ul,
.benefits ul,
.selection-process ol,
.guides-tiles,
.regional-benefits ul {
  list-style: none;
}

.feature-grid li img, .partners-list li img {
  margin-right: 8px;
  height: 38px;
  width: 38px;
}

/* -------------------------------------------------------------
   TESTIMONIALS & CARDS
------------------------------------------------------------- */
.testimonials-preview .testimonial-card, .testimonial-grid .testimonial-card {
  background: #fff9e0;
  border: 2.5px dashed var(--brand-secondary);
  border-radius: 14px;
  padding: 20px 30px;
  margin-bottom: 24px;
  color: #342208;
  box-shadow: 1px 2px 13px #FFD70022;
  align-items: flex-start;
  min-width: 0;
  max-width: 550px;
}
.testimonial-card blockquote {
  color: #463320;
  background: none;
  border: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.14rem;
  font-style: italic;
  text-shadow: 1px 2px 0 #FFD70011;
}
.testimonial-card strong {
  font-family: var(--font-display);
  color: #B0450A;
}

/* -------------------------------------------------------------
   CASE STUDY / INFO CARDS
------------------------------------------------------------- */
.case-highlight {
  background: #FCFBF7;
  border-radius: 14px;
  border: 1.8px solid #e6c270;
  padding: 20px 28px 16px 18px;
  margin-bottom: 20px;
  box-shadow: var(--vintage-shadow);
}

/* -------------------------------------------------------------
   FOOTER STYLES
------------------------------------------------------------- */
footer {
  background: #FFF3C5;
  border-top: 3.5px dotted #FFD70066;
  color: #3C2F21;
  padding: 32px 0 18px 0;
}
footer .container {
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}
footer nav {
  display: flex;
  flex-direction: row;
  gap: 18px;
  justify-content: center;
  margin-bottom: 14px;
}
footer nav a {
  color: #8b691c;
  font-family: var(--font-display);
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 0.99rem;
  transition: background .15s, color .14s;
}
footer nav a:hover, footer nav a:focus {
  background: #FFD70044;
  color: #B0450A;
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 28px;
  justify-content: center;
  margin-top: 8px;
}
.footer-contact > div {
  margin-bottom: 8px;
  flex: 1 1 170px;
  min-width: 150px;
}
.footer-contact img[alt="SatinFlush Solar"] {
  max-width: 60px;
  margin-bottom: 10px;
}
.footer-contact a img {
  width: 27px; height: 27px;
  margin-right: 7px;
  filter: sepia(0.4) contrast(1.1) brightness(1.05);
  transition: filter .16s, transform .16s;
}
.footer-contact a:hover img, .footer-contact a:focus img {
  filter: sepia(0) brightness(1.17);
  transform: scale(1.18) rotate(-6deg);
}

/* -------------------------------------------------------------
   FORMS
------------------------------------------------------------- */
.form-fields {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
  max-width: 460px;
}
.form-fields label {
  font-family: var(--font-display);
  color: var(--brand-primary);
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 1rem;
}
.form-fields input,
.form-fields select,
.form-fields textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 7px 10px;
  border-radius: 7px;
  border: 1.2px solid #c8ad7d;
  background: #FFF7E5;
  color: #4e4136;
  margin-bottom: 4px;
  transition: border 0.15s, background 0.15s;
}
.form-fields input:focus, .form-fields select:focus, .form-fields textarea:focus {
  border-color: #b79e60;
  background: #fff0c3;
}

/* -------------------------------------------------------------
   COOKIE CONSENT BANNER & MODAL
------------------------------------------------------------- */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #FFFBE5;
  border-top: 2.5px solid #FFD700;
  box-shadow: 0 -2px 19px #79531025;
  z-index: 2400;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 36px;
  gap: 30px;
  font-size: 1.03rem;
  animation: banner-slidein 0.56s cubic-bezier(.7,-0.15,.25,1.08);
}
@keyframes banner-slidein {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-banner p {
  color: #3C2F21;
  flex: 1 1 320px;
  margin-bottom: 0;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-direction: row;
  gap: 13px;
  align-items: center;
}
.cookie-banner button {
  border: none;
  border-radius: 11px;
  padding: 9px 24px;
  font-size: 1.01rem;
  font-family: var(--font-display);
  box-shadow: 0 2px 7px #ffd70018;
  transition: background .14s, color .15s, transform .11s;
}
.cookie-banner .cookie-accept {
  background: var(--brand-secondary);
  color: #3C2F21;
  font-weight: bold;
  border: 1.7px solid #c5ae27;
}
.cookie-banner .cookie-accept:hover, .cookie-banner .cookie-accept:focus {
  background: #ffd455;
}
.cookie-banner .cookie-reject {
  background: #B0450A;
  color: #fff3e0;
  border: 1.5px solid #9e2f07;
}
.cookie-banner .cookie-reject:hover, .cookie-banner .cookie-reject:focus {
  background: #A74336;
  color: #FFD700;
}
.cookie-banner .cookie-settings {
  background: #FFF7E5;
  border: 1.5px solid #FFD700;
  color: #B0450A;
  font-weight: bold;
}
.cookie-banner .cookie-settings:hover, .cookie-banner .cookie-settings:focus {
  color: #fff3e0;
  background: #B0450A;
}

.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: #48403793;
  z-index: 2600;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: overlayfade .3s cubic-bezier(.3,0.07,.54,0.98);
}
@keyframes overlayfade {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cookie-modal {
  background: #FFF7E5;
  border-radius: 16px;
  border: 2.5px solid #FFD700;
  box-shadow: 0 7px 32px #FFD70018, 0 1px 1.5px #B0450A0E;
  max-width: 400px;
  width: 95%;
  padding: 33px 28px 30px 28px;
  animation: modalin .41s cubic-bezier(.43,-0.12,.55,1.12);
  position: relative;
}
@keyframes modalin {
  from { transform: scale(.92) translateY(24px); opacity: 0; }
  to   { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal h3 {
  font-family: var(--font-display);
  color: var(--vintage-brown);
  margin-bottom: 16px;
  font-size: 1.45rem;
}
.cookie-category {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  font-size: 1.04rem;
}
.cookie-category label {
  margin-left: 10px;
  color: var(--vintage-text);
}
.cookie-category .toggle-switch {
  appearance: none;
  width: 36px; height: 20px;
  background: #ffd70033;
  border-radius: 14px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background .16s;
}
.cookie-category .toggle-switch:checked {
  background: #FFD700;
}
.cookie-category .toggle-switch::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px; left: 2px;
  width: 16px; height: 16px;
  background: #fff7e5;
  border-radius: 50%;
  box-shadow: 0 1px 4px #b99c1422;
  transition: left .14s;
}
.cookie-category .toggle-switch:checked::before {
  left: 18px;
}
.cookie-modal .category-desc {
  font-size: 0.98rem;
  font-style: italic;
  margin-left: 35px;
  color: #8b691c;
  margin-bottom: 7px;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 24px;
  justify-content: flex-end;
}
.cookie-modal .cookie-modal-close {
  position: absolute; top: 13px; right: 13px;
  background: #B0450A;
  color: #fff;
  border-radius: 50%;
  width: 34px; height: 34px;
  border: none;
  font-size: 1.19rem;
  transition: background .15s, color .14s;
}
.cookie-modal .cookie-modal-close:hover, .cookie-modal .cookie-modal-close:focus { background: #FFD700; color: #B0450A; }

/* -------------------------------------------------------------
   RESPONSIVE LAYOUTS & FLEX DIRECTIONS
------------------------------------------------------------- */
@media (max-width: 1080px) {
  .content-grid, .city-info-grid, .feature-grid, .values-grid, .partners-list, .guides-tiles, .card-container, .city-tiles {
    flex-direction: column;
    gap: 19px;
  }
  .footer-contact {
    flex-direction: column;
    gap: 12px;
  }
  section {
    padding: 28px 7px;
    margin-bottom: 40px;
  }
  .testimonials-preview .testimonial-card, .testimonial-grid .testimonial-card {
    padding: 17px 10px;
    max-width: 98vw;
  }
}
@media (max-width: 768px) {
  .container { padding: 0 4vw; }
  .content-wrapper { padding: 0; }
  .text-image-section {
    flex-direction: column;
    gap: 22px;
  }
  header .container { padding-top: 5px; padding-bottom: 5px; }
  section { padding: 15px 2px; margin-bottom: 31px; border-radius: 15px; }
  h1 { font-size: 2rem; margin-bottom: 14px; }
  h2 { font-size: 1.36rem; margin-bottom: 9px; }
  h3 { font-size: 1.04rem; }
  .card, .case-highlight, .city-info-grid > div, .guides-tiles li, .feature-grid li { padding: 13px 8px; font-size: 0.99rem; }
  .footer-contact { gap: 6px; }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 17px 10px 13px 10px;
    font-size: 0.98rem;
    gap: 8px;
  }
}
@media (max-width: 479px) {
  h1 { font-size: 1.25rem; }
  h2 { font-size: 1.06rem; }
  .cta, .cta.primary { font-size: 1rem; padding: 9px 13px; }
  .cookie-modal { padding: 22px 5vw 18px 5vw; }
}

/* -------------------------------------------------------------
   UTILITIES & MICRO-INTERACTIONS
------------------------------------------------------------- */
.card:hover, .case-highlight:hover, .city-info-grid > div:hover {
  box-shadow: 0 5px 22px #B0450A25, 0 1px 1.5px #FFD70033;
  transform: translateY(-2px) scale(1.01);
  transition: box-shadow 0.18s, transform 0.16s;
  border-color: #FFD700;
}

.section { margin-bottom: 60px; padding: 40px 20px; }
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { margin-bottom: 20px; position: relative; }
.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; }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
