.annika-offer-page,
.arg-landing {
    --arg-ink: #1f2732;
    --arg-text: #3d4652;
    --arg-text-strong: #303946;
    --arg-text-soft: #344054;
    --arg-muted: #667085;
    --arg-paper: #fff9f1;
    --arg-cream: #fffaf4;
    --arg-white: #ffffff;
    --arg-panel: #ffffff;
    --arg-line: #e5ded3;
    --arg-border-soft: #e5e7eb;
    --arg-soft-gray: #ebebeb;
    --arg-red: #bd081c;
    --arg-red-soft: #fff1f1;
    --arg-red-wash: #ff00000a;
    --arg-pink-wash: #e89aed0a;
    --arg-accent: #c4472f;
    --arg-accent-dark: #922d21;
    --arg-green: #27685f;
    --arg-green-dark: #193f47;
    --arg-check-green: #1f7a4d;
    --arg-gold: #e8b84f;
    --arg-blush: #f6ddd6;
    --arg-dark: #17232a;
    --arg-near-black: #101a24;
    color: var(--arg-ink);
    font-family: inherit;
    background: var(--arg-cream);
}

.arg-landing {
    overflow: hidden;
}

.annika-offer-standalone {
    margin: 0;
    background: var(--arg-cream);
}

.annika-offer-page {
    min-height: 100vh;
    background: var(--arg-cream);
}

.arg-landing *,
.arg-landing *::before,
.arg-landing *::after {
    box-sizing: border-box;
}

.arg-wrap {
    width: min(1350px, calc(100% - 36px));
    margin: 0 auto;
}

.arg-topbar {
    background: var(--arg-red);
    color: var(--arg-white);
    padding: 20px;
}

.arg-topbar-inner {
    min-height: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 14px 0;
    text-align: center;
}

.arg-topbar p,
.arg-topbar strong,
.arg-topbar .heading-1 {
    margin: 0;
    color: var(--arg-white);
    line-height: 1.2;
    letter-spacing: 0;
}

.arg-topbar p {
    font-size: 25px;
    text-transform: uppercase;
}

.arg-topbar-timer {
    color: var(--arg-white);
    font-size: 18px;
    font-weight: 700;
}

.arg-topbar h1.heading-1 {
    font-size: 75px;
    color: var(--arg-white);
}

.arg-topbar strong {
    display: block;
    font-size: clamp(22px, 3vw, 34px);
    text-align: center;
}

.arg-hero {
    background: var(--arg-white);
    padding: 58px 0 46px;
}

.arg-hero-grid,
.arg-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.00fr) minmax(320px, 1.00fr);
    align-items: center;
    gap: 56px;
}

.arg-eyebrow {
    margin: 0 0 12px;
    color: var(--arg-accent-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.arg-landing h1,
.arg-landing h2,
.arg-landing h3,
.arg-landing p {
    letter-spacing: 0;
}

.arg-hero-copy h1 {
    margin: 0;
    max-width: 720px;
    color: var(--arg-ink);
    font-size: clamp(38px, 5.6vw, 68px);
    line-height: 1;
    text-align: left;
}

.arg-hero-copy h1 span {
    display: block;
    margin-top: 12px;
    color: var(--arg-red);
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.08;
}

.arg-lead {
    max-width: 660px;
    margin: 24px 0 24px;
    color: var(--arg-text);
    font-size: 20px;
    line-height: 1.5;
}

.arg-hero-kicker {
    margin: 0 0 22px;
    color: var(--arg-red);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.arg-checklist {
    display: grid;
    gap: 12px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.arg-checklist li {
    position: relative;
    padding-left: 34px;
    color: var(--arg-text-strong);
    font-size: 16px;
    line-height: 1.45;
}

.arg-checklist li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--arg-green);
}

.arg-checklist li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 7px;
    width: 8px;
    height: 5px;
    border: solid var(--arg-white);
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
}

.arg-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    max-width: 100%;
    padding: 16px 26px;
    border: 0;
    border-radius: 6px;
    background: var(--arg-accent);
    box-shadow: 0 12px 24px rgba(146, 45, 33, .22);
    color: var(--arg-white) !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.arg-button:hover,
.arg-button:focus {
    background: var(--arg-accent-dark);
    color: var(--arg-white) !important;
}

.arg-button-secondary {
    background: var(--arg-green);
    box-shadow: 0 12px 24px rgba(39, 104, 95, .18);
}

.arg-inline-form-anchor {
    position: relative;
    top: -32px;
}

.arg-inline-form-shell {
    width: 100%;
    margin-top: 16px;
    padding: 20px;
    border: 1px solid var(--arg-line);
    border-radius: 16px;
    background: var(--arg-white);
    box-shadow: 0 16px 36px rgba(31, 39, 50, .08);
    text-align: left;
}

.arg-inline-form-head h3 {
    margin: 0;
    color: var(--arg-ink);
    font-size: 24px;
    line-height: 1.15;
}

.arg-inline-form-description {
    margin-top: 10px;
    color: var(--arg-muted);
    font-size: 15px;
    line-height: 1.55;
}

.arg-inline-form-description > :first-child {
    margin-top: 0;
}

.arg-inline-form-description > :last-child {
    margin-bottom: 0;
}

.arg-form-message {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.arg-form-message-success {
    background: rgba(31, 122, 77, .12);
    color: var(--arg-check-green);
}

.arg-form-message-error {
    background: rgba(189, 8, 28, .10);
    color: var(--arg-red);
}

.arg-inline-form-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.arg-form-field {
    display: block;
}

.arg-form-field span {
    display: block;
    margin-bottom: 6px;
    color: var(--arg-text-strong);
    font-size: 13px;
    font-weight: 700;
}

.arg-form-field input {
    width: 100%;
    height: 52px;
    padding: 0 14px;
    border: 1px solid var(--arg-line);
    border-radius: 12px;
    background: var(--arg-white);
    color: var(--arg-ink);
    font-size: 16px;
}

.arg-form-field input:focus {
    outline: 2px solid rgba(189, 8, 28, .18);
    outline-offset: 0;
    border-color: var(--arg-red);
}

.arg-form-consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    margin-top: 14px;
    color: var(--arg-muted);
    font-size: 13px;
    line-height: 1.55;
}

.arg-form-consent input {
    margin-top: 3px;
}

.arg-inline-form-button {
    display: flex;
    width: 100%;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
}

.arg-inline-form-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.arg-trust {
    margin: 16px 0 0;
    color: var(--arg-muted);
    font-size: 14px;
}

.arg-hero-visual {
    position: relative;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.arg-hero-visual img {
    width: min(430px, 100%);
    height: auto;
    border-radius: 8px;
    box-shadow: 0 24px 54px rgba(31, 39, 50, .18);
}

.arg-product-mockup {
    width: min(400px, 86vw);
    aspect-ratio: 3 / 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 34px;
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.18), transparent 42%),
        linear-gradient(160deg, var(--arg-green), var(--arg-green-dark) 58%, var(--arg-near-black));
    box-shadow: 0 30px 70px rgba(31, 39, 50, .28);
    color: var(--arg-white);
    transform: rotate(-2deg);
}

.arg-product-mockup span {
    color: var(--arg-gold);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.arg-product-mockup strong {
    max-width: 320px;
    font-size: clamp(42px, 6vw, 64px);
    line-height: .95;
}

.arg-product-mockup em {
    font-size: 18px;
    font-style: normal;
}

.arg-bonus {
    width: min(390px, 100%);
    padding: 4px 0 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.arg-bonus small {
    display: block;
    margin-bottom: 5px;
    color: var(--arg-red);
    font-weight: 800;
    text-transform: uppercase;
}

.arg-bonus strong {
    display: block;
    color: var(--arg-ink);
    font-size: clamp(22px, 3vw, 31px);
    line-height: 1.2;
}

.arg-hero-visual .arg-button {
    width: min(390px, 100%);
}

.arg-hero-mobile-visual,
.arg-mobile-bonus {
    display: none;
}

.arg-stats {
    background: var(--arg-white);
    color: var(--arg-white);
    padding: 28px 0 52px;
}

.arg-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.arg-stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 14px;
    background: var(--arg-red);
    box-shadow: 0 14px 28px rgba(189, 8, 28, .16);
    text-align: center;
}

.arg-stat-card strong,
.arg-stat-card span {
    display: block;
    color: var(--arg-white);
}

.arg-stat-card strong {
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 0;
}

.arg-stat-card span {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.arg-section,
.arg-about,
.arg-final {
    padding: 82px 0;
}

.arg-section-head {
    max-width: 730px;
    margin: 0 auto 42px;
    text-align: center;
}

.arg-section-head h2,
.arg-about h2,
.arg-final h2 {
    margin: 0;
    color: var(--arg-ink);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.04;
}

.arg-section-head p:not(.arg-eyebrow),
.arg-about p,
.arg-final p {
    color: var(--arg-muted);
    font-size: 17px;
    line-height: 1.65;
}

.arg-benefits-curve {
    position: relative;
    height: 30px;
    overflow: hidden;
    background: var(--arg-white);
}

.arg-benefits-curve::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 140vw;
    height: 170px;
    border-radius: 50% 50% 0 0;
    background-color: var(--arg-red-wash);
    transform: translateX(-50%);
    z-index: 0;
}

.arg-section-benefits {
    position: relative;
    background: var(--arg-pink-wash);
    padding-top: 38px;
}

.arg-section-benefits > .arg-wrap {
    position: relative;
    z-index: 1;
}

.arg-section-faq {
    background-color: var(--arg-red-wash);
}

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

.arg-card,
.arg-faq details {
    border: 1px solid var(--arg-line);
    border-radius: 8px;
    background: var(--arg-panel);
}

.arg-card {
    position: relative;
    min-height: 330px;
    padding: 26px 24px 30px;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(31, 39, 50, .08);
    text-align: center;
}

.arg-card-number {
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--arg-red-soft);
    color: var(--arg-red);
    font-size: 14px;
    font-weight: 900;
}

.arg-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    margin: 18px 0 16px;
    font-size: 54px;
    line-height: 1;
}

.arg-card-slogan {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 18px;
    color: var(--arg-check-green);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.arg-card-check {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--arg-check-green);
    color: var(--arg-white);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.arg-card h3 {
    margin: 0 0 12px;
    color: var(--arg-ink);
    font-size: 25px;
    line-height: 1.12;
}

.arg-card p {
    margin: 0;
    color: var(--arg-muted);
    font-size: 16px;
    line-height: 1.62;
}

.arg-muted {
    background: var(--arg-soft-gray);
}

.arg-problem-hook-section {
    background: var(--arg-white);
}

.arg-problem-hook-wrap {
    max-width: 840px;
}

.arg-problem-hook-wrap h2 {
    margin: 0 0 18px;
    color: var(--arg-ink);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
}

.arg-problem-hook-copy {
    color: var(--arg-muted);
    font-size: 17px;
    line-height: 1.7;
}

.arg-problem-hook-copy > :first-child {
    margin-top: 0;
}

.arg-problem-hook-copy > :last-child {
    margin-bottom: 0;
}

.arg-problem-hook-copy ul {
    margin: 18px 0;
    padding-left: 22px;
}

.arg-problem-hook-copy li + li {
    margin-top: 10px;
}

.arg-testimonial-head {
    max-width: 920px;
    margin: 0 auto 44px;
    text-align: center;
}

.arg-testimonial-head h2 {
    margin: 0;
    color: var(--arg-ink);
    font-size: clamp(32px, 4.6vw, 58px);
    line-height: 1.04;
}

.arg-testimonial-head p {
    max-width: 720px;
    margin: 16px auto 0;
    color: var(--arg-muted);
    font-size: 20px;
    line-height: 1.45;
}

.arg-why-grid,
.arg-fit-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.arg-why-copy h2,
.arg-fit-copy h2,
.arg-story-wrap h2 {
    margin: 0 0 18px;
    color: var(--arg-ink);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
}

.arg-why-copy p,
.arg-story-wrap p {
    margin: 0 0 16px;
    color: var(--arg-muted);
    font-size: 17px;
    line-height: 1.7;
}

.arg-why-points {
    display: grid;
    gap: 16px;
}

.arg-why-point,
.arg-fit-list li {
    padding: 20px 22px;
    border: 1px solid var(--arg-line);
    border-radius: 16px;
    background: var(--arg-white);
    box-shadow: 0 12px 24px rgba(31, 39, 50, .06);
}

.arg-why-point strong,
.arg-why-point span {
    display: block;
}

.arg-why-point strong {
    color: var(--arg-red);
    font-size: 22px;
    line-height: 1.15;
}

.arg-why-point span {
    margin-top: 8px;
    color: var(--arg-text-soft);
    font-size: 15px;
    line-height: 1.5;
}

.arg-fit-section {
    background: var(--arg-white);
}

.arg-fit-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.arg-fit-list li {
    position: relative;
    padding-left: 58px;
    color: var(--arg-text-soft);
    font-size: 16px;
    line-height: 1.55;
}

.arg-fit-list li::before {
    content: "✓";
    position: absolute;
    top: 18px;
    left: 20px;
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--arg-check-green);
    color: var(--arg-white);
    font-size: 14px;
    font-weight: 900;
}

.arg-fit-item-content > :first-child {
    margin-top: 0;
}

.arg-fit-item-content > :last-child {
    margin-bottom: 0;
}

.arg-testimonial-wall {
    column-count: 3;
    column-gap: 18px;
}

.arg-testimonial-shot {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    break-inside: avoid;
}

.arg-testimonial-shot img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(31, 39, 50, .10);
}

.arg-testimonial-message {
    padding: 16px 18px 18px;
    border: 1px solid var(--arg-border-soft);
    border-radius: 16px;
    background: var(--arg-white);
    box-shadow: 0 12px 28px rgba(31, 39, 50, .08);
}

.arg-message-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.arg-message-top span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--arg-red);
    color: var(--arg-white);
    font-size: 14px;
    font-weight: 900;
}

.arg-message-top strong {
    color: var(--arg-ink);
    font-size: 15px;
}

.arg-testimonial-message p {
    margin: 0;
    color: var(--arg-text-soft);
    font-size: 15px;
    line-height: 1.55;
}

.arg-cta-strip {
    padding: 46px 0 64px;
    background: var(--arg-soft-gray);
    text-align: center;
}

.arg-cta-strip-button {
    width: min(420px, 100%);
}

.arg-about {
    background: var(--arg-cream);
}

.arg-portrait {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arg-portrait img {
    display: block;
    width: 80%;
    height: 80%;
    border-radius: 18px;
    object-fit: cover;
    object-position: center;
}

.arg-about-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0 30px;
    padding: 0;
    list-style: none;
}

.arg-about-stats li {
    padding: 16px 18px;
    border: 1px solid var(--arg-line);
    border-radius: 14px;
    background: var(--arg-white);
}

.arg-about-stats strong,
.arg-about-stats span {
    display: block;
}

.arg-about-stats strong {
    color: var(--arg-red);
    font-size: 22px;
    line-height: 1.1;
}

.arg-about-stats span {
    margin-top: 6px;
    color: var(--arg-muted);
    font-size: 14px;
}

.arg-about-copy > :first-child {
    margin-top: 0;
}

.arg-about-copy > :last-child {
    margin-bottom: 0;
}

.arg-story-section {
    background: var(--arg-white);
}

.arg-story-wrap {
    max-width: 840px;
}

.arg-story-copy > :first-child {
    margin-top: 0;
}

.arg-story-copy > :last-child {
    margin-bottom: 0;
}

.arg-faq {
    max-width: 840px;
}

.arg-faq details {
    margin-top: 12px;
    padding: 20px 22px;
}

.arg-faq summary {
    cursor: pointer;
    color: var(--arg-ink);
    font-size: 18px;
    font-weight: 800;
}

.arg-faq details p {
    margin: 14px 0 0;
    color: var(--arg-muted);
    font-size: 16px;
    line-height: 1.65;
}

.arg-faq-answer > :first-child {
    margin-top: 14px;
}

.arg-faq-answer > :last-child {
    margin-bottom: 0;
}

.arg-final {
    background: var(--arg-red);
    color: var(--arg-white);
    text-align: center;
}

.arg-final h2,
.arg-final p {
    color: var(--arg-white);
}

.arg-final .arg-eyebrow {
    color: var(--arg-gold);
}

.arg-final .arg-button {
    margin-top: 12px;
}

.arg-final-copy > :first-child {
    margin-top: 0;
}

.arg-final-copy > :last-child {
    margin-bottom: 0;
}

.arg-bonus-offer {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    padding: 85px 0 86px;
    background: var(--arg-soft-gray);
    color: var(--arg-near-black);
    text-align: center;
}

.arg-bonus-shape {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 92px;
    line-height: 0;
}

.arg-bonus-shape svg {
    display: block;
    width: 100%;
    height: 100%;
}

.arg-bonus-shape path {
    fill: var(--arg-cream);
}

.arg-bonus-headline {
    margin: 0 auto 44px;
    color: var(--arg-near-black);
    font-size: clamp(30px, 4.8vw, 58px);
    line-height: 1.06;
}

.arg-bonus-headline span,
.arg-bonus-headline strong {
    display: block;
}

.arg-bonus-headline strong {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 8px auto 0;
}

.arg-bonus-headline strong::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 10px;
    border: solid var(--arg-white);
    border-width: 0 0 3px;
    border-radius: 50%;
    opacity: .9;
}

.arg-bonus-products {
    display: grid;
    grid-template-columns: minmax(220px, 340px) 72px minmax(220px, 340px);
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0 auto 42px;
}

.arg-bonus-product {
    display: flex;
    justify-content: center;
}

.arg-product-mockup-small {
    width: min(290px, 100%);
    aspect-ratio: 3 / 4;
    padding: 26px;
    box-shadow: 0 26px 54px rgba(31, 39, 50, .20);
    transform: none;
}

.arg-product-mockup-red {
    background:
        linear-gradient(145deg, rgba(255,255,255,.16), transparent 42%),
        linear-gradient(160deg, var(--arg-accent-dark), var(--arg-red) 58%, var(--arg-dark));
}

.arg-product-mockup-small strong {
    font-size: clamp(30px, 4vw, 46px);
}

.arg-bonus-plus {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--arg-white);
    color: var(--arg-red);
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
}

.arg-bonus-offer-button {
    width: min(430px, 100%);
    background: var(--arg-white);
    color: var(--arg-red) !important;
    box-shadow: 0 14px 28px rgba(31, 39, 50, .16);
}

.arg-bonus-offer-button:hover,
.arg-bonus-offer-button:focus {
    background: var(--arg-red-soft);
    color: var(--arg-red) !important;
}

.arg-custom-footer {
    padding: 34px 0;
    border-top: 1px solid rgba(229, 222, 211, .9);
    background: var(--arg-cream);
    color: var(--arg-ink);
}

.arg-custom-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
}

.arg-custom-footer strong {
    display: block;
    margin-bottom: 6px;
    color: var(--arg-ink);
    font-size: 18px;
}

.arg-custom-footer p {
    max-width: 560px;
    margin: 0;
    color: var(--arg-muted);
    font-size: 14px;
    line-height: 1.55;
}

.arg-custom-footer-copy > :first-child {
    margin-top: 0;
}

.arg-custom-footer-copy > :last-child {
    margin-bottom: 0;
}

.arg-custom-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end;
}

.arg-custom-footer-links a {
    color: var(--arg-ink);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.arg-custom-footer-links a:hover,
.arg-custom-footer-links a:focus {
    color: var(--arg-accent-dark);
}

@media (max-width: 900px) {
    .arg-hero {
        padding: 34px 0 42px;
    }

    .arg-hero-grid,
    .arg-about-grid,
    .arg-card-grid,
    .arg-stats-grid {
        grid-template-columns: 1fr;
    }

    .arg-testimonial-wall {
        column-count: 2;
    }

    .arg-why-grid,
    .arg-fit-layout,
    .arg-about-stats {
        grid-template-columns: 1fr;
    }

    .arg-hero-copy {
        text-align: center;
    }

    .arg-hero-kicker {
        margin-bottom: 20px;
        font-size: 16px;
        text-align: center;
    }

    .arg-hero-copy h1,
    .arg-lead {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .arg-hero-mobile-visual {
        display: grid;
        justify-items: center;
        gap: 20px;
        margin: 0 auto 28px;
    }

    .arg-hero-mobile-visual img {
        width: min(360px, 92%);
        height: auto;
        border-radius: 8px;
        box-shadow: 0 20px 44px rgba(31, 39, 50, .16);
    }

    .arg-hero-mobile-visual .arg-product-mockup {
        width: min(330px, 88vw);
    }

    .arg-inline-form-fields {
        grid-template-columns: minmax(0, 1fr);
    }

    .arg-mobile-cta {
        width: min(390px, 100%);
    }

    .arg-hero-visual {
        display: none;
    }

    .arg-mobile-bonus {
        display: block;
        margin: 26px auto 0;
        text-align: center;
    }

    .arg-mobile-bonus small,
    .arg-mobile-bonus strong {
        display: block;
    }

    .arg-mobile-bonus small {
        margin-bottom: 5px;
        color: var(--arg-red);
        font-weight: 900;
        text-transform: uppercase;
    }

    .arg-mobile-bonus strong {
        color: var(--arg-ink);
        font-size: 24px;
        line-height: 1.18;
    }

    .arg-stats-grid {
        grid-template-columns: repeat(2, minmax(25%, 1fr));
    }

    .arg-custom-footer-grid {
        grid-template-columns: 1fr;
    }

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

    .arg-portrait {
        margin: 0 auto;
        width: min(360px, 82vw);
    }

    .arg-bonus-offer {
        padding: 112px 0 72px;
    }

    .arg-bonus-products {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 34px;
    }

    .arg-bonus-plus {
        margin: 0 auto;
    }
}

@media (max-width: 560px) {
    .arg-wrap {
        width: min(100% - 24px, 1350px);
    }

    .arg-hero-copy h1 {
        font-size: 42px;
    }

    .arg-hero-copy h1 span {
        font-size: 28px;
    }

    .arg-lead {
        font-size: 18px;
    }

    .arg-button {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
    }

    .arg-product-mockup {
        padding: 26px;
    }

    .arg-stats-grid {
        grid-template-columns: 1fr;
    }

    .arg-testimonial-wall {
        column-count: 1;
    }

    .arg-section,
    .arg-about,
    .arg-final {
        padding: 60px 0;
    }

    .arg-bonus-offer {
        padding: 98px 0 60px;
    }

    .arg-bonus-headline {
        margin-bottom: 34px;
    }

    .arg-product-mockup-small {
        width: min(250px, 82vw);
    }
}
