/* New dark-theme redesign for the homepage, matching the Stitch mockups.
   Scoped additively after styles.css so other pages stay untouched. */
:root{
  --hr-bg:#090914;
  --hr-panel:#11111b;
  --hr-line:rgba(255,255,255,.1);
  --hr-text:#f7f6ff;
  --hr-muted:#aaa6bc;
  --hr-violet:#7b65ff;
  --hr-violet-dark:#5d43ee;
  --hr-violet-light:#9d8fff;
  --hr-green:#4ed899;
}
body{background:var(--hr-bg);color:var(--hr-text)}
.brand-logo{height:44px;width:auto;border-radius:10px;display:block}
.footer-brand .brand-logo{height:52px}
.cta-mark{width:72px;height:72px;border-radius:16px;display:block;margin:0 auto}
.nav{background:var(--hr-bg)}
.brand{color:var(--hr-text)}
.nav-links{color:var(--hr-muted)}
.nav-links a:hover{color:var(--hr-violet-light)}
.nav-cta,.primary{background:linear-gradient(135deg,var(--hr-violet),var(--hr-violet-dark));box-shadow:0 12px 28px rgba(123,101,255,.28)}
.nav-cta:hover,.primary:hover{box-shadow:0 16px 34px rgba(123,101,255,.36)}
.language-switch{color:var(--hr-muted)}
.pill{background:var(--hr-panel);border-color:rgba(123,101,255,.35);color:var(--hr-violet-light)}
.pill i{background:var(--hr-violet)}
h1{color:var(--hr-text)}
h1 span{color:var(--hr-violet-light)}
h1 span.ink,.hero h1 .ink{color:var(--hr-text)!important}
.lead{color:var(--hr-muted)}
.microcopy{color:#7d798e}
.text-link{color:var(--hr-text)}
.text-link span{color:var(--hr-violet-light)}

/* Stitch design tokens: max-w-container-max 1280px, margin-desktop 40px,
   margin-mobile 16px, gutter 24px, display-lg 48/60 -0.02em 700,
   display-lg-mobile 32/40 700, body-lg 18/28, title-lg 20/28 600. */
.hero-stitch{width:100%;min-height:85vh;display:flex;align-items:center;justify-content:center;padding:80px 40px}
.hero-stitch-grid{max-width:1280px;width:100%;margin-inline:auto;display:grid;grid-template-columns:repeat(12,1fr);gap:24px;align-items:center}
.hero-stitch-copy{grid-column:span 6;display:flex;flex-direction:column;align-items:flex-start;gap:32px}
.hero-stitch-copy h1{margin:0;font-size:48px;line-height:60px;letter-spacing:-.02em;font-weight:700}
.hero-stitch-copy .lead{margin:0;max-width:32em;font-size:18px;line-height:28px}
.hero-stitch-actions{display:flex;flex-wrap:wrap;gap:16px}
.hero-btn-primary,.hero-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:20px 40px;border-radius:16px;font-size:20px;line-height:28px;font-weight:600;border:0;cursor:pointer;transition:.2s;transform:translateY(0)}
.hero-btn-primary{background:var(--hr-violet);color:#fff;box-shadow:0 20px 40px rgba(123,101,255,.2)}
.hero-btn-primary:hover{background:var(--hr-violet-dark);transform:translateY(-4px)}
.hero-btn-secondary{background:var(--hr-panel);color:var(--hr-text)}
.hero-btn-secondary:hover{background:#292934}

.hero-visual{position:relative;width:100%;max-width:560px;margin-inline:auto;margin-top:0}
.hero-visual-inner,.hero-visual{transform:rotate(3deg);transition:transform .7s}
.hero-visual:hover{transform:rotate(0deg)}
.hero-visual-img{display:block;width:100%;height:auto;border-radius:16px;background:var(--hr-panel);box-shadow:inset 0 0 0 1px rgba(0,0,0,.4)}
.hero-visual::before{content:"";position:absolute;inset:-16px;z-index:-1;border-radius:24px;background:var(--hr-panel);border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 50px -12px rgba(0,0,0,.5)}
.hero-badge{position:absolute;top:-24px;right:-24px;display:flex;align-items:center;gap:12px;padding:16px;border-radius:16px;background:#34343f;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 44px rgba(0,0,0,.5);animation:hero-badge-bounce 2.4s ease-in-out infinite}
.hero-badge-icon{width:48px;height:48px;flex:none;display:grid;place-items:center;border-radius:12px;background:rgba(0,165,109,.3);color:var(--hr-green);font-size:18px}
.hero-badge b{display:block;color:var(--hr-text);font-size:13px}
.hero-badge small{display:block;color:var(--hr-muted);font-size:11px;margin-top:2px}
@keyframes hero-badge-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media(max-width:1024px){.hero-stitch-copy{grid-column:span 12}.hero-visual{margin-top:32px}}
@media(max-width:700px){.hero-stitch{padding:32px 16px 56px;min-height:0}.hero-stitch-copy h1{font-size:32px;line-height:40px}.hero-btn-primary,.hero-btn-secondary{padding:16px 28px;font-size:16px}.hero-visual{transform:none;max-width:100%}.hero-visual:hover{transform:none}.hero-badge{right:8px;top:-16px;padding:12px}}

.showcase-copy>span{color:var(--hr-violet-light)}

/* Stitch "Three Steps" section: py-24(96px), bg surface-container-low,
   grid-cols-3 gap-gutter(24px), card p-8(32px) rounded-3xl(24px). */
.how-stitch{width:100%;padding:96px 0;background:#161620}
.how-stitch-inner{max-width:1280px;width:calc(100% - 80px);margin-inline:auto}
.how-stitch-heading{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;margin-bottom:64px}
.how-stitch-heading h2{margin:0;font-size:24px;line-height:32px;font-weight:600;color:var(--hr-text)}
.how-stitch-bar{width:96px;height:4px;border-radius:99px;background:var(--hr-violet)}
.how-stitch .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.how-stitch .steps article{padding:32px;border-radius:24px;background:var(--hr-bg);border:1px solid rgba(255,255,255,.05);transition:.3s}
.how-stitch .steps article:hover{background:#34343f}
.step-icon{width:64px;height:64px;border-radius:16px;display:grid;place-items:center;margin-bottom:32px;background:rgba(123,101,255,.18);color:var(--hr-violet-light);font-size:26px}
.step-icon.accent{background:linear-gradient(135deg,var(--hr-violet),var(--hr-violet-dark));color:#fff}
.step-icon.dark{background:#050509;color:#fff}
.step-tag{display:block;font-size:12px;font-weight:500;letter-spacing:.05em;color:var(--hr-violet-light);margin-bottom:8px}
.how-stitch .steps h3{margin:0 0 16px;font-size:24px;line-height:32px;font-weight:600;color:var(--hr-text)}
.how-stitch .steps p{margin:0;color:var(--hr-muted);font-size:16px;line-height:24px}
@media(max-width:900px){.how-stitch .steps{grid-template-columns:1fr}}
@media(max-width:700px){.how-stitch{padding:56px 0}.how-stitch-inner{width:calc(100% - 32px)}.how-stitch-heading{margin-bottom:40px}}

.final-cta{background:var(--hr-panel)}
.cta-mark{background:linear-gradient(135deg,var(--hr-violet),var(--hr-violet-dark))}
.final-cta p{color:var(--hr-muted)}
.cta-trustmarks{display:flex;align-items:center;justify-content:center;gap:32px;margin-top:48px;opacity:.55;filter:grayscale(1)}
.cta-trustmarks span{font-size:12px;font-weight:700;color:var(--hr-muted);letter-spacing:.02em}
@media(max-width:700px){.cta-trustmarks{gap:18px;flex-wrap:wrap}}

/* New homepage sections, per the updated Stitch home screen. */
.hero2{position:relative;width:100%;min-height:80vh;display:flex;align-items:center;padding:100px 40px 60px;overflow:hidden}
.hero2-bg{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 85% 0%,rgba(123,101,255,.12),transparent 45%),radial-gradient(circle at 0% 100%,rgba(78,216,153,.06),transparent 40%)}
.hero2-grid{max-width:1280px;width:100%;margin-inline:auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.hero2-copy{display:flex;flex-direction:column;align-items:flex-start;gap:20px}
.hero2-kicker{padding:6px 16px;border-radius:99px;background:var(--hr-panel);color:var(--hr-violet-light);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.hero2-copy h1{margin:0;font-size:48px;line-height:1.1;font-weight:700;max-width:15ch}
.hero2-copy h1 .text-primary{color:var(--hr-violet-light);font-style:italic}
.hero2-copy>p{margin:0;color:var(--hr-muted);font-size:18px;line-height:1.7;max-width:45ch}
.hero2-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:20px;margin-top:8px}
.hero2-cta{border:0;padding:20px 40px;border-radius:99px;background:var(--hr-violet);color:#fff;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 16px 34px rgba(123,101,255,.28);transition:.2s}
.hero2-cta:hover{background:var(--hr-violet-dark);transform:scale(1.03)}
.hero2-checks{display:flex;flex-direction:column;gap:6px}
.hero2-checks span{color:var(--hr-text);font-size:12px}
@media(max-width:1024px){.hero2-grid{grid-template-columns:1fr}.hero2{padding:110px 20px 40px}}
@media(max-width:700px){.hero2{padding-top:90px}.hero2-copy h1{font-size:32px;max-width:none}.hero2-copy>p{font-size:15px}.hero2-actions{width:100%}.hero2-cta{width:100%;padding:16px 24px;font-size:14px;white-space:nowrap}}

.audience{padding:50px 0;background:var(--hr-panel)}
.audience-row{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;flex-wrap:wrap;justify-content:center;gap:16px}
.audience-row span{padding:14px 28px;border-radius:16px;background:var(--hr-bg);border:1px solid rgba(255,255,255,.05);color:var(--hr-muted);font-size:16px;transition:.2s}
.audience-row span:hover{border-color:rgba(123,101,255,.4)}

.ai-value{padding:100px 40px;background:var(--hr-bg)}
.ai-value-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.ai-value-copy h2{margin:0 0 24px;font-size:34px;line-height:1.25}
.ai-value-copy>p{margin:0 0 24px;color:var(--hr-muted);font-size:17px;line-height:1.8}
.ai-value-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.ai-value-list li{padding-inline-start:26px;position:relative;color:var(--hr-text);font-size:14px}
.ai-value-list li::before{content:"✓";position:absolute;inset-inline-start:0;color:var(--hr-green)}
.ai-value-card{background:var(--hr-panel);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:32px;box-shadow:0 30px 60px rgba(0,0,0,.3)}
.ai-value-card-head{display:flex;align-items:center;gap:14px;margin-bottom:24px}
.ai-value-ic{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:rgba(123,101,255,.18);color:var(--hr-violet-light)}
.ai-value-card-head b{font-size:15px}
.ai-value-lines{padding:16px;border-radius:12px;background:rgba(123,101,255,.06);border:1px solid rgba(123,101,255,.2);margin-bottom:20px;display:flex;flex-direction:column;gap:8px}
.ai-value-lines span{display:block;height:8px;border-radius:4px;background:rgba(255,255,255,.08)}
.ai-value-lines span:first-child{width:90px;background:rgba(123,101,255,.35)}
.ai-value-samples{display:flex;flex-direction:column;gap:12px}
.ai-value-samples div{color:var(--hr-green);font-size:13px}
.ai-value-samples span{color:var(--hr-muted);font-style:italic}
@media(max-width:1024px){.ai-value-grid{grid-template-columns:1fr}.ai-value{padding:70px 20px}}

.cv-promo{padding:60px 40px;background:var(--hr-panel)}
.cv-promo-card{max-width:1280px;margin:0 auto;padding:64px 40px;border-radius:32px;text-align:center;background:linear-gradient(135deg,rgba(123,101,255,.12),rgba(78,216,153,.08));border:1px solid rgba(123,101,255,.15)}
.cv-promo-ic{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#fff;font-size:28px;margin-bottom:20px}
.cv-promo-card h2{margin:0 0 16px;font-size:30px}
.cv-promo-card p{margin:0 0 28px;color:var(--hr-muted);font-size:16px;max-width:560px;margin-inline:auto}
.cv-promo-cta{display:inline-block;padding:16px 40px;border:2px solid var(--hr-violet);border-radius:99px;color:var(--hr-violet-light);text-decoration:none;font-weight:700;transition:.2s}
.cv-promo-cta:hover{background:var(--hr-violet);color:#fff}

.pricing-teaser{padding:100px 40px;text-align:center}
.pricing-teaser h2{margin:0 0 40px;font-size:32px}
.pricing-teaser-grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}
.pricing-teaser-card{padding:40px 28px;border-radius:28px;background:var(--hr-panel);border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:center;gap:16px}
.pricing-teaser-card.featured{border-color:var(--hr-violet);box-shadow:0 24px 60px rgba(123,101,255,.18)}
.pricing-teaser-badge{padding:5px 14px;border-radius:99px;background:rgba(78,216,153,.12);color:var(--hr-green);font-size:11px;font-weight:700}
.pricing-teaser-card.featured .pricing-teaser-badge{background:rgba(123,101,255,.16);color:var(--hr-violet-light)}
.pricing-teaser-price{display:flex;align-items:baseline;gap:8px}
.pricing-teaser-price b{font-size:44px}
.pricing-teaser-price span{color:var(--hr-muted);font-size:13px}
.pricing-teaser-card ul{list-style:none;margin:0;padding:20px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);width:100%;display:flex;flex-direction:column;gap:12px;text-align:start}
.pricing-teaser-card ul li{color:var(--hr-muted);font-size:13px}
.pricing-teaser-card ul li span{color:var(--hr-text)}
.pricing-teaser-cta{width:100%;border:0;padding:16px;border-radius:14px;background:var(--hr-violet);color:#fff;font-weight:700;cursor:pointer}
.pricing-teaser-cta:hover{background:var(--hr-violet-dark)}
.pricing-teaser-link{display:inline-block;margin-top:28px;color:var(--hr-violet-light);font-size:13px;text-decoration:none}
@media(max-width:860px){.pricing-teaser-grid{grid-template-columns:1fr;max-width:440px}}

.samples{padding:100px 0;background:var(--hr-panel);overflow:hidden}
.samples-head{max-width:1280px;margin:0 auto 48px;padding:0 40px}
.samples-head span{display:block;color:var(--hr-violet-light);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
.samples-head h2{margin:0;font-size:32px}
.samples-row{display:flex;gap:28px;padding:0 40px;overflow-x:auto;scroll-snap-type:x mandatory}
.sample-card{flex:none;width:320px;scroll-snap-align:start;cursor:default}
.sample-img{position:relative;aspect-ratio:3/4;border-radius:24px;overflow:hidden;background:var(--hr-bg)}
.sample-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.sample-card:hover .sample-img img{transform:scale(1.08)}
.sample-img span{position:absolute;inset:auto 0 0;padding:32px 20px 20px;background:linear-gradient(transparent,rgba(0,0,0,.85));color:#fff;font-size:13px;opacity:0;transition:opacity .25s}
.sample-card:hover .sample-img span{opacity:1}
.sample-card h4{margin:18px 0 0;font-size:16px;color:var(--hr-text)}
@media(max-width:700px){.sample-card{width:220px}}

.footer{border-color:var(--hr-line);flex-direction:column;align-items:stretch;gap:0;min-height:0;padding-block:56px 28px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px;margin-bottom:48px}
.footer-brand p{margin:16px 0 0;color:var(--hr-muted);font-size:13px;line-height:1.8;max-width:340px}
.footer-col{display:flex;flex-direction:column;gap:14px}
.footer-col h4{margin:0;font-size:15px;color:var(--hr-text)}
.footer-col a{color:var(--hr-muted);font-size:13px}
.footer-col a:hover{color:var(--hr-violet-light)}
.footer-contact-icons{display:flex;gap:14px}
.footer-contact-icons a{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.05);color:var(--hr-muted);font-size:14px}
.footer-contact-icons a:hover{color:var(--hr-violet-light)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:28px;border-top:1px solid var(--hr-line)}
.footer-bottom p{margin:0;color:#7d798e;font-size:12px}
@media(max-width:700px){.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;align-items:flex-start}}
