:root {
  --ink: #102b30;
  --muted: #5e7477;
  --brand: #087f91;
  --brand-dark: #075464;
  --brand-deep: #062f3d;
  --cyan: #14b6cb;
  --accent: #e7ae35;
  --paper: #f5f9f8;
  --panel: #ffffff;
  --line: #d9e7e7;
  --soft: #e7f5f5;
  --danger: #9f1d35;
  --shadow: 0 22px 58px rgba(6, 47, 61, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.65; }
a { color: var(--brand-dark); }
a:hover { color: var(--brand-deep); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 1000; padding: .6rem 1rem; background: var(--brand-deep); color: #fff; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.navbar { min-height: 76px; }
.brand-mark { display: inline-flex; align-items: center; color: var(--brand); font-weight: 800; text-decoration: none; }
.brand-logo { width: min(265px, 62vw); height: 80px; display: block; object-fit: cover; object-position: center; }
.footer-logo { width: min(260px, 100%); height: 94px; display: block; object-fit: cover; object-position: center; background: #fff; border-radius: .35rem; padding: .45rem; }
.nav-link { color: var(--ink); font-weight: 650; }
.btn { border-radius: .4rem; font-weight: 750; padding: .78rem 1.05rem; box-shadow: 0 8px 18px rgba(6, 47, 61, .08); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(6, 47, 61, .16); }
.btn-primary { background: var(--brand); border-color: var(--brand); }
.btn-primary:hover { background: var(--brand-dark); border-color: var(--brand-dark); }
.btn-outline-primary { color: var(--brand-dark); border-color: var(--brand); background: rgba(255,255,255,.78); }
.btn-outline-primary:hover { background: var(--brand-dark); border-color: var(--brand-dark); }

.hero { position: relative; overflow: hidden; padding: clamp(4rem, 7vw, 6.7rem) 0 clamp(4.4rem, 8vw, 7rem); background: #eaf6f5; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; top: 0; right: 0; width: 48%; height: 100%; background: #d9eeed; clip-path: polygon(29% 0, 100% 0, 100% 100%, 0 100%); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; opacity: .7; }
.hero-glow-one { width: 16rem; height: 16rem; top: 5%; right: 12%; background: #b9e4e1; }
.hero-glow-two { width: 7rem; height: 7rem; right: 42%; bottom: 7%; background: #f5d98e; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero-copy { position: relative; z-index: 1; min-width: 0; }
.eyebrow { margin: 0 0 .8rem; color: var(--brand-dark); font-weight: 850; letter-spacing: 0; text-transform: uppercase; font-size: .78rem; }
h1, h2, h3 { line-height: 1.14; letter-spacing: 0; }
h1 { max-width: 12ch; margin: 1rem 0; font-size: clamp(2.7rem, 5.5vw, 5.55rem); font-weight: 850; }
.lead { color: #36565a; font-size: clamp(1.08rem, 1.8vw, 1.28rem); max-width: 60ch; overflow-wrap: break-word; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 1.7rem; color: #3d5c60; font-size: .93rem; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: .45rem; }
.hero-trust i { width: .55rem; height: .55rem; border-radius: 50%; background: var(--accent); }
.hero-showcase { position: relative; min-height: 465px; padding: 1rem 1.35rem 1.65rem 0; }
.hero-photo-card { height: 440px; margin: 0; overflow: hidden; border: 9px solid #fff; border-radius: .5rem; box-shadow: var(--shadow); background: var(--brand-deep); }
.hero-photo-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 59% center; transition: transform .7s ease; }
.hero-showcase:hover .hero-photo-card img { transform: scale(1.035); }
.floating-card { position: absolute; z-index: 2; background: rgba(255, 255, 255, .96); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 18px 36px rgba(6, 47, 61, .18); border-radius: .4rem; backdrop-filter: blur(10px); }
.floating-card-top { top: 2.5rem; left: -1.5rem; width: 175px; padding: .9rem 1rem; animation: drift 5s ease-in-out infinite; }
.floating-card-bottom { right: 0; bottom: .3rem; display: flex; align-items: center; gap: .7rem; width: 245px; padding: .85rem 1rem; animation: drift 6.5s ease-in-out 1s infinite; }
.floating-kicker, .floating-card small { display: block; color: var(--muted); font-size: .76rem; }
.floating-card strong { display: block; color: var(--brand-deep); font-size: .95rem; line-height: 1.25; }
.mini-bars { height: 28px; display: flex; align-items: end; gap: .26rem; margin-top: .6rem; }
.mini-bars span { width: .75rem; background: var(--cyan); border-radius: .14rem .14rem 0 0; }
.mini-bars span:nth-child(1) { height: 35%; }.mini-bars span:nth-child(2) { height: 82%; background: var(--brand); }.mini-bars span:nth-child(3) { height: 57%; }.mini-bars span:nth-child(4) { height: 100%; background: var(--accent); }
.status-dot { display: inline-block; flex: 0 0 auto; width: .7rem; height: .7rem; border-radius: 50%; background: #28ad77; box-shadow: 0 0 0 .28rem rgba(40,173,119,.14); }

.impact-strip { position: relative; z-index: 3; margin-top: -2.25rem; }
.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; background: var(--brand-deep); color: #fff; border-radius: .45rem; box-shadow: 0 16px 34px rgba(6,47,61,.2); }
.impact-grid article { display: flex; align-items: center; gap: 1rem; padding: 1.35rem 1.45rem; border-right: 1px solid rgba(255,255,255,.16); }
.impact-grid article:last-child { border-right: 0; }
.impact-grid strong, .impact-grid span { display: block; }.impact-grid strong { font-size: 1.1rem; }.impact-grid span { color: #b9dfe0; font-size: .88rem; }
.impact-icon { position: relative; display: block; width: 2.45rem; height: 2.45rem; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.32); border-radius: .35rem; }
.impact-icon::before, .impact-icon::after { content: ""; position: absolute; background: var(--accent); }
.impact-icon-order::before { left: .55rem; right: .55rem; top: .67rem; height: .19rem; box-shadow: 0 .55rem 0 var(--cyan), 0 1.1rem 0 var(--accent); }.impact-icon-order::after { display: none; }
.impact-icon-time::before { width: .85rem; height: .85rem; top: .7rem; left: .7rem; background: transparent; border: .18rem solid var(--accent); border-radius: 50%; }.impact-icon-time::after { width: .18rem; height: .52rem; top: .86rem; left: 1.13rem; transform-origin: bottom; transform: rotate(-38deg); }
.impact-icon-report::before { left: .55rem; bottom: .52rem; width: .25rem; height: .65rem; box-shadow: .5rem -.32rem 0 var(--cyan), 1rem -.85rem 0 var(--accent); }.impact-icon-report::after { display: none; }

.section { padding: clamp(4.2rem, 7vw, 6.6rem) 0; }.section-alt { background: #fff; }
.section-head { max-width: 790px; margin-bottom: 2.4rem; }.section-head h2 { margin: 0; font-weight: 850; font-size: clamp(2rem, 4vw, 3.35rem); }.section-head p { color: var(--muted); font-size: 1.06rem; }
.section-head-split { display: grid; grid-template-columns: 1fr .86fr; gap: 3rem; max-width: none; align-items: end; }.section-head-split > p { margin: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.info-card { position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: .45rem; padding: 1.45rem; min-height: 100%; box-shadow: 0 10px 25px rgba(6,47,61,.04); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }.info-card:hover { transform: translateY(-6px); border-color: #9ad3d6; box-shadow: 0 20px 34px rgba(6,47,61,.12); }
.info-card h3 { font-size: 1.24rem; font-weight: 820; }.info-card p { color: var(--muted); }
.service-card { overflow: hidden; min-height: 230px; padding-top: 3.75rem; }.service-card:nth-child(3n + 2) { background: #ecf8f7; }.service-card:nth-child(3n) { background: #fffaf0; }
.card-index { position: absolute; left: 1.45rem; top: 1.2rem; color: var(--brand); font-size: .76rem; font-weight: 850; letter-spacing: .08em; }.card-index::after { content: ""; display: inline-block; width: 2rem; height: 1px; margin-left: .65rem; vertical-align: middle; background: currentColor; }
.card-arrow { position: absolute; right: 1.45rem; bottom: 1.25rem; color: var(--brand); font-size: 1.3rem; font-weight: 850; transition: transform .2s ease; }.service-card:hover .card-arrow { transform: translateX(.25rem); }

.outcome-section { overflow: hidden; background: #eff8f7; }.outcome-grid { display: grid; grid-template-columns: minmax(320px,.9fr) minmax(0,1fr); gap: clamp(2.5rem, 8vw, 8rem); align-items: center; }.outcome-visual { position: relative; min-height: 390px; }.outcome-panel { position: absolute; background: #fff; border: 1px solid rgba(7,127,145,.15); box-shadow: var(--shadow); border-radius: .45rem; }.outcome-panel-main { z-index: 2; inset: 2.2rem 1.5rem 1.7rem 0; padding: 2rem; background: var(--brand-deep); color: #fff; }.outcome-panel-main span { display: block; color: #9edee2; font-weight: 700; font-size: .85rem; }.outcome-panel-main strong { display: block; max-width: 14ch; margin-top: 1rem; font-size: clamp(1.45rem, 3vw, 2.2rem); line-height: 1.2; }.outcome-panel-note { z-index: 3; display: flex; align-items: center; gap: .7rem; right: 0; bottom: 0; padding: 1rem 1.15rem; animation: drift 6s ease-in-out .5s infinite; }.outcome-panel-note strong { color: var(--brand-deep); font-size: .93rem; }.outcome-orbit { position: absolute; right: 1.9rem; top: 0; width: 7.5rem; height: 7.5rem; border: 1.1rem solid var(--accent); border-left-color: transparent; border-radius: 50%; transform: rotate(20deg); }.line-chart { position: absolute; left: 2rem; right: 2rem; bottom: 2rem; height: 100px; display: flex; align-items: end; gap: .75rem; border-bottom: 1px solid rgba(255,255,255,.28); }.line-chart i { width: 14%; background: var(--cyan); border-radius: .18rem .18rem 0 0; }.line-chart i:nth-child(1){height:36%}.line-chart i:nth-child(2){height:58%}.line-chart i:nth-child(3){height:44%}.line-chart i:nth-child(4){height:78%;background:#70d7d8}.line-chart i:nth-child(5){height:100%;background:var(--accent)}
.outcome-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }.benefit-list { display: grid; gap: 1.2rem; margin-top: 2rem; }.benefit-list article { display: flex; gap: .85rem; }.benefit-list h3 { margin: 0 0 .25rem; font-size: 1.12rem; }.benefit-list p { margin: 0; color: var(--muted); }.benefit-check { display: grid; place-items: center; width: 1.55rem; height: 1.55rem; flex: 0 0 auto; margin-top: .2rem; border-radius: 50%; background: var(--brand); color: #fff; font-size: .82rem; font-weight: 850; }

.use-case-card { padding: 1.75rem; border-top: 4px solid var(--cyan); }.use-case-card:nth-child(even) { border-top-color: var(--accent); }.use-case-benefit { margin-top: 1.4rem; padding-top: 1rem; border-top: 1px solid var(--line); }.use-case-benefit span { display: block; margin-bottom: .22rem; color: var(--brand); font-size: .75rem; font-weight: 850; text-transform: uppercase; }.use-case-benefit strong { color: var(--ink); font-size: .95rem; }
.plain-list { padding-left: 1.1rem; margin-bottom: 0; color: #334b4f; }.plain-list li + li { margin-top: .25rem; }
.process-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }.step { position: relative; overflow: hidden; padding: 1.35rem; background: #fff; border: 1px solid var(--line); border-radius: .35rem; }.step::before { content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: var(--accent); }.step-number { color: var(--brand); font-weight: 850; }.step h3 { margin-top: .8rem; font-size: 1.08rem; }.step p { color: var(--muted); font-size: .93rem; }
.cta-section { padding-top: 2rem; }.cta-band { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: clamp(2rem,5vw,3.5rem); background: var(--brand-deep); color: #fff; border-radius: .5rem; }.cta-band::after { content: ""; position: absolute; width: 17rem; height: 17rem; right: -6rem; top: -9rem; border: 2.7rem solid rgba(20,182,203,.35); border-radius: 50%; }.cta-band > * { position: relative; z-index: 1; }.cta-band h2 { margin: 0 0 .55rem; font-size: clamp(1.85rem, 4vw, 3rem); }.cta-band .eyebrow { color: #91d9dc; }.cta-band p:not(.eyebrow) { margin: 0; color: #c4e2e2; }.cta-band .btn { background: var(--accent); border-color: var(--accent); color: #2c260e; white-space: nowrap; }.cta-band .btn span { margin-left: .5rem; }

.page-hero { padding: 4rem 0 2rem; background: #eaf6f5; border-bottom: 1px solid var(--line); }.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); }.case-card { display: grid; grid-template-columns: .55fr 1fr; gap: 1rem; }.meta-label { color: var(--brand); font-size: .78rem; font-weight: 850; text-transform: uppercase; }.faq-item { padding: 1.25rem 0; border-bottom: 1px solid var(--line); }.faq-item h3 { font-size: 1.15rem; }.form-shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 2rem; }.contact-panel { background: var(--brand-deep); color: #fff; border-radius: .45rem; padding: 1.5rem; }.contact-panel p { color: #d0e7e7; }.form-control, .form-select { border-radius: .35rem; border-color: #cbdedf; min-height: 46px; }.text-danger { color: var(--danger) !important; }.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }.legal-note { border-left: 4px solid var(--accent); padding: 1rem 1.2rem; background: #fff8e7; border-radius: .3rem; }

.site-footer { background: #062f3d; color: #d6e9e8; padding: 3rem 0 1.2rem; }.site-footer a { color: #edfafa; display: block; margin-bottom: .45rem; }.site-footer h2 { font-size: 1rem; color: #fff; }.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 2rem; }.footer-bottom { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .92rem; }.whatsapp-float { position: fixed; z-index: 15; right: 1rem; bottom: 1rem; display: grid; place-items: center; width: 3.4rem; height: 3.4rem; border-radius: 50%; background: #1f9d63; color: #fff; text-decoration: none; font-weight: 850; box-shadow: var(--shadow); }

@keyframes drift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (max-width: 991px) { .hero-grid, .outcome-grid, .form-shell, .case-card { grid-template-columns: 1fr; }.hero-grid { gap: 2rem; }.hero-showcase { max-width: 650px; width: 100%; margin: 0 auto; }.section-head-split { grid-template-columns: 1fr; gap: .65rem; }.card-grid, .card-grid.two, .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }.impact-grid { grid-template-columns: 1fr; }.impact-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }.impact-grid article:last-child { border-bottom: 0; }.outcome-visual { max-width: 540px; width: 100%; }.hero::before { width: 65%; } }
@media (max-width: 640px) { .navbar { min-height: 68px; }.navbar-brand { max-width: calc(100% - 52px); }.brand-logo { width: min(250px, 100%); }.hero { padding-top: 3.3rem; }.hero-grid { width: 100%; }.hero::before { width: 100%; opacity: .6; }.hero-showcase { min-height: 365px; padding: .4rem .2rem 1.1rem 0; }.hero-photo-card { height: 340px; border-width: 6px; }.floating-card-top { top: 1.2rem; left: -.2rem; width: 150px; }.floating-card-bottom { right: -.2rem; bottom: 0; width: 210px; }.impact-strip { margin-top: 0; }.impact-grid { border-radius: 0; }.hero-actions, .cta-band, .footer-bottom { align-items: stretch; flex-direction: column; }.card-grid, .card-grid.two, .process-list, .footer-grid { grid-template-columns: 1fr; }.cta-band { padding: 1.7rem; }.outcome-visual { min-height: 330px; }.outcome-panel-main { padding: 1.45rem; }.line-chart { left: 1.45rem; right: 1.45rem; bottom: 1.45rem; }.outcome-orbit { width: 5.5rem; height: 5.5rem; border-width: .8rem; }.section { padding: 4rem 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
