:root {
    --bg: #ffffff;
    --bg-soft: #f2fbfb;
    --card: #39b7b1;
    --card-deep: #2d9b96;
    --teal: #37b5b1;
    --teal-deep: #1f5f68;
    --teal-ink: #295e67;
    --mint: #dff4ef;
    --ink: #0f1417;
    --muted: #445056;
    --line: rgba(18, 32, 37, 0.08);
    --shadow-soft: 0 14px 30px rgba(31, 83, 86, 0.08);
    --shadow-card: 0 18px 36px rgba(22, 64, 69, 0.16);
    --shell: 1220px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--ink);
    font-family: "Manrope", sans-serif;
    background: var(--bg);
}

svg,
img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.shell {
    width: min(calc(100% - 40px), var(--shell));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 84px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.brand-wordmark {
    font-size: 1.15rem;
    font-weight: 800;
    color: #356b72;
    letter-spacing: -0.04em;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.site-nav a {
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 0.98rem;
    font-weight: 600;
    transition: background 0.18s ease, color 0.18s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
    background: rgba(53, 179, 173, 0.16);
    color: var(--teal-ink);
}

.section {
    padding: 52px 0 22px;
}

.hero-section {
    padding-top: 10px;
}

.hero-card {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    align-items: center;
    gap: 44px;
    padding: 22px 28px 28px;
    background: linear-gradient(180deg, #f7fdfd 0%, #eef9f8 100%);
    border: 1px solid #deefed;
}

.hero-copy h1,
.section-title,
.feature-card h3,
.premium-heading,
.premium-copy h3 {
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-self: start;
    width: 100%;
    max-width: 720px;
    text-align: left;
}

.hero-copy h1 {
    margin-bottom: 24px;
    font-size: clamp(2.5rem, 4.7vw, 4.35rem);
    line-height: 0.98;
}

.store-pill {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    align-self: flex-start;
    margin: 0;
    background: transparent;
    box-shadow: none;
}

.store-badge-image {
    width: min(100%, 260px);
    height: auto;
    filter: drop-shadow(0 8px 16px rgba(18, 32, 37, 0.08));
}

.hero-note,
.footer-disclaimer,
.premium-copy p,
.policy-card p,
.policy-card li {
    color: var(--muted);
    line-height: 1.58;
}

.hero-note {
    max-width: 720px;
    margin: 16px 0 0;
    font-size: 0.98rem;
}

.section-title {
    margin-bottom: 28px;
    text-align: center;
    font-size: clamp(2.15rem, 3.6vw, 3.25rem);
    line-height: 1.04;
}

.features-layout {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 390px minmax(260px, 1fr);
    align-items: center;
    gap: 24px;
}

.feature-stack {
    display: grid;
    gap: 22px;
}

.feature-card {
    min-height: 198px;
    padding: 26px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, var(--card) 0%, var(--card-deep) 100%);
    color: #ffffff;
    text-align: center;
    box-shadow: var(--shadow-card);
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 18px;
}

.feature-icon-svg {
    width: 68px;
    height: 68px;
}

.feature-icon-main {
    fill: #ffffff;
}

.feature-icon-accent {
    fill: #178b90;
}

.feature-icon-screen {
    fill: #d8f3ef;
}

.feature-icon-cutout {
    fill: #2d9b96;
}

.feature-card h3 {
    margin-bottom: 10px;
    font-size: 1.62rem;
    line-height: 1.08;
}

.feature-card p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.94);
}

.feature-phones {
    position: relative;
    height: 410px;
}

.art-placeholder {
    display: grid;
    place-items: center;
    gap: 6px;
    padding: 18px;
    text-align: center;
    color: #2b5f67;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(235, 248, 247, 0.96) 100%);
    border: 2px dashed rgba(53, 179, 173, 0.34);
    box-shadow: var(--shadow-soft);
}

.art-label {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.art-placeholder strong {
    font-size: 1.1rem;
    letter-spacing: -0.03em;
}

.art-placeholder span:last-child {
    font-size: 0.92rem;
    color: #55757b;
}

.art-phone {
    width: min(100%, 190px);
    min-height: 360px;
    margin: 0 auto;
    border-radius: 34px;
}

.hero-art-image {
    width: min(100%, 190px);
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 18px 26px rgba(15, 43, 49, 0.16));
}

.art-screen {
    position: absolute;
    width: 185px;
    min-height: 330px;
    border-radius: 30px;
}

.feature-art-image {
    box-shadow: 0 18px 30px rgba(15, 43, 49, 0.14);
}

.art-screen-front {
    left: 56px;
    bottom: 0;
    z-index: 2;
    transform: rotate(-6deg);
}

.art-screen-back {
    right: 50px;
    top: 18px;
    z-index: 1;
    transform: rotate(10deg);
}

.premium-section {
    padding-top: 28px;
}

.premium-panel {
    padding: 30px 28px 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, #33b7b1 0%, #215d68 100%);
    color: #ffffff;
    box-shadow: var(--shadow-card);
}

.premium-heading {
    margin-bottom: 12px;
    text-align: center;
    font-size: clamp(2rem, 3.4vw, 2.85rem);
}

.premium-lead {
    max-width: 860px;
    margin: 0 auto 26px;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.03rem;
    line-height: 1.6;
}

.premium-story {
    display: grid;
    gap: 18px;
}

.premium-row {
    display: grid;
    grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 28px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.premium-row-reverse .premium-media {
    order: 2;
}

.premium-row-reverse .premium-copy {
    order: 1;
}

.premium-media {
    display: flex;
    justify-content: center;
}

.premium-media-image {
    width: min(100%, 360px);
    height: auto;
    border-radius: 22px;
    box-shadow: 0 16px 28px rgba(15, 43, 49, 0.16);
}

.art-wide {
    width: min(100%, 330px);
    min-height: 220px;
    border-radius: 24px;
}

.premium-copy {
    display: grid;
    gap: 10px;
}

.premium-tag {
    display: inline-flex;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premium-copy h3 {
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    line-height: 1.08;
}

.premium-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
}

.site-footer {
    padding: 28px 0 24px;
}

.footer-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.footer-closing {
    margin: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}

.footer-disclaimer {
    max-width: 720px;
    margin: 0;
    text-align: center;
    font-size: 0.82rem;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 0.95rem;
}

.footer-links a:hover,
.back-link:hover {
    color: var(--teal-ink);
}

.policy-body {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
}

.policy-layout {
    width: min(calc(100% - 40px), 980px);
    margin: 0 auto;
    padding: 34px 0 48px;
}

.policy-header {
    position: static;
}

.back-link {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--teal-ink);
    font-weight: 700;
}

.policy-card {
    padding: 32px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: var(--shadow-soft);
}

.policy-eyebrow {
    margin: 0 0 8px;
    color: #2f7f83;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.policy-card h1 {
    margin: 0 0 8px;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    letter-spacing: -0.04em;
}

.policy-card h2 {
    margin: 26px 0 10px;
    font-size: 1.35rem;
    letter-spacing: -0.03em;
}

.policy-card ul {
    padding-left: 22px;
}

.policy-meta {
    margin: 0;
    color: #667177;
}

@media (max-width: 1120px) {
    .hero-card,
    .features-layout,
    .premium-row {
        grid-template-columns: 1fr;
    }

    .hero-card,
    .hero-copy,
    .feature-card,
    .premium-row {
        text-align: center;
    }

    .hero-copy {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-self: center;
        text-align: center;
    }

    .store-pill {
        align-self: center;
        margin-left: auto;
        margin-right: auto;
    }

    .store-badge-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .feature-phones {
        width: min(100%, 360px);
        margin: 0 auto;
    }

    .premium-row-reverse .premium-media,
    .premium-row-reverse .premium-copy {
        order: initial;
    }

    .premium-tag {
        margin: 0 auto;
    }
}

@media (max-width: 760px) {
    .shell,
    .policy-layout {
        width: min(calc(100% - 24px), var(--shell));
    }

    .nav-shell,
    .site-nav,
    .footer-links {
        flex-direction: column;
    }

    .nav-shell {
        min-height: auto;
        padding: 14px 0;
    }

    .site-nav,
    .footer-links {
        align-items: center;
    }

    .hero-card {
        gap: 28px;
        padding: 22px 18px;
    }

    .hero-copy h1 {
        font-size: clamp(2.2rem, 9vw, 3.2rem);
    }

    .store-pill {
        width: auto;
    }

    .store-badge-image {
        width: min(100%, 220px);
    }

    .feature-phones {
        height: 330px;
    }

    .art-screen {
        width: 150px;
        min-height: 260px;
    }

    .art-screen-front {
        left: 34px;
    }

    .art-screen-back {
        right: 34px;
    }

    .premium-panel,
    .policy-card {
        padding: 22px;
    }

    .premium-media-image {
        width: min(100%, 320px);
    }
}

@media (max-width: 520px) {
    .site-nav a {
        padding: 8px 12px;
    }

    .brand-logo {
        width: 40px;
        height: 40px;
    }

    .feature-icon {
        width: 68px;
        height: 68px;
    }

    .feature-icon-svg {
        width: 56px;
        height: 56px;
    }

    .feature-card h3 {
        font-size: 1.38rem;
    }

    .art-phone {
        width: min(100%, 160px);
        min-height: 310px;
        border-radius: 28px;
    }

    .hero-art-image {
        width: min(100%, 160px);
    }

    .feature-card {
        min-height: 0;
    }

    .feature-phones {
        height: 290px;
        width: 250px;
    }

    .art-screen {
        width: 126px;
        min-height: 220px;
        border-radius: 24px;
    }

    .art-screen-front {
        left: 16px;
    }

    .art-screen-back {
        right: 10px;
    }

    .art-wide {
        min-height: 190px;
    }

    .premium-media-image {
        width: min(100%, 280px);
    }
}
