:root {
  --paper: #f4f5f7;
  --ink: #101b2b;
  --orange: #c8943e;
  --blue: #163e78;
  --lime: #dce7f6;
  --line: rgba(16, 27, 43, .2);
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  box-shadow: inset 0 0 0 1px rgba(23,23,19,.08);
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 19;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.section-shell { width: min(100% - 64px, 1400px); margin-inline: auto; }

.campaign-bar {
  min-height: 48px;
  padding: 9px max(18px, calc((100vw - 1400px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  background: var(--orange);
  color: white;
  position: sticky;
  top: 0;
  z-index: 30;
  box-shadow: 0 5px 18px rgba(16,27,43,.18);
  text-transform: uppercase;
}
.campaign-bar > span { font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.campaign-bar > strong { padding: 5px 18px; border: 1px solid rgba(255,255,255,.65); font-size: 13px; letter-spacing: .13em; }
.campaign-bar > b { justify-self: end; font-size: 10px; letter-spacing: .1em; }
.campaign-bar i { font-style: normal; margin-left: 8px; font-size: 16px; }

.site-header {
  width: min(100% - 64px, 1400px);
  height: 94px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  position: relative;
  z-index: 10;
}

.brand { display: flex; align-items: center; gap: 11px; font-size: 16px; font-weight: 900; letter-spacing: -.04em; width: max-content; }
.brand-mark { width: 38px; height: 38px; background: var(--ink); color: var(--paper); display: grid; place-items: center; font-size: 10px; border-radius: 50%; letter-spacing: -.08em; }
.brand-dot { color: var(--orange); }
.nav-links { display: flex; gap: 40px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.nav-links a { position: relative; }
.nav-links a::after { content: ''; position: absolute; height: 1px; left: 0; right: 100%; bottom: -5px; background: var(--ink); transition: right .25s ease; }
.nav-links a:hover::after { right: 0; }
.header-cta { justify-self: end; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .08em; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.header-cta span { color: var(--orange); margin-left: 5px; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 7vw; position: relative; padding-block: 80px 110px; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: 11px; letter-spacing: .15em; font-weight: 800; margin-bottom: 32px; }
.eyebrow span { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,84,46,.16); }
.hero h1 { font-size: clamp(63px, 7.4vw, 120px); line-height: .78; letter-spacing: -.078em; margin: 0 0 44px; font-weight: 900; text-transform: uppercase; }
.hero h1 em { font-family: var(--serif); font-weight: 400; color: var(--orange); text-transform: lowercase; margin-left: 9vw; letter-spacing: -.07em; }
.hero-lead { max-width: 610px; font-family: var(--serif); font-size: clamp(19px, 1.55vw, 25px); line-height: 1.45; margin: 0; }
.hero-lead strong { font-family: var(--sans); font-size: .88em; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; padding: 18px 20px; text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .09em; min-width: 190px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 18px; }
.button-dark { background: var(--ink); color: var(--paper); }
.text-link { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.text-link span { color: var(--orange); margin-left: 8px; }
.hero-index { position: absolute; bottom: 27px; right: 0; font-size: 10px; letter-spacing: .2em; transform: rotate(90deg); transform-origin: right bottom; }

.network-card { aspect-ratio: 1 / 1.08; max-height: 600px; width: min(100%, 560px); margin-left: auto; background: linear-gradient(145deg, #1b4d91, #102e59); color: white; position: relative; overflow: hidden; border-radius: 50% 50% 2px 2px; box-shadow: 18px 18px 0 #b9c8dc; }
.card-label { position: absolute; top: 45px; left: 50%; transform: translateX(-50%); font-size: 9px; letter-spacing: .24em; font-weight: 800; opacity: .7; z-index: 2; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; left: 50%; top: 49%; transform: translate(-50%,-50%); }
.orbit-one { width: 32%; height: 32%; }
.orbit-two { width: 62%; height: 62%; }
.orbit-three { width: 91%; height: 91%; }
.orbit::before, .orbit::after { content: ''; position: absolute; background: rgba(255,255,255,.28); }
.orbit::before { width: 1px; height: 180%; left: 50%; top: -40%; }
.orbit::after { height: 1px; width: 180%; top: 50%; left: -40%; }
.network-core { position: absolute; left: 50%; top: 49%; transform: translate(-50%,-50%); width: 112px; height: 112px; background: #fff; color: var(--ink); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 3; box-shadow: 0 0 0 10px rgba(255,255,255,.12); }
.network-core span { font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.network-core strong { font-size: 34px; letter-spacing: -.08em; }
.node { position: absolute; width: 43px; height: 43px; background: white; color: var(--blue); display: grid; place-items: center; border-radius: 50%; font-size: 11px; font-weight: 900; z-index: 3; border: 5px solid rgba(23,72,229,.4); box-shadow: 0 0 0 1px white; }
.node-a { left: 16%; top: 31%; }
.node-b { right: 17%; top: 28%; }
.node-c { right: 9%; top: 60%; }
.node-d { left: 25%; bottom: 14%; }
.node-e { left: 8%; top: 57%; width: 52px; height: 52px; background: #c8943e; color: white; }
.signal { width: 8px; height: 8px; border-radius: 50%; background: #fff; position: absolute; box-shadow: 0 0 0 7px rgba(255,255,255,.12); }
.signal-a { right: 28%; bottom: 22%; }
.signal-b { left: 36%; top: 19%; }
.network-note { position: absolute; left: 34px; bottom: 33px; font-family: var(--serif); font-size: 16px; font-style: italic; line-height: 1.2; }
.card-status { position: absolute; right: 26px; bottom: 28px; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.card-status i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #fff; margin-right: 6px; animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(255,255,255,0); } }

.ticker { background: var(--ink); color: var(--paper); padding: 18px 0; overflow: hidden; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 34px; font-size: 12px; font-weight: 900; letter-spacing: .14em; animation: ticker 24s linear infinite; }
.ticker i { color: #7fa4d7; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-number { font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.manifesto { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; padding-block: 150px 100px; border-bottom: 1px solid var(--ink); }
.manifesto-copy { display: grid; grid-template-columns: 1.2fr 2.2fr; gap: 5vw; align-items: start; }
.manifesto .kicker { font-family: var(--serif); font-size: 20px; line-height: 1.3; font-style: italic; margin: 0; }
.manifesto h2 { grid-column: 1 / -1; font-size: clamp(42px, 5.2vw, 80px); line-height: .98; letter-spacing: -.065em; margin: 0 0 55px; max-width: 1100px; }
.manifesto-copy > p:last-child { font-size: 17px; line-height: 1.65; margin: 0; max-width: 640px; grid-column: 2; }

.proof-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; padding-block: 0 140px; }
.proof-card { min-height: 390px; padding: 32px; border: 1px solid var(--ink); border-left: 0; position: relative; display: flex; flex-direction: column; }
.proof-card:first-child { border-left: 1px solid var(--ink); }
.proof-card-featured { background: var(--blue); color: white; }
.proof-top { font-size: 10px; letter-spacing: .15em; font-weight: 900; }
.proof-card strong { display: block; font-size: clamp(90px, 11vw, 160px); line-height: 1; letter-spacing: -.1em; margin: auto 0 10px; }
.proof-card strong span { font-size: .35em; vertical-align: top; letter-spacing: 0; }
.proof-card p { max-width: 270px; line-height: 1.45; margin: 0; font-size: 14px; }
.mini-bars { height: 35px; display: flex; align-items: end; gap: 5px; position: absolute; right: 30px; top: 28px; }
.mini-bars i { width: 4px; background: white; }
.mini-bars i:nth-child(1) { height: 20%; }.mini-bars i:nth-child(2) { height: 40%; }.mini-bars i:nth-child(3) { height: 33%; }.mini-bars i:nth-child(4) { height: 70%; }.mini-bars i:nth-child(5) { height: 55%; }.mini-bars i:nth-child(6) { height: 82%; }.mini-bars i:nth-child(7) { height: 100%; }
.stamp { position: absolute; right: 28px; top: 25px; width: 70px; height: 70px; display: grid; place-items: center; text-align: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 9px; line-height: 1.2; letter-spacing: .12em; font-weight: 900; transform: rotate(8deg); }
.quality-mark { position: absolute; right: 28px; top: 25px; width: 70px; height: 70px; display: grid; place-items: center; text-align: center; border: 1px solid var(--blue); color: var(--blue); border-radius: 50%; font-size: 8px; line-height: 1.25; letter-spacing: .12em; font-weight: 900; }

.market-value { display: grid; grid-template-columns: .34fr 1.2fr 1.45fr; gap: 4vw; padding-block: 40px 150px; align-items: start; }
.market-figure { border-top: 3px solid var(--ink); padding-top: 24px; }
.market-figure > span, .value-label { display: block; font-size: 9px; line-height: 1.4; letter-spacing: .16em; font-weight: 900; }
.price-formula { display: flex; align-items: center; gap: 12px; margin-top: 42px; font-size: 11px; letter-spacing: .08em; }
.price-formula i { color: var(--orange); font-size: 18px; font-style: normal; }
.market-figure strong { display: block; font-size: clamp(55px, 6vw, 92px); line-height: .82; letter-spacing: -.075em; margin: 26px 0 36px; color: var(--blue); }
.market-figure strong i { display: block; height: 20px; font-size: 24px; color: var(--orange); font-style: normal; letter-spacing: 0; margin: 14px 0 4px; }
.market-figure p { max-width: 450px; font-size: 14px; line-height: 1.65; margin: 0; }
.crossed-market-price { position: relative; overflow: hidden; }
.crossed-market-price > span { position: absolute; left: -4%; top: 48%; width: 108%; height: 7px; background: var(--orange); transform: rotate(12deg); transform-origin: center; }
.crossed-market-price > span:last-child { transform: rotate(-12deg); }
.crossed-market-price strong { opacity: .38; }
.launch-offer { margin-top: 42px; padding: 28px; background: var(--ink); color: white; position: relative; overflow: hidden; border: 5px solid var(--orange); box-shadow: 9px 9px 0 rgba(200,148,62,.25); }
.launch-offer::after { content: ''; position: absolute; width: 150px; height: 150px; right: -80px; bottom: -95px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 25px rgba(255,255,255,.04); }
.offer-cap { display: flex; align-items: baseline; gap: 8px; padding: 13px 15px; margin: -28px -28px 30px; background: var(--orange); font-size: 18px; letter-spacing: -.02em; font-weight: 900; }
.offer-cap b { font-size: 8px; letter-spacing: .14em; }
.offer-cap i { width: 6px; height: 6px; background: white; border-radius: 50%; margin-right: 7px; animation: pulse 1.8s infinite; }
.launch-offer > span { display: block; font-size: 9px; font-weight: 900; letter-spacing: .14em; opacity: .62; }
.launch-offer > strong { color: white; font-size: clamp(70px, 7vw, 106px); margin: 18px 0 30px; }
.launch-offer a { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.4); padding-top: 17px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.launch-offer a b { color: #9bb9df; font-size: 18px; }
.network-value { background: white; padding: 44px; border: 1px solid rgba(16,27,43,.16); box-shadow: 12px 12px 0 #dbe3ee; }
.network-value h2 { font-size: clamp(40px, 4.4vw, 66px); line-height: .94; letter-spacing: -.06em; margin: 58px 0 38px; text-transform: uppercase; }
.network-value h2 em { color: var(--blue); font-family: var(--serif); font-weight: 400; text-transform: none; }
.network-value > p { font-size: 15px; line-height: 1.65; max-width: 600px; }
.value-points { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); margin: 42px 0 24px; }
.value-points div { padding: 21px 14px 21px 0; border-right: 1px solid var(--line); }
.value-points div:last-child { border-right: 0; padding-left: 14px; }
.value-points div:nth-child(2) { padding-left: 14px; }
.value-points b { display: block; color: var(--orange); font-size: 9px; letter-spacing: .1em; margin-bottom: 30px; }
.value-points span { font-size: 11px; line-height: 1.4; font-weight: 800; text-transform: uppercase; }
.network-value small { display: block; font-size: 9px; line-height: 1.5; opacity: .52; }

.process { background: var(--blue); color: white; padding-block: 140px; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 40px; align-items: end; margin-bottom: 100px; }
.section-heading h2 { font-size: clamp(56px, 7.2vw, 108px); line-height: .84; letter-spacing: -.075em; margin: 0; text-transform: uppercase; }
.section-heading h2 em { color: #c8d9ef; font-family: var(--serif); font-weight: 400; text-transform: none; }
.section-heading p { margin: 0; line-height: 1.6; max-width: 340px; font-size: 15px; }
.process-list { margin-left: 25%; border-top: 1px solid rgba(255,255,255,.45); }
.process-step { display: grid; grid-template-columns: 80px 1fr auto; gap: 26px; align-items: center; min-height: 170px; border-bottom: 1px solid rgba(255,255,255,.45); transition: padding .25s ease, background .25s ease; }
.process-step:hover { padding-inline: 18px; background: rgba(255,255,255,.05); }
.step-no { font-size: 10px; letter-spacing: .14em; align-self: start; margin-top: 37px; }
.process-step h3 { font-size: clamp(25px, 3vw, 42px); letter-spacing: -.045em; margin: 0 0 10px; }
.process-step p { margin: 0; opacity: .72; max-width: 610px; line-height: 1.5; }
.step-icon { color: #c8d9ef; font-size: 36px; margin-right: 20px; }

.difference { padding-block: 150px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; }
.difference-title h2 { font-size: clamp(56px, 7vw, 104px); line-height: .87; letter-spacing: -.075em; text-transform: uppercase; margin: 80px 0 0; }
.difference-title h2 span { font-family: var(--serif); color: var(--orange); font-weight: 400; text-transform: lowercase; }
.comparison { align-self: end; border-top: 2px solid var(--ink); }
.comparison-head, .compare-row { display: grid; grid-template-columns: 1fr 1fr; }
.comparison-head { padding: 18px 0; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; background: var(--ink); color: var(--paper); }
.comparison-head span, .compare-row span { padding-left: 20px; }
.comparison-head span:last-child { color: #c8d9ef; }
.compare-row { min-height: 67px; align-items: center; border-bottom: 1px solid var(--ink); font-size: 14px; }
.compare-row span:first-child { opacity: .45; text-decoration: line-through; }
.compare-row i { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(23,23,19,.1); font-style: normal; font-size: 11px; margin-right: 8px; text-decoration: none; }
.compare-row span:last-child i { background: var(--orange); color: white; }

.cta-section { background: var(--ink); color: var(--paper); position: relative; overflow: hidden; padding-block: 140px; }
.cta-orbit { position: absolute; width: 650px; height: 650px; border: 1px solid rgba(240,235,223,.12); border-radius: 50%; left: -260px; top: 50%; transform: translateY(-50%); }
.cta-orbit::before, .cta-orbit::after { content: ''; position: absolute; border: 1px solid rgba(240,235,223,.1); border-radius: 50%; inset: 100px; }
.cta-orbit::after { inset: 200px; background: var(--blue); border: 0; opacity: .9; }
.cta-content { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; position: relative; z-index: 1; }
.cta-kicker { font-size: 10px; font-weight: 900; color: #9bb9df; letter-spacing: .18em; }
.cta-copy h2 { font-size: clamp(68px, 8.5vw, 125px); line-height: .76; letter-spacing: -.08em; text-transform: uppercase; margin: 65px 0 55px; }
.cta-copy h2 em { color: var(--orange); font-family: var(--serif); font-weight: 400; text-transform: lowercase; }
.cta-copy p { max-width: 430px; line-height: 1.6; color: rgba(240,235,223,.7); }
.lead-form { padding-top: 80px; }
.lead-form label { display: block; border-bottom: 1px solid rgba(240,235,223,.4); padding-bottom: 14px; margin-bottom: 30px; }
.lead-form label span { display: block; font-size: 10px; letter-spacing: .12em; font-weight: 900; text-transform: uppercase; margin-bottom: 13px; color: rgba(240,235,223,.58); }
.lead-form small { font-size: inherit; font-weight: normal; }
.lead-form input { width: 100%; border: 0; outline: 0; background: transparent; color: white; font-family: var(--serif); font-size: 23px; padding: 4px 0; }
.lead-form input::placeholder { color: rgba(240,235,223,.25); }
.lead-form label:focus-within { border-color: #9bb9df; }
.button-light { background: white; color: var(--ink); width: 100%; margin-top: 20px; }
.form-note { font-size: 10px; color: rgba(240,235,223,.42); line-height: 1.5; max-width: 400px; }
.form-success { display: none; margin-top: 18px; padding: 14px; border: 1px solid #9bb9df; color: #c8d9ef; font-size: 12px; line-height: 1.5; }
.form-success.visible { display: block; }

.site-footer { width: min(100% - 64px, 1400px); margin-inline: auto; min-height: 140px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; font-size: 11px; }
.site-footer > p { font-family: var(--serif); font-style: italic; font-size: 14px; text-align: center; }
.site-footer > div { justify-self: end; display: flex; gap: 35px; }
.footer-brand { font-size: 14px; }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 18;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 16px 10px 10px;
  background: white;
  color: var(--ink);
  border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  font-size: 13px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.whatsapp-float small { display: block; font-size: 7px; letter-spacing: .14em; margin-bottom: 2px; }
.whatsapp-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-size: 17px; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.65,.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .campaign-bar { grid-template-columns: auto 1fr; }
  .campaign-bar > span { display: none; }
  .campaign-bar > b { font-size: 9px; }
  .section-shell, .site-header, .site-footer { width: min(100% - 36px, 1400px); }
  .nav-links { display: none; }
  .site-header { grid-template-columns: 1fr 1fr; }
  .hero { grid-template-columns: 1fr; padding-block: 70px 100px; }
  .hero-copy { position: relative; z-index: 2; }
  .hero h1 { font-size: clamp(72px, 18vw, 130px); }
  .network-card { width: min(90%, 620px); margin: 0 auto; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-copy { grid-template-columns: 1fr; }
  .manifesto-copy > p:last-child { grid-column: 1; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-card:first-child { grid-column: 1 / -1; }
  .proof-card:nth-child(2) { border-left: 1px solid var(--ink); }
  .market-value { grid-template-columns: 1fr 1fr; }
  .market-value > .section-number { grid-column: 1 / -1; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading h2 { max-width: 700px; }
  .process-list { margin-left: 0; }
  .difference { grid-template-columns: 1fr; }
  .difference-title h2 { margin-top: 50px; }
  .cta-content { grid-template-columns: 1fr; }
  .lead-form { padding-top: 20px; }
}

@media (max-width: 620px) {
  .campaign-bar { min-height: 52px; grid-template-columns: 1fr auto; gap: 8px; padding-inline: 12px; }
  .campaign-bar > strong { padding: 5px 8px; font-size: 10px; letter-spacing: .06em; }
  .campaign-bar > b { font-size: 0; }
  .campaign-bar > b::before { content: '4.900₺'; font-size: 12px; }
  .campaign-bar i { font-size: 14px; }
  .section-shell, .site-header, .site-footer { width: calc(100% - 28px); }
  .site-header { height: 76px; }
  .header-cta { font-size: 10px; }
  .brand > span:last-child { display: none; }
  .hero { min-height: 0; padding-block: 58px 80px; gap: 65px; }
  .eyebrow { font-size: 9px; margin-bottom: 24px; }
  .hero h1 { font-size: 20.5vw; margin-bottom: 34px; line-height: .76; }
  .hero h1 em { margin-left: 12vw; }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .button { width: 100%; }
  .network-card { width: calc(100% - 12px); box-shadow: 10px 10px 0 #b9c8dc; }
  .card-label { top: 30px; }
  .network-note { left: 20px; bottom: 22px; font-size: 13px; }
  .card-status { display: none; }
  .node { transform: scale(.8); }
  .ticker { padding: 15px 0; }
  .manifesto { padding-block: 100px 70px; }
  .manifesto h2 { font-size: 42px; margin-bottom: 38px; }
  .manifesto-copy > p:last-child { font-size: 15px; }
  .proof-grid { grid-template-columns: 1fr; padding-bottom: 100px; }
  .proof-card { min-height: 300px; border-left: 1px solid var(--ink); border-top: 0; }
  .proof-card:first-child { border-top: 1px solid var(--ink); }
  .proof-card strong { font-size: 105px; }
  .market-value { grid-template-columns: 1fr; padding-block: 0 100px; }
  .market-figure strong { margin-top: 45px; }
  .network-value { padding: 28px 22px; box-shadow: 8px 8px 0 #dbe3ee; }
  .network-value h2 { margin-top: 42px; }
  .value-points { grid-template-columns: 1fr; }
  .value-points div, .value-points div:nth-child(2), .value-points div:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 40px 1fr; align-items: center; }
  .value-points div:last-child { border-bottom: 0; }
  .value-points b { margin: 0; }
  .process { padding-block: 100px; }
  .section-heading { margin-bottom: 65px; }
  .section-heading h2 { font-size: 55px; }
  .process-step { grid-template-columns: 42px 1fr 28px; gap: 10px; min-height: 150px; }
  .step-no { margin-top: 31px; }
  .process-step h3 { font-size: 25px; }
  .process-step p { font-size: 13px; }
  .step-icon { font-size: 25px; margin-right: 0; }
  .difference { padding-block: 100px; }
  .difference-title h2 { font-size: 54px; }
  .comparison-head span, .compare-row span { padding: 0 9px; }
  .compare-row { font-size: 11px; }
  .compare-row i { display: none; }
  .cta-section { padding-block: 100px; }
  .cta-copy h2 { font-size: 18vw; }
  .lead-form input { font-size: 19px; }
  .site-footer { grid-template-columns: 1fr auto; min-height: 125px; }
  .site-footer > p { display: none; }
  .site-footer > div span { display: none; }
  .whatsapp-float { right: 14px; bottom: 14px; padding-right: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
