@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --green: #00c805;
  --green-2: #7eea36;
  --ink: #101312;
  --muted: #626a66;
  --surface: #f6f8f6;
  --border: #e5e9e6;
  --white: #fff;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(229,233,230,.8); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.04em; font-size: 20px; }
.brand img { width: 38px; height: 38px; border-radius: 50%; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: auto; }
.desktop-nav a, .inline-links a { color: #434a46; font-size: 14px; font-weight: 600; transition: color .25s; }
.desktop-nav a:hover, .inline-links a:hover { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.social-link { width: 38px; height: 38px; border: 1px solid var(--border); border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 800; transition: .25s; }
.social-link:hover { border-color: var(--green); color: var(--green); transform: translateY(-2px); }
.telegram-mark { font-size: 10px; }
.button { min-height: 52px; padding: 0 22px; border: 1px solid var(--green); border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--green); color: #071208; font-size: 14px; font-weight: 800; box-shadow: 0 10px 30px rgba(0,200,5,.15); transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,200,5,.24); background: #12dc17; }
.button-small { min-height: 40px; padding: 0 18px; border-radius: 8px; }
.button-secondary { background: var(--white); border-color: var(--border); box-shadow: none; color: var(--ink); }
.button-secondary:hover { background: var(--surface); border-color: #cbd2cd; box-shadow: none; }
.menu-toggle, .mobile-nav { display: none; }

.section { padding: 112px max(24px, calc((100vw - var(--max)) / 2)); }
.hero { padding-top: 78px; padding-bottom: 0; min-height: calc(100vh - 76px); }
.hero-grid { min-height: 570px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 55px; }
.hero-copy, .hero-visual, .section-copy, .section-heading { min-width: 0; }
.eyebrow, .section-label { color: #3f4842; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { width: max-content; padding: 9px 13px; border: 1px solid var(--border); border-radius: 999px; display: flex; align-items: center; gap: 8px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(0,200,5,.12); }
.hero h1 { margin: 24px 0 2px; font-size: clamp(62px, 7vw, 104px); line-height: .95; letter-spacing: -.075em; }
.hero h2 { max-width: 670px; margin: 14px 0 24px; font-size: clamp(32px, 4vw, 58px); line-height: 1.03; letter-spacing: -.055em; font-weight: 600; }
h2 em, h2 span { color: var(--green); font-style: normal; }
.hero-description { max-width: 650px; margin: 0 0 30px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.inline-links { margin-top: 24px; display: flex; gap: 24px; }
.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.visual-grid { position: absolute; inset: 0; border: 1px solid var(--border); border-radius: 32px; background-image: linear-gradient(rgba(0,200,5,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(0,200,5,.065) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle, #000 35%, transparent 78%); }
.logo-stage { position: relative; width: min(390px, 78%); aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.72); box-shadow: 0 40px 100px rgba(25,54,30,.12), 0 0 0 1px rgba(0,200,5,.12); backdrop-filter: blur(10px); animation: float 6s ease-in-out infinite; }
.logo-stage img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.stage-label { position: absolute; z-index: 2; right: -20px; top: 45px; padding: 8px 11px; border: 1px solid var(--border); border-radius: 6px; background: rgba(255,255,255,.92); color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.orbit { position: absolute; border: 1px solid rgba(0,200,5,.25); border-radius: 50%; }
.orbit-one { width: 88%; aspect-ratio: 1; transform: rotate(-15deg) scaleY(.45); }
.orbit-two { width: 105%; aspect-ratio: 1; transform: rotate(28deg) scaleY(.55); border-style: dashed; }
.signal-dot { position: absolute; z-index: 3; width: 11px; height: 11px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 8px rgba(0,200,5,.14); }
.signal-one { top: 16%; left: 7%; }.signal-two { right: 6%; bottom: 20%; }
.hero-strip { max-width: var(--max); margin: 58px auto 0; min-height: 78px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #78807b; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.hero-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }

.section-muted { background: var(--surface); }
.section-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; }
.section-copy h2, .section-heading h2 { margin: 14px 0 28px; font-size: clamp(40px, 5vw, 68px); line-height: 1.03; letter-spacing: -.055em; }
.section-copy p:not(.section-label), .section-heading > p:last-child { max-width: 570px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.infrastructure-card { padding: 24px; border: 1px solid var(--border); border-radius: 22px; background: var(--white); box-shadow: 0 25px 70px rgba(22,45,28,.07); }
.infra-top, .infra-bottom { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.status { display: flex; align-items: center; gap: 6px; color: var(--green); }.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.infra-network { position: relative; height: 350px; margin: 20px 0; overflow: hidden; border-radius: 15px; background-image: linear-gradient(rgba(0,200,5,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0,200,5,.08) 1px, transparent 1px); background-size: 31px 31px; background-color: #f8fbf8; }
.infra-network strong { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 96px; height: 96px; display: grid; place-items: center; border-radius: 24px; background: var(--green); color: #07310a; font-size: 34px; box-shadow: 0 20px 50px rgba(0,200,5,.3); }
.node { position: absolute; width: 16px; height: 16px; border: 4px solid #fff; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px rgba(0,200,5,.25); }
.node-a { left: 15%; top: 20%; }.node-b { right: 15%; top: 17%; }.node-c { left: 18%; bottom: 18%; }.node-d { right: 13%; bottom: 20%; }.node-e { right: 8%; top: 50%; }
.line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, var(--green), transparent); transform-origin: left; }
.line-a { width: 48%; left: 18%; top: 23%; transform: rotate(25deg); }.line-b { width: 50%; left: 23%; bottom: 22%; transform: rotate(-25deg); }.line-c { width: 45%; left: 51%; top: 50%; transform: rotate(-38deg); }.line-d { width: 38%; left: 52%; top: 51%; transform: rotate(35deg); }
.infra-bottom { justify-content: space-around; }
.section-heading { max-width: var(--max); margin: 0 auto 52px; }
.section-heading > p:last-child { margin-left: auto; margin-top: -78px; }
.card-grid, .access-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-card { position: relative; min-height: 300px; padding: 28px; border: 1px solid var(--border); border-radius: 16px; background: var(--white); transition: transform .3s, box-shadow .3s, border-color .3s; }
.feature-card:hover { transform: translateY(-7px); border-color: rgba(0,200,5,.42); box-shadow: 0 24px 55px rgba(31,55,36,.08); }
.card-number { position: absolute; top: 24px; right: 24px; color: #a5ada8; font-size: 10px; font-weight: 800; }
.line-icon, .access-mark { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(0,200,5,.3); border-radius: 12px; background: #f3fff3; color: var(--green); font-size: 20px; font-weight: 800; }
.feature-card h3 { margin: 72px 0 12px; font-size: 19px; letter-spacing: -.03em; }
.feature-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.token-card { max-width: var(--max); margin: auto; padding: 34px; border: 1px solid var(--border); border-radius: 20px; background: var(--white); box-shadow: 0 24px 70px rgba(19,44,25,.07); }
.token-summary { display: grid; grid-template-columns: 70px 1fr 1fr; align-items: center; gap: 26px; padding-bottom: 30px; border-bottom: 1px solid var(--border); }
.token-summary img { width: 70px; height: 70px; border-radius: 50%; object-fit: contain; }
.token-summary div { display: grid; gap: 7px; }.token-summary span, .contract-block > span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }.token-summary strong { font-size: 17px; }
.contract-block { padding: 30px 0; }
.contract-row { margin-top: 12px; display: flex; align-items: center; gap: 12px; }
.contract-row code { flex: 1; min-width: 0; padding: 18px; overflow-wrap: anywhere; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); color: #2f3832; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 14px; line-height: 1.5; }
.copy-button { align-self: stretch; min-width: 96px; border: 0; border-radius: 10px; background: var(--ink); color: #fff; font: 800 13px Manrope, sans-serif; cursor: pointer; transition: .25s; }
.copy-button:hover { background: var(--green); color: #071208; }
.token-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.token-actions a { padding: 16px 18px; border: 1px solid var(--border); border-radius: 10px; display: flex; justify-content: space-between; font-size: 13px; font-weight: 700; transition: .25s; }
.token-actions a:hover { border-color: var(--green); color: var(--green); }
.access-card { min-height: 235px; padding: 25px; border: 1px solid var(--border); border-radius: 16px; display: flex; flex-direction: column; justify-content: space-between; transition: .3s; }
.access-card:hover { transform: translateY(-6px); border-color: var(--green); box-shadow: 0 20px 50px rgba(30,55,35,.08); }
.access-card h3 { margin: 0 0 7px; font-size: 20px; }.access-card p { margin: 0; color: var(--muted); font-size: 13px; }.access-card strong { font-size: 12px; color: var(--green); }
.final-cta { padding-top: 36px; }
.cta-inner { max-width: var(--max); min-height: 440px; margin: auto; padding: 75px; border: 1px solid rgba(0,200,5,.18); border-radius: 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; position: relative; background: radial-gradient(circle at 50% 130%, rgba(0,200,5,.45), transparent 47%), linear-gradient(135deg,#efffee,#dfffd6); }
.cta-inner::before, .cta-inner::after { content: ""; position: absolute; width: 250px; height: 250px; border: 1px solid rgba(0,200,5,.18); border-radius: 50%; }.cta-inner::before { left: -130px; top: -110px; }.cta-inner::after { right: -110px; bottom: -130px; }
.cta-inner > * { position: relative; z-index: 1; }
.cta-inner h2 { max-width: 780px; margin: 14px 0 16px; font-size: clamp(42px, 6vw, 76px); line-height: 1; letter-spacing: -.06em; }
.cta-inner > p:not(.section-label) { color: #4e5c51; }
.cta-inner .button-row { margin-top: 22px; }
.button-dark { background: var(--ink); border-color: var(--ink); color: #fff; box-shadow: none; }.button-dark:hover { background: #252a28; box-shadow: none; }
.button-light { background: rgba(255,255,255,.78); border-color: rgba(255,255,255,.95); color: var(--ink); box-shadow: none; }.button-light:hover { background: #fff; box-shadow: none; }

footer { margin-top: 110px; padding: 70px max(24px, calc((100vw - var(--max)) / 2)) 32px; background: #101312; color: #fff; }
.footer-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.footer-brand p, footer a { color: #9fa6a1; font-size: 13px; }
.footer-brand p { margin-top: 18px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid h3 { margin: 4px 0 10px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
footer a:hover { color: var(--green); }
.footer-bottom { max-width: var(--max); margin: 60px auto 0; padding-top: 26px; border-top: 1px solid #2b302d; display: grid; grid-template-columns: 1fr 2fr; gap: 50px; color: #79817c; font-size: 10px; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }

@media (max-width: 980px) {
  .desktop-nav, .header-actions > .social-link { display: none; }
  .menu-toggle { width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 8px; display: grid; place-content: center; gap: 5px; background: #fff; }
  .menu-toggle span { width: 18px; height: 2px; background: var(--ink); transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; left: 18px; right: 18px; top: 67px; padding: 16px; border: 1px solid var(--border); border-radius: 14px; background: rgba(255,255,255,.98); box-shadow: 0 24px 60px rgba(18,32,22,.12); flex-direction: column; }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { padding: 12px; border-radius: 8px; font-size: 14px; font-weight: 700; }
  .mobile-nav a:hover { background: var(--surface); color: var(--green); }
  .hero-grid, .section-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 35px; }
  .hero-visual { min-height: 500px; }
  .section-grid { gap: 55px; }
  .section-heading > p:last-child { margin: 0; }
  .card-grid, .access-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .site-header { height: 66px; padding-inline: 18px; }
  .brand { font-size: 18px; }.brand img { width: 34px; height: 34px; }
  .header-actions .button { display: none; }
  .section { padding: 80px 18px; }
  .hero { padding-top: 25px; padding-bottom: 0; }
  .hero-grid { min-height: auto; gap: 18px; }
  .hero h1 { margin-top: 22px; font-size: clamp(54px, 18vw, 78px); }
  .hero h2 { font-size: clamp(33px, 10vw, 48px); }
  .hero h1, .hero h2, .hero-description { max-width: 100%; }
  .hero-description { font-size: 14px; line-height: 1.7; }
  .button-row { flex-direction: column; }.button-row .button { width: 100%; }
  .hero-visual { min-height: 380px; }
  .logo-stage { width: min(300px, 84vw); }
  .stage-label { right: 0; top: 26px; }
  .hero-strip { margin-top: 28px; min-height: 64px; overflow: hidden; justify-content: flex-start; white-space: nowrap; }
  .hero-strip span:nth-of-type(n+3), .hero-strip i:nth-of-type(n+3) { display: none; }
  .section-copy h2, .section-heading h2 { font-size: clamp(38px, 12vw, 54px); }
  .infra-network { height: 280px; }
  .card-grid, .access-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 260px; }
  .token-card { padding: 20px; }
  .token-summary { grid-template-columns: 56px 1fr; gap: 18px; }
  .token-summary img { width: 56px; height: 56px; grid-row: span 2; }
  .contract-row { align-items: stretch; flex-direction: column; }
  .copy-button { min-height: 48px; }
  .token-actions { grid-template-columns: 1fr; }
  .cta-inner { min-height: 500px; padding: 48px 22px; }
  .cta-inner h2 { font-size: 48px; }
  footer { margin-top: 70px; padding-inline: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
}

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