/* ════════════════════════════════════════════════════
   pages.css — Shared styles for all non-homepage pages
   Use cases, Branchen, Vergleich, Blog, etc.
════════════════════════════════════════════════════ */

/* ── LEGAL PAGES ───────────────────────────────────── */
.legal-page{padding:0 0 120px}
.legal-header{padding:160px 0 48px;text-align:center;border-bottom:1px solid var(--border);margin-bottom:64px}
.legal-header h1{font-family:'Satoshi',sans-serif;font-size:clamp(28px,4vw,44px);font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:12px}
.legal-header p{font-size:15px;color:var(--text-3)}
.legal-content{max-width:760px;margin:0 auto}
.legal-content h2{font-family:'Satoshi',sans-serif;font-size:20px;font-weight:700;letter-spacing:-.02em;color:var(--text);margin:48px 0 12px;padding-top:8px;border-top:1px solid var(--border)}
.legal-content h2:first-child{margin-top:0;border-top:none}
.legal-content h3{font-family:'Satoshi',sans-serif;font-size:16px;font-weight:600;color:var(--text);margin:28px 0 8px}
.legal-content p{font-size:14px;line-height:1.75;color:var(--text-2);margin-bottom:14px}
.legal-content ul,.legal-content ol{padding-left:20px;margin-bottom:14px}
.legal-content li{font-size:14px;line-height:1.75;color:var(--text-2);margin-bottom:4px}
.legal-content strong{color:var(--text);font-weight:600}
.legal-content table{width:100%;border-collapse:collapse;font-size:13px;margin:20px 0 24px}
.legal-content table th{background:var(--bg-2);font-weight:600;color:var(--text);padding:10px 12px;text-align:left;border:1px solid var(--border)}
.legal-content table td{padding:9px 12px;border:1px solid var(--border);color:var(--text-2);vertical-align:top}
.legal-info-box{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-xl);padding:24px 28px;margin-bottom:40px}
.legal-info-box p{margin:0;font-size:14px;color:var(--text-2);line-height:1.7}
.legal-info-box strong{color:var(--text)}
.legal-stand{font-size:12px;color:var(--text-4);margin-top:48px;padding-top:24px;border-top:1px solid var(--border)}
@media(max-width:768px){
  .legal-content table{display:block;overflow-x:auto}
  .legal-header{padding:100px 0 36px}
}

/* ── BUTTONS (page-specific variants) ─────────────── */
.btn-accent{background:linear-gradient(135deg,#065F46 0%,#0A7A5A 55%,#0DA574 100%);color:#fff}
.btn-accent:hover{background:linear-gradient(135deg,#054D39 0%,#065F46 55%,#0A7A5A 100%);transform:translateY(-1px);box-shadow:0 8px 32px rgba(6,95,70,0.32)}

/* ── PAGE HERO (centered — vergleich, blog, etc.) ─── */
.page-hero{padding:140px 0 80px;position:relative;overflow:hidden;text-align:center}
.page-hero-bg{
  position:absolute;inset:0;
  background-image:radial-gradient(circle,rgba(33,37,41,0.06) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:radial-gradient(ellipse 80% 70% at 50% 0,black 20%,transparent 100%);
}
.page-hero-orb{position:absolute;border-radius:50%;filter:blur(80px)}
.page-hero-orb:nth-child(1){width:600px;height:600px;background:rgba(6,95,70,0.04);top:-200px;left:-100px}
.page-hero-orb:nth-child(2){width:500px;height:500px;background:rgba(6,95,70,0.03);top:-100px;right:-80px}
.page-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}
.page-h1{font-family:'Satoshi',sans-serif;font-size:clamp(28px,4vw,50px);font-weight:800;letter-spacing:-.04em;line-height:1.05;margin-bottom:22px}
.page-h1 em{font-style:normal;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 55%,#0DA574 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.page-sub{font-size:16px;color:var(--text-3);line-height:1.72;max-width:580px;margin:0 auto 40px}
.page-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* ── LANDING HERO (2-col with browser mockup) ─────── */
.hero{padding:144px 0 80px;position:relative;overflow:hidden}
.hero.bg-2{background:var(--bg-2)}
.hero-mesh{position:absolute;inset:0;z-index:0;pointer-events:none}
.hero-orb{position:absolute;border-radius:50%;filter:blur(90px)}
.hero-orb:nth-child(1){width:500px;height:500px;background:rgba(6,95,70,0.05);top:-120px;left:-60px;animation:orb 16s ease-in-out infinite alternate}
.hero-orb:nth-child(2){width:420px;height:420px;background:rgba(10,122,90,0.04);bottom:-80px;right:-40px;animation:orb 20s ease-in-out infinite alternate-reverse}
@keyframes orb{0%{transform:translate(0,0)}100%{transform:translate(30px,20px) scale(1.05)}}
.hero-dots{
  position:absolute;inset:0;
  background-image:radial-gradient(circle,rgba(33,37,41,0.06) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:radial-gradient(ellipse 80% 70% at 50% 0,black 20%,transparent 100%);
}
.hero-content{position:relative;z-index:1}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.hero-split{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}

/* hero badge / pill */
.hero-badge{
  display:inline-flex;align-items:center;gap:7px;
  background:var(--accent-soft);border:1px solid var(--accent-border);
  color:var(--accent);font-size:12px;font-weight:600;letter-spacing:.03em;
  padding:5px 14px 5px 9px;border-radius:40px;margin-bottom:24px;
}
.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#065F46 0%,#0DA574 100%);animation:pulse 2.4s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.72)}}

/* hero typography */
.hero h1{font-family:'Satoshi',sans-serif;font-size:clamp(26px,3vw,42px);font-weight:800;letter-spacing:-.035em;line-height:1.1;color:var(--text);margin-bottom:20px}
.hero h1 em{font-style:normal;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 55%,#0DA574 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-sub{font-size:16px;color:var(--text-3);line-height:1.7;margin-bottom:36px}
.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}
.hero-ctas.centered{justify-content:center;margin-bottom:56px}
.hero-trust{display:flex;flex-wrap:wrap;gap:16px}
.hero-trust-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-4)}
.hero-trust-item svg{width:14px;height:14px;stroke:var(--accent);stroke-width:2;fill:none}

/* hero visual */
.hero-visual-wrap{position:relative}
.hero-visual{position:relative}
.hero-screenshot{max-width:900px;margin:0 auto}

/* floating stat cards */
.stat-float{position:absolute;background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);padding:12px 18px;box-shadow:var(--sh-lg);animation:float 5s ease-in-out infinite}
.stat-float:nth-child(2){animation-delay:-2s;animation-duration:6.5s}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.sf-top{top:12%;right:-32px}
.sf-bot{bottom:18%;left:-32px}
.stat-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-4);margin-bottom:2px}
.stat-val{font-family:'Satoshi',sans-serif;font-size:22px;font-weight:800;letter-spacing:-.03em;color:var(--text)}
.stat-val.green{background:linear-gradient(135deg,#065F46 0%,#0A7A5A 55%,#0DA574 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.stat-note{font-size:11px;color:var(--text-3)}

/* inline stat cards (ecommerce variant) */
.hero-stat-cards{display:flex;flex-direction:column;gap:10px;position:absolute;right:-16px;top:50%;transform:translateY(-50%)}
.hero-stat-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:12px 16px;box-shadow:var(--sh-md);white-space:nowrap}
.hero-stat-card-val{font-family:'Satoshi',sans-serif;font-size:20px;font-weight:800;letter-spacing:-.03em;color:var(--accent);line-height:1}
.hero-stat-card-label{font-size:11px;color:var(--text-3);margin-top:3px}

/* ── BROWSER MOCKUP ────────────────────────────────── */
.browser-chrome{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-2xl) var(--r-2xl) 0 0;padding:14px 18px;display:flex;align-items:center;gap:12px}
.browser-dots{display:flex;gap:6px}
.browser-dot{width:11px;height:11px;border-radius:50%}
.browser-dot:nth-child(1){background:#FF5F57}
.browser-dot:nth-child(2){background:#FFBD2E}
.browser-dot:nth-child(3){background:#28C840}
.browser-url{flex:1;max-width:260px;margin:0 auto;background:var(--border);border-radius:7px;padding:5px 14px;font-size:12px;color:var(--text-3);text-align:center}
.browser-screen{border:1px solid var(--border);border-top:none;border-radius:0 0 var(--r-2xl) var(--r-2xl);overflow:hidden;background:var(--bg-2);box-shadow:var(--sh-xl)}
.browser-screen img{width:100%;display:block}

/* ── SHARED TEXT COMPONENTS ────────────────────────── */
.eyebrow-tag{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}
.eyebrow-tag::before{content:'';display:block;width:14px;height:2px;background:var(--accent);border-radius:2px}
.section-h2{font-family:'Satoshi',sans-serif;font-size:clamp(26px,3.5vw,42px);font-weight:800;letter-spacing:-.034em;line-height:1.1;margin-bottom:20px}
.section-lead{font-size:17px;color:var(--text-3);line-height:1.75;margin-bottom:24px}
.section-body{font-size:15px;color:var(--text-2);line-height:1.8}
.section-body p+p{margin-top:16px}
.problem-text-col{max-width:680px}

/* ── STATS BAND ────────────────────────────────────── */
.stats-band{padding:56px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:center}
.stat-item-val{font-family:'Satoshi',sans-serif;font-size:48px;font-weight:800;letter-spacing:-.04em;color:var(--accent);line-height:1}
.stat-item-label{font-size:14px;color:var(--text-3);margin-top:8px;line-height:1.5}

/* ── PROBLEM SECTION ───────────────────────────────── */
.problem-section{padding:88px 0}
.problem-section.bg-2{background:var(--bg-2)}
/* 2-col layout (neukundenakquise) */
.problem-grid{display:grid;grid-template-columns:1fr 0.48fr;gap:48px;align-items:center}
.problem-cards{display:flex;flex-direction:column;gap:16px}
.problem-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-xl);padding:24px;display:flex;gap:16px;align-items:flex-start}
.problem-card.flat{display:block;background:var(--bg-2);padding:28px}
.problem-icon{width:40px;height:40px;border-radius:var(--r-md);background:rgba(255,90,90,0.08);border:1px solid rgba(255,90,90,0.16);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.problem-icon svg{width:18px;height:18px;stroke:#D94F4F;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.problem-card h4{font-family:'Satoshi',sans-serif;font-size:14px;font-weight:700;margin-bottom:4px}
.problem-card p{font-size:13px;color:var(--text-3);line-height:1.65}
/* 3-col grid (bestandskunden / ecommerce) */
.problems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
.problem-num{font-family:'Satoshi',sans-serif;font-size:32px;font-weight:800;letter-spacing:-.04em;color:var(--border);margin-bottom:12px;line-height:1}
.problem-card.flat h4{font-family:'Satoshi',sans-serif;font-size:15px;font-weight:800;letter-spacing:-.01em;margin-bottom:8px}

/* Problem-Video (Branchen) */
.problem-video-wrap{border-radius:var(--r-xl);overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,0.10);border:1px solid var(--border)}
.problem-video-wrap video{width:100%;display:block;max-height:320px;object-fit:cover}
.problem-cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:56px}
@media(max-width:900px){.problem-cards-row{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.problem-cards-row{grid-template-columns:1fr}}

/* ── SOLUTION SECTION ──────────────────────────────── */
.solution-section{padding:88px 0}
.solution-section.bg-2{background:var(--bg-2)}

/* stepped layout (neukundenakquise) */
.solution-steps{display:flex;flex-direction:column}
.step-row{display:grid;grid-template-columns:200px 1fr;gap:48px;align-items:start;padding:40px 0;border-bottom:1px solid var(--border)}
.step-row:last-child{border-bottom:none}
.step-num-big{font-family:'Satoshi',sans-serif;font-size:64px;font-weight:800;letter-spacing:-.05em;color:var(--bg-3);line-height:1;padding-top:8px}
.step-content{}
.step-icon-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.step-img{margin-top:20px;border-radius:var(--r-xl);border:1px solid var(--border);overflow:hidden;box-shadow:var(--sh-md)}
.step-img img{width:100%;display:block}

/* grid layout (bestandskunden / ecommerce) */
.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:56px}
.solution-grid:last-child{margin-bottom:0}
.solution-grid.flip{direction:rtl}
.solution-grid.flip>*{direction:ltr}
.step-browser-wrap{border-radius:var(--r-2xl);overflow:hidden;box-shadow:var(--sh-xl)}
.step-browser-wrap .browser-chrome{border-radius:var(--r-2xl) var(--r-2xl) 0 0}
.step-browser-wrap .browser-screen{border-radius:0 0 var(--r-2xl) var(--r-2xl)}

/* shared step components */
.step-icon{width:40px;height:40px;border-radius:var(--r-md);background:var(--accent-soft);border:1px solid var(--accent-border);display:flex;align-items:center;justify-content:center}
.step-icon.lg{width:44px;height:44px;margin-bottom:18px}
.step-icon svg{width:18px;height:18px;stroke:var(--accent);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.step-icon.lg svg{width:20px;height:20px}
.step-tag{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:10px}
.step-h3{font-family:'Satoshi',sans-serif;font-size:20px;font-weight:800;letter-spacing:-.025em;margin-bottom:10px}
.step-h3.lg{font-size:22px;margin-bottom:12px}
.step-desc{font-size:14px;color:var(--text-3);line-height:1.75}
.step-desc.lg{font-size:15px}

/* ── RELATED USE CASES ─────────────────────────────── */
.related-section{padding:72px 0 96px}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.related-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-xl);padding:28px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:14px;transition:border-color .2s,box-shadow .2s,transform .2s}
.related-card:hover{border-color:var(--accent-border);box-shadow:var(--sh-md);transform:translateY(-3px)}
.related-card-icon{width:40px;height:40px;border-radius:var(--r-md);background:var(--accent-soft);border:1px solid var(--accent-border);display:flex;align-items:center;justify-content:center}
.related-card-icon svg{width:17px;height:17px;stroke:var(--accent);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.related-card-title{font-family:'Satoshi',sans-serif;font-size:15px;font-weight:800;letter-spacing:-.02em}
.related-card-desc{font-size:13px;color:var(--text-3);line-height:1.65;flex:1}
.related-card-link{font-size:13px;font-weight:600;color:var(--accent);display:flex;align-items:center;gap:5px}
.related-card-link svg{width:13px;stroke:currentColor;stroke-width:2;fill:none;transition:transform .2s}
.related-card:hover .related-card-link svg{transform:translateX(3px)}

/* ── COMPARE PAGE ──────────────────────────────────── */
.compare-section{background:var(--bg-2);padding:100px 0}
.compare-section-head{text-align:center;max-width:600px;margin:0 auto 64px}

/* 3-column layout */
.compare-cols{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;align-items:start}

/* base column */
.compare-col{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-2xl);padding:28px 24px;position:relative}

/* muted columns */
.compare-col--muted{background:var(--bg-2)}

/* getProspects highlighted column */
.compare-col--gp{
  background:#fff;
  border:2px solid transparent;
  background-clip:padding-box;
  box-shadow:0 0 0 2px #0A7A5A, 0 20px 60px rgba(6,95,70,.18);
  transform:translateY(-12px);
  padding-bottom:28px;
}

/* badge */
.compare-col-badge{
  position:absolute;top:-14px;left:50%;transform:translateX(-50%);
  background:linear-gradient(135deg,#065F46 0%,#0A7A5A 55%,#0DA574 100%);
  color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  padding:4px 14px;border-radius:20px;white-space:nowrap;
}

/* column head */
.compare-col-head{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--border)}
.compare-col-icon{width:36px;height:36px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.compare-col-icon svg{width:16px;height:16px;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.compare-icon--gray{background:var(--bg-3);border:1px solid var(--border)}
.compare-icon--gray svg{stroke:var(--text-3)}
.compare-icon--green{background:var(--accent-soft);border:1px solid var(--accent-border)}
.compare-icon--green svg{stroke:var(--accent)}
.compare-col-name{font-family:'Satoshi',sans-serif;font-size:15px;font-weight:800;color:var(--text);line-height:1.2}
.compare-col--gp .compare-col-name{color:var(--accent)}
.compare-col-sub{font-size:12px;color:var(--text-3);margin-top:2px}

/* rows */
.compare-rows{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}
.compare-row{display:flex;flex-direction:column;gap:3px;padding:11px 0;border-bottom:1px solid var(--border)}
.compare-row:last-child{border-bottom:none}
.compare-label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-4)}
.compare-val{font-size:13.5px;font-weight:600;display:flex;align-items:center;gap:6px}
.compare-val::before{content:'';display:inline-block;width:16px;height:16px;border-radius:50%;flex-shrink:0;background-size:10px 10px;background-position:center;background-repeat:no-repeat}

/* val states */
.val--good{color:var(--accent)}
.val--good::before{background-color:var(--accent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M5 9l3 3 5-5' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.val--bad{color:#B91C1C}
.val--bad::before{background-color:rgba(185,28,28,.1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B91C1C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E")}
.val--mid{color:var(--text-2)}
.val--mid::before{background-color:var(--bg-3);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E")}

/* CTA inside getProspects column */
.compare-col-cta{margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}

/* ── DIFFERENTIATORS ───────────────────────────────── */
.diff-section{padding:100px 0;background:var(--bg)}
.diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}
.diff-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-2xl);padding:40px 32px;text-align:center}
.diff-val{font-family:'Satoshi',sans-serif;font-size:clamp(48px,6vw,72px);font-weight:900;letter-spacing:-.04em;line-height:1;margin-bottom:16px;background:linear-gradient(135deg,#065F46 0%,#0A7A5A 55%,#0DA574 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.diff-h3{font-family:'Satoshi',sans-serif;font-size:20px;font-weight:800;color:var(--text);margin-bottom:12px}
.diff-p{font-size:15px;color:var(--text-3);line-height:1.65}

/* ── KEEP old .check for other pages ──────────────── */
.check{color:var(--accent);font-weight:700}
.cross{color:#D94F4F;font-weight:700}
.neutral{color:var(--text-3)}

/* responsive */
@media(max-width:900px){
  .compare-cols{grid-template-columns:1fr;gap:12px}
  .compare-col--gp{transform:none;order:-1}
  .compare-col-badge{top:-12px}
  .diff-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .diff-card{padding:28px 20px}
}

/* ── JOURNAL / MAGAZINE BLOG ───────────────────────── */

/* Hero */
.journal-hero{padding:72px 0 48px;text-align:center;border-bottom:1px solid var(--border)}
.journal-eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}
.journal-h1{font-family:'Satoshi',sans-serif;font-size:clamp(32px,4.5vw,52px);font-weight:900;letter-spacing:-.04em;line-height:1.1;color:var(--text);margin-bottom:14px}
.journal-sub{font-size:16px;color:var(--text-3);max-width:520px;margin:0 auto;line-height:1.65}

/* Shared dot separator */
.jdot{display:inline-block;width:3px;height:3px;border-radius:50%;background:var(--text-4);vertical-align:middle;margin:0 2px}

/* Featured card — horizontal */
.journal-featured{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--border);border-radius:var(--r-2xl);overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .25s,border-color .25s;margin-top:48px}
.journal-featured:hover{border-color:var(--accent-border);box-shadow:var(--sh-lg)}
.journal-featured-img{position:relative;height:380px;background:var(--bg-3);overflow:hidden}
.journal-featured-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.journal-featured:hover .journal-featured-img img{transform:scale(1.04)}
.journal-featured-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--bg-3) 0%,var(--bg-2) 100%)}
.journal-featured-badge{position:absolute;top:16px;left:16px;background:var(--accent);color:#fff;font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:4px 10px;border-radius:20px}
.journal-featured-body{padding:40px 44px;display:flex;flex-direction:column;justify-content:center;background:var(--bg)}
.journal-featured-meta{font-size:12px;color:var(--text-4);display:flex;align-items:center;gap:6px;margin-bottom:16px}
.journal-featured-title{font-family:'Satoshi',sans-serif;font-size:clamp(22px,2.6vw,30px);font-weight:900;letter-spacing:-.03em;line-height:1.2;color:var(--text);margin-bottom:14px}
.journal-featured-excerpt{font-size:14px;color:var(--text-3);line-height:1.7;flex:1;margin-bottom:28px}
.journal-featured-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.journal-read-link{font-size:13px;font-weight:700;color:var(--accent);text-decoration:none;transition:opacity .2s}
.journal-read-link:hover{opacity:.75}
.journal-author{font-size:12px;color:var(--text-4)}

/* Category filter */
.journal-filter{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:2px}
.jf-btn{background:var(--bg);border:1px solid var(--border);border-radius:24px;padding:7px 18px;font-size:13px;font-weight:600;color:var(--text-3);cursor:pointer;transition:background .15s,border-color .15s,color .15s;font-family:inherit}
.jf-btn:hover{border-color:var(--accent-border);color:var(--accent)}
.jf-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}

/* 3-col article grid */
.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.journal-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s,transform .2s}
.journal-card:hover{border-color:var(--accent-border);box-shadow:var(--sh-md);transform:translateY(-4px)}
.journal-card-img{position:relative;height:190px;background:var(--bg-3);overflow:hidden;flex-shrink:0}
.journal-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.journal-card:hover .journal-card-img img{transform:scale(1.05)}
.journal-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--bg-3) 0%,var(--bg-2) 100%)}
.journal-card-tag{position:absolute;top:12px;left:12px;background:rgba(255,255,255,.92);backdrop-filter:blur(6px);color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 9px;border-radius:14px;border:1px solid var(--accent-border)}
.journal-card-body{padding:20px 22px 24px;display:flex;flex-direction:column;flex:1;gap:8px}
.journal-card-meta{font-size:11px;color:var(--text-4);display:flex;align-items:center;gap:5px}
.journal-card-title{font-family:'Satoshi',sans-serif;font-size:16px;font-weight:800;letter-spacing:-.025em;line-height:1.3;color:var(--text);flex:1}
.journal-card-excerpt{font-size:12.5px;color:var(--text-3);line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.journal-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:14px;border-top:1px solid var(--border)}
.journal-card-author{font-size:11px;color:var(--text-4)}
.journal-empty{text-align:center;color:var(--text-3);padding:60px 0;font-size:15px}

/* Newsletter inline form */
.nl-form{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:0}
.nl-form input{padding:12px 18px;border:1.5px solid rgba(255,255,255,.2);border-radius:var(--r-md);background:rgba(255,255,255,.08);color:#fff;font-family:inherit;font-size:15px;min-width:280px;outline:none}
.nl-form input::placeholder{color:rgba(255,255,255,.4)}
.nl-form input:focus{border-color:rgba(255,255,255,.4)}

/* ── BLOG NEWSLETTER SECTION ────────────────────────── */
.blog-nl-section{padding:64px 0 80px}
.blog-nl-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-2xl);display:grid;grid-template-columns:1fr 1fr;align-items:stretch;overflow:hidden}
.blog-nl-left{padding:44px 44px 44px}
.blog-nl-icon{width:42px;height:42px;background:var(--accent-soft);border-radius:var(--r-lg);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.blog-nl-icon svg{width:19px;height:19px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.blog-nl-h2{font-family:'Satoshi',sans-serif;font-size:20px;font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:7px;line-height:1.25}
.blog-nl-sub{font-size:13.5px;color:var(--text-3);line-height:1.65;margin-bottom:22px}
.blog-nl-form{display:flex;gap:8px;margin-bottom:8px}
.blog-nl-input{flex:1;height:44px;border:1.5px solid var(--border);border-radius:var(--r-md);padding:0 14px;font-size:14px;font-family:inherit;color:var(--text);background:var(--bg-2);outline:none;transition:border-color .15s}
.blog-nl-input:focus{border-color:var(--accent-border)}
.blog-nl-btn{height:44px;padding:0 20px;background:var(--accent);color:#fff;border:none;border-radius:var(--r-md);font-size:13px;font-weight:700;letter-spacing:.01em;cursor:pointer;white-space:nowrap;transition:opacity .18s,transform .18s}
.blog-nl-btn:hover{opacity:.88;transform:translateY(-1px)}
.blog-nl-note{font-size:11px;color:var(--text-4)}
.blog-nl-success{background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:var(--r-md);padding:13px 16px;font-size:13.5px;color:var(--accent);font-weight:600;margin-bottom:8px}
.blog-nl-error{font-size:12px;color:#dc3545;margin-top:6px}
.blog-nl-right{padding:44px 44px 44px;border-left:1px solid var(--border);display:flex;flex-direction:column;justify-content:center}
.blog-nl-or{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-4);margin-bottom:18px}
.blog-nl-right-h3{font-family:'Satoshi',sans-serif;font-size:18px;font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:7px}
.blog-nl-right-p{font-size:13.5px;color:var(--text-3);line-height:1.65;margin-bottom:22px}
.blog-nl-btns{display:flex;flex-direction:column;gap:10px}
.blog-nl-btns .btn{justify-content:center}
@media(max-width:768px){
  .blog-nl-card{grid-template-columns:1fr}
  .blog-nl-right{border-left:none;border-top:1px solid var(--border)}
  .blog-nl-left,.blog-nl-right{padding:32px 28px}
  .blog-nl-form{flex-direction:column}
  .blog-nl-btn{width:100%}
}

/* ── ARTIKEL DETAIL PAGE ───────────────────────────── */
.artikel-meta{display:flex;align-items:center;gap:10px;justify-content:center;font-size:13px;color:var(--text-4);margin-top:20px}
.artikel-meta-dot{width:3px;height:3px;border-radius:50%;background:var(--text-4)}
.artikel-cover{border-radius:var(--r-2xl);overflow:hidden;border:1px solid var(--border);box-shadow:var(--sh-xl);margin-bottom:-20px;max-height:460px}
.artikel-cover img{width:100%;height:100%;object-fit:cover;display:block}
.artikel-body{max-width:720px;margin:0 auto;font-size:16px;line-height:1.82;color:var(--text-2)}
.artikel-body h2{font-family:'Satoshi',sans-serif;font-size:clamp(22px,3vw,30px);font-weight:800;letter-spacing:-.03em;color:var(--text);margin:48px 0 16px;line-height:1.2}
.artikel-body h3{font-family:'Satoshi',sans-serif;font-size:18px;font-weight:700;color:var(--text);margin:32px 0 10px}
.artikel-body p{margin-bottom:20px}
.artikel-body p:last-child{margin-bottom:0}
.artikel-body ul,.artikel-body ol{padding-left:24px;margin-bottom:20px}
.artikel-body li{margin-bottom:8px;line-height:1.7}
.artikel-body strong{color:var(--text);font-weight:700}
.artikel-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
.artikel-footer{max-width:720px;margin:48px auto 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:32px;border-top:1px solid var(--border)}
.artikel-back{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--text-3);text-decoration:none;transition:color .2s}
.artikel-back:hover{color:var(--accent)}
.artikel-back svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.article-video-hero{margin:0 0 40px;border-radius:16px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.15)}
.article-video-hero video{width:100%;display:block;border-radius:12px}

/* ── FEATURE PILL (above browser mockup in hero) ───── */
.uc-feature-pill{
  display:inline-flex;align-items:center;gap:7px;
  font-size:11px;font-weight:600;color:var(--text-3);letter-spacing:.02em;
  background:var(--bg);border:1px solid var(--border);
  padding:4px 12px 4px 8px;border-radius:20px;margin-bottom:10px;
}
.uc-feature-pill .dot{
  width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0;
  animation:pulse 2.4s ease-in-out infinite;
}

/* ── BROWSER SCROLL ANIMATION ──────────────────────── */
.browser-screen-scroll{height:380px;overflow:hidden}
.browser-screen-scroll img{width:100%;height:auto;display:block;animation:browser-auto-scroll 14s ease-in-out infinite;transform-origin:top center}
@keyframes browser-auto-scroll{0%,12%{transform:translateY(0)}48%,62%{transform:translateY(-36%)}96%,100%{transform:translateY(0)}}

/* ── USE CASE FEATURES SECTION ──────────────────────── */
.uc-features-section{padding:72px 0}
.uc-feat-table{
  margin-top:48px;
  border:1px solid var(--border);border-radius:var(--r-xl);
  overflow:hidden;background:var(--bg);
  display:grid;grid-template-columns:1fr 1fr;
}
.uc-feat-item{display:flex;align-items:flex-start;gap:16px;padding:24px 28px;border-bottom:1px solid var(--border)}
.uc-feat-item:nth-child(odd){border-right:1px solid var(--border)}
.uc-feat-item:nth-last-child(-n+2){border-bottom:none}
.uc-feat-item-icon{
  width:36px;height:36px;flex-shrink:0;margin-top:2px;
  border-radius:var(--r-md);background:var(--accent-soft);border:1px solid var(--accent-border);
  display:flex;align-items:center;justify-content:center;
}
.uc-feat-item-icon svg{width:16px;height:16px;stroke:var(--accent);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.uc-feat-item-title{font-family:'Satoshi',sans-serif;font-size:14px;font-weight:700;letter-spacing:-.01em;margin-bottom:4px}
.uc-feat-item-desc{font-size:13px;color:var(--text-3);line-height:1.65}

/* ── CONTACT PAGE ──────────────────────────────────── */
.contact-wrap{padding:56px 0 96px}
.form-error-bar{background:#FEF2F2;border:1px solid #FCA5A5;color:#991B1B;padding:14px 20px;text-align:center;font-size:14px;font-weight:600;border-radius:var(--r-md);margin-bottom:28px;max-width:860px;margin-left:auto;margin-right:auto}
.contact-layout{display:grid;grid-template-columns:1fr 1.6fr;gap:48px;align-items:start;max-width:960px;margin:0 auto}
.contact-trust-col{display:flex;flex-direction:column;gap:24px;padding-top:8px}
.contact-trust-block{display:flex;gap:16px;align-items:flex-start}
.ctb-icon{width:40px;height:40px;flex-shrink:0;border-radius:var(--r-md);background:var(--accent-soft);border:1px solid var(--accent-border);display:flex;align-items:center;justify-content:center;margin-top:2px}
.ctb-icon svg{stroke:var(--accent)}
.ctb-title{font-family:'Satoshi',sans-serif;font-size:14px;font-weight:700;margin-bottom:4px}
.ctb-desc{font-size:13px;color:var(--text-3);line-height:1.65}
/* Founder block */
.ctb-founder{display:flex;gap:16px;align-items:flex-start;background:var(--bg);border:1px solid var(--border);border-radius:var(--r-xl);padding:20px}
.ctb-founder-img{width:72px;height:72px;border-radius:50%;object-fit:cover;object-position:center 15%;flex-shrink:0;border:2px solid var(--accent-border)}
.ctb-founder-name{font-family:'Satoshi',sans-serif;font-size:14px;font-weight:800;letter-spacing:-.01em;color:var(--text-1)}
.ctb-founder-role{font-size:11px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
.ctb-founder-msg{font-size:13px;color:var(--text-3);line-height:1.65;font-style:italic}
/* Steps block */
.ctb-steps{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-xl);padding:20px 20px 16px}
.ctb-steps-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-4);margin-bottom:14px}
.ctb-step{display:flex;gap:14px;align-items:flex-start;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--border)}
.ctb-step:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}
.ctb-step-num{width:26px;height:26px;border-radius:50%;background:var(--accent);color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.ctb-step-title{font-size:13px;font-weight:700;color:var(--text-1);margin-bottom:2px}
.ctb-step-desc{font-size:12px;color:var(--text-3);line-height:1.55}
/* Trust badges row */
.ctb-trust-row{display:flex;flex-wrap:wrap;gap:8px}
.ctb-trust-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:var(--text-3);background:var(--bg-2);border:1px solid var(--border);border-radius:40px;padding:5px 11px}
.ctb-trust-badge svg{stroke:var(--accent);flex-shrink:0}
.contact-form-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-2xl);overflow:hidden;box-shadow:var(--sh-md)}
.cfc-head{padding:28px 32px 0}
.cfc-title{font-family:'Satoshi',sans-serif;font-size:20px;font-weight:800;letter-spacing:-.03em;margin-bottom:6px}
.cfc-sub{font-size:14px;color:var(--text-3);margin-bottom:28px}
.contact-form-card form{padding:0 32px 32px;display:flex;flex-direction:column;gap:16px}
.cf-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.cf-group{display:flex;flex-direction:column;gap:6px}
.cf-label{font-size:12px;font-weight:700;color:var(--text-2);letter-spacing:.01em}
.cf-opt{font-weight:400;color:var(--text-4)}
.cf-input,.cf-select,.cf-textarea{width:100%;border:1.5px solid var(--border);border-radius:var(--r-md);padding:11px 14px;font-size:14px;font-family:inherit;color:var(--text);background:var(--bg);outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}
.cf-input:focus,.cf-select:focus,.cf-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(6,95,70,.08)}
.cf-input::placeholder,.cf-textarea::placeholder{color:var(--text-4)}
.cf-textarea{resize:vertical;min-height:96px;line-height:1.6}
.cf-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}
.cf-privacy{font-size:12px;color:var(--text-4);line-height:1.6;margin-top:-4px}
.cf-privacy a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}

/* ── THANKYOU PAGE ─────────────────────────────────── */
.ty-hero{padding:72px 0 52px;text-align:center}
.ty-check{
  width:72px;height:72px;border-radius:50%;
  background:var(--accent-soft);border:2px solid var(--accent-border);
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 24px;
  box-shadow:0 0 0 8px rgba(6,95,70,.05);
}
.ty-check svg{width:32px;height:32px;stroke:var(--accent);stroke-width:2.5}
.ty-hero h1{font-family:'Satoshi',sans-serif;font-size:clamp(28px,3.5vw,42px);font-weight:800;letter-spacing:-.04em;margin-bottom:14px}
.ty-hero-sub{font-size:16px;color:var(--text-3);max-width:460px;margin:0 auto;line-height:1.65}

.ty-steps{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:12px;max-width:680px;margin:40px auto 0;
}
.ty-step{
  background:var(--bg);border:1px solid var(--border);
  border-radius:var(--r-xl);padding:20px 18px;
  display:flex;flex-direction:column;gap:10px;
  box-shadow:var(--sh-sm);
}
.ty-step-num{
  width:26px;height:26px;border-radius:50%;
  background:var(--accent);color:#fff;
  font-family:'Satoshi',sans-serif;font-size:11px;font-weight:800;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.ty-step-title{font-family:'Satoshi',sans-serif;font-size:13px;font-weight:700;color:var(--text);line-height:1.3}
.ty-step-desc{font-size:12px;color:var(--text-3);line-height:1.55}

.ty-video-section{padding:48px 0 56px}
.ty-video-eyebrow{
  text-align:center;
  font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--accent);margin-bottom:10px;
}
.ty-video-headline{
  text-align:center;
  font-family:'Satoshi',sans-serif;font-size:clamp(18px,2.2vw,26px);
  font-weight:800;letter-spacing:-.03em;color:var(--text);
  margin-bottom:28px;
}
.ty-video-wrap{
  max-width:720px;margin:0 auto;
  border-radius:var(--r-2xl);overflow:hidden;
  box-shadow:var(--sh-xl);
  border:1px solid var(--border);
  background:#000;
}
.ty-video-wrap video{width:100%;display:block}

.ty-divider{
  max-width:680px;margin:0 auto;
  border:none;border-top:1px solid var(--border);
}

.ty-cal-section{padding:48px 0 96px}
.ty-cal-eyebrow{
  text-align:center;
  font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--text-3);margin-bottom:10px;
}
.ty-cal-headline{
  text-align:center;
  font-family:'Satoshi',sans-serif;font-size:clamp(18px,2.2vw,26px);
  font-weight:800;letter-spacing:-.03em;color:var(--text);
  margin-bottom:6px;
}
.ty-cal-headnote{text-align:center;font-size:14px;color:var(--text-3);margin-bottom:32px}
.ty-cal-wrap{max-width:860px;margin:0 auto;border:1px solid var(--border);border-radius:var(--r-2xl);overflow:hidden;box-shadow:var(--sh-md)}
.ty-cal-head{padding:28px 32px;border-bottom:1px solid var(--border);background:var(--bg)}
.ty-cal-title{font-family:'Satoshi',sans-serif;font-size:20px;font-weight:800;letter-spacing:-.03em;margin-bottom:6px}
.ty-cal-sub{font-size:14px;color:var(--text-3)}
.ty-cal-frame{background:var(--bg-2)}

@media(max-width:640px){
  .ty-steps{grid-template-columns:1fr}
  .ty-hero{padding:56px 0 40px}
}

/* ── RESPONSIVE ────────────────────────────────────── */
@media(max-width:860px){
  .contact-layout{grid-template-columns:1fr}
  .contact-trust-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}
}
@media(max-width:540px){
  .contact-trust-col{grid-template-columns:1fr}
  .cf-row{grid-template-columns:1fr}
  .cfc-head,.contact-form-card form{padding-left:20px;padding-right:20px}
  .journal-grid{grid-template-columns:1fr}
  .journal-featured-body{padding:20px 20px 24px}
  .journal-hero{padding:48px 0 32px}
}
@media(max-width:1100px){
  .hero-grid{gap:48px}
  .solution-grid{gap:40px}
  .problem-grid{gap:40px}
}

@media(max-width:900px){
  .page-hero{padding:110px 0 60px}
  .hero{padding:110px 0 60px}
  .hero-grid{grid-template-columns:1fr}
  .hero-split{grid-template-columns:1fr}
  .hero-stat-cards{position:static;transform:none;flex-direction:row;flex-wrap:wrap;margin-top:16px}
  .problem-grid{grid-template-columns:1fr}
  .problems-grid{grid-template-columns:1fr}
  .solution-steps .step-row{grid-template-columns:1fr}
  .step-num-big{display:none}
  .solution-grid{grid-template-columns:1fr;margin-bottom:40px}
  .solution-grid.flip{direction:ltr}
  .stats-grid{grid-template-columns:1fr}
  .related-grid{grid-template-columns:1fr 1fr}
  .feat-grid{grid-template-columns:1fr 1fr}
  .uc-feat-table{grid-template-columns:1fr}
  .uc-feat-item:nth-child(odd){border-right:none}
  .uc-feat-item:nth-last-child(-n+2){border-bottom:1px solid var(--border)}
  .uc-feat-item:last-child{border-bottom:none}
  .journal-featured{grid-template-columns:1fr}
  .journal-featured-img{height:240px}
  .journal-featured-body{padding:28px 28px 32px}
  .journal-grid{grid-template-columns:1fr 1fr}
  .sf-top,.sf-bot{display:none}
  .browser-screen-scroll{height:240px}
}

@media(max-width:640px){
  .hero h1{font-size:clamp(24px,5.5vw,36px)}
  .page-h1{font-size:clamp(30px,7vw,48px)}
  .related-grid{grid-template-columns:1fr}
  .feat-grid{grid-template-columns:1fr}
  .uc-features-section{padding:48px 0}
  .problem-section,.solution-section{padding:64px 0}
  .stats-grid{grid-template-columns:1fr 1fr}
  .stat-item-val{font-size:36px}
  .browser-screen-scroll{height:180px}
}

/* ── UTILITY SECTIONS ──────────────────────────────── */
.section{padding:80px 0}
.section-sm{padding:48px 0}
.section-head{margin-bottom:48px}
.section-head.centered{text-align:center}
.h-xl{font-family:'Satoshi',sans-serif;font-size:clamp(26px,3.5vw,42px);font-weight:800;letter-spacing:-.034em;line-height:1.1;margin-bottom:16px}
.page-hero .eyebrow::before{display:none}
.hero-badges{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:28px}
.hero-badges .hero-badge{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--text-3);background:var(--bg);border:1px solid var(--border);padding:6px 14px;border-radius:20px}
.hero-badges .hero-badge svg{width:13px;height:13px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}

/* ── TRUST CENTER ──────────────────────────────────── */
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.trust-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-xl);padding:32px}
.trust-icon{width:48px;height:48px;border-radius:var(--r-md);background:var(--accent-soft);border:1px solid var(--accent-border);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.trust-icon svg{width:22px;height:22px;stroke:var(--accent);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.trust-card h3{font-family:'Satoshi',sans-serif;font-size:16px;font-weight:800;margin-bottom:8px}
.trust-card p{font-size:13px;color:var(--text-3);line-height:1.7}
.faq-section{padding:80px 0;background:var(--bg-2)}
.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column}
.faq-item{border-bottom:1px solid var(--border);padding:22px 0}
.faq-item:last-child{border-bottom:none}
.faq-q{font-family:'Satoshi',sans-serif;font-size:15px;font-weight:700;color:var(--text);margin-bottom:8px}
.faq-a{font-size:14px;color:var(--text-3);line-height:1.75}

/* ── CASE STUDIES ──────────────────────────────────── */
.cs-featured{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-2xl);padding:48px}
.cs-tag{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);display:inline-block;margin-bottom:12px}
.cs-company{font-family:'Satoshi',sans-serif;font-size:22px;font-weight:800;letter-spacing:-.03em;margin-bottom:4px}
.cs-industry{font-size:13px;color:var(--text-4);margin-bottom:20px}
.cs-challenge{font-size:14px;color:var(--text-3);line-height:1.75;margin-bottom:20px}
.cs-quote{font-size:15px;color:var(--text);font-style:italic;line-height:1.7;border-left:3px solid var(--accent);padding-left:16px;margin:20px 0 12px}
.cs-author{font-size:13px;font-weight:600;color:var(--text-3)}
.cs-nums{display:flex;flex-direction:column;gap:24px}
.cs-num-item{padding-bottom:24px;border-bottom:1px solid var(--border)}
.cs-num-item:last-child{padding-bottom:0;border-bottom:none}
.cs-num-val{font-family:'Satoshi',sans-serif;font-size:42px;font-weight:800;letter-spacing:-.04em;color:var(--accent);line-height:1}
.cs-num-lbl{font-size:13px;color:var(--text-3);margin-top:4px}
.cs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.cs-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-xl);padding:32px;display:flex;flex-direction:column;gap:12px}
.cs-card .cs-nums{flex-direction:row;gap:16px;margin-top:auto;padding-top:20px;border-top:1px solid var(--border)}
.cs-card .cs-num-item{padding-bottom:0;border-bottom:none}
.cs-card .cs-num-val{font-size:28px}

/* ── KALTAKQUISE GUIDE ─────────────────────────────── */
.guide-hero-badges{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:28px}
.guide-hero-badge{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--text-3);background:var(--bg);border:1px solid var(--border);padding:6px 14px;border-radius:20px}
.guide-hero-badge svg{opacity:.6}

.toc-section{padding:0 0 0;margin-top:-40px;position:relative;z-index:2}
.toc-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-xl);padding:36px 44px;max-width:720px;margin:0 auto;box-shadow:var(--sh-md)}
.toc-card-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}
.toc-card-header svg{stroke:var(--accent);flex-shrink:0}
.toc-card h3{font-family:'Satoshi',sans-serif;font-size:17px;font-weight:800;margin:0}
.toc-list{list-style:none;display:flex;flex-direction:column;gap:4px;padding:0;margin:0}
.toc-list li{display:flex;align-items:center;gap:14px;font-size:14px;color:var(--text-2);line-height:1.6;padding:10px 12px;border-radius:var(--r-md);cursor:default;transition:background .15s}
.toc-list li:hover{background:var(--bg-2)}
.toc-num{font-family:'Satoshi',sans-serif;font-size:12px;font-weight:800;color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent-border);min-width:32px;height:22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.toc-arrow{margin-left:auto;opacity:0;transition:opacity .15s;color:var(--text-4)}
.toc-list li:hover .toc-arrow{opacity:1}

.guide-section{padding:72px 0;border-bottom:1px solid var(--border)}
.guide-section:last-of-type{border-bottom:none}
.guide-layout{display:grid;grid-template-columns:80px 1fr;gap:48px;align-items:start}
.guide-sidebar{padding-top:6px}
.guide-chapter-num{display:flex;flex-direction:column;align-items:center;gap:2px}
.guide-chapter-label{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-4)}
.guide-chapter-digit{font-family:'Satoshi',sans-serif;font-size:48px;font-weight:800;line-height:1;color:var(--border-2);letter-spacing:-.04em}
.guide-main{min-width:0}
.guide-h2{font-family:'Satoshi',sans-serif;font-size:clamp(22px,3vw,30px);font-weight:800;letter-spacing:-.03em;margin-bottom:24px;line-height:1.15}
.guide-body{font-size:16px;color:var(--text-2);line-height:1.82;margin-bottom:32px}
.guide-body p{margin-bottom:20px}
.guide-body p:last-child{margin-bottom:0}

.guide-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:32px 0}
.guide-stat-item{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-xl);padding:24px 20px;text-align:center}
.guide-stat-val{font-family:'Satoshi',sans-serif;font-size:28px;font-weight:800;background:linear-gradient(135deg,#065F46 0%,#0A7A5A 55%,#0DA574 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.03em;line-height:1}
.guide-stat-lbl{font-size:12px;color:var(--text-3);line-height:1.5;margin-top:8px}

.guide-sources{display:flex;flex-direction:column;gap:12px;margin:32px 0}
.guide-source-card{display:flex;gap:20px;align-items:flex-start;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-xl);padding:22px 24px;transition:border-color .2s,box-shadow .2s}
.guide-source-card:hover{border-color:var(--accent-border);box-shadow:var(--sh-sm)}
.guide-source-num{font-family:'Satoshi',sans-serif;font-size:13px;font-weight:800;color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent-border);min-width:40px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.guide-source-title{font-family:'Satoshi',sans-serif;font-size:15px;font-weight:800;margin-bottom:6px}
.guide-source-desc{font-size:13px;color:var(--text-3);line-height:1.7}

.guide-email-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;margin:32px 0}
.guide-email-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--border);background:var(--bg-3)}
.guide-email-dots{display:flex;gap:6px}
.guide-email-dots span{width:10px;height:10px;border-radius:50%;background:var(--border-2)}
.guide-email-dots span:nth-child(1){background:#FF6058}
.guide-email-dots span:nth-child(2){background:#FFBD2E}
.guide-email-dots span:nth-child(3){background:#28CA41}
.guide-email-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-4)}
.guide-email-subject{padding:16px 24px;border-bottom:1px solid var(--border);font-size:13px;color:var(--text-2);background:var(--bg)}
.guide-email-field{font-weight:700;color:var(--text-4);margin-right:8px}
.guide-email-body{padding:20px 24px;display:flex;flex-direction:column;gap:14px}
.guide-email-line{display:flex;gap:12px;align-items:flex-start}
.guide-email-line-label{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent-border);padding:3px 8px;border-radius:6px;flex-shrink:0;margin-top:2px;min-width:68px;text-align:center}
.guide-email-line-text{font-size:14px;color:var(--text-2);line-height:1.7}

.guide-dosdonts{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:32px 0}
.guide-dosdonts-label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}
.guide-dosdonts-label.dos{color:var(--accent)}
.guide-dosdonts-label.donts{color:#D94F4F}
.guide-list{display:flex;flex-direction:column;gap:8px}
.guide-list-item{font-size:14px;line-height:1.65;padding:10px 14px 10px 36px;border-radius:var(--r-md);position:relative}
.guide-list-item::before{content:'';width:7px;height:7px;border-radius:50%;position:absolute;left:14px;top:50%;transform:translateY(-50%)}
.guide-list-item.do{background:rgba(6,95,70,.06);color:var(--text-2)}
.guide-list-item.do::before{background:var(--accent)}
.guide-list-item.dont{background:rgba(217,79,79,.06);color:var(--text-2)}
.guide-list-item.dont::before{background:#D94F4F}

.guide-checklist{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-xl);padding:28px 32px;margin:32px 0}
.guide-checklist-title{font-family:'Satoshi',sans-serif;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);margin-bottom:16px}
.guide-checklist-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--text-2);line-height:1.65;padding:8px 0;border-bottom:1px solid var(--border)}
.guide-checklist-item:last-child{border-bottom:none;padding-bottom:0}
.guide-checklist-item svg{stroke:var(--accent);flex-shrink:0;margin-top:2px}

.guide-takeaway{display:flex;align-items:flex-start;gap:14px;background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:var(--r-xl);padding:20px 24px;margin-top:32px}
.guide-takeaway svg{stroke:var(--accent);flex-shrink:0;margin-top:2px}
.guide-takeaway span{font-size:15px;font-weight:600;color:var(--accent-dark,var(--accent));line-height:1.6}

/* ── Guide Gate ──────────────────────────────────────── */
.guide-gate-section{padding:0 0 72px}
.guide-gate-card{background:#fff;border:2px solid var(--accent);border-radius:var(--r-2xl);padding:48px 52px;text-align:center;box-shadow:0 8px 40px rgba(6,95,70,.10)}
.guide-gate-icon{width:60px;height:60px;background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:var(--r-xl);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--accent)}
.guide-gate-h3{font-family:'Satoshi',sans-serif;font-size:clamp(20px,2.5vw,26px);font-weight:800;letter-spacing:-.03em;color:var(--text-1);margin-bottom:12px}
.guide-gate-sub{font-size:16px;color:var(--text-3);line-height:1.7;max-width:500px;margin:0 auto 28px}
.guide-gate-error{background:rgba(220,53,69,.07);border:1px solid rgba(220,53,69,.2);border-radius:8px;padding:10px 16px;font-size:13px;color:#991b1b;margin-bottom:16px}
.guide-gate-form{max-width:600px;margin:0 auto}
.guide-gate-row{display:flex;gap:10px;flex-wrap:wrap}
.guide-gate-input{flex:1;min-width:180px;padding:12px 16px;font-size:15px;font-family:'General Sans',sans-serif;color:var(--text-1);background:#fff;border:1.5px solid var(--border-2);border-radius:var(--r-md);outline:none;transition:border-color .15s}
.guide-gate-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}
.guide-gate-btn{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#fff;border:none;padding:12px 28px;border-radius:var(--r-md);font-size:15px;font-weight:700;font-family:'General Sans',sans-serif;cursor:pointer;white-space:nowrap;transition:background .15s}
.guide-gate-btn:hover{background:var(--accent-hover)}
.guide-gate-note{font-size:12px;color:var(--text-4);margin-top:12px}

/* ── ÜBER UNS ──────────────────────────────────────── */

/* Hero */
.about-hero{padding:140px 0 0;position:relative;overflow:hidden;text-align:center}
.about-hero-inner{position:relative;z-index:1;max-width:760px;margin:0 auto;padding-bottom:72px}
.about-hero h1{font-family:'Satoshi',sans-serif;font-size:clamp(34px,5vw,66px);font-weight:800;letter-spacing:-.042em;line-height:1.04;color:var(--text);margin-bottom:28px}
.about-hero-text{max-width:620px;margin:0 auto}
.about-hero-text p{font-size:17px;color:var(--text-3);line-height:1.82}
.about-hero-text p+p{margin-top:16px}

/* Facts bar */
.about-facts-bar{position:relative;z-index:1;border-top:1px solid var(--border);margin-top:64px;background:var(--bg-2)}
.about-facts{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}
.about-fact{display:flex;flex-direction:column;align-items:center;padding:24px 48px;gap:4px}
.about-fact-val{font-family:'Satoshi',sans-serif;font-size:18px;font-weight:800;letter-spacing:-.025em;color:var(--text)}
.about-fact-label{font-size:12px;color:var(--text-4);font-weight:500}
.about-fact-sep{width:1px;height:40px;background:var(--border);flex-shrink:0}

/* Founders */
.founders-section{padding:88px 0 48px}
.founder-row{display:grid;grid-template-columns:0.88fr 1fr;gap:88px;align-items:center;padding:72px 0}
.founder-row--flip{direction:rtl}
.founder-row--flip>*{direction:ltr}
.founder-photo-col{position:relative}
.founder-photo-wrap{position:relative;border-radius:var(--r-2xl);overflow:hidden;aspect-ratio:4/5;background:var(--bg-3);cursor:default}
.founder-img-static{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .35s ease}
.founder-img-gif{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s ease}
.founder-photo-wrap:hover .founder-img-gif{opacity:1}
.founder-photo-badge{
  position:absolute;bottom:16px;left:50%;transform:translateX(-50%);
  font-size:11px;font-weight:600;letter-spacing:.04em;
  color:var(--text-3);background:rgba(255,255,255,.88);backdrop-filter:blur(8px);
  border:1px solid var(--border);border-radius:40px;
  padding:5px 14px;white-space:nowrap;
  opacity:1;transition:opacity .25s;pointer-events:none;
}
.founder-photo-wrap:hover .founder-photo-badge{opacity:0}
.founder-role{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}
.founder-name{font-family:'Satoshi',sans-serif;font-size:clamp(28px,3.5vw,44px);font-weight:800;letter-spacing:-.038em;line-height:1.05;margin-bottom:20px;color:var(--text)}
.founder-desc{font-size:16px;color:var(--text-3);line-height:1.82;margin-bottom:28px;max-width:480px}
.founder-tags{display:flex;flex-wrap:wrap;gap:8px}
.founder-tag{font-size:12px;font-weight:600;color:var(--text-2);background:var(--bg-2);border:1px solid var(--border);border-radius:40px;padding:5px 14px}
.founder-divider{border:none;border-top:1px solid var(--border);margin:0}

/* Desk photo */
.desk-section{padding:24px 0 88px}
.desk-photo-wrap{border-radius:var(--r-2xl);overflow:hidden;border:1px solid var(--border);box-shadow:var(--sh-xl)}
.desk-photo-wrap img{width:100%;height:auto;display:block}
.desk-caption{margin-top:20px;text-align:center;font-size:13px;color:var(--text-4)}

/* Manifesto */
.manifesto-section{padding:96px 0;background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.manifesto-inner{max-width:720px;margin:0 auto;text-align:center}
.manifesto-quote-mark{margin-bottom:24px}
.manifesto-quote-mark svg{width:44px;height:44px;color:var(--accent);opacity:.35;margin:0 auto;display:block}
.manifesto-text{font-family:'Satoshi',sans-serif;font-size:clamp(20px,2.8vw,30px);font-weight:700;letter-spacing:-.026em;line-height:1.46;color:var(--text);margin-bottom:28px}
.manifesto-attribution{font-size:13px;color:var(--text-4);font-weight:500}

/* Values */
.values-section{padding:88px 0}
.values-head{margin-bottom:48px}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.value-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-xl);padding:28px;transition:border-color .2s,box-shadow .2s,transform .2s}
.value-card:hover{border-color:var(--accent-border);box-shadow:var(--sh-md);transform:translateY(-2px)}
.value-icon{width:44px;height:44px;border-radius:var(--r-md);background:var(--accent-soft);border:1px solid var(--accent-border);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.value-icon svg{width:20px;height:20px;stroke:var(--accent);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.value-title{font-family:'Satoshi',sans-serif;font-size:15px;font-weight:800;margin-bottom:8px}
.value-desc{font-size:13px;color:var(--text-3);line-height:1.7}

/* Responsive — Über uns */
@media(max-width:1100px){
  .founder-row{gap:60px}
  .about-fact{padding:24px 32px}
}
@media(max-width:900px){
  .about-hero{padding:110px 0 0}
  .about-hero-inner{padding-bottom:56px}
  .about-facts{flex-wrap:nowrap}
  .about-fact{padding:20px 24px}
  .about-fact-sep{height:32px}
  .founder-row{grid-template-columns:1fr;gap:36px;padding:56px 0}
  .founder-row--flip{direction:ltr}
  .founder-photo-wrap{aspect-ratio:3/2;max-height:380px}
  .founder-desc{max-width:100%}
  .values-grid{grid-template-columns:1fr 1fr}
  .manifesto-section{padding:72px 0}
}
@media(max-width:640px){
  .about-facts{flex-wrap:wrap}
  .about-fact-sep{display:none}
  .about-fact{width:50%;border-top:1px solid var(--border);padding:18px 16px}
  .values-grid{grid-template-columns:1fr}
  .founder-photo-wrap{aspect-ratio:4/3}
  .manifesto-text{font-size:20px}
}

/* ── Guide: Screenshot mit Browser-Rahmen ────────────────── */
.guide-chapter-img{
  margin:28px 0;
  border-radius:12px;
  overflow:hidden;
  border:1px solid var(--border);
  box-shadow:0 4px 24px rgba(0,0,0,0.07);
}
.guide-chapter-img-browser{
  background:#f3f4f6;
  border-bottom:1px solid var(--border);
  padding:9px 14px;
  display:flex;align-items:center;gap:5px;
}
.guide-chapter-img-dots span{
  display:inline-block;width:9px;height:9px;border-radius:50%;
}
.guide-chapter-img-dots span:nth-child(1){background:#fc5f57}
.guide-chapter-img-dots span:nth-child(2){background:#fdbb2d}
.guide-chapter-img-dots span:nth-child(3){background:#27c93f}
.guide-chapter-img img{display:block;width:100%;height:auto}

/* ── Guide: Founder-Zitat ────────────────────────────────── */
.guide-author-note{
  display:flex;align-items:flex-start;gap:16px;
  background:var(--bg-2);
  border:1px solid var(--border);
  border-left:3px solid var(--accent);
  border-radius:12px;
  padding:20px 22px;
  margin:28px 0;
}
.guide-author-photo{
  width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;
}
.guide-author-quote{
  font-size:15px;color:var(--text-1);font-style:italic;line-height:1.65;margin:0 0 8px;
}
.guide-author-meta{font-size:12px;color:var(--text-4);font-style:normal}

/* ── Guide: Steps ────────────────────────────────────────── */
.guide-steps{display:flex;flex-direction:column;gap:12px;margin:24px 0}
.guide-step{
  display:flex;align-items:flex-start;gap:14px;
  background:var(--bg);border:1px solid var(--border);
  border-radius:10px;padding:16px 18px;
}
.guide-step-num{
  min-width:28px;height:28px;border-radius:50%;
  background:var(--accent);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:700;flex-shrink:0;margin-top:1px;
}
.guide-step-title{font-size:14px;font-weight:700;color:var(--text-1);margin-bottom:3px}
.guide-step-desc{font-size:13px;color:var(--text-2);line-height:1.6}

/* ── Shared responsive (non-über-uns) ──────────────── */
@media(max-width:900px){
  .trust-grid{grid-template-columns:1fr 1fr}
  .cs-featured{grid-template-columns:1fr;gap:32px}
  .cs-grid{grid-template-columns:1fr 1fr}
  .guide-layout{grid-template-columns:1fr;gap:0}
  .guide-sidebar{display:none}
  .guide-stats{grid-template-columns:repeat(3,1fr)}
  .guide-dosdonts{grid-template-columns:1fr;gap:24px}
}
@media(max-width:600px){
  .cs-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr}
  .toc-card{padding:24px 20px}
  .guide-stats{grid-template-columns:1fr 1fr}
  .guide-email-line{flex-direction:column;gap:6px}
  .guide-email-line-label{min-width:auto}
  .guide-cta-card{grid-template-columns:1fr;padding:32px 24px}
  .guide-cta-visual{display:none}
  .guide-cta-btns{flex-direction:column}
  .guide-cta-btn-primary,.guide-cta-btn-secondary{text-align:center;justify-content:center}
}

/* ════════════════════════════════════════════════════
   GUIDE CTA — Abschluss-Sektion
════════════════════════════════════════════════════ */
.guide-cta-section{
  padding:80px 0;
  background:var(--bg-2);
}
.guide-cta-card{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:56px;
  align-items:center;
  background:linear-gradient(135deg,#0d1a14 0%,#0a1f17 100%);
  border-radius:var(--r-xl);
  padding:56px 64px;
  overflow:hidden;
  position:relative;
}
.guide-cta-card::before{
  content:'';
  position:absolute;
  top:-80px;left:-80px;
  width:400px;height:400px;
  background:radial-gradient(circle,rgba(6,95,70,.3) 0%,transparent 65%);
  pointer-events:none;
}
.guide-cta-body{position:relative;z-index:1}
.guide-cta-eyebrow{
  font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:#4ade80;margin-bottom:14px;
}
.guide-cta-h2{
  font-family:'Satoshi',sans-serif;
  font-size:clamp(22px,2.6vw,32px);font-weight:800;
  letter-spacing:-.03em;line-height:1.15;
  color:#fff;margin:0 0 14px;
}
.guide-cta-sub{
  font-size:15px;color:rgba(255,255,255,.65);
  line-height:1.65;margin:0 0 20px;
}
.guide-cta-bullets{
  list-style:none;padding:0;margin:0 0 28px;
  display:flex;flex-direction:column;gap:8px;
}
.guide-cta-bullets li{
  display:flex;align-items:center;gap:8px;
  font-size:14px;color:rgba(255,255,255,.75);
}
.guide-cta-bullets li svg{stroke:#4ade80;flex-shrink:0}
.guide-cta-btns{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.guide-cta-btn-primary{
  background:linear-gradient(135deg,#065f46,#0a7a5a);
  color:#fff;border:none;padding:13px 28px;font-size:15px;font-weight:700;
  border-radius:10px;
  box-shadow:0 4px 20px rgba(6,95,70,.4);
  transition:transform .18s,box-shadow .18s;
}
.guide-cta-btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 28px rgba(6,95,70,.5)}
.guide-cta-btn-secondary{
  color:rgba(255,255,255,.7);border:1.5px solid rgba(255,255,255,.2);
  padding:12px 24px;font-size:15px;border-radius:10px;
  transition:border-color .18s,color .18s;
}
.guide-cta-btn-secondary:hover{border-color:rgba(255,255,255,.5);color:#fff}

.guide-cta-visual{position:relative;z-index:1}
.guide-cta-browser{
  border-radius:10px;overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 16px 48px rgba(0,0,0,.4);
}
.guide-cta-browser-bar{
  background:#1a2e24;
  padding:9px 14px;
  display:flex;align-items:center;gap:8px;
}
.guide-cta-browser-dots{display:flex;gap:5px}
.guide-cta-browser-dots span{
  display:inline-block;width:9px;height:9px;border-radius:50%;
}
.guide-cta-browser-dots span:nth-child(1){background:#fc5f57}
.guide-cta-browser-dots span:nth-child(2){background:#fdbb2d}
.guide-cta-browser-dots span:nth-child(3){background:#27c93f}
.guide-cta-browser-url{
  font-size:11px;color:rgba(255,255,255,.35);
  font-family:monospace;
}
.guide-cta-browser img{display:block;width:100%;height:auto}

/* ── Prompt-Karten (Bibliothek) ─────────────────────────────────────────── */
.guide-prompts{display:flex;flex-direction:column;gap:20px;margin:28px 0}
.guide-prompt-card{
  background:var(--bg-1);
  border:1px solid var(--border);
  border-radius:var(--r-xl);
  overflow:hidden;
}
.guide-prompt-header{
  display:flex;align-items:center;gap:14px;
  padding:18px 24px 14px;
  border-bottom:1px solid var(--border);
}
.guide-prompt-badge{
  display:inline-flex;align-items:center;justify-content:center;
  width:38px;height:38px;border-radius:8px;flex-shrink:0;
  background:var(--accent-soft);
  font-family:'Satoshi',sans-serif;font-size:11px;font-weight:800;
  letter-spacing:.04em;color:var(--accent);
}
.guide-prompt-meta{flex:1;min-width:0}
.guide-prompt-title{
  font-family:'Satoshi',sans-serif;font-size:15px;font-weight:700;
  color:var(--text-1);line-height:1.3;
}
.guide-prompt-usecase{
  display:inline-block;margin-top:4px;
  font-size:11px;font-weight:600;letter-spacing:.04em;
  color:var(--text-3);text-transform:uppercase;
}
.guide-prompt-box{
  position:relative;
  background:var(--bg-2);
  padding:20px 24px;
}
.guide-prompt-text{
  font-family:'SF Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:12.5px;line-height:1.75;
  color:var(--text-2);
  white-space:pre-wrap;word-break:break-word;
  margin:0;
}
.guide-prompt-text .ph{
  color:var(--accent);font-style:normal;font-weight:600;
}
.guide-prompt-copy{
  position:absolute;top:14px;right:14px;
  display:inline-flex;align-items:center;gap:5px;
  font-size:11px;font-weight:600;letter-spacing:.04em;
  color:var(--text-3);cursor:pointer;
  background:var(--bg-1);border:1px solid var(--border);
  border-radius:6px;padding:5px 10px;
  transition:color .15s,border-color .15s;
  user-select:none;
}
.guide-prompt-copy:hover{color:var(--text-1);border-color:var(--text-3)}
.guide-prompt-copy.copied{color:var(--accent);border-color:var(--accent-border)}
@media(max-width:640px){
  .guide-prompt-box{padding:16px}
  .guide-prompt-text{font-size:12px}
}
