/* ==========================================================================
   AlloggiatiOK — Landing page (Poppins, moderna, responsive)
   ========================================================================== */

/* Nascondi il chrome del tema sulla home e sulla pagina /registrati (hanno la loro nav) */
body.home #masthead, body.home .site-header, body.home header.site-header,
body.home #colophon, body.home .site-footer, body.home footer.site-footer,
body.home .wp-site-blocks > header, body.home .wp-site-blocks > footer,
body.aok-bare #masthead, body.aok-bare .site-header, body.aok-bare header.site-header,
body.aok-bare #colophon, body.aok-bare .site-footer, body.aok-bare footer.site-footer,
body.aok-bare .wp-site-blocks > header, body.aok-bare .wp-site-blocks > footer,
body.aok-bare .wp-block-post-title, body.aok-bare .entry-title, body.aok-bare .page-title,
body.aok-bare .wp-block-template-part {
    display: none !important;
}
body.home, body.aok-bare { margin: 0 !important; }
body.home .site-content, body.home #content, body.home .entry-content,
body.home main, body.home .wp-block-group,
body.aok-bare .site-content, body.aok-bare #content, body.aok-bare .entry-content,
body.aok-bare main, body.aok-bare .wp-block-group { margin: 0 !important; padding: 0 !important; max-width: none !important; }

body.home, body.aok-bare { overflow-x: hidden; }
.aokh {
    --p: #4f46e5; --p2: #7c3aed; --ink: #1b1736; --muted: #5b5870; --line: #ece9f5;
    --bg: #ffffff; --soft: #f6f5fc;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased;
    /* full-bleed robusto: occupa l'intera larghezza viewport anche dentro contenitori con padding/offset del tema */
    width: auto; max-width: none;
    margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
}
.aokh * { box-sizing: border-box; }
.aokh-wrap { max-width: 1600px; margin: 0 auto; padding: 0 clamp(20px, 6vw, 88px); }
.aokh-wrap--wide { max-width: 1760px; }
.aokh h1, .aokh h2, .aokh h3 { line-height: 1.15; letter-spacing: -.02em; margin: 0; }
.aokh a { color: inherit; text-decoration: none; }

/* Buttons */
.aokh-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 26px; border-radius: 999px; font-weight: 600; font-size: 16px;
    border: 2px solid transparent; cursor: pointer; transition: transform .1s, box-shadow .2s, background .2s;
}
.aokh-btn:active { transform: translateY(1px); }
.aokh .aokh-btn--primary, .aokh a.aokh-btn--primary { background: var(--p); color: #fff !important; box-shadow: 0 10px 26px rgba(79,70,229,.35); }
.aokh .aokh-btn--primary:hover, .aokh a.aokh-btn--primary:hover { background: #4338ca; color: #fff !important; box-shadow: 0 14px 32px rgba(79,70,229,.42); }
.aokh .aokh-btn--ghost, .aokh a.aokh-btn--ghost { background: #fff; color: var(--ink) !important; border-color: var(--line); }
.aokh-btn--ghost:hover { border-color: #cfc9ec; }
.aokh .aokh-btn--sm, .aokh a.aokh-btn--sm { padding: 9px 18px; font-size: 14px; background: var(--p); color: #fff !important; }
.aokh-btn--block { width: 100%; }

/* Nav */
.aokh-nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.aokh-nav-in { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.aokh-logo { font-weight: 800; font-size: 20px; display: inline-flex; align-items: center; gap: 8px; }
.aokh-logo-dot { width: 26px; height: 26px; border-radius: 8px; background: var(--p); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; }
.aokh-links { display: flex; align-items: center; gap: 26px; font-weight: 500; font-size: 15px; }
.aokh-links a:not(.aokh-btn):hover { color: var(--p); }

/* Hero */
.aokh-hero { background: radial-gradient(1200px 500px at 70% -10%, #ede9ff 0%, #fff 60%); padding: 64px 0 56px; }
.aokh-hero-in { max-width: 800px; margin: 0 auto; text-align: center; }
.aokh-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.aokh-hero-grid--solo { grid-template-columns: 1fr; max-width: 820px; }
.aokh-eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: 13px; font-weight: 700; color: var(--p); margin: 18px 0 0; }
.aokh-badge { display: inline-block; background: #fff; border: 1px solid var(--line); color: var(--p); font-weight: 600; font-size: 13px; padding: 7px 16px; border-radius: 999px; box-shadow: 0 4px 14px rgba(27,23,54,.05); }
.aokh-hero h1 { font-size: clamp(34px, 5vw, 54px); font-weight: 800; margin: 10px 0 0; }
.aokh-hero h1 span { background: linear-gradient(90deg, var(--p), var(--p2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.aokh-sub { font-size: clamp(16px, 2.4vw, 20px); color: var(--muted); margin: 18px 0 0; max-width: 560px; }
.aokh-hero-in .aokh-sub { margin-left: auto; margin-right: auto; max-width: 640px; }
.aokh-aster { color: var(--p); font-weight: 800; text-decoration: none; vertical-align: super; font-size: .72em; margin-left: 1px; }
.aokh-aster:hover { text-decoration: underline; }
.aokh-sub-note { font-size: 13px; color: var(--muted); margin: 8px 0 0; max-width: 560px; line-height: 1.5; }
.aokh-hero-in .aokh-sub-note { margin-left: auto; margin-right: auto; max-width: 640px; }
.aokh-sub-note a { color: var(--p); font-weight: 700; text-decoration: none; }
.aokh-sub-note a:hover { text-decoration: underline; }
.aokh-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.aokh-trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 26px; color: var(--muted); font-size: 14px; font-weight: 500; align-items: center; }
.aokh-trust-link { color: var(--p); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.aokh-trust-link:hover { opacity: .8; }
.aokh-hero-in .aokh-cta, .aokh-hero-in .aokh-trust { justify-content: center; }
.aokh-hero-media { display: flex; justify-content: center; }
.aokh-hero-img { width: 100%; max-width: 520px; border-radius: 24px; box-shadow: 0 26px 64px rgba(27,23,54,.20); object-fit: cover; aspect-ratio: 4 / 3; }
.aokh-hero-illu { width: 100%; max-width: 480px; height: auto; }
.aokh-sec-media { display: flex; justify-content: center; margin: 24px 0 40px; }
.aokh-sec-img { width: 100%; max-width: 760px; border-radius: 20px; box-shadow: 0 18px 44px rgba(27,23,54,.16); object-fit: cover; }
.aokh-callout { display: flex; align-items: center; gap: 14px; max-width: 720px; margin: 34px auto 0; background: var(--soft); border: 1px solid var(--line); border-left: 4px solid var(--p); border-radius: 16px; padding: 16px 20px; font-size: 16px; color: var(--ink); }
.aokh-callout-ico { font-size: 28px; line-height: 1; }
.aokh-receipt { display: grid; grid-template-columns: 1fr auto; gap: 38px; align-items: center; max-width: 900px; margin: 42px auto 0; background: var(--soft); border: 1px solid var(--line); border-radius: 24px; padding: 32px 36px; }
.aokh-receipt--solo { grid-template-columns: 1fr; }
.aokh-receipt-badge { display: inline-block; background: #ecfdf3; color: #15803d; font-weight: 700; font-size: 13px; padding: 5px 12px; border-radius: 999px; }
.aokh-receipt-txt h3 { font-size: clamp(22px, 3.4vw, 28px); font-weight: 800; margin: 10px 0 8px; }
.aokh-receipt-txt p { color: var(--muted); font-size: 16px; margin: 0; max-width: 460px; }
.aokh-receipt-media { display: flex; justify-content: center; }
.aokh-receipt-svg, .aokh-receipt-img { width: 250px; max-width: 62vw; height: auto; border-radius: 14px; box-shadow: 0 20px 48px rgba(27,23,54,.22); transform: rotate(2deg); }
@media (max-width: 760px) {
    .aokh-receipt { grid-template-columns: 1fr; gap: 22px; text-align: center; padding: 26px 20px; }
    .aokh-receipt-txt p { margin-left: auto; margin-right: auto; }
    .aokh-receipt-media { order: -1; }
}
@media (max-width: 860px) {
    .aokh-hero-grid { grid-template-columns: 1fr; gap: 18px; text-align: center; }
    .aokh-hero-grid .aokh-sub { margin-left: auto; margin-right: auto; }
    .aokh-hero-grid .aokh-cta, .aokh-hero-grid .aokh-trust { justify-content: center; }
    .aokh-hero-media { order: 3; margin-top: 6px; }
    .aokh-hero-illu, .aokh-hero-img { max-width: 360px; }
}

/* Promo lancio */
.aokh-promo { background: linear-gradient(135deg, #fff7ed, #ffe6cc); padding: 44px 0; }
.aokh-promo-in { text-align: center; max-width: 780px; margin: 0 auto; }
.aokh-promo-badge { display: inline-block; background: #f59e0b; color: #fff; font-weight: 600; font-size: 13px; padding: 7px 16px; border-radius: 999px; }
.aokh-promo h2 { color: #7c2d12; margin-top: 16px; font-size: clamp(26px, 4.4vw, 40px); font-weight: 800; }
.aokh-promo h2 span { color: #ea580c; }
.aokh-promo p { color: #7c2d12; opacity: .9; font-size: 17px; margin: 14px auto 22px; max-width: 600px; }
.aokh-promo-counter { display: inline-block; margin: 4px 0 18px; background: #fff; border: 1px solid #fed7aa; border-radius: 999px; padding: 8px 18px; font-size: 14px; color: #9a3412; }
.aokh-promo-counter strong { color: #ea580c; }
.aokh-promo-note { margin-top: 16px; font-size: 13px; color: #9a3412; font-weight: 500; }

/* Band: indipendente dal canale */
.aokh-band { background: linear-gradient(135deg, #4f46e5, #7c3aed); padding: 46px 0; }
.aokh-band-in { display: flex; gap: 40px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.aokh-band-txt { flex: 1; min-width: 280px; }
.aokh-band-txt h2 { color: #fff; font-size: clamp(22px, 3vw, 30px); text-align: left; }
.aokh-band-txt p { color: rgba(255,255,255,.92); font-size: 16px; margin-top: 12px; max-width: 660px; }
.aokh-band-txt strong { color: #fff; }
.aokh-chips { display: flex; flex-wrap: wrap; gap: 10px; max-width: 380px; }
.aokh-chip { background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 9px 16px; font-size: 14px; font-weight: 500; }

/* Story */
.aokh-story { max-width: 1240px; margin: 0 auto; text-align: center; }
.aokh-story-badge { display: inline-block; background: #eef2ff; color: var(--p); font-weight: 600; font-size: 13px; padding: 6px 14px; border-radius: 999px; }
.aokh-story h2 { margin-top: 16px; }
.aokh-story-lead { color: var(--muted); font-size: 18px; line-height: 1.7; margin: 18px auto 0; max-width: 860px; }
.aokh-story-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; text-align: left; }
.aokh-story-point { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.aokh-story-point .ico { font-size: 26px; }
.aokh-story-point strong { display: block; margin: 10px 0 4px; font-size: 16px; }
.aokh-story-point span { color: var(--muted); font-size: 14.5px; }

/* Sections */
.aokh-section { padding: 72px 0; }
.aokh-section--alt { background: var(--soft); }
.aokh-section--tight-top { padding-top: 16px; }
.aokh-section h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; text-align: center; }
.aokh-lead { text-align: center; color: var(--muted); font-size: 18px; max-width: 620px; margin: 14px auto 44px; }

/* Feature grid */
.aokh-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.aokh-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 28px; box-shadow: 0 6px 24px rgba(27,23,54,.05); transition: transform .15s, box-shadow .2s; }
.aokh-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(27,23,54,.10); }
.aokh-card-ico { width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(135deg, #eef2ff, #f3e8ff); display: flex; align-items: center; justify-content: center; font-size: 28px; }
.aokh-card h3 { font-size: 19px; font-weight: 700; margin: 16px 0 8px; }
.aokh-card p { color: var(--muted); font-size: 15px; margin: 0; }

/* Steps */
.aokh-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.aokh-step { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 30px 26px; text-align: center; display: flex; flex-direction: column; }
.aokh-step-n { width: 52px; height: 52px; margin: 0 auto 16px; border-radius: 50%; background: var(--p); color: #fff; font-weight: 800; font-size: 22px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(79,70,229,.3); }
.aokh-step h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.aokh-step p { color: var(--muted); font-size: 15px; margin: 0 0 28px; }

/* Pricing */
.aokh-price { display: flex; gap: 22px; justify-content: center; align-items: center; flex-wrap: wrap; }
.aokh-price-plus { font-size: 60px; font-weight: 800; color: var(--p); line-height: 1; padding: 0 4px; }

/* Phone mockup */
.aokh-phone--sm { width: 100%; max-width: 188px; margin: auto auto 0; margin-top: 24px; flex: 0 0 auto; align-self: center; padding: 9px; border-radius: 34px; box-shadow: 0 16px 36px rgba(27,23,54,.18); }
.aokh-step .aokh-phone--sm { width: 100%; max-width: 260px; margin-top: auto; }
.aokh-phone--sm .aokh-phone-notch { width: 78px; height: 17px; top: 12px; border-radius: 0 0 11px 11px; }
.aokh-phone--sm .aokh-phone-screen { border-radius: 26px; }
.aokh-phone--sm .aokh-phone-ph span { display: block; margin-top: 4px; font-size: 13px; }
.aokh-phone-wrap { display: flex; justify-content: center; margin-top: 50px; }
.aokh-phone { width: 290px; max-width: 78vw; aspect-ratio: 300 / 612; background: #1b1736; border-radius: 46px; padding: 12px; box-shadow: 0 34px 70px rgba(27,23,54,.28); position: relative; }
.aokh-phone-notch { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: 120px; height: 26px; background: #1b1736; border-radius: 0 0 16px 16px; z-index: 2; }
.aokh-phone-screen { width: 100%; height: 100%; border-radius: 35px; overflow: hidden; background: #f6f5fc; display: flex; align-items: center; justify-content: center; }
.aokh-phone-screen img { width: 100%; height: 100%; object-fit: cover; display: block; }
.aokh-phone-ph { text-align: center; color: var(--muted); padding: 20px; }
.aokh-phone-ph strong { display: block; margin-top: 8px; color: var(--ink); font-size: 18px; }

/* Self check-in flow */
.aokh-flow { display: flex; align-items: stretch; justify-content: center; gap: 14px; flex-wrap: wrap; }
.aokh-flow-step { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 26px 22px; width: 260px; text-align: center; box-shadow: 0 6px 24px rgba(27,23,54,.05); }
.aokh-flow-ico { font-size: 34px; }
.aokh-flow-step h3 { font-size: 18px; font-weight: 700; margin: 12px 0 6px; }
.aokh-flow-step p { color: var(--muted); font-size: 14.5px; margin: 0; }
.aokh-flow-arrow { display: flex; align-items: center; font-size: 26px; color: var(--p); font-weight: 700; }
.aokh-price-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 32px; width: 320px; text-align: center; }
.aokh-price-card--feat { border-color: var(--p); box-shadow: 0 16px 40px rgba(79,70,229,.16); }
.aokh-price-h { font-weight: 700; font-size: 18px; color: var(--p); }
.aokh-price-v { font-size: 30px; font-weight: 800; margin: 6px 0 12px; color: var(--ink); }
.aokh-price-v small { font-size: 15px; font-weight: 600; color: var(--muted); }
.aokh-price-card p { color: var(--muted); font-size: 15px; }
.aokh-price-card .aokh-btn { margin-top: 16px; }

/* Contatore promo prominente */
.aokh-stats { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin: 6px 0 22px; }
.aokh-stat { background: #fff; border: 1px solid #fed7aa; border-radius: 20px; padding: 18px 28px; min-width: 150px; box-shadow: 0 10px 26px rgba(234,88,12,.12); }
.aokh-stat-n { font-size: clamp(38px, 7vw, 56px); font-weight: 800; line-height: 1; color: #ea580c; }
.aokh-stat-tot { font-size: 22px; font-weight: 700; color: #f59e0b; }
.aokh-stat-l { margin-top: 8px; font-size: 13px; font-weight: 600; color: #9a3412; text-transform: uppercase; letter-spacing: .04em; }
.aokh-stat--hot { background: linear-gradient(135deg, #ea580c, #f59e0b); border-color: transparent; }
.aokh-stat--hot .aokh-stat-n, .aokh-stat--hot .aokh-stat-tot, .aokh-stat--hot .aokh-stat-l { color: #fff; }

/* Calcolatore costi */
.aokh-price { margin-bottom: 48px; }
.aokh-sim-title { text-align: center; font-size: clamp(22px, 3.4vw, 30px); font-weight: 800; margin-top: 64px; }
.aokh-calc { max-width: 620px; margin: 18px auto 0; background: var(--soft); border: 1px solid var(--line); border-radius: 22px; padding: 24px 26px; }
.aokh-calc-top { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }
.aokh-calc-guests { font-size: 16px; font-weight: 600; color: var(--ink); }
.aokh-calc-guests #aokh-calc-g { font-size: 22px; font-weight: 800; color: var(--p); }
.aokh-calc-total { font-size: clamp(26px, 5vw, 36px); font-weight: 800; color: var(--p); }
.aokh-calc input[type=range] { width: 100%; accent-color: var(--p); height: 6px; }
.aokh-calc-break { margin-top: 12px; font-size: 14px; color: var(--muted); text-align: center; }

/* Card simulazioni */
.aokh-sim { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.aokh-sim-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 24px; width: 240px; text-align: center; box-shadow: 0 8px 24px rgba(27,23,54,.06); }
.aokh-sim-h { font-weight: 800; font-size: 18px; color: var(--ink); }
.aokh-sim-sub { font-size: 13px; color: var(--muted); margin-top: 2px; }
.aokh-sim-guests { margin-top: 14px; font-size: 14px; font-weight: 600; color: var(--p); background: var(--soft); border-radius: 999px; padding: 6px 12px; display: inline-block; }
.aokh-sim-total { margin-top: 14px; font-size: 30px; font-weight: 800; color: var(--ink); }
.aokh-sim-total small { font-size: 14px; font-weight: 600; color: var(--muted); }
.aokh-sim-note { margin-top: 6px; font-size: 12.5px; color: var(--muted); }
.aokh-sim-foot { text-align: center; color: var(--muted); font-size: 14px; margin-top: 24px; max-width: 640px; margin-left: auto; margin-right: auto; }

/* Contact */
.aokh-section--cta { background: linear-gradient(180deg, #fff, var(--soft)); }
.aokh-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.aokh-contact-info h2 { text-align: left; }
.aokh-contact-info p { color: var(--muted); font-size: 17px; margin-top: 14px; }
.aokh-ticks { list-style: none; padding: 0; margin: 22px 0 0; }
.aokh-ticks li { padding: 8px 0 8px 30px; position: relative; color: var(--ink); font-weight: 500; }
.aokh-ticks li::before { content: "✓"; position: absolute; left: 0; width: 20px; height: 20px; background: #ecfdf3; color: #15803d; border-radius: 50%; font-size: 12px; display: flex; align-items: center; justify-content: center; top: 9px; font-weight: 700; }

.aokh-form { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: 0 14px 40px rgba(27,23,54,.08); }
.aokh-f { margin-bottom: 14px; }
.aokh-f label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.aokh-info { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: var(--p); color: #fff; font-size: 12px; font-weight: 700; font-style: italic; font-family: Georgia, serif; border: none; cursor: pointer; line-height: 1; vertical-align: middle; padding: 0; }
.aokh-info:hover { opacity: .85; }
.aokh-pop { margin-top: 10px; background: var(--soft); border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; font-size: 13.5px; color: var(--ink); line-height: 1.6; font-weight: 400; }
.aokh-pop strong { display: block; margin-bottom: 4px; }
.aokh-pop ol { padding-left: 18px; margin: 6px 0; } .aokh-pop li { margin: 4px 0; }
.aokh-pop a { color: var(--p); font-weight: 600; }
.aokh-pop p { margin: 6px 0 0; color: var(--muted); }
.aokh-consent { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 16px; font-size: 13.5px; color: var(--muted); line-height: 1.5; font-weight: 400; cursor: pointer; }
.aokh-consent input { margin-top: 3px; flex-shrink: 0; }
.aokh-consent a { color: var(--p); font-weight: 600; }
.aokh-beta { display: flex; gap: 14px; align-items: flex-start; max-width: 760px; margin: 22px auto 0; background: #eef2ff; border: 1px solid #dfe3ff; border-radius: 16px; padding: 16px 18px; text-align: left; }
.aokh-beta-tag { flex-shrink: 0; background: #4338ca; color: #fff; font-weight: 700; font-size: 12px; padding: 5px 11px; border-radius: 999px; white-space: nowrap; }
.aokh-beta p { margin: 0; font-size: 14.5px; color: #312e6b; line-height: 1.55; }
.aokh-f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.aokh input[type=text], .aokh input[type=email], .aokh input[type=tel], .aokh input[type=number], .aokh textarea, .aokh-f select {
    width: 100%; padding: 13px 15px; font-size: 16px; font-family: inherit; color: var(--ink);
    border: 1.5px solid var(--line); border-radius: 14px; background: #fff; transition: border-color .15s, box-shadow .15s;
    -webkit-appearance: none; appearance: none;
}
.aokh-f select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235b5870' d='M6 8 0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 38px; }
.aokh input:focus, .aokh textarea:focus, .aokh-f select:focus { outline: none; border-color: var(--p); box-shadow: 0 0 0 4px rgba(79,70,229,.12); }
.aokh-check { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--muted); margin: 6px 0 18px; cursor: pointer; }
.aokh-check input { width: 18px; height: 18px; }
.aokh-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.aokh-contract-scroll { max-height: 220px; overflow-y: auto; border: 1px solid var(--line); border-radius: 12px; padding: 4px 16px; margin: 4px 0 14px; background: var(--soft); font-size: 13.5px; }
.aokh-contract-scroll h3 { font-size: 15px; margin: 14px 0 4px; }
.aokh-contract-body h3 { font-size: 18px; margin: 22px 0 6px; font-weight: 700; }
.aokh-contract-body p { color: var(--muted); }
.aokh-form-msg { margin-top: 12px; font-weight: 600; font-size: 14px; }
.aokh-form-msg.aokh-ok { color: #15803d; }
.aokh-form-msg.aokh-err { color: #b42318; }

/* Footer */
.aokh-footer { background: #1b1736; color: #cfcae8; padding: 30px 0; }
.aokh-footer-in { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 14px; }
.aokh-footer a { color: #cfcae8; text-decoration: none; }
.aokh-footer a:hover { color: #fff; text-decoration: underline; }
.aokh-footer-links { display: flex; flex-wrap: wrap; gap: 6px 10px; }

/* Responsive */
@media (max-width: 920px) {
    .aokh-grid, .aokh-steps { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .aokh-story-points { grid-template-columns: 1fr; }
    .aokh-contact { grid-template-columns: 1fr; gap: 28px; }
    .aokh-contact-info h2 { text-align: center; }
}
@media (max-width: 600px) {
    .aokh-links a:not(.aokh-btn) { display: none; }
    .aokh-grid, .aokh-steps { grid-template-columns: 1fr; }
    .aokh-f2 { grid-template-columns: 1fr; }
    .aokh-section { padding: 52px 0; }
    .aokh-hero { padding: 48px 0 44px; }
    .aokh-flow-arrow { transform: rotate(90deg); }
    .aokh-flow-step { width: 100%; max-width: 320px; }
}

/* ── Contatti: CTA + form in popup ─────────────────────────── */
.aokh-contact-cta { text-align: center; max-width: 680px; }
.aokh-contact-cta p { color: var(--muted); max-width: 560px; margin: 10px auto 22px; font-size: 16px; }
.aokh-modal { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 18px; }
.aokh-modal[hidden] { display: none; }
.aokh-modal-backdrop { position: absolute; inset: 0; background: rgba(27,23,54,.55); }
.aokh-modal-card { position: relative; background: #fff; border-radius: 22px; padding: 26px 26px 24px; max-width: 520px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: 0 30px 80px rgba(27,23,54,.35); }
.aokh-modal-card h3 { font-size: 22px; font-weight: 800; margin: 0 0 16px; color: var(--ink); }
.aokh-modal-x { position: absolute; top: 10px; right: 14px; background: none; border: none; font-size: 30px; line-height: 1; color: var(--muted); cursor: pointer; padding: 4px; }
.aokh-modal-card .aokh-form { background: none; border: none; box-shadow: none; padding: 0; }

/* ── Cross-sell WelcomeOk ──────────────────────────────────── */
.aokh-new { display: inline-block; background: #ea580c; color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; padding: 2px 6px; border-radius: 999px; vertical-align: middle; margin-left: 2px; }
.aokh-wok { max-width: 1120px; margin: 0 auto; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 24px; padding: 38px 32px; text-align: center; }
.aokh-wok-tag { display: inline-block; background: #ea580c; color: #fff; font-weight: 700; font-size: 13px; padding: 5px 13px; border-radius: 999px; }
.aokh-wok h2 { margin: 14px 0 8px; }
.aokh-wok p { color: var(--muted); max-width: 620px; margin: 0 auto 16px; font-size: 16px; }
.aokh-wok-price { font-size: 18px; color: #9a3412; margin-bottom: 20px; }
.aokh-wok-price strong { color: #ea580c; font-size: 22px; }
.aokh .aokh-btn--wok, .aokh a.aokh-btn--wok { background: #ea580c; color: #fff !important; box-shadow: 0 10px 26px rgba(234,88,12,.32); }
.aokh .aokh-btn--wok:hover, .aokh a.aokh-btn--wok:hover { background: #c2410c; color: #fff !important; }

/* ── FAQ ───────────────────────────────────────────────────── */
.aokh-faq { max-width: none; margin: 26px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; align-items: start; }
.aokh-faq .aokh-faq-item { margin-bottom: 0; }
@media (max-width: 760px) { .aokh-faq { grid-template-columns: 1fr; } }
.aokh-faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 4px 18px; margin-bottom: 12px; }
.aokh-faq-item summary { list-style: none; cursor: pointer; font-weight: 600; font-size: 16px; color: var(--ink); padding: 14px 28px 14px 0; position: relative; }
.aokh-faq-item summary::-webkit-details-marker { display: none; }
.aokh-faq-item summary::after { content: "+"; position: absolute; right: 2px; top: 12px; font-size: 22px; color: var(--p); font-weight: 700; }
.aokh-faq-item[open] summary::after { content: "−"; }
.aokh-faq-item p { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0 0 14px; }

/* ── Polish landing v2 ─────────────────────────────────────── */
.aokh-eyebrow--center { text-align: center; }
.aokh-h2-center { text-align: center; }
.aokh-lead--center { text-align: center; max-width: 640px; margin-left: auto; margin-right: auto; }

/* Confronto prima/dopo */
.aokh-vs { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; max-width: 1120px; margin: 30px auto 0; }
.aokh-vs-card { border-radius: 22px; padding: 26px 26px; border: 1px solid var(--line); background: #fff; }
.aokh-vs-card--bad { background: #fff7f6; border-color: #f4d7d2; }
.aokh-vs-card--good { background: #f2fdf7; border-color: #bfe8cf; box-shadow: 0 22px 50px rgba(21,128,61,.12); }
.aokh-vs-h { font-weight: 800; font-size: 18px; margin-bottom: 12px; }
.aokh-vs-card ul { list-style: none; padding: 0; margin: 0; }
.aokh-vs-card li { padding: 9px 0 9px 28px; position: relative; font-size: 15px; line-height: 1.45; border-top: 1px solid rgba(27,23,54,.05); }
.aokh-vs-card li:first-child { border-top: none; }
.aokh-vs-card--bad li::before { content: "✕"; position: absolute; left: 0; top: 9px; color: #dc2626; font-weight: 800; }
.aokh-vs-card--good li::before { content: "✓"; position: absolute; left: 0; top: 9px; color: #15803d; font-weight: 800; }
.aokh-vs-arrow { font-size: 30px; color: var(--p); font-weight: 800; }
@media (max-width: 760px) { .aokh-vs { grid-template-columns: 1fr; gap: 16px; } .aokh-vs-arrow { transform: rotate(90deg); justify-self: center; } }

/* Trust grid sicurezza */
.aokh-trustgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-top: 30px; }
.aokh-trustcard { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px 22px; text-align: center; transition: transform .15s, box-shadow .18s; }
.aokh-trustcard:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(27,23,54,.12); }
.aokh-trustcard-ico { font-size: 34px; line-height: 1; }
.aokh-trustcard h3 { font-size: 17px; font-weight: 800; margin: 12px 0 6px; }
.aokh-trustcard p { color: var(--muted); font-size: 14px; margin: 0; line-height: 1.55; }

/* Micro-interazioni: sollevamento card esistenti */
.aokh-card, .aokh-step, .aokh-sim-card, .aokh-price-card { transition: transform .15s ease, box-shadow .18s ease; }
.aokh-card:hover, .aokh-step:hover, .aokh-sim-card:hover, .aokh-price-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(27,23,54,.13); }

/* ── Hero scenografico + animazioni (round 2) ──────────────── */
.aokh-hero { position: relative; overflow: hidden; }
.aokh-hero-glow { position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background: radial-gradient(900px 420px at 16% -12%, #e9e4ff 0%, transparent 60%), radial-gradient(720px 380px at 96% 8%, #ffe6f1 0%, transparent 55%); }
.aokh-hero > .aokh-wrap { position: relative; z-index: 1; }
.aokh-phone--hero { margin: 0 auto; }
.aokh-hero-stats { display: flex; gap: 28px; margin-top: 26px; flex-wrap: wrap; }
.aokh-hero-stats > div { display: flex; flex-direction: column; }
.aokh-hero-stats b { font-size: 26px; font-weight: 800; line-height: 1.2; padding-bottom: 2px; background: linear-gradient(90deg, var(--p), var(--p2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.aokh-hero-stats span { font-size: 13px; color: var(--muted); margin-top: 4px; }

@media (prefers-reduced-motion: no-preference) {
    .aokh-hero-glow { animation: aokh-glow 16s ease-in-out infinite alternate; }
    .aokh-hero-col { animation: aokh-rise .7s ease both; }
    .aokh-hero-media { animation: aokh-rise .7s .12s ease both; }
    .aokh-phone--hero { animation: aokh-float 6s ease-in-out 1s infinite alternate; }
    .aokh-anim .aokh-section { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
    .aokh-anim .aokh-section.in { opacity: 1; transform: none; }
}
@keyframes aokh-glow { from { transform: translate3d(0,0,0) scale(1); opacity: .85; } to { transform: translate3d(0,-14px,0) scale(1.06); opacity: 1; } }
@keyframes aokh-rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes aokh-float { from { transform: translateY(0); } to { transform: translateY(-12px); } }

@media (max-width: 860px) { .aokh-hero-stats { justify-content: center; } }

/* ── Accettazione documenti (registrazione) ────────────────── */
.aokh-accept { margin: 8px 0 16px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.aokh-accept-h { font-weight: 700; font-size: 14px; margin-bottom: 12px; color: var(--ink); }
.aokh-accept .aokh-consent { margin: 0 0 10px; }
.aokh-accept .aokh-consent:last-child { margin-bottom: 0; }

/* ── Sezione "Sempre aggiornato al portale" ─────────────────── */
.aokh-updated { background: linear-gradient(160deg, #eef2ff, #faf8ff); border: 1px solid var(--line); border-radius: 26px; padding: clamp(28px, 5vw, 52px); text-align: center; box-shadow: 0 20px 50px rgba(27,23,54,.08); }
.aokh-updated-badge { display: inline-block; font-size: 13px; font-weight: 700; color: var(--p600); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; margin-bottom: 14px; }
.aokh-updated h2 { font-size: clamp(24px, 3.4vw, 34px); font-weight: 800; margin: 0 0 14px; }
.aokh-updated > p { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 720px; margin: 0 auto; }
.aokh-updated-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 34px; text-align: left; }
.aokh-updated-point { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
.aokh-updated-point span { font-size: 28px; display: block; margin-bottom: 8px; }
.aokh-updated-point b { display: block; font-size: 16px; margin-bottom: 4px; color: var(--ink); }
.aokh-updated-point p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.55; }
@media (max-width: 760px) { .aokh-updated-points { grid-template-columns: 1fr; } }

/* ── Sezione ROSS1000: mappa Italia + waitlist ──────────────── */
.aokh-ross-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 36px; align-items: center; margin-top: 30px; }
@media (max-width: 860px) { .aokh-ross-grid { grid-template-columns: 1fr; gap: 26px; } }
.aokh-ross-map { position: relative; }
.aokh-italy { width: 100%; max-width: 330px; height: auto; display: block; margin: 0 auto; }
.aokh-reg { stroke: #ffffff; stroke-width: 0.8; stroke-linejoin: round; transition: fill .15s ease; cursor: pointer; }
.aokh-reg--in { fill: #fdba74; }
.aokh-reg--out { fill: #fca5a5; }
.aokh-reg--in.is-hover { fill: #f97316; }
.aokh-reg--out.is-hover { fill: #ef4444; }
.aokh-map-tip { position: absolute; transform: translate(-50%, -130%); background: #1b1736; color: #fff; border-radius: 10px; padding: 7px 11px; font-size: 12.5px; line-height: 1.3; pointer-events: none; white-space: nowrap; box-shadow: 0 10px 26px rgba(27,23,54,.28); z-index: 3; }
.aokh-map-tip strong { display: block; font-weight: 700; }
.aokh-map-tip span { opacity: .8; font-size: 11.5px; }
.aokh-map-legend { display: flex; flex-direction: column; gap: 6px; margin-top: 16px; font-size: 13.5px; color: var(--muted); align-items: center; }
.aokh-map-legend span { display: inline-flex; align-items: center; gap: 8px; }
.aokh-dot { width: 13px; height: 13px; border-radius: 4px; flex: 0 0 auto; }
.aokh-dot--in { background: #f97316; }
.aokh-dot--out { background: #ef4444; }
.aokh-ross-form { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 26px 24px; box-shadow: 0 14px 40px rgba(27,23,54,.08); }
.aokh-ross-form h3 { margin: 0 0 4px; font-size: 20px; font-weight: 800; }
.aokh-ross-sub { margin: 0 0 16px; color: var(--muted); font-size: 14.5px; line-height: 1.5; }
.aokh-btn--block { display: block; width: 100%; text-align: center; }
.aokh-wl-ok { background: #ecfdf3; border: 1px solid #a7f3d0; color: #15803d; border-radius: 12px; padding: 16px; font-size: 15px; line-height: 1.5; text-align: center; }
.aokh-form-err { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; border-radius: 10px; padding: 10px 12px; font-size: 13.5px; margin-top: 10px; }

/* ── Popup annuncio ROSS1000 ────────────────────────────────── */
.aokh-pop { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.aokh-pop[hidden] { display: none; }
.aokh-pop-back { position: absolute; inset: 0; background: rgba(20,16,40,.55); backdrop-filter: blur(2px); }
.aokh-pop-card { position: relative; background: #fff; border-radius: 22px; max-width: 640px; width: 100%; padding: 28px; box-shadow: 0 30px 70px rgba(20,16,40,.35); animation: aokh-pop-in .28s cubic-bezier(.2,.8,.3,1.2) both; }
@keyframes aokh-pop-in { from { opacity: 0; transform: translateY(16px) scale(.96); } to { opacity: 1; transform: none; } }
.aokh-pop-x { position: absolute; top: 12px; right: 14px; background: none; border: none; font-size: 20px; line-height: 1; color: #9a97ad; cursor: pointer; padding: 4px; z-index: 2; }
.aokh-pop-inner { display: grid; grid-template-columns: 160px 1fr; gap: 24px; align-items: center; }
.aokh-pop-map { display: flex; justify-content: center; }
.aokh-pop-map svg { width: 100%; max-width: 150px; height: auto; }
.aokh-pop-txt { text-align: left; }
.aokh-pop-badge { display: inline-block; font-size: 12px; font-weight: 700; color: #9a3412; background: #ffedd5; border-radius: 999px; padding: 4px 12px; margin-bottom: 10px; }
.aokh-pop-txt h3 { font-size: 21px; font-weight: 800; margin: 0 0 8px; }
.aokh-pop-txt p { color: var(--muted); font-size: 14.5px; line-height: 1.55; margin: 0 0 18px; }
.aokh-pop-later { display: block; width: 100%; background: none; border: none; color: var(--muted); font-size: 13.5px; cursor: pointer; margin-top: 10px; }
@media (max-width: 560px) { .aokh-pop-inner { grid-template-columns: 1fr; gap: 14px; } .aokh-pop-map svg { max-width: 120px; } .aokh-pop-txt { text-align: center; } }
@media (prefers-reduced-motion: reduce) { .aokh-pop-card { animation: none; } }


/* ── Pricing plans (3 pacchetti) ───────────────────────────── */
.aokh-plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; align-items: stretch; margin: 10px auto 0; max-width: 760px; }
.aokh-plan { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 30px 26px 28px; box-shadow: 0 8px 24px rgba(27,23,54,.06); }
.aokh-plan--hot { border: 1.5px solid transparent; background: linear-gradient(#fff,#fff) padding-box, linear-gradient(135deg, var(--p), var(--p2)) border-box; box-shadow: 0 24px 54px rgba(79,70,229,.18); }
@media (min-width: 861px) { .aokh-plan--hot { transform: translateY(-10px); } }
.aokh-plan-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg, var(--p), var(--p2)); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; white-space: nowrap; box-shadow: 0 8px 20px rgba(79,70,229,.3); }
.aokh-plan-name { font-size: 19px; font-weight: 800; margin: 4px 0 4px; letter-spacing: -.01em; }
.aokh-plan-wok { color: #ea580c; }
.aokh-plan-desc { font-size: 14px; color: var(--muted); margin: 0 0 16px; min-height: 42px; }
.aokh-plan-price { display: flex; align-items: baseline; gap: 4px; font-variant-numeric: tabular-nums; }
.aokh-plan-price .cur { font-size: 22px; font-weight: 700; color: var(--ink); }
.aokh-plan-price .amt { font-size: 46px; font-weight: 800; letter-spacing: -.03em; line-height: 1; color: var(--ink); }
.aokh-plan-price .per { font-size: 14px; color: var(--muted); font-weight: 600; }
.aokh-plan-unit { font-size: 12.5px; color: var(--muted); margin: 6px 0 0; font-weight: 600; }
.aokh-plan-feats { list-style: none; margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; flex: 1; }
.aokh-plan-feats li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; line-height: 1.4; color: var(--ink); }
.aokh-plan-feats li::before { content: "\2713"; flex: 0 0 20px; width: 20px; height: 20px; margin-top: 1px; border-radius: 50%; background: #eef2ff; color: var(--p); font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.aokh-plan--hot .aokh-plan-feats li::before { background: linear-gradient(135deg, var(--p), var(--p2)); color: #fff; }
.aokh-plan-feats li b { font-weight: 700; }
.aokh-plan .aokh-btn { margin-top: 24px; }
.aokh-plan-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 30px; max-width: 1120px; margin: 34px auto 0; background: var(--soft); border: 1px solid var(--line); border-radius: 18px; padding: 22px 24px; }
.aokh-plan-note { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; }
.aokh-plan-note .ic { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 10px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; font-size: 17px; }
.aokh-plan-note b { display: block; font-size: 14.5px; margin-bottom: 1px; color: var(--ink); }
.aokh-plan-note span { color: var(--muted); }
@media (max-width: 860px) {
    .aokh-plans { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
    .aokh-plan--hot { transform: none; }
    .aokh-plan-desc { min-height: 0; }
    .aokh-plan-notes { grid-template-columns: 1fr; max-width: 440px; }
}


/* ── Pricing: selettore Abbonamento / A consumo ────────────── */
.aokh-switch { text-align: center; margin-top: 10px; }
.aokh-switch > input { position: absolute; opacity: 0; pointer-events: none; }
.aokh-ptoggle { position: relative; display: inline-flex; background: var(--soft); border: 1px solid var(--line); border-radius: 999px; padding: 5px; gap: 2px; }
.aokh-ptoggle label { position: relative; z-index: 2; cursor: pointer; font-weight: 700; font-size: 14.5px; color: var(--muted); padding: 10px 24px; border-radius: 999px; transition: color .2s; white-space: nowrap; }
.aokh-ppill { position: absolute; z-index: 1; top: 5px; bottom: 5px; left: 5px; width: calc(50% - 5px); background: #fff; border-radius: 999px; box-shadow: 0 6px 18px rgba(27,23,54,.12); transition: transform .25s cubic-bezier(.4,.1,.2,1); }
#pm-use:checked ~ .aokh-ptoggle .aokh-ppill { transform: translateX(100%); }
#pm-sub:checked ~ .aokh-ptoggle label[for=pm-sub] { color: var(--p); }
#pm-use:checked ~ .aokh-ptoggle label[for=pm-use] { color: var(--p); }
.aokh-pgroups { margin-top: 28px; text-align: left; }
.aokh-pgroup { display: none; }
#pm-sub:checked ~ .aokh-pgroups .aokh-pg--sub { display: block; }
#pm-use:checked ~ .aokh-pgroups .aokh-pg--use { display: block; }
.aokh-plan-addon { font-size: 12.5px; color: #ea580c; font-weight: 700; margin: 6px 0 0; }
.aokh-ricarica { display: flex; flex-wrap: wrap; gap: 12px 18px; justify-content: center; align-items: center; margin: 22px auto 0; max-width: 1040px; background: var(--soft); border: 1px solid var(--line); border-radius: 16px; padding: 18px 22px; }
.aokh-ricarica .rlab { font-weight: 700; font-size: 14px; }
.aokh-rchip { background: #fff; border: 1.5px solid #dfe1fb; border-radius: 14px; padding: 11px 18px; font-weight: 800; font-size: 23px; color: var(--p); font-variant-numeric: tabular-nums; box-shadow: 0 8px 18px -8px rgba(79,70,229,.4); line-height: 1; }
.aokh-rchip small { font-weight: 600; color: var(--muted); font-size: 12.5px; }
.aokh-ricarica .rnote { flex-basis: 100%; text-align: center; font-size: 13px; color: var(--muted); margin-top: 2px; }
.aokh-ricarica .rnote b { color: var(--p); }


/* ── Nuovo hero a pilastri (presentazione) ─────────────────── */
.aokh-hero .hx-head{text-align:center;max-width:760px;margin:0 auto}
.aokh-hero .hx-h1{font-size:clamp(34px,5.4vw,56px);line-height:1.04;letter-spacing:-.025em;font-weight:800;margin:18px 0 0;text-wrap:balance}
.aokh-hero .hx-h1 span{background:linear-gradient(90deg,var(--p),var(--p2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.aokh-hero .hx-sub{font-size:clamp(16px,2.3vw,19px);color:var(--muted);margin:18px auto 0;max-width:620px;text-wrap:balance}
.hx-cta-center{justify-content:center}
.hx-trust-center{justify-content:center;margin-top:26px}
.hx-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:clamp(30px,5vw,50px);text-align:left}
.hx-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px 24px 24px;box-shadow:0 10px 30px -18px rgba(27,23,54,.35);display:flex;flex-direction:column;overflow:hidden;transition:transform .16s ease,box-shadow .2s ease}
.hx-card:hover{transform:translateY(-6px);box-shadow:0 26px 50px -24px rgba(27,23,54,.4)}
.hx-card::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:var(--accent)}
.hx-illu{height:150px;border-radius:16px;background:var(--tint);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.hx-illu svg{width:82%;height:auto;display:block}
.hx-eyebrow{font-size:11.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--accent)}
.hx-name{font-size:20px;font-weight:800;margin:6px 0 8px;letter-spacing:-.01em;color:var(--ink)}
.hx-desc{font-size:14.5px;color:var(--muted);margin:0;flex:1}
.hx-foot{margin-top:16px;font-size:13px;font-weight:700;color:var(--accent);display:inline-flex;align-items:center;gap:6px}
.hx-c1{--accent:var(--p);--tint:#eef0ff}
.hx-c2{--accent:#7c3aed;--tint:#f3ecff}
.hx-c3{--accent:#ea580c;--tint:#fff2e8}
.hx-card--link{color:inherit;text-decoration:none;cursor:pointer;background:linear-gradient(180deg,#fff,#fff8f3);border-color:#f7d7bd}
.hx-card--link:hover{transform:translateY(-8px);box-shadow:0 30px 56px -22px rgba(234,88,12,.5);border-color:#f0a869}
.hx-card--link:focus-visible{outline:3px solid #f7b98a;outline-offset:3px}
.hx-ribbon{position:absolute;top:14px;right:14px;z-index:2;background:var(--accent);color:#fff;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:5px 11px;border-radius:999px;box-shadow:0 6px 16px rgba(27,23,54,.22)}
.hx-linkbtn{margin-top:16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(90deg,#ea580c,#f97316);color:#fff;font-weight:800;font-size:14.5px;padding:12px 18px;border-radius:12px;box-shadow:0 10px 24px -10px rgba(234,88,12,.6);transition:gap .15s}
.hx-card--link:hover .hx-linkbtn{gap:12px}
.hx-linkbtn .arw{font-size:16px;line-height:1}
.hx-receipt{position:relative;overflow:hidden;margin-top:24px;border-radius:24px;padding:34px 36px;min-height:210px;background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 26px 54px -26px rgba(79,70,229,.7)}
.hx-receipt-art{position:absolute;inset:0;z-index:0;pointer-events:none}
.hx-receipt-art .aokh-receipt-svg{position:absolute;top:4px;right:4%;width:216px;height:auto;transform:rotate(4deg);border-radius:8px;box-shadow:0 20px 34px rgba(0,0,0,.34)}
.hx-receipt-veil{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#4f46e5 0%,#4f46e5 38%,rgba(79,70,229,.9) 52%,rgba(108,58,230,.5) 72%,rgba(124,58,237,.1) 100%)}
.hx-receipt-txt{position:relative;z-index:2;color:#fff;max-width:60%}
.hx-receipt-eyebrow{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#d7d2ff}
.aokh .hx-receipt-txt h3{font-size:clamp(22px,3.2vw,30px);font-weight:800;letter-spacing:-.02em;margin:8px 0 8px;line-height:1.1;color:#fff}
.hx-receipt-txt h3 span{color:#ffd9a8}
.hx-receipt-txt p{margin:0;font-size:15.5px;color:rgba(255,255,255,.92);max-width:560px;line-height:1.55}
.hx-timeline{margin-top:16px;display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:9px 16px;font-size:13.5px;font-weight:600;color:#fff}
.hx-timeline b{color:#fff}
.hx-timeline .arw{opacity:.8}
@media (max-width:820px){
    .hx-pillars{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}
    .hx-receipt{padding:26px 22px;min-height:0}
    .hx-receipt-txt{max-width:100%}
    .hx-receipt-txt p{margin-left:auto;margin-right:auto}
    .hx-receipt-art .aokh-receipt-svg{width:150px;right:-22px;top:-6px}
    .hx-receipt-veil{background:linear-gradient(180deg,#4f46e5 0%,#4f46e5 55%,rgba(124,58,237,.55) 100%)}
    .hx-timeline{flex-wrap:wrap;justify-content:center}
}


/* ── Add-on WelcomeOK (fascia sotto i prezzi) ──────────────── */
.aokh-wok-addon{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;max-width:1120px;margin:24px auto 0;background:linear-gradient(135deg,#fff7ed,#ffe9d5);border:1px solid #fed7aa;border-radius:20px;padding:22px 26px}
.aokh-wok-addon-txt{flex:1;min-width:260px}
.aokh-wok-addon-eyebrow{display:block;font-size:11.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ea580c;margin-bottom:6px}
.aokh-wok-addon-txt b{display:block;font-size:18px;color:var(--ink);margin-bottom:4px}
.aokh-wok-addon-txt > span:last-child{color:var(--muted);font-size:14px;line-height:1.5}
.aokh-wok-addon-side{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.aokh-wok-addon-price{font-size:30px;font-weight:800;color:#ea580c;white-space:nowrap}
.aokh-wok-addon-price small{font-size:14px;font-weight:600;color:#9a3412}
@media (max-width:600px){ .aokh-wok-addon{flex-direction:column;align-items:flex-start} .aokh-wok-addon-side{width:100%;justify-content:space-between} }

.aokh-plan-scan{font-size:12.5px;color:var(--muted);margin:4px 0 0;font-weight:700}
.aokh-plan-scan span{font-weight:500;opacity:.75}


/* ── Popup calcolatore "Aiuto a scegliere" ─────────────────── */
.aokh-cmodal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:18px}
.aokh-cmodal[hidden]{display:none}
.aokh-cmodal-back{position:absolute;inset:0;background:rgba(27,23,54,.55);backdrop-filter:blur(2px)}
.aokh-cmodal-x{position:absolute;top:8px;right:12px;z-index:3;background:none;border:none;font-size:28px;line-height:1;color:var(--muted);cursor:pointer;padding:4px}
.cx-modal{position:relative;z-index:2;width:100%;max-width:600px;max-height:92vh;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 30px 70px -30px rgba(27,23,54,.5)}
.cx-head{padding:22px 26px 6px}
.cx-eyebrow{font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--p)}
.cx-head h3{font-size:22px;font-weight:800;margin:6px 0 4px;letter-spacing:-.01em}
.cx-head p{margin:0;color:var(--muted);font-size:14px}
.cx-body{padding:16px 26px 4px}
.cx-row{margin:16px 0}
.cx-row .lab{display:flex;justify-content:space-between;align-items:baseline;font-weight:600;font-size:14.5px;margin-bottom:6px}
.cx-row .val{font-size:18px;font-weight:800;color:var(--p);font-variant-numeric:tabular-nums}
.cx-row input[type=range]{width:100%;accent-color:var(--p);height:6px}
.cx-toggles{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 4px}
.cx-chk{display:inline-flex;align-items:center;gap:8px;background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:8px 14px;font-size:13.5px;font-weight:600;cursor:pointer}
.cx-chk input{accent-color:var(--p);width:16px;height:16px}
.cx-est{font-size:13px;color:var(--muted);margin-top:12px;background:var(--soft);border:1px solid var(--line);border-radius:10px;padding:9px 12px}
.cx-est b{color:var(--ink)}
.cx-out{padding:8px 26px 24px}
.cx-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:8px}
.cx-card{border:1.5px solid var(--line);border-radius:16px;padding:16px 18px;position:relative;background:#fff}
.cx-card.win{border-color:transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,var(--p),var(--p2)) border-box;box-shadow:0 16px 34px -18px rgba(79,70,229,.5)}
.cx-card .t{font-size:13px;font-weight:700;color:var(--muted)}
.cx-card .big{font-size:30px;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums}
.cx-card .big small{font-size:14px;font-weight:600;color:var(--muted)}
.cx-card .d{font-size:12px;color:var(--muted);margin-top:4px;min-height:30px}
.cx-win-badge{position:absolute;top:-11px;left:16px;background:linear-gradient(90deg,var(--p),var(--p2));color:#fff;font-size:10.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:4px 10px;border-radius:999px}
.cx-reco{margin-top:16px;background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:14px 16px;font-size:14.5px}
.cx-reco b{color:var(--p)}
.cx-note{font-size:11.5px;color:var(--muted);margin-top:12px;text-align:center}
@media(max-width:520px){.cx-cards{grid-template-columns:1fr}}


/* ── Prezzi: 4 card affiancate + kind badge + pulsante aiuto ── */
.aokh-plans4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:stretch;margin-top:12px}
.aokh-plans4 .aokh-plan{padding:24px 20px 22px}
.aokh-plans4 .aokh-plan-price .amt{font-size:38px}
.aokh-plan-kind{font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;display:inline-block;padding:3px 9px;border-radius:999px;margin-bottom:8px}
.aokh-kind--sub{color:#4f46e5;background:#eef0ff}
.aokh-kind--use{color:#7c3aed;background:#f3ecff}
@media(max-width:1000px){.aokh-plans4{grid-template-columns:repeat(2,1fr);max-width:560px;margin-left:auto;margin-right:auto}}
@media(max-width:540px){.aokh-plans4{grid-template-columns:1fr;max-width:360px}}
.aokh-help{display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap;margin:14px 0 46px}
.aokh-help span{color:var(--muted);font-weight:600;font-size:15px}
.aokh-help-cta{font-size:16px;box-shadow:0 14px 30px -8px rgba(79,70,229,.6)!important}
@media(prefers-reduced-motion:no-preference){.aokh-help-cta{animation:aokh-help-pulse 2.6s ease-in-out infinite}}
@keyframes aokh-help-pulse{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}

/* ══ Modifiche landing (11) ══════════════════════════════════ */

/* [4] Riga trust → banda in evidenza (indigo scuro), stessi 4 contenuti e link */
.aokh-trustband { background: linear-gradient(100deg, #1b1736, #2a2350); color: #efedf8; padding: 18px 0; }
.aokh-trustband-in { display: flex; gap: 14px 30px; flex-wrap: wrap; align-items: center; justify-content: center;
    font-size: 14.5px; font-weight: 600; margin-top: 0; }
.aokh-trustband-in span { color: #efedf8; }
.aokh-trustband-in .aokh-trust-link { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.aokh-trustband-in .aokh-trust-link:hover { opacity: .85; }

/* [3] Banner Airbnb ricollocato vicino ai Prezzi: respiro sopra e sotto */
.aokh-airbnb-cta { padding: 34px 0 40px; }
.aokh-airbnb-cta .hx-calc-teaser { margin-top: 0 !important; }

/* [6] Icone SVG a linea al posto delle emoji */
.aokh-ico { display: block; color: var(--p); }
.aokh-story-point .ico { color: var(--p); line-height: 0; }
.aokh-card-ico { color: var(--p); }
.aokh-trustcard-ico { color: var(--p); line-height: 0; }
.aokh-trustcard-ico .aokh-ico { width: 32px; height: 32px; }
.aokh-vs-h .aokh-ico { display: inline-block; width: 22px; height: 22px; vertical-align: -4px; margin-right: 7px; }
.aokh-vs-card--bad  .aokh-vs-h .aokh-ico { color: #b42318; }
.aokh-vs-card--good .aokh-vs-h .aokh-ico { color: #0f8a53; }

/* [10] Altezze uniformi: card "Perché"/"Privacy" e mockup "Come funziona" */
.aokh-grid > *, .aokh-trustgrid > * { height: 100%; }
.aokh-steps > * { height: 100%; display: flex; flex-direction: column; }
