@charset "UTF-8";
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.h1, .h2, .h6, h1, h2, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

.h6, h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

/*a {*/
/*    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));*/
/*    text-decoration: underline*/
/*}*/

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img, svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

[type=button], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item;
    cursor: pointer
}

[hidden] {
    display: none !important
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color:;
    --bs-card-subtitle-color:;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.visible {
    visibility: visible !important
}

:root {
    --pel-navy: #001A45;
    --pel-navy-deep: #001F4D;
    --pel-hero: #04214f;
    --pel-orange: #EF7C00;
    --pel-orange-soft: #E2762E;
    --pel-yellow: #F9ED4B;
    --pel-yellow-deep: #F2E32E;
    --pel-green: #0EC937;
    --pel-green-t: #0a7a20;
    --pel-line: #EFEFEF;
    --pel-surface: #F7F7F7;
    --pel-gray-500: #6A6A6A;
    --pel-slate: #455A64;
    --pel-mist: #9DB2C6;
    --pel-field: #F4F5F7;
    --font-sans: 'Onest', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #fff;
    color: var(--pel-navy);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    line-height: 1.5
}

/*a {*/
/*    color: var(--pel-orange);*/
/*    text-decoration: none*/
/*}*/

/*a:hover {*/
/*    color: var(--pel-orange-soft)*/
/*}*/

.wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.wrap-wide {
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.btn-pel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: none;
    cursor: pointer;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 12px;
    padding: 0 26px;
    min-height: 54px;
    white-space: nowrap;
    transition: filter .15s, transform .05s
}

.btn-pel:active {
    transform: translateY(1px)
}

.btn-pel--primary {
    background: var(--pel-yellow);
    color: var(--pel-navy)
}

.btn-pel--primary:hover {
    filter: brightness(.97)
}

.btn-pel--outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .85);
    padding: 0 30px
}

.btn-pel--outline:hover {
    background: rgba(255, 255, 255, .08)
}

.btn-pel--block {
    width: 100%
}

.hdr {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--pel-line)
}

.hdr__in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 13px;
    padding-bottom: 13px
}

.langtoggle {
    display: flex;
    gap: 4px;
    background: var(--pel-surface);
    border-radius: 999px;
    padding: 4px
}

.langtoggle button {
    border: none;
    cursor: pointer;
    border-radius: 999px;
    padding: 7px 15px;
    font-size: 13.5px;
    font-weight: 700;
    background: transparent;
    color: var(--pel-gray-500);
    min-height: 34px;
    font-family: var(--font-sans)
}

.langtoggle button[aria-pressed="true"] {
    background: var(--pel-navy);
    color: #fff
}

.hero {
    position: relative;
    overflow: hidden;
    background: var(--pel-hero);
    color: #fff
}

.hero__confetti {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.hero__confetti span {
    position: absolute;
    border-radius: 2px;
    opacity: .85
}

.hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:1.05fr .95fr;
    gap: 40px;
    align-items: center;
    padding-top: 58px;
    padding-bottom: 66px
}

.hero h1 {
    margin: 0;
    font-size: clamp(38px, 5.2vw, 60px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.02em;
    color: #fff;
    text-wrap: pretty
}

.hero__sub {
    margin: 20px 0 0;
    font-size: 18px;
    color: rgba(255, 255, 255, .78);
    max-width: 420px;
    line-height: 1.5
}

.hero__cta {
    margin-top: 30px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.hero__art {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.hero__glow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(115%, 420px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .24) 0%, rgba(255, 255, 255, .10) 45%, rgba(255, 255, 255, 0) 72%);
    pointer-events: none
}

.hero__b1 {
    position: relative;
    z-index: 1;
    flex: none;
    width: clamp(160px, 23vw, 250px);
    margin-right: clamp(-118px, -13vw, -86px);
    margin-bottom: 5%
}

.hero__b1 img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 22px 40px rgba(0, 0, 0, .42))
}

.hero__b2 {
    position: relative;
    z-index: 2;
    flex: none;
    width: clamp(210px, 30vw, 320px)
}

.hero__b2 img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 24px 46px rgba(0, 0, 0, .46))
}

.steps {
    background: #EAEEF6;
    padding: 22px 20px 26px
}

.steps__card {
    max-width: 1160px;
    margin: 0 auto;
    background: #fff;
    border-radius: 28px;
    padding: clamp(30px, 4vw, 54px) clamp(22px, 4vw, 56px) clamp(38px, 5vw, 62px)
}

.steps__card h2 {
    margin: 0;
    font-size: clamp(30px, 4.2vw, 46px);
    font-weight: 800;
    color: var(--pel-navy);
    letter-spacing: -.02em
}

.steps__sub {
    margin: 14px 0 0;
    font-size: 16px;
    color: var(--pel-gray-500)
}

.steps__rail {
    position: relative;
    margin-top: clamp(34px, 4.5vw, 56px)
}

.steps__line {
    position: absolute;
    left: 16.6%;
    right: 16.6%;
    top: 32px;
    height: 0;
    z-index: 1;
    border-top: 3px dotted var(--pel-orange);
    opacity: .6
}

.steps__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 30px
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.step__n {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    font-weight: 800;
    font-size: 26px;
    color: #fff;
    background: radial-gradient(circle at 34% 28%, #F79A3C, #EF7C00 68%);
    box-shadow: 0 0 0 8px rgba(239, 124, 0, .14), 0 0 0 16px rgba(239, 124, 0, .06)
}

.step__t {
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    color: var(--pel-navy);
    margin-top: clamp(26px, 3vw, 38px);
    letter-spacing: -.01em
}

.step__d {
    font-size: 15px;
    color: var(--pel-slate);
    margin-top: 12px;
    line-height: 1.5;
    max-width: 270px
}

.gift {
    background: #EAF4FC;
    border-top: 1px solid #D8E7F3;
    border-bottom: 1px solid #D8E7F3
}

.gift__in {
    max-width: 1160px;
    margin: 0 auto;
    padding: clamp(48px, 6vw, 72px) 20px clamp(52px, 6vw, 76px)
}

.gift__h {
    max-width: 720px;
    margin: 0 0 34px
}

.gift__h h2 {
    margin: 0;
    font-size: clamp(30px, 4.2vw, 48px);
    font-weight: 800;
    color: var(--pel-navy);
    letter-spacing: -.02em;
    line-height: 1.04
}

.gift__h p {
    margin: 14px 0 0;
    font-size: 17px;
    color: var(--pel-slate);
    line-height: 1.5
}

.cart-grid {
    display: grid;
    grid-template-columns:minmax(0, 1fr) 420px;
    gap: 36px;
    align-items: start
}

.cart-row {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 0
}

.thumb {
    width: 96px;
    height: 96px;
    border-radius: 18px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--pel-line)
}

.thumb--yellow {
    background: var(--pel-yellow);
    border: none
}

.thumb img {
    max-height: 76px;
    max-width: 72px;
    object-fit: contain
}

.cart-name {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--pel-navy);
    line-height: 1.35
}

.stepper {
    width: 112px;
    height: 44px;
    border-radius: 12px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
    background: var(--pel-field)
}

.stepper--hot {
    background: rgba(14, 201, 55, .14);
    outline: 2px solid var(--pel-green)
}

.stepper--dark {
    background: var(--pel-navy)
}

.stepper .pm {
    width: 26px;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    color: #6A6A6A
}

.stepper--dark .pm {
    color: #fff
}

.stepper .v {
    font-size: 15px;
    font-weight: 700;
    color: var(--pel-navy);
    min-width: 30px;
    text-align: center
}

.stepper--hot .v {
    color: #0a7d23
}

.stepper--dark .v {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 7px;
    padding: 4px 0
}

.cart-price {
    width: 104px;
    flex: none;
    text-align: right;
    white-space: nowrap
}

.cart-price .n {
    font-size: 21px;
    font-weight: 800;
    color: var(--pel-navy);
    letter-spacing: -.01em
}

.cart-price .u {
    font-size: 13px;
    font-weight: 600;
    color: #6A6A6A;
    margin-left: 4px
}

.cart-trash {
    width: 22px;
    flex: none;
    display: flex;
    justify-content: center
}

.gift-row {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 14px;
    padding: 14px 18px;
    margin-top: 4px;
    background: rgba(14, 201, 55, .10);
    border: 1.5px solid var(--pel-green)
}

.gift-row__ic {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    flex: none;
    background: var(--pel-green);
    display: flex;
    align-items: center;
    justify-content: center
}

.gift-row__t {
    font-size: 16px;
    font-weight: 800;
    color: #0a6b1e
}

.cart-sum {
    width: 100%;
    max-width: 460px;
    margin: 0 auto
}

.sum-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 8px 34px rgba(0, 26, 69, .10);
    padding: 30px 32px 32px
}

.sum-card__h {
    font-size: 22px;
    font-weight: 800;
    color: var(--pel-navy)
}

.sum-hr {
    height: 1px;
    background: var(--pel-line);
    margin: 16px 0
}

.sum-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: var(--pel-navy)
}

.sum-row .lbl {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600
}

.sum-row .val {
    font-weight: 700;
    white-space: nowrap
}

.sum-row .val .u {
    font-size: 13px;
    font-weight: 600
}

.sum-note {
    font-size: 12.5px;
    color: #6E7480;
    margin-top: 6px;
    line-height: 1.4
}

.sum-disc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: var(--pel-orange)
}

.sum-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.sum-total .lbl {
    font-size: 16px;
    font-weight: 700;
    color: var(--pel-navy)
}

.sum-total .n {
    font-size: 27px;
    font-weight: 800;
    color: var(--pel-navy);
    font-variant-numeric: tabular-nums;
    letter-spacing: -.01em
}

.sum-total .u {
    font-size: 14px;
    font-weight: 600;
    color: #6A6A6A;
    margin-left: 6px
}

.sum-cta {
    width: 100%;
    margin-top: 20px;
    height: 52px;
    border-radius: 12px;
    border: none;
    background: var(--pel-yellow);
    color: var(--pel-navy);
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    font-family: var(--font-sans)
}

.why {
    padding: 62px 20px 8px
}

.why__grid {
    display: grid;
    grid-template-columns:.92fr 1.08fr;
    gap: 34px;
    align-items: start
}

.eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--pel-orange)
}

.why h2 {
    margin: 14px 0 0;
    font-size: clamp(32px, 4.6vw, 52px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.02em;
    text-wrap: pretty
}

.why p {
    margin: 20px 0 0;
    font-size: 17px;
    color: var(--pel-slate);
    line-height: 1.55;
    max-width: 430px
}

.why p + p {
    margin-top: 14px
}

.map {
    position: relative;
    width: 100%;
    min-height: 340px;
    padding: 8px 0
}

.van {
    will-change: transform, opacity
}

@media (prefers-reduced-motion: reduce) {
    .van {
        display: none
    }
}

.recta {
    padding: 62px 20px 70px
}

.recta__box {
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, var(--pel-navy), #062a63);
    border-radius: 26px;
    padding: clamp(34px, 4vw, 52px);
    text-align: center
}

.recta__box::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -40px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(249, 237, 75, .16);
    pointer-events: none
}

.recta h2 {
    margin: 0;
    position: relative;
    z-index: 2;
    font-size: clamp(30px, 4.2vw, 48px);
    font-weight: 800;
    color: #fff;
    letter-spacing: -.02em;
    line-height: 1.05
}

.recta__cta {
    position: relative;
    z-index: 2;
    margin-top: 28px;
    display: flex;
    justify-content: center
}

.ftr {
    background: var(--pel-navy);
    color: #fff
}

.ftr__grid {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 26px;
    align-items: start;
    padding: 34px 20px 40px
}

.ftr__logo {
    height: 28px;
    filter: brightness(0) invert(1)
}

.ftr__cap {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5)
}

.ftr a.phone {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #fff
}

.ftr a.mail {
    display: block;
    margin-top: 4px;
    font-size: 15px;
    color: rgba(255, 255, 255, .75)
}

.ftr a.terms {
    font-size: 15px;
    color: var(--pel-yellow);
    font-weight: 600
}

.ftr__copy {
    border-top: 1px solid rgba(255, 255, 255, .12)
}

.ftr__copy div {
    max-width: 1120px;
    margin: 0 auto;
    padding: 16px 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, .5)
}

.sticky.new-reg {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    padding: 0 16px 14px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(120%);
    transition: opacity .25s ease, transform .3s ease
}

.sticky.on {
    opacity: 1;
    transform: translateY(0)
}

.sticky__bar {
    max-width: 640px;
    margin: 0 auto;
    padding: 12px 14px 12px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    pointer-events: auto;
    border-radius: 20px;
    background: rgba(255, 255, 255, .62);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, .7);
    box-shadow: 0 12px 40px rgba(0, 26, 69, .18)
}

.sticky__l {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0
}

.sticky__ic {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: var(--pel-green);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none
}

.sticky__t1 {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sticky__t2 {
    font-size: 13px;
    color: var(--pel-gray-500)
}

.modal-pel {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(0, 26, 69, .55);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    overflow-y: auto
}

.modal-pel[hidden] {
    display: none
}

.modal-pel__card {
    position: relative;
    width: 100%;
    max-width: 560px;
    background: var(--pel-navy);
    border-radius: 28px;
    padding: clamp(28px, 4vw, 44px);
    box-shadow: 0 40px 90px rgba(0, 0, 0, .45);
    color: #fff
}

.modal-pel__x {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-pel h2 {
    margin: 4px 0 0;
    font-size: clamp(26px, 3.6vw, 36px);
    font-weight: 800;
    text-align: center;
    line-height: 1.15;
    text-wrap: pretty
}

.modal-pel__q {
    margin-top: 26px;
    font-size: 17px;
    color: rgba(255, 255, 255, .9)
}

.radio-pel {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    background: none;
    border: none;
    padding: 7px 0;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    font-family: var(--font-sans)
}

.radio-pel__d {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, .45);
    transition: border-color .2s
}

.radio-pel[aria-checked="true"] .radio-pel__d {
    border-color: var(--pel-yellow)
}

.radio-pel[aria-checked="true"] .radio-pel__d::after {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: var(--pel-yellow)
}

.field-pel {
    width: 100%;
    height: 62px;
    padding: 0 22px;
    border-radius: 14px;
    outline: none;
    background: transparent;
    border: 1.5px solid var(--pel-yellow);
    color: #fff;
    font-family: var(--font-sans);
    font-size: 17px
}

.field-pel::placeholder {
    color: rgba(255, 255, 255, .6)
}

.send-pel {
    width: 100%;
    margin-top: 22px;
    height: 62px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: var(--pel-yellow);
    color: var(--pel-navy);
    font-weight: 700;
    font-size: 18px;
    font-family: var(--font-sans)
}

.fine-pel {
    margin: 18px 0 0;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    line-height: 1.5
}

.modal-ok {
    text-align: center;
    padding: 20px 0 8px
}

.modal-ok__ic {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    background: var(--pel-yellow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px
}

.modal-ok__t {
    font-size: 26px;
    font-weight: 800
}

.modal-ok__d {
    font-size: 16.5px;
    color: rgba(255, 255, 255, .78);
    margin-top: 12px;
    line-height: 1.5
}

@media (max-width: 900px) {
    .hero__grid {
        grid-template-columns:1fr;
        gap: 26px
    }

    .why__grid {
        grid-template-columns:1fr;
        gap: 22px
    }

    .cart-grid {
        grid-template-columns:1fr;
        gap: 26px;
        justify-items: center
    }

    .steps__line {
        display: none
    }

    .steps__grid {
        grid-template-columns:1fr;
        gap: 40px
    }

    .ftr__grid {
        grid-template-columns:1fr;
        gap: 22px
    }
}

@media (max-width: 560px) {
    .hide-sm {
        display: none !important
    }

    .hero__cta {
        width: 100%
    }

    .hero__cta .btn-pel {
        flex: 1 1 100%;
        width: 100%
    }

    .cart-row {
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px 0;
        border-bottom: 1px solid #DCE9F5
    }

    .thumb {
        width: 68px;
        height: 68px;
        border-radius: 14px
    }

    .cart-price {
        order: 4;
        margin-left: auto
    }

    .stepper {
        order: 3
    }

    .cart-trash {
        order: 5
    }
}

.cart-price .struck {
    font-size: 13px;
    color: var(--pel-mist);
    text-decoration: line-through;
    line-height: 1
}

.cart-price .now {
    display: flex;
    align-items: baseline;
    gap: 4px;
    justify-content: flex-end;
    margin-top: 2px
}

.cart-price .n--green {
    color: var(--pel-green-t)
}

.cart-price .u--green {
    color: var(--pel-green-t)
}

.sum-disc--on {
    color: var(--pel-green-t)
}

.sum-total__v {
    display: flex;
    align-items: baseline;
    gap: 6px;
    white-space: nowrap
}

.sum-total .struck {
    font-size: 15px;
    font-weight: 600;
    color: var(--pel-mist);
    text-decoration: line-through
}

.sum-total .n--green {
    color: var(--pel-green-t)
}

.btn-pel--outline-navy {
    background: transparent;
    color: var(--pel-navy);
    border: 1.5px solid var(--pel-navy);
    padding: 0 28px
}

.btn-pel--outline-navy:hover {
    background: rgba(0, 26, 69, .05)
}

.cadou {
    margin-top: 20px;
    border: 1px solid #DCE9F5;
    border-radius: 16px;
    background: rgba(255, 255, 255, .55);
    padding: 20px 22px
}

.cadou__t {
    font-size: 18px;
    font-weight: 800;
    color: var(--pel-navy)
}

.cadou__s {
    font-size: 14px;
    color: var(--pel-gray-500);
    margin-top: 4px
}

.cadou__row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px
}

.cadou__row .cart-name {
    font-size: 15px
}

.cadou__qty {
    width: 112px;
    height: 44px;
    border-radius: 12px;
    background: var(--pel-field);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pel-gray-500);
    font-weight: 700;
    font-size: 15px;
    flex: none
}

@media (max-width: 560px) {
    .cadou__row {
        flex-wrap: wrap
    }

    .cadou__qty {
        margin-left: auto
    }
}

.cadou__price {
    flex: none;
    text-align: right;
    white-space: nowrap;
    min-width: 64px
}

.cadou__price .n {
    font-size: 20px;
    font-weight: 800;
    color: var(--pel-green-t);
    letter-spacing: -.01em
}

.cadou__price .u {
    font-size: 13px;
    font-weight: 600;
    color: var(--pel-green-t);
    margin-left: 4px
}
