:root {
    --navy: #082c57;
    --navy-2: #0f477d;
    --pink: #df0061;
    --pink-2: #ff3b86;
    --yellow: #ffd529;
    --green: #18a865;
    --ink: #15314d;
    --muted: #607589;
    --paper: #ffffff;
    --soft: #f5f8fc;
    --line: #dbe6f1;
    --shadow: 0 24px 70px rgba(8, 44, 87, .12);
    --radius: 24px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button { color: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-140%); background: #fff; color: var(--navy); padding: 10px 14px; border-radius: 9px; font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }

.site-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    height: 82px;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,.88);
    border-bottom: 1px solid rgba(8,44,87,.08);
    backdrop-filter: blur(14px);
    transition: box-shadow .25s ease, height .25s ease, background .25s ease;
}
.site-header.is-scrolled { height: 70px; box-shadow: 0 10px 34px rgba(8,44,87,.09); background: rgba(255,255,255,.96); }
.header-inner { display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: max-content; }
.brand-mark { width: 42px; height: 48px; display: grid; place-items: center; position: relative; }
.brand-mark::before { content: ""; width: 34px; height: 40px; border-radius: 50% 50% 47% 47%; background: linear-gradient(145deg, #ff4a91, var(--pink)); box-shadow: inset -7px -10px 14px rgba(130,0,50,.18), inset 6px 5px 9px rgba(255,255,255,.34); }
.brand-mark::after { content: ""; position: absolute; bottom: 2px; width: 10px; height: 9px; background: var(--pink); clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.brand-mark span { position: absolute; bottom: -5px; width: 1px; height: 10px; background: var(--navy); }
.brand-copy { line-height: 1; display: grid; gap: 3px; }
.brand-copy strong { color: var(--navy); font-size: 16px; letter-spacing: -.02em; }
.brand-copy small { color: var(--pink); font-size: 14px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.main-nav a { text-decoration: none; color: #29445e; font-size: 14px; font-weight: 760; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; border-radius: 2px; background: var(--pink); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 11px 18px; border: 0; border-radius: 13px; text-decoration: none; font-weight: 850; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-lg { min-height: 54px; padding: 14px 22px; }
.btn-primary { background: linear-gradient(135deg, var(--pink), #f32b7d); color: #fff; box-shadow: 0 14px 28px rgba(223,0,97,.22); }
.btn-secondary { color: var(--navy); background: rgba(255,255,255,.88); border: 1px solid rgba(8,44,87,.12); box-shadow: 0 10px 22px rgba(8,44,87,.08); }
.btn-whatsapp { color: #fff; background: var(--green); box-shadow: 0 12px 25px rgba(24,168,101,.22); }
.btn-whatsapp svg { width: 21px; height: 21px; fill: currentColor; }
.header-cta { padding-inline: 16px; }

.hero { position: relative; overflow: hidden; padding: 144px 0 110px; min-height: 820px; display: flex; align-items: center; background:
    radial-gradient(circle at 8% 18%, rgba(255,213,41,.20), transparent 24%),
    radial-gradient(circle at 92% 16%, rgba(223,0,97,.14), transparent 28%),
    linear-gradient(145deg, #fafdff 0%, #f4f8fc 60%, #fff8fb 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(rgba(8,44,87,.12) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, #000, transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--pink); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--yellow); border-radius: 5px; }
.hero h1, .section h2, .contact-section h2 { margin: 16px 0 22px; color: var(--navy); line-height: 1.05; letter-spacing: -.045em; }
.hero h1 { font-size: clamp(45px, 6vw, 78px); max-width: 780px; }
.hero h1 span { display: block; color: var(--pink); }
.hero-lead { max-width: 690px; margin: 0; font-size: 19px; color: #4a647c; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 26px; color: #476178; font-size: 14px; font-weight: 750; }
.hero-points span { display: inline-flex; align-items: center; gap: 8px; }
.hero-points i { display: grid; place-items: center; min-width: 25px; height: 25px; padding-inline: 5px; border-radius: 9px; background: #fff; color: var(--pink); font-style: normal; box-shadow: 0 6px 14px rgba(8,44,87,.09); }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 650px; }
.poster-card { position: relative; z-index: 2; width: min(100%, 435px); padding: 12px; background: #fff; border-radius: 30px; box-shadow: 0 35px 90px rgba(8,44,87,.20); transform: rotate(2deg); }
.poster-card::after { content: ""; position: absolute; inset: 12px; border-radius: 20px; border: 1px solid rgba(8,44,87,.08); pointer-events: none; }
.poster-card img { width: 100%; border-radius: 20px; }
.poster-badge { position: absolute; right: -18px; bottom: 28px; z-index: 3; display: grid; padding: 14px 18px; color: #fff; background: var(--navy); border: 5px solid #fff; border-radius: 18px; box-shadow: 0 16px 34px rgba(8,44,87,.24); transform: rotate(-5deg); }
.poster-badge strong { font-size: 21px; line-height: 1; }
.poster-badge span { font-size: 12px; opacity: .84; }
.balloon { position: absolute; z-index: 1; width: 150px; height: 185px; border-radius: 50% 50% 47% 47%; filter: drop-shadow(0 18px 20px rgba(8,44,87,.12)); }
.balloon::before { content: ""; position: absolute; top: 21px; left: 31px; width: 25px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.35); transform: rotate(24deg); filter: blur(2px); }
.balloon::after { content: ""; position: absolute; left: calc(50% - 9px); bottom: -13px; width: 18px; height: 15px; clip-path: polygon(50% 0, 100% 100%, 0 100%); background: inherit; }
.balloon-yellow { top: 35px; right: 2%; background: linear-gradient(145deg, #ffe66f, #f8bc00); transform: rotate(13deg); }
.balloon-pink { bottom: 26px; left: -5%; width: 125px; height: 155px; background: linear-gradient(145deg, #ff70a9, #df0061); transform: rotate(-13deg); }
.confetti { position: absolute; inset: 0; pointer-events: none; background:
    linear-gradient(35deg, transparent 49%, #ffcb21 50% 58%, transparent 59%) 8% 21% / 22px 22px no-repeat,
    linear-gradient(75deg, transparent 49%, #df0061 50% 58%, transparent 59%) 88% 30% / 18px 18px no-repeat,
    linear-gradient(15deg, transparent 49%, #31b9cf 50% 58%, transparent 59%) 15% 75% / 20px 20px no-repeat,
    linear-gradient(120deg, transparent 49%, #75c86e 50% 58%, transparent 59%) 83% 79% / 22px 22px no-repeat;
}
.hero-wave { position: absolute; left: -2%; right: -2%; bottom: -62px; height: 120px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: #fff; }

.trust-strip { position: relative; z-index: 3; padding: 0 0 18px; margin-top: -34px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 20px 60px rgba(8,44,87,.10); overflow: hidden; }
.trust-grid > div { display: flex; align-items: center; gap: 13px; padding: 22px 24px; }
.trust-grid > div + div { border-left: 1px solid var(--line); }
.trust-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; background: #fff0f6; color: var(--pink); font-size: 20px; font-weight: 900; }
.trust-grid p { display: grid; gap: 2px; margin: 0; line-height: 1.2; }
.trust-grid strong { color: var(--navy); font-size: 14px; }
.trust-grid small { color: var(--muted); font-size: 12px; }

.section { padding: 108px 0; }
.section-heading { width: min(760px, 100%); margin: 0 auto 48px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2, .quality-copy h2, .quote-copy h2, .faq-heading h2 { font-size: clamp(36px, 5vw, 58px); }
.section-heading p, .quality-copy > p, .quote-copy > p, .faq-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.model-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.model-card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 430px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 20px 56px rgba(8,44,87,.08); }
.model-art { position: relative; display: grid; place-items: center; min-height: 420px; overflow: hidden; background: radial-gradient(circle at 50% 40%, rgba(255,255,255,.95), rgba(226,238,248,.66) 58%, rgba(211,228,241,.82)); }
.standard-model .model-art { background: radial-gradient(circle at 50% 40%, #fff8cf, #ffe265 58%, #f8c91f); }
.model-art::after { content: ""; position: absolute; width: 350px; height: 350px; border-radius: 50%; border: 1px dashed rgba(8,44,87,.16); }
.model-balloon { position: relative; z-index: 2; width: 235px; height: 285px; display: grid; place-items: center; border-radius: 50% 50% 47% 47%; box-shadow: inset -25px -25px 35px rgba(8,44,87,.12), inset 18px 15px 26px rgba(255,255,255,.72), 0 28px 42px rgba(8,44,87,.18); }
.model-balloon::before { content: ""; position: absolute; bottom: -22px; width: 30px; height: 26px; clip-path: polygon(50% 0, 100% 100%, 0 100%); background: inherit; }
.model-balloon::after { content: ""; position: absolute; left: 50%; top: calc(100% + 3px); width: 1px; height: 110px; background: rgba(8,44,87,.28); }
.white-balloon { background: rgba(255,255,255,.94); }
.yellow-balloon { background: linear-gradient(145deg, #ffe762, #f4c400); }
.cloud-print, .standard-print { position: relative; display: grid; place-items: center; width: 170px; height: 120px; color: #0b1014; text-align: center; transform: rotate(-4deg); }
.cloud-print::before { content: ""; position: absolute; inset: 11px 5px; background: #fff; border: 4px solid #111; border-radius: 46% 52% 49% 55%; box-shadow: -28px -15px 0 -13px #fff, 28px -10px 0 -13px #fff; }
.cloud-print span, .cloud-print strong { position: relative; z-index: 2; }
.cloud-print span { font-size: 12px; font-weight: 900; }
.cloud-print strong { font-size: 18px; line-height: 1; }
.standard-print { border: 5px double #111; height: 105px; transform: rotate(-5deg); }
.standard-print span { font-weight: 900; font-size: 14px; }
.standard-print strong { font-size: 23px; line-height: 1; }
.standard-print small { position: absolute; top: -27px; right: -12px; font-weight: 900; }
.model-content { display: flex; flex-direction: column; justify-content: center; padding: 42px 34px; }
.model-tag { align-self: flex-start; padding: 7px 10px; color: var(--pink); background: #fff0f6; border-radius: 8px; font-weight: 850; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.model-content h3 { margin: 17px 0 12px; color: var(--navy); font-size: 30px; letter-spacing: -.03em; }
.model-content p { margin: 0 0 22px; color: var(--muted); }
.model-content a, .text-link { color: var(--pink); font-weight: 850; text-decoration: none; }
.model-content a span, .text-link span { display: inline-block; transition: transform .2s ease; }
.model-content a:hover span, .text-link:hover span { transform: translateX(5px); }

.color-section { color: #fff; background: var(--navy); position: relative; overflow: hidden; }
.color-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 15%, rgba(255,213,41,.16), transparent 28%), radial-gradient(circle at 90% 80%, rgba(223,0,97,.20), transparent 35%); }
.color-section .container { position: relative; z-index: 2; }
.section-heading-light h2 { color: #fff; }
.section-heading-light p { color: rgba(255,255,255,.68); }
.color-list { display: grid; grid-template-columns: repeat(11,1fr); gap: 14px; align-items: start; }
.color-list > div { display: grid; justify-items: center; gap: 11px; text-align: center; }
.color-list strong { color: rgba(255,255,255,.9); font-size: 12px; line-height: 1.2; }
.color-dot { width: 76px; height: 98px; border-radius: 50% 50% 46% 46%; box-shadow: inset -12px -13px 16px rgba(0,0,0,.18), inset 9px 8px 11px rgba(255,255,255,.28), 0 12px 22px rgba(0,0,0,.14); position: relative; }
.color-dot::after { content: ""; position: absolute; left: calc(50% - 7px); bottom: -9px; width: 14px; height: 10px; background: inherit; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.c-white { background: #f7f7f5; border: 1px solid rgba(255,255,255,.5); }
.c-yellow { background: #ffd515; }.c-black { background: #181b1f; }.c-navy { background: #133d7d; }.c-orange { background: #ff701b; }.c-salmon { background: #ffbd71; }.c-mint { background: #72d6d0; }.c-pink { background: #ef6d9f; }.c-macaron { background: #dca6d9; }.c-green { background: #0a7844; }.c-skin { background: #dca66b; }
.stock-note { margin: 38px auto 0; text-align: center; color: rgba(255,255,255,.62); font-size: 13px; }

.quality-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.quality-copy h2, .quote-copy h2, .faq-heading h2 { margin: 16px 0 22px; color: var(--navy); line-height: 1.08; letter-spacing: -.04em; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 30px 0; list-style: none; }
.check-list li { position: relative; padding-left: 35px; color: #405a72; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 23px; height: 23px; display: grid; place-items: center; color: #fff; background: var(--pink); border-radius: 8px; font-size: 13px; font-weight: 900; }
.quality-panel { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; padding: 22px; background: linear-gradient(145deg, #eff5fb, #fff); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.stat-card { min-height: 175px; display: grid; place-content: center; gap: 5px; text-align: center; padding: 24px; border-radius: 20px; color: var(--navy); background: #fff; border: 1px solid #e5edf5; }
.stat-card strong { color: var(--pink); font-size: 46px; line-height: 1; letter-spacing: -.05em; }
.stat-card span { color: var(--muted); font-size: 13px; font-weight: 750; }
.stat-main { color: #fff; background: var(--navy); }
.stat-main strong, .stat-main span { color: #fff; }
.stat-wide { grid-column: 1 / -1; min-height: 130px; background: linear-gradient(135deg, #fff9dc, #fff); }
.stat-wide strong { font-size: 30px; }

.steps-section { background: var(--soft); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.step-card { position: relative; overflow: hidden; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.step-card > span { display: inline-flex; margin-bottom: 35px; color: var(--pink); font-size: 14px; font-weight: 900; }
.step-card > span::after { content: ""; width: 70px; height: 1px; margin: 11px 0 0 12px; background: var(--line); }
.step-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 23px; }
.step-card p { margin: 0; color: var(--muted); }
.step-card::after { content: ""; position: absolute; right: -40px; bottom: -50px; width: 130px; height: 130px; border-radius: 50%; background: rgba(223,0,97,.05); }

.quote-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #071f3d, #0b3e6e 68%, #0c4d77); }
.quote-section::before { content: ""; position: absolute; top: -250px; right: -180px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(223,0,97,.23), transparent 68%); }
.quote-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.quote-copy h2 { color: #fff; }
.quote-copy > p { color: rgba(255,255,255,.68); }
.contact-mini { display: grid; gap: 12px; margin-top: 30px; }
.contact-mini a { display: grid; text-decoration: none; }
.contact-mini span { color: rgba(255,255,255,.52); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.contact-mini strong { font-size: 17px; }
.quote-form { padding: 32px; color: var(--ink); background: #fff; border-radius: 26px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 15px; color: var(--navy); font-size: 13px; font-weight: 800; }
.quote-form label > span { color: var(--pink); }
.quote-form input, .quote-form select { width: 100%; height: 49px; padding: 0 13px; color: #17314b; background: #fbfdff; border: 1px solid #cfdae6; border-radius: 11px; outline: none; }
.quote-form input:focus, .quote-form select:focus { border-color: var(--pink); box-shadow: 0 0 0 4px rgba(223,0,97,.08); }
.quote-form input.is-invalid, .quote-form select.is-invalid { border-color: #c62855; background: #fff7fa; }
.consent { grid-template-columns: 20px 1fr !important; align-items: start; gap: 9px !important; color: #607589 !important; line-height: 1.45; font-weight: 600 !important; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--pink); }
.consent span { color: inherit !important; }
.consent a { color: var(--pink); }
.btn-submit { width: 100%; min-height: 54px; margin-top: 4px; }
.button-loader { display: none; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; animation: spin .8s linear infinite; }
.btn-submit.is-loading .button-loader { display: inline-block; }
.btn-submit.is-loading .button-label { opacity: .8; }
.form-status { min-height: 22px; margin: 10px 0 0; text-align: center; color: #b21f50; font-size: 13px; font-weight: 700; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
@keyframes spin { to { transform: rotate(360deg); } }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.faq-heading { position: sticky; top: 110px; }
.faq-list { display: grid; gap: 13px; }
.faq-list details { padding: 0 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 21px 0; color: var(--navy); cursor: pointer; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 auto; color: var(--pink); background: #fff0f6; border-radius: 9px; font-size: 20px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 0 20px; color: var(--muted); }

.contact-section { padding: 86px 0; color: #fff; background: linear-gradient(135deg, var(--pink), #f0317e); }
.contact-section .eyebrow { color: #fff; }
.contact-section .eyebrow::before { background: var(--yellow); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.contact-section h2 { color: #fff; font-size: clamp(36px, 4vw, 54px); }
.contact-section p { margin: 0; color: rgba(255,255,255,.78); }
.contact-cards { display: grid; gap: 12px; }
.contact-cards > * { display: flex; align-items: center; gap: 14px; padding: 15px 18px; text-decoration: none; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.19); border-radius: 15px; backdrop-filter: blur(8px); }
.contact-symbol { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; color: var(--pink); background: #fff; border-radius: 13px; font-weight: 900; }
.contact-cards span:last-child { display: grid; gap: 2px; }
.contact-cards small { color: rgba(255,255,255,.66); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.contact-cards strong { font-size: 15px; line-height: 1.4; }

.site-footer { padding: 70px 0 25px; color: rgba(255,255,255,.73); background: #061a33; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .6fr 1fr; gap: 60px; }
.brand-light .brand-copy strong, .brand-light .brand-copy small { color: #fff; }
.footer-brand p { max-width: 360px; }
.footer-grid h3 { margin: 0 0 17px; color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .09em; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 9px; }
.footer-grid a { text-decoration: none; font-size: 14px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); font-size: 12px; }
.footer-bottom a { text-decoration: none; }

.floating-whatsapp { position: fixed; z-index: 90; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); display: inline-flex; align-items: center; gap: 8px; padding: 13px 17px; color: #fff; background: var(--green); border: 3px solid #fff; border-radius: 999px; box-shadow: 0 17px 38px rgba(5,82,47,.30); text-decoration: none; font-weight: 850; transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp svg { width: 23px; height: 23px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .10s; }
.reveal-delay-2 { transition-delay: .20s; }

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

@media (max-width: 1120px) {
    .main-nav { gap: 16px; }
    .main-nav a { font-size: 13px; }
    .hero-grid { gap: 35px; }
    .model-card { grid-template-columns: 1fr; }
    .model-art { min-height: 370px; }
    .color-list { grid-template-columns: repeat(6,1fr); row-gap: 35px; }
}

@media (max-width: 920px) {
    .site-header, .site-header.is-scrolled { height: 70px; }
    .header-cta { display: none; }
    .menu-toggle { display: block; }
    .main-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 18px 20px 30px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 24px 55px rgba(8,44,87,.12); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
    .main-nav.is-open { transform: none; opacity: 1; visibility: visible; }
    .main-nav a { padding: 14px 4px; font-size: 16px; border-bottom: 1px solid #eef3f7; }
    .main-nav a::after { display: none; }
    .hero { min-height: auto; padding: 120px 0 105px; }
    .hero-grid, .quality-grid, .quote-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .hero-copy .eyebrow, .hero-actions, .hero-points { justify-content: center; }
    .hero-lead { margin-inline: auto; }
    .hero-visual { min-height: 560px; }
    .poster-card { width: 390px; }
    .trust-grid { grid-template-columns: repeat(2,1fr); }
    .trust-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
    .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
    .model-grid { grid-template-columns: 1fr; }
    .model-card { grid-template-columns: .9fr 1.1fr; }
    .quality-grid, .quote-grid, .faq-grid, .contact-grid { gap: 45px; }
    .quality-copy, .quote-copy, .faq-heading { text-align: center; }
    .quality-copy .eyebrow, .quote-copy .eyebrow, .faq-heading .eyebrow { justify-content: center; }
    .check-list { text-align: left; }
    .contact-mini { justify-content: center; }
    .faq-heading { position: static; }
    .steps-grid { grid-template-columns: 1fr; }
    .contact-section { text-align: center; }
    .contact-section .eyebrow { justify-content: center; }
    .contact-cards { text-align: left; }
}

@media (max-width: 680px) {
    .container { width: min(100% - 28px, var(--container)); }
    .brand-mark { width: 36px; height: 42px; }
    .brand-mark::before { width: 30px; height: 36px; }
    .brand-copy strong { font-size: 14px; }
    .brand-copy small { font-size: 11px; }
    .hero { padding-top: 104px; }
    .hero h1 { font-size: clamp(41px, 13vw, 58px); }
    .hero-lead { font-size: 16px; }
    .hero-actions .btn { width: 100%; }
    .hero-points { display: grid; justify-items: start; width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
    .hero-visual { min-height: 480px; margin-top: 20px; }
    .poster-card { width: min(86vw, 330px); padding: 8px; border-radius: 23px; }
    .poster-card img { border-radius: 16px; }
    .poster-card::after { inset: 8px; border-radius: 16px; }
    .poster-badge { right: -8px; bottom: 18px; padding: 11px 13px; border-width: 4px; }
    .poster-badge strong { font-size: 17px; }
    .balloon-yellow { width: 105px; height: 130px; top: 8px; right: 0; }
    .balloon-pink { width: 92px; height: 116px; left: 0; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div + div, .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
    .section { padding: 80px 0; }
    .section-heading { margin-bottom: 35px; }
    .section-heading h2, .quality-copy h2, .quote-copy h2, .faq-heading h2 { font-size: 38px; }
    .model-card { grid-template-columns: 1fr; }
    .model-art { min-height: 335px; }
    .model-balloon { width: 185px; height: 225px; }
    .cloud-print, .standard-print { transform: scale(.80) rotate(-4deg); }
    .model-content { padding: 30px 24px 34px; }
    .color-list { grid-template-columns: repeat(3,1fr); gap: 32px 12px; }
    .color-dot { width: 64px; height: 82px; }
    .quality-panel { padding: 12px; gap: 10px; }
    .stat-card { min-height: 145px; padding: 14px; }
    .stat-card strong { font-size: 38px; }
    .stat-wide strong { font-size: 23px; }
    .quote-form { padding: 22px 18px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .contact-cards strong { font-size: 13px; word-break: break-word; }
    .footer-grid { grid-template-columns: 1fr; gap: 38px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .floating-whatsapp { right: 12px; bottom: 12px; padding: 13px; }
    .floating-whatsapp span { display: none; }
}

/* CMS generated content */
.model-custom-image{width:min(100%,360px);max-height:360px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(8,44,87,.16))}
.model-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr))}
.color-list{grid-template-columns:repeat(auto-fit,minmax(76px,1fr))}
.steps-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}
.trust-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.trust-grid>div{border-left:1px solid var(--line);border-top:1px solid var(--line)}
.trust-grid>div:first-child{border-left:0;border-top:0}
.custom-logo{display:block;width:auto;height:54px;max-width:230px;object-fit:contain}.site-header.is-scrolled .custom-logo{height:46px}.footer-logo{height:64px;max-width:260px}@media(max-width:680px){.custom-logo{height:44px;max-width:180px}.footer-logo{height:54px;max-width:220px}}
