:root{
    --bg:#ffffff;
    --soft:#f6f8fb;
    --soft-2:#eef3f8;
    --text:#111827;
    --muted:#667085;
    --muted-2:#98a2b3;
    --line:#e5e7eb;
    --dark:#0b1220;
    --accent:#2563eb;
    --accent-2:#0ea5e9;
    --success:#16a34a;
    --radius:26px;
    --shadow:0 24px 70px rgba(15,23,42,.10);
    --shadow-small:0 14px 35px rgba(15,23,42,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    background:var(--bg);
    color:var(--text);
    overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(1160px,calc(100% - 36px));margin-inline:auto}
.section{padding:104px 0}
.section-soft{padding:86px 0 88px;background:
    radial-gradient(circle at 12% 10%,rgba(37,99,235,.10),transparent 30rem),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%);
}
.section-muted{background:var(--soft)}
.site-header{
    position:sticky;top:0;z-index:50;
    background:rgba(255,255,255,.86);
    border-bottom:1px solid rgba(229,231,235,.85);
    backdrop-filter:blur(18px);
}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:13px;min-width:max-content}
.brand-mark{
    width:44px;height:44px;border-radius:15px;
    display:grid;place-items:center;
    background:var(--dark);color:#fff;
    font-weight:900;font-size:15px;letter-spacing:-.04em;
    box-shadow:0 12px 25px rgba(15,23,42,.18);
}
.brand strong{display:block;font-size:16px;letter-spacing:-.03em;line-height:1.1}
.brand small{display:block;color:var(--muted);font-size:12px;font-weight:700;margin-top:3px}
.nav-links{display:flex;align-items:center;gap:7px;color:#344054;font-size:14px;font-weight:700}
.nav-links a{padding:11px 13px;border-radius:999px;transition:.18s ease}
.nav-links a:hover{background:var(--soft);color:var(--dark)}
.nav-links .nav-cta{background:var(--dark);color:#fff;padding:12px 17px;box-shadow:0 10px 24px rgba(15,23,42,.14)}
.nav-links .nav-cta:hover{background:#1f2937;color:#fff;transform:translateY(-1px)}
.nav-toggle{display:none;background:#fff;border:1px solid var(--line);border-radius:14px;width:44px;height:44px;cursor:pointer}
.nav-toggle span{display:block;height:2px;background:var(--dark);margin:6px 10px;border-radius:99px}
.hero{min-height:calc(100vh - 78px);display:flex;align-items:center}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}
.badge{
    display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;
    padding:8px 12px;border:1px solid #dbeafe;border-radius:999px;
    background:#eff6ff;color:#1d4ed8;
    font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;
}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(44px,6.7vw,82px);line-height:.94;letter-spacing:-.078em;margin-bottom:24px;max-width:860px}
h2{font-size:clamp(34px,4.4vw,56px);line-height:1;letter-spacing:-.06em;margin-bottom:16px}
h3{font-size:21px;letter-spacing:-.035em;margin-bottom:10px}
p{color:var(--muted);line-height:1.75}
.hero-text{font-size:19px;max-width:720px;margin-bottom:0}.hero-text strong{color:var(--text)}
.hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:34px}
.btn{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;
    min-height:48px;padding:13px 20px;border-radius:999px;
    border:1px solid transparent;font-weight:900;cursor:pointer;transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--dark);color:#fff;box-shadow:0 18px 36px rgba(15,23,42,.16)}
.btn-dark:hover{background:#1f2937;color:#fff}
.btn-light{background:#fff;border-color:var(--line);color:var(--dark);box-shadow:0 12px 26px rgba(15,23,42,.07)}
.btn-light:hover{border-color:#cbd5e1;background:#f8fafc}
.btn-full{width:100%;border-radius:16px}
.hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.hero-points span{padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#475467;font-size:13px;font-weight:800}
.hero-panel{position:relative}
.browser-card{
    background:#fff;border:1px solid var(--line);border-radius:32px;padding:18px;
    box-shadow:var(--shadow);overflow:hidden;
}
.browser-top{display:flex;gap:8px;padding:4px 4px 16px}.browser-top span{width:11px;height:11px;border-radius:50%;background:#e5e7eb}.browser-top span:first-child{background:#fecaca}.browser-top span:nth-child(2){background:#fde68a}.browser-top span:nth-child(3){background:#bbf7d0}
.mock-hero{
    min-height:210px;border-radius:24px;padding:28px;
    display:flex;flex-direction:column;justify-content:space-between;
    background:
        linear-gradient(135deg,rgba(37,99,235,.08),rgba(14,165,233,.08)),
        linear-gradient(180deg,#f8fafc,#fff);
    border:1px solid #e8eef7;
}
.mock-hero small{color:#2563eb;font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:11px}.mock-hero h2{font-size:37px;max-width:360px;margin:10px 0 0}.mock-button{width:150px;height:42px;border-radius:999px;background:var(--dark);box-shadow:0 12px 28px rgba(15,23,42,.18)}
.mock-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.mock-grid div{height:92px;border:1px solid #e8eef7;background:#f8fafc;border-radius:18px}
.mock-list{display:grid;gap:10px;margin-top:16px}.mock-list span{height:13px;border-radius:999px;background:#edf2f7}.mock-list span:nth-child(1){width:92%}.mock-list span:nth-child(2){width:76%}.mock-list span:nth-child(3){width:84%}
.availability-card{
    position:absolute;left:-30px;bottom:34px;width:min(360px,82%);
    display:flex;gap:13px;align-items:flex-start;padding:18px;
    background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:22px;
    box-shadow:var(--shadow-small);backdrop-filter:blur(12px);
}
.availability-card p{margin:3px 0 0;font-size:14px}.status-dot{width:13px;height:13px;background:var(--success);border-radius:50%;margin-top:5px;box-shadow:0 0 0 6px rgba(22,163,74,.12)}
.strip{padding:24px 0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.strip-grid div{display:flex;align-items:center;gap:12px;justify-content:center;padding:13px;border-radius:17px;background:#f8fafc}.strip-grid strong{color:#2563eb}.strip-grid span{color:#475467;font-weight:800;font-size:14px}
.section-head{text-align:center;max-width:760px;margin:0 auto 46px}.section-head p:not(.badge){font-size:17px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card,.portfolio-card,.price-card,.links-card,.order-form,.contact-card,.step,.message-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-small)}
.service-card{padding:28px;transition:.22s ease}.service-card:hover,.portfolio-card:hover,.price-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#cbd5e1}.service-card span{display:grid;place-items:center;width:52px;height:52px;border-radius:17px;background:#f1f5f9;color:#2563eb;font-weight:900;margin-bottom:22px}.service-card p{margin-bottom:0}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.portfolio-card{overflow:hidden;transition:.22s ease}.portfolio-card img{width:100%;height:232px;object-fit:cover;background:#f8fafc}.portfolio-body{padding:24px}.portfolio-body p{margin:0 0 10px;color:#2563eb;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.portfolio-body span{display:block;color:var(--muted);line-height:1.65}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.tag-row small{padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:#f8fafc;color:#475467;font-weight:800}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.price-card{padding:30px;transition:.22s ease}.price-card h3{font-size:24px}.price-card strong{display:block;font-size:36px;letter-spacing:-.05em;margin:16px 0 10px}.price-card a{display:inline-flex;margin-top:12px;font-weight:900;color:#2563eb}
.process-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:46px;align-items:start}.process-copy{position:sticky;top:112px}.steps{display:grid;gap:16px}.step{display:grid;grid-template-columns:56px 1fr;gap:18px;padding:22px}.step b{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:var(--dark);color:#fff}.step p{margin-bottom:0}
.links-section{padding-top:76px}.links-card{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px}.links-card h2{margin-bottom:8px}.links-card p{margin-bottom:0}.profile-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.profile-links a{padding:12px 15px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#344054;font-weight:900;box-shadow:0 8px 20px rgba(15,23,42,.05);transition:.2s ease}.profile-links a:hover{transform:translateY(-2px);border-color:#cbd5e1;background:#f8fafc}
.order-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:36px;align-items:start}.order-info{position:sticky;top:112px}.contact-card{padding:22px;margin-top:24px}.contact-card p{display:grid;grid-template-columns:110px 1fr;gap:14px;margin:0;padding:14px 0;border-bottom:1px solid var(--line)}.contact-card p:last-child{border-bottom:0}.contact-card strong{color:var(--dark)}.contact-card a,.contact-card span{color:var(--muted);overflow-wrap:anywhere}.order-form{padding:30px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:grid;gap:9px;margin-bottom:17px;color:#344054;font-weight:800;font-size:14px}input,select,textarea{width:100%;border:1px solid #d0d5dd;border-radius:16px;background:#fff;color:var(--text);padding:14px 15px;outline:none;transition:.18s ease}input:focus,select:focus,textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.10)}textarea{resize:vertical;min-height:150px}.hidden-field{display:none!important}.form-note{text-align:center;font-size:13px;margin:12px 0 0;color:var(--muted-2)}code{padding:3px 6px;background:#f1f5f9;border:1px solid var(--line);border-radius:8px;color:#344054;font-size:.92em}
.site-footer{padding:40px 0;border-top:1px solid var(--line);background:#fff}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:26px}.footer-brand{margin-bottom:12px}.footer-grid p{margin:0}.footer-links{display:flex;gap:10px;flex-wrap:wrap}.footer-links a{padding:10px 12px;border-radius:999px;color:#475467;font-weight:800}.footer-links a:hover{background:#f8fafc;color:var(--dark)}
.message-page{min-height:100vh;display:grid;place-items:center;background:var(--soft);padding:24px}.message-card{width:min(560px,100%);padding:42px;text-align:center}.message-card h1{font-size:46px;margin-bottom:14px}.success-dot{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#dcfce7;color:#15803d;font-size:34px;font-weight:900;margin:0 auto 18px}.message-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.08s}
@media(max-width:980px){.section{padding:78px 0}.hero-grid,.process-grid,.order-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-panel{max-width:650px}.process-copy,.order-info{position:static}.services-grid,.portfolio-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.strip-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.nav-toggle{display:block}.nav-links{position:absolute;top:78px;left:18px;right:18px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-links a{padding:13px 14px}.nav-links .nav-cta{text-align:center}.hero-grid{gap:38px}h1{font-size:45px}.hero-actions .btn{width:100%}.availability-card{position:static;width:auto;margin-top:16px}.services-grid,.portfolio-grid,.pricing-grid,.form-row,.strip-grid{grid-template-columns:1fr}.links-card{align-items:flex-start;flex-direction:column}.profile-links{justify-content:flex-start}.footer-grid{align-items:flex-start;flex-direction:column}.contact-card p{grid-template-columns:1fr;gap:4px}.order-form{padding:22px}.mock-hero h2{font-size:30px}.portfolio-card img{height:210px}}

.live-showcase{
    position:relative;
    min-height:570px;
    border-radius:32px;
    overflow:hidden;
    border:1px solid var(--line);
    box-shadow:var(--shadow);
    background:#111827;
}
.live-showcase img{
    width:100%;
    height:100%;
    min-height:570px;
    object-fit:cover;
    filter:saturate(1.05) contrast(1.04);
}
.live-showcase::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(15,23,42,.05),rgba(15,23,42,.76));
}
.showcase-overlay{
    position:absolute;
    left:24px;
    right:24px;
    bottom:132px;
    z-index:2;
    color:#fff;
}
.showcase-overlay small{
    display:inline-flex;
    margin-bottom:12px;
    padding:8px 11px;
    border-radius:999px;
    background:rgba(255,255,255,.18);
    color:#fff;
    font-size:11px;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
    backdrop-filter:blur(12px);
}
.showcase-overlay strong{
    display:block;
    max-width:440px;
    font-size:38px;
    line-height:1;
    letter-spacing:-.055em;
}
.showcase-metrics{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
}
.showcase-metrics span{
    min-height:82px;
    display:grid;
    align-content:center;
    gap:5px;
    padding:14px;
    border:1px solid rgba(255,255,255,.24);
    border-radius:18px;
    background:rgba(255,255,255,.14);
    color:rgba(255,255,255,.82);
    font-size:12px;
    font-weight:800;
    backdrop-filter:blur(14px);
}
.showcase-metrics b{
    display:block;
    color:#fff;
    font-size:24px;
    letter-spacing:-.045em;
}
.subscriptions-section{
    background:#0b1220;
    color:#fff;
}
.subscriptions-section .section-head h2,
.subscriptions-section .section-head p:not(.badge){color:#fff}
.subscriptions-section .section-head p:not(.badge){opacity:.74}
.subscription-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
.subscription-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-height:100%;
    padding:30px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:var(--radius);
    background:rgba(255,255,255,.07);
    box-shadow:0 24px 70px rgba(0,0,0,.18);
}
.subscription-card.featured{
    background:#fff;
    color:var(--text);
    transform:translateY(-10px);
}
.subscription-card h3{font-size:24px;color:inherit}
.subscription-card strong{
    display:block;
    margin:10px 0 12px;
    font-size:38px;
    letter-spacing:-.055em;
}
.subscription-card p{color:inherit;opacity:.72}
.subscription-card ul{
    display:grid;
    gap:12px;
    margin:12px 0 24px;
    padding:0;
    list-style:none;
}
.subscription-card li{
    position:relative;
    padding-left:28px;
    color:inherit;
    font-weight:800;
    line-height:1.45;
}
.subscription-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    display:grid;
    place-items:center;
    width:19px;
    height:19px;
    border-radius:50%;
    background:#dcfce7;
    color:#15803d;
    font-size:12px;
    font-weight:900;
}
.subscription-card .btn{margin-top:auto}
.popular-label{
    align-self:flex-start;
    margin-bottom:16px;
    padding:8px 11px;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
}
@media(max-width:980px){.live-showcase,.live-showcase img{min-height:480px}.subscription-grid{grid-template-columns:1fr}.subscription-card.featured{transform:none}}
@media(max-width:760px){.live-showcase,.live-showcase img{min-height:430px}.showcase-overlay{bottom:150px}.showcase-overlay strong{font-size:30px}.showcase-metrics{grid-template-columns:1fr}.showcase-metrics span{min-height:58px}.availability-card{position:relative;z-index:3}.subscription-card{padding:24px}}

/* Livelier service and pricing cards */
.service-card{
    position:relative;
    overflow:hidden;
    min-height:250px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    border:1px solid rgba(255,255,255,.18);
    background:#101827;
    color:#fff;
    isolation:isolate;
}
.service-card::before,
.service-card::after{
    content:"";
    position:absolute;
    inset:auto;
    z-index:-1;
    pointer-events:none;
}
.service-card::before{
    width:260px;
    height:260px;
    right:-92px;
    top:-92px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(56,189,248,.92),rgba(37,99,235,.38) 42%,transparent 70%);
    filter:blur(2px);
    animation:cardGlow 7s ease-in-out infinite;
}
.service-card::after{
    left:0;
    right:0;
    bottom:0;
    height:62%;
    background:linear-gradient(180deg,transparent,rgba(0,0,0,.42));
}
.service-card:nth-child(2)::before{background:radial-gradient(circle,rgba(34,197,94,.86),rgba(20,184,166,.32) 42%,transparent 70%);animation-delay:-1.2s}
.service-card:nth-child(3)::before{background:radial-gradient(circle,rgba(249,115,22,.86),rgba(244,63,94,.34) 42%,transparent 70%);animation-delay:-2.1s}
.service-card:nth-child(4)::before{background:radial-gradient(circle,rgba(168,85,247,.86),rgba(59,130,246,.34) 42%,transparent 70%);animation-delay:-3s}
.service-card:nth-child(5)::before{background:radial-gradient(circle,rgba(14,165,233,.86),rgba(99,102,241,.34) 42%,transparent 70%);animation-delay:-4s}
.service-card:nth-child(6)::before{background:radial-gradient(circle,rgba(245,158,11,.88),rgba(236,72,153,.30) 42%,transparent 70%);animation-delay:-5s}
.service-card span{
    width:58px;
    height:58px;
    border:1px solid rgba(255,255,255,.28);
    background:rgba(255,255,255,.14);
    color:#fff;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 18px 42px rgba(0,0,0,.16);
    backdrop-filter:blur(16px);
}
.service-card h3,
.service-card p{position:relative;z-index:1;color:#fff}
.service-card h3{font-size:24px;max-width:280px}
.service-card p{margin-bottom:0;color:rgba(255,255,255,.76)}
.service-card:hover{
    transform:translateY(-8px) scale(1.015);
    border-color:rgba(255,255,255,.35);
    box-shadow:0 26px 80px rgba(15,23,42,.22);
}
.service-card:hover::before{transform:scale(1.16) translate(-12px,14px)}
.price-card{
    position:relative;
    overflow:hidden;
    min-height:320px;
    display:flex;
    flex-direction:column;
    border:1px solid rgba(15,23,42,.08);
    background:linear-gradient(145deg,#ffffff 0%,#f8fafc 52%,#eef6ff 100%);
    isolation:isolate;
}
.price-card::before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    right:-120px;
    top:-120px;
    border-radius:50%;
    background:conic-gradient(from 140deg,#38bdf8,#2563eb,#22c55e,#38bdf8);
    opacity:.22;
    filter:blur(1px);
    animation:spinSoft 12s linear infinite;
    z-index:-1;
}
.price-card::after{
    content:"";
    position:absolute;
    left:30px;
    right:30px;
    bottom:86px;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(37,99,235,.45),transparent);
}
.price-card:nth-child(2){background:linear-gradient(145deg,#111827 0%,#172033 58%,#0f766e 140%);color:#fff;border-color:rgba(255,255,255,.16)}
.price-card:nth-child(2)::before{opacity:.34;background:conic-gradient(from 90deg,#22c55e,#38bdf8,#a78bfa,#22c55e)}
.price-card:nth-child(2) p{color:rgba(255,255,255,.72)}
.price-card:nth-child(2) a{color:#fff;background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.22)}
.price-card:nth-child(3)::before{background:conic-gradient(from 40deg,#f59e0b,#ec4899,#2563eb,#f59e0b)}
.price-card h3,
.price-card strong,
.price-card p,
.price-card a{position:relative;z-index:1}
.price-card h3{font-size:25px}
.price-card strong{font-size:42px}
.price-card p{margin-bottom:28px}
.price-card a{
    align-self:flex-start;
    margin-top:auto;
    padding:12px 15px;
    border:1px solid rgba(37,99,235,.18);
    border-radius:999px;
    background:rgba(255,255,255,.68);
    box-shadow:0 10px 25px rgba(15,23,42,.08);
    transition:.2s ease;
}
.price-card a:hover{transform:translateX(4px);background:#fff}
@keyframes cardGlow{
    0%,100%{transform:scale(1) translate(0,0)}
    50%{transform:scale(1.12) translate(-18px,18px)}
}
@keyframes spinSoft{to{transform:rotate(360deg)}}
@media(max-width:760px){.service-card{min-height:230px}.price-card{min-height:290px}}

/* More expressive process section */
#processo.section-muted{
    position:relative;
    overflow:hidden;
    background:#f8fafc;
}
#processo.section-muted::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(37,99,235,.05) 1px,transparent 1px),
        linear-gradient(180deg,rgba(37,99,235,.05) 1px,transparent 1px);
    background-size:54px 54px;
    mask-image:linear-gradient(180deg,transparent,#000 14%,#000 86%,transparent);
}
#processo .process-grid{position:relative;z-index:1;align-items:stretch}
#processo .process-copy{
    position:sticky;
    top:112px;
    overflow:hidden;
    align-self:start;
    padding:34px;
    border-radius:32px;
    background:#0b1220;
    color:#fff;
    box-shadow:0 28px 80px rgba(15,23,42,.18);
    isolation:isolate;
}
#processo .process-copy::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    right:-130px;
    top:-120px;
    border-radius:50%;
    background:conic-gradient(from 90deg,#38bdf8,#22c55e,#a78bfa,#38bdf8);
    opacity:.32;
    filter:blur(2px);
    animation:spinSoft 14s linear infinite;
    z-index:-1;
}
#processo .process-copy::after{
    content:"";
    position:absolute;
    left:34px;
    right:34px;
    bottom:96px;
    height:1px;
    background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.42),rgba(255,255,255,.08));
}
#processo .process-copy h2,
#processo .process-copy p{color:#fff}
#processo .process-copy p:not(.badge){color:rgba(255,255,255,.74)}
#processo .process-copy .btn-dark{
    background:#fff;
    color:#0b1220;
    box-shadow:0 18px 38px rgba(0,0,0,.24);
}
#processo .steps{
    position:relative;
    gap:18px;
    padding-left:34px;
}
#processo .steps::before{
    content:"";
    position:absolute;
    left:26px;
    top:28px;
    bottom:28px;
    width:3px;
    border-radius:999px;
    background:linear-gradient(180deg,#38bdf8,#22c55e,#f59e0b,#a855f7);
    box-shadow:0 0 32px rgba(37,99,235,.24);
}
#processo .step{
    position:relative;
    overflow:hidden;
    grid-template-columns:64px 1fr;
    padding:24px 26px;
    border:1px solid rgba(15,23,42,.08);
    border-radius:26px;
    background:rgba(255,255,255,.82);
    box-shadow:0 18px 46px rgba(15,23,42,.08);
    backdrop-filter:blur(14px);
    transition:.22s ease;
}
#processo .step::before{
    content:"";
    position:absolute;
    width:210px;
    height:210px;
    right:-120px;
    top:-120px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(56,189,248,.34),transparent 70%);
    transition:.25s ease;
}
#processo .step:nth-child(2)::before{background:radial-gradient(circle,rgba(34,197,94,.30),transparent 70%)}
#processo .step:nth-child(3)::before{background:radial-gradient(circle,rgba(245,158,11,.30),transparent 70%)}
#processo .step:nth-child(4)::before{background:radial-gradient(circle,rgba(168,85,247,.30),transparent 70%)}
#processo .step:hover{
    transform:translateX(8px) translateY(-3px);
    border-color:rgba(37,99,235,.20);
    box-shadow:0 26px 70px rgba(15,23,42,.13);
}
#processo .step:hover::before{transform:scale(1.25) translate(-18px,18px)}
#processo .step b{
    position:relative;
    z-index:1;
    width:54px;
    height:54px;
    border-radius:18px;
    background:linear-gradient(145deg,#111827,#2563eb);
    box-shadow:0 14px 30px rgba(37,99,235,.25);
}
#processo .step:nth-child(2) b{background:linear-gradient(145deg,#064e3b,#22c55e)}
#processo .step:nth-child(3) b{background:linear-gradient(145deg,#7c2d12,#f59e0b)}
#processo .step:nth-child(4) b{background:linear-gradient(145deg,#4c1d95,#a855f7)}
#processo .step h3,
#processo .step p{position:relative;z-index:1}
#processo .step h3{font-size:24px}
#processo .step p{margin-bottom:0}
@media(max-width:980px){#processo .process-copy{position:relative;top:auto}#processo .steps{padding-left:0}#processo .steps::before{display:none}}
@media(max-width:760px){#processo .process-copy{padding:26px;border-radius:26px}#processo .step{grid-template-columns:54px 1fr;padding:20px}#processo .step:hover{transform:translateY(-3px)}#processo .step b{width:48px;height:48px}}

/* Calm premium palette override */
.service-card{
    background:linear-gradient(145deg,#101827,#172033 58%,#1f2937 100%);
    border-color:rgba(255,255,255,.12);
}
.service-card::before{
    background:radial-gradient(circle,rgba(14,165,233,.42),rgba(37,99,235,.18) 44%,transparent 72%);
    opacity:.9;
}
.service-card:nth-child(2)::before,
.service-card:nth-child(3)::before,
.service-card:nth-child(4)::before,
.service-card:nth-child(5)::before,
.service-card:nth-child(6)::before{
    background:radial-gradient(circle,rgba(14,165,233,.36),rgba(37,99,235,.16) 44%,transparent 72%);
}
.service-card span{
    background:rgba(255,255,255,.10);
    border-color:rgba(255,255,255,.18);
}
.price-card{
    background:linear-gradient(145deg,#ffffff 0%,#f8fafc 58%,#eef3f8 100%);
}
.price-card::before{
    background:radial-gradient(circle,rgba(14,165,233,.30),rgba(37,99,235,.12) 46%,transparent 70%);
    animation:cardGlow 9s ease-in-out infinite;
}
.price-card:nth-child(2){
    background:linear-gradient(145deg,#0b1220 0%,#162033 70%,#1e293b 100%);
}
.price-card:nth-child(2)::before,
.price-card:nth-child(3)::before{
    background:radial-gradient(circle,rgba(14,165,233,.30),rgba(37,99,235,.12) 46%,transparent 70%);
}
#processo.section-muted::before{
    background:
        linear-gradient(90deg,rgba(15,23,42,.045) 1px,transparent 1px),
        linear-gradient(180deg,rgba(15,23,42,.045) 1px,transparent 1px);
}
#processo .process-copy::before{
    background:radial-gradient(circle,rgba(14,165,233,.34),rgba(37,99,235,.14) 48%,transparent 72%);
    animation:cardGlow 10s ease-in-out infinite;
}
#processo .steps::before{
    background:linear-gradient(180deg,#0ea5e9,#2563eb,#0ea5e9);
    opacity:.62;
}
#processo .step::before,
#processo .step:nth-child(2)::before,
#processo .step:nth-child(3)::before,
#processo .step:nth-child(4)::before{
    background:radial-gradient(circle,rgba(14,165,233,.18),transparent 70%);
}
#processo .step b,
#processo .step:nth-child(2) b,
#processo .step:nth-child(3) b,
#processo .step:nth-child(4) b{
    background:linear-gradient(145deg,#111827,#2563eb);
}
.subscription-card.featured{
    box-shadow:0 26px 78px rgba(14,165,233,.14);
}

/* More room for richer copy */
.service-card{min-height:330px;padding:30px}
.service-card h3{margin-bottom:14px}
.service-card p{font-size:15px;line-height:1.7}
.portfolio-body span{line-height:1.78}
.price-card{min-height:390px}
.price-card p{line-height:1.72}
.subscription-card p{line-height:1.72}
@media(max-width:760px){.service-card{min-height:auto}.price-card{min-height:auto}}

/* Richer subscription explanation */
.subscription-intro{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin:-18px 0 28px;
}
.subscription-intro article{
    padding:22px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:22px;
    background:rgba(255,255,255,.07);
    box-shadow:0 18px 46px rgba(0,0,0,.12);
}
.subscription-intro span{
    display:block;
    margin-bottom:10px;
    color:#fff;
    font-size:16px;
    font-weight:900;
    letter-spacing:-.02em;
}
.subscription-intro p{
    margin:0;
    color:rgba(255,255,255,.72);
    font-size:14px;
    line-height:1.68;
}
.subscription-card{min-height:560px}
.subscription-card p{margin-bottom:18px}
.subscription-card ul{gap:11px}
.subscription-card li{font-size:14px}
@media(max-width:980px){.subscription-intro{grid-template-columns:1fr}.subscription-card{min-height:auto}}

/* Brand character integration */
.character-showcase{
    position:relative;
    min-height:570px;
    border-radius:32px;
    overflow:hidden;
    border:1px solid rgba(15,23,42,.08);
    box-shadow:var(--shadow);
    background:
        linear-gradient(145deg,#f8fafc 0%,#eaf3ff 52%,#ffffff 100%);
    isolation:isolate;
}
.character-showcase::before{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    right:-180px;
    top:-160px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(14,165,233,.28),rgba(37,99,235,.10) 48%,transparent 72%);
    z-index:-1;
}
.character-showcase::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(11,18,32,.72));
    pointer-events:none;
}
.character-stage{
    position:absolute;
    inset:28px 28px 142px;
    display:grid;
    place-items:center;
    border-radius:28px;
    background:rgba(255,255,255,.58);
    border:1px solid rgba(255,255,255,.72);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
    overflow:hidden;
}
.character-stage img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center bottom;
    padding:18px 18px 0;
    filter:drop-shadow(0 26px 34px rgba(15,23,42,.16));
}
.character-stage video,
.character-video{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center bottom;
    padding:18px 18px 0;
    filter:drop-shadow(0 26px 34px rgba(15,23,42,.16));
    border:0;
    outline:0;
}
.character-stage video::-webkit-media-controls{display:none!important}
.character-overlay,
.character-metrics{z-index:2}
.character-content-section{
    background:#fff;
}
.content-kit-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}
.content-kit-card{
    overflow:hidden;
    display:flex;
    flex-direction:column;
    min-height:510px;
    border:1px solid var(--line);
    border-radius:var(--radius);
    background:#fff;
    box-shadow:var(--shadow-small);
    transition:.22s ease;
}
.content-kit-card:hover{
    transform:translateY(-6px);
    box-shadow:var(--shadow);
    border-color:#cbd5e1;
}
.content-kit-card.featured{
    background:#0b1220;
    color:#fff;
    border-color:rgba(255,255,255,.14);
}
.content-kit-card.featured span,
.content-kit-card.featured p{color:rgba(255,255,255,.72)}
.content-kit-card > div:last-child{
    padding:24px;
}
.content-kit-card p{
    margin:0 0 10px;
    color:#2563eb;
    font-size:12px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.content-kit-card h3{
    margin-bottom:12px;
    font-size:25px;
}
.content-kit-card span{
    display:block;
    color:var(--muted);
    line-height:1.72;
}
.content-kit-visual{
    position:relative;
    min-height:280px;
    display:grid;
    place-items:end center;
    overflow:hidden;
    background:linear-gradient(145deg,#f8fafc,#eef6ff);
}
.content-kit-visual::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    right:-92px;
    top:-94px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(14,165,233,.26),rgba(37,99,235,.10) 46%,transparent 70%);
}
.content-kit-visual.offer{background:linear-gradient(145deg,#111827,#172033)}
.content-kit-visual.offer::before{background:radial-gradient(circle,rgba(14,165,233,.34),rgba(255,255,255,.08) 46%,transparent 70%)}
.content-kit-visual.support{background:linear-gradient(145deg,#f8fafc,#f1f5f9)}
.content-kit-visual img{
    position:relative;
    z-index:1;
    width:92%;
    height:270px;
    object-fit:contain;
    object-position:center bottom;
    padding:20px 20px 0;
    filter:drop-shadow(0 22px 30px rgba(15,23,42,.14));
}
.contact-card-with-character{
    display:grid;
    grid-template-columns:96px 1fr;
    gap:16px;
    align-items:center;
    overflow:hidden;
}
.contact-card-with-character > img{
    width:96px;
    height:112px;
    object-fit:contain;
    object-position:center bottom;
    align-self:end;
    filter:drop-shadow(0 16px 20px rgba(15,23,42,.12));
}
.contact-card-with-character > div{min-width:0}
@media(max-width:980px){
    .character-showcase{min-height:510px}
    .content-kit-grid{grid-template-columns:1fr}
    .content-kit-card{min-height:auto}
}
@media(max-width:760px){
    .character-showcase{min-height:470px}
    .character-stage{inset:20px 20px 168px}
    .content-kit-visual{min-height:250px}
    .content-kit-visual img{height:238px}
    .contact-card-with-character{grid-template-columns:78px 1fr;padding:18px}
    .contact-card-with-character > img{width:78px;height:96px}
}


/* Keep the hero video tall and cinematic */
.character-showcase{
    min-height:660px;
}
.character-stage{
    inset:18px 18px 126px;
    background:#0b1220;
}
.character-stage video,
.character-video{
    padding:0;
    object-fit:cover;
    object-position:center center;
    filter:none;
}
.character-overlay{
    bottom:116px;
}
.character-overlay strong{
    max-width:480px;
    font-size:34px;
    line-height:1.03;
}
.character-metrics{
    grid-template-columns:repeat(3,1fr);
    bottom:16px;
}
.character-metrics span{
    min-height:78px;
}
@media(max-width:980px){
    .character-showcase{min-height:620px}
    .character-stage{inset:16px 16px 122px}
}
@media(max-width:760px){
    .character-showcase{min-height:590px}
    .character-stage{inset:14px 14px 118px}
    .character-overlay{bottom:108px;left:18px;right:18px}
    .character-overlay strong{font-size:26px;max-width:100%}
    .character-overlay small{margin-bottom:8px}
    .character-metrics{
        left:14px;
        right:14px;
        bottom:14px;
        grid-template-columns:repeat(3,1fr);
        gap:8px;
    }
    .character-metrics span{
        min-height:72px;
        padding:11px 10px;
        border-radius:16px;
        font-size:11px;
    }
    .character-metrics b{font-size:20px}
}
@media(max-width:520px){
    .character-showcase{min-height:540px}
    .character-stage{inset:12px 12px 112px}
    .character-overlay strong{font-size:23px}
    .character-metrics span{min-height:64px;padding:9px 8px}
    .character-metrics b{font-size:18px}
}

/* Clean hero video card */
.hero-video-card{
    display:grid;
    gap:16px;
    padding:16px;
    border:1px solid rgba(15,23,42,.08);
    border-radius:32px;
    background:#fff;
    box-shadow:var(--shadow);
}
.hero-video-frame{
    position:relative;
    overflow:hidden;
    aspect-ratio:16 / 10;
    min-height:430px;
    border-radius:24px;
    background:#0b1220;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}
.hero-video-frame::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(15,23,42,0),rgba(15,23,42,.10));
}
.hero-video-frame .character-video{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center center;
    padding:0;
    filter:none;
}
.hero-video-caption{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    padding:4px 2px 2px;
}
.hero-video-caption small{
    display:inline-flex;
    margin-bottom:8px;
    color:#2563eb;
    font-size:11px;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
}
.hero-video-caption strong{
    display:block;
    max-width:560px;
    color:#111827;
    font-size:28px;
    line-height:1.05;
    letter-spacing:-.045em;
}
.hero-video-tags{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
}
.hero-video-tags span{
    display:grid;
    gap:3px;
    min-height:68px;
    align-content:center;
    padding:13px 14px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#f8fafc;
    color:#667085;
    font-size:12px;
    font-weight:800;
}
.hero-video-tags b{
    display:block;
    color:#111827;
    font-size:22px;
    letter-spacing:-.04em;
}
@media(max-width:980px){
    .hero-video-frame{min-height:390px}
}
@media(max-width:760px){
    .hero-video-card{padding:12px;border-radius:26px}
    .hero-video-frame{min-height:360px;border-radius:20px;aspect-ratio:4 / 3}
    .hero-video-caption strong{font-size:24px}
    .hero-video-tags{grid-template-columns:1fr}
    .hero-video-tags span{min-height:54px}
}
@media(max-width:520px){
    .hero-video-frame{min-height:310px}
    .hero-video-caption strong{font-size:22px}
}

/* Final hero video proportions: wide, not square */
@media(min-width:981px){
    .hero-grid{
        grid-template-columns:minmax(360px,.78fr) minmax(560px,1.22fr);
        gap:38px;
    }
    .hero-video-card{
        padding:14px;
        border-radius:28px;
    }
    .hero-video-frame{
        aspect-ratio:16 / 9;
        min-height:0;
        height:auto;
        border-radius:22px;
    }
}
.hero-video-frame{
    aspect-ratio:16 / 9;
}
@media(max-width:980px){
    .hero-video-frame{
        aspect-ratio:16 / 9;
        min-height:0;
        height:auto;
    }
}
@media(max-width:760px){
    .hero-video-frame{
        aspect-ratio:16 / 9;
        min-height:0;
        height:auto;
    }
    .hero-video-tags{
        grid-template-columns:repeat(3,1fr);
    }
    .hero-video-tags span{
        min-height:58px;
        padding:10px 8px;
        font-size:10px;
    }
    .hero-video-tags b{
        font-size:18px;
    }
}
@media(max-width:520px){
    .hero-video-tags{
        grid-template-columns:1fr;
    }
}

/* Desktop hero: full video format */
@media(min-width:981px){
    .container.hero-grid{
        width:min(1320px,calc(100% - 56px));
    }
    .hero-grid{
        grid-template-columns:minmax(360px,.70fr) minmax(680px,1.30fr);
        gap:56px;
    }
    .hero-panel{
        align-self:center;
    }
    .hero-video-card{
        display:block;
        padding:0;
        border:0;
        border-radius:30px;
        background:transparent;
        box-shadow:none;
    }
    .hero-video-frame{
        width:100%;
        aspect-ratio:auto;
        height:clamp(500px,58vh,680px);
        min-height:0;
        border-radius:30px;
        border:1px solid rgba(15,23,42,.10);
        box-shadow:0 28px 80px rgba(15,23,42,.16);
        background:#0b1220;
    }
    .hero-video-frame .character-video{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center center;
    }
    .hero-video-caption{
        display:none;
    }
}
@media(min-width:1180px){
    .hero-video-frame{
        height:clamp(560px,62vh,720px);
    }
}



/* Dark graphite and lime network theme */
:root{
    --bg:#202529;
    --soft:#252b2f;
    --soft-2:#2d3338;
    --text:#f5f7f7;
    --muted:#a8afb2;
    --muted-2:#6f777b;
    --line:rgba(255,255,255,.12);
    --dark:#f5f7f7;
    --accent:#7bd600;
    --accent-2:#9aef00;
    --success:#7bd600;
    --shadow:0 28px 90px rgba(0,0,0,.30);
    --shadow-small:0 16px 42px rgba(0,0,0,.22);
}
html,
body{background:#202529;color:var(--text)}
body{
    background:
        radial-gradient(circle at 52% 34%,rgba(255,255,255,.09),transparent 18rem),
        radial-gradient(circle at 78% 12%,rgba(123,214,0,.08),transparent 16rem),
        linear-gradient(180deg,#202529 0%,#1f2428 100%);
}
body::before,
body::after{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    z-index:-1;
}
body::before{
    opacity:.45;
    background-image:
        radial-gradient(circle,rgba(255,255,255,.23) 1px,transparent 1.6px),
        radial-gradient(circle,rgba(123,214,0,.55) 1.4px,transparent 2px);
    background-size:42px 42px,230px 180px;
    background-position:0 0,80px 24px;
}
body::after{
    opacity:.24;
    background-image:
        linear-gradient(26deg,transparent 0 49.7%,rgba(255,255,255,.18) 50%,transparent 50.4% 100%),
        linear-gradient(146deg,transparent 0 49.7%,rgba(255,255,255,.12) 50%,transparent 50.4% 100%),
        linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
    background-size:420px 260px,520px 320px,80px 80px;
}
.site-header{
    background:rgba(32,37,41,.82);
    border-bottom-color:rgba(255,255,255,.10);
}
.brand-mark{
    background:#7bd600;
    color:#202529;
    box-shadow:0 12px 30px rgba(123,214,0,.20);
}
.brand small,
p,
.hero-points span,
.profile-links a,
.footer-links a{color:var(--muted)}
.nav-links{color:#d7dcdd}
.nav-links a:hover{background:rgba(255,255,255,.08);color:#fff}
.nav-links .nav-cta,
.btn-dark{
    background:#7bd600;
    color:#202529;
    box-shadow:0 18px 38px rgba(123,214,0,.22);
}
.nav-links .nav-cta:hover,
.btn-dark:hover{background:#95e000;color:#202529}
.btn-light,
.hero-points span,
.profile-links a,
.tag-row small,
.hero-video-tags span{
    background:rgba(255,255,255,.06);
    border-color:rgba(255,255,255,.12);
    color:#edf2f2;
}
.btn-light:hover,
.profile-links a:hover{background:rgba(255,255,255,.10);border-color:rgba(123,214,0,.45)}
.badge{
    background:rgba(123,214,0,.12);
    border-color:rgba(123,214,0,.34);
    color:#8fe600;
}
.section-soft,
.section-muted,
#processo.section-muted{background:transparent}
.strip,
.site-footer{
    background:rgba(28,33,36,.78);
    border-color:rgba(255,255,255,.10);
}
.strip-grid div,
.service-card,.portfolio-card,.price-card,.links-card,.order-form,.contact-card,.step,.message-card,
.subscription-intro article,
.subscription-card{
    background:rgba(255,255,255,.06);
    border-color:rgba(255,255,255,.12);
    color:#fff;
    backdrop-filter:blur(10px);
}
.service-card,
.price-card:nth-child(2),
.subscriptions-section,
#processo .process-copy,
.content-kit-card.featured{
    background:linear-gradient(145deg,rgba(18,22,25,.92),rgba(40,47,51,.86));
}
.service-card::before,
.service-card:nth-child(2)::before,
.service-card:nth-child(3)::before,
.service-card:nth-child(4)::before,
.service-card:nth-child(5)::before,
.service-card:nth-child(6)::before,
.price-card::before,
.price-card:nth-child(2)::before,
.price-card:nth-child(3)::before{
    background:radial-gradient(circle,rgba(123,214,0,.32),rgba(123,214,0,.08) 46%,transparent 72%);
}
.price-card{background:rgba(255,255,255,.07)}
.price-card a,
.portfolio-body p,
.content-kit-card p,
.hero-video-caption small,
.strip-grid strong,
.mock-hero small{color:#8fe600}
.portfolio-body span,
.content-kit-card span,
.subscription-card p,
.subscription-intro p{color:var(--muted)}
.hero-video-frame{
    border-color:rgba(255,255,255,.14);
    box-shadow:0 30px 90px rgba(0,0,0,.36);
}
.hero-video-caption strong,
.hero-video-tags b,
.contact-card strong{color:#fff}
input,select,textarea{
    background:rgba(255,255,255,.08);
    border-color:rgba(255,255,255,.14);
    color:#fff;
}
input::placeholder,textarea::placeholder{color:#7f878b}
input:focus,select:focus,textarea:focus{
    border-color:#7bd600;
    box-shadow:0 0 0 4px rgba(123,214,0,.16);
}
.subscription-card.featured{
    background:#f3f5f2;
    color:#202529;
}
.subscription-card.featured p{color:#5f6669}
.popular-label,
.subscription-card li::before,
.status-dot,
.success-dot{
    background:#7bd600;
    color:#202529;
}
#processo .step b,
.step b{
    background:#7bd600;
    color:#202529;
    box-shadow:0 14px 30px rgba(123,214,0,.22);
}
#processo .steps::before{background:linear-gradient(180deg,#7bd600,rgba(255,255,255,.25),#7bd600)}
code{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#e9eeee}
@media(max-width:760px){
    .nav-links{background:#202529;border-color:rgba(255,255,255,.12)}
}

/* Dark theme readability fixes */
.character-content-section .section-head h2,
.character-content-section .section-head p:not(.badge),
.character-content-section .content-kit-card h3,
#processo .step h3,
.price-card h3,
.price-card strong,
.price-card p{
    color:#f5f7f7;
}
.character-content-section .section-head p:not(.badge),
.character-content-section .content-kit-card span,
#processo .step p,
.price-card p{
    color:#c2c8ca;
}
.content-kit-card,
.content-kit-card.featured{
    background:linear-gradient(145deg,rgba(24,29,32,.94),rgba(43,50,54,.88));
    border-color:rgba(255,255,255,.14);
    color:#f5f7f7;
    box-shadow:0 18px 54px rgba(0,0,0,.26);
}
.content-kit-card > div:last-child{
    background:rgba(0,0,0,.10);
}
.content-kit-card p,
.content-kit-card.featured p{
    color:#8fe600;
}
.content-kit-card.featured span{
    color:#c2c8ca;
}
.content-kit-visual,
.content-kit-visual.support{
    background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
}
.content-kit-visual.offer{
    background:linear-gradient(145deg,#151a1d,#252c30);
}
.price-card a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 16px;
    border:1px solid rgba(123,214,0,.45);
    border-radius:999px;
    background:#7bd600;
    color:#202529!important;
    box-shadow:0 14px 30px rgba(123,214,0,.20);
}
.price-card a:hover{
    background:#95e000;
    color:#202529!important;
    transform:translateX(4px) translateY(-1px);
}
.price-card:nth-child(2) a{
    background:#7bd600;
    color:#202529!important;
    border-color:#7bd600;
}
#processo .step{
    background:linear-gradient(145deg,rgba(24,29,32,.92),rgba(43,50,54,.84));
    border-color:rgba(255,255,255,.14);
    box-shadow:0 18px 54px rgba(0,0,0,.24);
}
#processo .step::before,
#processo .step:nth-child(2)::before,
#processo .step:nth-child(3)::before,
#processo .step:nth-child(4)::before{
    background:radial-gradient(circle,rgba(123,214,0,.16),transparent 70%);
}
#processo .step:hover{
    border-color:rgba(123,214,0,.35);
    box-shadow:0 26px 70px rgba(0,0,0,.30);
}
#processo .step b,
#processo .step:nth-child(2) b,
#processo .step:nth-child(3) b,
#processo .step:nth-child(4) b{
    background:#7bd600;
    color:#202529;
}
label{
    color:#e8eeee;
}
.contact-card a,
.contact-card span{
    color:#c2c8ca;
}

/* Instagram section final dark contrast */
.character-content-section{
    position:relative;
    overflow:hidden;
    background:linear-gradient(180deg,rgba(28,33,36,.92),rgba(32,37,41,.96))!important;
}
.character-content-section::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.24;
    background-image:
        radial-gradient(circle,rgba(255,255,255,.22) 1px,transparent 1.5px),
        linear-gradient(32deg,transparent 0 49.6%,rgba(255,255,255,.14) 50%,transparent 50.4% 100%);
    background-size:42px 42px,420px 260px;
}
.character-content-section .container{
    position:relative;
    z-index:1;
}
.character-content-section .section-head{
    padding:28px 28px 8px;
    border-radius:28px;
    background:rgba(0,0,0,.18);
    border:1px solid rgba(255,255,255,.10);
    box-shadow:0 20px 70px rgba(0,0,0,.18);
}
.character-content-section .section-head h2{
    color:#fff!important;
    text-shadow:0 2px 18px rgba(0,0,0,.35);
}
.character-content-section .section-head p:not(.badge){
    color:#d4dada!important;
}
.character-content-section .content-kit-card,
.character-content-section .content-kit-card.featured{
    overflow:hidden;
    background:linear-gradient(180deg,rgba(47,55,59,.96),rgba(38,45,49,.96))!important;
    border:1px solid rgba(255,255,255,.12);
}
.character-content-section .content-kit-visual,
.character-content-section .content-kit-visual.offer,
.character-content-section .content-kit-visual.support{
    margin:0;
    background:linear-gradient(180deg,rgba(55,64,68,.96),rgba(47,55,59,.96))!important;
    border:0;
    box-shadow:none;
}
.character-content-section .content-kit-visual::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-1px;
    height:28px;
    background:linear-gradient(180deg,rgba(47,55,59,0),rgba(47,55,59,.96));
    pointer-events:none;
    z-index:1;
}
.character-content-section .content-kit-card > div:last-child{
    margin-top:-1px;
    background:linear-gradient(180deg,rgba(47,55,59,.96),rgba(38,45,49,.96))!important;
}
.character-content-section .content-kit-card h3{
    color:#fff!important;
}
.character-content-section .content-kit-card span{
    color:#d3d9db!important;
}

/* Instagram header aligned with card grid */
.character-content-section .section-head{
    max-width:none;
    width:100%;
    display:grid;
    grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);
    grid-template-areas:"badge text" "title text";
    column-gap:42px;
    row-gap:10px;
    align-items:center;
    text-align:left;
    margin:0 0 34px;
    padding:30px 34px;
}
.character-content-section .section-head .badge{
    grid-area:badge;
    justify-self:start;
    margin:0;
}
.character-content-section .section-head h2{
    grid-area:title;
    margin:0;
    max-width:640px;
}
.character-content-section .section-head p:not(.badge){
    grid-area:text;
    max-width:560px;
    justify-self:end;
    margin:0;
}
@media(max-width:860px){
    .character-content-section .section-head{
        grid-template-columns:1fr;
        grid-template-areas:"badge" "title" "text";
        text-align:left;
        padding:26px;
    }
    .character-content-section .section-head p:not(.badge){
        justify-self:start;
        max-width:100%;
    }
}

/* Dark native select dropdowns */
select{
    background-color:rgba(255,255,255,.08);
    color:#f5f7f7;
    color-scheme:dark;
}
select option,
select optgroup{
    background:#2f363a;
    color:#f5f7f7;
}
select option:checked,
select option:hover{
    background:#7bd600;
    color:#202529;
}
select:invalid,
select option[value=""]{
    color:#c2c8ca;
}

/* Unified order card */
.order-shell{
    position:relative;
    overflow:hidden;
    padding:34px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:34px;
    background:linear-gradient(145deg,rgba(24,29,32,.94),rgba(43,50,54,.86));
    box-shadow:0 30px 90px rgba(0,0,0,.32);
}
.order-shell::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.18;
    background-image:
        radial-gradient(circle,rgba(255,255,255,.26) 1px,transparent 1.5px),
        linear-gradient(32deg,transparent 0 49.7%,rgba(255,255,255,.15) 50%,transparent 50.4% 100%);
    background-size:38px 38px,420px 260px;
}
.order-shell > .order-grid{
    position:relative;
    z-index:1;
}
.order-shell .order-info h2,
.order-shell .order-info p:not(.badge){
    color:#fff;
}
.order-shell .order-info p:not(.badge){
    color:#c2c8ca;
}
.order-shell .order-form,
.order-shell .contact-card{
    background:rgba(255,255,255,.06);
    border-color:rgba(255,255,255,.12);
    box-shadow:none;
}
.order-shell .contact-card{
    backdrop-filter:blur(10px);
}
@media(max-width:760px){
    .order-shell{
        padding:18px;
        border-radius:26px;
    }
}

/* Custom dark selects */
.select-wrap{
    position:relative;
    display:block;
    width:100%;
}
.select-wrap::after{
    content:"";
    position:absolute;
    right:16px;
    top:50%;
    width:9px;
    height:9px;
    border-right:2px solid #7bd600;
    border-bottom:2px solid #7bd600;
    transform:translateY(-65%) rotate(45deg);
    pointer-events:none;
}
.dark-select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    padding-right:46px;
    background:rgba(255,255,255,.08)!important;
    border-color:rgba(255,255,255,.16)!important;
    color:#f5f7f7!important;
}
.dark-select::-ms-expand{display:none}
.dark-select:focus{
    border-color:#7bd600!important;
    box-shadow:0 0 0 4px rgba(123,214,0,.16)!important;
}

/* Desktop hero video: tall portrait format */
@media(min-width:981px){
    .container.hero-grid{
        width:min(1240px,calc(100% - 56px));
    }
    .hero-grid{
        grid-template-columns:minmax(390px,.88fr) minmax(420px,.82fr);
        gap:72px;
        align-items:center;
    }
    .hero-panel{
        justify-self:center;
        width:min(520px,100%);
    }
    .hero-video-frame{
        aspect-ratio:4 / 5;
        width:100%;
        height:auto;
        min-height:0;
        max-height:min(720px,72vh);
        border-radius:34px;
    }
    .hero-video-frame .character-video{
        object-fit:cover;
        object-position:center center;
    }
}
@media(min-width:1180px){
    .hero-video-frame{
        height:auto;
        max-height:min(760px,74vh);
    }
}

/* Mobile hero video caption readability */
@media(max-width:980px){
    .hero-video-card{
        background:linear-gradient(180deg,rgba(28,33,36,.96),rgba(35,42,45,.94))!important;
        border:1px solid rgba(255,255,255,.12);
        box-shadow:0 24px 70px rgba(0,0,0,.30);
    }
    .hero-video-caption{
        display:grid;
        gap:16px;
        padding:16px 4px 4px;
    }
    .hero-video-caption small{
        color:#8fe600!important;
        margin-bottom:8px;
    }
    .hero-video-caption strong{
        color:#fff!important;
        font-size:24px;
        line-height:1.08;
        letter-spacing:-.035em;
    }
    .hero-video-tags{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:8px;
    }
    .hero-video-tags span{
        background:rgba(255,255,255,.07)!important;
        border:1px solid rgba(255,255,255,.12)!important;
        color:#cdd4d6!important;
        min-height:64px;
        padding:11px 10px;
        border-radius:16px;
    }
    .hero-video-tags b{
        color:#fff!important;
        font-size:19px;
    }
}
@media(max-width:520px){
    .hero-video-card{
        padding:12px;
        border-radius:26px;
    }
    .hero-video-frame{
        border-radius:20px;
    }
    .hero-video-caption{
        padding:14px 2px 2px;
    }
    .hero-video-caption strong{
        font-size:22px;
    }
    .hero-video-tags{
        grid-template-columns:1fr;
    }
    .hero-video-tags span{
        min-height:52px;
    }
}

/* Keep green glow only on green action elements */
.brand-mark,
.nav-links .nav-cta,
.btn-dark,
.price-card a,
.popular-label,
.subscription-card li::before,
.status-dot,
.success-dot,
#processo .step b,
.step b{
    box-shadow:0 14px 34px rgba(123,214,0,.24)!important;
}
.nav-links .nav-cta,
.btn-dark,
.price-card a,
.popular-label,
.subscription-card li::before,
.status-dot,
.success-dot,
#processo .step b,
.step b{
    background:#7bd600;
}
.nav-links .nav-cta:hover,
.btn-dark:hover,
.price-card a:hover{
    background:#95e000;
}

/* Keep card depth shadows black */
.service-card,
.portfolio-card,
.price-card,
.links-card,
.order-form,
.contact-card,
.step,
.message-card,
.content-kit-card,
.order-shell,
.hero-video-frame,
.subscription-card,
.subscription-intro article,
.hero-video-card{
    box-shadow:0 24px 70px rgba(0,0,0,.28)!important;
}
.service-card:hover,
.portfolio-card:hover,
.price-card:hover,
.content-kit-card:hover,
#processo .step:hover{
    box-shadow:0 30px 90px rgba(0,0,0,.34)!important;
}
.subscription-card.featured{
    box-shadow:0 30px 90px rgba(0,0,0,.30)!important;
}

/* Remove decorative random ellipse glows */
.service-card::before,
.service-card::after,
.price-card::before,
.price-card::after,
#processo .process-copy::before,
#processo .process-copy::after,
#processo .step::before,
.character-showcase::before,
.character-showcase::after,
.content-kit-visual::before,
.content-kit-visual::after,
.order-shell::before,
.character-content-section::before,
.hero-video-frame::after{
    display:none!important;
    content:none!important;
}

/* Remove golden tint from featured subscription */
.subscription-card.featured{
    background:linear-gradient(145deg,rgba(24,29,32,.96),rgba(43,50,54,.90))!important;
    color:#f5f7f7!important;
    border-color:rgba(255,255,255,.14)!important;
    box-shadow:0 30px 90px rgba(0,0,0,.30)!important;
}
.subscription-card.featured h3,
.subscription-card.featured strong,
.subscription-card.featured li{
    color:#f5f7f7!important;
}
.subscription-card.featured p{
    color:#c2c8ca!important;
}
.subscription-card.featured .popular-label{
    background:#7bd600!important;
    color:#202529!important;
    box-shadow:0 10px 24px rgba(123,214,0,.22)!important;
}

/* Subtle gold glow only for featured subscription */
.subscription-card.featured{
    border-color:rgba(255,204,92,.30)!important;
    box-shadow:0 26px 90px rgba(255,190,72,.16),0 24px 70px rgba(0,0,0,.28)!important;
}
.subscription-card.featured::after{
    content:"";
    position:absolute;
    inset:-1px;
    border-radius:inherit;
    pointer-events:none;
    background:linear-gradient(135deg,rgba(255,204,92,.22),transparent 34%,transparent 70%,rgba(255,204,92,.10));
    opacity:.55;
}
.subscription-card.featured > *{
    position:relative;
    z-index:1;
}

/* Featured Business package */
.price-card.featured-price{
    position:relative;
    border-color:rgba(255,204,92,.34)!important;
    background:linear-gradient(145deg,rgba(24,29,32,.96),rgba(43,50,54,.90))!important;
    box-shadow:0 26px 90px rgba(255,190,72,.16),0 24px 70px rgba(0,0,0,.28)!important;
}
.price-card.featured-price::after{
    content:"";
    position:absolute;
    inset:-1px;
    border-radius:inherit;
    pointer-events:none;
    background:linear-gradient(135deg,rgba(255,204,92,.24),transparent 34%,transparent 70%,rgba(255,204,92,.10));
    opacity:.58;
}
.price-card.featured-price > *{
    position:relative;
    z-index:1;
}
.price-card.featured-price:hover{
    transform:translateY(-8px) scale(1.015)!important;
    border-color:rgba(255,204,92,.55)!important;
    box-shadow:0 34px 105px rgba(255,190,72,.20),0 30px 90px rgba(0,0,0,.34)!important;
}
.price-popular{
    display:inline-flex;
    margin-bottom:18px;
    background:rgba(255,204,92,.95)!important;
    color:#202529!important;
    box-shadow:0 10px 26px rgba(255,190,72,.20)!important;
}
.price-card.featured-price a{
    box-shadow:0 14px 34px rgba(123,214,0,.24)!important;
}

/* Subscription cards hover animation */
.subscription-card{
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
    will-change:transform;
}
.subscription-card:hover{
    transform:translateY(-8px) scale(1.015);
    border-color:rgba(255,255,255,.22)!important;
    box-shadow:0 30px 90px rgba(0,0,0,.34)!important;
}
.subscription-card.featured:hover{
    transform:translateY(-18px) scale(1.018);
    border-color:rgba(255,204,92,.58)!important;
    box-shadow:0 34px 105px rgba(255,190,72,.20),0 30px 90px rgba(0,0,0,.34)!important;
}
.subscription-card .btn{
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.subscription-card:hover .btn{
    transform:translateY(-1px);
}
.subscription-card:not(.featured):hover .btn-light{
    border-color:rgba(123,214,0,.45);
    box-shadow:0 14px 34px rgba(123,214,0,.16);
}
@media(max-width:980px){
    .subscription-card.featured:hover,
    .subscription-card:hover{
        transform:translateY(-6px);
    }
}

/* Gold label for featured subscription */
.subscription-card.featured > .popular-label{
    background:rgba(255,204,92,.95)!important;
    color:#202529!important;
    border:1px solid rgba(255,204,92,.55)!important;
    box-shadow:0 10px 26px rgba(255,190,72,.22)!important;
}

/* Process steps use character icons, no red background */
#processo .steps::before{
    background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.28),rgba(255,255,255,.12))!important;
    box-shadow:none!important;
}
#processo .step{
    background:linear-gradient(145deg,rgba(24,29,32,.94),rgba(40,47,51,.88))!important;
}
#processo .step b,
#processo .step:nth-child(2) b,
#processo .step:nth-child(3) b,
#processo .step:nth-child(4) b{
    overflow:hidden;
    background:rgba(255,255,255,.08)!important;
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 12px 28px rgba(0,0,0,.28)!important;
}
#processo .step b img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    padding:0;
}
#processo .step:hover b{
    border-color:rgba(123,214,0,.42);
}

/* Process panel alignment and green CTA */
#processo .process-grid{
    align-items:stretch!important;
}
#processo .process-copy{
    position:sticky;
    top:112px;
    height:100%;
    min-height:100%;
    display:flex;
    flex-direction:column;
}
#processo .process-copy .btn{
    margin-top:auto;
    background:#7bd600!important;
    color:#202529!important;
    border-color:#7bd600!important;
    box-shadow:0 14px 34px rgba(123,214,0,.24)!important;
}
#processo .process-copy .btn:hover{
    background:#95e000!important;
    color:#202529!important;
    box-shadow:0 18px 42px rgba(123,214,0,.28)!important;
}
@media(max-width:980px){
    #processo .process-copy{
        position:relative;
        top:auto;
        height:auto;
        min-height:0;
    }
}

/* Final process: no red glow */
#processo .steps::before{
    background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.24),rgba(255,255,255,.10))!important;
    box-shadow:none!important;
}
#processo .step,
#processo .step:hover{
    box-shadow:0 24px 70px rgba(0,0,0,.30)!important;
    border-color:rgba(255,255,255,.14)!important;
}
#processo .step:hover{
    transform:translateX(8px) translateY(-3px);
    border-color:rgba(123,214,0,.34)!important;
}
#processo .step::before,
#processo .step::after{
    display:none!important;
    content:none!important;
    background:none!important;
    box-shadow:none!important;
}

/* Order info richer copy */
.order-extra-text{
    margin-top:14px;
}
.order-highlights{
    display:grid;
    gap:10px;
    margin-top:22px;
}
.order-highlights span{
    position:relative;
    display:flex;
    align-items:center;
    gap:10px;
    min-height:42px;
    padding:10px 13px 10px 38px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:15px;
    background:rgba(255,255,255,.06);
    color:#e8eeee;
    font-size:14px;
    font-weight:800;
}
.order-highlights span::before{
    content:"";
    position:absolute;
    left:14px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#7bd600;
    box-shadow:0 0 18px rgba(123,214,0,.26);
}
@media(max-width:760px){
    .order-highlights span{
        font-size:13px;
    }
}

/* Process copy richer content */
.process-extra-text{
    margin-top:14px;
    color:#c2c8ca!important;
}
.process-highlights{
    display:grid;
    gap:10px;
    margin:24px 0 28px;
}
.process-highlights span{
    position:relative;
    min-height:42px;
    display:flex;
    align-items:center;
    padding:10px 13px 10px 38px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:15px;
    background:rgba(255,255,255,.06);
    color:#e8eeee;
    font-size:14px;
    font-weight:800;
}
.process-highlights span::before{
    content:"";
    position:absolute;
    left:14px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#7bd600;
    box-shadow:0 0 18px rgba(123,214,0,.26);
}
#processo .process-copy .btn{
    width:100%;
}
@media(max-width:760px){
    .process-highlights span{
        font-size:13px;
    }
}

/* Simple extra copy spacing */
.order-extra-text,
.process-extra-text{
    margin-top:14px;
    color:#c2c8ca!important;
}
#processo .process-copy .btn{
    width:100%;
}

/* Fullscreen welcome intro */
body.intro-locked{
    overflow:hidden;
}
.site-intro{
    position:fixed;
    inset:0;
    z-index:9999;
    display:grid;
    place-items:center;
    min-height:100vh;
    overflow:hidden;
    background:#101416;
    color:#fff;
    transition:opacity .55s ease, visibility .55s ease;
}
.site-intro.is-hiding{
    opacity:0;
    visibility:hidden;
}
.site-intro-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    filter:saturate(.88) contrast(1.08) brightness(.58);
    transform:scale(1.03);
}
.site-intro-shade{
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 50% 38%,rgba(255,255,255,.08),transparent 22rem),
        linear-gradient(180deg,rgba(16,20,22,.70),rgba(16,20,22,.92));
}
.site-intro-content{
    position:relative;
    z-index:1;
    width:min(920px,calc(100% - 40px));
    display:grid;
    justify-items:center;
    text-align:center;
    gap:24px;
}
.site-intro-kicker{
    margin:0;
    color:#7bd600;
    font-size:12px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.site-intro-text{
    min-height:2.25em;
    max-width:900px;
    margin:0;
    color:#fff;
    font-size:clamp(38px,6vw,82px);
    line-height:.98;
    letter-spacing:-.065em;
    text-shadow:0 20px 70px rgba(0,0,0,.48);
}
.site-intro-text::after{
    content:"";
    display:inline-block;
    width:.08em;
    height:.78em;
    margin-left:.08em;
    background:#7bd600;
    animation:introCursor .8s steps(2,end) infinite;
    vertical-align:-.08em;
}
.site-intro.is-ready .site-intro-text::after{
    display:none;
}
.site-intro-button{
    min-height:52px;
    padding:14px 24px;
    border:0;
    border-radius:999px;
    background:#7bd600;
    color:#202529;
    font-weight:900;
    cursor:pointer;
    opacity:0;
    transform:translateY(10px);
    pointer-events:none;
    box-shadow:0 18px 42px rgba(123,214,0,.26);
    transition:opacity .25s ease, transform .25s ease, background .2s ease;
}
.site-intro.is-ready .site-intro-button{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
}
.site-intro-button:hover{
    background:#95e000;
    transform:translateY(-2px);
}
@keyframes introCursor{
    0%,45%{opacity:1}
    46%,100%{opacity:0}
}
@media(max-width:760px){
    .site-intro-content{
        justify-items:start;
        text-align:left;
    }
    .site-intro-text{
        font-size:clamp(36px,12vw,58px);
    }
}

/* Final cleanup: no red random dots, readable strip */
body::before{
    background-image:
        radial-gradient(circle,rgba(255,255,255,.16) 1px,transparent 1.6px),
        linear-gradient(28deg,transparent 0 49.7%,rgba(255,255,255,.055) 50%,transparent 50.35% 100%)!important;
    background-size:42px 42px,520px 320px!important;
    opacity:.18!important;
}
body{
    background:
        radial-gradient(circle at 52% 34%,rgba(255,255,255,.055),transparent 18rem),
        linear-gradient(180deg,#202529 0%,#1f2428 100%)!important;
}
.strip{
    padding:26px 0!important;
    background:#1c2225!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
}
.strip-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:14px!important;
}
.strip-grid div{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:14px!important;
    min-height:76px!important;
    padding:18px 20px!important;
    border:1px solid rgba(255,255,255,.11)!important;
    border-radius:20px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
    box-shadow:0 18px 44px rgba(0,0,0,.22)!important;
}
.strip-grid strong{
    display:grid!important;
    place-items:center!important;
    width:42px!important;
    height:42px!important;
    flex:0 0 42px!important;
    border-radius:14px!important;
    background:rgba(123,214,0,.13)!important;
    border:1px solid rgba(123,214,0,.35)!important;
    color:#7bd600!important;
    font-size:14px!important;
    font-weight:950!important;
}
.strip-grid span{
    color:#f4f7f7!important;
    font-size:15px!important;
    font-weight:900!important;
    line-height:1.25!important;
}
@media(max-width:980px){
    .strip-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:640px){
    .strip-grid{grid-template-columns:1fr!important;}
    .strip-grid div{min-height:68px!important;}
}

/* Brand mark as character image */
.brand-mark-image{
    overflow:hidden!important;
    padding:0!important;
    background:rgba(123,214,0,.12)!important;
    border:1px solid rgba(123,214,0,.38)!important;
    box-shadow:0 12px 30px rgba(123,214,0,.20)!important;
}
.brand-mark-image img{
    width:118%!important;
    height:118%!important;
    object-fit:contain!important;
    object-position:center bottom!important;
    display:block!important;
    transform:translateY(3px)!important;
}

/* Center character inside brand mark */
.brand-mark-image{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
}
.brand-mark-image img{
    width:88%!important;
    height:88%!important;
    object-fit:contain!important;
    object-position:center center!important;
    transform:none!important;
}

/* Dark mobile menu button */
.nav-toggle{
    background:rgba(255,255,255,.06)!important;
    border:1px solid rgba(255,255,255,.14)!important;
    box-shadow:0 12px 28px rgba(0,0,0,.22)!important;
}
.nav-toggle span{
    background:#7bd600!important;
}
.nav-toggle:hover,
.nav-toggle:focus-visible{
    background:rgba(123,214,0,.10)!important;
    border-color:rgba(123,214,0,.42)!important;
    box-shadow:0 14px 34px rgba(123,214,0,.16),0 12px 30px rgba(0,0,0,.22)!important;
}

/* Font Awesome integration */
.btn{
    gap:10px!important;
}
.btn i,
.profile-links a i,
.hero-points span i,
.contact-card strong i{
    flex:0 0 auto;
}
.hero-points span{
    display:inline-flex!important;
    align-items:center!important;
    gap:8px!important;
}
.hero-points span i,
.profile-links a i,
.contact-card strong i{
    color:#7bd600!important;
}
.service-card .service-icon{
    font-size:22px!important;
}
.service-card .service-icon i{
    line-height:1!important;
}
.strip-grid strong i{
    font-size:17px!important;
    line-height:1!important;
}
.profile-links a{
    display:inline-flex!important;
    align-items:center!important;
    gap:9px!important;
}
.contact-card strong{
    display:inline-flex!important;
    align-items:center!important;
    gap:9px!important;
}
.nav-toggle{
    display:none;
    place-items:center!important;
    color:#7bd600!important;
    font-size:20px!important;
}
.nav-toggle i{
    line-height:1!important;
}
@media(max-width:760px){
    .nav-toggle{display:grid!important;}
}

/* Spacing for newly added navigation and CTA icons */
.nav-links a,
.footer-links a,
.price-card a{
    display:inline-flex!important;
    align-items:center!important;
    gap:8px!important;
}
.nav-links a i,
.footer-links a i,
.price-card a i{
    flex:0 0 auto!important;
    line-height:1!important;
}
.nav-links a:not(.nav-cta) i,
.footer-links a i{
    color:#7bd600!important;
}
.nav-cta i,
.price-card a i{
    font-size:.92em!important;
}

/* Extra motion and premium shine */
:root{
    --shine:linear-gradient(115deg,transparent 0%,transparent 34%,rgba(255,255,255,.18) 45%,rgba(255,255,255,.34) 50%,rgba(255,255,255,.12) 56%,transparent 68%,transparent 100%);
}
.service-card,
.portfolio-card,
.price-card,
.subscription-card,
.content-kit-card,
.step,
.order-shell,
.hero-video-card,
.subscription-intro article,
.contact-card{
    position:relative;
    overflow:hidden;
}
.service-card::after,
.portfolio-card::after,
.price-card::before,
.subscription-card::before,
.content-kit-card::after,
.step::after,
.order-shell::after,
.hero-video-card::after,
.subscription-intro article::after,
.contact-card::after{
    content:"";
    position:absolute;
    inset:-45% -75%;
    z-index:0;
    pointer-events:none;
    background:var(--shine);
    opacity:0;
    transform:translateX(-55%) rotate(0.001deg);
    transition:opacity .25s ease, transform .75s cubic-bezier(.2,.8,.2,1);
}
.service-card:hover::after,
.portfolio-card:hover::after,
.price-card:hover::before,
.subscription-card:hover::before,
.content-kit-card:hover::after,
.step:hover::after,
.order-shell:hover::after,
.hero-video-card:hover::after,
.subscription-intro article:hover::after,
.contact-card:hover::after{
    opacity:1;
    transform:translateX(55%) rotate(0.001deg);
}
.service-card > *,
.portfolio-card > *,
.price-card > *,
.subscription-card > *,
.content-kit-card > *,
.step > *,
.order-shell > *,
.hero-video-card > *,
.subscription-intro article > *,
.contact-card > *{
    position:relative;
    z-index:1;
}
.hero-video-card{
    animation:floatSoft 7s ease-in-out infinite;
}
.brand-mark-image{
    animation:brandPulse 3.8s ease-in-out infinite;
}
.btn-dark,
.nav-cta,
.site-intro-button{
    animation:greenBreath 3.4s ease-in-out infinite;
}
.btn:hover i,
.nav-links a:hover i,
.footer-links a:hover i,
.price-card a:hover i{
    animation:iconKick .42s ease both;
}
.hero-points span,
.strip-grid div,
.profile-links a{
    transition:transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.hero-points span:hover,
.strip-grid div:hover,
.profile-links a:hover{
    transform:translateY(-3px);
    border-color:rgba(123,214,0,.42)!important;
    box-shadow:0 18px 45px rgba(0,0,0,.25),0 10px 28px rgba(123,214,0,.10)!important;
}
.service-card .service-icon,
.strip-grid strong,
#processo .step b{
    transition:transform .25s ease, box-shadow .25s ease;
}
.service-card:hover .service-icon,
.strip-grid div:hover strong,
#processo .step:hover b{
    transform:scale(1.08) rotate(-3deg);
    box-shadow:0 14px 34px rgba(123,214,0,.20)!important;
}
.popular-label,
.price-popular{
    animation:labelGlow 2.8s ease-in-out infinite;
}
.portfolio-card img,
.content-kit-visual img,
.character-video{
    transition:transform .7s cubic-bezier(.2,.8,.2,1), filter .35s ease;
}
.portfolio-card:hover img,
.content-kit-card:hover .content-kit-visual img,
.hero-video-card:hover .character-video{
    transform:scale(1.045);
    filter:saturate(1.08) contrast(1.04);
}
.reveal.visible{
    animation:revealPop .72s cubic-bezier(.2,.9,.2,1) both;
}
@keyframes floatSoft{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-10px)}
}
@keyframes brandPulse{
    0%,100%{box-shadow:0 12px 30px rgba(123,214,0,.20)!important;transform:translateY(0)}
    50%{box-shadow:0 16px 42px rgba(123,214,0,.34)!important;transform:translateY(-1px)}
}
@keyframes greenBreath{
    0%,100%{box-shadow:0 18px 42px rgba(123,214,0,.22),0 16px 34px rgba(0,0,0,.18)}
    50%{box-shadow:0 24px 58px rgba(123,214,0,.34),0 18px 42px rgba(0,0,0,.22)}
}
@keyframes iconKick{
    0%{transform:translateX(0) scale(1)}
    45%{transform:translateX(3px) scale(1.12)}
    100%{transform:translateX(0) scale(1)}
}
@keyframes labelGlow{
    0%,100%{filter:brightness(1);transform:translateY(0)}
    50%{filter:brightness(1.12);transform:translateY(-1px)}
}
@keyframes revealPop{
    0%{opacity:0;transform:translateY(18px) scale(.985)}
    65%{opacity:1;transform:translateY(-2px) scale(1.005)}
    100%{opacity:1;transform:translateY(0) scale(1)}
}
@media(prefers-reduced-motion:reduce){
    *,*::before,*::after{
        animation:none!important;
        transition:none!important;
        scroll-behavior:auto!important;
    }
}

/* Ensure shine layers override old disabled decorative layers */
.service-card::after,
.portfolio-card::after,
.price-card::before,
.subscription-card::before,
.content-kit-card::after,
.step::after,
.order-shell::after,
.hero-video-card::after,
.subscription-intro article::after,
.contact-card::after{
    display:block!important;
}

/* Calm order form fields: no red/green glow */
.order-form input,
.order-form textarea,
.order-form select,
.order-form .dark-select{
    box-shadow:none!important;
    accent-color:#dfe5e5!important;
}
.order-form input:focus,
.order-form textarea:focus,
.order-form select:focus,
.order-form .dark-select:focus{
    border-color:rgba(255,255,255,.34)!important;
    box-shadow:0 0 0 3px rgba(255,255,255,.08)!important;
    background:rgba(255,255,255,.10)!important;
}
.order-form input:valid,
.order-form textarea:valid,
.order-form select:valid,
.order-form input:invalid,
.order-form textarea:invalid,
.order-form select:invalid{
    border-color:rgba(255,255,255,.16)!important;
    box-shadow:none!important;
}
.order-form input:focus:valid,
.order-form textarea:focus:valid,
.order-form select:focus:valid,
.order-form input:focus:invalid,
.order-form textarea:focus:invalid,
.order-form select:focus:invalid{
    border-color:rgba(255,255,255,.34)!important;
    box-shadow:0 0 0 3px rgba(255,255,255,.08)!important;
}

/* Footer links readable hover state */
.footer-links a{
    color:#dce3e3!important;
    background:rgba(255,255,255,.04)!important;
    border:1px solid rgba(255,255,255,.10)!important;
}
.footer-links a:hover,
.footer-links a:focus-visible{
    color:#ffffff!important;
    background:rgba(123,214,0,.10)!important;
    border-color:rgba(123,214,0,.42)!important;
    box-shadow:0 14px 34px rgba(123,214,0,.12),0 12px 28px rgba(0,0,0,.22)!important;
}
.footer-links a:hover i,
.footer-links a:focus-visible i{
    color:#7bd600!important;
}
/* SEO architecture and multi-page layout */
[hidden]{display:none!important}
.skip-link{
    position:fixed;
    top:10px;
    left:10px;
    z-index:9999;
    padding:11px 15px;
    color:#121715;
    background:#7bd600;
    border-radius:6px;
    font-weight:900;
    transform:translateY(-160%);
    transition:transform .18s ease;
}
.skip-link:focus{transform:translateY(0)}
.nav{position:relative}
.nav-links a.active,
.nav-links a[aria-current="page"]{
    color:#fff!important;
    background:rgba(123,214,0,.12)!important;
    border:1px solid rgba(123,214,0,.34);
}
.nav-links a:focus-visible,
.footer-links a:focus-visible,
.btn:focus-visible,
.card-link:focus-visible,
.text-link:focus-visible{
    outline:3px solid rgba(123,214,0,.55);
    outline-offset:3px;
}
.card-link,
.text-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#9bea31!important;
    font-weight:900;
}
.service-card .card-link{margin-top:20px}
.card-link:hover,
.text-link:hover{color:#fff!important}
.section-action{display:flex;justify-content:center;margin-top:34px}
.footer-bottom{
    margin-top:28px;
    padding-top:22px;
    border-top:1px solid rgba(255,255,255,.08);
    color:#9da7a8;
}
.footer-grid>div:first-child{max-width:520px}
.footer-grid>div:first-child>p{color:#aeb7b8!important}
.privacy-consent{
    display:grid!important;
    grid-template-columns:20px 1fr!important;
    align-items:start!important;
    gap:11px!important;
    color:#d9dfdf!important;
    line-height:1.55;
    font-size:13px;
}
.privacy-consent input{
    width:18px!important;
    height:18px!important;
    min-height:18px!important;
    margin:2px 0 0!important;
    padding:0!important;
    accent-color:#7bd600!important;
    box-shadow:none!important;
}
.privacy-consent a{color:#a9ee4a;text-decoration:underline;text-underline-offset:3px}

.breadcrumbs{padding-top:24px}
.breadcrumbs ol{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    padding:0;
    margin:0;
    list-style:none;
    color:#aeb7b8;
    font-size:13px;
    font-weight:800;
}
.breadcrumbs li{display:inline-flex;align-items:center;gap:8px}
.breadcrumbs li:not(:last-child)::after{content:"/";color:rgba(255,255,255,.25)}
.breadcrumbs a:hover{color:#9bea31}

.inner-page main{min-height:70vh}
.page-hero{padding:68px 0 92px}
.page-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);
    gap:70px;
    align-items:center;
}
.page-hero h1{
    max-width:900px;
    margin-bottom:26px;
    color:#fff;
    font-size:clamp(48px,6vw,78px);
}
.page-hero p:not(.badge){
    max-width:760px;
    color:#b9c2c3;
    font-size:19px;
}
.page-character{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:420px;
}
.page-character img{
    width:min(440px,100%);
    height:auto;
    filter:drop-shadow(0 30px 38px rgba(0,0,0,.42));
    animation:floatSoft 7s ease-in-out infinite;
}
.detail-grid{
    display:grid;
    grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
    gap:74px;
    align-items:start;
}
.editorial-copy{position:sticky;top:116px}
.editorial-copy h2,
.split-copy h2,
.related-section h2,
.legal-content h2{color:#fff}
.editorial-copy p,
.split-copy p,
.legal-content p{color:#b9c2c3}
.editorial-copy p{font-size:17px}
.detail-list{
    border-top:1px solid rgba(255,255,255,.14);
}
.detail-list article{
    display:grid;
    grid-template-columns:58px 1fr;
    gap:20px;
    align-items:start;
    padding:25px 0;
    border-bottom:1px solid rgba(255,255,255,.14);
}
.detail-list article>span{
    display:grid;
    place-items:center;
    width:48px;
    height:48px;
    margin:0;
    border:1px solid rgba(123,214,0,.28);
    border-radius:8px;
    color:#91df24;
    background:rgba(123,214,0,.07);
    font-weight:900;
}
.detail-list h3{color:#fff;font-size:23px}
.detail-list p{margin:0;color:#b9c2c3}
.split-copy{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
}
.split-copy>div{
    padding-top:26px;
    border-top:1px solid rgba(255,255,255,.14);
}
.related-links{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}
.related-links>a{
    display:grid;
    grid-template-columns:42px 1fr;
    gap:6px 14px;
    align-items:center;
    min-height:170px;
    padding:26px;
    color:#fff;
    background:#242a2e;
    border:1px solid rgba(255,255,255,.12);
    border-radius:8px;
    box-shadow:0 22px 48px rgba(0,0,0,.28);
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.related-links>a:hover{
    transform:translateY(-5px);
    border-color:rgba(123,214,0,.42);
    box-shadow:0 28px 58px rgba(0,0,0,.38);
}
.related-links i{
    grid-row:1 / span 2;
    color:#8dde21;
    font-size:25px;
}
.related-links strong{font-size:20px}
.related-links span{color:#aeb7b8;line-height:1.55}
.cta-band{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:38px;
    padding:42px 0;
    border-top:1px solid rgba(255,255,255,.14);
    border-bottom:1px solid rgba(255,255,255,.14);
}
.cta-band h2{max-width:780px;margin-bottom:0}
.cta-band p:not(.badge){margin:12px 0 0}
.narrow{width:min(820px,calc(100% - 36px))}
.legal-hero{padding-bottom:58px}
.legal-content>section{
    padding:30px 0;
    border-top:1px solid rgba(255,255,255,.14);
}
.legal-content>section:last-child{border-bottom:1px solid rgba(255,255,255,.14)}
.legal-content h2{font-size:30px;letter-spacing:0}
.legal-content a{color:#a7ed46;text-decoration:underline;text-underline-offset:3px}
.legal-content code{
    color:#eff3f3!important;
    background:rgba(255,255,255,.07)!important;
    border-color:rgba(255,255,255,.13)!important;
}
.legal-note{
    padding-inline:22px!important;
    background:rgba(123,214,0,.055);
    border-left:3px solid #7bd600;
}
.contact-page-section{padding-top:40px}
.message-page{
    background:#202529!important;
    color:#fff!important;
}
.message-card{
    background:#252b2f!important;
    border-color:rgba(255,255,255,.12)!important;
    box-shadow:0 30px 70px rgba(0,0,0,.38)!important;
}
.message-card p{color:#b9c2c3!important}
.error-code{
    display:grid;
    place-items:center;
    width:70px;
    height:70px;
    margin:0 auto 20px;
    border:1px solid rgba(123,214,0,.35);
    border-radius:50%;
    color:#91df24;
    font-size:24px;
    font-weight:900;
}
.success-dot{
    background:rgba(123,214,0,.12)!important;
    color:#91df24!important;
    border:1px solid rgba(123,214,0,.34);
}
body.intro-locked{overflow:hidden}
.site-intro[hidden]{display:none!important}

@media(max-width:1120px){
    .nav-toggle{display:flex!important;align-items:center;justify-content:center}
    .nav-links{
        position:absolute;
        top:70px;
        left:0;
        right:0;
        display:none!important;
        flex-direction:column;
        align-items:stretch;
        gap:4px;
        max-height:calc(100vh - 96px);
        overflow:auto;
        padding:14px;
        background:#202529!important;
        border:1px solid rgba(255,255,255,.12)!important;
        border-radius:8px!important;
        box-shadow:0 24px 60px rgba(0,0,0,.42)!important;
    }
    .nav-links.open{display:flex!important}
    .nav-links a{padding:13px 14px!important}
}
@media(max-width:900px){
    .page-hero-grid,
    .detail-grid,
    .split-copy{grid-template-columns:1fr}
    .page-hero-grid{gap:28px}
    .page-character{min-height:300px}
    .page-character img{width:min(360px,84vw)}
    .editorial-copy{position:static}
    .detail-grid,.split-copy{gap:42px}
    .related-links{grid-template-columns:1fr}
    .cta-band{align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){
    .breadcrumbs{padding-top:18px}
    .page-hero{padding:44px 0 64px}
    .page-hero h1{font-size:43px;line-height:.98}
    .page-hero p:not(.badge){font-size:17px}
    .page-character{min-height:240px}
    .detail-list article{grid-template-columns:48px 1fr;gap:14px}
    .detail-list article>span{width:42px;height:42px}
    .legal-content h2{font-size:25px}
    .cta-band .btn{width:100%}
    .footer-links{display:grid!important;grid-template-columns:1fr 1fr;width:100%}
    .footer-links a{justify-content:flex-start}
}
@media (max-width: 640px) {
  .order-form,
  .order-form * {
    box-sizing: border-box;
  }

  .order-form {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .order-form .form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
  }

  .order-form label,
  .order-form input,
  .order-form textarea,
  .order-form select,
  .order-form .select-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .order-form input,
  .order-form textarea,
  .order-form select {
    font-size: 16px;
  }

  .order-form .select-wrap {
    display: block;
    position: relative;
  }

  .order-form .dark-select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 44px;
  }

  .order-form .privacy-consent {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: start;
    gap: 10px;
  }

  .order-form .privacy-consent input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }

  .order-form .privacy-consent span {
    min-width: 0;
    overflow-wrap: anywhere;
    line-height: 1.45;
  }

  .order-form .btn-full {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }
}
@media (max-width: 640px) {
  #preventivo.order-form {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 22px 16px !important;
    overflow: hidden !important;
    background-image: none !important;
  }

  #preventivo.order-form::before,
  #preventivo.order-form::after,
  .order-grid::before,
  .order-grid::after,
  .order-section::before,
  .order-section::after,
  .contact-section::before,
  .contact-section::after {
    display: none !important;
    content: none !important;
  }

  #preventivo.order-form,
  #preventivo.order-form * {
    box-sizing: border-box !important;
  }

  #preventivo .form-row {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 14px !important;
  }

  #preventivo label,
  #preventivo .select-wrap,
  #preventivo input,
  #preventivo select,
  #preventivo textarea {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #preventivo input,
  #preventivo select,
  #preventivo textarea {
    font-size: 16px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #preventivo .select-wrap {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 14px !important;
  }

  #preventivo .dark-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    padding-right: 46px !important;
  }

  #preventivo .privacy-consent {
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 10px !important;
  }

  #preventivo .privacy-consent input {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    margin-top: 3px !important;
    padding: 0 !important;
  }

  #preventivo .privacy-consent span {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    line-height: 1.45 !important;
  }

  #preventivo .btn-full {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    white-space: normal !important;
  }
}

@media (max-width: 640px) {
  .order-info,
  .process-copy,
  .contact-info,
  .info-card,
  .order-grid > * {
    overflow: visible !important;
  }

  .order-info .badge,
  .process-copy .badge,
  .contact-info .badge,
  .info-card .badge {
    margin-top: 0 !important;
    transform: none !important;
  }

  .order-info,
  .process-copy,
  .contact-info,
  .info-card {
    padding-top: 28px !important;
  }
}

@media (max-width: 640px) {
  .order-shell {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 42px !important;
    overflow: hidden !important;
    background-image: none !important;
  }

  .order-shell::before,
  .order-shell::after,
  .order-shell > .order-grid::before,
  .order-shell > .order-grid::after {
    display: none !important;
    content: none !important;
  }

  .order-shell > .order-grid,
  .order-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    align-items: start !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  .order-shell .order-info,
  .order-shell .order-form,
  .order-shell .contact-card {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
  }

  .order-shell #preventivo.order-form {
    overflow: hidden !important;
    padding-bottom: 22px !important;
  }
}

/* Anchor jump fix for mobile contact form */
#preventivo {
  scroll-margin-top: 110px;
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 92px !important;
  }

  #preventivo {
    scroll-margin-top: 92px !important;
  }

  body:has(#preventivo:target) .order-shell,
  body:has(#preventivo:target) .order-grid,
  body:has(#preventivo:target) #preventivo.order-form {
    min-height: 0 !important;
    height: auto !important;
  }
}

input.hidden-field,
.hidden-field,
#preventivo input.hidden-field {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
