.strk-landing,
.strk-landing * {
    box-sizing: border-box;
}

.strk-landing {
    --strk-yellow: #f6b800;
    --strk-ink: #151515;
    --strk-muted: #626977;
    --strk-line: rgba(21, 21, 21, 0.12);
    --strk-soft: #f7f8fb;
    --strk-glass: rgba(255, 255, 255, 0.58);
    --strk-glass-strong: rgba(255, 255, 255, 0.76);
    --strk-glass-border: rgba(255, 255, 255, 0.44);
    --strk-hero-bg: none;
    --strk-wrap-width: 1180px;
    --strk-side-spacing: 40px;
    --strk-section-spacing: 74px;
    --strk-dark-section-spacing: 70px;
    --strk-hero-bottom-spacing: 64px;
    --strk-hero-grid-spacing: 42px;
    --strk-grid-gap: 16px;
    --strk-small-gap: 12px;
    --strk-nav-radius: 18px;
    --strk-card-radius: 8px;
    --strk-legal-radius: 26px;
    --strk-button-radius: 8px;
    --strk-card-padding: 18px;
    --strk-large-card-padding: 28px;
    --strk-legal-padding: 40px;
    --strk-glass-alpha: 0.08;
    --strk-light-card-alpha: 0.72;
    --strk-legal-card-alpha: 0.92;
    --strk-shadow-alpha: 0.14;
    --strk-shadow: 0 24px 70px rgba(15, 23, 42, var(--strk-shadow-alpha));
    background: #f7f8fb;
    color: var(--strk-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    overflow: hidden;
}

.strk-landing a {
    color: inherit;
}

.strk-wrap {
    width: min(var(--strk-wrap-width), calc(100% - var(--strk-side-spacing)));
    margin: 0 auto;
}

.strk-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.72), transparent 0 13%, transparent 28%),
        linear-gradient(135deg, #ffc928 0%, #f6b800 44%, #e6a900 100%);
    border-bottom: 0;
    min-height: min(930px, calc(100vh + 90px));
    padding: 22px 0 0;
    color: var(--strk-ink);
}

.strk-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(118deg, transparent 0 52%, rgba(8, 10, 14, 0.96) 52.1% 100%),
        repeating-linear-gradient(90deg, rgba(8, 10, 14, 0.085) 0 1px, transparent 1px 46px);
    opacity: 1;
    transform: none;
    animation: none;
}

.strk-hero::after {
    content: "";
    position: absolute;
    inset: auto -8% -18% -8%;
    z-index: 0;
    height: 44%;
    background:
        linear-gradient(180deg, transparent 0%, rgba(8, 10, 14, 0.18) 38%, rgba(8, 10, 14, 0.94) 100%);
    pointer-events: none;
}

.strk-hero-bg {
    position: absolute;
    inset: auto 47% 10% -10%;
    z-index: 0;
    width: min(640px, 52vw);
    height: min(640px, 52vw);
    background-image: var(--strk-hero-bg);
    background-position: center;
    background-size: cover;
    border-radius: 999px;
    filter: blur(26px) saturate(1.28);
    opacity: 0.18;
    transform: scale(1.05);
    pointer-events: none;
}

.strk-hero .strk-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: inherit;
    flex-direction: column;
}

.strk-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 66px;
    border: 2px solid rgba(8, 10, 14, 0.95);
    border-radius: 999px;
    padding: 9px 10px 9px 12px;
    background: rgba(8, 10, 14, 0.94);
    box-shadow:
        0 22px 0 rgba(8, 10, 14, 0.08),
        0 28px 70px rgba(8, 10, 14, 0.26);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.strk-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.strk-landing .strk-brand,
.strk-landing .strk-brand:visited {
    color: #fff !important;
}

.strk-brand img {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 12px 26px rgba(21, 21, 21, 0.18);
}

.strk-brand span {
    font-size: 26px;
    letter-spacing: 0;
}

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

.strk-nav-links a {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.88);
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.strk-nav-links a:hover {
    transform: translateY(-1px);
    background: var(--strk-yellow);
    color: var(--strk-ink);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.strk-instagram-icon {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.strk-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(390px, 0.92fr);
    gap: clamp(36px, 5.4vw, 82px);
    align-items: center;
    flex: 1;
    padding: clamp(46px, 6.2vw, 92px) 0 clamp(50px, 6.2vw, 88px);
}

.strk-hero-left {
    position: relative;
    z-index: 3;
    max-width: 820px;
    padding: clamp(10px, 2vw, 24px) 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.strk-hero-left::before {
    display: none;
}

.strk-hero-left::after {
    display: none;
}

.strk-eyebrow {
    display: inline-flex;
    margin: 0 0 18px;
    padding: 8px 12px;
    border: 2px solid rgba(8, 10, 14, 0.94);
    border-radius: 999px;
    background: rgba(8, 10, 14, 0.96);
    color: var(--strk-yellow);
    font-size: 14px;
    font-weight: 900;
}

.strk-hero h1 {
    max-width: 740px;
    margin: 0;
    color: #080a0e;
    font-size: clamp(58px, 6.7vw, 96px);
    line-height: 1.04;
    letter-spacing: 0;
    font-weight: 950;
    text-shadow: none;
}

.strk-hero-copy {
    max-width: 760px;
    min-height: clamp(250px, 24vw, 330px);
    overflow: visible;
    transition: opacity 260ms ease, transform 260ms ease;
}

.strk-hero-copy.is-changing {
    opacity: 0;
    transform: translateY(8px);
}

.strk-hero-text {
    max-width: 640px;
    margin: 18px 0 0;
    color: #202124;
    font-size: clamp(18px, 1.25vw, 21px);
    line-height: 1.55;
}

.strk-hero-progress {
    width: min(330px, 72vw);
    height: 5px;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(8, 10, 14, 0.18);
}

.strk-hero-progress span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #080a0e;
    transform-origin: left center;
}

.strk-hero-copy.is-progressing .strk-hero-progress span {
    animation: strk-hero-progress 6s linear both;
}

.strk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
    align-items: center;
}

.strk-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.strk-hero-tags span {
    border: 2px solid rgba(8, 10, 14, 0.90);
    border-radius: 999px;
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.56);
    color: #080a0e;
    font-size: 12px;
    font-weight: 950;
}

.strk-store-badge {
    display: inline-flex;
    width: fit-content;
    margin-top: 16px;
    text-decoration: none;
    transition: transform 180ms ease, filter 180ms ease;
}

.strk-store-badge img {
    display: block;
    width: 150px;
    height: auto;
}

.strk-store-badge:hover {
    transform: translateY(-2px) scale(1.015);
    filter: drop-shadow(0 14px 24px rgba(21, 21, 21, 0.18));
}

.strk-store-badge-hero {
    margin-top: 0;
    border: 3px solid #080a0e;
    border-radius: 19px;
    padding: 9px;
    background: #080a0e;
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.28),
        8px 8px 0 rgba(8, 10, 14, 0.16);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.strk-store-badge-hero img {
    width: clamp(205px, 17vw, 252px);
}

.strk-button {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 8px;
    padding: 13px 18px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.strk-button:hover {
    transform: translateY(-1px);
}

.strk-button-primary::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -70%;
    width: 48%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
    transform: skewX(-18deg);
    animation: strk-shine 4.2s ease-in-out infinite;
}

.strk-button-primary {
    background: var(--strk-ink);
    color: #fff;
    box-shadow: 0 18px 34px rgba(21, 21, 21, 0.18);
}

.strk-landing .strk-button-primary,
.strk-landing .strk-button-primary:visited {
    color: #fff !important;
}

.strk-button-secondary {
    border: 1px solid rgba(21, 21, 21, 0.18);
    background: rgba(255, 255, 255, 0.42);
    color: var(--strk-ink);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 12px 28px rgba(21, 21, 21, 0.08);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.strk-hero .strk-button-secondary {
    border: 3px solid #080a0e;
    background: rgba(255, 255, 255, 0.48);
    color: #080a0e;
    box-shadow: 7px 7px 0 rgba(8, 10, 14, 0.14);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.strk-landing .strk-button-secondary,
.strk-landing .strk-button-secondary:visited,
.strk-landing .strk-button-yellow,
.strk-landing .strk-button-yellow:visited {
    color: var(--strk-ink) !important;
}

.strk-landing .strk-hero .strk-button-secondary,
.strk-landing .strk-hero .strk-button-secondary:visited {
    color: #080a0e !important;
}

.strk-button-yellow {
    background: var(--strk-yellow);
    color: var(--strk-ink);
}

.strk-button-ghost {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.strk-landing .strk-button-ghost,
.strk-landing .strk-button-ghost:visited {
    color: #fff !important;
}

.strk-button-ghost:hover {
    background: rgba(255, 255, 255, 0.14);
}

.strk-hero-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
    overflow: hidden;
    -webkit-backdrop-filter: blur(24px) saturate(1.35);
    backdrop-filter: blur(24px) saturate(1.35);
}

.strk-hero-shot {
    display: block;
    width: 100%;
    height: min(690px, 68vh);
    min-height: 500px;
    object-fit: cover;
    object-position: top center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.strk-hero-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 -65%;
    z-index: 2;
    width: 42%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    transform: skewX(-16deg);
    pointer-events: none;
    animation: strk-card-sheen 6.8s ease-in-out infinite;
}

.strk-hero-card-mockup {
    justify-self: center;
    width: min(100%, 590px);
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    min-height: clamp(650px, 78vh, 800px);
    transform: perspective(1200px) rotateY(-7deg) rotateX(1deg);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.strk-hero-card-mockup::before {
    content: "";
    position: absolute;
    inset: clamp(28px, 4.4vw, 56px) clamp(0px, 1.4vw, 22px) clamp(50px, 5.4vw, 84px);
    z-index: 0;
    display: block;
    border: 3px solid rgba(8, 10, 14, 0.95);
    border-radius: 42px;
    background:
        radial-gradient(circle at 80% 8%, rgba(246, 184, 0, 0.28), transparent 30%),
        linear-gradient(145deg, #171a20 0%, #080a0e 62%, #151207 100%);
    box-shadow:
        16px 16px 0 rgba(8, 10, 14, 0.18),
        0 42px 100px rgba(8, 10, 14, 0.40),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);
    transform: rotate(-3deg);
    animation: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.strk-hero-card-mockup::after {
    content: "";
    position: absolute;
    inset: 6% -12% 10%;
    z-index: -1;
    border-radius: 999px;
    background:
        radial-gradient(circle at 48% 28%, rgba(246, 184, 0, 0.34), transparent 42%),
        radial-gradient(circle at 52% 62%, rgba(255, 255, 255, 0.18), transparent 58%);
    filter: blur(34px);
    opacity: 0.95;
    pointer-events: none;
}

.strk-hero-card-mockup .strk-hero-shot {
    position: relative;
    z-index: 2;
    width: min(84%, 420px);
    height: min(730px, 72vh);
    min-height: 560px;
    margin: 0 auto;
    object-fit: contain;
    border: 0;
    filter: drop-shadow(0 38px 72px rgba(0, 0, 0, 0.48));
    animation: none;
}

.strk-hero-logo-mark {
    position: absolute;
    top: clamp(14px, 2vw, 28px);
    left: auto;
    right: clamp(-14px, -1.1vw, -4px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(86px, 8vw, 118px);
    height: clamp(86px, 8vw, 118px);
    border: 3px solid rgba(8, 10, 14, 0.95);
    border-radius: 28px;
    padding: 9px;
    background: var(--strk-yellow);
    box-shadow:
        8px 8px 0 rgba(8, 10, 14, 0.18),
        0 26px 64px rgba(0, 0, 0, 0.30);
    transform: rotate(7deg);
    opacity: 1;
    pointer-events: none;
    -webkit-backdrop-filter: blur(22px) saturate(1.28);
    backdrop-filter: blur(22px) saturate(1.28);
    animation: none;
}

.strk-hero-logo-mark img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.36),
        0 0 0 1px rgba(255, 255, 255, 0.16);
}

.strk-hero-logo-mark span {
    display: none;
}

.strk-hero-card-mockup .strk-mini-table {
    position: absolute;
    left: auto;
    right: clamp(-34px, -2.2vw, -12px);
    bottom: clamp(56px, 7vw, 104px);
    z-index: 4;
    width: clamp(270px, 26vw, 350px);
    margin: 0;
    border: 3px solid rgba(8, 10, 14, 0.95);
    border-radius: 24px;
    background: #f8fafc;
    box-shadow:
        10px 10px 0 rgba(8, 10, 14, 0.16),
        0 26px 60px rgba(0, 0, 0, 0.30);
    overflow: hidden;
    transform: rotate(1.6deg);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.strk-phone-wrap {
    display: flex;
    justify-content: center;
    padding: 24px 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
        #17191f;
}

.strk-phone {
    position: relative;
    width: min(238px, 78vw);
    aspect-ratio: 9 / 19;
    border: 10px solid #050608;
    border-radius: 38px;
    background: #050608;
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.34);
}

.strk-hero-card .strk-phone {
    animation: strk-phone-float 5.5s ease-in-out infinite;
}

.strk-phone-speaker {
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 2;
    width: 74px;
    height: 21px;
    border-radius: 0 0 14px 14px;
    background: #050608;
    transform: translateX(-50%);
}

.strk-phone-screen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 28px;
    background: #f8fafc;
}

.strk-phone-screen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.strk-app-ui {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 12px;
    padding: 18px 16px;
    background: #f8fafc;
}

.strk-app-status,
.strk-app-head,
.strk-app-metrics,
.strk-app-pill-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.strk-app-status {
    color: #111827;
    font-size: 10px;
    font-weight: 950;
}

.strk-app-status span:nth-child(2),
.strk-app-status span:nth-child(3) {
    width: 18px;
    height: 7px;
    border-radius: 999px;
    background: #111827;
    opacity: 0.28;
}

.strk-app-head {
    align-items: flex-start;
    gap: 10px;
}

.strk-app-head strong {
    font-size: 18px;
    line-height: 1.05;
    font-weight: 950;
}

.strk-app-head em {
    border-radius: 999px;
    padding: 5px 8px;
    background: var(--strk-yellow);
    color: #111827;
    font-size: 9px;
    font-style: normal;
    font-weight: 950;
}

.strk-ring-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.strk-ring-row span {
    aspect-ratio: 1;
    border: 14px solid #3267e3;
    border-right-color: #e5e7eb;
    border-radius: 50%;
    background: #fff;
    animation: strk-ring-pulse 3.6s ease-in-out infinite;
}

.strk-ring-row span:nth-child(2) {
    border-color: #18a558;
    border-bottom-color: #e5e7eb;
    animation-delay: 650ms;
}

.strk-app-metrics {
    gap: 7px;
}

.strk-app-metrics span,
.strk-app-pill-row span {
    flex: 1;
    border-radius: 8px;
    padding: 10px 6px;
    background: #fff;
    color: #111827;
    text-align: center;
    font-size: 9px;
    font-weight: 950;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.strk-app-list,
.strk-form-lines {
    display: grid;
    gap: 8px;
}

.strk-app-list span,
.strk-form-lines span {
    min-height: 34px;
    border-radius: 8px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.strk-form-lines span:nth-child(1) { min-height: 46px; }
.strk-form-lines span:nth-child(2) { min-height: 46px; }
.strk-form-lines span:nth-child(3) { min-height: 76px; }

.strk-app-button {
    margin-top: auto;
    border-radius: 10px;
    padding: 12px;
    background: var(--strk-ink);
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 950;
}

.strk-chart-bars {
    display: flex;
    align-items: end;
    gap: 8px;
    min-height: 132px;
    border-radius: 12px;
    padding: 14px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.strk-chart-bars span {
    flex: 1;
    border-radius: 999px 999px 4px 4px;
    background: #3267e3;
    animation: strk-bar-wave 3.8s ease-in-out infinite;
}

.strk-chart-bars span:nth-child(1) { height: 42%; }
.strk-chart-bars span:nth-child(2) { height: 76%; background: #18a558; animation-delay: 200ms; }
.strk-chart-bars span:nth-child(3) { height: 58%; background: var(--strk-yellow); animation-delay: 400ms; }
.strk-chart-bars span:nth-child(4) { height: 90%; background: #7a52c7; animation-delay: 600ms; }
.strk-chart-bars span:nth-child(5) { height: 64%; background: #f1752a; animation-delay: 800ms; }

.strk-hero-image {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}

.strk-hero-image[src=""] {
    display: none;
}

.strk-mini-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.strk-mini-row:last-child {
    border-bottom: 0;
}

.strk-mini-row strong,
.strk-mini-row span {
    display: block;
}

.strk-mini-row strong {
    color: #fff;
    font-size: 15px;
    font-weight: 950;
}

.strk-mini-row span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.strk-mini-price {
    min-width: 78px;
    border-radius: 999px;
    padding: 7px 10px;
    background: var(--strk-yellow);
    color: var(--strk-ink);
    text-align: center;
    font-size: 14px;
    font-weight: 950;
}

.strk-hero-card-mockup .strk-mini-row {
    gap: 12px;
    align-items: center;
    padding: 15px 14px;
    border-bottom-color: rgba(8, 10, 14, 0.12);
}

.strk-hero-card-mockup .strk-mini-row strong {
    color: #080a0e;
    font-size: 14px;
    line-height: 1.22;
}

.strk-hero-card-mockup .strk-mini-row span {
    margin-top: 7px;
    color: rgba(8, 10, 14, 0.58);
    font-size: 12px;
    line-height: 1.45;
}

.strk-hero-card-mockup .strk-mini-price {
    min-width: 64px;
    padding: 6px 9px;
    border: 2px solid rgba(8, 10, 14, 0.92);
    box-shadow: 4px 4px 0 rgba(8, 10, 14, 0.10);
    font-size: 12px;
}

.strk-section {
    position: relative;
    padding: 74px 0;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.strk-impact-band {
    position: relative;
    overflow: hidden;
    padding: 54px 0 66px;
    background:
        linear-gradient(112deg, #080a0e 0 64%, #f6b800 64.2% 100%);
    color: #fff;
}

.strk-impact-band::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 3px solid rgba(8, 10, 14, 0.96);
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 40px);
    pointer-events: none;
}

.strk-impact-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: clamp(22px, 4vw, 52px);
    align-items: center;
    border: 3px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    padding: clamp(18px, 2.4vw, 30px);
    background: rgba(8, 10, 14, 0.84);
    box-shadow:
        14px 14px 0 rgba(246, 184, 0, 0.92),
        0 26px 74px rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.strk-impact-grid div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.strk-impact-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 92px;
    border: 3px solid rgba(8, 10, 14, 0.96);
    border-radius: 0;
    padding: 16px 18px;
    background: var(--strk-yellow);
    color: var(--strk-ink);
    box-shadow: 7px 7px 0 rgba(255, 255, 255, 0.16);
    font-size: clamp(24px, 2.7vw, 34px);
    line-height: 1;
    letter-spacing: 0;
    font-weight: 950;
    animation: strk-impact-in 700ms cubic-bezier(.2, .95, .2, 1.1) both;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.strk-impact-grid span:nth-child(2) {
    animation-delay: 120ms;
}

.strk-impact-grid span:nth-child(3) {
    animation-delay: 240ms;
}

.strk-impact-grid p {
    margin: 0;
    max-width: 440px;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.55;
    font-weight: 820;
}

.strk-section-alt {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(239, 243, 249, 0.92)),
        var(--strk-soft);
}

#screenshots.strk-section-alt {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 22px),
        linear-gradient(135deg, #101114 0%, #1a1d25 55%, #26200f 100%);
    color: #fff;
}

#screenshots .strk-section-head h2,
#screenshots .strk-section-head p {
    color: inherit;
}

#screenshots .strk-section-head p {
    opacity: 0.72;
}

.strk-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 350px);
    gap: 24px;
    align-items: end;
    margin-bottom: 28px;
}

.strk-section-head h2,
.strk-privacy h2 {
    margin: 0;
    color: var(--strk-ink);
    font-size: 48px;
    line-height: 1.04;
    letter-spacing: 0;
    font-weight: 950;
}

.strk-section-head p,
.strk-privacy p {
    max-width: 740px;
    margin: 12px 0 0;
    color: var(--strk-muted);
    font-size: 17px;
}

.strk-notice {
    border-left: 4px solid var(--strk-yellow);
    border-radius: 8px;
    padding: 14px 16px;
    background: rgba(255, 248, 215, 0.72);
    color: rgba(21, 21, 21, 0.72);
    font-size: 14px;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.strk-plan-grid,
.strk-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.strk-purchase-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 18px;
}

.strk-purchase-card {
    position: relative;
    overflow: hidden;
    min-height: 164px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 8px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
    backdrop-filter: blur(18px) saturate(1.15);
}

.strk-purchase-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--strk-yellow);
}

.strk-purchase-card strong,
.strk-purchase-card span,
.strk-purchase-card p {
    display: block;
}

.strk-purchase-card strong {
    font-size: 17px;
    line-height: 1.12;
    font-weight: 950;
}

.strk-purchase-card span,
.strk-purchase-card p {
    margin-top: 10px;
    margin-bottom: 0;
    color: var(--strk-muted);
    font-size: 14px;
}

.strk-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strk-section-intro {
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.strk-flow-section {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 22px),
        linear-gradient(135deg, #101114 0%, #171b25 100%);
    color: #fff;
}

.strk-flow-section .strk-section-head h2,
.strk-flow-section .strk-section-head p {
    color: inherit;
}

.strk-flow-section .strk-section-head p {
    opacity: 0.72;
}

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

.strk-flow-step {
    min-height: 230px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 44px rgba(0, 0, 0, 0.16);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.strk-flow-step:hover {
    transform: translateY(-4px);
    border-color: rgba(246, 184, 0, 0.46);
    background: rgba(255, 255, 255, 0.12);
}

.strk-flow-step span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--strk-yellow);
    color: var(--strk-ink);
    font-weight: 950;
}

.strk-flow-step h3 {
    margin: 58px 0 0;
    font-size: 20px;
    line-height: 1.13;
    letter-spacing: 0;
    font-weight: 950;
}

.strk-flow-step p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.strk-screen-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.strk-screen-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--strk-line);
    border-radius: 8px;
    padding: 10px 10px 20px;
    background: var(--strk-glass-strong);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

#screenshots .strk-screen-card {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

#screenshots .strk-screen-card h3 {
    color: #fff;
}

#screenshots .strk-screen-card p {
    color: rgba(255, 255, 255, 0.72);
}

.strk-screen-label {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    border-radius: 999px;
    padding: 7px 10px;
    background: var(--strk-yellow);
    color: var(--strk-ink);
    font-size: 12px;
    font-weight: 950;
}

.strk-screen-shot {
    display: block;
    width: 100%;
    height: min(38vw, 390px);
    border-radius: 7px;
    object-fit: cover;
    object-position: top center;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.strk-screen-card .strk-phone-wrap {
    margin: -10px -10px 0;
    padding-top: 56px;
    padding-bottom: 32px;
}

.strk-screen-card .strk-phone {
    width: min(236px, 78vw);
}

.strk-screen-card h3 {
    margin: 18px 8px 0;
    color: var(--strk-ink);
    font-size: 24px;
    line-height: 1.12;
    letter-spacing: 0;
    font-weight: 950;
}

.strk-screen-card p {
    margin: 10px 8px 0;
    color: var(--strk-muted);
}

.strk-plan,
.strk-feature-card,
.strk-recommend {
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 8px;
    background: var(--strk-glass-strong);
    -webkit-backdrop-filter: blur(20px) saturate(1.2);
    backdrop-filter: blur(20px) saturate(1.2);
}

.strk-feature-card,
.strk-screen-card,
.strk-plan,
.strk-purchase-card,
.strk-recommend {
    box-shadow: var(--strk-shadow);
}

.strk-feature-card {
    position: relative;
    overflow: hidden;
}

.strk-feature-card::after,
.strk-plan::after,
.strk-recommend::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -70%;
    width: 42%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transform: skewX(-16deg);
    opacity: 0;
    pointer-events: none;
}

.strk-feature-card:hover::after,
.strk-plan:hover::after,
.strk-recommend:hover::after {
    opacity: 1;
    animation: strk-card-sheen 820ms ease-out both;
}

.strk-feature-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: var(--strk-yellow);
}

.strk-plan {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 390px;
    flex-direction: column;
    padding: 22px;
}

.strk-plan.is-featured {
    border-color: rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.03)),
        var(--strk-ink);
    color: #fff;
    box-shadow: 0 26px 70px rgba(21, 21, 21, 0.26);
}

.strk-badge {
    width: fit-content;
    border-radius: 999px;
    padding: 6px 10px;
    background: var(--strk-yellow);
    color: var(--strk-ink);
    font-size: 12px;
    font-weight: 950;
}

.strk-plan h3,
.strk-feature-card h3 {
    margin: 18px 0 0;
    font-size: 23px;
    line-height: 1.12;
    letter-spacing: 0;
    font-weight: 950;
}

.strk-price {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: baseline;
    font-size: 38px;
    line-height: 1;
    font-weight: 950;
}

.strk-price small,
.strk-price-period {
    display: inline-block;
    color: inherit;
    opacity: 0.66;
    font-size: 13px;
    font-weight: 800;
}

.strk-price-value {
    display: inline-block;
}

.strk-plan p,
.strk-feature-card p {
    margin: 18px 0 0;
    color: inherit;
    opacity: 0.76;
}

.strk-plan ul {
    display: grid;
    gap: 9px;
    margin: auto 0 0;
    padding: 24px 0 0;
    list-style: none;
}

.strk-plan li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    font-size: 14px;
    font-weight: 750;
}

.strk-plan li span {
    color: var(--strk-yellow);
    font-weight: 950;
}

.strk-plan li em {
    font-style: normal;
}

.strk-plan-excluded {
    margin-top: 16px;
    border-top: 1px solid rgba(18, 18, 18, 0.12);
    padding-top: 14px;
    color: inherit;
    opacity: 0.72;
    font-size: 14px;
    font-weight: 800;
}

.strk-plan.is-featured .strk-plan-excluded {
    border-top-color: rgba(255, 255, 255, 0.16);
}

.strk-feature-card {
    padding: 22px;
}

.strk-feature-card:hover,
.strk-screen-card:hover,
.strk-plan:hover,
.strk-purchase-card:hover,
.strk-recommend:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 76px rgba(15, 23, 42, 0.16);
}

.strk-feature-card,
.strk-screen-card,
.strk-plan,
.strk-purchase-card,
.strk-recommend {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.strk-feature-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.strk-icon-mark {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 12px 28px rgba(15, 23, 42, 0.16);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.strk-feature-card:hover .strk-icon-mark {
    transform: scale(1.06) rotate(-2deg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 18px 36px rgba(15, 23, 42, 0.20);
}

.strk-icon-mark svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.strk-icon-mark.green { background: #18a558; }
.strk-icon-mark.blue { background: #3267e3; }
.strk-icon-mark.violet { background: #7a52c7; }
.strk-icon-mark.orange { background: #f1752a; }
.strk-icon-mark.yellow { background: var(--strk-yellow); color: var(--strk-ink); }
.strk-icon-mark.dark { background: var(--strk-ink); }

.strk-feature-price {
    border-radius: 999px;
    padding: 7px 10px;
    background: #f1f2f5;
    color: var(--strk-ink);
    font-size: 13px;
    font-weight: 950;
}

.strk-plain-list {
    display: grid;
    gap: 7px;
    margin: 18px 0 0;
    padding: 0;
    color: var(--strk-muted);
    list-style: none;
    font-size: 14px;
}

.strk-plain-list li::before {
    content: "• ";
    color: var(--strk-yellow);
    font-weight: 950;
}

.strk-table-shell {
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 8px;
    background: var(--strk-glass-strong);
    box-shadow: var(--strk-shadow);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.strk-table {
    width: 100%;
    min-width: 840px;
    border-collapse: separate;
    border-spacing: 0;
}

.strk-table th,
.strk-table td {
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
    padding: 18px 16px;
    text-align: left;
    vertical-align: top;
}

.strk-table thead th {
    position: sticky;
    top: 0;
    z-index: 3;
    background: rgba(91, 106, 133, 0.92);
    color: #fff;
    font-weight: 900;
}

.strk-table tbody th {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 24%;
    background: rgba(238, 241, 246, 0.78);
    color: #3d4658;
    font-weight: 950;
    box-shadow: 12px 0 24px rgba(15, 23, 42, 0.06);
}

.strk-table thead th:first-child {
    left: 0;
    z-index: 4;
}

.strk-table tbody tr:last-child th,
.strk-table tbody tr:last-child td {
    border-bottom: 0;
}

.strk-table tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.42);
}

.strk-yes {
    display: inline-flex;
    border-radius: 999px;
    padding: 3px 8px;
    background: rgba(16, 138, 68, 0.12);
    color: #108a44;
}

.strk-no {
    display: inline-flex;
    border-radius: 999px;
    padding: 3px 8px;
    background: rgba(155, 42, 42, 0.10);
    color: #9b2a2a;
}

.strk-privacy {
    padding: 70px 0;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 22px),
        linear-gradient(135deg, #111111 0%, #1b202b 100%);
    color: #fff;
}

.strk-privacy h2 {
    color: inherit;
}

.strk-privacy-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 32px;
}

.strk-privacy-list {
    display: grid;
    gap: 12px;
}

.strk-privacy-list div {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 44px rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.strk-privacy-list strong,
.strk-privacy-list span,
.strk-recommend strong,
.strk-recommend span {
    display: block;
}

.strk-privacy-list span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.68);
}

.strk-recommend-grid {
    display: grid;
    gap: 10px;
}

.strk-recommend {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 260px);
    gap: 18px;
    align-items: center;
    padding: 18px;
}

.strk-recommend strong {
    font-size: 18px;
    font-weight: 950;
}

.strk-recommend span {
    margin-top: 2px;
    color: var(--strk-muted);
}

.strk-fit-meter {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.strk-fit-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--strk-ink);
}

.strk-fit-head b,
.strk-fit-head span {
    display: block;
}

.strk-fit-head b {
    font-size: 13px;
    font-weight: 950;
}

.strk-fit-head span {
    color: var(--strk-ink);
    font-size: 22px;
    line-height: 1;
    font-weight: 950;
}

.strk-fit-bar {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(21, 21, 21, 0.10);
    box-shadow: inset 0 1px 2px rgba(21, 21, 21, 0.08);
}

.strk-fit-bar span {
    display: block;
    width: 0%;
    height: 100%;
    margin: 0;
    border-radius: inherit;
    background:
        linear-gradient(90deg, #18a558, var(--strk-yellow));
    box-shadow: 0 8px 18px rgba(246, 184, 0, 0.30);
    transition: width 1.25s cubic-bezier(.2, .9, .2, 1);
}

.strk-fit-meter.is-active .strk-fit-bar span {
    width: var(--strk-fit-value, 100%);
}

.strk-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 10px;
}

.strk-faq details {
    border: 1px solid rgba(21, 21, 21, 0.10);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    padding: 0 18px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.strk-faq details[open] {
    border-color: rgba(246, 184, 0, 0.42);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.10);
}

.strk-faq details:hover {
    transform: translateY(-1px);
}

.strk-faq summary {
    cursor: pointer;
    padding: 18px 0;
    color: var(--strk-ink);
    font-weight: 950;
}

.strk-faq p {
    margin: 0;
    padding: 0 0 18px;
    color: #3e4655;
}

.strk-footer-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(70px, 8vw, 112px) 0 34px;
    background:
        radial-gradient(80% 80% at 18% 8%, rgba(246, 184, 0, 0.26), transparent 58%),
        radial-gradient(70% 70% at 90% 12%, rgba(88, 166, 255, 0.13), transparent 62%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 24px),
        linear-gradient(135deg, #07080b 0%, #141821 58%, #211b09 100%);
    color: #fff;
}

.strk-footer-cta::before {
    content: "";
    position: absolute;
    inset: auto -12% -34% 42%;
    height: 360px;
    background: radial-gradient(circle, rgba(246, 184, 0, 0.22), transparent 62%);
    pointer-events: none;
}

.strk-footer-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
    gap: clamp(18px, 3vw, 34px);
    align-items: stretch;
}

.strk-footer-copy,
.strk-contact-form {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.strk-footer-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: clamp(28px, 4vw, 48px);
}

.strk-footer-kicker {
    width: fit-content;
    margin: 0 0 18px;
    border-radius: 999px;
    padding: 7px 12px;
    background: var(--strk-yellow);
    color: #080a0e;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.strk-footer-copy h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5.4vw, 72px);
    line-height: 0.95;
    font-weight: 950;
}

.strk-footer-copy > p:not(.strk-footer-kicker):not(.strk-legal-note) {
    max-width: 680px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.65;
}

.strk-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 28px;
}

.strk-footer-actions .strk-store-badge,
.strk-footer-actions .strk-button,
.strk-footer-actions .strk-social-button {
    height: 56px;
    min-height: 56px;
}

.strk-footer-actions .strk-store-badge {
    display: inline-flex;
    align-items: center;
}

.strk-footer-actions .strk-store-badge img {
    display: block;
    width: auto;
    height: 56px;
    max-width: 100%;
}

.strk-social-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 56px;
    border: 1px solid rgba(246, 184, 0, 0.54);
    border-radius: 8px;
    padding: 0 20px;
    background: rgba(246, 184, 0, 0.12);
    color: #fff;
    font-weight: 950;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease;
}

.strk-footer-actions .strk-button {
    padding-top: 0;
    padding-bottom: 0;
}

.strk-landing .strk-social-button,
.strk-landing .strk-social-button:visited {
    color: #fff !important;
}

.strk-social-button:hover {
    transform: translateY(-1px);
    background: rgba(246, 184, 0, 0.20);
}

.strk-legal-note {
    max-width: 780px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    line-height: 1.6;
}

.strk-contact-form {
    position: relative;
    display: grid;
    gap: 13px;
    padding: clamp(22px, 3vw, 32px);
}

.strk-contact-form::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(90deg, var(--strk-yellow), #65e17d, #58a6ff);
}

.strk-contact-head {
    display: grid;
    gap: 8px;
    margin-bottom: 4px;
}

.strk-contact-head strong {
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 950;
}

.strk-contact-head span,
.strk-contact-help,
.strk-contact-form small {
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
    line-height: 1.45;
}

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

.strk-contact-grid-bottom {
    align-items: end;
}

.strk-contact-form label {
    display: grid;
    gap: 7px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 850;
}

.strk-contact-form input,
.strk-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: 13px 14px;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    font: inherit;
    outline: none;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.strk-contact-form input:focus,
.strk-contact-form textarea:focus {
    border-color: rgba(246, 184, 0, 0.78);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 3px rgba(246, 184, 0, 0.16);
}

.strk-contact-form textarea {
    resize: vertical;
    min-height: 132px;
}

.strk-contact-form ::placeholder {
    color: rgba(255, 255, 255, 0.44);
}

.strk-honeypot {
    position: absolute !important;
    inset: auto auto auto -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    pointer-events: none !important;
}

.strk-contact-privacy {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
}

.strk-contact-privacy input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--strk-yellow);
}

.strk-contact-privacy a,
.strk-footer-links a {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 900;
    text-decoration: none;
}

.strk-contact-privacy a:hover,
.strk-footer-links a:hover {
    color: var(--strk-yellow);
}

.strk-contact-status {
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 850;
}

.strk-contact-success {
    border: 1px solid rgba(101, 225, 125, 0.38);
    background: rgba(101, 225, 125, 0.12);
    color: #d7ffd8;
}

.strk-contact-error {
    border: 1px solid rgba(255, 111, 111, 0.42);
    background: rgba(255, 111, 111, 0.12);
    color: #ffdcdc;
}

.strk-footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 22px;
}

.strk-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 950;
}

.strk-footer-brand img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    object-fit: cover;
}

.strk-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 14px;
}

.strk-footer-links a {
    font-size: 14px;
}

.strk-footer-links a,
.strk-footer-links span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.strk-footer-links .strk-instagram-icon {
    width: 16px;
    height: 16px;
}

.strk-footer-icon-link {
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.strk-footer-icon-link .strk-instagram-icon {
    width: 17px;
    height: 17px;
}

.strk-footer-links span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    font-weight: 800;
}

.strk-legal-shell {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    padding: 22px 0 52px;
    overflow: hidden;
    background:
        radial-gradient(120% 86% at 78% 0%, rgba(246, 184, 0, 0.26), transparent 58%),
        linear-gradient(135deg, #090a0d 0%, #171b25 55%, #221c0d 100%);
    color: #fff;
}

.strk-legal-bg {
    position: absolute;
    inset: -10%;
    z-index: -1;
    background-image:
        linear-gradient(90deg, rgba(9, 10, 13, 0.92), rgba(9, 10, 13, 0.72)),
        var(--strk-hero-bg);
    background-position: center;
    background-size: cover;
    filter: blur(18px) saturate(1.12);
    opacity: 0.26;
    transform: scale(1.04);
}

.strk-legal-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
    -webkit-backdrop-filter: blur(22px) saturate(1.35);
    backdrop-filter: blur(22px) saturate(1.35);
}

.strk-legal-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.strk-legal-home {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 10px 14px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.10);
}

.strk-legal-page {
    width: min(960px, 100%);
    margin: 46px auto 0;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 26px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--strk-ink);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
    -webkit-backdrop-filter: blur(24px) saturate(1.22);
    backdrop-filter: blur(24px) saturate(1.22);
}

.strk-legal-top h1 {
    margin: 0 0 22px;
    color: var(--strk-ink);
    font-size: 58px;
    line-height: 1.04;
    letter-spacing: 0;
    font-weight: 950;
}

.strk-legal-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.strk-legal-tabs a {
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 999px;
    padding: 9px 13px;
    color: #334155;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.strk-legal-tabs a.is-active {
    border-color: rgba(246, 184, 0, 0.62);
    color: #17120a;
    background: rgba(246, 184, 0, 0.28);
}

.strk-legal-content {
    color: #334155;
    font-size: 16px;
}

.strk-legal-content h2 {
    margin: 34px 0 10px;
    color: var(--strk-ink);
    font-size: 22px;
    line-height: 1.22;
    letter-spacing: 0;
}

.strk-legal-content p,
.strk-legal-content li {
    margin: 7px 0;
}

.strk-legal-footer {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    width: min(960px, 100%);
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    font-weight: 750;
}

.strk-legal-footer span:last-child {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
}

.strk-custom-section {
    position: relative;
}

.strk-custom-alt {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(239, 243, 249, 0.92)),
        var(--strk-soft);
}

.strk-custom-dark {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 22px),
        linear-gradient(135deg, #101114 0%, #171b25 58%, #221c0d 100%);
    color: #fff;
}

.strk-custom-yellow {
    background:
        radial-gradient(100% 80% at 85% 10%, rgba(255, 255, 255, 0.34), transparent 58%),
        var(--strk-yellow);
}

.strk-custom-dark .strk-section-head h2,
.strk-custom-dark .strk-section-head p,
.strk-custom-dark .strk-custom-body,
.strk-custom-dark .strk-custom-copy {
    color: inherit;
}

.strk-custom-dark .strk-section-head p,
.strk-custom-dark .strk-custom-body {
    opacity: 0.78;
}

.strk-custom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.74fr);
    gap: calc(var(--strk-grid-gap) * 2);
    align-items: center;
}

.strk-custom-grid.is-reversed .strk-custom-media {
    order: -1;
}

.strk-custom-copy {
    min-width: 0;
}

.strk-custom-body {
    color: #334155;
    font-size: 17px;
}

.strk-custom-body p {
    margin: 0 0 12px;
}

.strk-custom-copy .strk-button {
    margin-top: 12px;
}

.strk-custom-media {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: var(--strk-card-radius);
    background: rgba(255, 255, 255, var(--strk-light-card-alpha));
    box-shadow: 0 24px 70px rgba(15, 23, 42, var(--strk-shadow-alpha));
}

.strk-custom-media img {
    display: block;
    width: 100%;
    height: auto;
}

.strk-custom-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--strk-grid-gap);
    margin-top: calc(var(--strk-grid-gap) * 1.5);
}

.strk-legal-nav {
    gap: var(--strk-hero-grid-spacing);
    border-radius: var(--strk-nav-radius);
}

.strk-legal-nav {
    background: rgba(255, 255, 255, var(--strk-glass-alpha));
}

.strk-hero-grid {
    gap: clamp(var(--strk-hero-grid-spacing), 5.2vw, 76px);
}

.strk-actions,
.strk-hero-tags,
.strk-impact-grid div,
.strk-legal-actions,
.strk-legal-tabs {
    gap: var(--strk-small-gap);
}

.strk-button {
    border-radius: var(--strk-button-radius);
}

.strk-section {
    padding: var(--strk-section-spacing) 0;
}

.strk-impact-band {
    padding: clamp(40px, calc(var(--strk-dark-section-spacing) * 0.64), 62px) 0 clamp(50px, calc(var(--strk-dark-section-spacing) * 0.82), 76px);
}

.strk-privacy,
.strk-footer-cta {
    padding: var(--strk-dark-section-spacing) 0;
}

.strk-section-head,
.strk-privacy-grid,
.strk-footer-shell {
    gap: calc(var(--strk-grid-gap) * 1.5);
}

.strk-plan-grid,
.strk-card-grid,
.strk-purchase-grid,
.strk-flow-grid,
.strk-screen-grid,
.strk-recommend-grid,
.strk-privacy-list,
.strk-faq,
.strk-custom-cards {
    gap: var(--strk-grid-gap);
}

.strk-hero-card,
.strk-notice,
.strk-purchase-card,
.strk-flow-step,
.strk-screen-card,
.strk-plan,
.strk-feature-card,
.strk-recommend,
.strk-privacy-list div,
.strk-faq details,
.strk-footer-copy,
.strk-contact-form {
    border-radius: var(--strk-card-radius);
}

.strk-purchase-card,
.strk-flow-step,
.strk-feature-card,
.strk-recommend {
    padding: var(--strk-card-padding);
}

.strk-plan,
.strk-footer-copy,
.strk-contact-form {
    padding: var(--strk-large-card-padding);
}

.strk-hero-card,
.strk-flow-step,
.strk-privacy-list div,
.strk-footer-copy,
.strk-contact-form,
.strk-legal-nav {
    background: rgba(255, 255, 255, var(--strk-glass-alpha));
}

.strk-purchase-card,
.strk-plan,
.strk-feature-card,
.strk-screen-card,
.strk-recommend,
.strk-legal-tabs a {
    background: rgba(255, 255, 255, var(--strk-light-card-alpha));
}

#screenshots .strk-screen-card {
    background: rgba(255, 255, 255, var(--strk-glass-alpha));
}

.strk-legal-page {
    border-radius: var(--strk-legal-radius);
    padding: var(--strk-legal-padding);
    background: rgba(255, 255, 255, var(--strk-legal-card-alpha));
}

.strk-hero-card,
.strk-purchase-card,
.strk-flow-step,
.strk-screen-card,
.strk-plan,
.strk-feature-card,
.strk-recommend,
.strk-faq details {
    box-shadow: 0 18px 44px rgba(15, 23, 42, var(--strk-shadow-alpha));
}

.strk-legal-page {
    box-shadow: 0 30px 90px rgba(0, 0, 0, var(--strk-shadow-alpha));
}

/* Harmonized visual system: one typographic rhythm, calmer spacing, consistent weights. */
.strk-landing,
.strk-landing :where(button, input, textarea, select) {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.strk-landing :where(h1, h2, h3, h4, p, a, button, input, textarea, summary, span, strong, em, small, li, td, th) {
    letter-spacing: 0;
}

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

.strk-hero-grid {
    gap: clamp(30px, 4vw, 56px);
    padding: clamp(42px, 5vw, 70px) 0 clamp(42px, 5vw, 64px);
}

.strk-section {
    padding: clamp(42px, calc(var(--strk-section-spacing) * 0.72), 58px) 0;
}

.strk-impact-band {
    padding: clamp(34px, 4vw, 46px) 0;
}

.strk-privacy,
.strk-footer-cta {
    padding: clamp(46px, calc(var(--strk-dark-section-spacing) * 0.76), 64px) 0;
}

.strk-section-head {
    margin-bottom: 22px;
}

.strk-hero h1,
.strk-footer-copy h2 {
    font-size: clamp(40px, 4.8vw, 64px);
    line-height: 1.12;
    font-weight: 900;
    overflow-wrap: anywhere;
    word-break: normal;
}

.strk-legal-top h1 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.14;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.strk-section-head h2,
.strk-privacy h2 {
    font-size: clamp(30px, 3.2vw, 44px);
    line-height: 1.16;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.strk-legal-content h2 {
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.18;
    font-weight: 850;
}

.strk-impact-grid span {
    min-height: 58px;
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.05;
    font-weight: 900;
}

.strk-hero-text,
.strk-footer-copy > p:not(.strk-footer-kicker):not(.strk-legal-note),
.strk-section-head p,
.strk-privacy p,
.strk-custom-body,
.strk-legal-content p,
.strk-legal-content li {
    font-size: 16px;
    line-height: 1.58;
    font-weight: 450;
}

.strk-feature-card h3,
.strk-screen-card h3,
.strk-plan h3,
.strk-flow-step h3,
.strk-purchase-card strong,
.strk-recommend strong,
.strk-contact-head strong,
.strk-faq summary {
    font-size: 19px;
    line-height: 1.25;
    font-weight: 850;
    overflow-wrap: anywhere;
}

.strk-feature-card p,
.strk-screen-card p,
.strk-plan p,
.strk-flow-step p,
.strk-purchase-card p,
.strk-recommend span,
.strk-faq p,
.strk-contact-head span,
.strk-contact-help,
.strk-contact-form small {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 450;
}

    .strk-button,
    .strk-nav-links a,
    .strk-social-button,
    .strk-store-badge,
.strk-badge,
.strk-eyebrow,
.strk-footer-kicker {
    font-weight: 800;
}

.strk-card-grid,
.strk-plan-grid,
.strk-purchase-grid,
.strk-flow-grid,
.strk-screen-grid,
.strk-recommend-grid,
.strk-custom-cards,
.strk-faq,
.strk-privacy-list {
    gap: clamp(12px, calc(var(--strk-grid-gap) * 0.92), 18px);
}

.strk-feature-card,
.strk-screen-card,
.strk-plan,
.strk-flow-step,
.strk-purchase-card,
.strk-recommend,
.strk-faq details {
    box-shadow: 0 14px 34px rgba(15, 23, 42, calc(var(--strk-shadow-alpha) * 0.82));
}

@keyframes strk-shine {
    0%, 58% {
        left: -70%;
    }
    76%, 100% {
        left: 130%;
    }
}

@keyframes strk-phone-float {
    0%, 100% {
        transform: translateY(0) rotate(-0.5deg);
    }
    50% {
        transform: translateY(-10px) rotate(0.5deg);
    }
}

@keyframes strk-logo-drift {
    0%, 100% {
        transform: translateY(0) rotate(-8deg);
    }
    50% {
        transform: translateY(-8px) rotate(-3deg);
    }
}

@keyframes strk-ring-pulse {
    0%, 100% {
        transform: scale(1);
        filter: saturate(1);
    }
    50% {
        transform: scale(1.035);
        filter: saturate(1.25);
    }
}

@keyframes strk-bar-wave {
    0%, 100% {
        transform: scaleY(0.94);
        transform-origin: bottom;
    }
    50% {
        transform: scaleY(1.06);
        transform-origin: bottom;
    }
}

@keyframes strk-impact-in {
    from {
        opacity: 0;
        transform: translateY(18px) rotate(-1deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes strk-glass-sweep {
    0%, 100% {
        transform: translateX(-18%);
    }
    50% {
        transform: translateX(18%);
    }
}

@keyframes strk-card-sheen {
    from {
        left: -70%;
    }
    to {
        left: 130%;
    }
}

@keyframes strk-fade-rise {
    from {
        opacity: 0;
        transform: translateY(26px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes strk-hero-progress {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@supports (animation-timeline: view()) {
    .strk-section-head,
    .strk-feature-card,
    .strk-plan,
    .strk-purchase-card,
    .strk-screen-card,
    .strk-flow-step,
    .strk-recommend,
    .strk-table-shell {
        animation: strk-fade-rise both;
        animation-timeline: view();
        animation-range: entry 0% cover 28%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .strk-landing *,
    .strk-landing *::before,
    .strk-landing *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }
}

@media (max-width: 980px) {
    .strk-hero-grid,
    .strk-section-head,
    .strk-privacy-grid,
    .strk-footer-shell,
    .strk-impact-grid,
    .strk-custom-grid {
        grid-template-columns: 1fr;
    }

    .strk-custom-grid.is-reversed .strk-custom-media {
        order: 0;
    }

    .strk-impact-grid span {
        font-size: clamp(28px, 5vw, 38px);
        min-height: 54px;
    }

    .strk-plan-grid,
    .strk-card-grid,
    .strk-screen-grid,
    .strk-purchase-grid,
    .strk-custom-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .strk-flow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .strk-hero h1 {
        font-size: clamp(42px, 7vw, 58px);
    }

    .strk-hero-logo-mark {
        left: 22px;
    }

    .strk-hero-card-mockup {
        min-height: 680px;
        transform: none;
    }

    .strk-hero-card-mockup .strk-hero-shot {
        width: min(92%, 410px);
        height: 650px;
        min-height: 0;
    }

    .strk-hero-card-mockup .strk-mini-table {
        right: 8px;
        bottom: 52px;
        width: min(340px, 58%);
    }

    .strk-section-head h2,
    .strk-privacy h2,
    .strk-footer-copy h2 {
        font-size: clamp(30px, 5vw, 38px);
    }

    .strk-legal-nav {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .strk-wrap,
    .strk-legal-page {
        width: min(100% - 28px, 1180px);
    }

    .strk-nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 10px;
    }

    .strk-nav-links {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 3px;
        scrollbar-width: none;
    }

    .strk-nav-links::-webkit-scrollbar {
        display: none;
    }

    .strk-nav-links a {
        flex: 0 0 auto;
    }

    .strk-hero {
        padding-bottom: 34px;
    }

    .strk-hero-grid {
        gap: 24px;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .strk-hero h1 {
        font-size: clamp(36px, 10vw, 42px);
        line-height: 1.08;
    }

    .strk-hero-copy {
        min-height: auto;
    }

    .strk-store-badge-hero img {
        width: 190px;
    }

    .strk-hero-card-mockup {
        min-height: auto;
        transform: none;
    }

    .strk-hero-card-mockup .strk-hero-shot {
        width: min(88%, 318px);
        height: auto;
        min-height: 0;
    }

    .strk-hero-card-mockup .strk-mini-table {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        margin: -10px 8px 0;
        transform: none;
    }

    .strk-hero-card-mockup .strk-mini-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 12px;
        border-right: 1px solid rgba(8, 10, 14, 0.12);
    }

    .strk-hero-card-mockup .strk-mini-row:nth-child(2n) {
        border-right: 0;
    }

    .strk-hero-card-mockup .strk-mini-row span {
        display: none;
    }

    .strk-hero-card-mockup .strk-mini-price {
        justify-self: start;
        min-width: 0;
        padding: 5px 8px;
    }

    .strk-hero-logo-mark {
        top: 10px;
        right: auto;
        left: 10px;
        width: 86px;
        height: 86px;
        border-radius: 22px;
        padding: 8px;
    }

    .strk-hero-logo-mark img {
        border-radius: 18px;
    }

    .strk-hero-logo-mark span {
        display: none;
    }

    .strk-impact-grid div {
        grid-template-columns: 1fr;
    }

    .strk-legal-shell {
        padding: 14px 0 36px;
    }

    .strk-legal-actions {
        width: 100%;
    }

    .strk-legal-actions .strk-button,
    .strk-legal-home {
        justify-content: center;
        width: 100%;
    }

    .strk-legal-page {
        width: 100%;
        margin-top: 28px;
        border-radius: 20px;
        padding: 24px 18px;
    }

    .strk-section-head h2,
    .strk-privacy h2,
    .strk-footer-copy h2 {
        font-size: 30px;
    }

    .strk-legal-top h1 {
        font-size: 34px;
    }

    .strk-legal-tabs a {
        flex: 1 1 100%;
        text-align: center;
    }

    .strk-plan-grid,
    .strk-card-grid,
    .strk-flow-grid,
    .strk-purchase-grid,
    .strk-custom-cards,
    .strk-contact-grid {
        grid-template-columns: 1fr;
    }

    #screenshots .strk-screen-grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        margin-inline: -14px;
        padding: 4px 14px 14px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    #screenshots .strk-screen-card {
        flex: 0 0 min(82vw, 320px);
        scroll-snap-align: start;
    }

    #screenshots .strk-screen-shot {
        height: min(128vw, 500px);
    }

    .strk-faq {
        grid-template-columns: 1fr;
    }

    .strk-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .strk-footer-links {
        justify-content: flex-start;
    }

    .strk-hero-shot {
        height: auto;
        min-height: 0;
    }

    .strk-flow-step {
        min-height: auto;
    }

    .strk-flow-step h3 {
        margin-top: 34px;
    }

    .strk-plan {
        min-height: auto;
    }

    .strk-section,
    .strk-impact-band,
    .strk-privacy,
    .strk-footer-cta {
        padding: 42px 0;
    }

    .strk-impact-grid span {
        width: 100%;
        min-height: 48px;
        font-size: 28px;
    }

    .strk-recommend {
        grid-template-columns: 1fr;
    }

    .strk-footer-copy,
    .strk-contact-form {
        padding: 20px;
    }
}

/* SalesTrackr 1.4.6: visual tightening without changing saved content. */
.strk-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.strk-nav-links .strk-nav-icon-link {
    position: relative;
    display: inline-flex;
    width: 42px;
    height: 42px;
    min-width: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    line-height: 1;
}

.strk-nav-links .strk-nav-icon-link .strk-instagram-icon {
    display: block;
    width: 19px;
    height: 19px;
    margin: 0;
}

.strk-hero-tags {
    display: none;
}

.strk-hero .strk-actions {
    align-items: stretch;
}

.strk-hero .strk-button-secondary,
.strk-store-badge-hero {
    min-height: 66px;
    height: 66px;
}

.strk-store-badge-hero {
    align-items: center;
    padding: 8px 12px;
}

.strk-store-badge-hero img {
    width: auto;
    height: 46px;
}

.strk-hero .strk-button-secondary {
    min-width: 178px;
    padding-inline: 26px;
}

.strk-impact-band {
    margin-top: -34px;
    padding: 0 0 34px;
    background:
        linear-gradient(112deg, var(--strk-yellow) 0 36%, #080a0e 36.2% 100%);
}

.strk-impact-band::before {
    border-top: 0;
}

.strk-impact-grid {
    width: min(1040px, 100%);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
    gap: clamp(14px, 2.8vw, 34px);
    align-items: center;
    border: 2px solid rgba(8, 10, 14, 0.96);
    border-radius: 18px;
    padding: 14px 16px;
    background: rgba(8, 10, 14, 0.92);
    box-shadow:
        0 18px 54px rgba(0, 0, 0, 0.22),
        8px 8px 0 rgba(246, 184, 0, 0.42);
}

.strk-impact-grid div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: none;
}

.strk-impact-grid span {
    width: auto;
    min-height: 0;
    border-width: 2px;
    padding: 8px 13px;
    box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.12);
    font-size: clamp(15px, 1.7vw, 21px);
    line-height: 1.05;
    animation: none;
}

.strk-impact-grid span:nth-child(2) {
    margin-left: 0;
}

.strk-impact-grid span:nth-child(3) {
    margin-left: 0;
}

.strk-impact-grid p {
    justify-self: end;
    max-width: 420px;
    font-size: clamp(14px, 1.15vw, 17px);
    line-height: 1.45;
}

.strk-purchase-grid {
    grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.strk-purchase-card {
    min-height: 0;
    padding: 14px 15px;
}

.strk-purchase-card strong {
    font-size: 16px;
}

.strk-purchase-card span,
.strk-purchase-card p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.48;
}

.strk-plan-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 14px;
}

.strk-plan {
    min-height: 320px;
    padding: 18px;
}

.strk-plan h3 {
    margin-top: 14px;
    font-size: 20px;
}

.strk-price {
    margin-top: 16px;
    font-size: 34px;
}

.strk-plan p {
    margin-top: 14px;
    line-height: 1.48;
}

.strk-plan ul {
    gap: 7px;
    padding-top: 18px;
}

.strk-plan li {
    font-size: 13px;
}

#premium .strk-card-grid,
#funktionen .strk-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.strk-feature-card {
    padding: 18px;
}

.strk-feature-card h3 {
    margin-top: 14px;
    font-size: 20px;
}

.strk-feature-card p {
    margin-top: 12px;
    line-height: 1.52;
}

#premium .strk-feature-card {
    min-height: 0;
}

#premium .strk-plain-list {
    margin-top: 14px;
    font-size: 13px;
}

#premium .strk-plain-list li:nth-child(n+3) {
    display: none;
}

.strk-table-shell {
    border: 2px solid rgba(8, 10, 14, 0.94);
    border-radius: 14px;
    padding: 10px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 251, 0.88));
    box-shadow:
        10px 10px 0 rgba(246, 184, 0, 0.22),
        0 22px 60px rgba(15, 23, 42, 0.10);
}

.strk-table {
    border-spacing: 0 7px;
}

.strk-table th,
.strk-table td {
    border-bottom: 0;
    padding: 15px 14px;
    vertical-align: middle;
}

.strk-table thead th {
    background: #101114;
    color: #fff;
    font-size: 13px;
    text-transform: none;
}

.strk-table thead th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.strk-table thead th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.strk-table tbody th {
    background: #fff7d9;
    color: #151515;
    box-shadow: none;
}

.strk-table tbody td {
    background: rgba(255, 255, 255, 0.86);
}

.strk-table tbody tr:nth-child(even) td {
    background: rgba(248, 250, 252, 0.92);
}

.strk-table tbody th,
.strk-table tbody td:first-of-type {
    border-left: 4px solid var(--strk-yellow);
}

.strk-yes,
.strk-no {
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 900;
}

#screenshots .strk-section-head {
    max-width: 760px;
}

#screenshots .strk-screen-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-inline: calc(var(--strk-side-spacing) * -0.35);
    padding: 4px calc(var(--strk-side-spacing) * 0.35) 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    cursor: grab;
}

#screenshots .strk-screen-grid.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

#screenshots .strk-screen-card {
    display: flex;
    flex: 0 0 clamp(250px, 24vw, 318px);
    min-height: 0;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    scroll-snap-align: start;
}

.strk-screen-copy {
    display: grid;
    gap: 8px;
    min-height: 132px;
    padding: 4px 4px 0;
}

.strk-screen-label {
    position: static;
    z-index: auto;
    width: fit-content;
}

.strk-screen-card h3 {
    margin: 0;
    font-size: 21px;
}

.strk-screen-card p {
    margin: 0;
    line-height: 1.48;
}

#screenshots .strk-screen-shot {
    height: clamp(270px, 31vw, 410px);
    margin-top: auto;
    object-fit: cover;
    object-position: top center;
}

#screenshots .strk-screen-card:hover {
    transform: translateY(-5px);
}

.strk-faq {
    align-items: stretch;
    grid-auto-rows: minmax(76px, auto);
}

.strk-faq details {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.strk-faq summary {
    display: flex;
    min-height: 72px;
    align-items: center;
    padding: 12px 0;
}

.strk-footer-actions {
    align-items: center;
}

.strk-footer-actions .strk-store-badge {
    margin-top: 0;
}

.strk-footer-actions .strk-store-badge,
.strk-footer-actions .strk-social-button {
    height: 62px;
    min-height: 62px;
}

.strk-footer-actions .strk-store-badge img {
    height: 62px;
}

.strk-contact-privacy {
    align-items: center;
}

.strk-contact-privacy input {
    margin-top: 0;
}

@media (max-width: 980px) {
    .strk-impact-grid span,
    .strk-impact-grid span:nth-child(2),
    .strk-impact-grid span:nth-child(3) {
        width: 100%;
        margin-left: 0;
        transform: none;
    }

    .strk-impact-grid p {
        justify-self: start;
    }

    .strk-hero .strk-button-secondary,
    .strk-store-badge-hero {
        min-height: 60px;
        height: 60px;
    }

    .strk-store-badge-hero img {
        height: 42px;
    }
}

@media (max-width: 640px) {
    .strk-hero .strk-actions {
        align-items: stretch;
    }

    .strk-hero .strk-button-secondary,
    .strk-store-badge-hero {
        width: 100%;
    }

    .strk-hero .strk-button-secondary {
        min-width: 0;
    }

    #screenshots .strk-screen-card {
        flex-basis: min(84vw, 320px);
    }

    .strk-footer-actions .strk-store-badge,
    .strk-footer-actions .strk-social-button {
        width: 100%;
        max-width: 320px;
    }
}

/* 1.4.9 structure refinement */
.strk-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    transform: translateY(-160%);
    border-radius: 999px;
    padding: 10px 14px;
    background: #fff;
    color: #080a0e;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.strk-skip-link:focus {
    transform: translateY(0);
}

.strk-landing :focus-visible {
    outline: 3px solid var(--strk-yellow);
    outline-offset: 3px;
}

.strk-nav-links a.strk-nav-cta {
    background: var(--strk-yellow);
    color: #080a0e !important;
    border-color: var(--strk-yellow);
    box-shadow: 0 10px 24px rgba(246, 184, 0, 0.22);
}

.strk-trust-line {
    max-width: 700px;
    margin: 18px 0 0;
    color: rgba(8, 10, 14, 0.78);
    font-size: 14px;
    font-weight: 850;
}

.strk-function-strip {
    padding: 18px 0;
    background: #080a0e;
    color: #fff;
}

.strk-function-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.strk-function-grid article {
    min-height: 116px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.07);
}

.strk-function-grid span {
    display: inline-flex;
    margin-bottom: 12px;
    border-radius: 999px;
    padding: 4px 8px;
    background: var(--strk-yellow);
    color: #080a0e;
    font-size: 12px;
    font-weight: 950;
}

.strk-function-grid strong,
.strk-function-grid p {
    display: block;
}

.strk-function-grid strong {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 950;
}

.strk-function-grid p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.42;
}

#zielgruppen .strk-recommend-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#zielgruppen .strk-recommend {
    display: block;
    min-height: 176px;
    padding: 22px;
}

.strk-flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strk-flow-step {
    min-height: 190px;
}

.strk-flow-step h3 {
    margin-top: 34px;
}

.strk-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strk-product-details {
    margin-top: 20px;
}

.strk-product-details > summary {
    cursor: pointer;
    width: fit-content;
    border: 1px solid rgba(21, 21, 21, 0.14);
    border-radius: 999px;
    padding: 10px 14px;
    background: #fff;
    color: var(--strk-ink);
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.strk-product-details .strk-table-shell {
    margin-top: 14px;
}

.strk-import-note,
.strk-price-note {
    max-width: 920px;
    margin: 18px 0 0;
    color: var(--strk-muted);
    font-size: 14px;
    line-height: 1.55;
}

.strk-price-note {
    font-weight: 800;
}

.strk-privacy-link {
    display: inline-flex;
    margin-top: 18px;
    border: 1px solid rgba(246, 184, 0, 0.48);
    border-radius: 999px;
    padding: 10px 14px;
    background: rgba(246, 184, 0, 0.12);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.strk-faq {
    align-items: stretch;
}

.strk-faq-item {
    border: 1px solid rgba(21, 21, 21, 0.10);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.strk-faq-item h3 {
    margin: 0;
}

.strk-faq-question {
    display: flex;
    width: 100%;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    padding: 18px;
    background: transparent;
    color: var(--strk-ink);
    text-align: left;
    font: inherit;
    font-size: 18px;
    line-height: 1.18;
    font-weight: 950;
    cursor: pointer;
}

.strk-faq-question::before {
    content: "+";
    flex: 0 0 auto;
    width: 24px;
    color: var(--strk-yellow);
    font-size: 28px;
    line-height: 1;
}

.strk-faq-question[aria-expanded="true"]::before {
    content: "−";
}

.strk-faq-answer {
    padding: 0 18px 18px 50px;
}

.strk-faq-answer p {
    margin: 0;
    color: #3e4655;
}

.strk-faq.is-enhanced .strk-faq-answer[hidden] {
    display: none;
}

.strk-field-error {
    display: block;
    color: #ffdcdc;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.strk-contact-form [aria-invalid="true"] {
    border-color: rgba(255, 111, 111, 0.78);
    box-shadow: 0 0 0 3px rgba(255, 111, 111, 0.14);
}

.strk-landing h1,
.strk-landing h2,
.strk-landing h3,
.strk-landing p,
.strk-landing a,
.strk-landing span,
.strk-landing strong,
.strk-landing li,
.strk-landing td,
.strk-landing th {
    overflow-wrap: anywhere;
    text-overflow: clip;
}

.strk-landing h1,
.strk-landing h2,
.strk-landing h3,
.strk-landing p,
.strk-landing a:not(.strk-skip-link),
.strk-landing span:not(.strk-sr-only),
.strk-landing strong,
.strk-landing li,
.strk-landing td,
.strk-landing th,
.strk-landing button {
    max-width: 100%;
    white-space: normal;
}

@media (max-width: 980px) {
    .strk-function-grid,
    #zielgruppen .strk-recommend-grid,
    .strk-flow-grid,
    .strk-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .strk-function-grid,
    #zielgruppen .strk-recommend-grid,
    .strk-flow-grid,
    .strk-plan-grid {
        grid-template-columns: 1fr;
    }

    .strk-nav {
        align-items: flex-start;
        border-radius: 26px;
    }

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

    .strk-faq {
        grid-template-columns: 1fr;
    }

    .strk-faq-answer {
        padding-left: 18px;
    }
}

/* SalesTrackr 1.5.6: dark app campaign, popup in-app purchases and cleaner FAQs. */
#pakete .strk-section-head {
    margin-bottom: 18px;
}

#pakete .strk-plan-grid {
    gap: 18px;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    align-items: start;
}

#pakete .strk-plan {
    min-height: 0;
    padding: 24px;
}

#pakete .strk-plan p {
    max-width: 34rem;
}

.strk-plan.has-addons .strk-plan-details {
    margin-top: 18px;
    border-top: 1px solid rgba(21, 21, 21, 0.10);
    padding-top: 14px;
}

.strk-plan-details summary {
    display: flex;
    min-height: 44px;
    cursor: pointer;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid rgba(21, 21, 21, 0.10);
    border-radius: 8px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--strk-ink);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 950;
}

.strk-plan-details summary::-webkit-details-marker {
    display: none;
}

.strk-plan-details summary::after {
    content: "+";
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--strk-yellow);
    color: var(--strk-ink);
    font-size: 18px;
    font-weight: 950;
}

.strk-plan-details[open] summary::after {
    content: "-";
}

.strk-plan-details summary em {
    color: rgba(21, 21, 21, 0.56);
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
}

.strk-plan-details-intro {
    margin: 10px 0 0;
    color: #46505f;
    font-size: 13px;
    line-height: 1.45;
}

.strk-inline-addon-grid {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.strk-inline-addon-card {
    display: grid;
    width: 100%;
    cursor: pointer;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    font: inherit;
    text-align: left;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.strk-inline-addon-card:hover,
.strk-inline-addon-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(246, 184, 0, 0.58);
    background: rgba(255, 255, 255, 0.12);
    outline: none;
}

.strk-inline-addon-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.strk-inline-addon-title {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
}

.strk-inline-addon-title .strk-icon-mark {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: 8px;
}

.strk-inline-addon-title strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.18;
    font-weight: 950;
}

.strk-inline-addon-price {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 6px 8px;
    background: rgba(246, 184, 0, 0.16);
    color: var(--strk-yellow);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
}

.strk-inline-addon-card p {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.45;
}

.strk-inline-addon-more {
    width: fit-content;
    color: var(--strk-yellow);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
}

.strk-addon-modal[hidden] {
    display: none;
}

.strk-addon-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 22px;
}

.strk-addon-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 5, 9, 0.72);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.strk-addon-modal-panel {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-top: 5px solid var(--strk-yellow);
    border-radius: 14px;
    padding: clamp(22px, 4vw, 34px);
    background:
        radial-gradient(80% 60% at 88% 0%, rgba(246, 184, 0, 0.18), transparent 62%),
        linear-gradient(135deg, rgba(28, 31, 39, 0.98), rgba(10, 12, 17, 0.98));
    color: #fff;
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.46);
    transform: translateY(12px) scale(0.98);
    opacity: 0;
    transition: transform 180ms ease, opacity 180ms ease;
}

.strk-addon-modal.is-open .strk-addon-modal-panel {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.strk-addon-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    width: 38px;
    height: 38px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.strk-addon-modal-panel h3 {
    margin: 18px 44px 0 0;
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.06;
    font-weight: 950;
}

.strk-addon-modal-panel p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.58;
}

.strk-addon-modal-list {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.strk-addon-modal-list li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    font-weight: 800;
}

.strk-addon-modal-list li::before {
    content: "✓";
    color: var(--strk-yellow);
    font-weight: 950;
}

.strk-modal-lock {
    overflow: hidden;
}

#pakete .strk-product-details {
    display: none;
}

#pakete .strk-import-note,
#pakete .strk-price-note {
    margin-top: 14px;
}

@media (max-width: 980px) {
    #pakete .strk-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    #pakete .strk-plan-grid {
        grid-template-columns: 1fr;
    }
}

/* SalesTrackr 1.5.12: absolute final layout override after legacy rules. */
.strk-landing {
    --strk-layout-gap-final: 16px;
}

.strk-card-grid,
.strk-store-main-grid,
.strk-store-addon-grid,
.strk-screen-grid,
#screenshots .strk-screen-grid,
.strk-privacy-grid,
#faq .strk-faq-cockpit,
#faq .strk-faq-rail,
#faq .strk-faq-list {
    gap: var(--strk-layout-gap-final);
}

#screenshots .strk-screen-grid {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow-x: auto;
}

#faq .strk-faq,
#faq .strk-faq-cockpit {
    width: 100%;
    max-width: 100%;
}

#faq .strk-faq-cockpit {
    grid-template-columns: 220px minmax(0, 1fr) minmax(320px, 390px);
}

@media (max-width: 1080px) {
    #faq .strk-faq-cockpit {
        grid-template-columns: 200px minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    #faq .strk-faq-cockpit {
        grid-template-columns: 1fr;
    }
}

/* SalesTrackr 1.5.12: final width and spacing normalization across the landing page. */
.strk-landing {
    --strk-layout-gap: var(--strk-grid-gap, 14px);
}

.strk-card-grid,
.strk-store-main-grid,
.strk-store-addon-grid,
.strk-screen-grid,
.strk-privacy-grid,
#faq .strk-faq-cockpit {
    gap: var(--strk-layout-gap);
}

#screenshots .strk-screen-grid {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: auto;
    padding-right: 0;
    padding-left: 0;
    scroll-padding-left: 0;
    scroll-padding-right: 0;
}

#faq .strk-section-head {
    max-width: 820px;
}

#faq .strk-faq,
#faq .strk-faq-cockpit {
    width: 100%;
    max-width: 100%;
}

#faq .strk-faq-cockpit {
    grid-template-columns: 220px minmax(0, 1fr) minmax(320px, 390px);
}

#faq .strk-faq-rail,
#faq .strk-faq-list {
    gap: var(--strk-layout-gap);
}

@media (max-width: 1080px) {
    #faq .strk-faq-cockpit {
        grid-template-columns: 200px minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    #faq .strk-faq-cockpit {
        grid-template-columns: 1fr;
    }

    #screenshots .strk-screen-grid,
    #faq .strk-faq-cockpit {
        width: 100%;
        max-width: 100%;
    }
}

/* SalesTrackr 1.5.8: FAQ Command Center without expanding layout jumps. */
#faq .strk-section-head {
    max-width: 760px;
    margin-bottom: 28px;
}

#faq .strk-faq-cockpit {
    display: grid;
    grid-template-columns: 218px minmax(0, 1fr) minmax(320px, 390px);
    gap: 14px;
    max-width: 1220px;
    align-items: start;
}

#faq .strk-faq-rail,
#faq .strk-faq-list,
#faq .strk-faq-panel {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045)),
        rgba(12, 15, 21, 0.86);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(18px);
}

#faq .strk-faq-rail {
    display: grid;
    gap: 8px;
    padding: 10px;
    border-radius: 16px;
}

#faq .strk-faq-category {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 52px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 11px 12px;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font: inherit;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

#faq .strk-faq-category span,
#faq .strk-faq-category b {
    display: block;
}

#faq .strk-faq-category b {
    min-width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 26px;
    text-align: center;
}

#faq .strk-faq-category:hover,
#faq .strk-faq-category.is-active {
    border-color: rgba(246, 184, 0, 0.42);
    background: rgba(246, 184, 0, 0.13);
    color: #fff;
}

#faq .strk-faq-category.is-active b {
    background: var(--strk-yellow);
    color: #0c0f15;
}

#faq .strk-faq-list {
    display: grid;
    gap: 10px;
    padding: 10px;
    border-radius: 16px;
}

#faq .strk-faq-card {
    display: grid;
    gap: 7px;
    width: 100%;
    min-height: 86px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 12px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.055);
    color: #fff;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

#faq .strk-faq-card[hidden] {
    display: none;
}

#faq .strk-faq-card:hover,
#faq .strk-faq-card.is-active {
    border-color: rgba(246, 184, 0, 0.55);
    background: rgba(246, 184, 0, 0.11);
}

#faq .strk-faq-card:hover {
    transform: translateX(3px);
}

#faq .strk-faq-card-kicker {
    color: var(--strk-yellow);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

#faq .strk-faq-card strong {
    color: #fff;
    font-size: 17px;
    line-height: 1.24;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

#faq .strk-faq-panel {
    position: sticky;
    top: 92px;
    min-height: 360px;
    border-radius: 18px;
    padding: 24px;
}

#faq .strk-faq-panel span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    border-radius: 999px;
    padding: 8px 12px;
    background: var(--strk-yellow);
    color: #111;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

#faq .strk-faq-panel h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.06;
    letter-spacing: 0;
}

#faq .strk-faq-panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.65;
}

@media (max-width: 1080px) {
    #faq .strk-faq-cockpit {
        grid-template-columns: 190px minmax(0, 1fr);
    }

    #faq .strk-faq-panel {
        position: static;
        grid-column: 1 / -1;
        min-height: 0;
    }
}

@media (max-width: 760px) {
    #faq .strk-faq-cockpit {
        grid-template-columns: 1fr;
    }

    #faq .strk-faq-rail {
        grid-auto-flow: column;
        grid-auto-columns: minmax(155px, 1fr);
        overflow-x: auto;
        padding-bottom: 12px;
    }

    #faq .strk-faq-category {
        min-height: 48px;
    }

    #faq .strk-faq-card {
        min-height: 78px;
    }

    #faq .strk-faq-panel {
        padding: 20px;
    }
}

/* SalesTrackr 1.5.7: App-Store-Regal fuer Pakete und Einzelkaeufe. */
#pakete .strk-section-head {
    margin-bottom: 26px;
}

.strk-store-block {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.strk-store-block:first-of-type {
    margin-top: 0;
}

.strk-store-block-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 14px 16px;
    background:
        linear-gradient(135deg, rgba(246, 184, 0, 0.12), rgba(255, 255, 255, 0.045)),
        rgba(255, 255, 255, 0.055);
    color: #fff;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.20);
}

.strk-store-block-head span {
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    text-transform: uppercase;
}

.strk-store-block-head p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.45;
    text-align: right;
}

.strk-store-main-grid,
.strk-store-addon-grid {
    display: grid;
    gap: 14px;
}

.strk-store-main-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.strk-store-addon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strk-store-card {
    position: relative;
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 258px;
    cursor: pointer;
    grid-template-rows: auto auto auto 1fr auto;
    gap: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    padding: 18px;
    background:
        radial-gradient(85% 72% at 100% 0%, rgba(246, 184, 0, 0.15), transparent 58%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045));
    color: #fff;
    font: inherit;
    text-align: left;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.strk-store-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--strk-yellow), rgba(71, 158, 255, 0.9), rgba(91, 230, 145, 0.9));
    opacity: 0.92;
}

.strk-store-card:hover,
.strk-store-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(246, 184, 0, 0.62);
    background:
        radial-gradient(85% 72% at 100% 0%, rgba(246, 184, 0, 0.20), transparent 58%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
    box-shadow: 0 32px 86px rgba(0, 0, 0, 0.32);
    outline: none;
}

.strk-store-card.is-featured {
    border-color: rgba(246, 184, 0, 0.58);
    background:
        radial-gradient(95% 80% at 100% 0%, rgba(246, 184, 0, 0.22), transparent 58%),
        linear-gradient(145deg, rgba(35, 35, 35, 0.98), rgba(17, 20, 27, 0.98));
}

.strk-store-badge {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 28px;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    background: var(--strk-yellow);
    color: var(--strk-ink);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
}

.strk-store-card h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(20px, 1.7vw, 26px);
    line-height: 1.08;
    font-weight: 950;
}

.strk-store-price {
    display: grid;
    gap: 2px;
}

.strk-store-price strong {
    color: #fff;
    font-size: clamp(28px, 2.4vw, 40px);
    line-height: 1;
    font-weight: 950;
}

.strk-store-price small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.28;
    font-weight: 850;
}

.strk-store-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    line-height: 1.48;
}

.strk-store-more {
    display: inline-flex;
    width: fit-content;
    min-height: 34px;
    align-items: center;
    border: 1px solid rgba(246, 184, 0, 0.46);
    border-radius: 999px;
    padding: 7px 11px;
    color: var(--strk-yellow);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
}

.strk-store-addon-card {
    min-height: 218px;
}

.strk-store-addon-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.strk-store-addon-top .strk-icon-mark {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 9px;
}

.strk-store-addon-top .strk-store-badge {
    background: rgba(246, 184, 0, 0.14);
    color: var(--strk-yellow);
}

.strk-addon-modal-facts {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.strk-addon-modal-facts div {
    display: grid;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.065);
}

.strk-addon-modal-facts b {
    color: var(--strk-yellow);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
}

.strk-addon-modal-facts span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.48;
}

@media (max-width: 1120px) {
    .strk-store-main-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .strk-store-addon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .strk-store-block-head {
        align-items: start;
        flex-direction: column;
    }

    .strk-store-block-head p {
        text-align: left;
    }
}

@media (max-width: 620px) {
    .strk-store-main-grid,
    .strk-store-addon-grid {
        grid-template-columns: 1fr;
    }

    .strk-store-card,
    .strk-store-addon-card {
        min-height: 0;
    }
}

.strk-landing {
    background:
        radial-gradient(90% 80% at 8% 10%, rgba(246, 184, 0, 0.16), transparent 54%),
        linear-gradient(135deg, #07080b 0%, #111722 50%, #1b1608 100%);
    color: #fff;
}

.strk-section,
.strk-section-alt,
.strk-section-intro,
.strk-custom-alt {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 22px),
        linear-gradient(135deg, #080a0e 0%, #111722 58%, #1d180b 100%);
    color: #fff;
}

.strk-section-head h2,
.strk-section-head p,
.strk-privacy h2,
.strk-privacy p {
    color: inherit;
}

.strk-section-head p,
.strk-privacy p {
    opacity: 0.72;
}

.strk-notice {
    border-color: rgba(246, 184, 0, 0.82);
    background: rgba(246, 184, 0, 0.12);
    color: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.strk-purchase-card,
.strk-plan:not(.is-featured),
.strk-feature-card,
.strk-recommend,
.strk-faq details,
.strk-table-shell {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.075);
    color: #fff;
    box-shadow: 0 22px 68px rgba(0, 0, 0, 0.22);
}

.strk-purchase-card strong,
.strk-plan h3,
.strk-feature-card h3,
.strk-recommend strong,
.strk-faq summary {
    color: #fff;
}

.strk-purchase-card span,
.strk-purchase-card p,
.strk-plan:not(.is-featured) p,
.strk-feature-card p,
.strk-recommend span,
.strk-faq p,
.strk-plain-list,
.strk-plan:not(.is-featured) .strk-plan-excluded {
    color: rgba(255, 255, 255, 0.70);
}

.strk-plan:not(.is-featured) .strk-plan-excluded,
.strk-plan.has-addons .strk-plan-details {
    border-top-color: rgba(255, 255, 255, 0.12);
}

.strk-plan-details summary {
    border-color: rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
}

.strk-plan-details summary em,
.strk-plan-details-intro {
    color: rgba(255, 255, 255, 0.62);
}

.strk-fit-head,
.strk-fit-head span {
    color: #fff;
}

.strk-fit-bar {
    background: rgba(255, 255, 255, 0.14);
}

#faq .strk-faq-item {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22);
}

#faq .strk-faq-question {
    color: #fff;
}

#faq .strk-faq-answer p {
    color: rgba(255, 255, 255, 0.70);
}

#screenshots .strk-screen-grid {
    gap: 14px;
    padding-bottom: 16px;
}

#screenshots .strk-screen-card {
    flex-basis: clamp(260px, 23vw, 310px);
    min-height: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

#screenshots .strk-screen-copy {
    min-height: 118px;
}

#screenshots .strk-screen-card h3 {
    font-size: 19px;
    line-height: 1.18;
}

#screenshots .strk-screen-card p {
    font-size: 14px;
    line-height: 1.44;
}

#screenshots .strk-screen-shot {
    height: clamp(300px, 34vw, 460px);
    border-radius: 10px;
    object-fit: cover;
    object-position: top center;
}

#faq .strk-section-head {
    max-width: 820px;
}

#faq .strk-faq {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 980px;
    gap: 10px;
    align-items: start;
}

#faq .strk-faq-item {
    border: 1px solid rgba(21, 21, 21, 0.10);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

#faq .strk-faq-question {
    min-height: 0;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 18px;
    font-size: 17px;
    line-height: 1.26;
}

#faq .strk-faq-question::before {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(246, 184, 0, 0.16);
    color: var(--strk-yellow-dark);
    font-size: 22px;
}

#faq .strk-faq-answer {
    padding: 0 18px 18px 56px;
}

#faq .strk-faq-answer p {
    max-width: 760px;
    color: #444b58;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 720px) {
    #faq .strk-faq-answer {
        padding-left: 18px;
    }
}

/* SalesTrackr 1.5.6: final dark pass after late FAQ/layout rules. */
.strk-section,
.strk-section-alt,
.strk-section-intro,
.strk-custom-alt {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 22px),
        linear-gradient(135deg, #080a0e 0%, #111722 58%, #1d180b 100%);
    color: #fff;
}

.strk-purchase-card,
.strk-plan:not(.is-featured),
.strk-feature-card,
.strk-recommend,
.strk-faq details,
#faq .strk-faq-item,
.strk-table-shell {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.075);
    color: #fff;
    box-shadow: 0 22px 68px rgba(0, 0, 0, 0.22);
}

.strk-purchase-card strong,
.strk-plan h3,
.strk-feature-card h3,
.strk-recommend strong,
.strk-faq summary,
#faq .strk-faq-question {
    color: #fff;
}

.strk-purchase-card span,
.strk-purchase-card p,
.strk-plan:not(.is-featured) p,
.strk-feature-card p,
.strk-recommend span,
.strk-faq p,
#faq .strk-faq-answer p,
.strk-plain-list,
.strk-import-note,
.strk-price-note,
.strk-custom-body,
.strk-custom-copy {
    color: rgba(255, 255, 255, 0.70);
}

#faq .strk-faq-question::before {
    background: rgba(246, 184, 0, 0.18);
    color: var(--strk-yellow);
}

.strk-product-details > summary {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.20);
}

@media (max-width: 980px) {
    #pakete .strk-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    #pakete .strk-plan-grid {
        grid-template-columns: 1fr;
    }
}

/* SalesTrackr 1.5.12: absolute final layout override after all legacy rules. */
.strk-landing {
    --strk-layout-gap-final: 16px;
}

.strk-section-stack {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.strk-section-stack > * {
    order: 900;
}

.strk-section-stack > .strk-function-strip {
    order: 10;
}

.strk-custom-content-slot {
    width: 100%;
}

.strk-card-grid,
.strk-store-main-grid,
.strk-store-addon-grid,
.strk-blog-grid,
.strk-screen-grid,
#screenshots .strk-screen-grid,
.strk-privacy-grid,
#faq .strk-faq-cockpit,
#faq .strk-faq-rail,
#faq .strk-faq-list {
    gap: var(--strk-layout-gap-final);
}

#screenshots .strk-screen-grid {
    gap: var(--strk-layout-gap-final);
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow-x: auto;
}

#faq .strk-faq,
#faq .strk-faq-cockpit {
    width: 100%;
    max-width: 100%;
}

#faq .strk-faq-cockpit {
    grid-template-columns: 220px minmax(0, 1fr) minmax(320px, 390px);
}

@media (max-width: 1080px) {
    #faq .strk-faq-cockpit {
        grid-template-columns: 200px minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    #faq .strk-faq-cockpit {
        grid-template-columns: 1fr;
    }
}

#blog .strk-section-head {
    margin-bottom: 22px;
}

.strk-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.strk-blog-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-top: 4px solid var(--strk-yellow);
    border-radius: var(--strk-card-radius);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.052)),
        rgba(13, 18, 27, 0.82);
    color: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.strk-blog-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(246, 184, 0, 0.95), rgba(246, 184, 0, 0.54));
}

.strk-blog-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.strk-blog-card:hover .strk-blog-media > img {
    transform: scale(1.035);
}

.strk-blog-placeholder {
    display: grid;
    place-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    color: #101114;
    font-weight: 900;
    text-align: center;
}

.strk-blog-placeholder img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 14px;
}

.strk-blog-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
}

.strk-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.strk-blog-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(246, 184, 0, 0.16);
    color: var(--strk-yellow);
}

.strk-blog-body h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    line-height: 1.12;
}

.strk-blog-body h3 a {
    color: inherit;
    text-decoration: none;
}

.strk-blog-body h3 a:hover {
    color: var(--strk-yellow);
}

.strk-blog-body p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.98rem;
    line-height: 1.58;
}

.strk-blog-link {
    display: inline-flex;
    align-items: center;
    width: max-content;
    margin-top: auto;
    padding-top: 6px;
    color: var(--strk-yellow);
    font-weight: 900;
    text-decoration: none;
}

.strk-blog-link:hover {
    color: #fff;
}

.strk-blog-more {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.strk-blog-empty {
    max-width: 680px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-top: 4px solid var(--strk-yellow);
    border-radius: var(--strk-card-radius);
    background: rgba(255, 255, 255, 0.075);
    color: #fff;
}

.strk-blog-empty strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.25rem;
}

.strk-blog-empty p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
    .strk-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .strk-blog-grid {
        grid-template-columns: 1fr;
    }
}

.strk-blog-shell {
    position: relative;
    min-height: 100vh;
    padding: 24px 0 34px;
    background:
        linear-gradient(135deg, rgba(246, 184, 0, 0.08), transparent 28%),
        #0b1018;
    color: #fff;
    overflow: hidden;
}

.strk-blog-page-nav {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--strk-nav-radius);
    padding: 10px;
    background: rgba(16, 20, 28, 0.78);
    box-shadow: 0 18px 56px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(18px);
}

.strk-blog-page-nav-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.strk-blog-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--strk-button-radius);
    padding: 10px 14px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.strk-blog-back-link:hover {
    border-color: rgba(246, 184, 0, 0.7);
    color: var(--strk-yellow);
}

.strk-blog-page {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--strk-legal-radius);
    padding: clamp(24px, 5vw, 52px);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
        rgba(13, 18, 27, 0.86);
    box-shadow: 0 28px 88px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(16px);
}

.strk-blog-page-top {
    max-width: 860px;
    margin-bottom: 26px;
}

.strk-blog-page-top h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.2rem, 6vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.strk-blog-page-top p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.62;
}

.strk-blog-grid-archive {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strk-blog-article {
    max-width: 980px;
    margin-inline: auto;
}

.strk-blog-article-top {
    margin-bottom: 22px;
}

.strk-blog-article-hero {
    overflow: hidden;
    margin: 0 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: calc(var(--strk-card-radius) + 8px);
    background: rgba(255, 255, 255, 0.06);
}

.strk-blog-article-hero img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.strk-blog-article-content {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.76;
}

.strk-blog-article-content > *:first-child {
    margin-top: 0;
}

.strk-blog-article-content h2,
.strk-blog-article-content h3,
.strk-blog-article-content h4 {
    margin: 1.55em 0 0.55em;
    color: #fff;
    line-height: 1.08;
}

.strk-blog-article-content h2 {
    font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.strk-blog-article-content h3 {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.strk-blog-article-content p,
.strk-blog-article-content ul,
.strk-blog-article-content ol {
    margin: 0 0 1.1em;
}

.strk-blog-article-content a {
    color: var(--strk-yellow);
    font-weight: 800;
}

.strk-blog-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--strk-card-radius);
}

.strk-blog-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.strk-blog-empty-page {
    max-width: 760px;
    margin-inline: auto;
}

.strk-blog-empty-page h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(2rem, 5vw, 4rem);
}

.strk-blog-empty-page > p:not(.strk-eyebrow) {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.08rem;
    line-height: 1.65;
}

@media (max-width: 980px) {
    .strk-blog-grid-archive {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .strk-blog-page-nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .strk-blog-page-nav-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .strk-blog-grid-archive {
        grid-template-columns: 1fr;
    }
}
