:root {
    --ink: #080d12;
    --ink-2: #0d151d;
    --panel: #121d27;
    --panel-2: #172530;
    --line: #293946;
    --muted: #82929e;
    --text: #edf5f6;
    --cyan: #11cdd0;
    --cyan-soft: #86f4f2;
    --font: "Manrope", sans-serif;
    --mono: "DM Mono", monospace
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--ink);
    color: var(--text);
    font-family: var(--font);
    overflow-x: hidden
}

.shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto
}

.topbar {
    height: 34px;
    background: #06090d;
    color: #91a0a8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    font: 10px var(--mono);
    letter-spacing: .06em;
    text-align: center
}

.online-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 10px var(--cyan)
}

.topbar i {
    height: 10px;
    width: 1px;
    background: #35424a
}

.header {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.logo-lockup {
    display: block;
    text-decoration: none;
    position:relative;
    left:-10px;
    top:25px;
}

.logo-crop {
    display: block;
    width: 150px;
    height: 80px;
    overflow: visible;
    background: transparent;
}

.logo-crop img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

nav {
    display: flex;
    align-items: center;
    gap: 28px
}

nav a {
    font-size: 12px;
    text-decoration: none;
    color: #97a7af;
    font-weight: 700;
    transition: color .2s
}

nav a:hover {
    color: #fff
}

.nav-cta {
    padding: 11px 15px !important;
    border: 1px solid #42606a;
    color: #e9f5f6 !important;
    border-radius: 4px
}

.nav-cta span {
    color: var(--cyan);
    padding-left: 5px
}

.hero {
    min-height: 621px;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 68px;
    align-items: center;
    padding: 54px 0 76px
}

.overline {
    font: 10px var(--mono);
    letter-spacing: .14em;
    color: #8ba0a9;
    margin: 0 0 17px;
    display: flex;
    align-items: center;
    gap: 9px
}

.overline span {
    display: inline-block;
    width: 24px;
    height: 1px;
    background: var(--cyan);
    box-shadow: 0 0 8px var(--cyan)
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1,
h2,
h3 {
    font-family: var(--font)
}

h1 {
    font-size: clamp(47px, 5.3vw, 76px);
    letter-spacing: -.075em;
    line-height: .98;
    margin-bottom: 23px;
    font-weight: 800
}

h1 small {
    display: block;
    text-transform: uppercase;
    font: 11px var(--mono);
    letter-spacing: .15em;
    color: var(--cyan);
    margin: 0 0 17px
}

h1 em,
h2 em {
    font-style: normal;
    color: var(--cyan)
}

.hero-description {
    max-width: 430px;
    color: #a9b6bd;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 26px
}

.hero-purchase {
    border-block: 1px solid var(--line);
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 15px 0;
    margin: 0 0 25px;
    width: 420px;
    max-width: 100%
}

.hero-purchase div {
    padding-right: 27px;
    border-right: 1px solid var(--line)
}

.hero-purchase span,
.purchase-card>p {
    display: block;
    color: #78919b;
    font: 9px var(--mono);
    letter-spacing: .11em;
    margin-bottom: 4px
}

.hero-purchase strong {
    font-size: 29px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.06em
}

.hero-purchase p {
    font-size: 11px;
    color: #9bacb4;
    line-height: 1.45;
    margin: 0
}

.hero-purchase p b {
    font-weight: 700;
    color: var(--cyan-soft)
}

.hero-actions {
    display: flex;
    gap: 10px
}

.button {
    font: 700 11px var(--font);
    letter-spacing: .075em;
    text-decoration: none;
    border: 0;
    min-height: 48px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border-radius: 3px;
    cursor: pointer;
    transition: transform .2s, filter .2s
}

.button:hover {
    transform: translateY(-2px);
    filter: brightness(1.1)
}

.button b {
    font-size: 18px;
    font-weight: 400;
    line-height: 0;
    color: inherit
}

.button-primary {
    color: #062025;
    background: var(--cyan);
    box-shadow: 0 0 24px #11cdd025
}

.button-secondary {
    color: #d7e2e5;
    border: 1px solid #3b4c57;
    background: #17232b
}

.confidence-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 22px;
    color: #83969f;
    font-size: 10px
}

.confidence-strip b {
    color: var(--cyan);
    margin-right: 3px
}

.hero-media {
    position: relative;
    border: 1px solid #2a3c48;
    background: #11202b;
    min-height: 464px;
    overflow: hidden
}

.hero-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, #0b1b28a3, transparent 60%, #06343860);
    pointer-events: none
}

.hero-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.72) contrast(1.08)
}

.interface-label {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 18px;
    color: #b5c7cc;
    font: 9px var(--mono);
    letter-spacing: .12em;
    border-left: 1px solid var(--cyan);
    padding-left: 8px
}

.hero-glass {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 139px;
    padding: 15px 18px;
    background: #091922db;
    border-left: 1px solid #47616b;
    border-top: 1px solid #47616b
}

.hero-glass span,
.hero-glass small {
    display: block;
    font: 9px var(--mono);
    color: #a5b9bf
}

.hero-glass b {
    font: 800 31px var(--font);
    letter-spacing: -.07em;
    color: #edffff;
    display: block;
    line-height: 1
}

.hero-glass small {
    margin-top: 3px;
    color: var(--cyan)
}

.corner-lines {
    position: absolute;
    z-index: 1;
    right: 17px;
    top: 17px;
    width: 35px;
    height: 35px;
    border-top: 1px solid var(--cyan);
    border-right: 1px solid var(--cyan)
}

.marquee {
    height: 58px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--cyan);
    color: #062026;
    white-space: nowrap
}

.marquee div {
    font: 700 12px var(--mono);
    letter-spacing: .12em;
    display: flex;
    gap: 24px;
    min-width: max-content;
    animation: marquee 24s linear infinite
}

.marquee i {
    font-style: normal
}

@keyframes marquee {
    to {
        transform: translateX(50%)
    }
}

.feature-section {
    padding: 115px 0
}

.section-heading {
    display: grid;
    grid-template-columns: 1.2fr .9fr;
    column-gap: 90px;
    align-items: end
}

.section-heading .overline {
    grid-column: 1/-1
}

.section-heading h2 {
    font-size: clamp(35px, 4.5vw, 57px);
    letter-spacing: -.07em;
    line-height: 1;
    margin: 0
}

.section-heading>p:last-child {
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
    max-width: 340px;
    margin: 0 0 4px
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    margin-top: 57px
}

.features-grid article {
    min-height: 219px;
    border-right: 1px solid var(--line);
    padding: 18px 19px 12px;
    position: relative
}

.features-grid article:first-child {
    border-left: 1px solid var(--line)
}

.feature-number {
    font: 10px var(--mono);
    color: #5c707a
}

.features-grid h3 {
    font-size: 16px;
    letter-spacing: -.04em;
    margin: 42px 0 8px
}

.features-grid p {
    font-size: 12px;
    line-height: 1.6;
    color: #82949d;
    margin: 0
}

.carry-section {
    background: var(--panel);
    border-block: 1px solid #1f313d
}

.carry-layout {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    align-items: center;
    gap: 82px;
    padding: 70px 0
}

.carry-image {
    height: 426px;
    position: relative;
    border: 1px solid #31424c;
    overflow: hidden;
    background: #dfe3e1
}

.carry-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: contrast(.98) saturate(.83)
}

.image-index {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 13px;
    background: #101c25;
    color: #a2b8be;
    font: 9px var(--mono);
    letter-spacing: .1em
}

.carry-copy h2,
.package-copy h2,
.paper-section h2,
.shipping-layout h2,
.trust-title h2,
.faq-intro h2,
.final-layout h2 {
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.02;
    letter-spacing: -.07em;
    margin-bottom: 20px
}

.carry-copy>p:not(.overline) {
    color: #9aaab2;
    line-height: 1.7;
    font-size: 14px;
    max-width: 350px
}

.specs {
    display: flex;
    border-block: 1px solid #344651;
    margin: 28px 0 22px;
    max-width: 390px
}

.specs div {
    flex: 1;
    padding: 12px 12px;
    border-right: 1px solid #344651
}

.specs div:first-child {
    padding-left: 0
}

.specs div:last-child {
    border: 0
}

.specs b,
.specs span {
    display: block
}

.specs b {
    font-size: 17px;
    letter-spacing: -.05em
}

.specs span {
    font: 9px var(--mono);
    color: #82959e;
    margin-top: 2px
}

.text-link {
    color: var(--cyan);
    font: 700 11px var(--font);
    letter-spacing: .07em;
    text-decoration: none
}

.text-link b {
    font-size: 16px;
    margin-left: 6px
}

.video-section {
    padding: 113px 0
}

.video-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 31px
}

.video-heading h2 {
    font-size: clamp(40px, 4.3vw, 59px);
    letter-spacing: -.07em;
    line-height: 1;
    margin: 0
}

.video-heading>p {
    font-size: 13px;
    color: #83949c;
    margin: 0 3px 4px
}

.video-wrap {
    position: relative;
    width: min(100%, 440px);
    margin-inline: auto;
    border: 1px solid #293d49;
    background: #070c11;
    padding: 10px
}

.video-wrap video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
    object-fit: contain;
    background: #061018
}

.video-corner {
    position: absolute;
    width: 25px;
    height: 25px
}

.top-left {
    top: -1px;
    left: -1px;
    border-top: 2px solid var(--cyan);
    border-left: 2px solid var(--cyan)
}

.bottom-right {
    bottom: -1px;
    right: -1px;
    border-bottom: 2px solid var(--cyan);
    border-right: 2px solid var(--cyan)
}

.package-section {
    background: #eef3f4;
    color: #0d1820;
    padding: 113px 0;
    overflow: hidden
}

.package-layout {
    display: grid;
    grid-template-columns: .83fr 1.17fr;
    gap: 70px;
    align-items: center
}

.package-copy .overline,
.paper-section .overline {
    color: #4e6971
}

.package-copy .overline span,
.paper-section .overline span {
    background: #079fa5;
    box-shadow: none
}

.package-copy h2 em {
    color: #098b92
}

.package-copy>p:not(.overline) {
    font-size: 14px;
    color: #52636b;
    line-height: 1.7;
    max-width: 380px
}

.package-copy ul {
    padding: 0;
    margin: 25px 0;
    list-style: none;
    border-top: 1px solid #c3d0d2;
    max-width: 390px
}

.package-copy li {
    display: flex;
    gap: 14px;
    align-items: center;
    border-bottom: 1px solid #c3d0d2;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 700
}

.package-copy li span {
    font: 9px var(--mono);
    color: #5a7278
}

.package-copy li.highlight {
    color: #007b84
}

.compact {
    min-height: 43px
}

.package-media {
    height: 500px;
    background: #dbe2e2;
    position: relative;
    border: 1px solid #b8c9cc
}

.package-media img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.included-badge {
    position: absolute;
    right: 18px;
    bottom: 17px;
    background: #0c171e;
    color: #fff;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 2px solid var(--cyan)
}

.included-badge b {
    font-size: 31px;
    line-height: 1;
    letter-spacing: -.07em
}

.included-badge span {
    font: 9px var(--mono);
    line-height: 1.4;
    color: #b8cdd0
}

.paper-section {
    padding: 110px 0;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: center
}

.paper-image {
    height: 380px;
    background: #e6e9e6;
    border: 1px solid #4b5d61;
    overflow: hidden
}

.paper-image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.paper-section>div:last-child {
    max-width: 420px
}

.paper-section>div:last-child>p:not(.overline) {
    color: #91a3aa;
    font-size: 14px;
    line-height: 1.7
}

.paper-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 23px
}

.paper-stat b {
    font-size: 51px;
    letter-spacing: -.08em;
    color: var(--cyan)
}

.paper-stat span {
    font: 10px var(--mono);
    letter-spacing: .1em;
    line-height: 1.5;
    color: #a5b8be
}

.uses-section {
    padding: 0 0 112px
}

.uses-heading {
    display: block
}

.uses-heading h2 {
    max-width: 680px
}

.uses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 11px;
    margin-top: 45px
}

.uses-grid article {
    min-height: 195px;
    padding: 20px;
    background: linear-gradient(135deg, #13222d, #0d161e);
    border: 1px solid #2a3b47;
    position: relative;
    overflow: hidden
}

.uses-grid article:after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #1c3f47;
    right: -53px;
    bottom: -58px
}

.uses-grid span {
    font: 10px var(--mono);
    color: var(--cyan)
}

.use-icon {
    width: 43px;
    height: 43px;
    margin: 28px 0 16px;
    color: var(--cyan)
}

.use-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round
}

.uses-grid h3 {
    font-size: 18px;
    letter-spacing: -.05em;
    margin: 0 0 7px
}

.uses-grid p {
    font-size: 12px;
    color: #8fa0a9;
    line-height: 1.55;
    max-width: 180px;
    margin: 0
}

.shipping-section {
    background: #102530;
    padding: 105px 0;
    border-block: 1px solid #23414e
}

.shipping-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 85px;
    align-items: center
}

.shipping-layout h2 em {
    font-size: .65em
}

.shipping-layout>div>p:not(.overline) {
    color: #a9bbc0;
    font-size: 14px;
    line-height: 1.75;
    max-width: 455px
}

.shipping-cards {
    display: grid;
    gap: 12px
}

.shipping-cards article {
    padding: 19px 21px;
    background: #152e3a;
    border: 1px solid #2c505e;
    position: relative
}

.shipping-cards article:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--cyan)
}

.shipping-cards b {
    font: 9px var(--mono);
    color: var(--cyan);
    letter-spacing: .11em
}

.shipping-cards h3 {
    margin: 10px 0 4px;
    font-size: 17px;
    letter-spacing: -.04em
}

.shipping-cards p {
    color: #a5b8be;
    font-size: 12px;
    line-height: 1.55;
    margin: 0
}

.trust-section {
    padding: 110px 0
}

.trust-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 48px
}

.trust-title h2 {
    margin: 0
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.trust-grid article {
    padding: 22px 20px 22px 0;
    border-right: 1px solid var(--line);
    margin-right: 20px
}

.trust-grid article:last-child {
    border: 0
}

.trust-grid b,
.trust-grid span {
    display: block
}

.trust-grid b {
    font-size: 16px;
    margin-bottom: 9px
}

.trust-grid span {
    font-size: 14px;
    line-height: 1.55;
    color: #8698a1
}

.marketplace-note {
    font-size: 12px;
    color: #81939c;
    margin: 23px 0 0
}

.marketplace-note a {
    color: var(--cyan);
    font-weight: 700;
    text-decoration: none
}

.faq-section {
    padding: 100px 0 110px;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: .68fr 1.32fr;
    gap: 80px
}

.faq-intro h2 {
    margin-bottom: 16px
}

.faq-intro>p:not(.overline) {
    font-size: 13px;
    color: #8798a0;
    line-height: 1.7;
    max-width: 250px
}

.faq-list {
    border-top: 1px solid #344651
}

.faq-list details {
    border-bottom: 1px solid #344651
}

.faq-list summary {
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    padding: 17px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq-list summary::-webkit-details-marker {
    display: none
}

.faq-list summary span {
    font: 19px var(--mono);
    color: var(--cyan);
    transition: transform .2s
}

.faq-list details[open] summary span {
    transform: rotate(45deg)
}

.faq-list p {
    font-size: 12px;
    color: #9caab0;
    line-height: 1.65;
    max-width: 630px;
    margin: -1px 30px 17px 0
}

.final-cta {
    background: #0c1f28;
    position: relative;
    overflow: hidden;
    padding: 101px 0
}

.cta-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#1a3b4536 1px, transparent 1px), linear-gradient(90deg, #1a3b4536 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(to right, #000, transparent 75%)
}

.final-cta:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #0acdd026;
    filter: blur(30px);
    right: -180px;
    top: -210px
}

.final-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 80px;
    align-items: center
}

.final-layout h2 {
    font-size: clamp(42px, 5vw, 67px);
    margin-bottom: 24px
}

.final-points {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    color: #b1c7cb;
    font-size: 11px
}

.final-points span::first-letter {
    color: var(--cyan)
}

.purchase-card {
    background: #eaf3f3;
    color: #102027;
    padding: 25px;
    border: 1px solid #c0d7d9;
    box-shadow: 17px 18px 0 #0a141a
}

.purchase-card>p {
    color: #506a72
}

.purchase-card strong {
    display: block;
    font-size: 40px;
    letter-spacing: -.08em;
    line-height: 1
}

.purchase-card>span {
    display: block;
    font-size: 11px;
    color: #53646a;
    margin: 5px 0 18px
}

.purchase-card .button {
    width: 100%;
    min-height: 47px
}

.purchase-card>a {
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #3e626b;
    margin-top: 15px;
    text-decoration: none
}

.purchase-card>a b {
    color: #049fa8;
    margin-left: 3px
}

footer {
    background: #060a0e;
    padding: 36px 0 25px
}

.footer-main {
    display: flex;
    align-items: center;
    gap: 20px
}

.footer-main p {
    font-size: 12px;
    color: #82949d;
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid #2b3a42
}

.footer-links {
    display: flex;
    gap: 18px;
    margin-left: auto
}

.footer-links a,
.footer-bottom a {
    color: #91a3ab;
    text-decoration: none;
    font-size: 11px
}

.footer-bottom {
    border-top: 1px solid #1c2b32;
    margin-top: 29px;
    padding-top: 17px;
    display: flex;
    gap: 17px;
    align-items: center
}

.footer-bottom>span {
    margin-right: auto;
    color: #5d6c73;
    font: 9px var(--mono)
}

.order-modal {
    position: fixed;
    z-index: 20;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.order-modal.is-open {
    display: flex
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: #05090ddd;
    backdrop-filter: blur(7px)
}

.modal-panel {
    position: relative;
    width: min(100%, 650px);
    max-height: calc(100vh - 40px);
    overflow: auto;
    background: #edf4f4;
    color: #102027;
    padding: 31px;
    border: 1px solid #5c777f;
    box-shadow: 0 20px 70px #000
}

.modal-close {
    position: absolute;
    right: 13px;
    top: 10px;
    border: 0;
    background: none;
    color: #344d54;
    font-size: 28px;
    cursor: pointer
}

.modal-panel h2 {
    font-size: 33px;
    line-height: 1;
    letter-spacing: -.07em;
    margin: 0 0 12px
}

.modal-panel .overline {
    color: #4e6870;
    margin-bottom: 14px
}

.modal-panel .overline span {
    background: #059fa8;
    box-shadow: none
}

.modal-description,
.payment-view>p {
    font-size: 13px;
    color: #53646a;
    line-height: 1.6
}

.modal-panel label {
    display: block;
    margin: 13px 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em
}

.modal-panel input,
.modal-panel textarea,
.modal-panel select {
    width: 100%;
    background: #f9fcfc;
    border: 1px solid #becfd1;
    border-radius: 2px;
    padding: 11px;
    font: 13px var(--font);
    margin-top: 5px;
    color: #12262b
}

.modal-panel input:focus,
.modal-panel textarea:focus,
.modal-panel select:focus {
    outline: 2px solid #4bdfe0;
    border-color: #0dbbbe
}

.modal-submit {
    width: 100%;
    margin-top: 4px
}

.hidden {
    display: none !important
}

.success-mark {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #bff5f2;
    color: #06454a;
    font-size: 23px;
    margin-bottom: 15px
}

.payment-view h2 em {
    color: #058d94
}

.bank-details {
    border: 1px solid #c3d1d2;
    background: #f9fcfc;
    margin: 19px 0
}

.bank-details div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border-bottom: 1px solid #d5e0e1
}

.bank-details div:last-child {
    border: 0
}

.bank-details span {
    font: 9px var(--mono);
    color: #60767b
}

.bank-details b {
    font-size: 11px
}

.muted {
    font-size: 11px !important
}

.whatsapp-button {
    background: #26d366;
    color: #073d1a;
    width: 100%;
    margin-top: 5px
}

.reset-order {
    background: none;
    border: 0;
    color: #577077;
    display: block;
    margin: 16px auto 0;
    cursor: pointer;
    font: 11px var(--font)
}

.mobile-buy {
    display: none
}

@media(max-width:850px) {
    .shell {
        width: min(100% - 32px, 650px)
    }

    .topbar {
        padding: 0 10px;
        font-size: 8px;
        white-space: nowrap;
        overflow: hidden
    }

    .topbar i:last-of-type,
    .topbar i:last-of-type+* {
        display: none
    }

    .header {
        height: 66px
    }

    nav>a:not(.nav-cta) {
        display: none
    }

    .nav-cta {
        font-size: 10px;
        padding: 9px 11px !important
    }

    .logo-crop {
        width: 72px;
        height: 53px
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 35px 0 55px;
        min-height: 0
    }

    .hero-copy {
        display: contents
    }

    .hero-media {
        height: 370px;
        min-height: 0;
        grid-row: 1
    }

    .hero .overline {
        grid-row: 2;
        margin: 0 0 -20px
    }

    .hero h1 {
        grid-row: 3;
        margin: 0;
        font-size: 52px
    }

    .hero-description {
        grid-row: 4;
        margin: 0
    }

    .hero-purchase {
        grid-row: 5;
        margin: 0
    }

    .hero-actions {
        grid-row: 6
    }

    .confidence-strip {
        grid-row: 7;
        margin: 0
    }

    .hero-media img {
        object-position: center
    }

    .feature-section {
        padding: 72px 0
    }

    .section-heading {
        display: block
    }

    .section-heading>p:last-child {
        margin-top: 19px
    }

    .features-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 35px
    }

    .features-grid article {
        min-height: 195px
    }

    .features-grid article:nth-child(3) {
        border-left: 1px solid var(--line)
    }

    .carry-layout,
    .package-layout,
    .shipping-layout,
    .faq-section,
    .final-layout {
        grid-template-columns: 1fr;
        gap: 38px
    }

    .carry-layout {
        padding: 50px 0
    }

    .carry-image {
        height: 310px;
        order: 2
    }

    .carry-copy {
        order: 1
    }

    .video-section {
        padding: 75px 0
    }

    .video-heading {
        display: block
    }

    .video-heading>p {
        margin-top: 16px
    }

    .video-wrap {
        width: min(100%, 390px)
    }

    .video-wrap video {
        height: auto;
        max-height: none
    }

    .package-section {
        padding: 71px 0
    }

    .package-media {
        height: 360px
    }

    .paper-section {
        padding: 72px 0;
        grid-template-columns: 1fr;
        gap: 35px
    }

    .paper-image {
        height: 310px;
        order: 2
    }

    .uses-section {
        padding: 0 0 72px
    }

    .uses-grid {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
        margin-top: 32px
    }

    .uses-grid article {
        min-height: 170px
    }

    .shipping-section {
        padding: 70px 0
    }

    .trust-section {
        padding: 72px 0
    }

    .trust-title {
        display: block;
        margin-bottom: 31px
    }

    .trust-grid {
        grid-template-columns: 1fr 1fr
    }

    .trust-grid article {
        margin: 0;
        padding: 17px;
        border-bottom: 1px solid var(--line)
    }

    .trust-grid article:nth-child(2) {
        border-right: 0
    }

    .faq-section {
        padding: 72px 0;
        gap: 34px
    }

    .final-cta {
        padding: 73px 0 104px
    }

    .purchase-card {
        box-shadow: 9px 10px 0 #09151b
    }

    .footer-main {
        flex-wrap: wrap
    }

    .footer-main p {
        border: 0;
        padding: 0;
        width: 100%
    }

    .footer-links {
        margin: 4px 0 0
    }

    .footer-bottom {
        flex-wrap: wrap
    }

    .footer-bottom>span {
        width: 100%
    }

    .footer-bottom a {
        font-size: 10px
    }

    .mobile-buy {
        display: flex;
        position: fixed;
        z-index: 15;
        bottom: 12px;
        left: 12px;
        right: 12px;
        min-height: 54px;
        align-items: center;
        justify-content: space-between;
        padding: 0 17px;
        background: var(--cyan);
        color: #062227;
        text-decoration: none;
        box-shadow: 0 5px 22px #0008;
        font: 800 10px var(--font);
        letter-spacing: .08em
    }

    .mobile-buy b {
        font-size: 16px;
        letter-spacing: -.04em
    }

    .mobile-buy i {
        font-style: normal;
        margin-left: 8px;
        font-size: 17px
    }

    .order-modal {
        padding: 12px
    }

    .modal-panel {
        padding: 25px 20px;
        max-height: calc(100vh - 24px)
    }
}

@media(max-width:390px) {
    .hero h1 {
        font-size: 46px
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch
    }

    .button {
        width: 100%
    }

    .confidence-strip {
        gap: 10px
    }

    .hero-purchase {
        gap: 18px
    }

    .hero-purchase div {
        padding-right: 18px
    }

    .features-grid article {
        padding: 14px
    }

    .package-media {
        height: 300px
    }
}

/* Checkout: información de domicilio y revisión, sin persistencia de datos personales. */
.checkout-panel {
    padding-top: 27px
}

.checkout-progress {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 38px 26px 0
}

.checkout-progress span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #71858c;
    font: 9px var(--mono);
    letter-spacing: .04em
}

.checkout-progress span b {
    font: 9px var(--font);
    font-weight: 800;
    letter-spacing: .04em
}

.checkout-progress i {
    height: 1px;
    flex: 1;
    background: #c6d4d6
}

.checkout-progress .is-active {
    color: #057d85
}

.checkout-progress .is-complete {
    color: #3d6770
}

.checkout-panel fieldset {
    padding: 0;
    margin: 22px 0;
    border: 0
}

.checkout-panel legend {
    color: #567077;
    font: 9px var(--mono);
    letter-spacing: .13em;
    padding: 0 0 10px;
    border-bottom: 1px solid #c6d3d5;
    width: 100%
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 12px
}

.checkout-panel .field {
    margin: 11px 0 0
}

.checkout-panel .field-full {
    grid-column: 1/-1
}

.field>b {
    color: #008d95
}

.field>small {
    display: block;
    min-height: 13px;
    margin-top: 4px;
    color: #687f85;
    font: 9px var(--font);
    font-weight: 500;
    letter-spacing: 0
}

.field .field-error {
    color: #b42836
}

.modal-panel .has-error {
    border-color: #c4414a;
    background: #fffafa
}

.checkout-privacy {
    font-size: 10px;
    line-height: 1.55;
    color: #667d82;
    margin: 17px 0
}

.order-summary-card,
.destination-card,
.payment-summary {
    border: 1px solid #c4d1d3;
    background: #f9fcfc
}

.summary-product {
    padding: 15px;
    border-bottom: 1px solid #d7e0e1
}

.summary-product b,
.summary-product span {
    display: block
}

.summary-product b {
    font-size: 15px
}

.summary-product span {
    font-size: 11px;
    color: #5d7075;
    margin-top: 3px
}

.summary-row,
.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    font-size: 12px
}

.summary-row span {
    color: #61757b
}

.summary-row b {
    font-size: 12px
}

.free {
    color: #008c90 !important
}

.summary-total {
    border-top: 1px solid #bdccce;
    padding-block: 14px;
    font: 9px var(--mono);
    letter-spacing: .1em
}

.summary-total b {
    font: 800 22px var(--font);
    letter-spacing: -.06em
}

.destination-card {
    margin-top: 13px
}

.destination-card div {
    padding: 11px 14px;
    border-bottom: 1px solid #d7e0e1
}

.destination-card div:last-child {
    border: 0
}

.destination-card span,
.payment-summary span {
    display: block;
    color: #61777d;
    font: 9px var(--mono);
    letter-spacing: .09em;
    margin-bottom: 3px
}

.destination-card b {
    font-size: 12px;
    line-height: 1.45
}

.review-note {
    font-size: 11px;
    color: #5a7178;
    line-height: 1.55;
    margin: 15px 0
}

.review-actions {
    display: flex;
    gap: 9px
}

.review-actions .button {
    flex: 1
}

.payment-summary {
    margin: 16px 0
}

.payment-summary div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: baseline;
    border-bottom: 1px solid #d7e0e1;
    padding: 10px 13px
}

.payment-summary div:last-child {
    border: 0
}

.payment-summary b {
    font-size: 12px;
    text-align: right
}

.copy-alias {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 39px;
    border: 1px solid #77b6ba;
    background: #effafa;
    color: #046971;
    font: 800 10px var(--font);
    letter-spacing: .08em;
    cursor: pointer
}

.copy-alias b {
    font-size: 16px
}

.frontend-notice {
    border-left: 2px solid #83a1a5;
    padding-left: 8px;
    font-size: 9px !important;
    color: #6a7e83 !important;
    line-height: 1.5 !important;
    margin-top: 16px !important
}

@media(max-width:850px) {
    .checkout-panel {
        padding: 24px 18px;
        max-height: calc(100vh - 24px)
    }

    .checkout-progress {
        margin-right: 30px;
        margin-bottom: 21px
    }

    .checkout-progress span b {
        font-size: 8px
    }

    .checkout-grid {
        grid-template-columns: 1fr
    }

    .checkout-panel .field-full {
        grid-column: auto
    }

    .review-actions {
        flex-direction: column
    }

    .review-actions .button {
        width: 100%
    }
}