:root {
    --bg: #f6f8f4;
    --surface: rgba(255, 255, 255, 0.78);
    --surface-strong: rgba(255, 255, 255, 0.92);
    --text: #20301d;
    --muted: #767677;
    --line: rgba(118, 118, 119, 0.18);
    --primary: #3a732d;
    --primary-dark: #2d5b23;
    --secondary: #5f8d2d;
    --neutral: #767677;
    --accent-soft: rgba(95, 141, 45, 0.14);
    --shadow: 0 24px 80px rgba(47, 74, 39, 0.1);
    --radius-xl: 24px;
    --shell: 1180px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(95, 141, 45, 0.1), transparent 26%),
        radial-gradient(circle at top right, rgba(58, 115, 45, 0.1), transparent 24%),
        linear-gradient(180deg, #f7faf5 0%, #f2f5ef 56%, #fbfcfa 100%);
    color: var(--text);
    line-height: 1.55;
}

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

.site-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
}

.site-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    opacity: 0.7;
}

.site-orb-one {
    width: 34rem;
    height: 34rem;
    background: radial-gradient(circle, rgba(58, 115, 45, 0.18), rgba(58, 115, 45, 0));
    top: -8rem;
    right: -6rem;
}

.site-orb-two {
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(95, 141, 45, 0.16), rgba(95, 141, 45, 0));
    bottom: 2rem;
    left: -8rem;
}

.shell {
    width: min(var(--shell), calc(100% - 2rem));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 1rem 0 0;
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 0.9rem 1.1rem;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(118, 118, 119, 0.12);
    border-radius: 999px;
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 40px rgba(47, 74, 39, 0.08);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.brand-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 170px;
    max-height: 44px;
}

.brand-copy {
    display: flex;
    flex-direction: column;
}

.brand-tag {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.site-nav a {
    color: var(--muted);
    font-weight: 600;
}

.site-nav a:hover {
    color: var(--text);
}

.nav-link-pill,
.nav-link-login,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    padding: 0.9rem 1.3rem;
    border-radius: 999px;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.nav-link-pill {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff !important;
}

.nav-link-login {
    border: 1px solid var(--line);
    color: var(--text) !important;
    background: rgba(255, 255, 255, 0.65);
}

.menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    padding: 0.2rem;
}

.menu-toggle span {
    display: block;
    width: 1.4rem;
    height: 2px;
    border-radius: 2px;
    background: var(--text);
}

.menu-toggle span + span {
    margin-top: 0.3rem;
}

.hero,
.section {
    padding: 5rem 0;
}

.section-tight {
    padding-top: 1.5rem;
}

.hero {
    padding-top: 4.5rem;
}

.hero-grid,
.signup-grid,
.metrics-grid,
.pricing-grid,
.feature-grid,
.persona-grid,
.workflow-grid,
.screenshot-grid,
.image-split,
.placeholder-stack,
.comparison-shell,
.footer-grid {
    display: grid;
    gap: 1.15rem;
}

.pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    margin-bottom: 1.2rem;
}

.pricing-card,
.comparison-table-wrap {
    padding: 1.45rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(118, 118, 119, 0.1);
    border-radius: var(--radius-xl);
    box-shadow: 0 18px 50px rgba(47, 74, 39, 0.08);
}

.pricing-card {
    display: grid;
    gap: 0.9rem;
}

.pricing-card-featured {
    background:
        radial-gradient(circle at top right, rgba(95, 141, 45, 0.16), transparent 42%),
        rgba(255, 255, 255, 0.92);
    border-color: rgba(58, 115, 45, 0.2);
}

.pricing-tier {
    color: var(--primary);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pricing-card h3 {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.15;
}

.pricing-card p {
    margin: 0;
    color: var(--muted);
}

.pricing-price {
    font-family: "Outfit", sans-serif;
    font-size: clamp(2.1rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
}

.pricing-price span {
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
}

.pricing-compare {
    margin-top: 1.2rem;
}

.comparison-table-wrap {
    overflow-x: auto;
    padding: 0;
    background: rgba(255, 255, 255, 0.94);
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 42rem;
    table-layout: fixed;
}

.comparison-table th,
.comparison-table td {
    padding: 1.15rem 1.1rem;
    border-bottom: 1px solid rgba(118, 118, 119, 0.14);
    text-align: left;
    vertical-align: middle;
}

.comparison-table thead th {
    padding: 0;
    font-size: 0.82rem;
    color: var(--primary);
    font-weight: 800;
    background: transparent;
    border-bottom-color: rgba(58, 115, 45, 0.12);
}

.comparison-table tbody th {
    width: 22%;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: var(--text);
    background: rgba(250, 251, 248, 0.92);
}

.comparison-table tbody td {
    color: #4e5d4a;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.comparison-table tbody tr:nth-child(even) td,
.comparison-table tbody tr:nth-child(even) th {
    background: rgba(95, 141, 45, 0.02);
}

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

.comparison-table thead th:first-child {
    padding: 1.25rem 1rem 1rem;
    vertical-align: bottom;
    background: rgba(250, 251, 248, 0.92);
    border-right: 1px solid rgba(118, 118, 119, 0.08);
}

.comparison-plan-cell {
    padding: 0.75rem 0.75rem 0.9rem !important;
    background: rgba(250, 251, 248, 0.6);
}

.comparison-plan-card {
    min-height: 13rem;
    padding: 1.1rem 1rem 1rem;
    border-radius: 16px;
    color: #fff;
    text-align: left;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.comparison-plan-name {
    margin-bottom: 0.45rem;
    font-family: "Outfit", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: inherit;
}

.comparison-plan-price {
    font-family: "Outfit", sans-serif;
    font-size: 2.15rem;
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: inherit;
}

.comparison-plan-price span {
    display: block;
    margin-top: 0.35rem;
    font-family: "Manrope", sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.84);
}

.comparison-plan-copy {
    margin-top: 0.9rem;
    font-size: 0.88rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.84);
}

.comparison-plan-starter .comparison-plan-card {
    background: linear-gradient(180deg, #5f8d2d, #3a732d);
}

.comparison-plan-featured .comparison-plan-card {
    background: linear-gradient(180deg, #2d5b23, #203f1a);
}

.comparison-plan-pro .comparison-plan-card {
    background: linear-gradient(180deg, #6f7b65, #4f5c47);
}

.comparison-cta-row th,
.comparison-cta-row td {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
    background: rgba(255, 255, 255, 0.96) !important;
    border-top: 1px solid rgba(58, 115, 45, 0.1);
}

.comparison-cta-row .btn {
    min-height: 3rem;
    max-width: 13rem;
    margin: 0 auto;
}

.hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: start;
}

.hero-copy h1,
.signup-intro h1,
.section-head h2,
.cta-banner h2,
.stage-value {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.hero-copy h1 {
    font-size: clamp(2.9rem, 5vw, 5.4rem);
    line-height: 1.02;
    max-width: 12ch;
}

.hero-lead,
.section-head p,
.signup-intro p,
.feature-card p,
.persona-card p,
.workflow-step p,
.comparison-card p,
.metric-card p,
.footer-copy,
.form-note {
    color: var(--muted);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    color: var(--primary);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.eyebrow::before {
    content: "";
    width: 1.5rem;
    height: 1px;
    background: currentColor;
    opacity: 0.6;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin: 2rem 0 1.5rem;
}

.btn:hover,
.nav-link-pill:hover,
.nav-link-login:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    box-shadow: 0 18px 34px rgba(58, 115, 45, 0.22);
}

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

.btn-full {
    width: 100%;
}

[data-plan-select].is-selected {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2), 0 14px 30px rgba(58, 115, 45, 0.18);
    transform: translateY(-1px);
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.hero-proof span,
.success-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid var(--line);
    font-size: 0.88rem;
    font-weight: 700;
}

.hero-stage,
.stage-stack {
    display: grid;
    gap: 1rem;
}

.stage-stack {
    grid-template-columns: 1fr 1fr;
}

.stage-card,
.metric-card,
.feature-card,
.persona-card,
.workflow-step,
.comparison-card,
.signup-side-panel,
.signup-form-shell,
.comparison-card .tick-list li::before,
.image-copy-block .tick-list li::before {
    content: "\2022";
}

.cta-banner {
    background: var(--surface);
    border: 1px solid rgba(118, 118, 119, 0.12);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}

.stage-card,
.metric-card,
.feature-card,
.persona-card,
.workflow-step,
.comparison-card,
.signup-side-panel,
.signup-form-shell {
    padding: 1.45rem;
}

.stage-card-primary {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: #f6fbf8;
}

.stage-image {
    display: block;
    width: calc(100% + 2.9rem);
    max-width: none;
    margin: -1.45rem -1.45rem 1.2rem;
    height: 15rem;
    object-fit: cover;
    object-position: top center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.stage-card-primary p,
.stage-card-primary .card-kicker {
    color: rgba(246, 251, 248, 0.82);
}

.card-kicker,
.metric-label {
    display: block;
    color: var(--secondary);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.stage-value {
    margin: 0.75rem 0;
    font-size: clamp(1.7rem, 2.4vw, 2.5rem);
    line-height: 1.05;
}

.metrics-band {
    padding: 0 0 1rem;
}

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

.narrow {
    max-width: 38rem;
}

.section-head {
    margin-bottom: 2rem;
    max-width: 46rem;
}

.section-head h2,
.signup-intro h1,
.cta-banner h2 {
    font-size: clamp(2rem, 3vw, 3.5rem);
}

.section-tinted {
    background: linear-gradient(180deg, rgba(58, 115, 45, 0.05), rgba(255, 255, 255, 0));
}

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

.screenshot-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
}

.image-split {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
}

.placeholder-stack {
    grid-template-columns: 1fr 1fr;
}

.feature-card-wide {
    grid-column: span 2;
}

.feature-card h3,
.persona-card h3,
.workflow-step h3,
.comparison-card h3,
.signup-side-panel h2,
.image-copy-block h2,
.screenshot-title {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.15rem;
}

.image-copy-block h2 {
    font-family: "Outfit", sans-serif;
    font-size: clamp(1.9rem, 2.5vw, 3rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.screenshot-card {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(118, 118, 119, 0.12);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.screenshot-card-large {
    grid-row: span 2;
}

.screenshot-frame {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 23rem;
    padding: 1.35rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(32, 48, 29, 0.04));
}

.screenshot-card-detail .screenshot-frame {
    min-height: 0;
    padding: 0;
    background: none;
}

.screenshot-card-detail {
    display: grid;
    grid-template-rows: auto 1fr;
}

.screenshot-card-detail .screenshot-image {
    position: relative;
    display: block;
    height: 15.5rem;
}

.screenshot-card-large.screenshot-card-detail .screenshot-image {
    height: 31rem;
}

.screenshot-frame-short .screenshot-image {
    height: 13.5rem;
}

.screenshot-copy {
    display: grid;
    gap: 0.65rem;
    padding: 1.15rem 1.35rem 1.25rem;
}

.screenshot-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.screenshot-frame::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    height: 1.4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(118, 118, 119, 0.12);
    z-index: 1;
}

.screenshot-frame-short {
    min-height: 18rem;
}

.screenshot-badge {
    display: inline-flex;
    align-self: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 0.2rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(118, 118, 119, 0.12);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.screenshot-title {
    font-size: 1.2rem;
    margin: 0;
    position: relative;
    z-index: 1;
}

.screenshot-frame p {
    margin: 0;
    max-width: 28rem;
    color: var(--muted);
    position: relative;
    z-index: 1;
}

.screenshot-copy p {
    margin: 0;
    color: var(--muted);
}

.screenshot-card-detail .screenshot-title,
.screenshot-card-detail .screenshot-copy p {
    padding-inline: 0.1rem;
}

.screenshot-frame::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 55%;
    background: linear-gradient(180deg, rgba(247, 250, 245, 0), rgba(247, 250, 245, 0.94));
}

.screenshot-card-detail .screenshot-frame::before,
.screenshot-card-detail .screenshot-frame::after {
    display: none;
}

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

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

.workflow-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--secondary);
    font-weight: 800;
}

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

.comparison-card-accent {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, #3a732d, #2d5b23);
    color: #f4fbf8;
}

.comparison-card-accent .eyebrow,
.comparison-card-accent p,
.comparison-card-accent li {
    color: rgba(244, 251, 248, 0.84);
}

.comparison-card-accent .eyebrow::before {
    background: currentColor;
}

.tick-list {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.tick-list li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.8rem;
    color: var(--muted);
}

.tick-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--secondary);
    font-size: 1.3rem;
    line-height: 1;
}

.comparison-card-accent .tick-list li {
    color: rgba(244, 251, 248, 0.84);
}

.tick-list li::before {
    content: "•";
    color: var(--secondary);
}

.cta-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.8rem;
    background:
        radial-gradient(circle at top right, rgba(95, 141, 45, 0.14), transparent 35%),
        rgba(255, 255, 255, 0.88);
}

.site-footer {
    padding: 0 0 2rem;
}

.footer-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    padding: 2rem 0 0;
    border-top: 1px solid rgba(118, 118, 119, 0.14);
}

.brand-footer {
    margin-bottom: 0.9rem;
}

.brand-footer .brand-logo {
    max-width: 190px;
    max-height: 50px;
}

.footer-copy {
    max-width: 34rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.25rem;
    justify-content: flex-end;
    color: var(--muted);
    font-weight: 700;
}

.signup-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
}

.signup-shell-simple {
    max-width: 960px;
    margin: 0 auto;
}

.signup-head-simple {
    max-width: 42rem;
    margin-inline: auto;
    text-align: center;
}

.signup-head-simple .eyebrow {
    justify-content: center;
}

.signup-form-shell {
    background: var(--surface-strong);
    padding: 1rem;
}

.signup-side-panel-accent {
    background:
        radial-gradient(circle at top right, rgba(95, 141, 45, 0.16), transparent 36%),
        rgba(246, 249, 242, 0.94);
}

.signup-form {
    display: grid;
    gap: 1.5rem;
}

.signup-details-card {
    display: grid;
    gap: 1.4rem;
    padding: 1.45rem;
    border-radius: 26px;
    border: 1px solid rgba(58, 115, 45, 0.12);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 42px rgba(47, 74, 39, 0.08);
}

.signup-details-card[hidden] {
    display: none;
}

.signup-details-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.signup-details-head h2 {
    margin: 0.3rem 0 0.45rem;
    font-size: clamp(1.4rem, 2vw, 1.9rem);
}

.signup-details-head p {
    margin: 0;
    color: var(--muted);
}

.signup-plan-pill {
    min-width: 13rem;
    display: grid;
    gap: 0.25rem;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    background: rgba(95, 141, 45, 0.08);
    border: 1px solid rgba(58, 115, 45, 0.14);
    color: var(--text);
}

.signup-plan-pill span {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
}

.signup-plan-pill strong {
    font-size: 1.05rem;
}

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

.form-field {
    display: grid;
    gap: 0.45rem;
}

.form-field-full {
    grid-column: 1 / -1;
}

.form-field label {
    font-weight: 700;
    font-size: 0.95rem;
}

.form-help {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.45;
    color: var(--muted);
}

.form-help-error {
    color: #a33636;
}

.choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.choice-card {
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    border: 1px solid rgba(118, 118, 119, 0.16);
    border-radius: 18px;
    background: #fff;
    cursor: pointer;
}

.choice-card-plan {
    align-content: start;
}

.signup-shell-simple .signup-form-shell {
    margin-top: 1.5rem;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(118, 118, 119, 0.08);
    backdrop-filter: blur(14px);
}

.signup-head-simple p {
    max-width: 34rem;
    margin-inline: auto;
}

.choice-card-selected {
    border-color: rgba(58, 115, 45, 0.28);
    box-shadow: 0 18px 32px rgba(58, 115, 45, 0.08);
}

.choice-card input {
    margin: 0 0 0.3rem;
}

.choice-title {
    font-weight: 800;
}

.choice-copy {
    color: var(--muted);
    font-size: 0.92rem;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    border: 1px solid rgba(118, 118, 119, 0.16);
    border-radius: 16px;
    background: #fff;
    color: var(--text);
    padding: 0.95rem 1rem;
    font: inherit;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: 2px solid rgba(58, 115, 45, 0.18);
    border-color: rgba(58, 115, 45, 0.32);
}

.form-actions {
    display: grid;
    gap: 0.8rem;
}

.form-note {
    margin: 0;
    font-size: 0.92rem;
}

.signup-success {
    display: grid;
    gap: 1rem;
    padding: 1.4rem;
    border-radius: 22px;
    background: rgba(58, 115, 45, 0.08);
    border: 1px solid rgba(58, 115, 45, 0.15);
}

.signup-success[hidden] {
    display: none;
}

.is-submitted .form-grid,
.is-submitted .form-actions {
    display: none;
}

@media (max-width: 980px) {
    .hero-grid,
    .signup-grid,
    .metrics-grid,
    .pricing-grid,
    .persona-grid,
    .comparison-shell,
    .footer-grid,
    .stage-stack,
    .feature-grid,
    .workflow-grid,
    .screenshot-grid,
    .image-split,
    .placeholder-stack,
    .form-grid,
    .choice-grid {
        grid-template-columns: 1fr;
    }

    .signup-details-head {
        flex-direction: column;
    }

    .signup-plan-pill {
        min-width: 0;
        width: 100%;
    }

    .feature-card-wide {
        grid-column: span 1;
    }

    .screenshot-card-large {
        grid-row: span 1;
    }

    .cta-banner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 820px) {
    .menu-toggle {
        display: inline-block;
    }

    .site-nav {
        display: none;
        position: absolute;
        top: calc(100% + 0.7rem);
        left: 1rem;
        right: 1rem;
        flex-direction: column;
        align-items: stretch;
        padding: 1rem;
        background: rgba(255, 252, 246, 0.96);
        border: 1px solid rgba(24, 49, 42, 0.08);
        border-radius: 24px;
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        width: 100%;
    }

    .nav-link-pill,
    .nav-link-login {
        text-align: center;
    }

    .hero,
    .section {
        padding: 4rem 0;
    }

    .hero-copy h1 {
        max-width: none;
    }
}

@media (max-width: 560px) {
    .shell {
        width: min(var(--shell), calc(100% - 1.2rem));
    }

    .nav-shell {
        padding: 0.85rem 0.95rem;
    }

    .brand-tag {
        display: none;
    }

    .brand-logo {
        max-width: 145px;
        max-height: 38px;
    }

    .hero-actions,
    .footer-links {
        width: 100%;
    }

    .hero-actions .btn,
    .cta-banner .btn {
        width: 100%;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 0.9rem 0.8rem;
    }

    .comparison-plan-cell {
        padding: 0.5rem !important;
    }

    .comparison-plan-card {
        min-height: 11rem;
        padding: 0.9rem 0.85rem;
    }

    .comparison-plan-name {
        font-size: 1rem;
    }

    .comparison-plan-price {
        font-size: 1.6rem;
    }

    .comparison-plan-copy {
        font-size: 0.8rem;
    }
}
