/* Landing page (home.html). The top nav + footer come from the shared shell
   (layout.css / fragments); this file styles the marketing content only.
   Reuses the design tokens from common/layout.css (:root). */

.lp { color: #3a4756; }
.lp-wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.lp a { text-decoration: none; }

/* hero */
.lp-hero {
    background: radial-gradient(1200px 500px at 80% -10%, #34608f 0%, transparent 60%),
                linear-gradient(160deg, #1b2f47, #284d73);
    color: #fff;
    padding: 70px 0 80px;
}
.lp-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.lp-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: .78rem; font-weight: 700; letter-spacing: .4px; text-transform: uppercase;
    color: #ffe680; background: rgba(255, 214, 33, .12); border: 1px solid rgba(255, 214, 33, .3);
    padding: 6px 12px; border-radius: 999px;
}
.lp-hero h1 { color: #fff; font-size: 3.2rem; line-height: 1.05; margin: 18px 0 14px; font-weight: 800; letter-spacing: -1px; }
.lp-hero h1 .g { background: linear-gradient(90deg, #ffe680, var(--color-accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lp-hero p { font-size: 1.18rem; color: #cdd9e6; max-width: 520px; line-height: 1.6; }
.lp-cta { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.lp-btn { display: inline-flex; align-items: center; gap: 8px; border: none; border-radius: 10px; font-weight: 700; font-size: 1rem; padding: 13px 22px; cursor: pointer; }
.lp-btn.primary { background: var(--color-accent); color: #3a2e00; }
.lp-btn.primary:hover { filter: brightness(.96); }
.lp-btn.ghost { background: rgba(255, 255, 255, .1); color: #fff; border: 1px solid rgba(255, 255, 255, .25); }
.lp-btn.ghost:hover { background: rgba(255, 255, 255, .18); }
.lp-trust { display: flex; gap: 22px; margin-top: 30px; flex-wrap: wrap; color: #aebfd2; font-size: .9rem; font-weight: 600; }
.lp-trust span { display: flex; align-items: center; gap: 8px; }
.lp-trust .ck { color: #7fe0a8; }

.lp-quote { margin: 30px 0 0; padding-left: 14px; border-left: 3px solid #ffe680; max-width: 520px;
    font-style: italic; font-size: 1.05rem; line-height: 1.5; color: #e9eef5; }
.lp-quote em { color: #ffe680; font-style: italic; }
.lp-quote-cite { display: block; margin-top: 8px; font-style: normal; font-size: .82rem; color: #aebfd2; }
.lp-quote-cite a { color: #ffe680; text-decoration: none; border-bottom: 1px dotted rgba(255, 230, 128, .5); }
.lp-quote-cite a:hover { border-bottom-style: solid; }

/* hero diagram */
.lp-diagram { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); border-radius: 18px; padding: 22px; }
.lp-diagram .dh { font-size: .7rem; letter-spacing: .5px; text-transform: uppercase; color: #9fb6d4; font-weight: 700; margin-bottom: 14px; }
.lp-dflow { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0 12px; align-items: center; }
.lp-dcol { display: flex; flex-direction: column; gap: 8px; }
.lp-chip {
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
    background: rgba(255, 255, 255, .92); color: #1e293b; border-radius: 8px; padding: 7px 10px;
    font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; border-left: 4px solid #94a3b8;
}
.lp-chip.you { border-left-color: #3aa6e0; }
.lp-chip.grn { border-left-color: #1d7a4d; }
.lp-chip.amb { border-left-color: #e0a800; background: #fff9e6; }
.lp-mixer {
    width: 64px; height: 64px; border-radius: 50%;
    background: radial-gradient(circle at 32% 30%, #ffe772, var(--color-accent));
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    color: #5b4a00; box-shadow: 0 8px 22px rgba(0, 0, 0, .3); margin: 0 auto;
}
.lp-mixer .b { font-size: 22px; line-height: 1; }
.lp-mixer small { font-size: 8px; font-weight: 800; }
.lp-mixcol { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.lp-darrow { color: rgba(255, 255, 255, .4); text-align: center; font-size: 16px; }

/* sections */
.lp-section { padding: 64px 0; }
.lp-section.alt { background: var(--color-page-bg); }
.lp-eyebrow-c { text-align: center; font-size: .78rem; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; color: var(--color-primary); }
.lp-title { text-align: center; font-size: 2rem; font-weight: 800; color: var(--color-heading); margin: 8px 0 6px; letter-spacing: -.5px; }
.lp-sub { text-align: center; color: #64748b; max-width: 560px; margin: 0 auto 40px; font-size: 1.02rem; }

.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-step { background: var(--color-surface); border: 1px solid #e3e9f0; border-radius: 16px; padding: 26px; box-shadow: 0 4px 14px rgba(20, 40, 70, .05); }
.lp-step .num { width: 42px; height: 42px; border-radius: 12px; background: #eaf1f9; color: var(--color-primary); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; margin-bottom: 16px; }
.lp-step h3 { font-size: 1.12rem; color: var(--color-heading); margin-bottom: 8px; }
.lp-step p { color: #64748b; line-height: 1.6; font-size: .96rem; }

.lp-feats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 880px; margin: 0 auto; }
.lp-feat { display: flex; gap: 15px; background: var(--color-surface); border: 1px solid #e3e9f0; border-radius: 14px; padding: 20px 22px; }
.lp-feat .ic { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; background: #eaf1f9; display: flex; align-items: center; justify-content: center; }
.lp-feat .ic svg { width: 22px; height: 22px; stroke: var(--color-primary); fill: none; stroke-linecap: round; stroke-linejoin: round; }
.lp-feat h4 { font-size: 1.02rem; color: var(--color-heading); margin-bottom: 4px; }
.lp-feat p { color: #64748b; font-size: .92rem; line-height: 1.55; }
.lp-feat a { color: var(--color-primary); font-weight: 600; }

/* cta band */
.lp-ctaband { background: linear-gradient(120deg, #243b55, #34608f); color: #fff; border-radius: 22px; padding: 48px; text-align: center; margin: 0 24px; }
.lp-ctaband h2 { font-size: 1.8rem; font-weight: 800; letter-spacing: -.5px; }
.lp-ctaband p { color: #cdd9e6; margin: 10px 0 24px; font-size: 1.05rem; }
.lp-note { text-align: center; color: #94a3b8; font-size: .84rem; padding: 26px 24px 40px; }

@media (max-width: 860px) {
    .lp-hero-grid { grid-template-columns: 1fr; }
    .lp-steps { grid-template-columns: 1fr; }
    .lp-feats { grid-template-columns: 1fr; }
    .lp-hero h1 { font-size: 2.4rem; }
}
