:root {
  --brand: #c6a15b;
  --brand-deep: #7d6232;
  --bg: #060606;
  --bg-soft: #0d0d0d;
  --card: rgba(20, 20, 20, .78);
  --card-strong: #151515;
  --text: #f7f9ff;
  --muted: #aaa49a;
  --line: rgba(198,161,91,.18);
  --success: #c6a15b;
  --shadow: 0 20px 80px rgba(0, 0, 0, .48);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 0%, rgba(198,161,91,.10), transparent 32%),
    radial-gradient(circle at 85% 16%, rgba(125,98,50,.12), transparent 34%),
    linear-gradient(180deg, #050505 0%, #0a0a0a 48%, #050505 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(5, 5, 5, .82);
  border-bottom: 1px solid var(--line);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.05em; font-size: 23px; }
.logo-mark { width: 34px; height: 34px; border-radius: 12px; background: linear-gradient(135deg, var(--brand), var(--brand-deep)); box-shadow: 0 10px 30px rgba(198,161,91,.18); display:grid; place-items:center; font-size:18px; }
.logo span { color: #d3b36f; }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; font-weight: 700; }
.nav-links a:hover { color: white; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border-radius: 16px;
  font-weight: 900; border: 1px solid transparent; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color:#0a0a0a; background: linear-gradient(135deg, #d6b56e, #9c793c); box-shadow: 0 16px 40px rgba(156,121,60,.18); }
.btn-secondary { background: rgba(255,255,255,.05); border-color: var(--line); color: var(--text); }
.btn-small { min-height: 42px; border-radius: 13px; padding: 0 16px; font-size: 14px; }

.hero { padding: 84px 0 40px; }
.hero-grid { display:grid; grid-template-columns: minmax(0, 760px); gap: 38px; align-items:center; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border:1px solid rgba(198,161,91,.26); background:rgba(198,161,91,.07); color:#d7bd86; border-radius:999px; font-weight:800; font-size:13px; }
h1 { font-size: clamp(48px, 8vw, 92px); line-height: .94; letter-spacing: -.065em; margin: 22px 0 22px; max-width: 780px; }
.gradient-text { background: linear-gradient(135deg, #fff 8%, #d8c7a1 48%, #a67c3d 100%); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero-copy { color: var(--muted); font-size: 19px; line-height: 1.65; max-width: 650px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.trust-row { margin-top: 28px; display:flex; gap:18px; flex-wrap:wrap; color:var(--muted); font-size:13px; }
.trust-row span { display:flex; align-items:center; gap:7px; }

.feature-card {
  position: relative; overflow:hidden; border:1px solid var(--line); border-radius: 30px;
  background: linear-gradient(145deg, rgba(22,22,22,.96), rgba(7,7,7,.92));
  padding: 24px; box-shadow: var(--shadow); min-height: 430px;
}
.feature-card:before { content:""; position:absolute; width:260px; height:260px; border-radius:50%; background:rgba(198,161,91,.10); filter:blur(18px); top:-90px; right:-80px; }
.feature-top { position:relative; z-index:1; display:flex; justify-content:space-between; align-items:center; gap:14px; }
.project-logo-wrap { background:transparent; border-radius:18px; padding:0; min-height:86px; display:flex; align-items:center; justify-content:center; }
.project-logo-wrap img { width: 220px; height:auto; }
.badge { border-radius:999px; background:rgba(198,161,91,.08); border:1px solid rgba(198,161,91,.22); color:#d8bd83; padding:8px 11px; font-size:12px; font-weight:900; white-space:nowrap; }
.bonus-main { position:relative; z-index:1; margin-top:30px; }
.bonus-kicker { color:var(--muted); font-size:14px; font-weight:800; text-transform:uppercase; letter-spacing:.11em; }
.bonus-value { margin:10px 0 6px; font-size:64px; line-height:1; font-weight:950; letter-spacing:-.06em; }
.bonus-sub { color:#e2ddd2; font-size:18px; line-height:1.45; }
.feature-card .btn { width:100%; margin-top:26px; }
.feature-note { margin-top:16px; color:var(--muted); font-size:12px; line-height:1.5; }

.section { padding: 64px 0; }
.section-head { display:flex; justify-content:space-between; gap:20px; align-items:end; margin-bottom:24px; }
.section h2 { margin:0; font-size: clamp(32px, 5vw, 54px); letter-spacing:-.045em; }
.section-lead { color:var(--muted); max-width:600px; line-height:1.6; }

.project-card { display:grid; grid-template-columns: .9fr 1.1fr; overflow:hidden; border:1px solid var(--line); background:var(--card); border-radius:var(--radius); }
.project-visual { min-height:330px; padding:36px; display:grid; place-items:center; background: radial-gradient(circle at 50% 20%, rgba(198,161,91,.10), transparent 60%), linear-gradient(135deg, #151515, #070707); }
.project-visual img { width:min(520px, 100%); }
.project-content { padding:38px; display:flex; flex-direction:column; justify-content:center; }
.project-content h3 { font-size:38px; margin:0 0 12px; letter-spacing:-.04em; }
.project-content p { color:var(--muted); line-height:1.7; margin:0 0 22px; }
.bonus-list { display:grid; gap:10px; margin: 0 0 26px; }
.bonus-item { display:flex; gap:10px; align-items:center; font-weight:800; }
.bonus-item i { width:28px; height:28px; border-radius:9px; display:grid; place-items:center; background:rgba(198,161,91,.10); color:#d6b56e; font-style:normal; }

.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.step { padding:24px; border:1px solid var(--line); background:var(--card); border-radius:20px; }
.step-num { width:38px; height:38px; border-radius:12px; display:grid; place-items:center; background:linear-gradient(135deg,var(--brand),var(--brand-deep)); font-weight:950; margin-bottom:18px; }
.step h3 { margin:0 0 8px; font-size:20px; }
.step p { margin:0; color:var(--muted); line-height:1.6; }

.faq { display:grid; gap:12px; }
.faq details { border:1px solid var(--line); border-radius:18px; background:var(--card); padding:0 20px; }
.faq summary { list-style:none; cursor:pointer; padding:20px 0; font-weight:900; }
.faq summary::-webkit-details-marker { display:none; }
.faq p { color:var(--muted); line-height:1.65; margin:0 0 20px; }

.page-hero { padding:68px 0 34px; }
.breadcrumbs { color:var(--muted); font-size:13px; margin-bottom:18px; }
.page-hero-grid { display:grid; grid-template-columns:1fr .8fr; gap:28px; align-items:center; }
.page-hero h1 { font-size:clamp(46px,7vw,78px); margin-top:0; }
.info-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.info-card { padding:24px; border-radius:20px; background:var(--card); border:1px solid var(--line); }
.info-card strong { display:block; font-size:25px; margin-bottom:8px; }
.info-card span { color:var(--muted); }
.content-block { padding:30px; border:1px solid var(--line); background:var(--card); border-radius:24px; }
.content-block h2 { font-size:34px; margin:0 0 16px; }
.content-block p, .content-block li { color:var(--muted); line-height:1.75; }
.content-block + .content-block { margin-top:16px; }
.cta-band { margin-top:24px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:26px; border-radius:22px; background:linear-gradient(135deg, rgba(198,161,91,.10), rgba(125,98,50,.12)); border:1px solid rgba(198,161,91,.22); }
.cta-band strong { font-size:25px; }

.footer { padding:42px 0 34px; border-top:1px solid var(--line); margin-top:50px; }
.footer-row { display:flex; justify-content:space-between; gap:28px; align-items:flex-start; }
.footer p { color:var(--muted); line-height:1.6; font-size:13px; max-width:700px; }
.legal { margin-top:24px; color:#777168; font-size:11px; line-height:1.55; }
.age { min-width:46px; height:46px; border:2px solid rgba(255,255,255,.4); border-radius:50%; display:grid; place-items:center; font-weight:950; }

@media (max-width: 900px) {
  .nav-links { display:none; }
  .hero-grid, .page-hero-grid, .project-card { grid-template-columns:1fr; }
  .hero { padding-top:54px; }
  .feature-card { min-height:auto; }
  .steps { grid-template-columns:1fr; }
  .project-visual { min-height:240px; }
}
@media (max-width: 620px) {
  .container { width:min(100% - 22px, 1180px); }
  .nav { height:68px; }
  .nav .btn { display:none; }
  h1 { font-size:50px; }
  .hero-copy { font-size:16px; }
  .hero-actions .btn { width:100%; }
  .feature-card, .project-content, .content-block { padding:22px; }
  .bonus-value { font-size:52px; }
  .project-content h3 { font-size:32px; }
  .info-grid { grid-template-columns:1fr; }
  .cta-band, .footer-row, .section-head { align-items:stretch; flex-direction:column; }
  .cta-band .btn { width:100%; }
}

/* Kimich background in the main hero */
.hero-with-portrait {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 680px;
  display: flex;
  align-items: center;
}
.hero-with-portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.93) 34%, rgba(5,5,5,.48) 60%, rgba(5,5,5,.12) 100%),
    linear-gradient(180deg, rgba(5,5,5,.10) 0%, rgba(5,5,5,.08) 52%, rgba(5,5,5,.58) 78%, rgba(5,5,5,.92) 100%);
}
.hero-with-portrait::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 190px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5,5,5,0) 0%, rgba(5,5,5,.36) 34%, rgba(7,7,7,.82) 72%, #090909 100%);
}
.hero-portrait {
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image: url('assets/kimich-hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-portrait::before,
.hero-portrait::after { display:none; }
.hero-with-portrait .hero-grid {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .hero-with-portrait { min-height: 610px; }
  .hero-with-portrait::after { height: 160px; }
  .hero-portrait { background-position: 62% center; }
  .hero-with-portrait::before {
    background: linear-gradient(90deg, rgba(5,5,5,.97) 0%, rgba(5,5,5,.86) 48%, rgba(5,5,5,.36) 100%);
  }
}
@media (max-width: 620px) {
  .hero-with-portrait { min-height: 620px; }
  .hero-with-portrait::after { height: 145px; }
  .hero-portrait { background-position: 67% center; }
  .hero-with-portrait::before {
    background:
      linear-gradient(180deg, rgba(5,5,5,.50) 0%, rgba(5,5,5,.72) 48%, rgba(5,5,5,.96) 100%),
      linear-gradient(90deg, rgba(5,5,5,.94) 0%, rgba(5,5,5,.46) 100%);
  }
}

/* Continuous scroll reveal: blocks appear entering viewport and fade leaving it */
.scroll-reveal {
  opacity: var(--reveal-opacity, 1);
  transform: translate3d(0, var(--reveal-y, 0), 0) scale(var(--reveal-scale, 1));
  filter: blur(var(--reveal-blur, 0));
  transform-origin: center center;
  will-change: opacity, transform, filter;
  transition: opacity 90ms linear, transform 90ms linear, filter 90ms linear;
}


/* Seamless blend between the hero image and the next content block */
.hero-with-portrait {
  margin-bottom: -150px;
  padding-bottom: 190px;
}

.hero-with-portrait::after {
  bottom: 0;
  height: 280px;
  background: linear-gradient(
    180deg,
    rgba(6,6,6,0) 0%,
    rgba(6,6,6,.16) 20%,
    rgba(6,6,6,.48) 45%,
    rgba(7,7,7,.82) 70%,
    #090909 88%,
    #090909 100%
  );
}

#projects {
  position: relative;
  z-index: 2;
  padding-top: 210px;
  background: transparent;
  overflow: hidden;
}

#projects::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(9,9,9,0) 0%,
    rgba(9,9,9,.42) 70px,
    rgba(9,9,9,.82) 145px,
    #090909 215px,
    #090909 100%
  );
}

@media (max-width: 900px) {
  .hero-with-portrait {
    margin-bottom: -120px;
    padding-bottom: 155px;
  }
  .hero-with-portrait::after { height: 230px; }
  #projects { padding-top: 175px; }
}

@media (max-width: 620px) {
  .hero-with-portrait {
    margin-bottom: -90px;
    padding-bottom: 120px;
  }
  .hero-with-portrait::after { height: 200px; }
  #projects { padding-top: 145px; }
}

/* Automatic YouTube streams */
.streams-section { position: relative; overflow: hidden; }
.streams-section::before { content:""; position:absolute; width:520px; height:520px; right:-220px; top:-140px; border-radius:50%; background:radial-gradient(circle, rgba(198,161,91,.12), transparent 68%); pointer-events:none; }
.streams-head { align-items:flex-end; }
.streams-head h2 { margin-top:16px; }
.streams-eyebrow .live-dot { width:8px; height:8px; }
.live-dot { display:inline-block; width:9px; height:9px; border-radius:50%; background:#ff3b3b; box-shadow:0 0 0 0 rgba(255,59,59,.65); animation:livePulse 1.8s infinite; }
@keyframes livePulse { 0%{box-shadow:0 0 0 0 rgba(255,59,59,.55)} 70%{box-shadow:0 0 0 10px rgba(255,59,59,0)} 100%{box-shadow:0 0 0 0 rgba(255,59,59,0)} }
.channel-stats { display:flex; flex-wrap:wrap; gap:10px; margin:-8px 0 24px; color:var(--muted); font-size:13px; }
.channel-stats span { padding:9px 12px; border:1px solid var(--line); background:rgba(255,255,255,.025); border-radius:999px; }
.channel-stats strong { color:#e2c789; margin-right:4px; }
.streams-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.stream-card { overflow:hidden; border:1px solid var(--line); border-radius:22px; background:linear-gradient(180deg,rgba(24,24,24,.92),rgba(13,13,13,.94)); box-shadow:0 18px 55px rgba(0,0,0,.24); transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.stream-card:hover { transform:translateY(-6px); border-color:rgba(198,161,91,.48); box-shadow:0 24px 70px rgba(0,0,0,.42); }
.stream-card.is-live { border-color:rgba(255,59,59,.55); }
.stream-thumb { position:relative; display:block; aspect-ratio:16/9; overflow:hidden; background:#111; }
.stream-thumb img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease,filter .3s ease; }
.stream-card:hover .stream-thumb img { transform:scale(1.045); filter:brightness(.72); }
.stream-play { position:absolute; left:50%; top:50%; translate:-50% -50%; width:58px; height:58px; border-radius:50%; display:grid; place-items:center; padding-left:4px; color:#090909; background:linear-gradient(135deg,#e4c77f,#a77e3e); box-shadow:0 16px 40px rgba(0,0,0,.4); opacity:0; transform:scale(.82); transition:.25s ease; }
.stream-card:hover .stream-play { opacity:1; transform:scale(1); }
.stream-live-badge { position:absolute; left:14px; top:14px; display:inline-flex; gap:8px; align-items:center; padding:8px 11px; border-radius:999px; color:#fff; background:rgba(178,20,20,.92); font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.04em; }
.stream-card-body { padding:20px; }
.stream-date { color:#c6a15b; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.stream-card-body h3 { margin:9px 0 18px; font-size:19px; line-height:1.35; letter-spacing:-.02em; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; min-height:52px; }
.stream-watch { display:inline-flex; align-items:center; gap:7px; font-weight:900; color:#e1c27d; }
.stream-watch span { transition:transform .2s ease; }
.stream-watch:hover span { transform:translateX(4px); }
.stream-skeleton { aspect-ratio:1.18; border-radius:22px; border:1px solid var(--line); background:linear-gradient(100deg,#101010 20%,#1c1a16 40%,#101010 60%); background-size:220% 100%; animation:streamShimmer 1.5s infinite; }
@keyframes streamShimmer { to{background-position-x:-220%} }
.streams-status { margin-top:18px; }
.streams-error { padding:18px 20px; border:1px solid var(--line); border-radius:16px; color:var(--muted); background:rgba(255,255,255,.025); }
.streams-error a { color:#d8b86f; font-weight:800; }
@media (max-width:900px){ .streams-grid{grid-template-columns:repeat(2,minmax(0,1fr));} }
@media (max-width:620px){ .streams-head .btn{width:100%;} .streams-grid{display:flex; overflow-x:auto; scroll-snap-type:x mandatory; gap:14px; padding:2px 1px 14px; scrollbar-width:none;} .streams-grid::-webkit-scrollbar{display:none;} .stream-card,.stream-skeleton{min-width:86%; scroll-snap-align:start;} .stream-play{opacity:1;width:48px;height:48px;} .channel-stats{margin-top:0;} }

/* Experimental premium layer */
body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,black,transparent 78%)}
.scroll-progress{position:fixed;left:0;top:0;height:2px;width:0;z-index:99;background:linear-gradient(90deg,#8e6a32,#f0d28a);box-shadow:0 0 18px rgba(224,190,112,.7)}
.header{transition:background .3s ease,box-shadow .3s ease}.header.is-scrolled{background:rgba(4,4,4,.94);box-shadow:0 12px 35px rgba(0,0,0,.35)}
.nav-links a{position:relative}.nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:1px;background:#d7b66b;transition:right .25s ease}.nav-links a:hover::after,.nav-links a.is-active::after{right:0}.nav-links a.is-active{color:#fff}
.hero-with-portrait{isolation:isolate}.hero-with-portrait::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at var(--mx,68%) var(--my,38%),rgba(214,181,110,.16),transparent 24%);transition:background-position .15s linear;pointer-events:none}
.hero-grid>div{position:relative}.hero-grid>div::before{content:"KIMICH";position:absolute;left:-7px;top:-104px;font-size:clamp(72px,13vw,180px);font-weight:950;letter-spacing:-.08em;color:transparent;-webkit-text-stroke:1px rgba(214,181,110,.09);z-index:-1;white-space:nowrap}
.hero-actions .btn-primary{position:relative;overflow:hidden}.hero-actions .btn-primary::after{content:"";position:absolute;inset:-60% auto -60% -45%;width:30%;transform:rotate(20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);transition:left .65s ease}.hero-actions .btn-primary:hover::after{left:120%}

.quick-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px;max-width:740px}.quick-fact{padding:15px 17px;border-radius:16px;border:1px solid rgba(198,161,91,.16);background:rgba(12,12,12,.58);backdrop-filter:blur(12px)}.quick-fact strong{display:block;color:#e6c982;font-size:17px;margin-bottom:3px}.quick-fact span{color:var(--muted);font-size:12px}

.project-card{position:relative;transform-style:preserve-3d;will-change:transform;overflow:hidden}.project-card::before{content:"";position:absolute;inset:-2px;pointer-events:none;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.08) 45%,transparent 70%);transform:translateX(-120%);transition:transform .75s ease}.project-card:hover::before{transform:translateX(120%)}.project-card>*{position:relative;z-index:1}.project-tags{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 14px}.project-tag{padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;border:1px solid rgba(198,161,91,.25);background:rgba(198,161,91,.08);color:#dfc37c}.project-tag.hot{border-color:rgba(255,104,57,.35);color:#ffb08d;background:rgba(255,84,31,.08)}
.project-quick-link{display:inline-flex;align-items:center;gap:7px;color:#dbbf79;font-weight:850;margin-top:16px}.project-quick-link span{transition:transform .2s}.project-quick-link:hover span{transform:translateX(4px)}

.why-section{position:relative}.why-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:stretch}.why-panel,.why-points{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgba(24,24,24,.88),rgba(9,9,9,.92));box-shadow:var(--shadow)}.why-panel{padding:38px;position:relative;overflow:hidden}.why-panel::after{content:"“";position:absolute;right:24px;top:-34px;font-size:170px;color:rgba(198,161,91,.08);font-family:Georgia,serif}.why-quote{font-size:clamp(24px,3vw,38px);line-height:1.18;letter-spacing:-.04em;font-weight:900;margin:18px 0}.why-sign{color:#d7b86e;font-weight:800}.why-points{padding:16px}.why-point{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:20px;border-radius:18px;transition:background .25s ease,transform .25s ease}.why-point:hover{background:rgba(198,161,91,.055);transform:translateX(4px)}.why-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,rgba(214,181,110,.22),rgba(125,98,50,.08));border:1px solid rgba(198,161,91,.18);font-size:20px}.why-point h3{margin:2px 0 5px}.why-point p{margin:0;color:var(--muted)}

.live-float{position:fixed;right:20px;bottom:20px;z-index:30;display:none;align-items:center;gap:12px;padding:12px 14px;border:1px solid rgba(255,70,70,.38);border-radius:17px;background:rgba(14,10,10,.92);backdrop-filter:blur(16px);box-shadow:0 18px 55px rgba(0,0,0,.45)}.live-float.show{display:flex}.live-float-copy strong{display:block;font-size:13px}.live-float-copy span{font-size:11px;color:#bdb2ad}.live-float .btn{min-height:38px;padding:0 13px;border-radius:11px;font-size:12px}

.reveal-up{opacity:0;transform:translateY(26px);transition:opacity .75s ease,transform .75s ease}.reveal-up.is-visible{opacity:1;transform:none}
@media(max-width:900px){.why-grid{grid-template-columns:1fr}.quick-facts{grid-template-columns:1fr 1fr}.quick-fact:last-child{grid-column:1/-1}}
@media(max-width:620px){.quick-facts{grid-template-columns:1fr}.quick-fact:last-child{grid-column:auto}.why-panel{padding:26px}.why-point{grid-template-columns:42px 1fr;padding:16px}.why-icon{width:42px;height:42px}.live-float{left:12px;right:12px;bottom:12px}.live-float .btn{margin-left:auto}.hero-grid>div::before{top:-62px;font-size:72px}}
