:root {
  color-scheme: light;
  --bg: #f7faf8;
  --surface: #ffffff;
  --ink: #111827;
  --muted: #5f6b7a;
  --teal: #0f766e;
  --teal-dark: #134e4a;
  --gold: #f5b642;
  --line: rgba(17, 24, 39, 0.12);
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: linear-gradient(180deg, #f7faf8 0%, #eef6f2 42%, #f7faf8 100%); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px clamp(16px, 4vw, 54px); background: rgba(255,255,255,0.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); box-shadow: 0 8px 28px rgba(15,23,42,0.04); animation: headerDrop 720ms ease both; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 20px; }
.brand-logo { width: 38px; height: 38px; border-radius: 8px; object-fit: cover; box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 10px 24px rgba(15,118,110,0.22); }
nav { display: flex; align-items: center; gap: 18px; color: var(--muted); font-weight: 700; }
.header-cta, .button { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 8px; background: var(--teal); color: white; font-weight: 900; border: 0; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.header-cta::after, .button::after { content: ""; position: absolute; inset: 0; transform: translateX(-120%); background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent); animation: buttonSweep 4.6s ease-in-out infinite; }
.header-cta:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(15,118,110,0.22); background: #0b6a62; }
.button.secondary { background: white; color: var(--teal-dark); border: 1px solid var(--line); }
.hero { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr); min-height: calc(100vh - 72px); align-items: center; gap: clamp(24px, 5vw, 70px); padding: clamp(28px, 6vw, 78px) clamp(16px, 5vw, 78px); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(15,118,110,0.1), transparent 32%), repeating-linear-gradient(90deg, rgba(19,78,74,0.045) 0 1px, transparent 1px 88px); mask-image: linear-gradient(180deg, #000 0%, transparent 82%); }
.hero > * { position: relative; z-index: 1; }
.hero-copy { animation: riseIn 760ms ease both; }
.eyebrow { margin: 0 0 14px; color: var(--teal-dark); font-size: 13px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(38px, 7vw, 76px); line-height: 1.02; letter-spacing: 0; }
.hero p, .section-lead { color: var(--muted); font-size: clamp(17px, 2vw, 21px); max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.phone-stage { position: relative; min-height: clamp(560px, 56vw, 690px); margin: 0; display: grid; place-items: center; perspective: 1400px; animation: riseIn 880ms 120ms ease both; }
.phone-stage::before { content: ""; position: absolute; width: min(88%, 620px); height: 72%; border: 1px solid rgba(15,118,110,0.16); border-radius: 8px; background: linear-gradient(135deg, rgba(255,255,255,0.78), rgba(213,234,226,0.34)); box-shadow: var(--shadow); transform: rotate(-5deg) translateY(10px); }
.phone-stage::after { content: ""; position: absolute; width: min(76%, 560px); height: 46px; bottom: 28px; border-radius: 50%; background: rgba(15,23,42,0.18); filter: blur(18px); animation: shadowPulse 4.4s ease-in-out infinite; }
.phone-mockup { position: relative; z-index: 1; width: min(100%, 365px); aspect-ratio: 9 / 18.8; border: 10px solid #0a1615; border-radius: 42px; background: #0a1615; box-shadow: 0 34px 80px rgba(15,23,42,0.28), inset 0 0 0 1px rgba(255,255,255,0.12); transform: rotateX(5deg) rotateY(-12deg); animation: phoneFloat 5.4s ease-in-out infinite; }
.phone-speaker { position: absolute; top: 12px; left: 50%; width: 82px; height: 6px; border-radius: 999px; background: #253331; transform: translateX(-50%); z-index: 3; }
.mock-screen { position: absolute; inset: 20px 10px 10px; overflow: hidden; border-radius: 30px; background: linear-gradient(180deg, #f8fffd 0%, #eef8f3 64%, #e6f0ec 100%); }
.mock-screen::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent 18%, rgba(255,255,255,0.32) 45%, transparent 62%); transform: translateX(-120%); animation: screenSheen 5.2s ease-in-out infinite; }
.app-topbar { display: flex; align-items: center; gap: 10px; padding: 18px 16px 12px; color: #102522; }
.mock-logo { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(145deg, #0f766e, #134e4a); color: #f5b642; font-weight: 900; box-shadow: 0 8px 18px rgba(15,118,110,0.28); }
.app-topbar strong, .request-card strong, .auto-panel strong { display: block; line-height: 1.12; }
.app-topbar small, .request-card small, .auto-panel small, .metric small { display: block; color: #64748b; line-height: 1.25; }
.live-pill { margin-left: auto; min-height: 28px; padding: 0 10px; display: inline-flex; align-items: center; border-radius: 999px; background: #dcfce7; color: #166534; font-size: 12px; font-weight: 900; }
.map-panel { position: relative; margin: 6px 16px 12px; height: 218px; overflow: hidden; border-radius: 24px; border: 1px solid rgba(15,118,110,0.14); background: linear-gradient(135deg, #dff5ef, #f8fffd 62%, #e9f2ee); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.65); }
.map-panel::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, rgba(15,118,110,0.08) 0 1px, transparent 1px 34px), repeating-linear-gradient(90deg, rgba(15,118,110,0.08) 0 1px, transparent 1px 34px); }
.route-line { position: absolute; left: 32px; right: 24px; top: 103px; height: 6px; border-radius: 999px; background: linear-gradient(90deg, #0f766e, #84cc16, #f5b642); transform: rotate(-19deg); box-shadow: 0 7px 18px rgba(15,118,110,0.2); }
.route-line::after { content: ""; position: absolute; inset: -8px 60% -8px -10px; border-radius: 999px; background: rgba(255,255,255,0.42); animation: routeScan 2.8s ease-in-out infinite; }
.pin { position: absolute; width: 18px; height: 18px; border: 4px solid white; border-radius: 999px; background: #0f766e; box-shadow: 0 8px 18px rgba(15,23,42,0.18); }
.pin.pickup { left: 56px; top: 122px; }
.pin.drop { right: 42px; top: 70px; background: #f5b642; }
.rider-dot { position: absolute; left: 58%; top: 84px; width: 30px; height: 30px; border-radius: 999px; background: #134e4a; border: 5px solid white; box-shadow: 0 8px 22px rgba(19,78,74,0.28); animation: riderMove 4.8s ease-in-out infinite; }
.rider-dot::after { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(15,118,110,0.38); border-radius: inherit; animation: signalPulse 1.8s ease-out infinite; }
.request-card { margin: 0 16px; padding: 15px; border-radius: 18px; background: white; border: 1px solid rgba(15,118,110,0.12); box-shadow: 0 14px 28px rgba(15,23,42,0.09); animation: requestCycle 4.8s ease-in-out infinite; }
.request-head { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.price { color: #134e4a; font-size: 22px; font-weight: 900; }
.request-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.metric { min-height: 54px; padding: 9px 10px; border-radius: 12px; background: #f1f8f5; }
.metric b { display: block; color: #102522; line-height: 1.1; }
.auto-panel { display: flex; align-items: center; gap: 12px; margin: 12px 16px 0; padding: 14px; border-radius: 18px; color: white; background: linear-gradient(135deg, #134e4a, #0f766e); box-shadow: 0 16px 32px rgba(15,118,110,0.24); animation: acceptGlow 4.8s ease-in-out infinite; }
.check-ring { display: grid; place-items: center; flex: 0 0 auto; width: 46px; height: 46px; border-radius: 999px; background: #84cc16; color: white; font-size: 30px; font-weight: 900; box-shadow: inset 0 -4px 0 rgba(0,0,0,0.12); }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 13px 16px 0; }
.step { height: 7px; border-radius: 999px; background: #dbe7e2; overflow: hidden; }
.step::after { content: ""; display: block; width: 100%; height: 100%; border-radius: inherit; background: #0f766e; transform-origin: left; animation: stepFill 4.8s ease-in-out infinite; }
.step:nth-child(2)::after { animation-delay: 0.35s; }
.step:nth-child(3)::after { animation-delay: 0.7s; }
.floating-badge { position: absolute; z-index: 2; right: max(0px, calc(50% - 330px)); top: 16%; max-width: 210px; padding: 14px 16px; border-radius: 8px; background: rgba(255,255,255,0.94); border: 1px solid rgba(15,118,110,0.16); box-shadow: 0 18px 34px rgba(15,23,42,0.13); animation: badgeFloat 4.8s ease-in-out infinite; }
.floating-badge strong { display: block; color: #134e4a; font-size: 15px; }
.floating-badge span { display: block; color: #64748b; font-size: 13px; line-height: 1.35; margin-top: 4px; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-row div { background: white; padding: 22px; animation: riseIn 720ms ease both; }
.trust-row strong { display: block; font-size: 24px; color: var(--teal-dark); }
.section { padding: clamp(44px, 7vw, 88px) clamp(16px, 5vw, 78px); }
.section h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.feature-grid, .plan-grid, .article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.feature, .plan, .article-card, .legal-card { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 22px; box-shadow: 0 10px 24px rgba(15,23,42,0.06); transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease; animation: riseIn 760ms ease both; }
.feature:hover, .plan:hover, .article-card:hover { transform: translateY(-4px); border-color: rgba(15,118,110,0.26); box-shadow: 0 18px 38px rgba(15,23,42,0.1); }
.feature h3, .plan h3, .article-card h2 { margin: 0 0 8px; line-height: 1.2; }
.app-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.app-chip { display: inline-flex; align-items: center; min-height: 38px; border: 1px solid var(--line); border-radius: 999px; background: white; padding: 0 14px; color: var(--teal-dark); font-weight: 900; box-shadow: 0 8px 18px rgba(15,23,42,0.05); transition: transform 180ms ease, background 180ms ease, border-color 180ms ease; }
.app-chip:hover { transform: translateY(-2px); background: #ecfdf5; border-color: rgba(15,118,110,0.28); }
.note { color: var(--muted); font-size: 14px; margin-top: 16px; max-width: 900px; }
.media-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr); gap: 28px; align-items: center; background: #102522; color: white; }
.media-band p { color: #cfe1dd; }
.media-band img, .article-card img, .article-hero img { width: 100%; border-radius: 8px; object-fit: cover; }
.article-card { padding: 0; overflow: hidden; }
.article-card img { aspect-ratio: 16 / 9; border-radius: 0; }
.article-card div { padding: 18px; }
.article-card span { color: var(--teal); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.cta-band { background: var(--teal-dark); color: white; text-align: center; }
.cta-band p { color: #d7ebe8; margin-inline: auto; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 34px clamp(16px, 5vw, 78px); background: #0c1f1d; color: white; }
.site-footer p { color: #c1d6d2; max-width: 560px; }
.site-footer nav { flex-wrap: wrap; justify-content: flex-end; }
.site-footer a { color: #d7ebe8; }
.whatsapp-float { position: fixed; right: clamp(16px, 3vw, 30px); bottom: clamp(16px, 3vw, 30px); z-index: 30; display: inline-flex; align-items: center; gap: 12px; min-height: 62px; max-width: calc(100vw - 32px); padding: 10px 18px 10px 10px; border-radius: 999px; color: white; background: linear-gradient(135deg, #128c7e, #25d366); border: 1px solid rgba(255,255,255,0.38); box-shadow: 0 18px 42px rgba(18,140,126,0.34), inset 0 1px 0 rgba(255,255,255,0.32); transition: transform 180ms ease, box-shadow 180ms ease; animation: whatsappEntrance 820ms ease both, whatsappBreath 4.8s ease-in-out infinite 900ms; }
.whatsapp-float::before { content: ""; position: absolute; inset: -7px; border-radius: inherit; border: 1px solid rgba(37,211,102,0.36); opacity: 0; animation: whatsappRing 3.2s ease-out infinite; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 22px 52px rgba(18,140,126,0.42), inset 0 1px 0 rgba(255,255,255,0.36); }
.whatsapp-icon { position: relative; display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; border-radius: 999px; background: rgba(4,94,84,0.42); color: #eafff2; box-shadow: inset 0 1px 0 rgba(255,255,255,0.26); }
.whatsapp-float strong { display: block; font-size: 14px; line-height: 1.12; }
.whatsapp-float small { display: block; margin-top: 3px; font-size: 12px; line-height: 1.1; color: rgba(255,255,255,0.88); }
.page, .article-page { max-width: 980px; margin: 0 auto; padding: clamp(34px, 7vw, 84px) 16px; }
.article-page h1, .page h1 { font-size: clamp(34px, 5vw, 58px); line-height: 1.07; margin: 0 0 12px; }
.page .section-lead { margin-bottom: 30px; }
.article-hero { margin: 28px 0; }
.article-hero img { aspect-ratio: 16 / 9; }
.article-body { background: white; border: 1px solid var(--line); border-radius: 8px; padding: clamp(22px, 4vw, 44px); }
.article-body h2 { margin-top: 28px; }
.legal-card { margin-top: 18px; padding: clamp(20px, 3vw, 30px); border-left: 4px solid var(--teal); }
.legal-card h2 { margin: 0 0 10px; font-size: clamp(20px, 2vw, 26px); line-height: 1.2; color: var(--teal-dark); }
.legal-card p { margin: 0; color: #34423f; }
.legal-card p + p { margin-top: 12px; }
.legal-card a { color: var(--teal-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
@keyframes headerDrop { from { transform: translateY(-14px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes riseIn { from { transform: translateY(18px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes buttonSweep { 0%, 44% { transform: translateX(-120%); } 58%, 100% { transform: translateX(120%); } }
@keyframes phoneFloat { 0%, 100% { transform: rotateX(5deg) rotateY(-12deg) translateY(0); } 50% { transform: rotateX(3deg) rotateY(-8deg) translateY(-14px); } }
@keyframes shadowPulse { 0%, 100% { transform: scaleX(1); opacity: 0.64; } 50% { transform: scaleX(0.86); opacity: 0.42; } }
@keyframes screenSheen { 0%, 38% { transform: translateX(-120%); } 54%, 100% { transform: translateX(120%); } }
@keyframes routeScan { 0% { transform: translateX(0); opacity: 0.2; } 60% { transform: translateX(190%); opacity: 0.85; } 100% { transform: translateX(190%); opacity: 0; } }
@keyframes riderMove { 0%, 100% { transform: translate(-22px, 20px); } 50% { transform: translate(34px, -22px); } }
@keyframes signalPulse { from { transform: scale(0.72); opacity: 0.65; } to { transform: scale(1.65); opacity: 0; } }
@keyframes requestCycle { 0%, 18% { transform: translateY(12px); opacity: 0; } 28%, 82% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(-6px); opacity: 0.92; } }
@keyframes acceptGlow { 0%, 42% { box-shadow: 0 16px 32px rgba(15,118,110,0.18); } 56%, 78% { box-shadow: 0 18px 44px rgba(132,204,22,0.42); } 100% { box-shadow: 0 16px 32px rgba(15,118,110,0.18); } }
@keyframes stepFill { 0%, 16% { transform: scaleX(0); } 48%, 100% { transform: scaleX(1); } }
@keyframes badgeFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes whatsappEntrance { from { transform: translateY(18px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes whatsappBreath { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes whatsappRing { 0% { transform: scale(0.94); opacity: 0.7; } 80%, 100% { transform: scale(1.16); opacity: 0; } }
@media (max-width: 860px) {
  .site-header, .site-footer { align-items: flex-start; flex-direction: column; }
  .site-header nav { flex-wrap: wrap; }
  .hero, .media-band { grid-template-columns: 1fr; min-height: auto; }
  .trust-row, .feature-grid, .plan-grid, .article-grid { grid-template-columns: 1fr; }
  .phone-stage { min-height: 560px; }
  .phone-mockup { width: min(88vw, 340px); transform: none; }
  .floating-badge { right: 14px; top: auto; bottom: 38px; }
  .whatsapp-float { min-height: 56px; padding-right: 14px; }
  .whatsapp-icon { width: 38px; height: 38px; }
  .whatsapp-float strong { font-size: 13px; }
  .whatsapp-float small { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.001ms !important; }
}
