:root { --ink:#15222c; --muted:#61707b; --paper:#f5f6f5; --white:#fff; --line:#dce2e4; --blue:#1265a8; --blue-dark:#123a5c; --lime:#d8e66a; --shadow:0 18px 45px rgba(20,47,68,.12); }
* { box-sizing:border-box; } html { scroll-behavior:smooth; scroll-padding-top:84px; } body { margin:0; color:var(--ink); background:var(--paper); font-family:Arial, Helvetica, sans-serif; line-height:1.55; } a { color:inherit; } button { font:inherit; } .container { width:min(1160px, calc(100% - 40px)); margin:auto; } .skip-link { position:fixed; z-index:100; top:-60px; left:20px; background:var(--lime); padding:10px 14px; color:var(--ink); } .skip-link:focus { top:12px; }
.site-header { position:sticky; top:0; z-index:20; backdrop-filter:blur(12px); background:rgba(245,246,245,.9); border-bottom:1px solid rgba(220,226,228,.8); } .nav { min-height:76px; display:flex; justify-content:space-between; align-items:center; gap:28px; } .brand { display:inline-flex; gap:10px; align-items:center; font-size:1.05rem; text-decoration:none; letter-spacing:-.03em; white-space:nowrap; } .brand-mark { display:grid; place-items:center; width:34px; height:34px; background:var(--blue-dark); color:#fff; font-size:.7rem; font-weight:800; letter-spacing:.06em; } .brand strong { color:var(--blue); } .nav-links { display:flex; align-items:center; gap:22px; font-size:.88rem; font-weight:700; } .nav-links > a:not(.button) { text-decoration:none; color:#3e4b55; } .nav-links > a:not(.button):hover { color:var(--blue); } .menu-toggle { display:none; border:0; background:transparent; width:44px; padding:9px; } .menu-toggle span { display:block; height:2px; background:var(--ink); margin:5px 0; }
.button { display:inline-flex; justify-content:center; align-items:center; gap:13px; padding:15px 19px; background:var(--blue); color:#fff; text-decoration:none; font-size:.9rem; font-weight:800; border:1px solid var(--blue); transition:.2s ease; } .button:hover { background:var(--blue-dark); border-color:var(--blue-dark); transform:translateY(-2px); } .button-small { padding:11px 14px; font-size:.82rem; } .button-light { background:var(--lime); color:var(--ink); border-color:var(--lime); } .button-light:hover { color:white; background:var(--blue); border-color:var(--blue); } .text-link,.service-link { display:inline-flex; gap:8px; align-items:center; font-size:.89rem; font-weight:800; text-decoration:none; color:var(--blue); } .text-link:hover,.service-link:hover { text-decoration:underline; }
.hero { overflow:hidden; background:var(--paper); padding:73px 0 65px; } .hero-grid { display:grid; grid-template-columns:1.04fr .96fr; align-items:center; gap:64px; } .eyebrow { margin:0 0 16px; color:var(--blue); font-size:.74rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; } .eyebrow span { display:inline-block; width:27px; height:2px; margin:0 8px 3px 0; background:var(--blue); } h1,h2,h3,p { margin-top:0; } h1 { max-width:650px; margin-bottom:23px; font-size:clamp(2.7rem,5vw,5rem); line-height:.98; letter-spacing:-.07em; } h1 em { color:var(--blue); font-style:normal; } .hero-description { max-width:560px; color:var(--muted); font-size:1.06rem; } .hero-actions { display:flex; flex-wrap:wrap; align-items:center; gap:24px; margin:32px 0; } .hero-note { color:#53616a; font-size:.83rem; } .status-dot { display:inline-block; width:9px; height:9px; border-radius:100%; margin-right:7px; background:var(--lime); box-shadow:0 0 0 4px rgba(216,230,106,.24); } .hero-visual { position:relative; min-height:465px; background:var(--blue-dark); box-shadow:var(--shadow); } .hero-visual img { width:100%; height:465px; display:block; object-fit:cover; filter:saturate(.72) contrast(1.04); mix-blend-mode:screen; opacity:.88; } .hero-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(130deg, rgba(10,34,53,.73), transparent 62%); pointer-events:none; } .scan-line { position:absolute; z-index:2; top:25%; left:0; width:100%; height:1px; background:var(--lime); opacity:.72; animation:scan 5s ease-in-out infinite; } .visual-label { position:absolute; z-index:3; color:#fff; background:rgba(10,31,47,.83); backdrop-filter:blur(5px); padding:11px 14px; font-size:.76rem; font-weight:700; } .visual-label span:not(.status-dot) { color:var(--lime); margin-right:10px; } .label-top { top:24px; left:24px; } .label-bottom { bottom:23px; right:23px; } @keyframes scan { 0%,100% { transform:translateY(-65px); opacity:0; } 30%,65% { opacity:.65; } 50% { transform:translateY(260px); } }
.trust-strip { background:var(--blue-dark); color:#fff; } .trust-items { display:grid; grid-template-columns:repeat(4,1fr); } .trust-items p { margin:0; padding:18px 12px; border-right:1px solid rgba(255,255,255,.15); font-size:.79rem; font-weight:800; text-align:center; } .trust-items p:last-child { border:0; }.section { padding:108px 0; } .section-heading { display:grid; grid-template-columns:190px 1fr; gap:28px; margin-bottom:46px; } .section-heading h2,.why-copy h2,.faq-layout h2,.contact-card h2 { margin-bottom:12px; font-size:clamp(2rem,3.5vw,3.2rem); line-height:1.04; letter-spacing:-.06em; } .section-heading p:not(.eyebrow), .why-copy > p, .faq-layout > div > p { max-width:610px; margin-bottom:0; color:var(--muted); }
.services { background:#fff; } .service-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); } .service-card { position:relative; min-height:280px; padding:28px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); transition:.2s ease; } .service-card:hover { z-index:1; box-shadow:var(--shadow); transform:translateY(-5px); border-color:transparent; } .service-number { color:#8b9aa3; font-size:.75rem; font-weight:800; } .service-card h3 { margin:52px 0 10px; font-size:1.32rem; letter-spacing:-.04em; } .service-card p { color:var(--muted); font-size:.9rem; } .service-link { position:absolute; bottom:26px; }
.problem-section { background:#e9eef0; } .problem-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:70px; } .problem-intro h2 { margin-bottom:14px; font-size:clamp(2.3rem,4vw,3.6rem); line-height:1; letter-spacing:-.065em; } .problem-intro > p { color:var(--muted); } .problem-result { min-height:215px; margin-top:37px; padding:25px; background:var(--blue-dark); color:#fff; } .problem-result h3 { margin-bottom:7px; font-size:1.38rem; } .problem-result p:not(.result-kicker) { color:#d4e0e8; font-size:.9rem; } .result-kicker { margin-bottom:8px; color:var(--lime); font-size:.68rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; } .problem-result .button { margin-top:8px; background:var(--lime); border-color:var(--lime); color:var(--ink); } .problem-picker { display:grid; grid-template-columns:1fr 1fr; align-content:start; border-top:1px solid #c9d3d8; border-left:1px solid #c9d3d8; } .problem-button { display:flex; justify-content:space-between; min-height:83px; padding:18px; cursor:pointer; color:var(--ink); background:transparent; border:0; border-right:1px solid #c9d3d8; border-bottom:1px solid #c9d3d8; font-weight:800; text-align:left; transition:.2s; } .problem-button b { font-size:1.25rem; color:var(--blue); } .problem-button:hover,.problem-button.active { color:#fff; background:var(--blue); } .problem-button:hover b,.problem-button.active b { color:var(--lime); }
.why-layout { display:grid; grid-template-columns:1fr 1fr; gap:76px; align-items:center; } .why-image { height:610px; background:var(--blue-dark); } .why-image img { width:100%; height:100%; object-fit:cover; filter:saturate(.7); mix-blend-mode:screen; opacity:.92; } .reason-list { margin-top:33px; border-top:1px solid var(--line); } .reason-list article { display:grid; grid-template-columns:55px 1fr; gap:10px; padding:20px 0; border-bottom:1px solid var(--line); } .reason-list span { color:var(--blue); font-size:.76rem; font-weight:800; }.reason-list h3 { margin-bottom:4px; font-size:1.05rem; }.reason-list p { margin:0; color:var(--muted); font-size:.89rem; }
.process-section { background:var(--blue-dark); color:#fff; } .process-section .eyebrow { color:var(--lime); }.process-section .eyebrow span { background:var(--lime); }.process-section .section-heading p:not(.eyebrow) { color:#bfced7; }.process-list { display:grid; grid-template-columns:repeat(6,1fr); list-style:none; padding:0; margin:0; counter-reset:step; }.process-list li { position:relative; min-height:175px; padding:18px 15px 10px 0; border-top:1px solid rgba(255,255,255,.28); }.process-list li:not(:last-child)::after { content:""; position:absolute; top:-3px; right:0; width:5px; height:5px; border-radius:50%; background:var(--lime); }.process-list span { color:var(--lime); font-size:.73rem; font-weight:800; }.process-list h3 { margin:35px 0 5px; font-size:1rem; }.process-list p { margin:0; color:#bfced7; font-size:.82rem; }
.gallery-section { background:#fff; }.gallery-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr; grid-template-rows:220px 220px; gap:14px; }.gallery-grid figure { position:relative; overflow:hidden; margin:0; background:var(--blue-dark);}.gallery-grid .gallery-large { grid-row:span 2; }.gallery-grid img { width:100%; height:100%; object-fit:cover; filter:saturate(.65); transition:transform .4s ease;}.gallery-grid figure:hover img { transform:scale(1.05);}.gallery-grid figcaption { position:absolute; left:0; bottom:0; padding:10px 13px; color:#fff; background:rgba(13,35,50,.8); font-size:.77rem; font-weight:700; }
.faq-section { background:#e9eef0; }.faq-layout { display:grid; grid-template-columns:.78fr 1.22fr; gap:80px; }.faq-list { border-top:1px solid #c9d3d8; }.faq-list details { border-bottom:1px solid #c9d3d8; }.faq-list summary { padding:21px 34px 21px 0; cursor:pointer; list-style:none; position:relative; font-size:1rem; font-weight:800; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary::after { content:"+"; position:absolute; right:4px; color:var(--blue); font-size:1.35rem; }.faq-list details[open] summary::after { content:"-"; }.faq-list p { max-width:650px; margin:0; padding:0 22px 22px 0; color:var(--muted); font-size:.9rem; }
.chat-section { padding:96px 0; background:#fff; }.chat-layout { display:grid; grid-template-columns:.76fr 1.24fr; gap:70px; align-items:center; }.chat-layout h2 { font-size:clamp(2rem,3.5vw,3.2rem); line-height:1.04; letter-spacing:-.06em; }.chat-layout > div > p:not(.eyebrow) { color:var(--muted); }.chat-points { display:grid; grid-template-columns:1fr 1fr; gap:8px; padding:0; list-style:none; font-size:.82rem; font-weight:800; }.chat-points li::before { content:"+"; color:var(--blue); margin-right:7px; }.chat-box { border:1px solid var(--line); box-shadow:var(--shadow); }.chat-messages { display:flex; flex-direction:column; gap:13px; height:325px; overflow-y:auto; padding:23px; background:#edf2f4; }.chat-message { max-width:87%; padding:12px 14px; font-size:.88rem; white-space:pre-wrap; }.chat-message.bot { align-self:flex-start; background:#fff; border-left:3px solid var(--blue); }.chat-message.user { align-self:flex-end; color:#fff; background:var(--blue-dark); }.chat-message.error { border-color:#b6423b; }.chat-sources { margin:10px 0 0; color:#5c6a73; font-size:.72rem; font-weight:700; }.chat-form { display:grid; grid-template-columns:1fr auto; gap:9px; padding:15px; background:#fff; }.chat-form input { min-width:0; padding:12px; border:1px solid #bfcbd1; color:var(--ink); font:inherit; font-size:.85rem; }.chat-form input:focus { outline:2px solid var(--blue); border-color:var(--blue); }.chat-form .button { padding:12px 16px; }.chat-status { margin:0; padding:0 15px 15px; color:var(--muted); font-size:.72rem; }.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.contact-section { padding:80px 0; background:var(--paper); }.contact-card { display:flex; justify-content:space-between; align-items:end; gap:35px; padding:54px; background:var(--blue); color:#fff; box-shadow:var(--shadow); }.contact-card .eyebrow { color:var(--lime); }.contact-card h2 { margin-bottom:12px; }.contact-card p:not(.eyebrow) { max-width:590px; margin-bottom:0; color:#dcebf2; }.contact-actions { display:grid; gap:18px; min-width:230px; }.contact-location { color:#dcebf2; font-size:.84rem; text-decoration:none; }.contact-location strong { display:block; margin-top:4px; color:#fff; }.site-footer { padding:35px 0 85px; background:#0e1d28; color:#d4e0e7; }.footer-inner { display:grid; grid-template-columns:1fr 1fr 1fr; align-items:center; gap:15px; }.site-footer .brand { color:#fff; }.site-footer p { margin:0; font-size:.78rem; }.site-footer p:last-child { text-align:right; color:#8296a3; }.mobile-wa { display:none; }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }.reveal.visible { opacity:1; transform:translateY(0); }.service-card.reveal:nth-child(2),.process-list.reveal li:nth-child(2) { transition-delay:.07s; }.service-card.reveal:nth-child(3) { transition-delay:.14s; }.service-card.reveal:nth-child(4) { transition-delay:.21s; } :focus-visible { outline:3px solid var(--lime); outline-offset:3px; }
@media (max-width:900px) { .nav-links { gap:13px; }.nav-links > a:not(.button) { font-size:.8rem; }.hero-grid,.why-layout,.problem-layout,.faq-layout,.chat-layout { gap:42px; }.service-grid { grid-template-columns:1fr 1fr; }.process-list { grid-template-columns:repeat(3,1fr); }.process-list li { min-height:145px; }.why-image { height:480px; }.contact-card { padding:40px; } }
@media (max-width:680px) { html { scroll-padding-top:68px; }.container { width:min(100% - 32px, 1160px); }.nav { min-height:64px; }.menu-toggle { display:block; }.nav-links { display:none; position:absolute; top:64px; right:0; left:0; padding:18px 20px 21px; background:var(--paper); border-bottom:1px solid var(--line); box-shadow:0 16px 30px rgba(20,47,68,.12); }.nav-links.open { display:grid; gap:0; }.nav-links > a:not(.button) { padding:13px 0; font-size:.92rem; }.nav-links .button { margin-top:10px; }.hero { padding:49px 0 42px; }.hero-grid,.why-layout,.problem-layout,.faq-layout,.chat-layout { grid-template-columns:1fr; }.hero-grid { gap:42px; }.hero-visual,.hero-visual img { min-height:335px; height:335px; }.trust-items { grid-template-columns:1fr 1fr; }.trust-items p:nth-child(2) { border-right:0; }.trust-items p:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.15); }.section { padding:72px 0; }.section-heading { display:block; margin-bottom:33px; }.section-heading .eyebrow { margin-bottom:12px; }.service-grid { grid-template-columns:1fr; }.service-card { min-height:225px; }.service-card h3 { margin-top:34px; }.problem-section { padding-bottom:67px; }.problem-layout { gap:32px; }.problem-result { min-height:0; }.problem-picker { grid-template-columns:1fr; }.why-image { height:350px; }.process-list { grid-template-columns:1fr 1fr; }.process-list li { min-height:132px; }.gallery-grid { grid-template-columns:1fr 1fr; grid-template-rows:190px 190px 190px; }.gallery-grid .gallery-large { grid-column:span 2; grid-row:auto; }.chat-section { padding:70px 0; }.chat-messages { height:290px; }.chat-form { grid-template-columns:1fr; }.contact-section { padding:48px 0; }.contact-card { display:block; padding:32px 25px; }.contact-actions { margin-top:28px; }.footer-inner { grid-template-columns:1fr; gap:14px; }.site-footer { padding-bottom:88px; }.site-footer p:last-child { text-align:left; }.mobile-wa { position:fixed; z-index:18; left:12px; right:12px; bottom:12px; display:flex; justify-content:center; align-items:center; gap:12px; min-height:52px; background:var(--lime); color:var(--ink); box-shadow:0 8px 24px rgba(11,34,50,.22); font-size:.88rem; font-weight:800; text-decoration:none; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; }.reveal { opacity:1; transform:none; transition:none; }.scan-line { animation:none; }.button,.service-card,.gallery-grid img { transition:none; } }

.chat-section { display:none; }.chat-launcher { position:fixed; z-index:20; right:24px; bottom:24px; border:0; padding:13px 18px; background:var(--blue); color:#fff; font:inherit; font-weight:800; cursor:pointer; box-shadow:var(--shadow); }.chat-widget { position:fixed; z-index:21; right:24px; bottom:82px; width:min(390px, calc(100vw - 32px)); overflow:hidden; border:1px solid var(--line); background:#fff; box-shadow:var(--shadow); }.chat-widget-header { display:flex; align-items:center; justify-content:space-between; padding:15px 17px; background:var(--blue); color:#fff; }.chat-widget-header strong,.chat-widget-header span { display:block; }.chat-widget-header span { margin-top:2px; color:#dcebf2; font-size:.75rem; }.chat-close { border:0; padding:0 4px; background:transparent; color:#fff; font:inherit; font-size:1.6rem; line-height:1; cursor:pointer; }.chat-widget .chat-messages { height:min(330px, calc(100vh - 230px)); }.chat-widget .chat-form { grid-template-columns:1fr auto; }.chat-widget .chat-status { display:none; }
@media (max-width:680px) { .chat-launcher { right:12px; bottom:76px; }.chat-widget { right:12px; bottom:128px; }.chat-widget .chat-messages { height:min(290px, calc(100vh - 300px)); }.chat-widget .chat-form { grid-template-columns:1fr; } }

.chat-launcher { display:flex; align-items:center; gap:10px; width:340px; padding:10px 14px; background:#fff; color:var(--ink); border:1px solid var(--line); border-bottom:0; border-radius:10px 10px 0 0; text-align:left; }.chat-avatar { display:grid; place-items:center; flex:0 0 34px; width:34px; height:34px; border-radius:50%; background:var(--blue); color:#fff; font-size:.62rem; font-weight:900; }.chat-launcher-copy { min-width:0; }.chat-launcher-copy strong,.chat-launcher-copy span { display:block; }.chat-launcher-copy strong { font-size:.84rem; }.chat-launcher-copy span { margin-top:1px; color:var(--muted); font-size:.7rem; font-weight:600; }.chat-chevron { margin-left:auto; font-size:1.2rem; transition:transform .2s ease; }.chat-launcher[aria-expanded="true"] .chat-chevron { transform:rotate(180deg); }.chat-widget { border-radius:10px 10px 0 0; }.chat-widget-header { background:#fff; color:var(--ink); border-bottom:1px solid var(--line); }.chat-widget-header span { color:var(--muted); }.chat-close { color:var(--ink); }.chat-typing { display:flex; align-items:center; min-height:42px; }.typing-dots { display:flex; gap:4px; }.typing-dots i { width:6px; height:6px; border-radius:50%; background:var(--blue); animation:chat-typing 1s infinite ease-in-out; }.typing-dots i:nth-child(2) { animation-delay:.15s; }.typing-dots i:nth-child(3) { animation-delay:.3s; }@keyframes chat-typing { 0%,60%,100% { transform:translateY(0); opacity:.35; }30% { transform:translateY(-4px); opacity:1; } }@media (max-width:680px) { .chat-launcher { right:12px; bottom:76px; left:12px; width:auto; }.chat-widget { right:12px; bottom:142px; left:12px; width:auto; } }@media (prefers-reduced-motion:reduce) { .typing-dots i { animation:none; } }

.chat-launcher[aria-expanded="true"] { visibility:hidden; pointer-events:none; }.chat-launcher[aria-expanded="true"] + .chat-widget { bottom:24px; }.chat-form .button:disabled { cursor:wait; opacity:.65; }@media (max-width:680px) { .chat-widget { max-height:min(620px, calc(100svh - 24px)); }.chat-widget .chat-messages { height:min(42svh, 340px); }.chat-widget .chat-form { grid-template-columns:1fr auto; }.chat-launcher[aria-expanded="true"] + .chat-widget { bottom:12px; }.chat-widget:not([hidden]) ~ .mobile-wa { display:none; } }

.chat-admin-link { display:inline-block; margin-top:10px; color:var(--blue); font-size:.8rem; font-weight:800; text-decoration:none; }.chat-admin-link:hover { text-decoration:underline; }
