.header-link { display: inline-flex; align-items: center; }
.home-hero { min-height: 620px; display: grid; grid-template-columns: 1.05fr .8fr; align-items: center; gap: 8vw; padding: 55px 0 90px; }
.home-copy h1 { max-width: 760px; }
.home-copy > p { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 32px; }
.home-button { padding: 15px 23px; }
.text-link { font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 35px; color: #4f6958; font-size: 11px; font-weight: 800; }
.hero-demo { background: #13161d; color: #fff; border-radius: 22px; padding: 25px; transform: rotate(1.4deg); box-shadow: 0 35px 70px rgba(16,18,23,.22); }
.demo-top { display: flex; align-items: center; gap: 10px; padding-bottom: 19px; border-bottom: 1px solid #30343c; }
.demo-top small { color: #818792; font-size: 9px; letter-spacing: 1.4px; }
.demo-top b { margin-left: auto; font-family: "Space Grotesk"; }
.demo-message { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 20px 0; border-bottom: 1px solid #30343c; }
.demo-message > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--mint); color: #193c29; font-size: 11px; font-weight: 800; }
.demo-message.muted > span { background: var(--purple); color: #3d3371; }
.demo-message p { margin: 5px 0; color: #c5cad2; font-size: 12px; }
.demo-message small { color: #707680; font-size: 8px; letter-spacing: 1px; }
.demo-balance { display: grid; grid-template-columns: 1fr auto; margin-top: 22px; padding: 19px; border-radius: 13px; color: var(--ink); background: #f3f0e9; }
.demo-balance small { font-size: 8px; letter-spacing: 1px; }
.demo-balance strong { grid-row: 2; font-family: "Space Grotesk"; font-size: 25px; }
.demo-balance i { grid-column: 2; grid-row: 1 / 3; align-self: center; padding: 5px 7px; background: var(--mint); border-radius: 6px; color: #27704a; font-size: 10px; font-style: normal; font-weight: 800; }
.home-section { padding: 75px 0; border-top: 1px solid var(--line); }
.section-kicker { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: 1.5px; }
.home-section > h2, .plans-home h2 { max-width: 620px; margin: 15px 0 35px; font-size: 39px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.feature-grid article { min-height: 230px; padding: 28px; background: rgba(255,255,255,.75); border: 1px solid var(--line); border-radius: 16px; }
.feature-grid article > span { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 37px; border-radius: 12px; background: var(--purple); font-size: 21px; }
.feature-grid article:nth-child(2) > span { background: #ffe1d8; }
.feature-grid article:nth-child(3) > span { background: var(--mint); }
.feature-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.plans-home { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.price-home { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.price-home article { padding: 28px; background: white; border: 1px solid var(--line); border-radius: 17px; }
.price-home article.dark { background: var(--ink); color: white; border-color: var(--ink); }
.price-home small { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: 1.4px; }
.price-home strong { display: block; margin: 35px 0 12px; font-family: "Space Grotesk"; font-size: 43px; }
.price-home strong i { color: var(--muted); font: 600 11px Manrope; }
.price-home p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.home-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 65px; padding: 45px 50px; border-radius: 20px; background: var(--purple); }
.home-cta h2 { margin: 10px 0; font-size: 38px; }
.home-cta p { margin: 0; color: #645d80; }
@media (max-width: 900px) { .home-hero { grid-template-columns: 1fr; } .hero-demo { max-width: 560px; } .plans-home { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .header-actions .header-link.ghost { display: none; } .header-actions .header-link.primary { padding: 9px 11px; font-size: 10px; } .home-hero { padding-top: 35px; } .home-copy h1 { font-size: 45px; } .hero-actions { align-items: stretch; flex-direction: column; } .home-button { justify-content: center; text-align: center; } .feature-grid, .price-home { grid-template-columns: 1fr; } .home-section > h2, .plans-home h2 { font-size: 32px; } .home-cta { align-items: stretch; flex-direction: column; padding: 32px 25px; } }
