/**
 * MekryPro – etusivu (blueprint-tyyli)
 * @author Kaido Mägi
 * @copyright 2026
 */

/* ============================================================
   Blueprint variables (home page)
   ============================================================ */
body.home-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --home-bgTop: #070b14;
    --home-bgMid: #060a12;
    --home-bgBot: #050912;
    --home-mint: #3cb8a8;
    --home-mint2: #33d6ff;
    --home-sand: #ffd7a8;
    --home-text: rgba(255, 255, 255, 0.92);
    --home-muted: rgba(255, 255, 255, 0.7);
    --home-line: rgba(255, 255, 255, 0.12);
    --home-panel: rgba(255, 255, 255, 0.05);
    --home-shadowDeep: 0 38px 140px rgba(0, 0, 0, 0.7);
    --home-shadowCard: 0 18px 60px rgba(0, 0, 0, 0.5);
    --home-radius: 18px;
    --home-radius2: 30px;
    --home-max: 1280px;
    --home-pad: clamp(18px, 3vw, 36px);
    --home-h1: clamp(28px, 3.5vw, 48px);
    --home-h2: clamp(26px, 3vw, 40px);
    --home-h3: clamp(16px, 1.7vw, 20px);
}

/* Blueprint background gradient */
body.home-page {
    margin: 0 !important;
    padding-top: 56px; /* fixed topbar */
    background:
        radial-gradient(1200px 800px at 20% 12%, rgba(60, 184, 168, 0.07), transparent 62%),
        radial-gradient(1200px 800px at 82% 18%, rgba(51, 214, 255, 0.06), transparent 62%),
        radial-gradient(1400px 900px at 50% 92%, rgba(255, 215, 168, 0.04), transparent 65%),
        linear-gradient(180deg, var(--home-bgTop) 0%, var(--home-bgMid) 55%, var(--home-bgBot) 100%);
    color: var(--home-text);
    min-height: 100vh;
}

/* Blueprint grid (soft fade) */
body.home-page::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.22;
    background:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(1400px 900px at 50% 22%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.75) 45%, rgba(0, 0, 0, 0.2) 78%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(1400px 900px at 50% 22%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.75) 45%, rgba(0, 0, 0, 0.2) 78%, rgba(0, 0, 0, 0) 100%);
    transform: translateZ(0);
}

body.home-page::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    background:
        linear-gradient(rgba(60, 184, 168, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(60, 184, 168, 0.03) 1px, transparent 1px);
    background-size: 280px 280px;
    -webkit-mask-image: radial-gradient(1400px 900px at 50% 22%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.18) 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(1400px 900px at 50% 22%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.18) 80%, rgba(0, 0, 0, 0) 100%);
    transform: translateZ(0);
}

/* Vignette */
body.home-page .home-vignette {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(1200px 900px at 50% 25%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0.22) 100%);
    opacity: 0.9;
    transform: translateZ(0);
    z-index: 0;
}

/* Per-section theme background: blueprint gradient + grid + vignette */
body.home-page .home-theme-block {
    position: relative;
}

body.home-page .home-theme-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        radial-gradient(ellipse 130% 90% at 50% 50%, transparent 22%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.25) 100%),
        radial-gradient(900px 480px at 50% 0%, rgba(60, 184, 168, 0.07), transparent 58%),
        radial-gradient(900px 480px at 50% 100%, rgba(255, 215, 168, 0.035), transparent 58%),
        linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
        linear-gradient(rgba(60, 184, 168, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(60, 184, 168, 0.025) 1px, transparent 1px);
    background-size:
        100% 100%,
        900px 480px,
        900px 480px,
        56px 56px,
        56px 56px,
        280px 280px,
        280px 280px;
    background-position: 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat, repeat, repeat;
}

body.home-page .home-theme-block .landing-hero-content,
body.home-page .home-theme-block .home-about-wrap,
body.home-page .home-theme-block .home-how-wrap,
body.home-page .home-theme-block .pricing-container {
    position: relative;
    z-index: 1;
}

/* ============================================================
   Landing hero
   ============================================================ */
body.home-page .landing-hero {
    background: transparent;
    color: var(--home-text);
    text-align: left;
    padding: clamp(36px, 6.4vw, 86px) 0 54px;
    position: relative;
    z-index: 1;
}

body.home-page .landing-hero-content {
    max-width: var(--home-max);
    margin: 0 auto;
    padding: 0 var(--home-pad);
}

/* Hero grid (text + board) */
body.home-page .home-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(24px, 3.8vw, 58px);
    align-items: center;
}

@media (max-width: 980px) {
    body.home-page .home-hero-grid {
        grid-template-columns: 1fr;
    }
}

/* Kicker badge */
body.home-page .home-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid var(--home-line);
    background: var(--home-panel);
    color: var(--home-muted);
    font-size: 13px;
    font-weight: 850;
}

body.home-page .home-hero-kicker .home-kicker-rule {
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: rgba(255, 215, 168, 0.88);
    box-shadow: 0 0 0 6px rgba(255, 215, 168, 0.1);
}

/* Hero typography */
body.home-page .landing-hero h1 {
    font-size: var(--home-h1);
    line-height: 1.02;
    margin: 14px 0 12px;
    letter-spacing: -0.8px;
    color: var(--home-text);
}

body.home-page .home-hero-lead {
    color: var(--home-muted);
    font-size: clamp(16px, 1.7vw, 18px);
    line-height: 1.75;
    margin: 0 0 22px;
    max-width: 70ch;
}

/* CTAs */
body.home-page .home-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

body.home-page .home-hero-ctas .landing-cta {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: var(--home-text);
    padding: 8px 14px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

body.home-page .home-hero-ctas .landing-cta:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

/* Hero primary CTA (Start trial) – MekryPro button style */
body.home-page .home-hero-ctas .landing-cta.landing-cta-primary {
    border: 1px solid #6EE7B7;
    color: #0a0f18;
    background: #6EE7B7;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

body.home-page .home-hero-ctas .landing-cta.landing-cta-primary:hover {
    background: #5dd9a8;
    border-color: #5dd9a8;
    color: #0a0f18;
}

/* Trust mini badges */
body.home-page .home-hero-mini {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    font-size: 13px;
    color: var(--home-muted);
}

body.home-page .home-hero-mini span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

body.home-page .home-hero-mini .home-tick {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: rgba(60, 184, 168, 0.95);
    background: rgba(60, 184, 168, 0.25);
    border: 1px solid rgba(60, 184, 168, 0.5);
}

/* ============================================================
   Board mockup (3D perspective)
   ============================================================ */
body.home-page .home-board-wrap {
    position: relative;
}

body.home-page .home-board {
    border-radius: var(--home-radius2);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: var(--home-shadowDeep);
    overflow: hidden;
    transform: perspective(1100px) rotateX(8deg) rotateY(-10deg);
    transform-origin: center;
    transition: transform 0.18s ease;
    position: relative;
}

body.home-page .home-board::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 110px;
    background: radial-gradient(800px 140px at 30% 0%, rgba(255, 255, 255, 0.15), transparent 60%);
    pointer-events: none;
    opacity: 0.9;
}

body.home-page .home-board::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: var(--home-radius2);
    pointer-events: none;
}

body.home-page .home-board-wrap:hover .home-board {
    transform: perspective(1100px) rotateX(7deg) rotateY(-7deg) translateY(-2px);
}

@media (max-width: 980px) {
    body.home-page .home-board {
        transform: none;
    }
    body.home-page .home-board-wrap:hover .home-board {
        transform: none;
    }
}

/* Board header */
body.home-page .home-board-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(7, 11, 20, 0.35);
    color: var(--home-muted);
    font-size: 13px;
}

body.home-page .home-board-title {
    font-weight: 900;
    letter-spacing: 0.2px;
}

/* Tabs */
body.home-page .home-board-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

body.home-page .home-board-tab {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: var(--home-muted);
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
    user-select: none;
}

body.home-page .home-board-tab:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.2);
}

body.home-page .home-board-tab.active {
    background: linear-gradient(135deg, rgba(60, 184, 168, 0.18), rgba(255, 215, 168, 0.14));
    border-color: rgba(60, 184, 168, 0.28);
    color: var(--home-text);
}

/* Board body */
body.home-page .home-board-body {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 14px;
    padding: 16px;
}

@media (max-width: 560px) {
    body.home-page .home-board-body {
        grid-template-columns: 1fr;
    }
}

/* Blueprint SVG area */
body.home-page .home-blueprint {
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(11, 22, 48, 0.6), rgba(11, 22, 48, 0.35));
    box-shadow: var(--home-shadowCard);
    padding: 14px;
    position: relative;
    overflow: hidden;
    min-height: 340px;
}

body.home-page .home-blueprint svg {
    width: 100%;
    height: 320px;
    display: block;
    filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.38));
}

body.home-page .home-bp-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--home-muted);
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 900;
}

body.home-page .home-bp-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--home-muted);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

body.home-page .home-blueprint .home-glow {
    position: absolute;
    inset: -60px -60px auto auto;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle at 30% 30%, rgba(60, 184, 168, 0.24), transparent 60%);
    opacity: 0.85;
    filter: blur(2px);
    pointer-events: none;
}

/* Side panels */
body.home-page .home-board-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.home-page .home-board-panel-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.home-page .home-board-panel-group[hidden] {
    display: none !important;
}

body.home-page .home-board-panel {
    border-radius: var(--home-radius);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: var(--home-shadowCard);
    padding: 14px;
    min-height: 108px;
}

body.home-page .home-board-panel h4 {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 900;
    color: var(--home-text);
}

body.home-page .home-board-panel .home-row {
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    margin: 10px 0;
}

body.home-page .home-board-panel .home-row-sm {
    width: 60%;
}

body.home-page .home-board-panel .home-row-md {
    width: 78%;
}

body.home-page .home-board-panel .home-row-lg {
    width: 92%;
}

body.home-page .home-board-panel .home-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: var(--home-muted);
    font-size: 12px;
    font-weight: 900;
}

body.home-page .home-board-panel .home-chip b {
    color: var(--home-text);
}

/* ============================================================
   How it works section
   ============================================================ */
body.home-page .home-how-section {
    padding: 74px 0;
    position: relative;
    z-index: 1;
}

body.home-page .home-how-wrap {
    max-width: var(--home-max);
    margin: 0 auto;
    padding: 0 var(--home-pad);
}

body.home-page .home-how-section h2 {
    font-size: var(--home-h2);
    margin: 0 0 10px;
    letter-spacing: -0.3px;
    color: var(--home-text);
}

body.home-page .home-how-subtitle {
    margin: 0 0 28px;
    color: var(--home-muted);
    line-height: 1.75;
    max-width: 84ch;
    font-size: 16px;
}

body.home-page .home-how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 980px) {
    body.home-page .home-how-grid {
        grid-template-columns: 1fr;
    }
}

body.home-page .home-how-card {
    border-radius: var(--home-radius);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px;
    box-shadow: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

body.home-page .home-how-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.07);
}

body.home-page .home-how-badge {
    width: 34px;
    height: 34px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    color: rgba(4, 18, 26, 0.95);
    background: linear-gradient(135deg, rgba(60, 184, 168, 0.92), rgba(255, 215, 168, 0.86));
    box-shadow: none;
    margin-bottom: 10px;
}

body.home-page .home-how-card h3 {
    font-size: var(--home-h3);
    margin: 0 0 6px;
    color: var(--home-text);
}

body.home-page .home-how-card p {
    margin: 0;
    color: var(--home-muted);
    line-height: 1.6;
    font-size: 14px;
}

/* ============================================================
   About section (Mikä Mekry Pro on?)
   ============================================================ */
body.home-page .home-about-section {
    padding: 74px 0;
    position: relative;
    z-index: 1;
}

body.home-page .home-about-wrap {
    max-width: var(--home-max);
    margin: 0 auto;
    padding: 0 var(--home-pad);
}

body.home-page .home-about-section h2 {
    font-size: var(--home-h2);
    margin: 0 0 28px;
    letter-spacing: -0.3px;
    color: var(--home-text);
    text-align: center;
}

body.home-page .home-about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    body.home-page .home-about-grid {
        grid-template-columns: 1fr;
    }
}

body.home-page .home-about-card {
    border-radius: var(--home-radius);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px;
    box-shadow: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

body.home-page .home-about-card:hover {
    transform: translateY(-2px);
    border-color: rgba(60, 184, 168, 0.25);
    background: rgba(255, 255, 255, 0.06);
}

body.home-page .home-about-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(60, 184, 168, 0.9);
    background: rgba(60, 184, 168, 0.1);
    border: 1px solid rgba(60, 184, 168, 0.2);
    margin-bottom: 16px;
}

body.home-page .home-about-icon svg {
    flex-shrink: 0;
}

body.home-page .home-about-card p {
    margin: 0;
    color: var(--home-muted);
    line-height: 1.7;
    font-size: 15px;
}

/* Override landing sections on home for blueprint consistency */
body.home-page .landing-section {
    background: transparent;
    color: var(--home-text);
    position: relative;
    z-index: 1;
    padding: 74px 0;
}

body.home-page .landing-section-alt {
    background: rgba(255, 255, 255, 0.02);
    padding: 74px 0;
    position: relative;
    z-index: 1;
}

body.home-page .landing-section-alt.home-theme-block {
    background: transparent;
}

body.home-page .landing-section h2,
body.home-page .landing-section-alt h2 {
    font-size: var(--home-h2);
    margin: 0 0 10px;
    letter-spacing: -0.3px;
    color: var(--home-text);
    text-align: center;
}

body.home-page .home-theme-block .pricing-container {
    position: relative;
    z-index: 1;
    max-width: var(--home-max);
    margin: 0 auto;
    padding: 0 var(--home-pad);
}

body.home-page .pricing-container {
    max-width: var(--home-max);
    margin: 0 auto;
}

body.home-page .pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
}

body.home-page .pricing-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--home-text);
    border-radius: var(--home-radius);
    padding: 40px 32px;
    text-align: center;
    position: relative;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    box-shadow: none;
}

body.home-page .pricing-card:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.16);
}

body.home-page .pricing-card.recommended {
    border-color: rgba(60, 184, 168, 0.35);
    box-shadow: none;
}

body.home-page .pricing-card.recommended::before {
    content: attr(data-recommended);
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, rgba(60, 184, 168, 0.9), rgba(255, 215, 168, 0.85));
    color: #04121a;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

body.home-page .pricing-card h3 {
    font-size: 1.5rem;
    margin: 0 0 12px 0;
    color: var(--home-text);
    font-weight: 600;
}

body.home-page .pricing-card .pricing-description {
    font-size: 0.95rem;
    color: var(--home-muted);
    margin: 0 0 24px 0;
    line-height: 1.5;
}

body.home-page .pricing-card .price {
    font-size: 3rem;
    font-weight: 700;
    color: rgba(60, 184, 168, 0.95);
    margin: 24px 0 8px 0;
    line-height: 1;
}

body.home-page .pricing-card .price span {
    font-size: 1rem;
    color: var(--home-muted);
    font-weight: 400;
}

body.home-page .pricing-card .price-yearly {
    font-size: 0.9rem;
    color: var(--home-muted);
    margin: 12px 0 24px 0;
}

body.home-page .pricing-card ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

body.home-page .pricing-card ul li {
    margin: 12px 0;
    padding-left: 24px;
    position: relative;
    color: var(--home-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

body.home-page .pricing-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: rgba(60, 184, 168, 0.95);
    font-weight: 700;
}

/* 14-day trial CTA – MekryPro button style */
body.home-page .pricing-card .pricing-cta {
    display: inline-block;
    width: 100%;
    margin-top: 24px;
    padding: 0.5rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    background: #6EE7B7;
    color: #0a0f18;
    border: 1px solid #6EE7B7;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

body.home-page .pricing-card .pricing-cta:hover {
    background: #5dd9a8;
    border-color: #5dd9a8;
    color: #0a0f18;
    text-decoration: none;
}

body.home-page .pricing-card .pricing-note {
    margin-top: 20px;
    font-size: 0.875rem;
    color: var(--home-muted);
    line-height: 1.5;
}

body.home-page .pricing-link {
    color: rgba(60, 184, 168, 0.9);
    text-decoration: underline;
    transition: color 0.2s ease;
}

body.home-page .pricing-link:hover {
    color: var(--home-mint);
}

body.home-page .pricing-trial-info {
    text-align: center;
    color: var(--home-muted);
    font-size: 15px;
    margin: 0 0 40px;
}

@media (max-width: 980px) {
    body.home-page .pricing-grid {
        grid-template-columns: 1fr;
    }
}

body.home-page .hero-description {
    color: var(--home-muted);
    font-size: 14px;
}
body.home-page .hero-link {
    color: rgba(60, 184, 168, 0.9);
}
body.home-page .hero-link:hover {
    color: var(--home-mint);
}
