
:root {
    --green: #58ad38;
    --green-dark: #347e28;
    --green-deep: #245f1d;
    --green-pale: #eaf4df;
    --text: #283229;
    --muted: #697469;
    --cream: #fff6d7;
    --orange: #ee5e2b;
    --border-yellow: #eeb52d;
    --footer: #1e2b1d;
    --white: #ffffff;
    --shadow: 0 8px 20px rgba(35, 46, 35, .18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
main {
    margin: 0;
    padding: 0;
}
button,
input,
select {
    font: inherit;
}

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

a {
    color: inherit;
}

.page-shell {
    width: min(1290px, calc(100% - 88px));
    margin-inline: auto;
}
/* ==========================
   Hero Label
========================== */

.eyebrow {

    display: flex;
    align-items: center;

    margin: 0 0 26px;
    padding: 0;

    color: #63a83d;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;

}

.eyebrow::before {

    content: "";

    width: 4px;
    height: 20px;

    margin-right: 14px;

    border-radius: 2px;

    background: #63a83d;

    flex-shrink: 0;

}
/* Hero */
.hero-section {
    padding: 28px 0 30px;
    background: #ffffff;
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.75fr);
    gap: 52px;
    align-items: start;
}
.hero-copy {
    min-width: 0;
}

.hero-copy h1,
.hero-copy h2,
.hero-subtitle,
.hero-description {
    max-width: 100%;
}

.hero-copy h1 {
    margin: 0 0 24px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(56px, 5.2vw, 84px);
    line-height: .98;
    letter-spacing: -.035em;
}

.hero-copy h2 {
    margin: 0;
    color: var(--green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 2.55vw, 43px);
    line-height: 1.08;
    letter-spacing: -.025em;
}

.hero-subtitle {
    max-width: 810px;
    margin: 4px 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(19px, 1.35vw, 24px);
    font-style: italic;
    line-height: 1.35;
}

.hero-description {
    max-width: 845px;
    margin: 0;
    color: var(--muted);
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.65;
}

.hero-benefits {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    column-gap: 42px;
    row-gap: 14px;

    margin-top: 34px;
}

.benefit-item {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 0;
    border: 0;
    border-radius: 0;

    color: #364234;
    background: transparent;

    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.benefit-item img {
    display: block;
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.hero-actions {
    display: flex;
    gap: 18px;
    margin-top: 33px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 219px;
    min-height: 63px;
    padding: 15px 29px;
    border: 2px solid var(--green);
    border-radius: 11px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease;
}

.button:hover,
.beta-button:hover,
.support-button:hover {
    transform: translateY(-1px);
}

.button-primary {
    color: #fff;
    background: var(--green);
    box-shadow: 0 8px 16px rgba(65, 133, 45, .28);
}

.button-secondary {
    color: var(--green-dark);
    background: #fff;
}

/* Login */
.login-card {
    width: 100%;
    max-width: 490px;
    justify-self: end;
    padding: 24px 30px 28px;
    border: 1px solid #d7ddd6;
    border-radius: 15px;
    background: #fff;
    box-shadow: var(--shadow);
}

.login-topbar {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 65px;
}

.brand-orb {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 700;
}

/* ==========================
   Language Selector
========================== */

.language-control {
    position: relative;
    display: inline-block;
    left:20%;
}

.language-control select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 132px;
    height: 42px;

    padding: 0 60px 0 18px;

    border: 0;
    border-radius: 14px;
    outline: none;

    background: #eaf4e1;

    color: #387c24;
    font-size: 17px;
    font-weight: 700;
    line-height: 42px;

    cursor: pointer;
}

.language-control::after {
    content: "";

    position: absolute;
    top: 30%;
    right: 23px;

    width: 0;
    height: 0;

    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #3d8128;

    transform: translateY(-38%);
    pointer-events: none;
}

.login-heading {
    margin-top: 8px;
    text-align: center;
}

.login-heading h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.2;
}

.login-heading p {
    margin: 11px 0 24px;
    color: #8a9189;
    font-size: 12px;
}

.login-message {
    margin: -7px 0 13px;
    padding: 9px 11px;
    color: var(--green-dark);
    background: var(--green-pale);
    border-radius: 6px;
    font-size: 12px;
}

.login-form {
    display: grid;
    gap: 16px;
}

.field-group {
    display: grid;
    gap: 6px;
}

.field-group label {
    font-size: 12px;
    font-weight: 700;
}

.password-label-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.password-label-row a {
    color: var(--green-dark);
    font-size: 10px;
    text-decoration: none;
}

.field-group input {
    width: 100%;
    height: 45px;
    padding: 0 12px;
    border: 1px solid var(--border-yellow);
    border-radius: 7px;
    outline: none;
    color: var(--text);
    background: var(--cream);
    font-size: 13px;
}

.field-group input:focus {
    box-shadow: 0 0 0 3px rgba(238, 181, 45, .18);
}

.login-button {
    height: 52px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: var(--green);
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
}

.login-divider {
    margin: 20px 0 14px;
    color: #91978f;
    text-align: center;
    font-size: 11px;
}

.create-account-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    border: 2px solid var(--green);
    border-radius: 8px;
    color: var(--green-dark);
    background: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.towel-note {
    margin: 14px 0 0;
    color: #7e877d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10px;
    font-style: italic;
    text-align: center;
}

/* Why */
.why-section {
    padding: 39px 0 33px;
    background: #e9f4df;
}

.why-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(325px, .65fr);
    gap: 76px;
    align-items: center;
}

.why-copy h2 {
    margin: 0 0 32px;
    color: var(--green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 47px;
    line-height: 1;
}

.why-intro {
    margin: 0 0 17px;
    color: #778275;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-style: italic;
}

.why-copy h3 {
    margin: 0 0 34px;
    color: var(--green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    line-height: 1.15;
}

.why-description {
    max-width: 790px;
    margin: 0;
    font-size: 16px;
    line-height: 1.58;
}

.competitor-note {
    margin: 36px 0 0;
    color: var(--orange);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
}

.why-visual {
    display: grid;
    gap: 33px;
}

.robot-image {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
}

.why-visual blockquote {
    margin: 0;
    padding: 25px 18px;
    border: 2px solid var(--green);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 7px 13px rgba(34, 73, 26, .16);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-style: italic;
    line-height: 1.35;
}

/* Feature cards */
.features-section {
    padding: 37px 0 39px;
    background: #fff;
}

.section-heading {
    text-align: center;
}

.section-heading h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1.1;
}

.section-heading p {
    margin: 20px 0 30px;
    color: #788177;
    font-size: 16px;
}

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

.feature-card {
    min-height: 486px;
    padding: 26px 31px 28px;
    border: 1px solid #d7dcd6;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 7px 17px rgba(36, 46, 35, .17);
}

.feature-badge,
.beta-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 151px;
    min-height: 43px;
    padding: 7px 23px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.core-badge {
    color: var(--green-dark);
    background: #e8f3dd;
}

.lean-badge {
    color: #dc4d27;
    background: #ffe4d8;
}

.feature-card h3 {
    margin: 27px 0 21px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
}

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

.check-list li {
    position: relative;
    padding-left: 31px;
    font-size: 14px;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -4px;
    color: var(--green);
    font-size: 18px;
    font-weight: 800;
}

/* Origin */
.origin-section {
    padding: 59px 0 69px;
    color: #fff;
    background: #255f1c;
}

.origin-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr);
    gap: 80px;
    align-items: center;
}

.origin-copy h2 {
    margin: 0 0 44px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 43px;
}

.origin-copy > p:first-of-type {
    max-width: 690px;
    margin: 0 0 42px;
    font-size: 17px;
    line-height: 1.58;
}

.origin-italic {
    margin: 0 0 22px;
    color: #c5d9bd;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-style: italic;
}

.origin-copy h3 {
    margin: 0 0 46px;
    color: #cfe7c4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
}

.origin-note {
    margin: 0;
    color: #9ebd94;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-style: italic;
}

.origin-image-wrap {
    padding: 0;
    background: #fff;
}

.origin-image-wrap img {
    width: 100%;
    aspect-ratio: 1.53 / 1;
    object-fit: cover;
}

/* CTA */
.cta-section {
    padding: 31px 0 25px;
    background: #fff;
}

.cta-grid {
    display: grid;
    grid-template-columns: 1.55fr .9fr;
    gap: 22px;
    align-items: stretch;
}

.beta-card {
    padding: 27px 30px 23px;
    border: 2px solid var(--border-yellow);
    border-radius: 11px;
    background: var(--cream);
}

.beta-badge {
    min-width: 99px;
    min-height: 35px;
    padding: 5px 21px;
    color: #fff;
    background: var(--orange);
}

.beta-card h2,
.support-card h2 {
    margin: 21px 0 27px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
}

.beta-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 25px;
    align-items: center;
}

.beta-bottom p,
.support-card > p:not(.support-subtitle) {
    margin: 0;
    font-size: 14px;
    line-height: 1.48;
}

.beta-bottom small {
    display: block;
    margin-top: 8px;
    color: var(--orange);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    font-style: italic;
}

.beta-button,
.support-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 205px;
    min-height: 61px;
    padding: 13px 25px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--green);
    box-shadow: 0 7px 13px rgba(50, 105, 37, .26);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .16s ease;
}

.support-card {
    padding: 29px 30px 24px;
    border-radius: 9px;
    color: #fff;
    background: var(--green);
}

.support-card h2 {
    margin: 0 0 7px;
    font-size: 31px;
}

.support-subtitle {
    margin: 0 0 36px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-style: italic;
}

.support-button {
    width: 100%;
    min-width: 0;
    margin-top: 20px;
    color: var(--green-dark);
    background: #fff;
}

/* Footer */
.site-footer {
    padding: 25px 0 23px;
    color: #fff;
    background: var(--footer);
}

.footer-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.footer-inner strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
}

.footer-inner p {
    margin: 13px 0 0;
    color: #b8c2b6;
    font-size: 11px;
}

.footer-answer {
    color: #c7d898 !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px !important;
    font-style: italic;
    text-align: right;
}

/* Tester modal */
.modal {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    place-items: center;
    padding: 20px;
}

.modal.is-open {
    display: grid;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 28, 16, .65);
}

.modal-dialog {
    position: relative;
    z-index: 1;
    width: min(480px, 100%);
    padding: 32px;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

.modal-dialog h2 {
    margin: 20px 0 8px;
    font-family: Georgia, "Times New Roman", serif;
}

.modal-dialog > p {
    color: var(--muted);
    line-height: 1.5;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 13px;
    border: 0;
    background: transparent;
    font-size: 30px;
    cursor: pointer;
}

.tester-form {
    display: grid;
    gap: 15px;
    margin-top: 22px;
}

.tester-form label {
    display: grid;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
}

.tester-form input {
    height: 45px;
    padding: 0 12px;
    border: 1px solid #ccd4ca;
    border-radius: 7px;
}

/* Responsive */
@media (max-width: 1050px) {
    .page-shell {
        width: min(100% - 48px, 920px);
    }

    .hero-shell,
    .why-grid,
    .origin-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .login-card {
        justify-self: center;
    }

    .why-visual {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .origin-image-wrap {
        max-width: 610px;
    }
}

@media (max-width: 760px) {
    .page-shell {
        width: min(100% - 30px, 620px);
    }

    .hero-section {
        padding-top: 30px;
    }

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

    .hero-copy h2 {
        font-size: 30px;
    }

    .hero-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 18px;
    }

    .benefit-item {
        white-space: normal;
    }

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

    .button {
        width: 100%;
        min-width: 0;
    }

    .why-visual,
    .feature-cards,
    .cta-grid,
    .beta-bottom {
        grid-template-columns: 1fr;
    }

    .why-copy h2,
    .section-heading h2,
    .origin-copy h2 {
        font-size: 36px;
    }

    .feature-card {
        min-height: 0;
    }

    .beta-button {
        width: 100%;
    }

    .footer-answer {
        text-align: left;
    }
}
@media (max-width: 650px) {
    .hero-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 18px;
    }

    .benefit-item {
        white-space: normal;
    }
}
@media (max-width: 480px) {
    .page-shell {
        width: min(100% - 22px, 440px);
    }

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

    .hero-copy h2 {
        font-size: 27px;
    }

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

    .login-card {
        padding: 21px 18px 24px;
    }

    .language-control select {
        min-width: 88px;
    }

    .why-copy h3 {
        font-size: 26px;
    }

    .why-visual {
        grid-template-columns: 1fr;
    }

    .feature-card {
        padding: 23px 21px;
    }

    .origin-section {
        padding: 46px 0;
    }
}
