:root {
    color-scheme: light;
    --ink: #172043;
    --muted: #667086;
    --blue: #2378f0;
    --cyan: #73ded4;
    --violet: #c990ea;
    --pink: #f18dc8;
    --sun: #ffbd3f;
    --cream: #fff7ed;
    --card: rgba(255, 255, 255, 0.82);
    --line: rgba(23, 32, 67, 0.12);
    --shadow: 0 28px 80px rgba(22, 38, 85, 0.18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background:
        linear-gradient(180deg, #fffaf4 0%, #f7fbff 50%, #fff6e7 100%);
    min-height: 100vh;
}

a {
    color: inherit;
}

.site-header,
.hero,
.app-store-strip,
.section,
.page,
.footer {
    width: min(1180px, calc(100% - 36px));
    margin-inline: auto;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 0;
}

.support-home .site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    width: 100%;
    padding: 16px clamp(18px, 5vw, 68px);
    background: rgba(255, 250, 244, 0.84);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 950;
}

.brand-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(12, 24, 70, 0.24);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px;
}

.nav a {
    color: var(--muted);
    text-decoration: none;
    font-weight: 850;
    padding: 10px 13px;
    border-radius: 999px;
}

.nav a:hover,
.nav a:focus-visible {
    background: rgba(255, 255, 255, 0.74);
    color: var(--ink);
}

.hero {
    min-height: calc(100vh - 92px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.86fr);
    align-items: center;
    gap: 60px;
    padding: 38px 0 86px;
}

.support-hero {
    width: 100%;
    min-height: calc(100vh - 82px);
    padding: clamp(52px, 7vw, 92px) clamp(18px, 5vw, 68px);
    background:
        radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.82), transparent 18%),
        radial-gradient(circle at 88% 14%, rgba(255, 189, 63, 0.26), transparent 22%),
        radial-gradient(circle at 76% 78%, rgba(115, 222, 212, 0.24), transparent 28%),
        linear-gradient(135deg, #fffaf4 0%, #f7fbff 52%, #fff0c9 100%);
}

.hero-copy {
    max-width: 760px;
}

.support-hero h1 {
    max-width: 820px;
    font-size: clamp(3rem, 7vw, 6.2rem);
    line-height: 0.93;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--blue);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

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

h1 {
    max-width: 820px;
    margin-bottom: 22px;
    font-size: clamp(3rem, 7vw, 6.2rem);
    line-height: 0.93;
    letter-spacing: 0;
}

h2 {
    margin-bottom: 16px;
    font-size: clamp(2.15rem, 4.5vw, 4.2rem);
    line-height: 0.98;
    letter-spacing: 0;
}

h3 {
    margin-bottom: 8px;
    font-size: 1.35rem;
}

.lead {
    max-width: 680px;
    color: var(--muted);
    font-size: clamp(1.16rem, 2vw, 1.38rem);
    line-height: 1.55;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 30px;
}

.trust-row span {
    padding: 10px 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.70);
    color: #37415b;
    font-weight: 850;
    font-size: 0.92rem;
}

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

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 18px;
    font-weight: 950;
    text-decoration: none;
}

.primary {
    color: white;
    background: linear-gradient(135deg, #31a7ff, #155fe2);
    box-shadow: 0 16px 34px rgba(21, 95, 226, 0.25);
}

.secondary {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--line);
}

.device-stage {
    position: relative;
    min-height: 620px;
    display: grid;
    place-items: center;
    perspective: 1200px;
}

.playful-device-stage {
    isolation: isolate;
}

.hero-bubble {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 44px rgba(24, 46, 82, 0.14);
    font-size: 1.9rem;
    font-weight: 950;
}

.bubble-sun {
    top: 82px;
    right: 78px;
    color: var(--sun);
    transform: rotate(9deg);
}

.bubble-heart {
    left: 36px;
    bottom: 100px;
    color: var(--pink);
    transform: rotate(-8deg);
}

.glow-card {
    position: absolute;
    width: min(420px, 90%);
    aspect-ratio: 1;
    border-radius: 36%;
    background:
        radial-gradient(circle at 28% 36%, rgba(115, 222, 212, 0.88), transparent 18%),
        radial-gradient(circle at 62% 48%, rgba(241, 141, 200, 0.68), transparent 24%),
        radial-gradient(circle at 77% 36%, rgba(255, 189, 63, 0.62), transparent 20%),
        linear-gradient(145deg, #08194a, #1d215d);
    filter: blur(0.2px);
    box-shadow: 0 34px 90px rgba(21, 31, 85, 0.30);
    transform: translate(18px, -28px) rotate(-5deg);
}

.iphone {
    position: relative;
    width: 330px;
    aspect-ratio: 689 / 1500;
    padding: 7px;
    border-radius: 38px;
    background: linear-gradient(145deg, rgba(17, 24, 39, 0.92), rgba(3, 7, 18, 0.94));
    box-shadow: var(--shadow);
}

.iphone.tilted {
    transform: rotateY(-16deg) rotateZ(4deg);
}

.iphone.small {
    width: 282px;
    margin: 10px auto 0;
    border-radius: 34px;
    box-shadow: 0 18px 45px rgba(6, 16, 48, 0.26);
}

.real-screenshot {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 31px;
    background: #e5f6ff;
}

.iphone.small .real-screenshot {
    border-radius: 27px;
}

.phone-speaker {
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: 2;
    width: 34%;
    height: 24px;
    border-radius: 0 0 18px 18px;
    background: #0a0f1d;
    transform: translateX(-50%);
}

.phone-screen {
    height: 100%;
    overflow: hidden;
    border-radius: 36px;
    padding: 34px 19px 18px;
}

.app-screen {
    background:
        radial-gradient(circle at 15% 11%, rgba(255, 255, 255, 0.82), transparent 14%),
        radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.64), transparent 11%),
        linear-gradient(180deg, #dff4ff 0%, #ffffff 58%, #fff1c7 100%);
}

.app-screen.compact {
    padding-top: 34px;
}

.screen-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    color: #102a63;
}

.screen-header strong,
.screen-title {
    display: block;
    font-size: 1.42rem;
    font-weight: 950;
}

.screen-header p,
.current-battery p {
    margin: 6px 0 0;
    color: #42506a;
    font-weight: 750;
    line-height: 1.25;
}

.mini-sun {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--sun);
    box-shadow: 0 0 0 8px rgba(255, 189, 63, 0.16), 0 0 26px rgba(255, 189, 63, 0.62);
}

.current-battery {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 22px 0 18px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.76);
}

.current-battery strong {
    display: block;
    color: #98ca35;
    font-size: 1.6rem;
    font-weight: 950;
}

.battery {
    width: 52px;
    height: 98px;
    border: 3px solid rgba(42, 53, 57, 0.65);
    border-radius: 16px;
    padding: 6px;
    display: grid;
    align-content: end;
    gap: 5px;
    background: rgba(255, 255, 255, 0.80);
}

.battery::before {
    content: "";
    position: absolute;
}

.battery i {
    display: block;
    height: 15px;
    border-radius: 5px;
    background: #9bd64d;
}

.level-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
    margin: 14px 0;
}

.level-strip span {
    min-height: 78px;
    border-radius: 15px;
    border: 1px solid rgba(23, 32, 67, 0.10);
    background: rgba(255, 255, 255, 0.76);
}

.level-strip.tall span {
    min-height: 118px;
}

.level-strip .full { background: linear-gradient(#75cd6e, #5ebc5c); }
.level-strip .good { background: linear-gradient(#bbe05e, #9ed147); }
.level-strip .half { background: linear-gradient(#fbd96a, #f4c745); }
.level-strip .low { background: linear-gradient(#f8ae58, #f39837); }
.level-strip .empty { background: linear-gradient(#ef7067, #dd544e); }

.info-pill {
    margin: 16px 0;
    padding: 12px;
    border-radius: 18px;
    color: #102a63;
    background: rgba(218, 239, 252, 0.86);
    font-weight: 900;
    text-align: center;
}

.save-button {
    padding: 15px 12px;
    border-radius: 18px;
    color: white;
    background: linear-gradient(135deg, #35a8ff, #1267d8);
    text-align: center;
    font-weight: 950;
    box-shadow: 0 12px 28px rgba(18, 103, 216, 0.22);
}

.tabbar {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 10px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    color: #57637a;
    font-size: 0.78rem;
    font-weight: 900;
    text-align: center;
    backdrop-filter: blur(16px);
}

.app-store-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: -22px;
}

.app-store-strip article {
    min-height: 128px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 44px rgba(24, 46, 82, 0.07);
}

.app-store-strip strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.app-store-strip span {
    color: var(--muted);
    line-height: 1.5;
}

.section {
    padding: 92px 0;
}

.section-heading {
    max-width: 800px;
    margin-bottom: 30px;
}

.section-heading p,
.concept-section p,
.brand-copy p,
.flow-grid p,
.promise p,
.faq p,
.legal-text p {
    color: var(--muted);
    line-height: 1.62;
}

.flow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.flow-grid article {
    min-height: 260px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 44px rgba(24, 46, 82, 0.08);
}

.flow-number {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    border-radius: 15px;
    background: linear-gradient(135deg, #31a7ff, #155fe2);
    color: white;
    font-weight: 950;
    box-shadow: 0 14px 30px rgba(21, 95, 226, 0.20);
}

.flow-grid h3 {
    font-size: 1.45rem;
}

.flow-grid p {
    margin-bottom: 0;
}

.concept-section {
    padding-top: 78px;
}

.concept-section .section-heading {
    max-width: 900px;
}

.concept-section .section-heading p {
    max-width: 780px;
    font-size: 1.04rem;
}

.store-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.store-shot {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    padding: 28px 18px 0;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 70px rgba(23, 32, 67, 0.13);
}

.shot-blue {
    background: linear-gradient(180deg, #129ce9, #6ed9ff);
}

.shot-mint {
    background: linear-gradient(180deg, #58d9c9, #e4fff7);
}

.shot-warm {
    background: linear-gradient(180deg, #ffbf59, #fff1d8);
}

.shot-copy {
    color: white;
    min-height: 126px;
}

.shot-warm .shot-copy {
    color: #35233d;
}

.shot-copy h3 {
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    line-height: 1.04;
}

.shot-copy p {
    max-width: 290px;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.4;
}

.compact-question {
    color: #102a63;
    font-weight: 950;
    line-height: 1.18;
}

.screen-title {
    color: #102a63;
    margin-bottom: 16px;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    margin-bottom: 18px;
}

.support-grid span {
    min-height: 62px;
    display: grid;
    place-items: center;
    padding: 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    color: #24314e;
    font-size: 0.82rem;
    font-weight: 900;
    text-align: center;
}

.history-card {
    padding: 13px;
    margin-bottom: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
}

.history-card strong {
    display: block;
    margin-bottom: 5px;
    color: #172043;
}

.history-card p,
.history-card span {
    margin: 0;
    color: #5c6678;
    font-size: 0.78rem;
    line-height: 1.35;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: center;
    gap: 38px;
}

.brand-copy {
    padding: 6px 0;
}

.brand-section {
    align-items: center;
}

.logo-showcase {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 30px;
    background:
        linear-gradient(145deg, #fffaf4, #f5fbff);
    box-shadow: 0 24px 70px rgba(23, 32, 67, 0.14);
}

.logo-showcase img {
    position: relative;
    z-index: 1;
    width: min(320px, 64%);
    border-radius: 34px;
    box-shadow: 0 34px 80px rgba(13, 24, 74, 0.28);
}

.logo-glow { display: none; }

.dot {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(23, 32, 67, 0.12);
}

.dot.cyan { background: #73ded4; }
.dot.blue { background: #73b8f4; }
.dot.violet { background: #c990ea; }
.dot.pink { background: #f18dc8; }
.dot.sun { background: #ffbd3f; }

.brand-principles {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.brand-principles article {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--line);
}

.brand-principles strong {
    display: block;
    margin-bottom: 2px;
    font-size: 0.98rem;
}

.brand-principles p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.35;
}

.privacy-section {
    padding-top: 36px;
}

.privacy-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.privacy-summary-grid article,
.privacy-link-card {
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 44px rgba(24, 46, 82, 0.08);
}

.privacy-summary-grid article {
    padding: 22px;
}

.privacy-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(115, 222, 212, 0.22);
    color: var(--blue);
    font-size: 1.45rem;
    font-weight: 950;
}

.privacy-summary-grid h3 {
    margin-bottom: 8px;
}

.privacy-summary-grid p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.privacy-link-card {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
    margin-top: 16px;
    padding: 0 22px;
    color: var(--blue);
    font-weight: 950;
    text-decoration: none;
}

.support-panel,
.legal-panel {
    display: grid;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(28px, 6vw, 82px);
    align-items: start;
    padding: clamp(64px, 8vw, 104px) clamp(18px, 5vw, 68px);
}

.support-panel {
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 189, 63, 0.15), transparent 22%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(229, 249, 255, 0.78));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.support-panel h2,
.legal-panel h2 {
    margin-bottom: 0;
    overflow-wrap: anywhere;
}

.legal-panel h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.04;
}

.support-copy {
    max-width: 720px;
}

.support-copy p,
.legal-panel p {
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.58;
    overflow-wrap: anywhere;
}

.mail-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 6px 0 22px;
    padding: 0 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #31a7ff, #155fe2);
    box-shadow: 0 16px 34px rgba(21, 95, 226, 0.25);
    color: #ffffff;
    font-weight: 950;
    text-decoration: none;
}

.support-note {
    max-width: 640px;
    margin-bottom: 0;
}

.legal-panel {
    color: #ffffff;
}

.privacy-panel {
    background:
        radial-gradient(circle at 84% 16%, rgba(115, 222, 212, 0.28), transparent 24%),
        linear-gradient(135deg, #102a63, #315d7a);
}

.imprint-panel {
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 189, 63, 0.28), transparent 22%),
        linear-gradient(135deg, #172043, #3b426f);
}

.legal-panel .eyebrow,
.legal-panel p {
    color: rgba(255, 255, 255, 0.78);
}

.legal-panel a {
    color: #ffffff;
    text-underline-offset: 4px;
    overflow-wrap: anywhere;
}

.legal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.legal-grid article {
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 18px 48px rgba(4, 11, 32, 0.12);
}

.legal-grid h3 {
    margin-bottom: 10px;
    overflow-wrap: anywhere;
}

.legal-grid p {
    margin-bottom: 0;
}

.promise {
    max-width: 920px;
    padding-top: 40px;
    text-align: center;
}

.page {
    padding: 42px 0 90px;
}

.page-hero {
    max-width: 840px;
    margin-bottom: 30px;
}

.compact-page {
    width: min(920px, calc(100% - 36px));
    padding-top: 34px;
}

.compact-page .page-hero {
    max-width: 680px;
    margin-bottom: 22px;
}

.compact-page h1 {
    max-width: 680px;
    margin-bottom: 12px;
    font-size: clamp(2.15rem, 4.8vw, 3.8rem);
    line-height: 1.02;
}

.compact-page .lead {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.55;
}

.faq {
    display: grid;
    gap: 12px;
    max-width: 880px;
}

.faq article,
.legal-text {
    border: 1px solid var(--line);
    border-radius: 28px;
    background: var(--card);
    box-shadow: 0 14px 38px rgba(23, 32, 67, 0.08);
}

.faq article {
    padding: 20px 22px;
}

.faq h2,
.legal-text h2 {
    margin-bottom: 8px;
    font-size: 1.15rem;
    line-height: 1.25;
}

.faq p,
.legal-text p {
    margin-bottom: 14px;
    font-size: 0.98rem;
}

.legal-text {
    max-width: 900px;
    padding: 24px 26px;
}

.note {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 241, 199, 0.86);
}

.text-link {
    color: var(--blue);
    font-weight: 900;
}

.marketing-page {
    background:
        radial-gradient(circle at 14% 8%, rgba(115, 222, 212, 0.24), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(255, 189, 63, 0.24), transparent 24%),
        linear-gradient(180deg, #fffaf4 0%, #eefaff 48%, #fff4df 100%);
}

.marketing-export-page {
    width: min(1280px, calc(100% - 36px));
    margin-inline: auto;
    padding: 34px 0 80px;
}

.marketing-export-intro {
    max-width: 900px;
    margin-bottom: 34px;
}

.marketing-export-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr;
}

.export-shot {
    position: relative;
    min-height: 780px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 42px;
    box-shadow: 0 28px 90px rgba(23, 32, 67, 0.18);
    isolation: isolate;
}

.hero-image-shot {
    min-height: 820px;
}

.hero-export-shot {
    grid-column: 1 / -1;
    min-height: 880px;
}

.export-shot::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
}

.export-shot::after {
    position: absolute;
    right: -16%;
    bottom: -12%;
    z-index: -1;
    width: 62%;
    aspect-ratio: 1;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
    content: "";
    filter: blur(2px);
}

.hero-image-shot::after {
    right: -8%;
    bottom: -20%;
    width: 54%;
    background: rgba(255, 255, 255, 0.28);
}

.hero-image-reverse::after {
    right: auto;
    left: -12%;
}

.hero-export-shot::after {
    right: -10%;
    bottom: -22%;
    width: 58%;
    background: rgba(255, 255, 255, 0.30);
}

.export-shot-blue::before {
    background:
        radial-gradient(circle at 13% 16%, rgba(255, 255, 255, 0.88), transparent 19%),
        radial-gradient(circle at 72% 18%, rgba(255, 189, 63, 0.58), transparent 20%),
        radial-gradient(circle at 80% 72%, rgba(241, 141, 200, 0.34), transparent 26%),
        linear-gradient(145deg, #0c8ae8 0%, #5bd1ff 48%, #fff4cf 100%);
}

.export-shot-mint::before {
    background:
        radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.78), transparent 22%),
        linear-gradient(145deg, #49d5c8 0%, #e4fff7 62%, #fff6db 100%);
}

.export-shot-warm::before {
    background:
        radial-gradient(circle at 18% 17%, rgba(255, 255, 255, 0.70), transparent 21%),
        linear-gradient(145deg, #ffbd3f 0%, #fff1d8 56%, #eafaff 100%);
}

.export-shot-dark::before {
    background:
        radial-gradient(circle at 18% 18%, rgba(115, 222, 212, 0.38), transparent 24%),
        radial-gradient(circle at 78% 26%, rgba(255, 189, 63, 0.32), transparent 22%),
        linear-gradient(145deg, #172043 0%, #263c73 54%, #7ecde6 100%);
}

.export-copy {
    position: relative;
    z-index: 3;
    max-width: 560px;
    padding: 44px 42px 0;
    color: white;
}

.hero-image-shot .export-copy {
    max-width: 540px;
    padding: 64px 0 0 64px;
}

.hero-image-reverse .export-copy {
    margin-left: auto;
    padding-right: 64px;
    padding-left: 0;
}

.hero-export-shot .export-copy {
    max-width: 610px;
    padding: 58px 58px 0;
}

.export-shot-warm .export-copy {
    color: #35233d;
}

.export-copy .eyebrow {
    color: currentColor;
    opacity: 0.86;
}

.export-copy h2 {
    max-width: 560px;
    margin-bottom: 14px;
    font-size: clamp(4rem, 7vw, 7.2rem);
    letter-spacing: 0;
    line-height: 0.84;
    text-wrap: balance;
}

.hero-export-shot .export-copy h2 {
    max-width: 620px;
    font-size: clamp(5rem, 10vw, 9.8rem);
    letter-spacing: 0;
    line-height: 0.82;
    text-wrap: balance;
}

.export-copy p:not(.eyebrow) {
    max-width: 470px;
    color: currentColor;
    font-size: 1.25rem;
    font-weight: 850;
    line-height: 1.42;
    opacity: 0.92;
}

.hero-export-shot .export-copy p:not(.eyebrow) {
    max-width: 520px;
    font-size: 1.45rem;
}

.angled-phones {
    position: absolute;
    right: 6%;
    bottom: -88px;
    width: min(650px, 56%);
    height: 650px;
    perspective: 1400px;
}

.hero-image-reverse .angled-phones {
    right: auto;
    left: 4%;
}

.hero-export-shot .angled-phones {
    right: 18px;
    bottom: -72px;
    width: min(720px, 68%);
    height: 720px;
    perspective: 1500px;
}

.export-phone {
    position: absolute;
    width: 300px;
    aspect-ratio: 689 / 1500;
    padding: 7px;
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(17, 24, 39, 0.96), rgba(3, 7, 18, 0.98));
    box-shadow: 0 34px 90px rgba(5, 13, 38, 0.34);
}

.hero-export-shot .export-phone {
    width: 310px;
    padding: 8px;
    border-radius: 42px;
    box-shadow: 0 38px 110px rgba(5, 13, 38, 0.42);
}

.export-phone::before {
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 2;
    width: 34%;
    height: 20px;
    border-radius: 0 0 15px 15px;
    background: #090d19;
    content: "";
    transform: translateX(-50%);
}

.hero-export-shot .export-phone::before {
    top: 18px;
    height: 24px;
}

.export-phone img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
    background: #e5f6ff;
}

.hero-export-shot .export-phone img {
    border-radius: 34px;
}

.phone-back {
    right: 275px;
    bottom: 95px;
    opacity: 0.94;
    transform: rotateZ(-18deg) rotateY(20deg) rotateX(4deg) scale(0.94);
}

.phone-front {
    right: 52px;
    bottom: 18px;
    transform: rotateZ(11deg) rotateY(-14deg) rotateX(2deg);
}

.hero-image-reverse .phone-back {
    right: auto;
    left: 278px;
    transform: rotateZ(16deg) rotateY(-20deg) rotateX(4deg) scale(0.94);
}

.hero-image-reverse .phone-front {
    right: auto;
    left: 52px;
    transform: rotateZ(-11deg) rotateY(14deg) rotateX(2deg);
}

.phone-akku-back {
    right: 308px;
    bottom: 108px;
    opacity: 0.90;
    transform: rotateZ(-18deg) rotateY(22deg) rotateX(5deg) scale(0.92);
}

.phone-akku-front {
    right: 80px;
    bottom: 28px;
    transform: rotateZ(11deg) rotateY(-16deg) rotateX(2deg);
}

.floating-orbit {
    position: absolute;
    z-index: 1;
    border-radius: 999px;
    pointer-events: none;
}

.orbit-one {
    top: 38px;
    right: 34%;
    width: 170px;
    aspect-ratio: 1;
    border: 24px solid rgba(255, 255, 255, 0.28);
    transform: rotate(-18deg);
}

.orbit-two {
    left: 8%;
    bottom: 10%;
    width: 110px;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 0 0 22px rgba(255, 255, 255, 0.12);
}

.floating-badge {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 16px 36px rgba(23, 32, 67, 0.12);
    color: #24314e;
    font-size: 0.88rem;
    font-weight: 950;
    backdrop-filter: blur(16px);
}

.badge-energy {
    left: 54px;
    bottom: 104px;
    transform: rotate(-6deg);
}

.badge-local {
    right: 46px;
    top: 54px;
    transform: rotate(5deg);
}

.badge-help,
.badge-day,
.badge-privacy {
    right: 30px;
    top: 30px;
}

.badge-privacy {
    background: rgba(255, 255, 255, 0.18);
    color: white;
}

.footer {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding: 28px 0 42px;
    border-top: 1px solid var(--line);
    color: var(--muted);
}

.footer a {
    text-decoration: none;
    font-weight: 900;
}

@media (max-width: 980px) {
    .hero,
    .split,
    .support-panel,
    .legal-panel {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        gap: 38px;
        padding-top: 18px;
    }

    .device-stage {
        min-height: 570px;
        order: -1;
    }

    .store-gallery,
    .app-store-strip,
    .flow-grid,
    .privacy-summary-grid,
    .marketing-export-grid {
        grid-template-columns: 1fr;
    }

    .export-shot {
        min-height: 720px;
    }

    .hero-export-shot {
        min-height: 820px;
    }

    .hero-image-shot .export-copy,
    .hero-image-reverse .export-copy {
        max-width: 520px;
        margin-left: 0;
        padding: 44px 36px 0;
    }

    .hero-export-shot .export-copy h2 {
        font-size: clamp(4.2rem, 13vw, 7rem);
    }

    .hero-image-shot .angled-phones,
    .hero-image-reverse .angled-phones {
        right: -62px;
        left: auto;
        width: min(680px, 88%);
        transform: scale(0.92);
        transform-origin: bottom right;
    }

    .hero-export-shot .angled-phones {
        right: -62px;
        width: min(680px, 88%);
        transform: scale(0.92);
        transform-origin: bottom right;
    }

    .store-shot {
        min-height: 610px;
    }

    .flow-grid article {
        min-height: auto;
    }

    .legal-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .site-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .support-home .site-header {
        position: static;
        padding-inline: 18px;
    }

    .nav {
        justify-content: flex-start;
    }

    h1 {
        font-size: 3rem;
    }

    .support-hero h1 {
        font-size: 3rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .iphone {
        width: min(310px, 100%);
    }

    .iphone.small {
        width: min(292px, 100%);
    }

    .iphone.tilted {
        transform: rotateZ(2deg);
    }

    .device-stage {
        min-height: 540px;
    }

    .bubble-sun {
        top: 50px;
        right: 24px;
    }

    .bubble-heart {
        left: 12px;
        bottom: 70px;
    }

    .section {
        padding: 64px 0;
    }

    .support-panel,
    .legal-panel {
        padding: 64px 18px;
    }

    .store-shot {
        min-height: 590px;
        padding-inline: 14px;
    }

    .flow-grid article {
        border-radius: 22px;
    }

    .marketing-export-page {
        width: min(100% - 24px, 1280px);
    }

    .export-shot {
        min-height: 680px;
        border-radius: 32px;
    }

    .hero-image-shot {
        min-height: 735px;
    }

    .hero-export-shot {
        min-height: 760px;
    }

    .export-copy {
        padding: 32px 24px 0;
    }

    .export-copy h2 {
        font-size: 2.9rem;
    }

    .hero-export-shot .export-copy {
        padding: 36px 24px 0;
    }

    .hero-image-shot .export-copy,
    .hero-image-reverse .export-copy {
        padding: 32px 24px 0;
    }

    .hero-image-shot .export-copy h2 {
        max-width: 360px;
        font-size: 3.65rem;
    }

    .hero-image-shot .export-copy p:not(.eyebrow) {
        max-width: 310px;
        font-size: 1.02rem;
    }

    .hero-export-shot .export-copy h2 {
        max-width: 360px;
        font-size: 4.2rem;
    }

    .hero-export-shot .export-copy p:not(.eyebrow) {
        max-width: 300px;
        font-size: 1.08rem;
    }

    .angled-phones {
        right: -74px;
        bottom: -60px;
        width: 520px;
        transform: scale(0.86);
        transform-origin: bottom right;
    }

    .hero-export-shot .angled-phones {
        right: -156px;
        bottom: -92px;
        width: 650px;
        transform: scale(0.72);
        transform-origin: bottom right;
    }

    .hero-image-shot .angled-phones,
    .hero-image-reverse .angled-phones {
        right: -168px;
        left: auto;
        bottom: -112px;
        width: 650px;
        transform: scale(0.70);
        transform-origin: bottom right;
    }

    .floating-badge {
        min-height: 38px;
        padding: 0 12px;
        font-size: 0.78rem;
    }

    .badge-energy {
        left: 22px;
        bottom: 90px;
    }

    .badge-local {
        right: 22px;
        top: 22px;
    }

    .orbit-one {
        right: -36px;
        width: 120px;
    }

    .orbit-two {
        display: none;
    }

    .compact-page h1 {
        font-size: 2.25rem;
    }
}

@media print {
    .marketing-page {
        background: white;
    }

    .marketing-page .site-header,
    .marketing-page .footer,
    .marketing-export-intro {
        display: none;
    }

    .marketing-export-page {
        width: 100%;
        padding: 0;
    }

    .marketing-export-grid {
        display: block;
    }

    .export-shot {
        break-after: page;
        min-height: 100vh;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
}
