:root{
  --ink:#10213d;
  --ink-2:#1d3151;
  --muted:#60718d;
  --blue:#0758ef;
  --blue-dark:#123b78;
  --blue-soft:#edf5ff;
  --soft:#f7faff;
  --line:#d7e3f2;
  --line-2:#e7eef7;
  --green:#0b8b61;
  --red:#c63753;
  --white:#fff;
  --shadow:0 18px 55px rgba(26,62,107,.09);
  --shadow-soft:0 10px 28px rgba(26,62,107,.06);
  --shell:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit}
.shell{width:min(calc(100% - 48px),var(--shell));margin-inline:auto}
.skip{position:fixed;left:12px;top:-80px;z-index:1000;background:#fff;padding:10px 14px;border-radius:10px;box-shadow:var(--shadow)}.skip:focus{top:12px}

/* Header */
.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line-2);backdrop-filter:blur(18px)}
.nav{min-height:104px;display:grid;grid-template-columns:320px 1fr auto;align-items:center;gap:28px}
.brand{display:flex;align-items:center;min-width:0}
.brand img{width:300px;height:auto}
.links{display:flex;justify-content:center;align-items:center;gap:34px;font-size:14px;font-weight:800;color:#263958}
.links a{padding:12px 0;position:relative}.links a:after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:2px;background:var(--blue);transition:.2s}.links a:hover:after{right:0}
.actions{display:flex;align-items:center;gap:12px}.lang{display:flex;border:1px solid var(--line);border-radius:14px;padding:4px;background:#fff}.lang a{min-width:42px;padding:9px 10px;text-align:center;border-radius:10px;font-size:13px;font-weight:850;color:#6b7890}.lang .active{background:var(--blue-soft);color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:14px;border:1px solid transparent;font-weight:850;font-size:14px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px)}
.primary{background:linear-gradient(135deg,#0b55dc,#0758ef);color:#fff;box-shadow:0 12px 30px rgba(7,88,239,.2)}
.secondary{background:#fff;border-color:#cbdaf0;color:#193c74}.secondary:hover{background:#f8fbff}
.menu{display:none;width:45px;height:45px;border:1px solid var(--line);border-radius:12px;background:#fff}
.mobile{display:none;padding:10px 24px 22px;border-top:1px solid var(--line-2);background:#fff}.mobile.open{display:grid}.mobile a{padding:11px 0;font-weight:800}

/* Hero */
.hero{padding:78px 0 88px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:64px;align-items:center}
.badges{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:20px}.badge{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.badge.live{background:#e9faf3;color:#087a56}.badge.live:before{content:"";width:8px;height:8px;border-radius:50%;background:#13ba80}.badge.eyebrow{background:#edf4ff;color:var(--blue)}
h1{font-size:clamp(48px,5.25vw,74px);line-height:.99;letter-spacing:-.055em;margin:0 0 24px;color:#0f1e36}h1 span{color:var(--blue)}
.lead{font-size:18px;line-height:1.72;color:#536580;margin:0 0 28px;max-width:650px}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.hero-facts{display:flex;gap:20px;flex-wrap:wrap;margin-top:30px;color:#63738b;font-size:12px;font-weight:750}.hero-facts span{display:flex;align-items:center;gap:8px}.hero-facts b{color:var(--blue)}
.product-window{background:#fff;border:1px solid #cfdced;border-radius:28px;padding:14px;box-shadow:var(--shadow)}.window-label{display:flex;justify-content:space-between;align-items:center;padding:3px 7px 12px;font-size:12px;font-weight:800;color:#6b7b92}.window-label strong{color:#213653}.product-window img{width:100%;height:auto;border-radius:17px;border:1px solid #edf2f7;background:#fff}

/* Utility strip */
.strip{background:#fff;border-block:1px solid var(--line-2)}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.strip-item{display:flex;align-items:center;gap:12px;padding:22px 28px;border-left:1px solid var(--line-2)}.strip-item:first-child{border-left:0}.ico{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--blue-soft);color:var(--blue);font-weight:900}.strip-item strong,.strip-item small{display:block}.strip-item strong{font-size:13px}.strip-item small{margin-top:2px;color:#748298;font-size:11px}

/* Sections */
.section{padding:96px 0}.soft{background:var(--soft);border-block:1px solid #edf3fa}.heading{max-width:790px;margin-bottom:42px}.heading.center{text-align:center;margin-inline:auto;margin-bottom:48px}.kicker{font-size:11px;font-weight:950;letter-spacing:.17em;color:var(--blue);text-transform:uppercase}.heading h2,.about-copy h2,.feature-copy h2{font-size:clamp(36px,4vw,54px);line-height:1.05;letter-spacing:-.045em;margin:9px 0 15px}.heading p,.feature-copy p{font-size:16px;line-height:1.7;color:var(--muted);margin:0}

/* Core 3 */
.core-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.core-card{background:#fff;border:1px solid var(--line);border-radius:25px;padding:14px;box-shadow:var(--shadow-soft);overflow:hidden}.core-card .shot{aspect-ratio:1.85/1}.shot{background:#fff;border:1px solid #e8eff8;border-radius:18px;overflow:hidden;display:flex;align-items:center;justify-content:center}.shot img{width:100%;height:100%;object-fit:contain}.core-copy{padding:18px 8px 8px}.num{font-size:11px;font-weight:950;letter-spacing:.14em;color:var(--blue)}.core-copy h3{font-size:21px;letter-spacing:-.025em;margin:8px 0 8px}.core-copy p{font-size:13px;line-height:1.62;color:var(--muted);margin:0}

/* Detail overview */
.detail-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:stretch}.panel-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:var(--shadow-soft)}.panel-card .visual{border:1px solid var(--line-2);border-radius:20px;overflow:hidden;background:#fff}.panel-card .visual img{width:100%;height:auto}.panel-card h3{font-size:24px;letter-spacing:-.025em;margin:18px 4px 7px}.panel-card p{font-size:14px;line-height:1.65;color:var(--muted);margin:0 4px 4px}.detail-stack{display:grid;grid-template-rows:1fr 1fr;gap:24px}.chart-card{display:grid;grid-template-columns:170px 1fr;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:25px;padding:15px;box-shadow:var(--shadow-soft)}.chart-card .visual{height:210px;border:1px solid var(--line-2);border-radius:17px;overflow:hidden;background:#fff}.chart-card img{width:100%;height:100%;object-fit:cover;object-position:top}.chart-card h3{font-size:19px;margin:0 0 7px}.chart-card p{font-size:13px;line-height:1.55;color:var(--muted);margin:0}

/* Stage deep dive */
.feature-band{display:grid;grid-template-columns:.72fr 1.28fr;gap:62px;align-items:center}.feature-copy ul{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:12px}.feature-copy li{display:flex;gap:11px;align-items:flex-start;font-size:14px;line-height:1.55;color:#435775}.feature-copy li:before{content:"✓";width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;border-radius:50%;background:var(--blue-soft);color:var(--blue);font-size:12px;font-weight:900}.stage-gallery{display:grid;grid-template-columns:1fr 1fr;gap:18px}.stage-shot{background:#fff;border:1px solid var(--line);border-radius:24px;padding:12px;box-shadow:var(--shadow-soft);overflow:hidden}.stage-shot img{width:100%;height:610px;object-fit:cover;object-position:top;border-radius:16px;border:1px solid #edf2f7}.stage-shot.bottom img{object-position:bottom}

/* Events */
.context-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.context-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:var(--shadow-soft)}.context-card .visual{height:300px;border-radius:17px;overflow:hidden;border:1px solid var(--line-2);background:#fff}.context-card img{width:100%;height:100%;object-fit:cover;object-position:top}.context-card h3{font-size:20px;margin:17px 5px 6px}.context-card p{font-size:13px;line-height:1.6;color:var(--muted);margin:0 5px 6px}

/* About */
.about-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:72px;align-items:center}.about-lockup{min-height:520px;background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow-soft);display:grid;place-items:center;padding:58px 46px}.about-lockup img{width:min(100%,610px);height:auto}.about-copy p{font-size:16px;line-height:1.78;color:var(--muted);margin:0 0 20px}

/* Products */
.products{display:grid;gap:24px}.product-card{display:grid;grid-template-columns:.92fr 1.08fr;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#fff;box-shadow:var(--shadow-soft)}.product-copy{padding:44px;align-self:center}.product-copy h3{font-size:38px;letter-spacing:-.04em;margin:10px 0 12px}.product-copy p{color:var(--muted);line-height:1.7}.checks{list-style:none;padding:0;margin:20px 0 28px;display:grid;gap:9px;color:#334967;font-size:14px}.checks li:before{content:"✓";color:var(--blue);font-weight:950;margin-right:9px}.product-image{min-height:430px;background:#f5f8fc;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;object-position:top}.build .product-image img{filter:saturate(.8)}.overlay{position:absolute;inset:0;display:grid;place-content:center;text-align:center;background:rgba(247,250,255,.76);backdrop-filter:blur(5px);font-weight:900}.overlay small{margin-top:5px;color:#66778f;font-weight:650}

/* FAQ */
.faq{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px}.details{display:grid;gap:10px}.details details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 20px}.details summary{cursor:pointer;list-style:none;position:relative;padding:19px 38px 19px 0;font-weight:850}.details summary:after{content:"+";position:absolute;right:0;top:14px;width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue)}.details details[open] summary:after{content:"–"}.details p{font-size:14px;line-height:1.65;color:var(--muted);margin:-1px 0 20px}

/* Contact / CTA / Footer */
.contact{display:grid;grid-template-columns:1fr 1fr;gap:58px;padding:50px 54px;border-radius:30px;background:linear-gradient(135deg,#10233f,#0b55d9);color:#fff;box-shadow:0 18px 55px rgba(11,85,217,.16)}.contact .kicker{color:#a9c9ff}.contact h2{font-size:42px;margin:9px 0 12px}.contact p{color:#dce9fb}.email{font-size:19px;font-weight:900;border-bottom:1px solid rgba(255,255,255,.4)}.contact address{font-style:normal;line-height:1.85;align-self:center;border-left:1px solid rgba(255,255,255,.25);padding-left:40px;color:#e9f1ff}
.cta{padding:0 0 96px}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:32px;background:#f1f7ff;border:1px solid #d5e5fb;border-radius:25px;padding:36px 42px}.cta-inner h2{font-size:30px;letter-spacing:-.03em;margin:7px 0 0}
.footer{border-top:1px solid var(--line-2);background:#fff;padding:38px 0 28px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px}.footer-logo img{width:270px;height:auto}.footer-links{display:flex;gap:22px;flex-wrap:wrap;font-size:13px;font-weight:800;color:#40536f}.footer-bottom{display:flex;justify-content:space-between;gap:32px;margin-top:28px;padding-top:24px;border-top:1px solid var(--line-2);font-size:11px;color:#7a8799}.footer-bottom p{margin:0;max-width:670px}

/* Legal pages */
.legal-page{background:#f7faff;min-height:100vh}.legal-header{background:#fff;border-bottom:1px solid var(--line-2)}.legal-header .shell{min-height:108px;display:flex;align-items:center;justify-content:space-between}.legal-header .brand img{width:230px}.legal-main{padding:70px 0 100px}.legal-card{width:min(calc(100% - 40px),900px);margin:auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:54px;box-shadow:var(--shadow)}.legal-logo{width:210px;margin:0 0 24px}.legal-card h1{font-size:46px;letter-spacing:-.04em;margin:0 0 24px}.legal-card h2{font-size:20px;margin:28px 0 10px}.legal-card p,.legal-card address{color:#526681;line-height:1.75;font-style:normal}.legal-card a{color:var(--blue);font-weight:800}.legal-box{background:#f8fbff;border:1px solid var(--line-2);border-radius:16px;padding:20px}

@media(max-width:1100px){
  .nav{grid-template-columns:260px 1fr auto}.brand img{width:245px}.links{gap:20px;font-size:13px}
  .hero-grid,.about-grid,.detail-layout,.feature-band{grid-template-columns:1fr}.hero-copy{max-width:820px}.product-window{max-width:860px;margin:auto}.detail-stack{grid-template-columns:1fr 1fr;grid-template-rows:auto}.chart-card{grid-template-columns:150px 1fr}.feature-copy{max-width:820px}.stage-gallery{max-width:900px}.core-grid,.context-grid{grid-template-columns:1fr 1fr}.faq{grid-template-columns:1fr}.product-card{grid-template-columns:1fr}
}
@media(max-width:820px){
  .shell{width:min(calc(100% - 28px),var(--shell))}.section{padding:76px 0}.links,.desktop-cta{display:none}.menu{display:block}.nav{grid-template-columns:1fr auto;min-height:88px}.brand img{width:245px}.hero{padding:52px 0 68px}.hero-grid{gap:38px}h1{font-size:clamp(44px,12vw,62px)}.strip-grid{grid-template-columns:1fr 1fr}.core-grid,.context-grid,.detail-stack{grid-template-columns:1fr}.stage-gallery{grid-template-columns:1fr}.stage-shot img{height:auto}.chart-card{grid-template-columns:1fr}.chart-card .visual{height:auto}.chart-card img{height:auto;object-fit:contain}.about-lockup{min-height:390px;padding:45px 32px}.product-copy{padding:34px}.contact{grid-template-columns:1fr;padding:38px 30px}.contact address{border-left:0;border-top:1px solid rgba(255,255,255,.25);padding:26px 0 0}.cta-inner{display:grid}.footer-top,.footer-bottom{align-items:flex-start;flex-direction:column}
}
@media(max-width:540px){
  .shell{width:min(calc(100% - 20px),var(--shell))}.brand img{width:220px}.strip-grid{grid-template-columns:1fr}.strip-item{border-left:0;border-top:1px solid var(--line-2)}.strip-item:first-child{border-top:0}.hero-buttons{display:grid}.hero-buttons .btn{width:100%}.hero-facts{display:grid}.core-card{padding:10px}.product-copy{padding:28px 22px}.product-copy h3{font-size:32px}.contact{padding:30px 22px}.cta-inner{padding:30px 22px}.legal-card{width:min(calc(100% - 20px),900px);padding:32px 22px}.legal-card h1{font-size:40px}.footer-logo img{width:235px}
}

/* v5 — original screenshot integrity
   Keep user-provided screenshots intact: no cover crops, no forced zoom UI,
   no artificial blur and no upscaling beyond intrinsic image size. */
img{image-rendering:auto}
.product-window img,
.shot img,
.panel-card .visual img,
.chart-card .visual img,
.stage-shot img,
.context-card .visual img,
.product-image img{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
  margin-inline:auto;
}

/* Hero image: full values and complete cards visible */
.product-window{padding:16px;background:#fff}
.product-window img{border-radius:16px}

/* Three layers: one readable original screenshot per row */
.core-grid{grid-template-columns:1fr;gap:26px}
.core-card{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:28px;align-items:center;padding:18px 20px}
.core-card .shot{aspect-ratio:auto;min-height:0;padding:0;background:#fff}
.core-card .shot img{max-height:none}
.core-copy{padding:10px 12px}
.core-copy h3{font-size:25px}
.core-copy p{font-size:14px}

/* Detail views: large, complete originals instead of thumbnail crops */
.detail-layout{grid-template-columns:1fr;gap:26px}
.panel-card{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.45fr);gap:28px;align-items:center;padding:20px}
.panel-card .visual{display:flex;justify-content:center;align-items:center;overflow:visible;padding:10px}
.panel-card h3{margin:0 4px 8px;font-size:26px}
.panel-card p{font-size:14px}
.panel-card h3,.panel-card p{grid-column:2}
.panel-card .visual{grid-row:1 / span 2}
.detail-stack{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:26px}
.chart-card{display:block;padding:18px}
.chart-card .visual{height:auto;min-height:0;overflow:visible;padding:8px;display:flex;align-items:center;justify-content:center}
.chart-card .visual img{max-width:728px}
.chart-card h3{font-size:22px;margin:18px 4px 7px}
.chart-card p{font-size:14px;margin:0 4px 4px}

/* Stage details: show both screenshots in full at readable size */
.feature-band{grid-template-columns:.62fr 1.38fr;align-items:start;gap:54px}
.stage-gallery{grid-template-columns:1fr;gap:24px}
.stage-shot{padding:16px;display:flex;align-items:flex-start;justify-content:center;background:#fff}
.stage-shot img,.stage-shot.bottom img{width:auto;max-width:728px;height:auto;object-fit:contain;object-position:center;border-radius:16px}

/* Events / calendar / macro: no fixed-height crop */
.context-grid{grid-template-columns:1fr !important;max-width:1120px !important;margin-inline:auto}
.context-card{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);column-gap:28px;align-items:center;padding:18px}
.context-card .visual{grid-row:1 / span 2;height:auto;min-height:0;overflow:visible;display:flex;align-items:center;justify-content:center;padding:8px}
.context-card .visual img{max-height:none}
.context-card h3{margin:0 5px 8px;font-size:24px}
.context-card p{font-size:14px}

/* Product previews: full original screenshot, no blur overlay */
.product-image{min-height:0;padding:24px;background:#f8fbff;overflow:visible}
.product-image img{max-height:none}
.build .product-image img{filter:none}
.overlay{inset:auto 28px 28px auto;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:12px 15px;border:1px solid #dbe7f5;border-radius:14px;background:rgba(255,255,255,.96);backdrop-filter:none;box-shadow:0 10px 30px rgba(26,62,107,.12);text-align:left;font-size:13px}
.overlay small{font-size:11px}

/* Screenshot cards are intentionally non-interactive. */
.zoom{cursor:default}
.zoom:hover{box-shadow:var(--shadow-soft)}

@media(max-width:1100px){
  .core-card,.panel-card,.context-card{grid-template-columns:1fr}
  .core-copy,.panel-card h3,.panel-card p,.context-card h3,.context-card p{grid-column:auto}
  .panel-card .visual,.context-card .visual{grid-row:auto}
  .detail-stack{grid-template-columns:1fr}
  .feature-band{grid-template-columns:1fr}
  .stage-gallery{max-width:780px;margin-inline:auto}
}
@media(max-width:820px){
  .core-card,.panel-card,.context-card{padding:12px}
  .core-copy{padding:14px 8px 8px}
  .product-image{padding:14px}
  .overlay{position:static;margin:12px 0 0;width:100%;box-shadow:none}
}

/* v6 — compact, mobile-first, clean original screenshot presentation */
:root{--shell:1120px}
.shell{width:min(calc(100% - 32px),var(--shell))}
.header{backdrop-filter:blur(12px)}
.nav{min-height:78px;grid-template-columns:230px 1fr auto;gap:20px}
.brand img{width:220px}
.links{gap:22px;font-size:13px}
.btn{min-height:44px;padding:0 17px;border-radius:12px;font-size:13px}
.lang a{min-width:38px;padding:7px 8px}

.hero{padding:46px 0 54px}
.hero-grid{grid-template-columns:.92fr 1.08fr;gap:42px}
h1{font-size:clamp(42px,4.6vw,58px);line-height:1.01;margin-bottom:18px}
.lead{font-size:16px;line-height:1.6;margin-bottom:22px}
.badges{margin-bottom:14px}
.hero-facts{margin-top:20px;gap:14px;font-size:11px}
.product-window{padding:10px;border-radius:20px;max-width:610px;justify-self:end;box-shadow:0 12px 34px rgba(26,62,107,.07)}
.product-window img{width:100%;max-width:none;border-radius:12px;border:0}
.window-label{padding:1px 4px 8px;font-size:11px}

.strip-item{padding:16px 18px}.ico{width:34px;height:34px;border-radius:10px}
.section{padding:64px 0}.heading{margin-bottom:30px}.heading.center{margin-bottom:34px}
.heading h2,.about-copy h2,.feature-copy h2{font-size:clamp(31px,3.2vw,42px);line-height:1.08;margin:7px 0 12px}
.heading p,.feature-copy p{font-size:14px;line-height:1.62}

/* Core features: compact desktop grid, swipe cards on mobile */
.core-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.core-card{display:block;padding:10px;border-radius:20px;min-width:0}
.core-card .shot{padding:0;aspect-ratio:auto;border-radius:14px}
.core-card .shot img{width:100%;max-width:none;height:auto}
.core-copy{padding:13px 5px 5px}
.core-copy h3{font-size:19px;margin:6px 0 6px}.core-copy p{font-size:12.5px;line-height:1.52}
.num{font-size:10px}

/* Details: one strong indicator view + two clean graph cards */
.detail-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:18px;align-items:stretch}
.panel-card{display:block;padding:12px;border-radius:21px}
.panel-card .visual{padding:0;border-radius:14px;overflow:hidden}
.panel-card .visual img{width:100%;max-width:none}
.panel-card h3{font-size:20px;margin:13px 4px 5px}.panel-card p{font-size:12.5px;line-height:1.5}
.detail-stack{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr;gap:18px}
.chart-card{display:grid;grid-template-columns:160px 1fr;gap:14px;align-items:center;padding:12px;border-radius:20px}
.chart-card .visual{height:auto;padding:0;border-radius:13px;overflow:hidden}
.chart-card .visual img{width:100%;max-width:none;height:auto}
.chart-card h3{font-size:18px;margin:0 0 5px}.chart-card p{font-size:12px;line-height:1.45}

/* Stage details: cropped originals, no visible app scrollbar */
.feature-band{grid-template-columns:.78fr 1.22fr;gap:38px;align-items:center}
.feature-copy ul{margin-top:18px;gap:8px}.feature-copy li{font-size:12.5px}
.stage-gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.stage-shot{padding:8px;border-radius:18px;overflow:hidden}
.stage-shot img,.stage-shot.bottom img{width:100%;max-width:none;height:auto;border:0;border-radius:11px}

/* Events: compact cards */
.context-grid{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:16px;max-width:none !important}
.context-card{display:block;padding:10px;border-radius:19px}
.context-card .visual{height:auto;padding:0;border-radius:13px;overflow:hidden}
.context-card .visual img{width:100%;max-width:none;height:auto}
.context-card h3{font-size:18px;margin:12px 4px 5px}.context-card p{font-size:12px;line-height:1.48}

/* About + products: smaller and calmer */
.about-grid{grid-template-columns:.75fr 1.25fr;gap:44px}
.about-lockup{min-height:340px;padding:34px;border-radius:22px}.about-lockup img{width:min(100%,420px)}
.about-copy p{font-size:14px;line-height:1.65;margin-bottom:14px}
.products{gap:18px}.product-card{grid-template-columns:.92fr 1.08fr;border-radius:22px}
.product-copy{padding:30px}.product-copy h3{font-size:31px;margin:8px 0 9px}.product-copy p{font-size:13px;line-height:1.58}
.checks{font-size:12.5px;gap:6px;margin:14px 0 20px}
.product-image{padding:16px;min-height:0;overflow:hidden}.product-image img{width:100%;max-width:none;height:auto;border-radius:12px}
.build .product-image{align-items:center}.overlay{right:18px;bottom:18px;padding:9px 11px;border-radius:10px;font-size:11px}.overlay small{font-size:10px}

.faq{gap:44px}.details details{border-radius:15px}.details summary{padding:16px 34px 16px 0;font-size:13px}.details p{font-size:12.5px}
.contact{padding:34px 38px;border-radius:22px;gap:40px}.contact h2{font-size:34px}.contact p{font-size:13px}.email{font-size:17px}.contact address{font-size:13px}
.cta{padding-bottom:62px}.cta-inner{padding:27px 30px;border-radius:19px}.cta-inner h2{font-size:25px}
.footer{padding:28px 0 22px}.footer-logo img{width:220px}

/* Mobile-first behavior: swipe image cards, no giant vertical screenshot blocks */
@media(max-width:820px){
  .shell{width:min(calc(100% - 24px),var(--shell))}
  .nav{min-height:70px;grid-template-columns:1fr auto}.brand img{width:196px}.menu{display:block;width:40px;height:40px}.links,.desktop-cta{display:none}
  .hero{padding:34px 0 42px}.hero-grid{grid-template-columns:1fr;gap:26px}.hero-copy{max-width:none}
  h1{font-size:clamp(38px,11vw,48px)}.lead{font-size:14.5px;line-height:1.55}.hero-facts{display:none}
  .product-window{width:100%;max-width:620px;justify-self:center}.window-label{display:none}
  .strip{display:none}
  .section{padding:46px 0}.heading{margin-bottom:24px}.heading.center{text-align:left;margin:0 0 24px}.heading h2,.about-copy h2,.feature-copy h2{font-size:31px}.heading p,.feature-copy p{font-size:13.5px}

  .core-grid,.context-grid{display:flex !important;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:1px 2px 8px;margin-inline:-2px;scrollbar-width:none}
  .core-grid::-webkit-scrollbar,.context-grid::-webkit-scrollbar,.detail-stack::-webkit-scrollbar,.stage-gallery::-webkit-scrollbar{display:none}
  .core-card,.context-card{flex:0 0 min(86vw,390px);scroll-snap-align:start}

  .detail-layout{grid-template-columns:1fr;gap:14px}.panel-card{padding:10px}
  .detail-stack{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none}
  .chart-card{display:block;flex:0 0 min(82vw,360px);scroll-snap-align:start;padding:10px}.chart-card .visual img{width:100%}.chart-card h3{margin:11px 4px 4px}

  .feature-band{grid-template-columns:1fr;gap:24px}.feature-copy ul{display:none}
  .stage-gallery{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none;max-width:none;margin:0}
  .stage-shot{flex:0 0 min(84vw,370px);scroll-snap-align:start}

  .about-grid{grid-template-columns:1fr;gap:22px}.about-lockup{min-height:240px;padding:26px}.about-lockup img{width:min(100%,330px)}
  .product-card{grid-template-columns:1fr}.product-copy{padding:24px 20px}.product-copy h3{font-size:28px}.product-image{padding:10px}.overlay{position:static;margin:10px 0 0;width:100%;box-shadow:none}
  .faq{grid-template-columns:1fr;gap:24px}.contact{grid-template-columns:1fr;padding:28px 22px}.contact address{border-left:0;border-top:1px solid rgba(255,255,255,.25);padding:18px 0 0}
  .cta-inner{display:grid;padding:24px 20px}.footer-top,.footer-bottom{align-items:flex-start;flex-direction:column}
}

@media(max-width:540px){
  .shell{width:min(calc(100% - 18px),var(--shell))}.brand img{width:184px}
  .hero{padding-top:28px}.badges{gap:6px}.badge{font-size:9.5px;padding:6px 8px}.hero-buttons{display:grid;grid-template-columns:1fr}.hero-buttons .btn{width:100%}
  h1{font-size:38px}.lead{font-size:14px}.section{padding:40px 0}.heading h2,.about-copy h2,.feature-copy h2{font-size:28px}
  .core-card,.context-card{flex-basis:88vw}.chart-card{flex-basis:86vw}.stage-shot{flex-basis:88vw}
  .contact h2{font-size:29px}.footer-logo img{width:205px}
}

/* v7 — true compact grid revision */
:root{--shell:1080px}
.hero{padding:38px 0 44px}
.hero-grid{grid-template-columns:1fr .88fr;gap:34px;align-items:center}
.product-window{max-width:500px;padding:8px;border-radius:18px}
.product-window img{display:block;width:100%;height:auto;filter:none!important;opacity:1!important}
.window-label{padding:0 3px 6px}
.section{padding:52px 0}
.compact-section{padding:48px 0}
.compact-heading{max-width:760px;margin-bottom:24px}
.compact-heading h2{font-size:clamp(29px,3vw,38px)}
.compact-heading p{max-width:700px}

/* Three layers: always a real 3-up grid on desktop */
.core-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.core-card{padding:8px;border-radius:17px}
.core-card .shot{background:#fff;min-height:0;display:flex;align-items:center;justify-content:center}
.core-card .shot img{display:block;width:100%;height:auto;max-height:185px;object-fit:contain;filter:none!important}
.core-copy{padding:10px 4px 4px}
.core-copy h3{font-size:17px;line-height:1.18;margin:5px 0}
.core-copy p{font-size:11.5px;line-height:1.45}

/* Indicator + BTC/Gold graph + Swing/Fibonacci: three compact cards */
.data-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.data-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:9px;box-shadow:0 9px 26px rgba(25,62,105,.045)}
.data-card .visual{height:225px;border-radius:12px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}
.data-card .visual img{display:block;width:100%;height:100%;object-fit:contain;filter:none!important;opacity:1!important}
.data-card h3{font-size:17px;margin:10px 4px 3px}
.data-card p{font-size:11.5px;line-height:1.42;margin:0 4px 3px;color:var(--muted)}

/* Stage details: two focused crops side by side; no screenshot scrollbar */
.stage-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.stage-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:9px;box-shadow:0 9px 26px rgba(25,62,105,.045)}
.stage-card .visual{height:310px;border-radius:12px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}
.stage-card .visual img{display:block;width:100%;height:100%;object-fit:contain;filter:none!important;opacity:1!important}
.stage-card h3{font-size:17px;margin:10px 4px 3px}.stage-card p{font-size:11.5px;line-height:1.42;margin:0 4px 3px;color:var(--muted)}

/* Market environment: all three cards in one row */
.context-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;max-width:none!important;margin-inline:0!important}
.context-card{padding:9px;border-radius:18px}
.context-card .visual{height:250px;background:#fff;display:flex;align-items:center;justify-content:center}
.context-card .visual img{display:block;width:100%;height:100%;object-fit:contain;filter:none!important;opacity:1!important}
.context-card h3{font-size:17px;margin:10px 4px 3px}.context-card p{font-size:11.5px;line-height:1.42;margin:0 4px 3px}

/* Keep product area compact too */
.products{gap:14px}.product-card{border-radius:19px}.product-copy{padding:25px}.product-image{padding:12px}

@media(max-width:820px){
  .hero{padding:28px 0 34px}.hero-grid{grid-template-columns:1fr;gap:20px}.product-window{max-width:100%;justify-self:stretch}
  .section,.compact-section{padding:38px 0}
  .heading.center{text-align:left}
  .core-grid,.data-grid,.stage-pair,.context-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px;overflow:visible!important;padding:0!important}
  .core-card,.context-card{width:100%;min-width:0;max-width:none;flex:none}
  .core-card .shot img{max-height:none}
  .data-card .visual{height:auto;max-height:none}.data-card .visual img{height:auto;max-height:none;object-fit:contain}
  .stage-card .visual{height:auto;max-height:none}.stage-card .visual img{height:auto;max-height:none;object-fit:contain}
  .context-card .visual{height:auto;max-height:none}.context-card .visual img{height:auto;max-height:none;object-fit:contain}
  .core-copy h3,.data-card h3,.stage-card h3,.context-card h3{font-size:18px}
  .core-copy p,.data-card p,.stage-card p,.context-card p{font-size:12.5px}
}

@media(max-width:540px){
  .hero{padding-top:24px}.product-window{padding:6px;border-radius:15px}
  .section,.compact-section{padding:34px 0}.compact-heading{margin-bottom:18px}
  .core-card,.data-card,.stage-card,.context-card{padding:7px;border-radius:15px}
  .core-copy,.data-card h3,.stage-card h3,.context-card h3{margin-top:8px}
}

/* v8 — blue premium contact + historical context beside swing */
.contact.contact-premium{
  display:grid;
  grid-template-columns:240px minmax(0,1.15fr) minmax(285px,.8fr);
  align-items:center;
  gap:34px;
  padding:26px 30px;
  background:linear-gradient(135deg,#0f2749 0%,#0b4fca 58%,#0b63f3 100%);
  border:0;
  border-radius:26px;
  color:#fff;
  box-shadow:0 22px 58px rgba(10,72,184,.18);
}
.contact-premium .contact-logo{display:flex;align-items:center;height:100%}
.contact-premium .contact-logo-tile{
  width:100%;
  min-height:126px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px 20px;
  border-radius:18px;
  background:#fff;
  box-shadow:inset 0 0 0 1px rgba(19,49,92,.08),0 8px 24px rgba(7,31,78,.12);
}
.contact-premium .contact-logo img{display:block;width:100%;height:auto;max-width:205px}
.contact-premium .contact-main{min-width:0}
.contact-premium .contact-main .kicker{color:#bcd3ff}
.contact-premium .contact-main h2{
  margin:7px 0 16px;
  max-width:620px;
  font-size:clamp(25px,2.5vw,35px);
  line-height:1.08;
  color:#fff;
}
.contact-email-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.65);
  background:linear-gradient(180deg,#f8f9fb 0%,#d7dbe2 52%,#b8bec8 100%);
  color:#12223c;
  font-size:15px;
  font-weight:900;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 6px 16px rgba(7,27,66,.2);
}
.contact-email-btn:hover{transform:translateY(-1px);filter:brightness(1.03)}
.contact-premium address{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-left:1px solid rgba(255,255,255,.28);
  padding-left:30px;
  color:#edf4ff;
  font-size:13px;
  line-height:1.7;
}
.contact-premium address strong{color:#fff}

.history-swing-pair .stage-card .visual{height:290px}
.history-swing-pair .swing-card .visual{background:#fff}
.history-swing-pair .swing-card .visual img{object-fit:contain}

@media(max-width:960px){
  .contact.contact-premium{grid-template-columns:190px 1fr;gap:24px}
  .contact-premium address{grid-column:1/-1;border-left:0;border-top:1px solid rgba(255,255,255,.25);padding:20px 0 0;display:block}
}
@media(max-width:700px){
  .contact.contact-premium{grid-template-columns:1fr;padding:22px;gap:18px}
  .contact-premium .contact-logo-tile{min-height:106px;padding:17px}
  .contact-premium .contact-logo img{max-width:190px}
  .contact-premium .contact-main h2{font-size:25px}
  .contact-email-btn{width:100%}
  .contact-premium address{grid-column:auto;margin:0}
  .history-swing-pair .stage-card .visual{height:auto}
}

/* v9 — alignment, cleaner originals, refined about/products/contact */
@media(min-width:821px){
  .core-card{display:flex;flex-direction:column}
  .core-card .shot{height:190px;min-height:190px}
  .core-card .shot img{width:100%;height:100%;max-height:none;object-fit:contain}
  .core-card:first-child .shot img{width:104%;max-width:none}
  .core-copy{margin-top:0}

  .about-grid{grid-template-columns:350px minmax(0,1fr);gap:46px;align-items:stretch}
  .about-lockup{min-height:0;height:100%;padding:26px;border-radius:22px;align-self:stretch}
  .about-lockup img{width:min(100%,285px)}
}

/* Clean swing card: no gray matte around the screenshot. */
.history-swing-pair .swing-card .visual{background:#fff;padding:0;overflow:hidden}
.history-swing-pair .swing-card .visual img{display:block;background:#fff;width:100%;height:100%;object-fit:contain}

/* Product visuals: phase tracker before BlockWhisp; BlockWhisp keeps its real menu/sidebar. */
.product-phase-image{background:#fff}
.product-phase-image img{object-fit:contain!important;background:#fff}
.blockwhisp-image{background:#fff;padding:12px!important}
.blockwhisp-image img{width:100%;height:auto!important;object-fit:contain!important;object-position:center!important;border-radius:12px}

/* Contact: keep white logo tile, make typography calmer, use blue instead of silver. */
.contact.contact-premium{grid-template-columns:220px minmax(0,1fr) minmax(275px,.78fr);gap:30px;padding:24px 28px}
.contact-premium .contact-logo-tile{min-height:116px;padding:18px 18px}
.contact-premium .contact-logo img{max-width:190px}
.contact-premium .contact-main h2{font-size:clamp(22px,2vw,28px);line-height:1.12;margin:6px 0 14px;max-width:520px}
.contact-email-btn{min-height:42px;padding:0 17px;background:#0b63f3;color:#fff;border:1px solid rgba(255,255,255,.45);box-shadow:0 8px 20px rgba(5,45,118,.24);font-size:14px}
.contact-email-btn:hover{filter:brightness(1.06)}

@media(max-width:820px){
  .core-card .shot{height:auto;min-height:0}
  .about-lockup{min-height:210px;padding:22px}
  .about-lockup img{width:min(100%,260px)}
  .blockwhisp-image{padding:8px!important}
}


/* v10 — requested polish: contact, BlockWhisp, about, history + swing */
/* Contact: quieter question, compact blue button, branded address wordmark. */
.contact.contact-premium{
  grid-template-columns:190px minmax(0,1fr) minmax(250px,.72fr);
  gap:26px;
  padding:22px 26px;
}
.contact-premium .contact-logo-tile{min-height:104px;padding:15px 16px}
.contact-premium .contact-logo img{max-width:172px}
.contact-premium .contact-main h2{
  font-size:clamp(18px,1.55vw,22px);
  line-height:1.2;
  max-width:470px;
  margin:5px 0 12px;
  letter-spacing:-.025em;
}
.contact-email-btn{
  min-height:36px;
  width:max-content;
  padding:0 13px;
  border-radius:10px;
  background:#0758ef;
  border:1px solid rgba(255,255,255,.32);
  color:#fff;
  font-size:12px;
  font-weight:850;
  box-shadow:0 6px 16px rgba(4,39,104,.18);
}
.contact-premium address{padding-left:24px;font-size:12px;line-height:1.62}
.contact-address-head{display:block;margin-bottom:5px;font-weight:700}
.contact-wordmark{
  display:inline-flex;
  align-items:baseline;
  gap:6px;
  margin:0 9px 5px 0;
  padding:5px 8px 4px;
  border-radius:7px;
  background:#fff;
  font-size:11px;
  font-weight:650;
  letter-spacing:.075em;
  line-height:1;
  box-shadow:inset 0 0 0 1px rgba(18,33,61,.06);
}
.contact-wordmark .word-chingo{color:#15171b}
.contact-wordmark .word-labs{color:#0040d2}
.contact-owner{display:block;color:#fff;font-weight:750}

/* About: logo tile begins with the main title, not with the small section kicker. */
@media(min-width:821px){
  .about-grid{grid-template-columns:300px minmax(0,1fr);gap:40px;align-items:stretch}
  .about-lockup{padding:24px;min-height:0;height:auto;align-self:stretch;margin-top:20px}
  .about-lockup img{width:min(100%,220px)}
}

/* BlockWhisp: copy stays left; the compact product screenshot stays on the right. */
.blockwhisp-card{
  grid-template-columns:minmax(0,1fr) minmax(300px,410px);
  align-items:center;
  column-gap:28px;
}
.blockwhisp-copy{
  align-self:center;
  padding:30px 0 30px 30px;
  max-width:560px;
}
.blockwhisp-copy h3{
  font-size:31px;
  letter-spacing:-.04em;
  margin:8px 0 9px;
}
.blockwhisp-copy p:first-of-type{margin-top:0}
.blockwhisp-copy p:last-child{margin-bottom:0}
.blockwhisp-image{
  width:auto;
  min-height:0;
  padding:8px!important;
  margin:24px 28px 24px 0;
  border:1px solid var(--line-2);
  border-radius:15px;
  background:#fff;
  overflow:hidden;
  align-self:center;
}
.blockwhisp-image img{
  display:block;
  width:100%;
  height:auto!important;
  border-radius:9px;
  object-fit:contain!important;
  object-position:center!important;
}

/* History + swing: same compact card width as the three cards above. */
.history-swing-pair{
  grid-template-columns:repeat(2,minmax(0,340px));
  justify-content:center;
  gap:14px;
  max-width:694px;
  margin-inline:auto;
}
.history-swing-pair .stage-card .visual{height:245px;background:#fff;border-radius:12px}
.history-swing-pair .stage-card .visual img{
  background:#fff;
  border-radius:11px;
  clip-path:inset(0 round 11px);
}
.history-swing-pair .swing-card .visual{background:#fff!important}
.history-swing-pair .swing-card .visual img{background:#fff!important;object-fit:contain}

@media(max-width:960px){
  .contact.contact-premium{grid-template-columns:165px 1fr;gap:22px}
  .contact-premium address{padding-left:0}
}
@media(max-width:820px){
  .about-lockup{margin-top:0}
  .about-lockup img{width:min(100%,215px)}
  .blockwhisp-card{grid-template-columns:1fr;row-gap:0}
  .blockwhisp-copy{padding:24px 20px 12px;max-width:none}
  .blockwhisp-copy h3{font-size:28px}
  .blockwhisp-image{width:auto;margin:0 20px 24px;padding:8px!important}
  .history-swing-pair{grid-template-columns:1fr;max-width:390px;margin-inline:auto}
  .history-swing-pair .stage-card .visual{height:auto}
}
@media(max-width:700px){
  .contact.contact-premium{grid-template-columns:1fr;padding:20px;gap:16px}
  .contact-premium .contact-main h2{font-size:20px}
  .contact-email-btn{width:max-content;max-width:100%}
  .contact-premium address{padding-top:16px}
}


/* v12 — final requested alignment: about, BlockWhisp, clean Swing */
/* About: top of logo tile begins at the main H2; wordmark is optically centered in SVG. */
@media (min-width:821px){
  .about-grid{
    grid-template-columns:300px minmax(0,1fr);
    gap:40px;
    align-items:stretch;
  }
  .about-lockup{
    margin-top:36px;
    min-height:0;
    height:auto;
    align-self:stretch;
    padding:24px;
  }
  .about-lockup img{
    width:min(100%,220px);
    height:auto;
    transform:none;
    margin:auto;
  }
}

/* BlockWhisp: keep visual on the right, but match the compact body-text area. */
@media (min-width:821px){
  .blockwhisp-card{
    grid-template-columns:minmax(0,1fr) 360px;
    align-items:start;
    column-gap:24px;
  }
  .blockwhisp-copy{
    align-self:start;
    padding:30px 0 30px 30px;
    max-width:620px;
  }
  .blockwhisp-image{
    box-sizing:border-box;
    width:320px;
    max-width:320px;
    min-height:0 !important;
    justify-self:end;
    align-self:start;
    display:block;
    margin:145px 28px 28px 0;
    padding:7px !important;
    border:1px solid var(--line-2);
    border-radius:15px;
    background:#fff;
    overflow:hidden;
  }
  .blockwhisp-image img{
    display:block;
    width:100%;
    height:auto !important;
    max-height:none;
    object-fit:contain !important;
    object-position:center !important;
    border-radius:9px;
  }
}

/* Swing source images are cleaned to white in the PNG itself. */
.history-swing-pair .swing-card .visual{
  background:#fff !important;
  overflow:hidden;
  border-radius:12px;
}
.history-swing-pair .swing-card .visual img{
  display:block;
  background:#fff !important;
  clip-path:none !important;
  border-radius:0;
}

/* v13 — refreshed cockpit screenshots, clean tracker edges, aligned BlockWhisp */
.core-card .shot{
  background:#fff;
  overflow:hidden;
}
.core-card .shot img{
  background:#fff;
}

/* New top-row screenshots: no grey matte at the outside. */
.core-card:nth-child(1) .shot img,
.core-card:nth-child(2) .shot img,
.core-card:nth-child(3) .shot img{
  object-fit:contain;
  object-position:center;
}

/* Cycle Tracker: same clean white treatment as Swing, in both placements. */
.product-phase-image{
  background:#fff !important;
  overflow:hidden;
}
.product-phase-image img{
  background:#fff !important;
  border-radius:12px;
  object-fit:contain !important;
  object-position:center !important;
}

/* Fibonacci: use the selected detail view and keep the informative upper/chart area visible. */
.fibonacci-card .visual{
  background:#fff;
  overflow:hidden;
}
.fibonacci-card .visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 34%;
  background:#fff;
}

/* BlockWhisp: smaller on the right and ending on the same baseline as the text block. */
@media (min-width:821px){
  .blockwhisp-card{
    grid-template-columns:minmax(0,1fr) 300px;
    align-items:start;
    column-gap:28px;
  }
  .blockwhisp-copy{
    align-self:start;
    padding:30px 0 30px 30px;
    max-width:620px;
  }
  .blockwhisp-image{
    box-sizing:border-box;
    width:260px;
    max-width:260px;
    min-height:0 !important;
    justify-self:end;
    align-self:start;
    margin:102px 28px 0 0;
    padding:6px !important;
    border:1px solid var(--line-2);
    border-radius:14px;
    background:#fff;
    overflow:hidden;
  }
  .blockwhisp-image img{
    display:block;
    width:100%;
    height:auto !important;
    max-height:none;
    object-fit:contain !important;
    object-position:center !important;
    border-radius:8px;
  }
}


/* v14 — approved clean screenshots + final BlockWhisp alignment */
.core-card .shot,
.product-phase-image,
.fibonacci-card .visual{
  background:#fff !important;
  overflow:hidden;
}
.core-card .shot img,
.product-phase-image img,
.fibonacci-card .visual img{
  background:#fff !important;
}

/* Keep the approved clean screenshots fully visible. */
.core-card:nth-child(1) .shot img,
.core-card:nth-child(2) .shot img,
.core-card:nth-child(3) .shot img{
  object-fit:contain !important;
  object-position:center !important;
}
.product-phase-image img{
  object-fit:contain !important;
  object-position:center !important;
  border-radius:12px;
}

/* Fibonacci thumbnail: bias the crop downward so the graph is clearly visible. */
.fibonacci-card .visual img{
  object-fit:cover !important;
  object-position:center 70% !important;
}

/* BlockWhisp: compact right visual, bottom aligned to the text content. */
@media (min-width:821px){
  .blockwhisp-card{
    grid-template-columns:minmax(0,1fr) 300px;
    align-items:stretch;
    column-gap:28px;
  }
  .blockwhisp-copy{
    align-self:stretch;
    padding:30px 0 30px 30px;
    max-width:620px;
  }
  .blockwhisp-image{
    box-sizing:border-box;
    width:260px;
    max-width:260px;
    min-height:0 !important;
    justify-self:end;
    align-self:end;
    margin:0 28px 30px 0;
    padding:6px !important;
    border:1px solid var(--line-2);
    border-radius:14px;
    background:#fff;
    overflow:hidden;
  }
  .blockwhisp-image img{
    display:block;
    width:100%;
    height:auto !important;
    max-height:none;
    object-fit:contain !important;
    object-position:center !important;
    border-radius:8px;
  }
}
\n\n/* v15 — originals only, clean edge treatment, clearer KPI separation */\n.core-card .shot{\n  background:#fff !important;\n  overflow:hidden;\n  padding:4px;\n}\n.core-card .shot img{\n  display:block;\n  width:100%;\n  height:100%;\n  object-fit:contain !important;\n  object-position:center !important;\n  background:#fff !important;\n  border-radius:10px;\n}\n/* The current daily originals include three KPI cards at the top; keep enough room for the white gutters to read clearly. */\n.core-card:first-child .shot img{\n  width:100% !important;\n  max-width:100% !important;\n}\n.product-phase-image{\n  background:#fff !important;\n  overflow:hidden;\n  padding:8px;\n}\n.product-phase-image img{\n  width:100%;\n  height:auto !important;\n  object-fit:contain !important;\n  object-position:center !important;\n  border-radius:12px;\n  background:#fff !important;\n}\n.fibonacci-card .visual{\n  background:#fff !important;\n  overflow:hidden;\n}\n.fibonacci-card .visual img{\n  width:100%;\n  height:100%;\n  object-fit:contain !important;\n  object-position:center !important;\n  background:#fff !important;\n}\n@media (min-width:821px){\n  .blockwhisp-card{\n    grid-template-columns:minmax(0,1fr) 340px;\n    align-items:stretch;\n    column-gap:30px;\n  }\n  .blockwhisp-copy{\n    align-self:stretch;\n    padding:30px 0 30px 30px;\n    max-width:620px;\n  }\n  .blockwhisp-image{\n    box-sizing:border-box;\n    width:320px;\n    max-width:320px;\n    min-height:0 !important;\n    justify-self:end;\n    align-self:end;\n    margin:0 28px 30px 0;\n    padding:6px !important;\n    border:1px solid var(--line-2);\n    border-radius:14px;\n    background:#fff;\n    overflow:hidden;\n  }\n  .blockwhisp-image img{\n    display:block;\n    width:100%;\n    height:auto !important;\n    object-fit:contain !important;\n    object-position:center !important;\n    border-radius:8px;\n  }\n}\n
/* v16 — targeted visual corrections only.
   DE phase/stage use the approved v14 cards; EN phase stays v15.
   Fibonacci returns to the wider v14 framing, with the graph visible.
   EN Events uses the original screenshot with only its grey top cap cropped. */
.fibonacci-card .visual{
  background:#fff !important;
  overflow:hidden !important;
}
.fibonacci-card .visual img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center 70% !important;
  background:#fff !important;
}
.context-card .visual{
  background:#fff !important;
  overflow:hidden !important;
}
.context-card .visual img{
  background:#fff !important;
}


/* v17 — shorter page, fewer repeated cards, compact product/section sizing */
/* Two detail cards only. */
.data-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  max-width:760px;
  margin-inline:auto;
}
.data-card .visual{height:205px}

/* History and Events are now single focused cards. */
.history-swing-pair{
  grid-template-columns:minmax(0,560px) !important;
  max-width:560px !important;
  justify-content:center;
  margin-inline:auto;
}
.history-swing-pair .stage-card .visual{height:250px}
.context-grid{
  grid-template-columns:minmax(0,620px) !important;
  max-width:620px !important;
  margin-inline:auto !important;
}
.context-card .visual{height:265px}

/* Product area: no duplicate Cycle Phase screenshot; both cards calmer and shorter. */
.products{gap:16px}
.product-card:not(.blockwhisp-card){
  display:block;
}
.product-card:not(.blockwhisp-card) .product-copy{
  max-width:760px;
  padding:24px 28px;
}
.product-copy{padding:24px 28px}
.product-copy h3{font-size:28px}
.product-copy p{font-size:12.5px;line-height:1.5}
.checks{font-size:12px;gap:4px;margin:11px 0 16px}
.blockwhisp-card{min-height:0}

/* General vertical rhythm: modestly tighter on desktop too. */
.section{padding:44px 0}
.compact-section{padding:40px 0}
.heading{margin-bottom:20px}
.cta{padding-bottom:46px}
.cta-inner{padding:22px 26px}

@media (max-width:820px){
  /* Header/hero product preview should read as a preview, not a full screen. */
  .product-window{
    width:82%;
    max-width:360px;
    margin-inline:auto;
    padding:5px;
  }
  .product-window img{
    max-height:260px;
    object-fit:contain;
  }

  .section,.compact-section{padding:28px 0}
  .heading,.compact-heading,.heading.center{margin-bottom:16px}
  .heading h2,.about-copy h2,.feature-copy h2{font-size:25px;line-height:1.08}
  .heading p,.feature-copy p{font-size:12.5px;line-height:1.5}

  /* 01/02/03: text first, image second, and both much smaller. */
  .core-grid{gap:10px !important}
  .core-card{
    display:flex;
    flex-direction:column;
    padding:7px;
  }
  .core-card .core-copy{order:1;padding:8px 7px 7px}
  .core-card .shot{order:2;padding:2px;max-height:165px}
  .core-card .shot img{width:100%;height:auto !important;max-height:160px !important;object-fit:contain !important}
  .core-copy .num{font-size:10px}
  .core-copy h3{font-size:16px;margin:3px 0}
  .core-copy p{font-size:11.5px;line-height:1.4;margin-bottom:2px}

  /* Two indicator cards stay compact rather than becoming huge image blocks. */
  .data-grid{grid-template-columns:1fr 1fr !important;gap:9px !important;max-width:none}
  .data-card{padding:6px}
  .data-card .visual{height:145px !important}
  .data-card .visual img{width:100%;height:100% !important;object-fit:contain !important}
  .data-card h3{font-size:14px;margin:7px 3px 2px}
  .data-card p{font-size:10.5px;line-height:1.35;margin:0 3px 2px}

  /* Single history/event cards no longer take an entire viewport. */
  .history-swing-pair,.context-grid{max-width:100% !important}
  .stage-card,.context-card{padding:7px}
  .history-swing-pair .stage-card .visual{height:205px !important}
  .context-card .visual{height:205px !important}
  .stage-card .visual img,.context-card .visual img{width:100%;height:100% !important;object-fit:contain !important}
  .stage-card h3,.context-card h3{font-size:15px;margin:7px 3px 2px}
  .stage-card p,.context-card p{font-size:10.8px;line-height:1.35;margin:0 3px 2px}

  /* Products: target roughly half-screen visual weight per card. */
  .products{gap:12px}
  .product-card{border-radius:16px}
  .product-copy,.product-card:not(.blockwhisp-card) .product-copy{padding:18px 16px}
  .product-copy h3{font-size:24px;margin:6px 0 7px}
  .product-copy p{font-size:12px;line-height:1.42;margin:0 0 9px}
  .checks{font-size:11px;line-height:1.35;gap:3px;margin:9px 0 13px}
  .product-card .btn{min-height:40px;padding:0 14px;font-size:13px}
  .blockwhisp-copy{padding:18px 16px 10px !important}
  .blockwhisp-copy h3{font-size:24px}
  .blockwhisp-image{
    width:64% !important;
    max-width:270px !important;
    margin:0 auto 16px !important;
    padding:5px !important;
  }
  .blockwhisp-image img{max-height:185px;object-fit:contain !important}

  /* About, FAQ, contact, CTA and footer: same content, less vertical space. */
  .about-grid{gap:14px}
  .about-lockup{min-height:150px;padding:14px}
  .about-lockup img{width:min(100%,170px)}
  .about-copy p{font-size:12px;line-height:1.5;margin-bottom:9px}
  .faq{gap:15px}
  .details details{border-radius:13px}
  .details summary{padding:12px 32px 12px 0;font-size:12px}
  .details p{font-size:11.5px;line-height:1.45}
  .contact.contact-premium{padding:15px !important;gap:11px !important;border-radius:18px}
  .contact-premium .contact-logo-tile{min-height:76px !important;padding:10px !important}
  .contact-premium .contact-logo img{max-width:145px !important}
  .contact-premium .contact-main h2{font-size:18px !important;line-height:1.12;margin:4px 0 9px}
  .contact-email-btn{min-height:36px;padding:0 12px;font-size:11.5px}
  .contact-premium address{padding-top:11px !important;font-size:10.5px !important;line-height:1.48 !important}
  .contact-wordmark{font-size:10px}
  .cta-inner{padding:18px 16px;gap:12px}
  .cta-inner h2{font-size:21px;line-height:1.12}
  .cta-inner .btn{min-height:42px;font-size:13px}
  .footer{padding:22px 0 18px}
  .footer-logo img{width:175px}
  .footer-links{gap:15px;font-size:12px}
  .footer-bottom{gap:10px;font-size:11px}
}

@media (max-width:540px){
  .section,.compact-section{padding:25px 0}
  .product-window{width:78%;max-width:330px}
  .core-card .shot{max-height:145px}
  .core-card .shot img{max-height:140px !important}
  .data-card .visual{height:128px !important}
  .history-swing-pair .stage-card .visual,.context-card .visual{height:185px !important}
  .blockwhisp-image{width:60% !important;max-width:245px !important}
}

/* v18 — compact final pass: no hero preview, compact products, history+Swing, Macro+Events */
.hero-grid{
  grid-template-columns:minmax(0,980px) !important;
  justify-content:start;
  gap:0 !important;
}
.hero-copy{max-width:980px}
.hero{padding:52px 0 50px}

/* History + Swing: two balanced cards. */
.history-swing-pair{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  max-width:980px !important;
  gap:16px !important;
  margin-inline:auto !important;
}
.history-swing-pair .stage-card{padding:9px;border-radius:18px}
.history-swing-pair .stage-card .visual{height:230px !important;background:#fff!important}
.history-swing-pair .stage-card .visual img{width:100%;height:100%;object-fit:contain!important;background:#fff!important}
.history-swing-pair .stage-card h3{font-size:18px;margin:10px 4px 3px}
.history-swing-pair .stage-card p{font-size:12px;line-height:1.4;margin:0 4px 4px}

/* Macro left + Events right in one shared window. */
.market-section{padding:38px 0}
.market-window{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  max-width:1060px;
  margin-inline:auto;
  padding:12px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.market-card{
  min-width:0;
  background:#fff;
  border:1px solid var(--line-2);
  border-radius:16px;
  padding:8px;
  overflow:hidden;
}
.market-card .visual{
  height:220px;
  border-radius:11px;
  overflow:hidden;
  background:#fff;
}
.market-card .visual img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:top center;
  background:#fff;
}
.market-copy{padding:9px 5px 5px}
.market-copy h3{font-size:18px;margin:0 0 3px}
.market-copy p{font-size:11.5px;line-height:1.38;color:var(--muted);margin:0}

/* About: much flatter. */
.about-grid{
  grid-template-columns:210px minmax(0,1fr) !important;
  gap:28px !important;
  align-items:center !important;
}
.about-lockup{
  min-height:205px !important;
  padding:18px !important;
  border-radius:20px !important;
}
.about-lockup img{width:min(100%,180px) !important}
.about-copy h2{font-size:31px;line-height:1.08;margin:8px 0 12px}
.about-copy p{font-size:13px;line-height:1.55;margin:0 0 10px}

/* Products: two compact cards side by side on desktop, no dead empty space. */
.products{
  display:grid !important;
  grid-template-columns:1fr 1fr;
  gap:14px !important;
  align-items:stretch;
}
.product-card,
.product-card:not(.blockwhisp-card),
.blockwhisp-card{
  display:flex !important;
  flex-direction:column !important;
  min-height:0 !important;
  border-radius:18px !important;
}
.product-copy,
.product-card:not(.blockwhisp-card) .product-copy,
.blockwhisp-copy{
  max-width:none !important;
  padding:20px 22px !important;
}
.product-copy h3{font-size:25px !important;margin:6px 0 8px !important}
.product-copy p{font-size:11.5px !important;line-height:1.45 !important;margin:0 0 8px !important}
.checks{font-size:11px !important;gap:3px !important;margin:8px 0 12px !important}
.product-card .btn{min-height:40px;padding:0 14px;font-size:12px}
.blockwhisp-image{
  width:58% !important;
  max-width:260px !important;
  min-height:0 !important;
  margin:auto 18px 16px auto !important;
  padding:4px !important;
  border:1px solid var(--line-2);
  border-radius:12px;
  background:#fff;
}
.blockwhisp-image img{display:block;width:100%;height:auto!important;max-height:160px;object-fit:contain!important;background:#fff}

/* Slightly tighter global rhythm. */
.section{padding:38px 0}
.compact-section{padding:35px 0}
.heading{margin-bottom:16px}

@media(max-width:820px){
  .hero{padding:26px 0 30px}
  .hero-grid{grid-template-columns:1fr !important}
  .hero-copy{max-width:none}

  /* Keep history + Swing side by side to shorten mobile length. */
  .history-swing-pair{
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
    max-width:100% !important;
  }
  .history-swing-pair .stage-card{padding:5px;border-radius:13px}
  .history-swing-pair .stage-card .visual{height:118px !important}
  .history-swing-pair .stage-card h3{font-size:13px;margin:6px 2px 2px}
  .history-swing-pair .stage-card p{font-size:9.5px;line-height:1.28;margin:0 2px 2px}

  /* Requested: Macro and Events remain side by side even on mobile. */
  .market-section{padding:26px 0}
  .market-window{grid-template-columns:1fr 1fr;gap:7px;padding:7px;border-radius:15px}
  .market-card{padding:4px;border-radius:11px}
  .market-card .visual{height:118px}
  .market-copy{padding:6px 3px 3px}
  .market-copy h3{font-size:13px;margin-bottom:2px}
  .market-copy p{font-size:9px;line-height:1.25}

  .about-grid{grid-template-columns:1fr !important;gap:10px !important}
  .about-lockup{min-height:105px !important;padding:8px !important}
  .about-lockup img{width:min(100%,130px) !important}
  .about-copy h2{font-size:22px;margin:5px 0 7px}
  .about-copy p{font-size:10.5px;line-height:1.4;margin-bottom:6px}

  .products{grid-template-columns:1fr !important;gap:9px !important}
  .product-copy,.product-card:not(.blockwhisp-card) .product-copy,.blockwhisp-copy{padding:14px 14px !important}
  .product-copy h3{font-size:21px !important;margin:4px 0 5px !important}
  .product-copy p{font-size:10.5px !important;line-height:1.35 !important;margin-bottom:6px !important}
  .checks{font-size:10px !important;gap:2px !important;margin:6px 0 9px !important}
  .product-card .btn{min-height:36px;font-size:11px;padding:0 12px}
  .blockwhisp-image{width:48% !important;max-width:190px !important;margin:0 12px 12px auto !important}
  .blockwhisp-image img{max-height:118px}

  .section,.compact-section{padding:24px 0}
  .heading{margin-bottom:12px}
}

@media(max-width:540px){
  .market-card .visual{height:104px}
  .history-swing-pair .stage-card .visual{height:105px !important}
  .blockwhisp-image{width:45% !important;max-width:170px !important}
}


/* v19 — four-layer context, compact market/products, ordered flow */
/* Header CTA intentionally removed in HTML: language selector remains the only header action. */

/* Four layers: Daily, Cycle, Stage, Swing. */
.core-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:12px !important;
  max-width:1160px;
  margin-inline:auto;
}
.core-card{min-width:0}
.core-card .shot{height:150px !important;min-height:150px !important}
.core-card .shot img{width:100%;height:100% !important;max-height:none !important;object-fit:contain !important;background:#fff}
.core-copy{padding:11px 6px 6px !important}
.core-copy h3{font-size:17px !important;line-height:1.15;margin:5px 0 5px !important}
.core-copy p{font-size:11px !important;line-height:1.42 !important}

/* Market is deliberately tighter and centered, not stretched across the page. */
.market-window{
  max-width:900px !important;
  gap:10px !important;
  padding:9px !important;
}
.market-card{padding:6px !important}
.market-card .visual{height:184px !important}
.market-copy{padding:7px 4px 4px !important}
.market-copy h3{font-size:16px !important}
.market-copy p{font-size:10.8px !important}

/* Indicators stay compact, then history closes the feature sequence. */
.data-grid{max-width:720px !important;gap:12px !important}
.history-swing-pair{
  max-width:900px !important;
  gap:12px !important;
}
.history-swing-pair .stage-card .visual{height:210px !important}

/* Product pair: much narrower and denser on desktop. */
.products{
  max-width:980px !important;
  margin-inline:auto !important;
  gap:12px !important;
}
.product-card,
.product-card:not(.blockwhisp-card),
.blockwhisp-card{border-radius:16px !important}
.product-copy,
.product-card:not(.blockwhisp-card) .product-copy,
.blockwhisp-copy{padding:17px 18px !important}
.product-copy h3{font-size:22px !important;margin:5px 0 6px !important}
.product-copy p{font-size:10.8px !important;line-height:1.4 !important;margin-bottom:6px !important}
.checks{font-size:10.4px !important;gap:2px !important;margin:6px 0 9px !important}
.product-card .btn{min-height:36px !important;padding:0 12px !important;font-size:11px !important;border-radius:11px !important}
.blockwhisp-image{width:52% !important;max-width:225px !important;margin:auto 14px 13px auto !important}
.blockwhisp-image img{max-height:138px !important}

@media(max-width:1100px){
  .core-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;max-width:760px}
}

@media(max-width:820px){
  /* Four levels remain compact in a 2×2 grid; text stays above the screenshot. */
  .core-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:7px !important;max-width:none}
  .core-card{display:flex !important;flex-direction:column !important;padding:5px !important}
  .core-card .core-copy{order:1;padding:6px 5px 5px !important}
  .core-card .shot{order:2;height:104px !important;min-height:104px !important;max-height:104px !important;padding:1px !important}
  .core-card .shot img{height:100% !important;max-height:102px !important}
  .core-copy .num{font-size:8.5px !important;letter-spacing:.1em}
  .core-copy h3{font-size:12.5px !important;line-height:1.12;margin:3px 0 !important}
  .core-copy p{font-size:9.2px !important;line-height:1.28 !important}

  .market-window{max-width:100% !important;gap:6px !important;padding:6px !important}
  .market-card .visual{height:96px !important}
  .market-copy h3{font-size:12.5px !important}
  .market-copy p{font-size:8.7px !important}

  .data-grid{max-width:none !important;gap:7px !important}
  .history-swing-pair{max-width:none !important;gap:7px !important}
  .history-swing-pair .stage-card .visual{height:108px !important}

  .products{max-width:100% !important;gap:8px !important}
  .product-copy,.product-card:not(.blockwhisp-card) .product-copy,.blockwhisp-copy{padding:12px 12px !important}
  .product-copy h3{font-size:19px !important}
  .product-copy p{font-size:9.8px !important;line-height:1.34 !important}
  .checks{font-size:9.4px !important;margin:5px 0 7px !important}
  .blockwhisp-image{width:43% !important;max-width:165px !important;margin:0 10px 10px auto !important}
  .blockwhisp-image img{max-height:105px !important}
}

@media(max-width:430px){
  .core-card .shot{height:92px !important;min-height:92px !important;max-height:92px !important}
  .core-card .shot img{max-height:90px !important}
  .core-copy h3{font-size:11.5px !important}
  .core-copy p{font-size:8.6px !important}
  .market-card .visual{height:88px !important}
  .history-swing-pair .stage-card .visual{height:98px !important}
}


/* v20 — current Daily/Macro/Events originals, clean edges, tighter layout */
.core-card:first-child .shot{
  background:#fff !important;
  overflow:hidden !important;
}
.core-card:first-child .shot img{
  border-radius:10px !important;
  background:#fff !important;
}

/* Macro + events: centered, compact pair with clean screenshot edges. */
.market-window{
  max-width:760px !important;
  padding:8px !important;
  gap:10px !important;
  margin-inline:auto !important;
}
.market-card{
  min-width:0 !important;
  overflow:hidden !important;
  background:#fff !important;
  border-radius:15px !important;
}
.market-card .visual{
  height:170px !important;
  padding:5px !important;
  background:#fff !important;
  overflow:hidden !important;
  border-radius:12px !important;
}
.market-card .visual img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  border-radius:10px !important;
}
.market-copy{padding:7px 7px 6px !important}

/* Products: narrower; BTC card is informational only, no duplicate CTA or empty second column. */
#produkte .heading,
#products .heading{
  max-width:820px !important;
  margin-inline:auto !important;
}
.products{
  max-width:820px !important;
  margin-inline:auto !important;
}
.product-card:not(.blockwhisp-card){
  grid-template-columns:1fr !important;
}
.product-card:not(.blockwhisp-card) .product-copy{
  max-width:700px !important;
  width:100% !important;
}
.product-card:not(.blockwhisp-card) .btn{
  display:none !important;
}
.blockwhisp-card{
  grid-template-columns:minmax(0,1fr) 220px !important;
}
.blockwhisp-image{
  width:205px !important;
  max-width:205px !important;
}

.market-card .visual img,
.core-card:first-child .shot img{
  filter:none !important;
  box-shadow:none !important;
}

@media(max-width:820px){
  .market-window{
    max-width:100% !important;
    gap:6px !important;
    padding:5px !important;
  }
  .market-card .visual{height:92px !important;padding:2px !important}
  .products{max-width:100% !important}
  .blockwhisp-card{grid-template-columns:1fr !important}
  .blockwhisp-image{
    width:min(42%,155px) !important;
    max-width:155px !important;
    margin:0 10px 10px auto !important;
  }
}

/* v21 — layout refinements built on v20 (do not shrink non-product content) */

/* Four cockpit layers: 2×2 on desktop so each card is large enough to read. */
@media (min-width:821px){
  .core-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    max-width:1040px !important;
    gap:18px !important;
    margin-inline:auto !important;
  }
  .core-card{
    padding:11px !important;
    border-radius:20px !important;
  }
  .core-card .shot{
    height:230px !important;
    min-height:230px !important;
  }
  .core-copy{padding:13px 8px 8px !important}
  .core-copy h3{font-size:20px !important;line-height:1.18 !important}
  .core-copy p{font-size:12.5px !important;line-height:1.5 !important}

  /* The other content cards should be generous again. */
  .market-window{
    max-width:1060px !important;
    gap:14px !important;
    padding:11px !important;
  }
  .market-card .visual{height:230px !important;padding:5px !important}
  .market-copy h3{font-size:17px !important}
  .market-copy p{font-size:11.5px !important;line-height:1.4 !important}

  .data-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    max-width:1040px !important;
    gap:18px !important;
    margin-inline:auto !important;
  }
  .data-card .visual{height:285px !important}
  .data-card h3{font-size:19px !important}
  .data-card p{font-size:12.5px !important;line-height:1.45 !important}

  .history-swing-pair{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    max-width:1040px !important;
    gap:18px !important;
    margin-inline:auto !important;
  }
  .history-swing-pair .stage-card .visual{height:300px !important}
  .history-swing-pair .stage-card h3{font-size:19px !important}
  .history-swing-pair .stage-card p{font-size:12.5px !important;line-height:1.45 !important}

  /* Only the product section gets narrower. */
  #produkte .heading,
  #products .heading,
  .products{
    max-width:700px !important;
    margin-inline:auto !important;
  }
  .products{gap:12px !important}
  .product-card:not(.blockwhisp-card) .product-copy{
    max-width:640px !important;
  }
  .blockwhisp-card{
    grid-template-columns:minmax(0,1fr) 185px !important;
  }
  .blockwhisp-image{
    width:175px !important;
    max-width:175px !important;
    margin:auto 14px 14px auto !important;
  }
  .blockwhisp-image img{max-height:125px !important}
}

/* Mobile: one card per row, readable instead of two tiny cards side-by-side. */
@media (max-width:820px){
  .core-grid{
    grid-template-columns:1fr !important;
    max-width:560px !important;
    gap:13px !important;
    margin-inline:auto !important;
  }
  .core-card{
    display:flex !important;
    flex-direction:column !important;
    padding:8px !important;
    border-radius:17px !important;
  }
  .core-card .core-copy{
    order:1 !important;
    padding:9px 7px 8px !important;
  }
  .core-card .shot{
    order:2 !important;
    height:160px !important;
    min-height:160px !important;
    max-height:160px !important;
    padding:2px !important;
  }
  .core-card .shot img{
    height:100% !important;
    max-height:156px !important;
    object-fit:contain !important;
  }
  .core-copy .num{font-size:10px !important}
  .core-copy h3{font-size:16px !important;line-height:1.15 !important;margin:4px 0 !important}
  .core-copy p{font-size:11px !important;line-height:1.38 !important}

  .market-window{
    grid-template-columns:1fr !important;
    max-width:560px !important;
    gap:11px !important;
    padding:8px !important;
    margin-inline:auto !important;
  }
  .market-card .visual{height:190px !important;padding:4px !important}
  .market-copy{padding:8px 6px 6px !important}
  .market-copy h3{font-size:16px !important}
  .market-copy p{font-size:11px !important;line-height:1.4 !important}

  .data-grid{
    grid-template-columns:1fr !important;
    max-width:560px !important;
    gap:12px !important;
    margin-inline:auto !important;
  }
  .data-card .visual{height:215px !important}
  .data-card h3{font-size:17px !important}
  .data-card p{font-size:11.5px !important;line-height:1.42 !important}

  .history-swing-pair{
    grid-template-columns:1fr !important;
    max-width:560px !important;
    gap:12px !important;
    margin-inline:auto !important;
  }
  .history-swing-pair .stage-card .visual{height:235px !important}
  .history-swing-pair .stage-card h3{font-size:17px !important}
  .history-swing-pair .stage-card p{font-size:11.5px !important;line-height:1.42 !important}

  /* Product cards stay deliberately narrower/denser than the feature cards. */
  #produkte .heading,
  #products .heading,
  .products{
    width:94% !important;
    max-width:430px !important;
    margin-inline:auto !important;
  }
  .products{gap:10px !important}
  .product-copy,
  .product-card:not(.blockwhisp-card) .product-copy,
  .blockwhisp-copy{padding:14px 15px !important}
  .product-copy h3{font-size:21px !important}
  .product-copy p{font-size:10.5px !important;line-height:1.38 !important}
  .checks{font-size:10px !important;line-height:1.35 !important}
  .blockwhisp-card{grid-template-columns:1fr !important}
  .blockwhisp-image{
    width:58% !important;
    max-width:205px !important;
    margin:0 12px 12px auto !important;
  }
  .blockwhisp-image img{max-height:130px !important}
}

@media (max-width:540px){
  .core-grid,.market-window,.data-grid,.history-swing-pair{max-width:100% !important}
  .core-card .shot{height:145px !important;min-height:145px !important;max-height:145px !important}
  .core-card .shot img{max-height:141px !important}
  .market-card .visual{height:175px !important}
  .data-card .visual{height:195px !important}
  .history-swing-pair .stage-card .visual{height:215px !important}
}
