:root {
    --or-bg: #f2f5f2;
    --or-text: #112124;
    --or-muted: #4e6368;
    --or-brand: #0e7758;
    --or-brand-strong: #0a5c43;
    --or-surface: #ffffff;
    --or-border: #c8d6d2;
    --or-accent: #ffbf5f;
}

* { box-sizing: border-box; }

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
    background:
        radial-gradient(circle at 92% 8%, rgba(255, 191, 95, 0.33), transparent 30%),
        radial-gradient(circle at 10% 90%, rgba(14, 119, 88, 0.18), transparent 34%),
        var(--or-bg);
    color: var(--or-text);
    min-height: 100%;
}

a {
    color: var(--or-brand-strong);
    text-decoration: none;
}

a:hover { text-decoration: underline; }

.sidebar-brand img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 1.15;
}

p { line-height: 1.6; }

.site-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
}

.site-sidebar {
    border-right: 1px solid var(--or-border);
    background: linear-gradient(180deg, #0f3030 0%, #123f37 54%, #16634d 100%);
    padding: 1.25rem;
}

.sidebar-brand {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.side-nav {
    display: grid;
    gap: 0.35rem;
}

.side-nav a {
    color: rgba(255, 255, 255, 0.9);
    padding: 0.55rem 0.65rem;
    border-radius: 0.55rem;
}

.side-nav a:hover {
    background: rgba(255, 255, 255, 0.12);
    text-decoration: none;
}

.site-main {
    padding: 1.4rem clamp(1rem, 1.5vw + 0.8rem, 2.2rem) 2.2rem;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.8rem;
}

.brand-link {
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.top-nav {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.top-nav a {
    padding: 0.45rem 0.6rem;
    border-radius: 0.45rem;
}

.top-nav a:hover {
    background: #e6efec;
    text-decoration: none;
}

.top-nav .cta-link {
    background: var(--or-brand);
    color: #fff;
    font-weight: 600;
}

.top-nav .cta-link:hover { background: var(--or-brand-strong); }

.site-content {
    display: grid;
    gap: 1.6rem;
}

.eyebrow {
    margin: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.78rem;
    color: var(--or-muted);
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 1fr);
    gap: 1.1rem;
    background: var(--or-surface);
    border: 1px solid var(--or-border);
    border-radius: 1.15rem;
    padding: clamp(1rem, 2vw, 2rem);
    box-shadow: 0 16px 30px rgba(27, 52, 47, 0.09);
}

.hero h1 {
    margin-top: 0.3rem;
    max-width: 20ch;
    font-size: clamp(1.7rem, 1.8vw + 1.2rem, 2.8rem);
}

.lead {
    color: var(--or-muted);
    margin-top: 0.9rem;
    max-width: 64ch;
}

.hero-panel {
    background: #edf4ef;
    border-radius: 0.95rem;
    padding: 1rem;
}

.hero-panel h2 {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
}

.hero-panel ul {
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.55rem;
}

.hero-actions {
    margin-top: 1.1rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn-solid,
.btn-outline {
    display: inline-block;
    border-radius: 0.65rem;
    padding: 0.6rem 0.95rem;
    border: 1px solid var(--or-brand);
    font-weight: 600;
}

.btn-solid {
    background: var(--or-brand);
    color: #fff;
}

.btn-solid:hover {
    background: var(--or-brand-strong);
    text-decoration: none;
}

.btn-outline {
    background: transparent;
    color: var(--or-brand-strong);
}

.btn-outline:hover {
    background: #e7f2ed;
    text-decoration: none;
}

.grid-section,
.feature-list,
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 0.9rem;
}

.grid-section article,
.feature-list article,
.pricing-grid article,
.verification-card {
    background: var(--or-surface);
    border: 1px solid var(--or-border);
    border-radius: 0.9rem;
    padding: 1rem;
}

.page-intro p { color: var(--or-muted); }

.price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--or-brand-strong);
}

.pricing-grid ul,
.feature-list ul {
    margin: 0.5rem 0 0;
    padding-left: 1.1rem;
}

.signup-form,
.verification-card form {
    display: grid;
    gap: 0.9rem;
    max-width: 760px;
}

label {
    display: grid;
    gap: 0.35rem;
    font-weight: 600;
}

input,
select {
    appearance: none;
    width: 100%;
    border: 1px solid var(--or-border);
    border-radius: 0.55rem;
    padding: 0.6rem 0.7rem;
    font: inherit;
    color: var(--or-text);
    background: #fff;
}

input:focus,
select:focus {
    outline: 2px solid rgba(14, 119, 88, 0.35);
    border-color: var(--or-brand);
}

.checkbox-row {
    grid-template-columns: auto 1fr;
    gap: 0.6rem;
    align-items: center;
    font-weight: 500;
}

.checkbox-row input {
    width: 1.1rem;
    height: 1.1rem;
}

.error-text,
.validation-message {
    color: #a82222;
    font-weight: 600;
}

dl {
    margin: 0 0 1rem;
    display: grid;
    grid-template-columns: 160px 1fr;
    row-gap: 0.4rem;
}

dt {
    color: var(--or-muted);
    font-weight: 700;
}

dd { margin: 0; }

@media (max-width: 900px) {
    .site-shell { grid-template-columns: 1fr; }
    .site-sidebar { border-right: 0; border-bottom: 1px solid var(--or-border); }
    .site-header { flex-direction: column; align-items: flex-start; }
    .hero { grid-template-columns: 1fr; }
    dl { grid-template-columns: 1fr; }
}
