:root {
  --navy: #07182d;
  --navy-2: #0b2545;
  --blue: #0f5f88;
  --teal: #10a6a2;
  --mint: #71d7c7;
  --gold: #d7ad61;
  --ink: #132033;
  --muted: #667386;
  --soft: #f3f7f8;
  --white: #ffffff;
  --border: #dfe8ec;
  --shadow: 0 24px 70px rgba(7, 24, 45, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-soft { background: var(--soft); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--white); border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: .3s ease; }
.site-header.scrolled { background: rgba(7, 24, 45, .94); backdrop-filter: blur(18px); box-shadow: 0 10px 40px rgba(0,0,0,.12); }
.navbar { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.36); border-radius: 14px; background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.03)); font-family: "Playfair Display", serif; font-size: 28px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-size: 21px; letter-spacing: .02em; }
.brand-text small { margin-top: 5px; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; opacity: .72; }
.nav-menu { display: flex; align-items: center; gap: 26px; color: rgba(255,255,255,.84); font-size: 14px; font-weight: 600; }
.nav-menu a { transition: .2s ease; }
.nav-menu a:hover { color: var(--mint); }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--white); transition: .25s ease; }

.hero { min-height: 830px; position: relative; overflow: hidden; display: grid; align-items: center; padding: 130px 0 80px; color: var(--white); background: radial-gradient(circle at 10% 15%, rgba(16,166,162,.25), transparent 32%), linear-gradient(135deg, #061425 0%, #0a2745 52%, #0e4e68 100%); }
.hero::after { content:""; position:absolute; inset:auto 0 0; height:130px; background:linear-gradient(to top, rgba(4,17,30,.22), transparent); pointer-events:none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .45; }
.hero-glow-one { width: 460px; height: 460px; right: -160px; top: 60px; border: 1px solid rgba(113,215,199,.22); box-shadow: 0 0 0 75px rgba(113,215,199,.04), 0 0 0 150px rgba(113,215,199,.025); }
.hero-glow-two { width: 240px; height: 240px; left: -100px; bottom: 70px; background: rgba(16,166,162,.13); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--mint); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; }
.eyebrow::before { content:""; width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
.hero h1 { margin: 22px 0 24px; max-width: 760px; font-size: clamp(44px, 6.3vw, 78px); line-height: 1.04; letter-spacing: -.055em; }
.hero h1 em { display: block; color: var(--mint); font-family: "Playfair Display", serif; font-weight: 700; }
.hero-copy > p { max-width: 660px; color: rgba(255,255,255,.75); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 14px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--teal), var(--blue)); box-shadow: 0 12px 30px rgba(16,166,162,.25); }
.button-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.button-light { color: var(--navy); background: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 24px; color: rgba(255,255,255,.66); font-size: 12px; }
.hero-trust span::before { content:"✓"; color: var(--mint); margin-right: 7px; font-weight: 800; }
.hero-visual { position: relative; min-height: 500px; }
.dashboard-card { position: absolute; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.1); backdrop-filter: blur(18px); box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.dashboard-main { inset: 60px 10px 70px 30px; padding: 30px; border-radius: 30px; transform: rotate(2deg); }
.dash-header { display: flex; justify-content: space-between; color: rgba(255,255,255,.75); font-size: 13px; }
.status-dot { padding: 7px 10px; border-radius: 99px; background: rgba(113,215,199,.13); color: var(--mint); }
.metric-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin: 40px 0; }
.metric-row > div { padding: 20px; border-radius: 18px; background: rgba(255,255,255,.07); }
.metric-row small { display:block; color:rgba(255,255,255,.55); }
.metric-row strong { display:block; margin-top:6px; font-size:20px; }
.chart-bars { height: 180px; display:flex; align-items:flex-end; gap:13px; padding:24px 10px 0; border-top:1px solid rgba(255,255,255,.1); }
.chart-bars i { flex:1; height:var(--h); border-radius:10px 10px 3px 3px; background:linear-gradient(to top, rgba(16,166,162,.42), var(--mint)); }
.floating-card { position:absolute; z-index:2; display:flex; align-items:center; gap:12px; padding:16px 18px; border:1px solid rgba(255,255,255,.18); border-radius:18px; background:rgba(4,20,35,.68); backdrop-filter:blur(16px); box-shadow:0 18px 44px rgba(0,0,0,.24); }
.floating-card small,.floating-card strong { display:block; }
.floating-card small { color:rgba(255,255,255,.53); font-size:10px; text-transform:uppercase; letter-spacing:.14em; }
.mini-icon { width:36px; height:36px; display:grid; place-items:center; border-radius:12px; background:rgba(113,215,199,.14); color:var(--mint); font-weight:800; }
.card-tax { left:-24px; top:28px; }
.card-social { right:-24px; bottom:42px; }

.intro-strip { position:relative; z-index:4; margin-top:-34px; }
.strip-grid { display:grid; grid-template-columns:repeat(4,1fr); overflow:hidden; border:1px solid rgba(255,255,255,.5); border-radius:20px; background:var(--white); box-shadow:var(--shadow); }
.strip-grid div { padding:22px 24px; border-right:1px solid var(--border); }
.strip-grid div:last-child { border:0; }
.strip-grid strong,.strip-grid span { display:block; }
.strip-grid strong { font-size:15px; }
.strip-grid span { color:var(--muted); font-size:12px; }

.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.center { text-align:center; margin-inline:auto; }
.section-heading.center .eyebrow { justify-content:center; }
.section-heading h2 { margin:15px 0 16px; font-size:clamp(34px,4.2vw,52px); line-height:1.12; letter-spacing:-.045em; color:var(--navy); }
.section-heading p { color:var(--muted); font-size:17px; }
.service-highlights { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.highlight-card { position:relative; overflow:hidden; min-height:340px; padding:42px; border:1px solid var(--border); border-radius:var(--radius); background:var(--white); box-shadow:0 18px 50px rgba(7,24,45,.07); }
.highlight-card::after { content:""; position:absolute; width:220px; height:220px; right:-80px; bottom:-90px; border-radius:50%; background:rgba(16,166,162,.08); }
.highlight-card h3 { margin:60px 0 14px; font-size:29px; color:var(--navy); }
.highlight-card p { max-width:500px; color:var(--muted); }
.highlight-card a { display:inline-flex; margin-top:18px; color:var(--blue); font-weight:800; }
.highlight-card a::after { content:"→"; margin-left:8px; }
.service-number { color:var(--teal); font-size:13px; font-weight:800; letter-spacing:.18em; }
.highlight-accent { color:var(--white); border-color:transparent; background:linear-gradient(145deg,var(--navy-2),var(--blue)); }
.highlight-accent h3,.highlight-accent a { color:var(--white); }
.highlight-accent p { color:rgba(255,255,255,.72); }
.highlight-accent::after { background:rgba(113,215,199,.12); }

.services-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.service-card { padding:28px; border:1px solid var(--border); border-radius:20px; background:var(--white); transition:.25s ease; }
.service-card:hover { transform:translateY(-5px); box-shadow:0 18px 46px rgba(7,24,45,.09); border-color:rgba(16,166,162,.35); }
.service-icon { width:48px; height:48px; display:grid; place-items:center; border-radius:15px; background:linear-gradient(135deg,rgba(16,166,162,.14),rgba(15,95,136,.08)); color:var(--blue); font-weight:800; }
.service-card h3 { margin:20px 0 14px; color:var(--navy); font-size:18px; }
.service-card ul { margin:0; padding:0; list-style:none; color:var(--muted); font-size:14px; }
.service-card li { padding:5px 0; }
.service-card li::before { content:"•"; color:var(--teal); margin-right:8px; }

.marketing-section { color:var(--white); background:linear-gradient(145deg,#07182d,#0a3a55 70%,#0b6670); }
.marketing-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:78px; align-items:start; }
.marketing-copy { position:sticky; top:130px; }
.marketing-copy h2 { margin:18px 0; font-size:clamp(38px,4.8vw,60px); line-height:1.05; letter-spacing:-.05em; }
.marketing-copy p { color:rgba(255,255,255,.7); }
.marketing-points { display:grid; gap:10px; margin:28px 0 34px; }
.marketing-points span::before { content:"✓"; display:inline-grid; place-items:center; width:24px; height:24px; margin-right:10px; border-radius:50%; background:rgba(113,215,199,.16); color:var(--mint); font-size:12px; }
.marketing-services { display:grid; gap:14px; }
.marketing-card { display:grid; grid-template-columns:52px 1fr; gap:18px; padding:24px; border:1px solid rgba(255,255,255,.12); border-radius:20px; background:rgba(255,255,255,.06); backdrop-filter:blur(10px); }
.marketing-card > span { color:var(--mint); font-size:12px; font-weight:800; letter-spacing:.12em; }
.marketing-card h3 { margin:0 0 6px; font-size:18px; }
.marketing-card p { margin:0; color:rgba(255,255,255,.64); font-size:14px; }

.about-grid { display:grid; grid-template-columns:.88fr 1.12fr; gap:70px; align-items:center; }
.about-visual { min-height:520px; display:grid; place-items:center; border-radius:32px; background:linear-gradient(145deg,var(--soft),#dfecee); overflow:hidden; }
.about-shape { width:72%; aspect-ratio:1; display:flex; flex-direction:column; justify-content:center; align-items:center; border-radius:46% 54% 65% 35% / 47% 31% 69% 53%; color:var(--white); background:linear-gradient(145deg,var(--navy-2),var(--teal)); box-shadow:0 32px 80px rgba(7,24,45,.24); transform:rotate(-4deg); }
.about-shape span { font-size:clamp(50px,7vw,84px); font-weight:800; letter-spacing:-.05em; }
.about-shape small { max-width:230px; text-align:center; color:rgba(255,255,255,.72); }
.about-copy h2 { margin:15px 0 20px; color:var(--navy); font-size:clamp(34px,4vw,50px); line-height:1.12; letter-spacing:-.045em; }
.about-copy p { color:var(--muted); }
.about-tags { display:flex; flex-wrap:wrap; gap:10px; margin-top:25px; }
.about-tags span { padding:9px 14px; border:1px solid var(--border); border-radius:999px; color:var(--blue); font-size:12px; font-weight:700; }

.objectives-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.objective-card { padding:30px; border-radius:20px; background:var(--white); border:1px solid var(--border); }
.objective-card strong { color:var(--teal); font-size:12px; letter-spacing:.18em; }
.objective-card h3 { margin:35px 0 10px; color:var(--navy); font-size:20px; }
.objective-card p { margin:0; color:var(--muted); font-size:14px; }

.differentials { color:var(--white); background:var(--navy); }
.differentials .section-heading h2 { color:var(--white); }
.differentials-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.differential { display:flex; gap:16px; padding:24px; border:1px solid rgba(255,255,255,.1); border-radius:18px; background:rgba(255,255,255,.04); }
.differential > span { flex:0 0 34px; width:34px; height:34px; display:grid; place-items:center; border-radius:10px; color:var(--mint); background:rgba(113,215,199,.12); }
.differential h3 { margin:0 0 5px; font-size:16px; }
.differential p { margin:0; color:rgba(255,255,255,.58); font-size:13px; }

.contact-section { color:var(--white); background:linear-gradient(140deg,#0b5f68,#0c3650 52%,#07182d); }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:center; }
.contact-copy h2 { margin:18px 0; font-size:clamp(38px,4.8vw,60px); line-height:1.06; letter-spacing:-.05em; }
.contact-copy > p { color:rgba(255,255,255,.7); }
.contact-info { display:grid; gap:12px; margin-top:34px; }
.contact-info a { padding:16px 0; border-bottom:1px solid rgba(255,255,255,.13); }
.contact-info span,.contact-info strong { display:block; }
.contact-info span { color:rgba(255,255,255,.48); font-size:11px; text-transform:uppercase; letter-spacing:.15em; }
.contact-info strong { margin-top:3px; font-size:15px; }
.edit-note { display:block; margin-top:18px; color:rgba(255,255,255,.44); }
.contact-form { padding:34px; border-radius:26px; background:var(--white); color:var(--ink); box-shadow:0 30px 80px rgba(0,0,0,.22); }
.form-field { margin-bottom:17px; }
.form-field label { display:block; margin-bottom:7px; font-size:12px; font-weight:800; color:var(--navy); }
.form-field input,.form-field select,.form-field textarea { width:100%; border:1px solid var(--border); border-radius:12px; padding:13px 14px; outline:none; color:var(--ink); background:#fbfdfd; transition:.2s ease; }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color:var(--teal); box-shadow:0 0 0 4px rgba(16,166,162,.1); }
.form-button { width:100%; }
.form-feedback { min-height:20px; margin:12px 0 0; color:var(--blue); font-size:12px; text-align:center; }

.footer { padding:38px 0; color:rgba(255,255,255,.62); background:#04111f; }
.footer-grid { display:grid; grid-template-columns:auto 1fr auto; gap:28px; align-items:center; }
.footer-brand { justify-self:start; }
.footer p { margin:0; font-size:12px; }
.whatsapp-float { position:fixed; right:22px; bottom:22px; z-index:90; width:58px; height:58px; display:grid; place-items:center; border-radius:50%; color:var(--white); background:#19a974; box-shadow:0 12px 34px rgba(0,0,0,.26); font-size:13px; font-weight:800; }

.reveal { opacity:0; transform:translateY(22px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1020px) {
  .hero-grid,.marketing-layout,.about-grid,.contact-grid { grid-template-columns:1fr; }
  .hero { min-height:auto; }
  .hero-visual { min-height:430px; max-width:620px; width:100%; margin-inline:auto; }
  .marketing-copy { position:static; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .objectives-grid { grid-template-columns:repeat(2,1fr); }
  .differentials-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr; text-align:center; }
  .footer-brand { justify-self:center; }
}

@media (max-width: 820px) {
  .menu-toggle { display:block; position:relative; z-index:102; }
  .nav-menu { position:fixed; inset:0; z-index:101; display:flex; flex-direction:column; justify-content:center; gap:22px; background:rgba(7,24,45,.98); transform:translateX(100%); transition:.3s ease; font-size:20px; }
  .nav-menu.open { transform:none; }
  .menu-toggle.active span:nth-child(1) { transform:translateY(8px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity:0; }
  .menu-toggle.active span:nth-child(3) { transform:translateY(-8px) rotate(-45deg); }
  .strip-grid { grid-template-columns:1fr 1fr; }
  .strip-grid div:nth-child(2) { border-right:0; }
  .strip-grid div:nth-child(-n+2) { border-bottom:1px solid var(--border); }
  .service-highlights { grid-template-columns:1fr; }
}

@media (max-width: 620px) {
  .container { width:min(100% - 26px, 1180px); }
  .section { padding:78px 0; }
  .hero { padding-top:115px; }
  .hero h1 { font-size:46px; }
  .hero-actions { flex-direction:column; }
  .button { width:100%; }
  .hero-visual { min-height:370px; }
  .dashboard-main { inset:42px 6px 55px; padding:20px; }
  .card-tax { left:-4px; top:4px; }
  .card-social { right:-4px; bottom:22px; }
  .metric-row { margin:24px 0; }
  .chart-bars { height:135px; }
  .strip-grid { grid-template-columns:1fr; }
  .strip-grid div { border-right:0; border-bottom:1px solid var(--border); }
  .services-grid,.objectives-grid,.differentials-grid { grid-template-columns:1fr; }
  .highlight-card { min-height:300px; padding:30px; }
  .marketing-card { grid-template-columns:38px 1fr; padding:20px; }
  .about-visual { min-height:390px; }
  .contact-form { padding:24px 18px; }
  .contact-copy h2,.marketing-copy h2 { font-size:40px; }
  .whatsapp-float { width:52px; height:52px; right:14px; bottom:14px; }
}
