/* Company pages: /why-gyde and /about.
 *
 * One .cov2 namespace serves both rather than adding two more copies of the
 * design system. Tokens follow the home-v2 / ai-programs-v2 lineage.
 */

.cov2 {
    --co-ink: #242623;
    --co-olive: #203625;
    --co-deep: #132a1c;
    --co-lime: #e5fe96;
    --co-green: #657d00;
    --co-paper: #f4f4f0;
    --co-line: rgba(36, 38, 35, .16);
    --co-line-light: rgba(255, 255, 255, .17);
    --co-muted: #666a64;
    --co-soft: #6d716a;
    --co-warn: #a4402f;

    color: var(--co-ink);
    background: #fff;
    overflow: clip;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
}
.cov2 * { box-sizing: border-box; }
.cov2 img { max-width: 100%; height: auto; }
.cov2 .container { max-width: 1240px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }

/* Shared type -------------------------------------------------------------- */

.cov2-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--co-green); font-size: 11px; line-height: 1.2; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cov2-kicker:before { width: 28px; height: 1px; background: currentColor; content: ""; }
.cov2-kicker--lime { color: var(--co-lime); }
.cov2-kicker--center { justify-content: center; }

.cov2-section { position: relative; padding: 104px 0; border-top: 1px solid var(--co-line); }
.cov2-section--paper { background: var(--co-paper); }
.cov2-section--olive { background: var(--co-olive); color: #fff; border-top: 0; }
.cov2-section--ink { background: var(--co-ink); color: #fff; border-top: 0; }

.cov2-head { max-width: 780px; margin-bottom: 56px; }
.cov2-head--split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .65fr); gap: 100px; max-width: none; align-items: end; }
.cov2-head h2 { margin: 0; font-size: clamp(34px, 3.9vw, 52px); line-height: 1.03; font-weight: 500; letter-spacing: -.05em; }
.cov2-head > p:last-child { margin: 20px 0 0; color: var(--co-muted); font-size: 16px; line-height: 1.65; }
.cov2-head--split > p:last-child { margin: 0; }
.cov2-section--olive .cov2-head > p:last-child,
.cov2-section--ink .cov2-head > p:last-child { color: rgba(255,255,255,.64); }

/* Buttons ------------------------------------------------------------------- */

.cov2-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 36px; }
.cov2-actions--center { justify-content: center; }
.cov2-btn,
.cov2-btn-ghost { display: inline-flex; justify-content: center; align-items: center; gap: 26px; min-height: 54px; padding: 0 24px; border-radius: 6px; font-family: inherit; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.cov2-btn { border: 1px solid transparent; background: var(--co-lime); color: var(--co-ink); }
.cov2-btn:hover { transform: translateY(-2px); background: #f0ffbf; color: var(--co-ink); }
.cov2-btn-ghost { border: 1px solid rgba(255,255,255,.32); color: #fff; }
.cov2-btn-ghost:hover { transform: translateY(-2px); background: rgba(255,255,255,.08); color: #fff; }
.cov2-btn--disabled { background: rgba(255,255,255,.14); color: rgba(255,255,255,.5); cursor: not-allowed; pointer-events: none; }
.cov2-inline-link { display: inline-flex; gap: 9px; margin-top: 26px; color: var(--co-green); font-size: 13px; font-weight: 700; text-decoration: none; }
.cov2-inline-link span { transition: transform .2s; }
.cov2-inline-link:hover span { transform: translate(2px, -2px); }
.cov2-section--ink .cov2-inline-link,
.cov2-section--olive .cov2-inline-link { color: var(--co-lime); }

/* Hero ---------------------------------------------------------------------- */

.cov2-hero { position: relative; padding: 156px 0 84px; background: var(--co-olive); color: #fff; text-align: center; }
.cov2-grid-overlay { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(229,254,150,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(229,254,150,.075) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 94%); }
.cov2-hero .container { position: relative; }
.cov2-hero h1 { max-width: 900px; margin: 0 auto; font-size: clamp(40px, 4.5vw, 64px); line-height: 1.01; font-weight: 500; letter-spacing: -.055em; }
.cov2-hero__intro { max-width: 660px; margin: 26px auto 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }

/* Card grids ---------------------------------------------------------------- */

.cov2-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--co-line); border-left: 1px solid var(--co-line); }
.cov2-cards--two { grid-template-columns: repeat(2, 1fr); }
.cov2-cards--four { grid-template-columns: repeat(4, 1fr); }
.cov2-cards article { min-height: 240px; padding: 26px; border-right: 1px solid var(--co-line); border-bottom: 1px solid var(--co-line); background: rgba(255,255,255,.4); }
.cov2-card__top { display: flex; justify-content: space-between; align-items: center; }
.cov2-card__top span { color: var(--co-green); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.cov2-cards h3 { max-width: 300px; margin: 56px 0 12px; font-size: 20px; line-height: 1.2; font-weight: 600; letter-spacing: -.03em; }
.cov2-cards p { margin: 0; color: var(--co-muted); font-size: 14px; line-height: 1.65; }

/* Mark: a CSS-drawn cross or tick. This design language ships no SVG icons. */
.cov2-mark { position: relative; flex: 0 0 auto; width: 22px; height: 22px; border: 1px solid var(--co-line); border-radius: 50%; }
.cov2-mark:before,
.cov2-mark:after { position: absolute; background: currentColor; content: ""; }
.cov2-mark--no { color: var(--co-warn); border-color: rgba(164,64,47,.4); }
.cov2-mark--no:before,
.cov2-mark--no:after { top: 10px; left: 6px; width: 10px; height: 1px; }
.cov2-mark--no:before { transform: rotate(45deg); }
.cov2-mark--no:after { transform: rotate(-45deg); }
.cov2-mark--yes { color: var(--co-green); border-color: rgba(101,125,0,.45); }
.cov2-mark--yes:before { top: 11px; left: 5px; width: 6px; height: 1px; transform: rotate(45deg); }
.cov2-mark--yes:after { top: 9px; left: 9px; width: 10px; height: 1px; transform: rotate(-50deg); }

/* Comparison table ----------------------------------------------------------- */

.cov2-compare-wrap { overflow-x: auto; border: 1px solid var(--co-line); }
.cov2-compare { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; font-size: 14px; }
.cov2-compare th,
.cov2-compare td { padding: 17px 20px; border-bottom: 1px solid var(--co-line); text-align: center; }
.cov2-compare th:first-child,
.cov2-compare td:first-child { text-align: left; }
.cov2-compare thead th { background: var(--co-ink); color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cov2-compare thead th:last-child { background: var(--co-olive); color: var(--co-lime); }
.cov2-compare tbody tr:last-child td { border-bottom: 0; }
.cov2-compare tbody td:first-child { font-weight: 600; }
.cov2-compare td:last-child { background: rgba(229,254,150,.16); font-weight: 700; }
.cov2-compare .is-weak { color: var(--co-warn); }
.cov2-compare .is-strong { color: var(--co-green); }

/* POD roles / team / advisors ------------------------------------------------- */

.cov2-people { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--co-line); border-left: 1px solid var(--co-line); }
.cov2-person { padding: 24px; border-right: 1px solid var(--co-line); border-bottom: 1px solid var(--co-line); background: #fff; }
.cov2-person img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; margin-bottom: 16px; filter: grayscale(1); transition: filter .25s ease; }
.cov2-person:hover img { filter: none; }
.cov2-person h3 { margin: 0 0 4px; font-size: 16px; line-height: 1.25; font-weight: 600; letter-spacing: -.02em; }
.cov2-person p { margin: 0; color: var(--co-soft); font-size: 12px; line-height: 1.45; }
.cov2-person a { display: inline-block; margin-top: 10px; color: var(--co-green); font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.cov2-person__marker { display: block; margin-bottom: 14px; color: var(--co-green); font-size: 10px; font-weight: 700; letter-spacing: .1em; }

/* Stats ------------------------------------------------------------------------ */

.cov2-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--co-line-light); border-left: 1px solid var(--co-line-light); }
.cov2-stats > div { min-height: 176px; padding: 26px; border-right: 1px solid var(--co-line-light); border-bottom: 1px solid var(--co-line-light); }
.cov2-stats strong { display: block; font-size: 44px; line-height: 1; font-weight: 500; letter-spacing: -.055em; }
.cov2-stats p { margin: 14px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.55; }

/* Certifications --------------------------------------------------------------- */

.cov2-certs { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--co-line-light); border-left: 1px solid var(--co-line-light); }
.cov2-certs > div { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; min-height: 156px; padding: 22px; border-right: 1px solid var(--co-line-light); border-bottom: 1px solid var(--co-line-light); }
.cov2-certs img { height: 62px; width: auto; }
.cov2-certs span { color: rgba(255,255,255,.62); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

/* Founders split ----------------------------------------------------------------- */

.cov2-founders { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 72px; align-items: center; margin-bottom: 72px; }
.cov2-founders__media { overflow: hidden; border: 1px solid var(--co-line); }
.cov2-founders__media img { display: block; width: 100%; }
.cov2-founders p { margin: 0; font-size: 19px; line-height: 1.65; letter-spacing: -.015em; }
.cov2-founders strong { color: var(--co-green); font-weight: 600; }

/* Journey timeline ------------------------------------------------------------------ */

.cov2-journey { display: grid; grid-template-columns: repeat(4, 1fr); }
.cov2-journey article { min-height: 250px; padding-right: 30px; }
.cov2-journey__rail { position: relative; height: 48px; border-top: 1px solid var(--co-line); }
.cov2-journey__rail span { position: absolute; top: -16px; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--co-green); border-radius: 50%; background: var(--co-paper); color: var(--co-green); font-size: 11px; font-weight: 700; }
.cov2-journey h3 { max-width: 230px; margin: 26px 0 14px; font-size: 21px; line-height: 1.15; font-weight: 600; letter-spacing: -.035em; }
.cov2-journey p { max-width: 250px; margin: 0; color: var(--co-muted); font-size: 13px; line-height: 1.65; }
.cov2-journey strong { color: var(--co-green); font-weight: 600; }

/* CTA ---------------------------------------------------------------------------------- */

.cov2-cta { position: relative; padding: 108px 0; background: var(--co-deep); color: #fff; text-align: center; }
.cov2-cta .container { position: relative; }
.cov2-cta h2 { max-width: 800px; margin: 0 auto; font-size: clamp(36px, 4.3vw, 58px); line-height: 1.02; font-weight: 500; letter-spacing: -.055em; }
.cov2-cta > .container > p { max-width: 580px; margin: 24px auto 0; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.65; }
.cov2-cta strong { color: var(--co-lime); font-weight: 600; }

/* Responsive ------------------------------------------------------------------------------ */

@media (max-width: 1100px) {
    .cov2-head--split { grid-template-columns: 1fr; gap: 34px; }
    .cov2-cards,
    .cov2-cards--four { grid-template-columns: repeat(2, 1fr); }
    .cov2-people { grid-template-columns: repeat(3, 1fr); }
    .cov2-founders { grid-template-columns: 1fr; gap: 44px; }
    .cov2-certs { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
    .cov2 .container { padding-left: 22px; padding-right: 22px; }
    .cov2-hero { padding: 126px 0 66px; }
    .cov2-hero h1 { font-size: 38px; }
    .cov2-section { padding: 74px 0; }
    .cov2-cta { padding: 82px 0; }
    .cov2-head h2 { font-size: 32px; }
    .cov2-people { grid-template-columns: repeat(2, 1fr); }
    .cov2-journey { grid-template-columns: repeat(2, 1fr); row-gap: 42px; }
    .cov2-stats { grid-template-columns: 1fr; }
    .cov2-founders p { font-size: 17px; }
}

@media (max-width: 560px) {
    .cov2-hero h1 { font-size: 32px; }
    .cov2-head h2 { font-size: 28px; }
    .cov2-cards,
    .cov2-cards--two,
    .cov2-cards--four,
    .cov2-people,
    .cov2-journey,
    .cov2-certs { grid-template-columns: 1fr; }
    .cov2-cards article { min-height: 0; }
    .cov2-cards h3 { margin-top: 40px; }
    .cov2-journey article { min-height: 0; padding-right: 0; }
    .cov2-actions { flex-direction: column; align-items: stretch; }
    .cov2-actions--center .cov2-btn,
    .cov2-actions--center .cov2-btn-ghost { width: 100%; }
    .cov2-stats strong { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
    .cov2 * { scroll-behavior: auto !important; transition: none !important; }
}

/* Contact form ---------------------------------------------------------------------------- */

.cov2-contact { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 76px; align-items: center; text-align: left; }
.cov2-contact h1 { margin: 0; max-width: 520px; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.02; font-weight: 500; letter-spacing: -.055em; }
.cov2-contact__intro { max-width: 470px; margin: 24px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.cov2-contact__points { margin: 32px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(229,254,150,.2); list-style: none; }
.cov2-contact__points li { position: relative; padding: 7px 0 7px 20px; color: rgba(255,255,255,.72); font-size: 14px; }
.cov2-contact__points li:before { position: absolute; left: 0; color: var(--co-lime); content: "\21b3"; }

.cov2-form { padding: 32px; border: 1px solid rgba(229,254,150,.24); background: rgba(255,255,255,.04); text-align: left; }
.cov2-form__field { margin-bottom: 16px; }
.cov2-form label { display: block; margin-bottom: 7px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cov2-form input,
.cov2-form select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 4px; background: rgba(0,0,0,.24); color: #fff; font-family: inherit; font-size: 14px; }
.cov2-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgba(229,254,150,.8) 50%), linear-gradient(135deg, rgba(229,254,150,.8) 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.cov2-form option { background: var(--co-ink); color: #fff; }
.cov2-form input:focus,
.cov2-form select:focus { outline: none; border-color: var(--co-lime); }
.cov2-form input::placeholder { color: rgba(255,255,255,.32); }
/* Chrome paints autofilled fields pale blue, which breaks the dark form. */
.cov2-form input:-webkit-autofill,
.cov2-form input:-webkit-autofill:hover,
.cov2-form input:-webkit-autofill:focus { -webkit-text-fill-color: #fff; -webkit-box-shadow: 0 0 0 1000px #1b211c inset; caret-color: #fff; transition: background-color 9999s ease-in-out 0s; }
.cov2-form .cov2-btn { width: 100%; margin-top: 8px; }
.cov2-form__note { margin: 15px 0 0; color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.6; }
.cov2-form__note a { color: rgba(255,255,255,.7); text-decoration: underline; text-underline-offset: 3px; }
.cov2-form__status { margin: 14px 0 0; font-size: 13px; line-height: 1.6; }
.cov2-form__status[data-state="error"] { color: #ffb4a8; }
/* Must be display:none. Chrome autofills off-screen fields, which fires the
   honeypot against real people and silently rejects their enquiry. */
.cov2-form__hp { display: none; }

.cov2-thanks { padding: 40px 32px; border: 1px solid rgba(229,254,150,.24); background: rgba(229,254,150,.06); text-align: center; }
.cov2-thanks h2 { margin: 0 0 12px; font-size: 28px; font-weight: 600; letter-spacing: -.03em; }
.cov2-thanks p { margin: 0 0 8px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.6; }
.cov2-thanks a { color: var(--co-lime); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1100px) {
    .cov2-contact { grid-template-columns: 1fr; gap: 44px; }
}
@media (max-width: 560px) {
    .cov2-form { padding: 22px; }
}
