* {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body.cardify-seo {
    margin: 0;
    background: #fbfcf7;
    color: #162810;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}

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

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

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    border-bottom: 1px solid rgba(37, 68, 29, 0.1);
    background: rgba(251, 252, 247, 0.9);
    backdrop-filter: blur(18px);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1180px, calc(100% - 32px));
    height: 66px;
    margin: 0 auto;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.12rem;
    font-weight: 900;
}

.brand img {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(38, 77, 32, 0.12);
}

.nav {
    display: flex;
    align-items: center;
    gap: 28px;
    color: rgba(22, 40, 16, 0.68);
    font-size: 0.92rem;
    font-weight: 800;
}

.nav a:hover {
    color: #4f9b45;
}

.lang-select {
    appearance: none;
    border: 1px solid rgba(37, 68, 29, 0.14);
    border-radius: 999px;
    background: white;
    color: #162810;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 900;
    padding: 8px 14px;
}

.page-hero {
    padding: 128px 20px 88px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
    align-items: center;
    gap: 64px;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.eyebrow,
.kicker {
    color: #4f8f39;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-title {
    max-width: 780px;
    margin: 18px 0 0;
    font-size: clamp(3.1rem, 6vw, 5.6rem);
    font-weight: 900;
    line-height: 0.98;
}

.hero-copy {
    max-width: 660px;
    margin: 26px 0 0;
    color: rgba(22, 40, 16, 0.68);
    font-size: 1.22rem;
    font-weight: 650;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    font-size: 0.96rem;
    font-weight: 900;
    padding: 0 22px;
}

.button.primary {
    background: #4f9b45;
    color: white;
    box-shadow: 0 16px 38px rgba(79, 155, 69, 0.22);
}

.button.secondary {
    border: 1px solid rgba(37, 68, 29, 0.14);
    background: white;
    color: #162810;
}

.proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.proof-pill {
    border: 1px solid rgba(37, 68, 29, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: rgba(22, 40, 16, 0.68);
    font-size: 0.84rem;
    font-weight: 850;
    padding: 8px 12px;
}

.hero-media {
    position: relative;
    min-height: 520px;
}

.phone-frame {
    position: relative;
    overflow: hidden;
    width: min(360px, 100%);
    margin: 0 auto;
    border: 1px solid rgba(37, 68, 29, 0.16);
    border-radius: 34px;
    background: linear-gradient(180deg, #eef7e7, #f8fbf5);
    box-shadow: 0 30px 80px rgba(37, 68, 29, 0.15);
}

.phone-frame img {
    width: 100%;
}

.floating-note {
    position: absolute;
    right: -10px;
    bottom: 42px;
    width: 212px;
    border: 1px solid rgba(37, 68, 29, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(37, 68, 29, 0.13);
    padding: 18px;
}

.floating-note strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 900;
}

.floating-note span {
    display: block;
    margin-top: 6px;
    color: rgba(22, 40, 16, 0.58);
    font-size: 0.78rem;
    font-weight: 700;
}

.section {
    padding: 82px 20px;
}

.section.surface {
    border-block: 1px solid rgba(37, 68, 29, 0.1);
    background: white;
}

.section.tinted {
    background: #eff7e9;
}

.section-inner {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.section-head {
    max-width: 760px;
    margin-bottom: 42px;
}

.section-title {
    margin: 12px 0 0;
    color: #162810;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 900;
    line-height: 1.06;
}

.section-copy {
    max-width: 720px;
    margin: 18px 0 0;
    color: rgba(22, 40, 16, 0.66);
    font-size: 1.06rem;
    font-weight: 650;
}

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

.feature-card {
    border: 1px solid rgba(37, 68, 29, 0.12);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 50px rgba(37, 68, 29, 0.06);
    padding: 26px;
}

.feature-card h3 {
    margin: 16px 0 0;
    font-size: 1.25rem;
    font-weight: 900;
}

.feature-card p {
    margin: 10px 0 0;
    color: rgba(22, 40, 16, 0.62);
    font-weight: 650;
}

.marker {
    width: 54px;
    height: 8px;
    border-radius: 999px;
}

.red {
    background: #f25f4c;
}

.yellow {
    background: #ffb11f;
}

.green {
    background: #6abf4b;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 54px;
}

.screen-pair,
.screen-row {
    display: grid;
    gap: 18px;
}

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

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

.screen-card {
    overflow: hidden;
    border: 1px solid rgba(37, 68, 29, 0.12);
    border-radius: 26px;
    background: #f4fbf1;
    box-shadow: 0 18px 55px rgba(37, 68, 29, 0.08);
}

.screen-card img {
    width: 100%;
}

.story-list {
    display: grid;
    gap: 16px;
}

.story-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.story-number {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: #e4f4dc;
    color: #4f9b45;
    font-weight: 900;
}

.story-item h3 {
    margin: 0;
    font-size: 1.16rem;
    font-weight: 900;
}

.story-item p {
    margin: 6px 0 0;
    color: rgba(22, 40, 16, 0.62);
    font-weight: 650;
}

.comparison-grid,
.related-grid,
.faq-grid {
    display: grid;
    gap: 18px;
}

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

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

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

.related-card,
.faq-card {
    border: 1px solid rgba(37, 68, 29, 0.12);
    border-radius: 24px;
    background: white;
    padding: 24px;
}

.related-card h3,
.faq-card h3 {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 900;
}

.related-card p,
.faq-card p {
    margin: 10px 0 0;
    color: rgba(22, 40, 16, 0.62);
    font-size: 0.94rem;
    font-weight: 650;
}

.footer {
    border-top: 1px solid rgba(37, 68, 29, 0.1);
    background: white;
    padding: 34px 20px;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: min(1180px, 100%);
    margin: 0 auto;
    color: rgba(22, 40, 16, 0.58);
    font-size: 0.9rem;
    font-weight: 750;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

@media (max-width: 900px) {
    .nav {
        display: none;
    }

    .page-hero {
        padding-top: 104px;
    }

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

    .hero-media {
        min-height: auto;
    }

    .floating-note {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 14px;
    }

    .feature-grid,
    .screen-pair,
    .screen-row,
    .comparison-grid,
    .related-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .header-inner {
        width: min(100% - 28px, 380px);
    }

    .brand span {
        display: none;
    }

    .page-hero {
        padding: 104px 16px 62px;
    }

    .hero-title {
        font-size: 2.5rem;
        line-height: 1.06;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .hero-copy {
        font-size: 1.04rem;
    }

    .section {
        padding: 62px 16px;
    }

    .phone-frame {
        width: min(100%, 320px);
        border-radius: 28px;
    }

    .screen-card {
        border-radius: 22px;
    }

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