@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");

:root {
  --navy: #061a57;
  --navy-2: #0b2b75;
  --teal: #00a8ab;
  --teal-dark: #008f93;
  --mint: #dff9f6;
  --ink: #11172a;
  --muted: #626a7b;
  --line: #dce2ea;
  --paper: #f5f7fb;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Ubuntu", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }

.site-header { position: sticky; top: 0; z-index: 30; min-height: 80px; display: flex; align-items: center; justify-content: space-between; padding: 12px clamp(24px, 5vw, 80px); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220,226,234,.85); }
.brand img { width: 188px; height: auto; }
.desktop-nav { display: flex; gap: 30px; font-size: 14px; font-weight: 600; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--teal-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 23px; border: 0; border-radius: 6px; background: var(--teal); color: var(--white); font-weight: 700; cursor: pointer; box-shadow: 0 10px 24px rgba(0,168,171,.18); transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--teal-dark); transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; color: var(--navy); }
.text-link span, .button span { transition: transform .2s ease; }
.text-link:hover span, .button:hover span { transform: translate(2px,-2px); }
.eyebrow { margin: 0 0 18px; color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: clamp(48px, 6vw, 100px); align-items: center; padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 110px); overflow: hidden; background: linear-gradient(140deg, #fff 0%, #fff 54%, #f0faf9 100%); }
.hero-copy { max-width: 760px; }
.hero h1 { max-width: 820px; margin: 0; color: var(--navy); font: 700 clamp(48px, 5.6vw, 86px)/.99 "Ubuntu", sans-serif; letter-spacing: -.055em; }
.hero h1 span { color: var(--teal); }
.hero-lead { max-width: 680px; margin: 30px 0 0; color: var(--muted); font-size: clamp(18px, 1.55vw, 22px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 44px; }
.hero-proof span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.8); color: #455067; font-size: 12px; font-weight: 700; }
.hero-visual { position: relative; min-height: 560px; border-radius: 24px; background: linear-gradient(155deg, var(--navy), #0d347d); box-shadow: 0 30px 80px rgba(6,26,87,.25); }
.visual-grid { position: absolute; inset: 0; opacity: .18; border-radius: inherit; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom,black,transparent 90%); }
.hero-visual::before { content: ""; position: absolute; width: 230px; height: 230px; top: -55px; right: -55px; border-radius: 50%; background: var(--teal); opacity: .85; }
.hero-visual::after { content: ""; position: absolute; width: 120px; height: 120px; left: -38px; bottom: 34px; border: 24px solid #6ee1d5; border-radius: 50%; opacity: .75; }
.metric-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.96); box-shadow: 0 24px 50px rgba(1,10,40,.22); }
.metric-main { inset: 16% 10% 17% 10%; padding: 34px; border-radius: 18px; }
.metric-kicker { color: var(--teal-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.metric-main > strong { display: block; max-width: 330px; margin-top: 12px; color: var(--navy); font: 700 clamp(26px, 2vw, 36px)/1.15 "Ubuntu", sans-serif; letter-spacing: -.035em; }
.chart { height: 155px; display: flex; align-items: flex-end; gap: 11px; margin-top: 34px; border-bottom: 1px solid var(--line); }
.chart i { flex: 1; min-height: 22px; border-radius: 5px 5px 0 0; background: linear-gradient(to top,var(--teal),#65ded4); }
.chart i:nth-child(2n) { background: linear-gradient(to top,var(--navy-2),#5274c9); }
.metric-footer { display: flex; justify-content: space-between; margin-top: 15px; color: var(--muted); font-size: 10px; font-weight: 700; }
.metric-float { display: flex; align-items: center; gap: 12px; min-width: 200px; padding: 16px 18px; border-radius: 12px; }
.metric-float small, .metric-float strong { display: block; }
.metric-float small { color: var(--muted); font-size: 10px; }
.metric-float strong { margin-top: 2px; color: var(--navy); font-size: 13px; }
.metric-google { left: -5%; top: 8%; }
.metric-meta { right: -5%; bottom: 8%; }
.platform-dot { width: 30px; height: 30px; border-radius: 9px; }
.dot-blue { background: linear-gradient(135deg,#2f65e7,#f6c343); }
.dot-teal { background: linear-gradient(135deg,#00a8ab,#8f72ff); }

.trust-band { padding: 32px 0 30px; overflow: hidden; border-block: 1px solid var(--line); background: var(--white); }
.trust-band p { margin: 0 0 20px; color: var(--muted); font-size: 11px; font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: .1em; }
.logo-marquee { position: relative; width: 100%; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.logo-track { display: flex; width: max-content; animation: marquee 42s linear infinite; }
.logo-set { display: flex; align-items: center; gap: 52px; padding-right: 52px; }
.logo-cell { width: 195px; height: 100px; flex: 0 0 195px; display: grid; place-items: center; }
.logo-cell img { width: 100%; max-width: 185px; height: 100%; max-height: 92px; object-fit: contain; filter: grayscale(1); mix-blend-mode: multiply; opacity: .68; transition: opacity .2s ease; }
.logo-cell img:hover { opacity: .95; }
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.section { padding: clamp(78px, 9vw, 135px) clamp(24px, 7vw, 110px); }
.section h2 { margin: 0; color: var(--navy); font: 700 clamp(38px, 4.3vw, 66px)/1.06 "Ubuntu", sans-serif; letter-spacing: -.045em; }
.problem-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; background: var(--paper); }
.problem-copy { padding-top: 28px; }
.problem-copy p { margin: 0 0 24px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.section-heading { max-width: 840px; margin-bottom: 55px; }
.section-heading > p:last-child { max-width: 660px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { min-height: 530px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 14px; }
.service-dark { background: var(--navy); color: var(--white); border-color: var(--navy); }
.service-teal { background: var(--teal); color: var(--white); border-color: var(--teal); }
.service-light { background: var(--paper); color: var(--ink); }
.card-number { align-self: flex-end; font: 700 12px "Ubuntu",sans-serif; opacity: .65; }
.service-icon { width: 62px; height: 62px; display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 40px; padding: 13px; border-radius: 15px; background: #fff; box-shadow: 0 10px 26px rgba(3,15,55,.14); }
.service-icon svg { width: 100%; height: 100%; object-fit: contain; }
.google-icon svg { max-width: 36px; }
.meta-icon svg { max-width: 38px; }
.data-icon { width: 88px; }
.data-icon svg { width: 27px; height: 27px; }
.service-card h3 { margin: 28px 0 14px; font: 700 30px "Ubuntu",sans-serif; letter-spacing: -.03em; }
.service-card p { margin: 0; font-size: 16px; line-height: 1.6; opacity: .84; }
.service-card ul { display: grid; gap: 12px; margin: auto 0 0; padding: 25px 0 0; border-top: 1px solid currentColor; list-style: none; opacity: .82; font-size: 14px; }
.service-card li::before { content: "✓"; margin-right: 9px; font-weight: 800; }
.process-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; background: var(--navy); color: var(--white); }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro h2 { color: var(--white); }
.process-intro > p:not(.eyebrow) { max-width: 520px; margin: 25px 0; color: #c3cce0; font-size: 18px; line-height: 1.65; }
.process-intro .text-link { color: #71e0d8; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list > li > span { color: #6fe0d8; font: 700 12px "Ubuntu",sans-serif; }
.process-list h3 { margin: 0 0 10px; font: 700 24px "Ubuntu",sans-serif; }
.process-list p { margin: 0; color: #b9c4db; font-size: 15px; line-height: 1.6; }
.narrow { max-width: 780px; }
.value-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 55px; align-items: center; margin-bottom: 55px; }
.value-heading .section-heading { margin-bottom: 0; }
.partner-badges { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; width: min(600px,43vw); }
.partner-badge { height: 118px; display: grid; place-items: center; padding: 11px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 10px 28px rgba(6,26,87,.06); }
.partner-badge img { width: 100%; height: 100%; object-fit: contain; }
.partner-badge-google img { max-height: 98px; }
.partner-badge-meta img { max-height: 86px; }
.partner-badge-mailchimp img { max-height: 70px; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid span { color: var(--teal-dark); font-weight: 800; font-size: 11px; }
.value-grid h3 { margin: 50px 0 12px; color: var(--navy); font: 700 22px "Ubuntu",sans-serif; }
.value-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.cases-section { background: var(--paper); }
.cases-heading { max-width: none; display: grid; grid-template-columns: 1fr 350px; gap: 60px; align-items: end; }
.cases-heading > p { margin: 0 0 8px !important; }
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.case-card { min-height: 410px; border: 0; border-radius: 14px; color: var(--white); position: relative; perspective: 1200px; background: transparent; }
.case-card summary { list-style: none; }
.case-card summary::-webkit-details-marker { display: none; }
.case-flip { position: absolute; inset: 0; border-radius: inherit; cursor: pointer; transform-style: preserve-3d; transition: transform .62s cubic-bezier(.2,.7,.2,1); }
.case-card[open] .case-flip { transform: rotateY(180deg); }
.case-face { position: absolute; inset: 0; display: flex; flex-direction: column; overflow: hidden; padding: 28px; border-radius: inherit; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.case-face::before, .case-face::after { content:""; position:absolute; border-radius:50%; }
.case-face::before { width:260px; height:260px; right:-80px; top:-70px; background:rgba(255,255,255,.14); }
.case-face::after { width:130px; height:130px; left:-45px; bottom:35px; border:22px solid rgba(255,255,255,.12); }
.case-one { background: linear-gradient(145deg,#092260,#00a8ab); }
.case-two { background: linear-gradient(145deg,#111b42,#8054ba); }
.case-three { background: linear-gradient(145deg,#007f85,#22b697); }
.case-front { justify-content: flex-end; }
.case-front > * { position: relative; z-index: 2; }
.case-front em { width: fit-content; padding: 7px 10px; border-radius: 99px; background: rgba(255,255,255,.14); font-size: 10px; font-style: normal; font-weight: 700; text-transform: uppercase; letter-spacing:.08em; }
.case-card h3 { margin: 16px 0 8px; font: 700 36px "Ubuntu",sans-serif; }
.case-card p { max-width: 280px; margin: 0; color: rgba(255,255,255,.8); line-height: 1.5; }
.case-result { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.case-result span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 99px; background: rgba(255,255,255,.12); color: #fff; font-size: 13px; }
.case-front b { margin-top: 16px; color: #fff; font-size: 12px; }
.case-back { justify-content: space-between; gap: 16px; transform: rotateY(180deg); background: #fff; color: var(--navy); }
.case-back::before, .case-back::after { display: none; }
.case-back img { width: 100%; height: calc(100% - 34px); object-fit: contain; object-position: center; }
.case-back b { font-size: 12px; text-align: right; }
.testimonials-section { display: grid; grid-template-columns: .55fr 1.45fr; gap: 6vw; align-items: start; }
.testimonial-title h2 { font-size: clamp(36px,3.6vw,58px); }
.review-summary { display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; align-items: center; margin-top: 30px; }
.review-summary strong { color: var(--navy); font-size: 30px; }
.review-summary span, .review-stars { color: #f5b400; letter-spacing: .08em; }
.review-summary small { grid-column: 1 / -1; color: var(--muted); }
.testimonial-carousel { min-width: 0; }
.testimonial-viewport { display: grid; }
.testimonial-slide { grid-area: 1 / 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; visibility: hidden; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .45s ease, transform .45s ease, visibility .45s; }
.testimonial-slide.is-active { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
.testimonial-controls { display: flex; justify-content: flex-end; align-items: center; gap: 12px; margin-top: 18px; }
.testimonial-controls button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy); font-size: 18px; cursor: pointer; transition: border-color .2s, color .2s, transform .2s; }
.testimonial-controls button:hover { border-color: var(--teal); color: var(--teal-dark); transform: translateY(-2px); }
.testimonial-controls span { min-width: 42px; color: var(--muted); font-size: 12px; text-align: center; }
blockquote { margin: 0; padding: 34px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.review-stars { margin-bottom: 18px; font-size: 15px; }
blockquote > p { margin: 0 0 38px; color: var(--navy); font: 500 18px/1.55 "Ubuntu",sans-serif; letter-spacing: -.015em; }
blockquote footer { display: flex; flex-direction: column; gap: 3px; }
blockquote footer strong { font-size: 14px; }
blockquote footer span { color: var(--muted); font-size: 12px; }
.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; background: var(--paper); }
.faq-intro h2 { font-size: clamp(36px,3.5vw,56px); }
.faq-list { border-top: 1px solid #cbd3df; }
.faq-list details { border-bottom: 1px solid #cbd3df; }
.faq-list summary { position: relative; padding: 26px 50px 26px 0; color: var(--navy); font: 700 18px "Ubuntu",sans-serif; cursor: pointer; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; position:absolute; right:5px; top:24px; color:var(--teal-dark); font-size:24px; }
.faq-list details[open] summary::after { content:"−"; }
.faq-list details p { max-width: 660px; margin: -8px 0 24px; color: var(--muted); line-height:1.6; }
.contact-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; padding: clamp(78px, 9vw, 130px) clamp(24px, 7vw, 110px); color: var(--white); background: linear-gradient(145deg,var(--navy),#0a347d); }
.eyebrow-light { color: #6fe0d8; }
.contact-copy h2 { margin:0; color:#fff; font:700 clamp(46px,5vw,76px)/1.02 "Ubuntu",sans-serif; letter-spacing:-.05em; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin:25px 0; color:#c3cce0; font-size:18px; line-height:1.65; }
.contact-channels { display:grid; margin-top:50px; border-top:1px solid rgba(255,255,255,.2); }
.contact-channels a { display:grid; grid-template-columns:1fr auto; gap:4px 20px; padding:20px 0; border-bottom:1px solid rgba(255,255,255,.2); }
.contact-channels small { color:#93a5c9; }
.contact-channels strong { grid-column:1; font-size:17px; }
.contact-channels a > span { grid-column:2; grid-row:1/3; align-self:center; }
.contact-form { padding: clamp(28px,4vw,48px); border-radius:14px; background:#fff; color:var(--ink); box-shadow:0 30px 70px rgba(0,0,0,.2); }
.form-heading { margin-bottom:30px; }
.form-heading span { color:var(--teal-dark); font-size:11px; font-weight:800; letter-spacing:.12em; }
.form-heading p { margin:8px 0 0; color:var(--navy); font:700 26px "Ubuntu",sans-serif; }
.contact-form label { display:grid; gap:8px; margin-bottom:18px; color:#394258; font-size:12px; font-weight:700; }
.contact-form label span { color:#8a92a2; font-weight:400; }
.contact-form input, .contact-form textarea { width:100%; padding:13px 14px; border:1px solid #ccd4df; border-radius:6px; outline:none; background:#fbfcfe; transition:border .2s,box-shadow .2s; }
.contact-form textarea { resize:vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color:var(--teal); box-shadow:0 0 0 3px rgba(0,168,171,.12); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.form-button { width:100%; margin-top:12px; }
.honeypot { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; opacity:0 !important; pointer-events:none !important; }
.form-status { margin:14px 0 0; padding:12px 14px; border-radius:6px; background:#e9f8f7; color:#08777a; font-size:13px; line-height:1.45; }
.form-status.is-error { background:#fff0f0; color:#a52a2a; }
.form-button:disabled { opacity:.65; cursor:wait; transform:none; }
.form-note { margin:14px 0 0; color:#7a8393; font-size:11px; text-align:center; }
.site-footer { display:grid; grid-template-columns:1fr auto; gap:22px 60px; align-items:center; padding:42px clamp(24px,7vw,110px); color:#aebbd4; background:#030f37; }
.site-footer img { width:190px; max-height:58px; object-fit:contain; object-position:left center; }
.site-footer p { margin:0; font-size:13px; }
.site-footer > div { grid-column:2; grid-row:1/3; display:flex; gap:20px; font-size:13px; }
.site-footer a:hover { color:#fff; }
.site-footer small { font-size:11px; }
.floating-whatsapp { position:fixed; right:22px; bottom:22px; z-index:40; width:62px; height:62px; display:grid; place-items:center; border:3px solid #28969b; border-radius:50%; background:#000e4f; box-shadow:0 12px 30px rgba(0,14,79,.3); transition:transform .2s, box-shadow .2s; }
.whatsapp-mark { width:31px; height:31px; display:block; color:#28969b; }
.whatsapp-mark svg { width:100%; height:100%; display:block; fill:currentColor; }
.floating-whatsapp:hover { transform:translateY(-3px) scale(1.03); }

@media (max-width: 1050px) {
  .desktop-nav { display:none; }
  .hero { grid-template-columns:1fr; }
  .hero-copy { max-width:850px; }
  .hero-visual { min-height:520px; max-width:760px; width:100%; margin-inline:auto; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:430px; }
  .value-grid { grid-template-columns:1fr 1fr; }
  .value-heading { grid-template-columns:1fr; gap:30px; }
  .partner-badges { width:100%; grid-template-columns:repeat(3,1fr); }
  .process-section, .testimonials-section, .faq-section, .contact-section { grid-template-columns:1fr; }
  .process-intro { position:static; }
  .cases-heading { grid-template-columns:1fr; gap:20px; }
}

@media (max-width: 720px) {
  .site-header { min-height:68px; padding-inline:18px; }
  .brand img { width:145px; }
  .site-header .button-small { min-height:40px; padding-inline:13px; font-size:12px; }
  .site-header .button-small span { display:none; }
  .hero { min-height:auto; padding:72px 20px 64px; gap:55px; }
  .hero h1 { font-size:clamp(43px,13vw,64px); }
  .hero-lead { font-size:17px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:20px; }
  .hero-visual { min-height:420px; border-radius:18px; }
  .metric-main { inset:14% 7% 15%; padding:24px; }
  .metric-main > strong { font-size:25px; }
  .chart { height:120px; }
  .metric-google { left:2%; top:-5%; }
  .metric-meta { right:2%; bottom:-5%; }
  .logo-set { gap:34px; padding-right:34px; }
  .logo-cell { width:170px; height:86px; flex-basis:170px; }
  .logo-cell img { max-width:160px; max-height:78px; }
  .section { padding:78px 20px; }
  .problem-section { grid-template-columns:1fr; gap:30px; }
  .problem-copy { padding-top:0; }
  .section-heading { margin-bottom:38px; }
  .service-card { min-height:470px; padding:24px; }
  .value-grid { grid-template-columns:1fr; }
  .partner-badges { grid-template-columns:1fr; }
  .partner-badge { height:112px; }
  .value-grid article { min-height:230px; }
  .case-grid { grid-template-columns:1fr; }
  .case-card { min-height:340px; }
  blockquote { padding:26px; }
  .testimonial-slide { grid-template-columns:1fr; }
  blockquote > p { font-size:18px; }
  .contact-section { padding:80px 20px; }
  .contact-form { padding:24px 18px; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .site-footer { grid-template-columns:1fr; padding:38px 20px; }
  .site-footer > div { grid-column:1; grid-row:auto; flex-wrap:wrap; }
  .floating-whatsapp { right:16px; bottom:16px; width:54px; height:54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}

@keyframes marquee { to { transform:translateX(-50%); } }
