
:root{--ink:#17212b;--petrol:#0b2742;--petrol2:#123a60;--paper:#f7f8fa;--white:#fff;--orange:#ff7a1a;--cyan:#16b8d4;--green:#1f9d68;--muted:#687684;--line:#dde4ea;--shadow:0 18px 50px rgba(11,39,66,.12);--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}a{color:inherit}.container{width:min(var(--max),calc(100% - 32px));margin:auto}
.topbar{background:var(--petrol);color:#dbeafb;font-size:.88rem}.topbar .container{display:flex;justify-content:space-between;gap:18px;padding:8px 0;flex-wrap:wrap}
.site-header{position:sticky;top:0;z-index:30;background:rgba(247,248,250,.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(221,228,234,.8)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--petrol),var(--cyan));display:grid;place-items:center;color:#fff;font-weight:900}.brand strong{display:block}.brand small{display:block;color:var(--muted)}.nav-links{display:flex;gap:18px;align-items:center}.nav-links a{text-decoration:none;font-weight:750;font-size:.92rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 20px;font-weight:850;text-decoration:none;cursor:pointer}.btn-primary{background:var(--orange);color:#17120f;box-shadow:0 9px 24px rgba(255,122,26,.25)}.btn-secondary{background:var(--petrol);color:#fff}.btn-ghost{border:1px solid var(--line);background:#fff}
.hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#071d31 0%,#0b2742 54%,#104d68 100%);color:#fff;padding:78px 0 54px}.hero:after{content:"";position:absolute;right:-120px;top:-150px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(22,184,212,.34);box-shadow:0 0 0 70px rgba(22,184,212,.05),0 0 0 140px rgba(255,122,26,.035)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:52px;align-items:center;position:relative;z-index:2}.eyebrow{display:inline-flex;gap:8px;align-items:center;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:7px 11px;font-weight:850;font-size:.82rem}.hero h1{font-size:clamp(2.45rem,6vw,5.2rem);line-height:.94;margin:18px 0;letter-spacing:-.055em}.hero p{font-size:1.12rem;color:#d7e5ef;max-width:720px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.17);border-radius:28px;padding:24px;box-shadow:var(--shadow)}.metric{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.12)}.metric:last-child{border-bottom:0}.metric-icon{width:42px;height:42px;border-radius:12px;background:rgba(22,184,212,.17);display:grid;place-items:center;font-weight:900;color:#6be1f3}
.section{padding:68px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.section h1,.section h2{letter-spacing:-.035em}.section h2{font-size:clamp(1.8rem,3vw,3rem);margin:0}.section-head p{max-width:640px;color:var(--muted)}
.grid{display:grid;gap:20px}.cards-3{grid-template-columns:repeat(3,1fr)}.cards-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 8px 28px rgba(11,39,66,.06)}.card h3{margin:10px 0 8px}.card p{color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;text-decoration:none;transition:.2s transform,.2s box-shadow}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-visual{height:180px;background:linear-gradient(140deg,#eef5fa,#d9f5f8);display:grid;place-items:center}.product-visual img{width:112px;height:112px}.product-body{padding:20px}.product-body span{color:var(--cyan);font-weight:900;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}
.steps{counter-reset:steps}.step{position:relative;padding-left:72px;min-height:62px}.step:before{counter-increment:steps;content:counter(steps);position:absolute;left:0;top:0;width:48px;height:48px;border-radius:15px;background:var(--petrol);color:#fff;display:grid;place-items:center;font-weight:900}.cta{background:linear-gradient(135deg,#0b2742,#123a60);color:#fff;border-radius:30px;padding:38px}.cta p{color:#d7e5ef}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:800;font-size:.9rem}.field input,.field select,.field textarea{width:100%;border:1px solid #cfd9e2;border-radius:13px;padding:13px 14px;font:inherit;background:#fff}.field small{color:var(--muted)}.notice{padding:14px 16px;border-radius:14px;background:#eef7fb;border:1px solid #c9e8f0}.status-chip{display:inline-flex;padding:6px 10px;border-radius:999px;font-weight:800;font-size:.8rem;background:#eaf7f1;color:#146543}
.site-footer{margin-top:60px;background:#071d31;color:#d6e2ea;padding:48px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.site-footer a{color:#fff}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:20px;text-align:center;font-size:.9rem}.mobile-toggle{display:none}
@media(max-width:900px){.hero-grid,.cards-3,.cards-4,.product-grid,.footer-grid{grid-template-columns:1fr 1fr}.nav-links{display:none}.mobile-toggle{display:inline-flex}.hero{padding-top:54px}}@media(max-width:640px){.hero-grid,.cards-3,.cards-4,.product-grid,.footer-grid,.form-grid{grid-template-columns:1fr}.hero h1{font-size:2.65rem}.section{padding:48px 0}.section-head{display:block}.nav{min-height:68px}.brand small{display:none}}

.brand-official{min-width:0}.brand-official img{display:block;width:min(310px,44vw);height:58px;object-fit:contain;object-position:center;border-radius:10px;background:#101925;padding:3px;box-shadow:0 6px 18px rgba(11,39,66,.12)}
.hero-brand-card{margin:-4px 0 14px;padding:8px;border-radius:18px;background:#111b29;border:1px solid rgba(255,255,255,.14);overflow:hidden}.hero-brand-card img{display:block;width:100%;max-height:128px;object-fit:contain;border-radius:12px;background:#101925}
@media(max-width:640px){.brand-official img{width:205px;height:46px}.hero-brand-card img{max-height:96px}}

/* ==========================================================
   GF-SJC-10-PROFESSIONAL-POLISH
   Gráfica Elite SJC
   ========================================================== */

.hero-actions {
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.hero-actions .btn-whatsapp {
    background: #ffffff !important;
    color: #082a43 !important;
    border: 1px solid rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.17);
    font-weight: 800;
    min-width: 150px;
    text-align: center;
    justify-content: center;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background-color .2s ease;
}

.hero-actions .btn-whatsapp:hover {
    background: #f4f8fb !important;
    color: #061d2f !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.21);
}

.hero-actions .btn-whatsapp:active {
    transform: translateY(0);
}

.hero-panel .metric {
    align-items: flex-start;
    gap: 14px;
}

.hero-panel .metric > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.hero-panel .metric strong {
    display: block;
    line-height: 1.3;
}

.hero-panel .metric small {
    display: block;
    margin-top: 2px;
    line-height: 1.5;
}

.hero h1 {
    text-wrap: balance;
}

.hero p {
    text-wrap: pretty;
}

.nav-links a {
    position: relative;
    text-decoration: none;
    transition:
        color .18s ease,
        opacity .18s ease;
}

.nav-links a:not(.btn)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 2px;
    border-radius: 999px;
    background: #ff7417;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .18s ease;
}

.nav-links a:not(.btn):hover::after,
.nav-links a:not(.btn):focus-visible::after {
    transform: scaleX(1);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid #ff7417;
    outline-offset: 3px;
}

.mobile-top-actions {
    gap: 8px;
    align-items: center;
}

@media (max-width: 980px) {

    .mobile-top-actions {
        display: flex;
    }

    .mobile-top-actions .btn {
        min-height: 44px;
    }

    .hero-panel .metric {
        gap: 12px;
    }
}

@media (max-width: 720px) {

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .hero-actions .btn,
    .hero-actions .btn-whatsapp {
        width: 100%;
        min-height: 48px;
    }

    .hero-panel .metric {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .hero-panel .metric small {
        font-size: .92rem;
    }
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
