:root {
  --navy: #062d5b;
  --navy-2: #08457f;
  --blue: #1268ad;
  --blue-soft: #eaf3fb;
  --red: #e32332;
  --ink: #102238;
  --muted: #65778c;
  --white: #fff;
  --line: #dce6ef;
  --green: #25d366;
  --shadow: 0 24px 70px rgba(4, 39, 76, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f6f9fc; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }

/* HEADER */
.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 16px clamp(20px, 5vw, 74px); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220,230,239,.85); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 45px; height: 45px; color: #fff; background: var(--navy); border-radius: 12px; font-weight: 900; box-shadow: inset -5px -5px 0 var(--red); }
.brand-copy strong { display: block; font-size: 13px; letter-spacing: .12em; }
.brand-copy small { color: var(--muted); font-size: 10px; letter-spacing: .13em; }
.nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 750; }
.nav a { transition: color .2s, transform .2s; }
.nav a:hover { color: var(--red); transform: translateY(-1px); }
.nav-cta { padding: 11px 19px; color: #fff !important; background: var(--red); border-radius: 999px; box-shadow: 0 9px 20px rgba(227,35,50,.18); }
.menu-toggle { display: none; border: 0; background: none; font-size: 27px; color: var(--navy); }

/* HERO */
.hero { position: relative; overflow: hidden; color: var(--ink); background: radial-gradient(circle at 83% 22%, rgba(18,104,173,.14), transparent 28%), linear-gradient(135deg, #fbfdff 0%, #eef5fa 55%, #e1ecf6 100%); }
.hero-grid { max-width: 1380px; min-height: 680px; margin: auto; padding: 78px clamp(24px, 5vw, 65px) 90px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(35px, 5vw, 75px); }
.hero-copy-wrap { position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 19px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.eyebrow span { width: 25px; height: 3px; background: var(--red); border-radius: 10px; }
.hero h1 { margin: 0 0 24px; font-size: clamp(55px, 6vw, 88px); line-height: .91; letter-spacing: -.065em; }
.hero h1 span { color: var(--red); }
.hero-lead { max-width: 570px; margin: 0; color: #53677d; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 30px; }
.btn { display: inline-flex; align-items: center; gap: 12px; padding: 14px 22px; border-radius: 999px; font-weight: 850; transition: transform .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(16,34,56,.14); }
.btn-primary { color: #fff; background: var(--red); }
.btn-light { color: var(--navy); background: #fff; border: 1px solid var(--line); }
.mini-process { display: flex; align-items: center; gap: 11px; color: #52667b; font-size: 12px; font-weight: 800; }
.mini-process div { display: flex; align-items: center; gap: 6px; }
.mini-process b { color: var(--blue); font-size: 10px; }
.mini-process i { width: 28px; height: 1px; background: #b9c8d6; }

/* DIAGONAL IMAGE SEQUENCE */
.visual-sequence { position: relative; min-height: 520px; width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; filter: drop-shadow(0 28px 40px rgba(6,45,91,.18)); }
.visual-card { position: relative; min-height: 520px; overflow: hidden; background: #c9d9e8; }
.visual-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; display: block; transform: scale(1.02); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.visual-card:hover img { transform: scale(1.07); }
.visual-one { clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%); margin-right: -7%; z-index: 1; border-radius: 26px 0 0 26px; }
.visual-two { clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%); margin-right: -7%; z-index: 2; }
.visual-three { clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%); z-index: 3; border-radius: 0 26px 26px 0; }
.visual-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,22,43,.02) 38%, rgba(2,22,43,.72) 100%); pointer-events: none; }
.visual-caption { position: absolute; z-index: 5; left: 18px; right: 18px; bottom: 25px; display: flex; align-items: center; gap: 11px; color: #fff; }
.visual-icon { display: grid; place-items: center; flex: 0 0 43px; width: 43px; height: 43px; border: 2px solid rgba(255,255,255,.95); border-radius: 50%; font-weight: 900; font-size: 17px; background: rgba(6,45,91,.42); backdrop-filter: blur(5px); }
.visual-caption strong, .visual-caption small { display: block; line-height: 1.05; }
.visual-caption strong { font-size: 16px; letter-spacing: .02em; }
.visual-caption small { margin-top: 4px; font-size: 9px; font-weight: 800; letter-spacing: .12em; opacity: .88; }
.step-dot { position: absolute; z-index: 5; top: 18px; right: 22px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--red); font-size: 11px; font-weight: 900; box-shadow: 0 7px 20px rgba(227,35,50,.25); }
.hero-bottom-line { position: relative; z-index: 5; display: flex; justify-content: center; align-items: center; gap: 13px; padding: 16px 22px 17px; color: #dce9f5; background: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.hero-bottom-line strong { margin-left: 16px; color: #fff; }
.hero-bottom-line strong::first-letter { color: var(--red); }

/* TICKER */
.ticker { display: flex; justify-content: center; flex-wrap: wrap; color: #fff; background: #072f5c; font-size: 10px; font-weight: 900; letter-spacing: .16em; overflow: hidden; }
.ticker div { padding: 18px 25px; border-right: 1px solid rgba(255,255,255,.18); }
.ticker div:last-child { border: 0; }

/* SECTIONS */
.section { max-width: 1180px; margin: auto; padding: 112px 28px; }
.section-label { margin-bottom: 32px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.section-kicker { margin: 0 0 13px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.about { max-width: none; padding-left: max(28px, calc((100vw - 1180px)/2)); padding-right: max(28px, calc((100vw - 1180px)/2)); background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
h2 { margin: 0 0 20px; font-size: clamp(42px, 5vw, 69px); line-height: 1; letter-spacing: -.055em; }
h2 span, h2 em { color: var(--red); font-style: normal; }
.about-text .lead { max-width: 590px; color: #263d55; font-size: 20px; font-weight: 750; }
.about-text p:not(.lead) { max-width: 590px; color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; margin-top: 10px; color: var(--red); font-weight: 900; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

/* PROCESS */
.process { max-width: none; padding-left: max(28px, calc((100vw - 1180px)/2)); padding-right: max(28px, calc((100vw - 1180px)/2)); background: #f6f9fc; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading > p { max-width: 440px; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-card { position: relative; min-height: 300px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.process-card::after { content: ""; position: absolute; right: -65px; bottom: -75px; width: 180px; height: 180px; border: 1px solid rgba(18,104,173,.1); border-radius: 50%; }
.process-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.process-highlight { color: #fff; background: var(--navy); border-color: var(--navy); }
.process-highlight p { color: #cbdbea !important; }
.process-top { display: flex; justify-content: space-between; color: var(--red); font-weight: 900; }
.process-top span:last-child { font-size: 20px; }
.process-card h3 { margin: 60px 0 10px; font-size: 30px; letter-spacing: -.03em; }
.process-card p { max-width: 350px; color: var(--muted); }

/* STATEMENT */
.statement { padding: 105px 28px; text-align: center; background: linear-gradient(145deg, #eaf3fa, #fff); }
.statement-inner { max-width: 900px; margin: auto; }
.statement-mark { color: var(--red); font-family: Georgia, serif; font-size: 80px; line-height: .65; }
blockquote { margin: 16px auto 20px; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; font-weight: 850; letter-spacing: -.045em; }
.statement p { color: var(--muted); font-size: 13px; font-weight: 750; }

/* CONTACT */
.contact { position: relative; overflow: hidden; padding: 95px 28px; color: #fff; background: linear-gradient(135deg, #062b55, #07569b); }
.contact::before { content: ""; position: absolute; left: -3%; right: -3%; top: -72px; height: 115px; background: #f6f9fc; transform: rotate(-2deg); }
.contact-decoration { position: absolute; width: 520px; height: 520px; right: -200px; top: 50px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(255,255,255,.018); }
.contact-inner { position: relative; z-index: 2; max-width: 1100px; margin: auto; padding-top: 45px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.eyebrow.light { color: #ff7782; }
.contact h2 { color: #fff; }
.contact h2 span { color: #ff5968; }
.contact-inner > div > p:not(.eyebrow) { max-width: 540px; color: #c9d9e8; }
.whatsapp-big { display: flex; align-items: center; gap: 15px; min-width: 270px; padding: 18px 22px; color: var(--ink); background: #fff; border-radius: 19px; box-shadow: 0 20px 45px rgba(0,0,0,.18); transition: transform .2s; }
.whatsapp-big:hover { transform: translateY(-4px); }
.wa-icon { display: grid; place-items: center; width: 52px; height: 52px; color: #fff; background: var(--green); border-radius: 50%; font-size: 26px; font-weight: 900; }
.whatsapp-big small { display: block; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.whatsapp-big strong { display: block; font-size: 16px; }

/* FOOTER + FLOATING WHATSAPP */
footer { display: flex; justify-content: space-between; padding: 23px clamp(20px, 6vw, 75px); color: #90a6bb; background: #051e3a; font-size: 12px; }
.floating-wa { position: fixed; z-index: 100; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; }
.wa-image-wrap { display: grid; place-items: center; width: 62px; height: 62px; padding: 4px; overflow: hidden; background: #fff; border: 3px solid var(--green); border-radius: 50%; box-shadow: 0 12px 35px rgba(37,211,102,.3); transition: transform .2s; }
.wa-image-wrap img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.floating-wa:hover .wa-image-wrap { transform: scale(1.08); }
.wa-tooltip { padding: 9px 13px; color: #fff; background: #122235; border-radius: 8px; font-size: 12px; font-weight: 800; opacity: 0; transform: translateX(8px); transition: .2s; pointer-events: none; }
.floating-wa:hover .wa-tooltip { opacity: 1; transform: translateX(0); }

/* RESPONSIVE */
@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-copy-wrap { max-width: 760px; }
  .visual-sequence { max-width: 900px; min-height: 500px; margin: 10px auto 0; }
  .visual-card, .visual-card img { min-height: 500px; }
}

@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 78px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 9px; }
  .hero h1 { font-size: clamp(54px, 12vw, 78px); }
  .visual-sequence { min-height: 430px; }
  .visual-card, .visual-card img { min-height: 430px; }
  .visual-caption { left: 13px; right: 10px; bottom: 19px; gap: 7px; }
  .visual-caption strong { font-size: 12px; }
  .visual-caption small { font-size: 7px; }
  .visual-icon { flex-basis: 35px; width: 35px; height: 35px; font-size: 13px; }
  .about-grid, .process-grid { grid-template-columns: 1fr; }
  .section-heading, .contact-inner { align-items: flex-start; flex-direction: column; }
  .contact-inner { padding-top: 45px; }
  .hero-bottom-line { flex-wrap: wrap; }
}

@media (max-width: 580px) {
  .site-header { padding: 13px 17px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 11px; }
  .hero-grid { padding: 48px 16px 55px; }
  .hero h1 { font-size: 54px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .mini-process { justify-content: space-between; gap: 5px; }
  .mini-process i { width: 18px; }
  .visual-sequence { min-height: 420px; grid-template-columns: 1fr; gap: 0; margin-top: 16px; }
  .visual-card { min-height: 210px; height: 210px; clip-path: none !important; margin: 0 !important; border-radius: 17px !important; }
  .visual-card img { min-height: 210px; height: 210px; }
  .visual-one { z-index: 1; transform: none; }
  .visual-two { z-index: 2; margin-top: -18px !important; width: 96%; margin-left: 4% !important; }
  .visual-three { z-index: 3; margin-top: -18px !important; width: 92%; margin-left: 8% !important; }
  .step-dot { top: 12px; right: 12px; width: 29px; height: 29px; font-size: 9px; }
  .hero-bottom-line { justify-content: center; font-size: 9px; letter-spacing: .1em; }
  .hero-bottom-line strong { width: 100%; margin: 4px 0 0; text-align: center; }
  .ticker { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; }
  .ticker div { flex: 0 0 auto; padding: 16px 18px; }
  .section { padding: 82px 20px; }
  .about { padding-left: 20px; padding-right: 20px; }
  h2 { font-size: 47px; }
  .process-card { min-height: 250px; }
  .process-card h3 { margin-top: 45px; }
  .contact { padding: 75px 20px; }
  .whatsapp-big { width: 100%; min-width: 0; }
  footer { flex-direction: column; gap: 7px; }
  .floating-wa { right: 14px; bottom: 14px; }
  .wa-image-wrap { width: 58px; height: 58px; }
  .wa-tooltip { display: none; }
}
