﻿:root {
    --font-primary: 'Cormorant Garamond', serif;
    --font-secondary: 'Lato', sans-serif;
    --font-script: 'MonteCarlo', cursive;
    --ink: #4f403b;
    --muted: #96776e;
    --soft: #f8eee8;
    --cream: #fffaf6;
    --accent: #c97b84;
    --button: #8f7067;
    --button-dark: #785f58;
    --line: rgba(143, 112, 103, 0.16);
    --shadow: rgba(84, 60, 52, 0.14);
    --wine: #6e2a38;
    --ink-soft: #96776e;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: var(--font-secondary);
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 217, 218, 0.28), transparent 28%),
        radial-gradient(circle at 88% 4%, rgba(227, 190, 166, 0.22), transparent 26%),
        linear-gradient(180deg, #fffaf6, #f8eee8 46%, #fff8f4);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: url('assets/themes/floral/floral-test.webp') center top / 520px auto repeat;
    opacity: 0.055;
    pointer-events: none;
}

a {
    color: inherit;
}

.site-header {
    position: fixed;
    top: 14px;
    left: 50%;
    z-index: 20;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    width: min(1120px, calc(100vw - 32px));
    padding: 10px 12px 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 999px;
    background: rgba(255, 250, 246, 0.72);
    box-shadow: 0 18px 46px rgba(84, 60, 52, 0.1);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transform: translateX(-50%);
}

.brand-link img {
    width: 96px;
    filter: drop-shadow(0 1px 2px rgba(72, 52, 47, 0.24));
}

.header-nav {
    display: flex;
    justify-content: center;
    gap: 24px;
    color: rgba(79, 64, 59, 0.76);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.header-nav a,
.header-cta,
.btn,
.template-card a {
    text-decoration: none;
}

.header-cta {
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(143, 112, 103, 0.12);
    color: var(--button-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
    gap: min(7vw, 74px);
    align-items: center;
    width: min(1180px, calc(100vw - 40px));
    min-height: 100vh;
    margin: 0 auto;
    padding: 132px 0 80px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    font-family: var(--font-primary);
    font-weight: 500;
    color: var(--ink);
}

h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(3.2rem, 7vw, 6.8rem);
    line-height: 0.92;
    letter-spacing: -0.045em;
}

.hero-lead {
    max-width: 560px;
    margin: 28px 0 0;
    color: rgba(79, 64, 59, 0.74);
    font-size: 1.05rem;
    line-height: 1.85;
}

.hero-actions,
.section-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 34px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--button);
    color: #fffaf6;
    box-shadow: 0 18px 34px rgba(84, 60, 52, 0.18);
}

.btn-secondary {
    border: 1px solid var(--line);
    background: rgba(255, 250, 246, 0.66);
    color: var(--button-dark);
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 580px;
    margin: 42px 0 0;
}

.hero-proof div {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 250, 246, 0.58);
}

.hero-proof dt {
    font-family: var(--font-primary);
    font-size: 1.8rem;
    color: var(--ink);
}

.hero-proof dd {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 0.8rem;
}

.phone-preview {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 22px;
}

.phone-frame {
    position: relative;
    width: min(360px, 82vw);
    height: min(720px, 76vh);
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 46px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(255, 245, 239, 0.28)),
        rgba(94, 72, 66, 0.12);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.64),
        0 34px 80px rgba(84, 60, 52, 0.18);
    overflow: hidden;
}

.phone-speaker {
    position: absolute;
    top: 22px;
    left: 50%;
    z-index: 2;
    width: 74px;
    height: 6px;
    border-radius: 999px;
    background: rgba(79, 64, 59, 0.22);
    transform: translateX(-50%);
}

.phone-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 34px;
    background: #fff8f4;
}

.preview-card {
    width: min(420px, 100%);
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 28px;
    background: rgba(255, 250, 246, 0.76);
    box-shadow: 0 22px 52px rgba(84, 60, 52, 0.1);
    backdrop-filter: blur(14px);
}

.preview-card h2,
.section-shell h2,
.final-cta h2 {
    margin: 0;
    font-size: clamp(2.2rem, 4.6vw, 4rem);
    line-height: 1;
    letter-spacing: -0.026em;
}

.preview-card p:last-child,
.section-shell p,
.value-grid p,
.template-card p,
.package-card li,
.process-list p {
    color: rgba(79, 64, 59, 0.72);
    line-height: 1.75;
}

.section {
    width: min(1120px, calc(100vw - 40px));
    margin: 0 auto;
    padding: 98px 0;
}

.section-shell {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.section-shell.narrow {
    max-width: 680px;
}

.section-note {
    max-width: 620px;
    margin: 18px auto 0;
}

.value-grid,
.template-grid,
.package-grid,
.process-list {
    display: grid;
    gap: 18px;
}

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

.value-grid article,
.template-card,
.package-card,
.process-list article {
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 250, 246, 0.88), rgba(255, 245, 240, 0.72));
    box-shadow: 0 24px 54px rgba(84, 60, 52, 0.09);
}

.value-grid article,
.process-list article {
    padding: 28px;
}

.value-grid span,
.process-list span,
.template-badge,
.package-label {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.value-grid h3,
.template-card h3,
.package-card h3,
.process-list h3 {
    margin: 12px 0 8px;
    font-size: 2rem;
    line-height: 1;
}

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

.template-card,
.package-card {
    padding: 30px;
}

.template-card.is-featured,
.package-featured {
    background:
        radial-gradient(circle at top right, rgba(201, 123, 132, 0.17), transparent 34%),
        linear-gradient(180deg, rgba(255, 250, 246, 0.96), rgba(255, 240, 233, 0.82));
    box-shadow: 0 28px 64px rgba(84, 60, 52, 0.14);
}

.template-card a {
    display: inline-flex;
    margin-top: 18px;
    color: var(--button-dark);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.price {
    margin: 12px 0 22px;
    font-family: var(--font-primary);
    font-size: 3.1rem;
    line-height: 1;
    color: var(--ink);
}

.package-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.package-card li::before {
    content: "•";
    margin-right: 9px;
    color: var(--accent);
}

.section-cta {
    justify-content: center;
}

.process-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.final-cta {
    display: grid;
    justify-items: center;
    width: min(880px, calc(100vw - 40px));
    margin: 40px auto 0;
    padding: 100px 0 110px;
    text-align: center;
}

.final-cta img {
    width: 132px;
    margin-bottom: 26px;
    filter: drop-shadow(0 10px 20px rgba(84, 60, 52, 0.12));
}

.final-cta .hero-actions {
    justify-content: center;
}

@media (max-width: 960px) {
    .site-header {
        grid-template-columns: auto auto;
    }

    .header-nav {
        display: none;
    }

    .landing-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 124px;
    }

    .phone-frame {
        height: 680px;
    }

    .value-grid,
    .template-grid,
    .package-grid,
    .process-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .site-header {
        top: 10px;
        width: calc(100vw - 20px);
        padding: 9px 10px 9px 14px;
    }

    .brand-link img {
        width: 82px;
    }

    .header-cta {
        padding: 9px 12px;
        font-size: 0.68rem;
    }

    .landing-hero,
    .section,
    .final-cta {
        width: min(100vw - 28px, 420px);
    }

    .landing-hero {
        padding-top: 112px;
        gap: 44px;
    }

    h1 {
        font-size: clamp(3rem, 17vw, 4.6rem);
    }

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

    .btn {
        width: 100%;
    }

    .hero-proof {
        grid-template-columns: 1fr;
    }

    .phone-frame {
        width: min(340px, 94vw);
        height: 620px;
        border-radius: 38px;
    }

    .phone-frame iframe {
        border-radius: 28px;
    }

    .section {
        padding: 76px 0;
    }

    .value-grid article,
    .template-card,
    .package-card,
    .process-list article {
        border-radius: 24px;
        padding: 24px;
    }
}
.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 7px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 250, 246, 0.46);
    color: var(--ink-soft);
    font-family: var(--font-secondary);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.lang-toggle:hover,
.lang-toggle:focus-visible {
    border-color: var(--wine);
    background: rgba(255, 250, 246, 0.78);
}

.lang-toggle__active {
    color: var(--wine);
}

.lang-toggle__inactive {
    opacity: 0.48;
}

.lang-toggle__divider {
    opacity: 0.28;
}

.template-card.is-coming-soon {
    position: relative;
    opacity: 0.65;
    box-shadow: 0 18px 38px rgba(84, 60, 52, 0.06);
}

.badge-soon {
    display: inline-block;
    margin-top: 18px;
    padding: 4px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink-soft);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.package-card.most-popular {
    position: relative;
    border: 1.5px solid var(--wine);
    box-shadow: 0 10px 34px rgba(110, 42, 56, 0.13);
    transform: scale(1.01);
}

.popular-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    padding: 5px 15px;
    border-radius: 999px;
    background: var(--wine);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
    transform: translateX(-50%);
}

.guarantee-section {
    position: relative;
}

.guarantee-section::before {
    content: "";
    position: absolute;
    inset: 36px -4vw;
    z-index: -1;
    border-radius: 48px;
    background:
        radial-gradient(circle at 18% 20%, rgba(201, 123, 132, 0.13), transparent 32%),
        linear-gradient(145deg, rgba(255, 250, 246, 0.72), rgba(248, 238, 232, 0.5));
}

.guarantee-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 920px;
    margin: 0 auto;
}

.guarantee-grid article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: start;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 26px;
    background: rgba(255, 250, 246, 0.76);
    box-shadow: 0 20px 46px rgba(84, 60, 52, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.guarantee-grid article > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(110, 42, 56, 0.14);
    border-radius: 50%;
    color: var(--wine);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.guarantee-grid h3 {
    margin: 1px 0 7px;
    font-size: 1.62rem;
    line-height: 1.05;
}

.guarantee-grid p {
    margin: 0;
    color: rgba(79, 64, 59, 0.7);
    line-height: 1.65;
}

@media (max-width: 960px) {
    .guarantee-grid {
        grid-template-columns: 1fr;
    }

    .package-card.most-popular {
        transform: none;
    }
}

@media (max-width: 640px) {
    .site-header {
        gap: 8px;
    }

    .header-actions {
        gap: 5px;
    }

    .lang-toggle {
        padding: 7px 8px;
        font-size: 0.64rem;
    }

    .header-cta {
        padding-inline: 10px;
    }

    .guarantee-section::before {
        inset-inline: -7px;
        border-radius: 30px;
    }

    .guarantee-grid article {
        gap: 14px;
        padding: 22px;
        border-radius: 22px;
    }
}
