:root {
    --aph-gold: #edae18;
    --aph-pink: #d7336d;
    --aph-dark: #03271e;
    --aph-ink: #07382c;
    --aph-paper: #f6efdd;
    --aph-white: #fffef9;
    --aph-line: rgba(7, 56, 44, .16);
}

.aph {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin-left: -50vw;
    overflow: hidden;
    color: var(--aph-ink);
    background: var(--aph-white);
    font-family: Inter, Arial, sans-serif;
}

.aph-page .entry-title { display: none; }
.aph * { box-sizing: border-box; }
.aph button, .aph select, .aph input { font: inherit; }
.aph button { cursor: pointer; }
.aph-shell { width: min(1200px, calc(100% - 36px)); margin: auto; }
.aph-kicker { color: var(--aph-gold); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.aph h1, .aph h2, .aph h3 { font-family: Georgia, serif; font-weight: 500; }

.aph-notice {
    position: fixed;
    z-index: 9999;
    top: 82px;
    left: 50%;
    width: min(720px, calc(100% - 30px));
    padding: 16px 22px;
    transform: translateX(-50%);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 50px #0003;
    text-align: center;
}
.aph-notice.success { background: #dff7e9; }

.aph-founder-registration { padding: 120px 0 55px; background: var(--aph-paper); }
.aph-founder-registration > .aph-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 45px; align-items: center; padding: 34px; border: 1px solid var(--aph-line); border-radius: 24px; background: #fff; box-shadow: 0 22px 55px rgba(7, 56, 44, .12); }
.aph-founder-registration h2 { margin: 9px 0 12px; font-size: clamp(32px, 4vw, 50px); line-height: 1.03; }
.aph-founder-registration > .aph-shell > div > p { margin: 0; color: #536a62; line-height: 1.65; }
.aph-founder-registration form { display: grid; gap: 14px; }
.aph-founder-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.aph-founder-fields label { display: grid; gap: 7px; color: #405c52; font-size: 11px; font-weight: 900; }
.aph-founder-fields input { width: 100%; padding: 14px; border: 1px solid var(--aph-line); border-radius: 11px; background: #fffdf7; color: var(--aph-ink); }
.aph-founder-privacy { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; color: #536a62; font-size: 12px; line-height: 1.45; }
.aph-founder-registration button[type="submit"] { padding: 15px 20px; border: 0; border-radius: 30px; background: var(--aph-gold); color: var(--aph-dark); font-weight: 900; }
.aph-founder-registration button[disabled] { opacity: .65; cursor: wait; }
#aph-founder-message { min-height: 19px; margin: 0; color: #536a62; font-size: 12px; }
#aph-founder-message.success { color: #08713f; font-weight: 800; }
#aph-founder-message.error { color: #a32440; font-weight: 800; }

.aph-hero {
    padding: 150px 0 90px;
    color: #fff;
    background:
        radial-gradient(circle at 75% 25%, #7f611e66, transparent 34%),
        linear-gradient(135deg, #031914, #0a3b2d);
}
.aph-hero-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; align-items: center; }
.aph-hero h1 { margin: 20px 0; font-size: clamp(48px, 6vw, 82px); line-height: .98; }
.aph-hero h1 em { display: block; color: var(--aph-gold); }
.aph-hero p { max-width: 650px; color: #ffffffc7; font-size: 18px; line-height: 1.7; }
.aph-hero a {
    display: inline-block;
    margin-top: 24px;
    padding: 15px 22px;
    border-radius: 40px;
    background: var(--aph-gold);
    color: var(--aph-dark);
    font-weight: 900;
    text-decoration: none;
}
.aph-hero figure { position: relative; height: 480px; margin: 0; overflow: hidden; border-radius: 28px; box-shadow: 0 30px 70px #0008; }
.aph-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.aph-hero figure b { position: absolute; top: 18px; right: 18px; padding: 9px 12px; border-radius: 30px; background: #041d16e8; font-size: 10px; letter-spacing: .12em; }

.aph-live { padding: 90px 0; background: var(--aph-paper); }
.aph-live > .aph-shell > header h2, .aph-how h2 { margin: 12px 0 35px; font-size: clamp(38px, 4vw, 60px); }
.aph-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.aph-tab { padding: 18px; border: 1px solid var(--aph-line); border-radius: 15px; background: #ffffff99; color: var(--aph-ink); text-align: left; }
.aph-tab b, .aph-tab small { display: block; }
.aph-tab b { font: 500 21px Georgia; }
.aph-tab small { margin-top: 5px; color: #63766f; }
.aph-tab.active { border-color: var(--aph-gold); background: #fff; box-shadow: 0 12px 35px #082c2314; }

.aph-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.aph-grid > * { min-width: 0; }
.aph-project, .aph-rewards { overflow: hidden; border: 1px solid var(--aph-line); border-radius: 22px; background: #fff; }
.aph-media { position: relative; height: 470px; background: var(--aph-dark); }
.aph-media img { width: 100%; height: 100%; object-fit: cover; }
#aph-placeholder { display: none; height: 100%; place-items: center; padding: 30px; color: var(--aph-gold); font: 500 28px Georgia; text-align: center; }
.aph-project-copy { padding: 25px; }
.aph-project-copy > span { color: var(--aph-gold); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.aph-project-copy h2 { margin: 7px 0 12px; font-size: 38px; }
#aph-description { margin: 0 0 18px; color: #536a62; line-height: 1.65; }

.aph-artist-card { margin: 20px 0; padding: 18px; border-left: 5px solid var(--aph-gold); border-radius: 0 14px 14px 0; background: #fff7e2; }
.aph-artist-card > span { color: #8c6917; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.aph-artist-card h3 { margin: 5px 0; font-size: 24px; }
.aph-artist-card p { margin: 0; color: #6c6a5d; font-size: 12px; }
.aph-manager-card { margin: -8px 0 20px; padding: 17px 18px; border-left: 5px solid var(--aph-pink); border-radius: 0 14px 14px 0; background: #fceaf1; }
.aph-manager-card[hidden] { display: none !important; }
.aph-manager-card > span { color: #9b204b; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.aph-manager-card h3 { margin: 5px 0; font-size: 23px; }
.aph-manager-card p { margin: 0; color: #66545b; font-size: 12px; line-height: 1.45; }
.aph-location { display: flex; gap: 8px; align-items: center; color: #405c52; }
.aph-location b { color: var(--aph-gold); font-size: 22px; }
.aph-bar { height: 9px; border-radius: 20px; background: #e2e6df; }
.aph-bar i { display: block; height: 100%; border-radius: inherit; background: var(--aph-gold); }
.aph-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 17px; }
.aph-stats b { font-size: 20px; }
.aph-stats small { color: #6c7d76; font-size: 9px; letter-spacing: .1em; }

.aph-rewards {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    max-height: none;
    min-width: 0;
    padding: 22px;
    overflow: hidden !important;
    scrollbar-gutter: auto;
}
.aph-rewards * { box-sizing: border-box; min-width: 0; }
.aph-rewards h2 { margin: 0 0 5px; font-size: 35px; }
.aph-help { margin: 0 0 17px; color: #60736b; font-size: 12px; line-height: 1.5; }
.aph-reward {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 0 7px !important;
    padding: 12px 14px !important;
    overflow: hidden !important;
    border: 1px solid var(--aph-line);
    border-radius: 12px;
    background: #fff;
    color: var(--aph-ink);
    text-align: left !important;
    white-space: normal !important;
}
.aph-reward * {
    max-width: 100%;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
}
.aph-reward strong, .aph-reward span { display: block; }
.aph-reward strong { font: 500 16px/1.2 Georgia; }
.aph-reward span { margin-top: 3px; color: #60736b; font-size: 11px; line-height: 1.25; }
.aph-reward small { display: block; margin-top: 5px; color: #405c52; font-size: 10px; line-height: 1.3; }
.aph .aph-reward {
    border-color: var(--aph-line) !important;
    background: #fff !important;
    color: var(--aph-ink) !important;
    -webkit-text-fill-color: var(--aph-ink) !important;
}
.aph .aph-reward strong { color: var(--aph-ink) !important; -webkit-text-fill-color: var(--aph-ink) !important; }
.aph .aph-reward span { color: #60736b !important; -webkit-text-fill-color: #60736b !important; }
.aph .aph-reward small { color: #405c52 !important; -webkit-text-fill-color: #405c52 !important; }
.aph .aph-reward:focus,
.aph .aph-reward:active,
.aph .aph-reward.active {
    border-color: var(--aph-gold) !important;
    background: #fff8e8 !important;
    outline: 3px solid rgba(237, 174, 24, .18) !important;
    outline-offset: 0;
}
.aph .aph-reward:hover:not(.active) {
    border-color: var(--aph-pink) !important;
    background: var(--aph-pink) !important;
    color: var(--aph-dark) !important;
    -webkit-text-fill-color: var(--aph-dark) !important;
    outline: 3px solid rgba(215, 51, 109, .18) !important;
}
.aph .aph-reward:hover:not(.active) strong,
.aph .aph-reward:hover:not(.active) span,
.aph .aph-reward:hover:not(.active) small {
    color: var(--aph-dark) !important;
    -webkit-text-fill-color: var(--aph-dark) !important;
}

.aph .aph-tab,
.aph .aph-tab:hover,
.aph .aph-tab:focus,
.aph .aph-tab:active,
.aph .aph-track-tabs button,
.aph .aph-track-tabs button:hover,
.aph .aph-track-tabs button:focus,
.aph .aph-track-tabs button:active,
.aph .aph-component {
    color: var(--aph-ink) !important;
    -webkit-text-fill-color: var(--aph-ink) !important;
}
.aph .aph-tab.active,
.aph .aph-tab.active:hover,
.aph .aph-tab:focus,
.aph .aph-track-tabs button.active,
.aph .aph-component.funded {
    border-color: var(--aph-gold) !important;
    background: #fff8e8 !important;
}
.aph .aph-tab:hover:not(.active) {
    border-color: var(--aph-pink) !important;
    background: var(--aph-pink) !important;
    color: var(--aph-dark) !important;
    -webkit-text-fill-color: var(--aph-dark) !important;
}
.aph .aph-track-tabs button:hover:not(.active) {
    background: var(--aph-pink) !important;
    color: var(--aph-dark) !important;
    -webkit-text-fill-color: var(--aph-dark) !important;
}

.aph-track-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 55px 0 18px; padding: 6px; border-radius: 18px; background: #e5dcc8; }
.aph-track-tabs button { padding: 17px; border: 0; border-radius: 13px; background: transparent; color: var(--aph-ink); font-weight: 800; }
.aph-track-tabs button.active { background: #fff; box-shadow: 0 8px 20px #082c2315; }
.aph-track { display: none; }
.aph-track.active { display: block; }

#aph-pixel-track, .aph-components-section, .aph-reward-images-section { padding: 32px; border: 1px solid var(--aph-line); border-radius: 22px; background: #fff; }
.aph-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 24px; }
.aph-section-head h2 { max-width: 760px; margin: 8px 0 0; font-size: clamp(30px, 3vw, 46px); }
.aph-section-head > strong { color: var(--aph-gold); font: 500 clamp(28px, 4vw, 48px) Georgia; }
.aph-section-head select { width: min(430px, 100%); padding: 13px 42px 13px 14px; border: 1px solid var(--aph-line); border-radius: 12px; background: #fff; color: var(--aph-ink); }
.aph-auto-note { max-width: 720px; margin: 10px 0 0; color: #60736b; line-height: 1.55; }

.aph-pixel-grid {
    display: grid;
    grid-template-columns:
        repeat(50, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
    gap: 2px;
    padding: 14px;
    border-radius: 14px;
    background-color: var(--aph-dark);
    background-position: center;
    background-size: cover;
    transition: background-image .25s;
}
.aph-pixel-grid i { aspect-ratio: 1; border-radius: 2px; background: #ffffff16; transition: background .25s, transform .25s; }
.aph-pixel-grid i.funded { background: var(--aph-gold); box-shadow: 0 0 8px #edae1870; }
.aph-pixel-grid i.reserved { background: #fff2a5; }
.aph-pixel-grid.has-image { background-image: none !important; background-color: var(--aph-dark); }
.aph-pixel-grid.has-image i { background: #052f25; box-shadow: inset 0 0 0 1px rgba(170, 214, 228, .45); }
.aph-pixel-grid.has-image i.funded {
    background-color: transparent;
    background-image: var(--aph-pixel-image);
    background-position: var(--aph-pixel-x) var(--aph-pixel-y);
    background-repeat: no-repeat;
    background-size: 5000% 4000%;
    box-shadow: inset 0 0 0 1px rgba(237, 174, 24, .75), 0 0 7px rgba(237, 174, 24, .25);
}
.aph-pixel-grid.has-image i.reserved { background: #fff2a5; box-shadow: inset 0 0 0 1px rgba(237, 174, 24, .75); }

.aph-components { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.aph-component { min-height: 145px; padding: 17px; border: 1px solid var(--aph-line); border-radius: 14px; background: #fff; color: var(--aph-ink); text-align: left; }
.aph-component strong, .aph-component span, .aph-component b { display: block; }
.aph-component strong { min-height: 45px; font: 500 17px Georgia; }
.aph-component span { margin: 10px 0; color: #60736b; font-size: 11px; }
.aph-component b { height: 7px; overflow: hidden; border-radius: 20px; background: #e5e9e4; }
.aph-component b i { display: block; height: 100%; background: var(--aph-gold); }
.aph-component.active { border-color: var(--aph-gold); background: #fff8e8; }
.aph-component.funded { background: #e5f4e9; }

.aph-reward-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.aph-reward-gallery article { overflow: hidden; border: 1px solid var(--aph-line); border-radius: 16px; background: #fff; }
.aph-reward-gallery figure { display: grid; height: 190px; margin: 0; place-items: center; overflow: hidden; background: #eef1eb; }
.aph-reward-gallery figure img { width: 100%; height: 100%; object-fit: cover; }
.aph-reward-gallery figure.empty { padding: 20px; color: #6c7d76; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-align: center; }
.aph-reward-gallery h3 { margin: 16px 16px 7px; font-size: 20px; line-height: 1.2; }
.aph-reward-gallery p { margin: 0; padding: 0 16px 18px; color: #536a62; font-size: 12px; line-height: 1.5; }

.aph-choice { display: none; grid-template-columns: .8fr 1.2fr; gap: 38px; margin-top: 22px; padding: 32px; border-radius: 22px; background: var(--aph-dark); color: #fff; }
.aph-choice.show { display: grid; }
.aph-choice h2 { margin: 8px 0; color: #fff; font-size: 38px; }
.aph-choice > div > p { color: #ffffffb8; line-height: 1.6; }
.aph-choice form { display: grid; gap: 14px; }
.aph-choice form > label:first-child { display: grid; gap: 7px; color: #ffffffcc; font-size: 12px; font-weight: 800; }
.aph-choice input[type="email"] { width: 100%; padding: 14px; border: 1px solid #ffffff38; border-radius: 10px; background: #fff; color: var(--aph-ink); }
.aph-consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; color: #ffffffb5; font-size: 11px; line-height: 1.55; }
.aph-choice button[type="submit"] { padding: 15px 20px; border: 0; border-radius: 30px; background: var(--aph-gold); color: var(--aph-dark); font-weight: 900; }
.aph-choice button[disabled] { cursor: not-allowed; background: #53655f; color: #ccd5d1; }
#aph-checkout-error { min-height: 20px; margin: 0; color: #ffc6b9; font-size: 12px; }

.aph-map-section { display: grid; grid-template-columns: .55fr 1fr; gap: 30px; margin-top: 65px; align-items: center; }
.aph-map-section h2 { margin: 8px 0; font-size: clamp(34px, 4vw, 54px); }
.aph-map-section p { color: #60736b; line-height: 1.65; }
.aph-map-wrap { position: relative; height: 400px; overflow: hidden; border: 1px solid var(--aph-line); border-radius: 22px; background: #e4e7df; }
.aph-map-wrap iframe { width: 100%; height: 100%; border: 0; }
#aph-map-empty { display: none; height: 100%; place-items: center; padding: 35px; color: #60736b; text-align: center; }
.aph-map-wrap.empty iframe { display: none; }
.aph-map-wrap.empty #aph-map-empty { display: grid; }

.aph-timeline-section { margin-top: 75px; padding: 35px; border-radius: 22px; background: #fff; }
.aph-goal-road { position: relative; margin: 5px 0 45px; padding: 30px 4px 0; }
.aph-goal-rail { position: absolute; top: 39px; right: 25px; left: 25px; height: 6px; overflow: hidden; border-radius: 20px; background: #e1e5e0; }
.aph-goal-rail i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--aph-gold), var(--aph-pink)); transition: width .45s ease; }
.aph-goal-points { position: relative; display: flex; justify-content: space-between; align-items: start; }
.aph-goal-point { display: grid; min-width: 44px; justify-items: center; gap: 9px; color: #78877f; font-size: 11px; font-weight: 900; }
.aph-goal-point > i { width: 20px; height: 20px; border: 4px solid #fff; border-radius: 50%; background: #dfe4df; box-shadow: 0 0 0 2px #c8d0ca; }
.aph-goal-point.reached > i { background: var(--aph-pink); box-shadow: 0 0 0 2px var(--aph-pink), 0 0 18px rgba(215, 51, 109, .32); }
.aph-goal-point.reached b { color: var(--aph-dark); }
.aph-goal-point.queen { margin-top: -28px; gap: 2px; }
.aph-queen-icon { display: grid; width: 58px; height: 58px; place-content: center; justify-items: center; border: 3px solid #d4d9d4; border-radius: 50%; background: #f1f3ef; filter: grayscale(1); transition: filter .3s, transform .3s, box-shadow .3s; }
.aph-queen-icon em { display: block; height: 24px; font-style: normal; line-height: 1; }
.aph-queen-icon em:first-child { z-index: 1; margin-bottom: -8px; font-size: 21px; }
.aph-queen-icon em:last-child { font-size: 32px; }
.aph-goal-point.queen.reached .aph-queen-icon { border-color: var(--aph-gold); background: #fff7dc; filter: none; transform: scale(1.06); box-shadow: 0 0 0 5px rgba(237, 174, 24, .15), 0 8px 24px rgba(7, 56, 44, .18); }
.aph-timeline { position: relative; max-width: 850px; margin: 0; padding: 0; list-style: none; }
.aph-timeline::before { position: absolute; top: 10px; bottom: 10px; left: 8px; width: 2px; background: #d9ddda; content: ''; }
.aph-timeline li { position: relative; display: grid; grid-template-columns: 18px 1fr; gap: 18px; padding: 0 0 28px; }
.aph-timeline li > i { z-index: 1; width: 18px; height: 18px; border: 4px solid #fff; border-radius: 50%; background: var(--aph-gold); box-shadow: 0 0 0 1px var(--aph-gold); }
.aph-timeline li.milestone > i { background: var(--aph-dark); box-shadow: 0 0 0 1px var(--aph-dark); }
.aph-timeline strong { display: block; font: 500 21px Georgia; }
.aph-timeline p { margin: 4px 0; color: #536a62; }
.aph-timeline time { color: #89968f; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.aph-timeline li.empty { color: #60736b; }
.aph-timeline li.empty > i { background: #d9ddda; box-shadow: 0 0 0 1px #c9d0cb; }

.aph-how { padding: 90px 0; background: var(--aph-dark); color: #fff; }
.aph-how > div > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.aph-how p { min-height: 155px; margin: 0; padding: 20px; border: 1px solid #ffffff22; border-radius: 15px; color: #ffffffb3; line-height: 1.55; }
.aph-how p b { display: block; margin-bottom: 35px; color: var(--aph-gold); }
.aph-founders-wall { position: relative; overflow: hidden; padding: 100px 0 110px; color: #fff; background: radial-gradient(circle at 80% 15%, rgba(237, 174, 24, .15), transparent 30%), linear-gradient(145deg, #021d16, #07382c); }
.aph-founders-wall::before { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(30deg, transparent 48%, var(--aph-gold) 49%, var(--aph-gold) 51%, transparent 52%); background-size: 46px 80px; content: ''; pointer-events: none; }
.aph-founders-wall > .aph-shell { position: relative; }
.aph-founders-wall header { max-width: 850px; margin-bottom: 38px; }
.aph-founders-wall h2 { margin: 10px 0 13px; color: #fff; font-size: clamp(42px, 5vw, 68px); line-height: 1; }
.aph-founders-wall header p { margin: 0; color: rgba(255, 255, 255, .72); font-size: 16px; line-height: 1.6; }
.aph-founders-wall header strong { color: var(--aph-gold); }
.aph-founders-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); gap: 14px; }
.aph-founders-grid article { display: grid; min-height: 155px; padding: 22px 16px; place-content: center; justify-items: center; overflow: hidden; border: 1px solid rgba(237, 174, 24, .72); clip-path: polygon(12% 0, 88% 0, 100% 12%, 100% 88%, 88% 100%, 12% 100%, 0 88%, 0 12%); background: rgba(3, 39, 30, .94); text-align: center; box-shadow: inset 0 0 28px rgba(237, 174, 24, .08); }
.aph-founders-grid article > span { margin-bottom: 8px; font-size: 25px; filter: sepia(1) saturate(1.6); }
.aph-founders-grid article strong { max-width: 100%; color: #fff; font: 500 20px/1.15 Georgia, serif; overflow-wrap: anywhere; }
.aph-founders-grid article small { margin-top: 8px; color: var(--aph-gold); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.aph-founders-grid article.empty { border-style: dashed; opacity: .72; }
.aph-demo { padding: 25px; background: var(--aph-gold); color: var(--aph-dark); text-align: center; }

@media (max-width: 900px) {
    .aph-hero-grid, .aph-grid, .aph-choice, .aph-map-section, .aph-founder-registration > .aph-shell { grid-template-columns: 1fr; }
    .aph-hero figure { height: 400px; }
    .aph-how > div > div { grid-template-columns: 1fr 1fr; }
    .aph-components { grid-template-columns: 1fr 1fr; }
    .aph-reward-gallery { grid-template-columns: 1fr 1fr; }
    .aph-section-head { align-items: stretch; flex-direction: column; }
}

@media (max-width: 600px) {
    .aph-hero { padding: 120px 0 60px; }
    .aph-founder-registration { padding: 95px 0 35px; }
    .aph-founder-registration > .aph-shell { gap: 25px; padding: 22px; }
    .aph-founder-fields { grid-template-columns: 1fr; }
    .aph-hero h1 { font-size: 47px; }
    .aph-tabs, .aph-track-tabs, .aph-how > div > div, .aph-components { grid-template-columns: 1fr; }
    .aph-media { height: 320px; }
    .aph-rewards { max-height: none; }
    #aph-pixel-track, .aph-components-section, .aph-reward-images-section, .aph-choice, .aph-timeline-section { padding: 20px; }
    .aph-reward-gallery { grid-template-columns: 1fr; }
    .aph-goal-road { margin-bottom: 35px; padding-top: 25px; }
    .aph-goal-rail { top: 34px; right: 19px; left: 19px; }
    .aph-goal-point { min-width: 34px; font-size: 9px; }
    .aph-goal-point.queen { margin-top: -22px; }
    .aph-queen-icon { width: 48px; height: 48px; }
    .aph-queen-icon em:first-child { font-size: 18px; }
    .aph-queen-icon em:last-child { font-size: 27px; }
    /* APETERRA PIXEL GRID FIXED MATRIX V1 */
    .aph-pixel-grid {
        grid-template-columns:
            repeat(50, minmax(0, 1fr));
        gap: 1px;
        padding: 9px;
    }
    .aph-stats b { font-size: 16px; }
    .aph-founders-wall { padding: 75px 0 85px; }
    .aph-founders-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
    .aph-founders-grid article { min-height: 132px; padding: 17px 10px; }
    .aph-founders-grid article strong { font-size: 16px; }
}


/* APETERRA CHECKOUT NOTICE CLOSE */
.aph-notice {
    padding-right: 58px;
    transition:
        opacity 0.32s ease,
        transform 0.32s ease,
        visibility 0.32s ease;
}

.aph-notice.is-hiding {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px);
    pointer-events: none;
}

.aph-notice-close {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 2;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 50, 39, 0.1);
    color: #003b2f;
    font: 700 29px/1 Arial, sans-serif;
    cursor: pointer;
    place-items: center;
}

.aph-notice-close:hover,
.aph-notice-close:focus-visible {
    background: rgba(0, 50, 39, 0.2);
    outline: 2px solid #003b2f;
    outline-offset: 2px;
}

@media (max-width: 600px) {
    .aph-notice {
        padding-right: 48px;
    }

    .aph-notice-close {
        top: 8px;
        right: 8px;
        width: 34px;
        height: 34px;
        font-size: 25px;
    }
}

/* APETERRA CHECKOUT NAMES AND TIMELINE V4 */
.aph-checkout-supporter-fields {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    margin-bottom: 14px;
}

.aph-checkout-supporter-fields label {
    display: grid;
    gap: 7px;
    min-width: 0;
    font-weight: 800;
}

.aph-checkout-supporter-fields input {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid
        rgba(3, 39, 30, .22);
    border-radius: 12px;
    background: #fff;
    color: #063b30;
    font: inherit;
}

.aph-checkout-supporter-fields input:focus {
    border-color: #efad16;
    outline: 3px solid
        rgba(239, 173, 22, .22);
}

.aph-timeline-toggle {
    display: block;
    margin: 20px auto 0;
    padding: 13px 21px;
    border: 1px solid #efad16;
    border-radius: 999px;
    background: #efad16;
    color: #063b30;
    font: 800 13px/1.2 Arial, sans-serif;
    cursor: pointer;
}

.aph-timeline-toggle:hover,
.aph-timeline-toggle:focus-visible {
    filter: brightness(.96);
    outline: 3px solid
        rgba(239, 173, 22, .25);
    outline-offset: 2px;
}

@media (max-width: 700px) {
    .aph-checkout-supporter-fields {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* APETERRA LIVE PERCENT V1 */
#aph-goal-fill.has-progress,
#aph-total-bar.has-progress {
    min-width: 10px;
}

.aph-goal-point:first-child b {
    min-width: 42px;
    color: var(--aph-dark);
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .aph-goal-point:first-child b {
        min-width: 36px;
        font-size: 9px;
    }
}

/* APETERRA PIXEL GRID CAMPAIGN RESET V1 */
.aph-pixel-grid.is-bear:not(.has-image)
i.funded {
    background:
        linear-gradient(
            135deg,
            #f2b11c,
            #c77513
        );
}

.aph-pixel-grid.is-owl:not(.has-image)
i.funded {
    background:
        linear-gradient(
            135deg,
            #fff0a7,
            #d79417
        );
}

.aph-pixel-grid i {
    min-width: 0;
}

/* APETERRA REMOVE DAYS ONLY V1 */

/*
 * Nasconde esclusivamente il contatore giorni.
 * Nessuna modifica a premi, campagne, obiettivi o Stripe.
 */
#aph-days {
    display: none !important;
}

/*
 * Dopo la rimozione del terzo valore,
 * Promesso e Obiettivo occupano due colonne uguali.
 */
.aph-stats {
    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;
}

.aph-stats > * {
    min-width: 0;
}


/* APETERRA GOAL ALIGN BAR END FINAL V2 */

/*
 * Il blocco statistiche segue esattamente
 * le due estremita della barra superiore.
 */
.aph-stats {
    display: flex !important;
    grid-template-columns: none !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    width: 100% !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

/* Importo promesso: estremita sinistra */
.aph-stats > :first-child {
    flex: 0 0 auto !important;
    justify-self: auto !important;
    margin: 0 !important;
    text-align: left !important;
}

/* Obiettivo €25.000: estremita destra */
.aph-stats > :nth-child(2) {
    flex: 0 0 auto !important;
    justify-self: auto !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    transform: none !important;
    text-align: right !important;
}

/* Il contatore giorni resta completamente nascosto */
.aph-stats > :last-child {
    display: none !important;
}

#aph-days {
    display: none !important;
}

@media (max-width: 600px) {
    .aph-stats {
        padding-right: 1px !important;
        padding-left: 1px !important;
    }

    .aph-stats > :nth-child(2) {
        margin-left: auto !important;
        transform: none !important;
    }
}


/* APETERRA PAID TIMELINE DETAILS CSS V1 */
.aph-payment-detail {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
    opacity: 0.78;
}

/* APETERRA EMAIL VERIFICATION UX CSS V1 */
.aph-email-verification-ui {
    grid-column: 1 / -1;
    width: 100%;
    margin-bottom: 20px;
}

.aph-email-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 16px;
}

.aph-email-step {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 54px;
    padding: 10px 12px;
    border: 1px solid rgba(26, 43, 33, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.66);
    opacity: 0.58;
}

.aph-email-step strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(26, 43, 33, 0.1);
    font-size: 13px;
}

.aph-email-step span {
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
}

.aph-email-step.active {
    border-color: #dca900;
    background: rgba(244, 186, 34, 0.14);
    opacity: 1;
}

.aph-email-step.active strong {
    background: #f4ba22;
    color: #17211b;
}

.aph-email-step.done {
    opacity: 0.78;
}

.aph-email-step.done strong {
    background: #1c7b4f;
    color: #fff;
}

.aph-email-verification-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px;
    border: 1px solid rgba(28, 123, 79, 0.28);
    border-radius: 15px;
    background: #eaf8f0;
    color: #153f2b;
}

.aph-email-verification-card[hidden] {
    display: none !important;
}

.aph-email-verification-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1c7b4f;
    color: #fff;
    font-size: 21px;
}

.aph-email-verification-card strong {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

.aph-email-verification-card p {
    margin: 0 0 5px;
    line-height: 1.45;
}

.aph-email-verification-card small {
    display: block;
    margin-top: 8px;
    line-height: 1.45;
    opacity: 0.82;
}

.aph-email-verification-address {
    font-weight: 800;
    word-break: break-word;
}

@media (max-width: 650px) {
    .aph-email-steps {
        grid-template-columns: 1fr;
    }

    .aph-email-step {
        min-height: 46px;
    }

    .aph-email-verification-card {
        padding: 15px;
    }
}

/* APETERRA RETURN NOTICE POSITION V1 */
#aph-root > .aph-checkout-return-notice {
    box-sizing: border-box;
    position: relative;
    z-index: 20;
    width: min(
        calc(100% - 32px),
        1100px
    );
    margin:
        112px auto
        28px;
    padding:
        18px 24px;
    border-radius: 14px;
    scroll-margin-top: 130px;
}

@media (max-width: 782px) {
    #aph-root > .aph-checkout-return-notice {
        width: calc(100% - 24px);
        margin-top: 88px;
        padding: 15px 18px;
    }
}

/*
 * APETERRA RETURN TOAST AND BEE V2
 *
 * Il messaggio Stripe è fuori dal flusso:
 * nessuna fascia bianca e nessun margine collassato.
 */
html:not(.aph-bee-v2-open) {
    overflow-x: hidden;
}

.aph-checkout-return-notice,
#aph-root > .aph-checkout-return-notice {
    position: fixed !important;
    top: 104px !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    z-index: 2147482000 !important;

    box-sizing: border-box !important;
    width: min(
        720px,
        calc(100vw - 32px)
    ) !important;
    max-width: 720px !important;

    margin: 0 !important;
    padding: 17px 62px 17px 54px !important;

    color: #063a2d !important;
    text-align: left !important;

    border:
        1px solid
        rgba(10, 103, 74, 0.22) !important;

    border-radius: 18px !important;

    background:
        linear-gradient(
            135deg,
            #f3fff9,
            #dff8ea
        ) !important;

    box-shadow:
        0 18px 55px
        rgba(0, 38, 28, 0.22) !important;

    transform:
        translateX(-50%) !important;

    animation:
        aphReturnToastEnter
        500ms
        cubic-bezier(
            0.16,
            1,
            0.3,
            1
        )
        both !important;

    scroll-margin-top: 0 !important;
}

.aph-checkout-return-notice::before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 16px;

    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;

    color: #fff;
    font-size: 17px;
    font-weight: 900;

    border-radius: 50%;
    background: #16835d;

    transform: translateY(-50%);
}

.aph-checkout-return-notice button,
.aph-checkout-return-notice .aph-notice-close {
    position: absolute !important;
    top: 50% !important;
    right: 14px !important;
    left: auto !important;

    display: grid !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    place-items: center !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #07523e !important;
    line-height: 1 !important;

    border:
        1px solid
        rgba(7, 82, 62, 0.18) !important;

    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.7) !important;

    transform: translateY(-50%) !important;
}

.aph-checkout-return-notice button:hover,
.aph-checkout-return-notice button:focus {
    color: #fff !important;
    background: #07523e !important;
    outline: none !important;
}

body.admin-bar .aph-checkout-return-notice,
body.admin-bar #aph-root > .aph-checkout-return-notice {
    top: 136px !important;
}

html.aph-bee-v2-open,
html.aph-bee-v2-open body {
    overflow: hidden !important;
}

.aph-bee-v2 {
    position: fixed;
    inset: 0;
    z-index: 2147483600;

    overflow: hidden;

    color: #fff;

    background:
        radial-gradient(
            circle at 82% 18%,
            rgba(255, 211, 84, 0.18),
            transparent 26%
        ),
        linear-gradient(
            180deg,
            #062f27 0%,
            #07503b 58%,
            #157045 100%
        );

    opacity: 0;

    transform: scale(1.025);

    transition:
        opacity 450ms ease,
        transform 600ms ease;
}

.aph-bee-v2.is-active {
    opacity: 1;
    transform: scale(1);
}

.aph-bee-v2.is-closing {
    pointer-events: none;
    opacity: 0;
    transform: scale(1.02);
}

.aph-bee-v2__skip {
    position: absolute;
    top: 22px;
    right: 24px;
    z-index: 50;

    padding: 9px 17px;

    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 800;

    border:
        1px solid
        rgba(255, 255, 255, 0.45);

    border-radius: 999px;

    background:
        rgba(0, 26, 20, 0.45);

    cursor: pointer;
    backdrop-filter: blur(12px);
}

.aph-bee-v2__skip:hover,
.aph-bee-v2__skip:focus {
    color: #06382b;
    background: #fff;
    outline: none;
}

.aph-bee-v2__sun {
    position: absolute;
    top: 9%;
    right: 10%;

    width: clamp(78px, 8vw, 130px);
    aspect-ratio: 1;

    border-radius: 50%;

    background: #f8cb4e;

    box-shadow:
        0 0 0 18px
        rgba(248, 203, 78, 0.08),
        0 0 100px
        rgba(248, 203, 78, 0.4);
}

.aph-bee-v2__cloud {
    position: absolute;

    width: 170px;
    height: 46px;

    border-radius: 999px;

    background:
        rgba(255, 255, 255, 0.13);
}

.aph-bee-v2__cloud::before,
.aph-bee-v2__cloud::after {
    content: "";
    position: absolute;
    bottom: 0;

    border-radius: 50%;

    background: inherit;
}

.aph-bee-v2__cloud::before {
    left: 28px;
    width: 68px;
    height: 68px;
}

.aph-bee-v2__cloud::after {
    right: 24px;
    width: 54px;
    height: 54px;
}

.aph-bee-v2__cloud--one {
    top: 14%;
    left: 14%;

    animation:
        aphBeeV2Cloud
        10s
        ease-in-out
        infinite alternate;
}

.aph-bee-v2__cloud--two {
    top: 29%;
    left: 57%;

    opacity: 0.58;

    transform: scale(0.72);

    animation:
        aphBeeV2Cloud
        13s
        ease-in-out
        infinite alternate-reverse;
}

.aph-bee-v2__meadow {
    position: absolute;
    right: -8%;
    bottom: -20%;
    left: -8%;

    height: 53%;

    border-radius:
        50% 50% 0 0;

    background:
        radial-gradient(
            circle at 18% 27%,
            rgba(255, 255, 255, 0.09)
            0 2px,
            transparent 3px
        )
        0 0 / 34px 34px,
        linear-gradient(
            180deg,
            #2a844e,
            #0d5939
        );
}

.aph-bee-v2__hive {
    position: absolute;
    bottom: 18%;
    left: 9%;
    z-index: 10;

    width: clamp(120px, 13vw, 205px);
    height: clamp(150px, 17vw, 255px);

    transform-origin: center bottom;

    animation:
        aphBeeV2Hive
        1.7s
        ease-in-out
        infinite alternate;
}

.aph-bee-v2__hive-roof {
    position: absolute;
    top: 0;
    left: 18%;

    width: 64%;
    height: 20%;

    border-radius:
        60% 60% 28% 28%;

    background: #f5b719;
}

.aph-bee-v2__hive-level {
    position: absolute;
    left: 5%;

    width: 90%;
    height: 29%;

    border:
        3px solid
        rgba(91, 51, 0, 0.2);

    border-radius: 50%;

    background:
        linear-gradient(
            180deg,
            #ffd052,
            #e99e05
        );
}

.aph-bee-v2__hive-level--1 {
    top: 14%;
    left: 13%;
    width: 74%;
}

.aph-bee-v2__hive-level--2 {
    top: 35%;
}

.aph-bee-v2__hive-level--3 {
    top: 57%;
    left: 9%;
    width: 82%;
}

.aph-bee-v2__hive-door {
    position: absolute;
    right: 38%;
    bottom: 20%;
    z-index: 5;

    width: 24%;
    aspect-ratio: 1;

    border-radius: 50%;

    background: #062f27;
}

.aph-bee-v2__hive-base {
    position: absolute;
    right: 6%;
    bottom: 0;
    left: 6%;

    height: 10%;

    border-radius: 999px;

    background: #754519;
}

.aph-bee-v2__flower {
    position: absolute;
    right: 9%;
    bottom: 17%;
    z-index: 10;

    width: clamp(115px, 13vw, 205px);
    height: clamp(185px, 22vw, 320px);

    transform-origin: center bottom;

    animation:
        aphBeeV2Flower
        1.5s
        ease-in-out
        infinite alternate;
}

.aph-bee-v2__flower-stem {
    position: absolute;
    bottom: 0;
    left: 48%;

    width: 8%;
    height: 67%;

    border-radius: 999px;

    background: #70b04b;
}

.aph-bee-v2__flower-leaf {
    position: absolute;
    bottom: 26%;

    width: 38%;
    height: 16%;

    border-radius:
        100% 0 100% 0;

    background: #82c45c;
}

.aph-bee-v2__flower-leaf--1 {
    left: 17%;
    transform: rotate(18deg);
}

.aph-bee-v2__flower-leaf--2 {
    right: 13%;

    transform:
        scaleX(-1)
        rotate(18deg);
}

.aph-bee-v2__petal {
    position: absolute;
    top: 4%;
    left: 34%;

    width: 34%;
    height: 31%;

    border-radius:
        60% 60% 45% 45%;

    background:
        linear-gradient(
            180deg,
            #fff08c,
            #f5b917
        );

    transform-origin:
        50% 100%;
}

.aph-bee-v2__petal--1 {
    transform: rotate(0deg);
}

.aph-bee-v2__petal--2 {
    transform: rotate(72deg);
}

.aph-bee-v2__petal--3 {
    transform: rotate(144deg);
}

.aph-bee-v2__petal--4 {
    transform: rotate(216deg);
}

.aph-bee-v2__petal--5 {
    transform: rotate(288deg);
}

.aph-bee-v2__flower-centre {
    position: absolute;
    top: 19%;
    left: 39%;
    z-index: 6;

    width: 24%;
    aspect-ratio: 1;

    border-radius: 50%;

    background: #603713;

    box-shadow:
        0 0 0 7px #f4ba18;
}

.aph-bee-v2__bee {
    position: absolute;
    top: 52%;
    left: 18%;
    z-index: 20;

    width: clamp(78px, 8vw, 130px);
    height: clamp(58px, 6vw, 96px);
}

.aph-bee-v2.is-active
.aph-bee-v2__bee {
    animation:
        aphBeeV2Journey
        5.15s
        cubic-bezier(
            0.42,
            0,
            0.25,
            1
        )
        forwards;
}

.aph-bee-v2__bee-inner {
    position: absolute;
    inset: 0;

    animation:
        aphBeeV2Direction
        5.15s
        linear
        forwards;
}

.aph-bee-v2__body {
    position: absolute;
    right: 9%;
    bottom: 12%;

    width: 65%;
    height: 55%;

    border-radius:
        60% 48% 48% 60%;

    background: #f7c326;

    box-shadow:
        0 9px 15px
        rgba(0, 0, 0, 0.2);
}

.aph-bee-v2__stripe {
    position: absolute;
    bottom: 15%;
    z-index: 2;

    width: 10%;
    height: 49%;

    border-radius: 8px;

    background: #152c25;
}

.aph-bee-v2__stripe--1 {
    right: 33%;
}

.aph-bee-v2__stripe--2 {
    right: 50%;
}

.aph-bee-v2__head {
    position: absolute;
    right: 0;
    bottom: 18%;
    z-index: 4;

    width: 31%;
    aspect-ratio: 1;

    border-radius: 50%;

    background: #172f27;
}

.aph-bee-v2__eye {
    position: absolute;
    right: 5%;
    bottom: 40%;
    z-index: 5;

    width: 7%;
    aspect-ratio: 1;

    border-radius: 50%;

    background: #fff;
}

.aph-bee-v2__wing {
    position: absolute;
    top: 0;
    z-index: -1;

    width: 38%;
    height: 52%;

    border:
        2px solid
        rgba(255, 255, 255, 0.8);

    border-radius:
        70% 30% 65% 35%;

    background:
        rgba(220, 250, 255, 0.7);

    transform-origin:
        center bottom;
}

.aph-bee-v2__wing--1 {
    left: 23%;

    animation:
        aphBeeV2WingOne
        110ms
        ease-in-out
        infinite alternate;
}

.aph-bee-v2__wing--2 {
    left: 45%;

    animation:
        aphBeeV2WingTwo
        105ms
        ease-in-out
        infinite alternate;
}

.aph-bee-v2__antenna {
    position: absolute;
    top: 18%;
    right: 5%;
    z-index: 3;

    width: 2px;
    height: 25%;

    border-radius: 999px;

    background: #152c25;

    transform-origin: bottom;
}

.aph-bee-v2__antenna--1 {
    transform: rotate(27deg);
}

.aph-bee-v2__antenna--2 {
    right: 14%;
    transform: rotate(-17deg);
}

.aph-bee-v2__pollen-load {
    position: absolute;
    right: 42%;
    bottom: 1%;
    z-index: 7;

    width: 19%;
    aspect-ratio: 1;

    border-radius: 50%;

    background: #ffdc45;

    box-shadow:
        0 0 18px
        rgba(255, 220, 69, 0.78);

    opacity: 0;

    transform: scale(0.2);

    transition:
        opacity 250ms ease,
        transform 250ms ease;
}

.aph-bee-v2.is-at-flower
.aph-bee-v2__pollen-load {
    opacity: 1;
    transform: scale(1);
}

.aph-bee-v2__particles {
    position: absolute;
    inset: 0;
    z-index: 40;

    overflow: hidden;

    pointer-events: none;
}

.aph-bee-v2__particle {
    position: absolute;

    width: var(--pollen-size);
    height: var(--pollen-size);

    border-radius:
        50% 25% 50% 25%;

    background:
        linear-gradient(
            135deg,
            #fff59a,
            #f3ae0e
        );

    box-shadow:
        0 0 13px
        rgba(255, 216, 65, 0.9);

    animation:
        aphBeeV2Pollen
        1.55s
        cubic-bezier(
            0.13,
            0.68,
            0.24,
            1
        )
        var(--pollen-delay)
        forwards;
}

.aph-bee-v2__message {
    position: absolute;
    right: 20px;
    bottom: 4vh;
    left: 20px;
    z-index: 45;

    width: min(
        760px,
        calc(100% - 40px)
    );

    box-sizing: border-box;

    margin: auto;
    padding: 21px 28px;

    text-align: center;

    border:
        1px solid
        rgba(255, 255, 255, 0.2);

    border-radius: 24px;

    background:
        rgba(0, 31, 24, 0.56);

    box-shadow:
        0 25px 80px
        rgba(0, 0, 0, 0.24);

    backdrop-filter: blur(16px);
}

.aph-bee-v2__message > span {
    display: block;

    margin-bottom: 4px;

    color: #f5b415;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.aph-bee-v2__message h2 {
    margin: 0 0 7px;

    color: #fff;

    font-family:
        Georgia,
        serif;

    font-size:
        clamp(
            30px,
            4vw,
            58px
        );

    font-weight: 500;
    line-height: 1.05;
}

.aph-bee-v2__message p {
    max-width: 650px;

    margin: auto;

    color:
        rgba(
            255,
            255,
            255,
            0.88
        );

    font-size:
        clamp(
            14px,
            1.5vw,
            19px
        );

    line-height: 1.5;
}

@keyframes aphReturnToastEnter {
    from {
        opacity: 0;

        transform:
            translateX(-50%)
            translateY(-22px)
            scale(0.97);
    }

    to {
        opacity: 1;

        transform:
            translateX(-50%)
            translateY(0)
            scale(1);
    }
}

@keyframes aphBeeV2Journey {
    0% {
        transform:
            translate3d(0, 0, 0)
            rotate(-5deg);
    }

    15% {
        transform:
            translate3d(
                13vw,
                -13vh,
                0
            )
            rotate(-9deg);
    }

    39% {
        transform:
            translate3d(
                61vw,
                -18vh,
                0
            )
            rotate(5deg);
    }

    49% {
        transform:
            translate3d(
                61vw,
                -18vh,
                0
            )
            rotate(-4deg)
            scale(1.08);
    }

    63% {
        transform:
            translate3d(
                46vw,
                -30vh,
                0
            )
            rotate(-8deg);
    }

    85% {
        transform:
            translate3d(
                8vw,
                -7vh,
                0
            )
            rotate(7deg);
    }

    100% {
        transform:
            translate3d(
                -2vw,
                1vh,
                0
            )
            scale(0.72);
    }
}

@keyframes aphBeeV2Direction {
    0%,
    52% {
        transform: scaleX(1);
    }

    56%,
    100% {
        transform: scaleX(-1);
    }
}

@keyframes aphBeeV2Pollen {
    0% {
        opacity: 0;

        transform:
            translate3d(0, 0, 0)
            scale(0.2)
            rotate(0deg);
    }

    12%,
    72% {
        opacity: 1;
    }

    100% {
        opacity: 0;

        transform:
            translate3d(
                var(--pollen-x),
                var(--pollen-y),
                0
            )
            scale(1.15)
            rotate(
                var(--pollen-spin)
            );
    }
}

@keyframes aphBeeV2WingOne {
    from {
        transform: rotate(-27deg);
    }

    to {
        transform: rotate(34deg);
    }
}

@keyframes aphBeeV2WingTwo {
    from {
        transform: rotate(24deg);
    }

    to {
        transform: rotate(-32deg);
    }
}

@keyframes aphBeeV2Flower {
    from {
        transform: rotate(-2deg);
    }

    to {
        transform: rotate(3deg);
    }
}

@keyframes aphBeeV2Hive {
    from {
        transform: scale(0.985);
    }

    to {
        transform: scale(1.015);
    }
}

@keyframes aphBeeV2Cloud {
    from {
        transform: translateX(-20px);
    }

    to {
        transform: translateX(36px);
    }
}

@media (max-width: 782px) {
    .aph-checkout-return-notice,
    #aph-root > .aph-checkout-return-notice {
        top: 78px !important;
        width:
            calc(
                100vw - 20px
            ) !important;

        padding:
            14px 48px
            14px 48px !important;

        font-size: 13px !important;
        border-radius: 15px !important;
    }

    body.admin-bar
    .aph-checkout-return-notice,
    body.admin-bar
    #aph-root
    > .aph-checkout-return-notice {
        top: 124px !important;
    }

    .aph-bee-v2__skip {
        top: 14px;
        right: 14px;
    }

    .aph-bee-v2__hive {
        bottom: 26%;
        left: 4%;

        width: 102px;
        height: 136px;
    }

    .aph-bee-v2__flower {
        right: 3%;
        bottom: 24%;

        width: 102px;
        height: 170px;
    }

    .aph-bee-v2__bee {
        top: 52%;
        left: 13%;

        width: 76px;
        height: 57px;
    }

    .aph-bee-v2__message {
        right: 12px;
        bottom: 2vh;
        left: 12px;

        width:
            calc(
                100% - 24px
            );

        padding:
            17px 16px;

        border-radius: 18px;
    }

    @keyframes aphBeeV2Journey {
        0% {
            transform:
                translate3d(0, 0, 0);
        }

        17% {
            transform:
                translate3d(
                    12vw,
                    -11vh,
                    0
                );
        }

        40% {
            transform:
                translate3d(
                    64vw,
                    -13vh,
                    0
                );
        }

        50% {
            transform:
                translate3d(
                    64vw,
                    -13vh,
                    0
                )
                scale(1.08);
        }

        64% {
            transform:
                translate3d(
                    43vw,
                    -23vh,
                    0
                );
        }

        85% {
            transform:
                translate3d(
                    6vw,
                    -5vh,
                    0
                );
        }

        100% {
            transform:
                translate3d(
                    -3vw,
                    1vh,
                    0
                )
                scale(0.72);
        }
    }
}

@media (prefers-reduced-motion: reduce) {
    .aph-bee-v2__bee,
    .aph-bee-v2__bee-inner,
    .aph-bee-v2__wing,
    .aph-bee-v2__flower,
    .aph-bee-v2__hive,
    .aph-bee-v2__cloud {
        animation-duration:
            0.01ms !important;
        animation-iteration-count:
            1 !important;
    }
}


/* APETERRA APIARY 50K BUDGET SUMMARY V1 */
.aph-budget-summary {
    margin: 42px 0 10px;
    padding: 34px;
    border: 1px solid var(--aph-line);
    border-radius: 22px;
    background: linear-gradient(145deg, #ffffff, #fff8e8);
}
.aph-budget-summary h2 {
    margin: 9px 0 12px;
    font-size: clamp(32px, 4vw, 52px);
}
.aph-budget-summary > p {
    max-width: 900px;
    margin: 0;
    color: #536a62;
    line-height: 1.65;
}
.aph-budget-summary > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
    margin-top: 25px;
}
.aph-budget-summary article {
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(0, 51, 41, .13);
    border-radius: 16px;
    background: #fff;
}
.aph-budget-summary article strong,
.aph-budget-summary article b,
.aph-budget-summary article span {
    display: block;
}
.aph-budget-summary article strong {
    color: var(--aph-gold);
    font: 500 30px Georgia, serif;
}
.aph-budget-summary article b {
    margin-top: 8px;
    color: var(--aph-dark);
    font-size: 16px;
}
.aph-budget-summary article span {
    margin-top: 8px;
    color: #60736b;
    font-size: 12px;
    line-height: 1.55;
}
@media (max-width: 800px) {
    .aph-budget-summary {
        padding: 23px;
    }
    .aph-budget-summary > div {
        grid-template-columns: 1fr;
    }
}

/* APETERRA REWARD RETURN CTA V1 START */
.aph-reward-return-cta {
    position: fixed;
    right: auto;
    bottom: 108px;
    left: 24px;
    z-index: 9000;

    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 12px;

    margin: 0;
    padding: 10px 12px 10px 20px;

    color: #063a2d;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;

    border: 1px solid rgba(6, 58, 45, .16);
    border-radius: 999px;
    background: #f5b719;

    box-shadow:
        0 15px 36px rgba(0, 43, 34, .25),
        0 0 0 1px rgba(255, 255, 255, .18) inset;

    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(18px) scale(.96);

    transition:
        opacity 220ms ease,
        visibility 0s linear 220ms,
        transform 280ms cubic-bezier(.22, 1, .36, 1),
        background-color 180ms ease;
}

.aph-reward-return-cta.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0) scale(1);

    transition-delay: 0s;
}

.aph-reward-return-cta b {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;

    color: #fff;
    font-size: 19px;
    line-height: 1;

    border-radius: 50%;
    background: #07503b;
}

.aph-reward-return-cta:hover,
.aph-reward-return-cta:focus-visible {
    color: #063a2d;
    background: #ffc62d;
    outline: none;

    transform: translateY(-2px) scale(1);
}

.aph-reward-return-cta:focus-visible {
    box-shadow:
        0 0 0 4px rgba(245, 183, 25, .30),
        0 15px 36px rgba(0, 43, 34, .25);
}

html.aph-bee-v2-open
.aph-reward-return-cta {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

@media (max-width: 782px) {
    .aph-reward-return-cta {
        bottom: 100px;
        left: 14px;

        min-height: 48px;
        max-width: calc(100vw - 100px);

        padding:
            8px 10px
            8px 17px;

        font-size: 14px;
    }

    .aph-reward-return-cta b {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aph-reward-return-cta {
        transition: none !important;
    }
}
/* APETERRA REWARD RETURN CTA V1 END */

/* APETERRA REWARD CTA VISUAL V4 START */
body button.aph-reward-return-cta {
    position: fixed !important;
    top: auto !important;
    right: auto !important;
    bottom: 108px !important;
    left: 20px !important;
    z-index: 9000 !important;

    box-sizing: border-box !important;
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 112px) !important;
    height: 58px !important;
    min-height: 58px !important;

    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 11px !important;

    margin: 0 !important;
    padding: 8px 11px !important;

    color: #fff !important;
    font-family:
        Arial,
        Helvetica,
        sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;

    appearance: none !important;

    border:
        1px solid
        rgba(245, 183, 25, .78) !important;

    border-radius: 18px !important;

    background:
        linear-gradient(
            135deg,
            #063b2e 0%,
            #09543e 100%
        ) !important;

    box-shadow:
        0 16px 38px
        rgba(0, 38, 29, .32),
        inset 0 1px 0
        rgba(255, 255, 255, .13) !important;

    cursor: pointer !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    transform:
        translateY(16px)
        scale(.97) !important;

    transition:
        opacity 220ms ease,
        visibility 0s linear 220ms,
        transform 280ms
        cubic-bezier(.22, 1, .36, 1) !important;
}

body button.aph-reward-return-cta.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    transform:
        translateY(0)
        scale(1) !important;

    transition-delay: 0s !important;
}

/* Icona composta da quattro pixel. */
body button.aph-reward-return-cta::before {
    content: "" !important;

    display: block !important;
    flex: 0 0 36px !important;
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 11px !important;

    background:
        linear-gradient(#063b2e 0 0)
            10px 10px / 5px 5px no-repeat,
        linear-gradient(#063b2e 0 0)
            20px 10px / 5px 5px no-repeat,
        linear-gradient(#063b2e 0 0)
            10px 20px / 5px 5px no-repeat,
        linear-gradient(#063b2e 0 0)
            20px 20px / 5px 5px no-repeat,
        #f5b719 !important;

    box-shadow:
        inset 0 1px 0
        rgba(255, 255, 255, .28) !important;
}

body button.aph-reward-return-cta::after {
    content: none !important;
}

body button.aph-reward-return-cta > span {
    display: block !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    color: #fff !important;
    font: inherit !important;
    line-height: 1.15 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body button.aph-reward-return-cta > b {
    display: grid !important;
    flex: 0 0 30px !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    place-items: center !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #f5b719 !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1 !important;

    border: 0 !important;
    border-radius: 50% !important;

    background:
        rgba(255, 255, 255, .09) !important;
}

body button.aph-reward-return-cta:hover,
body button.aph-reward-return-cta:focus-visible {
    color: #fff !important;
    border-color: #f5b719 !important;

    background:
        linear-gradient(
            135deg,
            #084b39 0%,
            #0b6249 100%
        ) !important;

    outline: none !important;

    transform:
        translateY(-2px)
        scale(1) !important;

    box-shadow:
        0 18px 42px
        rgba(0, 38, 29, .36),
        0 0 0 3px
        rgba(245, 183, 25, .20) !important;
}

html.aph-bee-v2-open
body button.aph-reward-return-cta {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

@media (max-width: 782px) {
    body button.aph-reward-return-cta {
        bottom: 100px !important;
        left: 14px !important;

        max-width:
            calc(100vw - 102px) !important;

        height: 54px !important;
        min-height: 54px !important;

        gap: 9px !important;
        padding: 7px 9px !important;

        font-size: 13px !important;
        border-radius: 17px !important;
    }

    body button.aph-reward-return-cta::before {
        flex-basis: 34px !important;
        width: 34px !important;
        min-width: 34px !important;
        height: 34px !important;

        background:
            linear-gradient(#063b2e 0 0)
                9px 9px / 5px 5px no-repeat,
            linear-gradient(#063b2e 0 0)
                19px 9px / 5px 5px no-repeat,
            linear-gradient(#063b2e 0 0)
                9px 19px / 5px 5px no-repeat,
            linear-gradient(#063b2e 0 0)
                19px 19px / 5px 5px no-repeat,
            #f5b719 !important;
    }

    body button.aph-reward-return-cta > b {
        flex-basis: 28px !important;
        width: 28px !important;
        min-width: 28px !important;
        height: 28px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body button.aph-reward-return-cta {
        transition: none !important;
    }
}
/* APETERRA REWARD CTA VISUAL V4 END */

