
: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);
    --font-primary: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
    --font-heading: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
    --font-calibri: Calibri, Candara, "Segoe UI", Arial, sans-serif;
}
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background: #fff;
    font-family: var(--font-primary);
    font-size:16px;
    line-height:1.5;
}
main {
    margin: 0;
    padding: 0;
}
.zaphod-font{
    font-family:"Trebuchet MS","Trebuchet",Arial,Helvetica,sans-serif !important;
}
.font-primary{
    font-family:var(--font-primary);
}

.font-heading{
    font-family:var(--font-heading);
}

.font-bold{
    font-weight:700;
}

.font-semibold{
    font-weight:600;
}

.font-medium{
    font-weight:500;
}

.font-regular{
    font-weight:400;
}
.font-calibri{
    font-family: var(--font-calibri);
}
.font-italic{
    font-style: italic;
}
h1,h2,h3,h4,h5,h6
{
    font-family:var(--font-heading);
    font-weight:700;
}
button,input,select,textarea{
    font-family:var(--font-primary);
}
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: 14px;
    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);
    justify-content: start;
    align-items: center;
    gap: 14px 16px;
    margin-top: 28px;
}

.benefit-item {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;

    min-height: 44px;
    padding: 7px 14px 7px 8px;

    border: 1px solid rgba(66, 150, 45, 0.28);
    border-radius: 999px;

    background: rgba(238, 247, 232, 0.65);

    color: #347b29;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;

    white-space: nowrap;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.benefit-icon {
    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;
    border: 1.5px solid #4fa83a;

    color: #39882d;
}

.benefit-icon svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.benefit-item:hover {
    transform: translateY(-2px);
    border-color: #4fa83a;
    background: #f1f9ed;
    box-shadow: 0 5px 14px rgba(52, 123, 41, 0.12);
}

.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: inline-flex;
    justify-content: center;
    min-height: 65px;
    width:100%;
}

.brand-orb {
    display: grid;
    place-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    position: relative;
    left: 50px;
    font-size: 30px;
    font-weight: 700;
}

/* ==========================
   Language Selector
========================== */
.language-wrapper{
    display:flex;
    justify-content:flex-end;
    width:100%;
    margin-bottom:24px;
}
.language-control {
    position: relative;
    display: inline-block;
    left:23%;
}

.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: 20px;
    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, 1fr);
        gap: 20px;
        max-width: 400px;
    }

    .benefit-item img {
        width: 44px;
        height: 44px;
    }

    .benefit-item span {
        font-size: 13px;
    }

    .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;
        width:auto;
    }

    .why-copy h3 {
        font-size: 26px;
    }

    .why-visual {
        grid-template-columns: 1fr;
    }

    .feature-card {
        padding: 23px 21px;
    }

    .origin-section {
        padding: 46px 0;
    }
}

/* ==========================================================
   FORGOT PASSWORD PAGE
   ========================================================== */
   
.forgot-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 10% 20%, rgba(86, 153, 59, 0.06), transparent 180px),
        radial-gradient(circle at 90% 80%, rgba(86, 153, 59, 0.05), transparent 220px),
        #f8faf6;

    padding: 28px 20px 40px;
}

.forgot-hero {
    width: min(1100px, 100%);
    margin: 0 auto;
}


/* Brand */

.forgot-brand {
    text-align: center;
    margin-bottom: 30px;
}

.forgot-brand-character {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px;
}

.forgot-brand h1 {
    margin: 0;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    color: #12251d;
}

.forgot-brand p {
    margin: 10px 0 0;
    color: #39832d;
    font-size: 20px;
    font-weight: 600;
}


/* Main card */

.forgot-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 30px;
    padding: 34px 70px 42px;
    box-shadow: 0 10px 35px rgba(34, 63, 39, 0.08);
}


/* Top section */

.forgot-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 400px;
}

.forgot-copy h2 {
    margin: 0;
    color: #10251d;
    font-size: clamp(48px, 5vw, 70px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.forgot-highlight {
    margin: 32px 0 0;
    color: #306f29;
    font-size: 27px;
    line-height: 1.5;
    font-weight: 600;
}


/* Illustration */

.forgot-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
}

.forgot-illustration img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
}


/* Divider */

.forgot-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 10px 0 28px;
}

.forgot-divider span {
    height: 1px;
    flex: 1;
    background: #dfe5dc;
}

.forgot-divider-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #3d8c31;
    font-size: 25px;
}


/* Description */

.forgot-description {
    margin: 0 0 28px;
    color: #162820;
    font-size: 20px;
    line-height: 1.5;
    max-width: 850px;
}


/* Label */

.forgot-form-wrapper label {
    display: block;
    margin-bottom: 10px;
    color: #14251e;
    font-size: 18px;
    font-weight: 700;
}


/* Input */

.forgot-input {
    display: flex;
    align-items: center;

    width: 100%;
    height: 76px;

    border: 2px solid #efb52b;
    border-radius: 12px;

    background: #fffaf0;
}

.forgot-input-icon {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #459638;
}

.forgot-input-icon svg {
    width: 27px;
    height: 27px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.forgot-input input {
    flex: 1;
    height: 100%;

    border: 0;
    outline: 0;

    background: transparent;

    font-family: inherit;
    font-size: 20px;
    color: #1b2922;
}

.forgot-input input::placeholder {
    color: #8d928c;
}


/* Submit */

.forgot-submit {
    width: 100%;
    height: 72px;

    margin-top: 24px;

    border: 0;
    border-radius: 12px;

    background: #3f8f2d;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    font-family: inherit;
    font-size: 26px;
    font-weight: 700;

    cursor: pointer;

    transition: transform 0.2s ease, background 0.2s ease;
}

.forgot-submit:hover {
    background: #347b26;
    transform: translateY(-1px);
}

.forgot-submit-icon svg {
    width: 30px;
    height: 30px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Back divider */

.forgot-back-divider {
    display: flex;
    align-items: center;
    gap: 16px;

    margin: 28px 0 18px;
}

.forgot-back-divider span:first-child {
    flex: 1;
    border-top: 2px dashed #c9dfc1;
}

.forgot-lightbulb {
    color: #5aa344;
    font-size: 25px;
}


/* Back */

.forgot-back {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

    color: #367d2d;
    text-decoration: none;

    font-size: 22px;
    font-weight: 600;
}

.forgot-back:hover {
    text-decoration: underline;
}

.forgot-back span:first-child {
    font-size: 30px;
}


/* Towel message */

.forgot-towel-message {
    min-height: 105px;

    margin-top: 20px;
    padding: 10px 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #f0f7eb;
    border: 1px solid #dcebd5;
    border-radius: 25px;

    overflow: hidden;
}

.forgot-towel-message p {
    margin: 0;
    color: #13271f;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
}

.forgot-robot img,
.forgot-towel img {
    max-height: 115px;
    width: auto;
    display: block;
}


/* Quote */

.forgot-quote {
    text-align: center;
    margin-top: 25px;
    color: #949b94;
}

.forgot-quote em {
    display: block;
    font-size: 23px;
}

.forgot-quote span {
    display: block;
    margin-top: 6px;
    font-size: 18px;
}