*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root { --red: #b91c1c; --red-dark: #991b1b; --red-light: rgba(185,28,28,0.08); --text: #111827; --text-muted: #6b7280; --bg: #ffffff; --bg-light: #f8f9fa; --border: #e5e7eb; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 0 3rem; transition: background 0.3s, box-shadow 0.3s; }
nav.scrolled { background: rgba(255,255,255,0.97); box-shadow: 0 1px 12px rgba(0,0,0,0.08); }
nav.scrolled .nav-logo img { filter: invert(1) brightness(0); }
.nav-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-logo img { height: 56px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 0.25rem; list-style: none; }
.nav-links a { color: white; text-decoration: none; font-weight: 600; font-size: 0.875rem; padding: 0.5rem 1rem; border-radius: 6px; transition: color 0.2s; }
nav.scrolled .nav-links a { color: var(--text); }
.nav-links a:hover { color: var(--red) !important; }
.nav-dropdown { position: relative; }
.nav-dropdown-btn { background: none; border: none; color: white; font-weight: 600; font-size: 0.875rem; padding: 0.5rem 1rem; cursor: pointer; display: flex; align-items: center; gap: 0.3rem; font-family: 'Inter', sans-serif; border-radius: 6px; transition: color 0.2s; }
nav.scrolled .nav-dropdown-btn { color: var(--text); }
.nav-dropdown-btn:hover, nav.scrolled .nav-dropdown-btn:hover { color: var(--red); }
.nav-dropdown-menu { display: none; position: absolute; top: 100%; left: 0; padding-top: 10px; min-width: 240px; z-index: 200; }
.nav-dropdown-menu-inner { background: white; border: 1px solid var(--border); border-radius: 12px; padding: 0.5rem; box-shadow: 0 10px 30px rgba(0,0,0,0.12); }
.nav-dropdown-menu.open { display: block; }
.nav-dropdown-menu a { display: block; color: var(--text-muted) !important; font-size: 0.875rem; padding: 0.6rem 1rem; border-radius: 8px; text-decoration: none; font-weight: 500; }
.nav-dropdown-menu a:hover { color: var(--red) !important; background: var(--red-light); }
.btn-nav { background: var(--red); color: white !important; font-weight: 600; font-size: 0.875rem; padding: 0.6rem 1.25rem; border-radius: 8px; text-decoration: none; transition: background 0.2s; }
.btn-nav:hover { background: var(--red-dark) !important; }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: white; margin: 5px 0; }
nav.scrolled .hamburger span { background: var(--text); }
.mobile-menu { display: none; background: white; border-top: 1px solid var(--border); padding: 1.25rem 1.5rem; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; color: var(--text); text-decoration: none; font-weight: 500; font-size: 0.9rem; padding: 0.7rem 0; border-bottom: 1px solid var(--border); }
.mobile-menu .btn-red { margin-top: 1rem; display: block; text-align: center; background: var(--red); color: white; padding: 0.75rem; border-radius: 8px; font-weight: 600; text-decoration: none; border-bottom: none; }
@media (max-width: 768px) { .nav-links, .nav-cta { display: none; } .hamburger { display: block; } nav { padding: 0 1.25rem; } }

/* PAGE HERO */
.page-hero { position: relative; padding: 10rem 3rem 5rem; min-height: 460px; display: flex; align-items: flex-end; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.45) 100%); }
.page-hero-content { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; width: 100%; }
.breadcrumb { font-size: 0.72rem; color: rgba(255,255,255,0.45); margin-bottom: 0.75rem; }
.breadcrumb a { color: rgba(255,255,255,0.45); text-decoration: none; }
.breadcrumb a:hover { color: var(--red); }
.page-hero-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 0.6rem; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; color: white; max-width: 640px; line-height: 1.1; margin-bottom: 1rem; }
.page-hero p { color: rgba(255,255,255,0.65); font-size: 0.95rem; max-width: 520px; line-height: 1.7; margin-bottom: 1.75rem; }
@media (max-width: 768px) { .page-hero { padding: 8rem 1.5rem 3rem; } }

/* SHARED LABELS & TITLES */
.section-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); display: block; text-align: center; margin-bottom: 0.6rem; }
.section-title { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; text-align: center; color: var(--text); margin-bottom: 0.75rem; }
.section-subtitle { text-align: center; color: var(--text-muted); font-size: 0.95rem; max-width: 580px; margin: 0 auto 3rem; line-height: 1.7; }
.section-label-left { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 0.6rem; }
.section-title-left { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; color: var(--text); margin-bottom: 1rem; }

/* BUTTONS */
.btn { display: inline-block; background: var(--red); color: white; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.85rem 2rem; text-decoration: none; border-radius: 6px; transition: background 0.2s; border: none; cursor: pointer; font-family: 'Inter', sans-serif; }
.btn:hover { background: var(--red-dark); }

/* BENEFITS GRID */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.benefit-card { background: white; border: 1px solid var(--border); border-radius: 12px; padding: 1.75rem; transition: border-color 0.2s, box-shadow 0.2s; }
.benefit-card:hover { border-color: rgba(185,28,28,0.25); box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.benefit-icon { width: 44px; height: 44px; background: var(--red-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.benefit-icon svg { width: 20px; height: 20px; fill: none; stroke: var(--red); stroke-width: 2; }
.benefit-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.benefit-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.65; }

/* FEATURES GRID */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-item { background: white; border: 1px solid var(--border); border-radius: 10px; padding: 1.25rem 1.4rem; }
.feature-item h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 0.3rem; }
.feature-item p { font-size: 0.8rem; color: var(--text-muted); line-height: 1.55; }

/* SPLIT LAYOUT */
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
@media (max-width: 900px) { .split-grid { grid-template-columns: 1fr; gap: 2rem; } }
.split-img { border-radius: 14px; overflow: hidden; }
.split-img img { width: 100%; height: 380px; object-fit: cover; display: block; }
.split-text p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.75; margin-bottom: 1rem; }
.check-list { list-style: none; margin-top: 1.25rem; }
.check-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.875rem; font-weight: 500; margin-bottom: 0.65rem; }
.check-list li::before { content: ''; display: inline-block; width: 18px; height: 18px; background: var(--red-light); border-radius: 50%; flex-shrink: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b91c1c' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-size: 12px; background-repeat: no-repeat; background-position: center; margin-top: 1px; }

/* DELIVERABLES */
.deliverables { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 0.5rem; margin-top: 1.5rem; }
.tag { background: var(--red-light); border: 1px solid rgba(185,28,28,0.2); color: var(--red); font-size: 0.75rem; font-weight: 600; padding: 0.4rem 1.1rem; border-radius: 20px; white-space: nowrap; text-align: center; }

/* STATS */
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; }
@media (max-width: 768px) { .stats-grid { grid-template-columns: repeat(2,1fr); } }
.stat-item { text-align: center; }
.stat-value { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: var(--red); line-height: 1; margin-bottom: 0.35rem; }
.stat-label { font-size: 0.8rem; color: var(--text-muted); font-weight: 500; }

/* VALUES GRID */
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; }
.value-card { background: white; border: 1px solid var(--border); border-radius: 14px; padding: 2rem 1.5rem; text-align: center; transition: border-color 0.2s, box-shadow 0.2s; }
.value-card:hover { border-color: rgba(185,28,28,0.25); box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.value-icon { width: 48px; height: 48px; background: var(--red-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.value-icon svg { width: 22px; height: 22px; fill: none; stroke: var(--red); stroke-width: 2; }
.value-card h3 { font-weight: 700; margin-bottom: 0.5rem; font-size: 0.95rem; }
.value-card p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; }

/* CONTACT FORM */
.contact-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 4rem; align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; } }
.contact-info-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1.1rem 1.25rem; background: white; border: 1px solid var(--border); border-radius: 12px; margin-bottom: 0.75rem; }
.contact-info-icon { width: 38px; height: 38px; background: var(--red-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-icon svg { width: 17px; height: 17px; fill: none; stroke: var(--red); stroke-width: 2; }
.contact-info-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); font-weight: 600; margin-bottom: 0.2rem; }
.contact-info-value a, .contact-info-value span { font-size: 0.9rem; font-weight: 600; color: var(--text); text-decoration: none; }
.contact-info-value a:hover { color: var(--red); }
.form-card { background: white; border: 1px solid var(--border); border-radius: 16px; padding: 2rem 2.25rem; box-shadow: 0 4px 24px rgba(0,0,0,0.05); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 600; margin-bottom: 0.4rem; color: var(--text); }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.7rem 0.9rem; border: 1px solid var(--border); border-radius: 8px; font-family: 'Inter', sans-serif; font-size: 0.875rem; color: var(--text); background: white; transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(185,28,28,0.08); }
.form-group textarea { resize: vertical; min-height: 120px; }
.btn-full { width: 100%; justify-content: center; display: flex; align-items: center; gap: 0.5rem; }
.btn-full svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }

/* QUOTE STEPS */
.quote-steps { display: flex; gap: 0; margin-bottom: 2.5rem; }
.quote-step { flex: 1; padding: 0.75rem 1rem; text-align: center; font-size: 0.8rem; font-weight: 600; background: var(--bg-light); border: 1px solid var(--border); color: var(--text-muted); }
.quote-step:first-child { border-radius: 8px 0 0 8px; }
.quote-step:last-child { border-radius: 0 8px 8px 0; }
.quote-step.active { background: var(--red); color: white; border-color: var(--red); }
.service-checkboxes { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
@media (max-width: 500px) { .service-checkboxes { grid-template-columns: 1fr; } }
.service-checkbox { display: flex; align-items: center; gap: 0.65rem; padding: 0.85rem 1rem; border: 1.5px solid var(--border); border-radius: 8px; cursor: pointer; transition: border-color 0.2s, background 0.2s; }
.service-checkbox:hover { border-color: var(--red); background: var(--red-light); }
.service-checkbox input { accent-color: var(--red); width: 16px; height: 16px; }
.service-checkbox span { font-size: 0.85rem; font-weight: 500; }
.timeframe-options { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.timeframe-btn { padding: 0.6rem 1.25rem; border: 1.5px solid var(--border); border-radius: 8px; font-size: 0.85rem; font-weight: 500; cursor: pointer; background: white; font-family: 'Inter', sans-serif; transition: border-color 0.2s, background 0.2s; }
.timeframe-btn.selected { border-color: var(--red); background: var(--red-light); color: var(--red); font-weight: 600; }
.success-box { text-align: center; padding: 3rem 2rem; }
.success-icon { width: 64px; height: 64px; background: var(--red-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; }
.success-icon svg { width: 28px; height: 28px; fill: none; stroke: var(--red); stroke-width: 2; }

/* SECTIONS */
section { padding: 4.5rem 3rem; }
.section-inner { max-width: 1280px; margin: 0 auto; }
@media (max-width: 768px) { section { padding: 3rem 1.5rem; } }

/* CTA BANNER */
.cta-banner { background: var(--red); padding: 4.5rem 3rem; position: relative; overflow: hidden; text-align: center; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 400' preserveAspectRatio='xMidYMid slice'%3E%3Cpath d='M-50 380 C80 340 120 290 200 310 C280 330 310 280 400 260 C490 240 520 300 620 280 C720 260 740 200 850 220 C960 240 1000 180 1100 160 C1150 150 1180 140 1250 130' fill='none' stroke='rgba(255,255,255,0.12)' stroke-width='1.5'/%3E%3Cpath d='M-50 340 C60 300 110 250 210 270 C310 290 330 240 430 215 C530 190 560 255 660 230 C760 205 780 150 890 170 C1000 190 1030 130 1130 110 C1180 100 1200 90 1250 80' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='1.5'/%3E%3Cpath d='M-50 300 C70 255 130 210 230 225 C330 240 345 195 450 168 C555 141 575 205 680 178 C785 151 800 95 915 115 C1030 135 1055 75 1155 55 C1195 47 1220 40 1250 30' fill='none' stroke='rgba(255,255,255,0.09)' stroke-width='1.5'/%3E%3Cpath d='M-50 255 C90 205 150 165 260 178 C370 191 375 148 490 118 C605 88 615 152 730 122 C845 92 855 35 975 55 C1095 75 1110 15 1200 -5' fill='none' stroke='rgba(255,255,255,0.08)' stroke-width='1.5'/%3E%3Cpath d='M-50 210 C100 158 170 118 290 130 C410 142 405 98 530 65 C655 32 655 98 780 65 C905 32 910 -28 1035 -8 C1100 2 1140 -20 1200 -40' fill='none' stroke='rgba(255,255,255,0.07)' stroke-width='1.5'/%3E%3Cpath d='M-50 165 C110 108 185 68 315 80 C445 92 438 48 572 12 C706 -24 696 44 828 8 C960 -28 962 -90 1092 -65 C1130 -57 1165 -75 1200 -90' fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1.5'/%3E%3Cpath d='M-50 420 C100 390 160 350 270 365 C380 380 400 335 510 315 C620 295 648 350 760 328 C872 306 890 248 1005 265 C1120 282 1140 225 1200 210' fill='none' stroke='rgba(255,255,255,0.08)' stroke-width='1.5'/%3E%3Cpath d='M-50 460 C120 438 175 405 295 415 C415 425 432 385 548 362 C664 339 685 395 802 372 C919 349 932 295 1050 308 C1120 316 1160 290 1200 280' fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1.5'/%3E%3C/svg%3E"); background-size: cover; background-position: center; pointer-events: none; }
.cta-banner::after { display: none; }
.cta-banner h2 { font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 800; color: white; margin-bottom: 0.75rem; position: relative; z-index: 1; }
.cta-banner p { color: rgba(255,255,255,0.75); margin-bottom: 2rem; position: relative; z-index: 1; font-size: 0.95rem; }
.btn-white { display: inline-flex; align-items: center; gap: 0.5rem; background: white; color: var(--red); font-weight: 700; font-size: 0.875rem; padding: 0.85rem 1.75rem; border-radius: 8px; text-decoration: none; transition: background 0.2s; position: relative; z-index: 1; }
.btn-white:hover { background: rgba(255,255,255,0.92); }

/* FOOTER */
footer { background: #111111; padding: 4rem 3rem 2rem; }
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; margin-bottom: 2.5rem; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } footer { padding: 3rem 1.5rem 2rem; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-logo img { height: 80px; width: auto; filter: brightness(0) invert(1); margin-bottom: 1rem; }
.footer-logo p { font-size: 0.82rem; color: rgba(255,255,255,0.4); line-height: 1.7; max-width: 240px; }
.footer-col h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: white; margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a { color: rgba(255,255,255,0.4); font-size: 0.85rem; text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--red); }
.footer-contact-row { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.85rem; }
.footer-contact-row svg { width: 15px; height: 15px; fill: none; stroke: var(--red); stroke-width: 2; flex-shrink: 0; }
.footer-contact-row a, .footer-contact-row span { color: rgba(255,255,255,0.4); font-size: 0.85rem; text-decoration: none; transition: color 0.2s; }
.footer-contact-row a:hover { color: var(--red); }
.footer-coverage { text-align: center; color: rgba(255,255,255,0.22); font-size: 0.72rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,0.07); margin-bottom: 1.5rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,0.07); }
.footer-bottom p { font-size: 0.72rem; color: rgba(255,255,255,0.28); }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { font-size: 0.72rem; color: rgba(255,255,255,0.28); text-decoration: none; transition: color 0.2s; }
.footer-bottom-links a:hover { color: var(--red); }

/* ── HOMEPAGE SECTIONS ── */
.trust-bar { background: var(--bg-card, #f8f9fa); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.25rem 3rem; }
.trust-bar-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.78rem; font-weight: 600; color: var(--text-muted); letter-spacing: 0.05em; text-transform: uppercase; }
.trust-item .dot { width: 6px; height: 6px; background: var(--red); border-radius: 50%; flex-shrink: 0; }

.services-section { padding: 5rem 3rem; background: white; }
.services-inner { max-width: 1280px; margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
@media (max-width: 768px) { .services-grid { grid-template-columns: 1fr; } .services-section { padding: 3.5rem 1.5rem; } }

.service-card { background: white; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; text-decoration: none; color: inherit; display: block; transition: box-shadow 0.3s, border-color 0.3s, transform 0.2s; }
.service-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.09); border-color: rgba(185,28,28,0.25); transform: translateY(-2px); }
.service-img { height: 220px; overflow: hidden; position: relative; }
.service-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity 0.45s ease; }
.service-img .img-hover { opacity: 0; }
.service-card:hover .img-default { opacity: 0; }
.service-card:hover .img-hover { opacity: 1; }
.service-icon-badge { position: absolute; top: 14px; left: 14px; z-index: 2; width: 42px; height: 42px; background: var(--red); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.service-icon-badge svg { width: 18px; height: 18px; fill: none; stroke: white; stroke-width: 2; }
.service-body { padding: 1.4rem 1.5rem 1.6rem; }
.service-body h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--text); }
.service-card:hover h3 { color: var(--red); }
.service-body p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 1rem; }
.service-link { font-size: 0.82rem; font-weight: 700; color: var(--red); display: inline-flex; align-items: center; gap: 0.4rem; }
.service-link svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.5; transition: transform 0.2s; }
.service-card:hover .service-link svg { transform: translateX(3px); }

.process-section { background: #111111; padding: 5rem 3rem; }
.process-inner { max-width: 1280px; margin: 0 auto; }
.process-section .section-title { color: white; }
.process-section .section-subtitle { color: rgba(255,255,255,0.45); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2.5rem; margin-top: 3rem; }
@media (max-width: 900px) { .process-grid { grid-template-columns: 1fr 1fr; } .process-section { padding: 3.5rem 1.5rem; } }
@media (max-width: 540px) { .process-grid { grid-template-columns: 1fr; } }
.process-step { position: relative; }
.step-num { font-size: 4.5rem; font-weight: 800; color: rgba(255,255,255,0.04); line-height: 1; position: absolute; top: -8px; left: -2px; }
.step-icon-wrap { position: relative; width: 48px; height: 48px; background: rgba(185,28,28,0.2); border: 1px solid rgba(185,28,28,0.35); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; margin-top: 1.75rem; }
.step-icon-wrap svg { width: 20px; height: 20px; fill: none; stroke: var(--red); stroke-width: 2; }
.process-step h3 { font-size: 1rem; font-weight: 700; color: white; margin-bottom: 0.5rem; }
.process-step p { font-size: 0.82rem; color: rgba(255,255,255,0.48); line-height: 1.65; }

.clients-section { background: var(--bg-light); padding: 5rem 3rem; }
.clients-inner { max-width: 1280px; margin: 0 auto; }
.clients-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; margin-top: 3rem; }
@media (max-width: 900px) { .clients-grid { grid-template-columns: repeat(3,1fr); } .clients-section { padding: 3.5rem 1.5rem; } }
@media (max-width: 540px) { .clients-grid { grid-template-columns: repeat(2,1fr); } }
.client-card { background: white; border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem 1.25rem; text-align: center; transition: border-color 0.2s, box-shadow 0.2s; }
.client-card:hover { border-color: rgba(185,28,28,0.3); box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.client-icon { width: 48px; height: 48px; background: var(--red-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.client-icon svg { width: 20px; height: 20px; fill: none; stroke: var(--red); stroke-width: 1.8; }
.client-card h3 { font-size: 0.85rem; font-weight: 700; margin-bottom: 0.4rem; }
.client-card p { font-size: 0.75rem; color: var(--text-muted); line-height: 1.55; }

.partners-section { background: white; padding: 5rem 3rem; }
.partners-inner { max-width: 1280px; margin: 0 auto; }
.partners-logos { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin: 3rem auto 0; max-width: 860px; }
@media (max-width: 600px) { .partners-logos { grid-template-columns: repeat(2,1fr); } .partners-section { padding: 3.5rem 1.5rem; } }
.partner-logo { display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
.partner-logo img { max-height: 80px; max-width: 100%; object-fit: contain; filter: grayscale(1); opacity: 0.6; transition: filter 0.25s, opacity 0.25s; }
.partner-logo img:hover { filter: none; opacity: 1; }

.faq-section { background: var(--bg-light); padding: 5rem 3rem; }
.faq-inner { max-width: 1280px; margin: 0 auto; }
.faq-list { max-width: 740px; margin: 3rem auto 0; }
.faq-item { background: white; border: 1px solid var(--border); border-radius: 14px; margin-bottom: 0.75rem; overflow: hidden; transition: border-color 0.2s; }
.faq-item.open { border-color: rgba(185,28,28,0.3); }
.faq-question { width: 100%; background: none; border: none; color: var(--text); font-family: Inter, sans-serif; font-size: 0.9rem; font-weight: 600; padding: 1.25rem 1.5rem; text-align: left; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.faq-question:hover { color: var(--red); }
.faq-chevron { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; flex-shrink: 0; transition: transform 0.25s; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 1.5rem 1.25rem; font-size: 0.875rem; color: var(--text-muted); line-height: 1.75; }
.faq-item.open .faq-answer { display: block; }

/* CTA buttons */
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-cta-white { display: inline-flex; align-items: center; gap: 0.5rem; background: white; color: var(--red); font-weight: 700; font-size: 0.875rem; padding: 0.85rem 1.75rem; border-radius: 8px; text-decoration: none; transition: background 0.2s; position: relative; z-index: 1; }
.btn-cta-white:hover { background: rgba(255,255,255,0.92); }
.btn-cta-outline { display: inline-flex; align-items: center; gap: 0.5rem; background: transparent; color: white; font-weight: 700; font-size: 0.875rem; padding: 0.85rem 1.75rem; border-radius: 8px; text-decoration: none; border: 1.5px solid rgba(255,255,255,0.45); transition: background 0.2s; position: relative; z-index: 1; }
.btn-cta-outline:hover { background: rgba(255,255,255,0.1); }
.btn-cta-white svg, .btn-cta-outline svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0.1) 100%); }
.hero-content { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; padding: 7rem 3rem 4rem; width: 100%; }
.hero-eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 0.9rem; }
.hero-line { width: 36px; height: 2px; background: var(--red); margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(1.6rem, 3.8vw, 3rem); font-weight: 800; line-height: 1.1; text-transform: uppercase; color: white; max-width: 640px; margin-bottom: 1.25rem; white-space: nowrap; }
.hero p { color: rgba(255,255,255,0.72); font-size: 0.95rem; max-width: 460px; margin-bottom: 2.5rem; line-height: 1.75; }
.btn-hero { display: inline-block; background: var(--red); color: white; font-weight: 700; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.9rem 2.2rem; text-decoration: none; transition: background 0.2s; }
.btn-hero:hover { background: var(--red-dark); }
@media (max-width: 768px) { .hero-content { padding: 6rem 1.5rem 3rem; } .hero h1 { white-space: normal; font-size: clamp(1.5rem, 7vw, 2.5rem); } }
