﻿:root {
    --bg: #ffffff;
    --surface: #fafbfb;
    --mint: #00ab86;
    --mint-dark: #009675;
    --ink: #0c373e;
    --text: #205147;
    --muted: #678989;
    --line: #e3e3e3;
    --gold: #ffb200;
    --gold-deep: #661800;
    --shadow: 0 18px 50px rgba(12, 55, 62, 0.08);
    --radius: 8px;
    --container: 1024px;
    --orbit-panel: 1098px;
    --number-color: #203331;
    --bar-primary: #ffb200;
    --bar-secondary: #70dad1;
    --bar-active: #00ab91;
    --pointer-color: #0b5a52;
    --page-bg: #fafbfb;
    --accent: #00ab86;
    --faq-title: #354347;
    --faq-text: #57706b;
    --faq-line: #d3e4de;
    --footer-text: #000000;
    --sticky-offset: 152px;
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner {
    position: fixed;
    z-index: 1000;
    right: 24px;
    bottom: 24px;
    left: 24px;
}

.cookie-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 22px 24px;
    border: 1px solid #d3e4de;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(12, 55, 62, .18);
}

.cookie-banner__copy {
    max-width: 650px;
}

.cookie-banner__copy h2 {
    margin: 0 0 6px;
    color: var(--ink);
    font-size: 20px;
    line-height: 1.3;
}

.cookie-banner__copy p {
    margin: 0;
    color: var(--faq-text);
    font-size: 14px;
    line-height: 1.55;
}

.cookie-banner__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-banner__policy {
    margin-right: 6px;
    color: var(--mint-dark);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.cookie-banner__button,
.legal-page__preferences {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid var(--mint-dark);
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.cookie-banner__button--secondary {
    background: #fff;
    color: var(--mint-dark);
}

.cookie-banner__button--primary,
.legal-page__preferences {
    background: var(--mint);
    color: #fff;
}

.legal-page {
    padding: 80px 0 120px;
    background: var(--surface);
}

.legal-page__inner {
    max-width: 900px;
}

.legal-page__header {
    margin-bottom: 40px;
}

.legal-page__eyebrow {
    margin: 0 0 10px;
    color: var(--mint-dark);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.legal-page__header h1 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: clamp(38px, 6vw, 64px);
    line-height: 1.05;
}

.legal-page__header > p:last-child,
.legal-page__content p {
    color: var(--faq-text);
}

.legal-page__content {
    padding: 36px;
    border: 1px solid var(--faq-line);
    border-radius: 12px;
    background: #fff;
}

.legal-page__content section + section {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid var(--faq-line);
}

.legal-page__content h2,
.legal-page__content h3 {
    color: var(--ink);
}

.legal-page__content h2 {
    margin: 0 0 14px;
    font-size: 24px;
}

.legal-page__content h3 {
    margin: 22px 0 8px;
    font-size: 17px;
}

.legal-page__content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}

.legal-page__content a {
    color: var(--mint-dark);
    font-weight: 600;
    text-decoration: underline;
}

.legal-page__preferences {
    margin-top: 20px;
}

.contact-us {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
    gap: 72px;
    width: 100%;
    padding: 64px;
    border: 1px solid #d3e4de;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(12, 55, 62, .06);
}

.contact-us__eyebrow {
    margin: 0 0 14px;
    color: var(--mint-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
}

.contact-us__intro h2 {
    margin: 0 0 20px;
    color: var(--ink);
    font-family: "Manrope", sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.15;
}

.contact-us__intro > p:not(.contact-us__eyebrow) {
    margin: 0 0 22px;
    color: var(--faq-text);
    font-size: 16px;
    line-height: 26px;
}

.contact-us__intro > a {
    color: var(--mint-dark);
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.contact-form,
.contact-form label:not(.contact-form__consent) {
    display: flex;
    flex-direction: column;
}

.contact-form {
    gap: 18px;
}

.contact-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-form label > span:first-child {
    margin-bottom: 7px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
    width: 100%;
    border: 1px solid #ced7d6;
    border-radius: 7px;
    outline: none;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-size: 14px;
    transition: border-color .2s, box-shadow .2s;
}

.contact-form input:not([type="checkbox"]) {
    height: 44px;
    padding: 0 13px;
}

.contact-form textarea {
    min-height: 128px;
    padding: 12px 13px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--mint);
    box-shadow: 0 0 0 3px rgba(0, 171, 134, .12);
}

.contact-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    cursor: pointer;
}

.contact-form__consent input {
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: var(--mint);
}

.contact-form__consent span {
    margin: 0 !important;
    color: var(--faq-text) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 18px;
}

.contact-form__consent a {
    color: var(--mint-dark);
    font-weight: 700;
    text-decoration: underline;
}

.contact-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.contact-form__footer button {
    flex: 0 0 auto;
    min-width: 132px;
    height: 42px;
    padding: 0 20px;
    border: 1px solid var(--mint-dark);
    border-radius: 999px;
    background: var(--mint);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}

.contact-form__footer button:disabled {
    cursor: wait;
    opacity: .65;
}

.contact-form__status {
    margin: 0;
    color: var(--faq-text);
    font-size: 12px;
    line-height: 18px;
}

.contact-form__status--success {
    color: var(--mint-dark);
}

.contact-form__status--error {
    color: #b42318;
}

.contact-form__trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

@media (max-width: 820px) {
    .cookie-banner {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .cookie-banner__inner,
    .cookie-banner__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .cookie-banner__inner {
        gap: 18px;
        padding: 20px;
    }

    .cookie-banner__actions {
        gap: 8px;
    }

    .cookie-banner__policy {
        margin: 0 0 4px;
        text-align: center;
    }

    .legal-page {
        padding: 48px 0 80px;
    }

    .legal-page__content {
        padding: 24px;
    }

    .contact-us {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 28px 22px;
    }

    .contact-us__intro h2 {
        font-size: 30px;
    }

    .contact-form__row {
        grid-template-columns: 1fr;
    }

    .contact-form__footer {
        align-items: stretch;
        flex-direction: column;
    }
}

.language-select {
    margin-left: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(53, 67, 71, .25);
    border-radius: 8px;
    background: #fff;
    color: #354347;
    font: inherit;
    font-weight: 700;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Work Sans", sans-serif;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-shell { overflow-x: hidden; }
main { padding-top: var(--sticky-offset); }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.inline-icon { width: 18px; height: 18px; object-fit: contain; }
.inline-icon--tiny { width: 12px; height: 12px; }
.inline-icon--button { width: 26px; height: 26px; flex: 0 0 26px; }
.inline-icon--score { width: 34px; height: 34px; }
.inline-icon--platform { width: 32px; height: 32px; }
.mobile-display {
    display: none;
}

.mobile-display-block {
    display: none;
}

.mobile-display-inline-flex {
    display: none !important;
}

.desktop-display-inline-flex {
    display: inline-flex;
}

.desktop-display-block {
    display: block;
}

.desktop-display {
    display: initial;
}

.top-strip {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}
.top-strip__inner { display: flex; gap: 16px; align-items: end; min-height: 64px; }
.top-strip__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 64px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #607474;
  cursor: pointer;
}
.top-strip__item--active { color: var(--mint); }
.top-strip__item--active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--mint);
}

.navbar {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 35;
  padding: 24px 0 32px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.navbar__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 112px;
    height: 28px;
}
.brand__mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.9) 18%, transparent 19%),
    linear-gradient(135deg, #00ab86 0%, #05695a 100%);
}
.brand__mark--dark {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.8) 18%, transparent 19%),
    linear-gradient(135deg, #111111 0%, #353535 100%);
}
.brand__text {
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  color: var(--mint);
}
.brand__text span { text-transform: none; }
.brand__text--dark { color: #111111; }

.nav-links { display: flex; align-items: center; gap: 16px; }
.nav-links:not(.nav-links--audience-active) { display: none; }
.nav-links__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 4px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.nav-links__item--active {
  padding: 0 24px;
  border: 2px solid var(--mint);
  border-radius: 6px;
  color: var(--mint);
  background: #feffff;
  font-weight: 700;
}
.top-strip__auth-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: auto 0 auto auto;
}

.top-strip__auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid var(--mint);
  border-radius: 6px;
  background: var(--mint);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
.top-strip__auth--login {
  background: #fff;
  color: var(--mint);
}
.top-strip__auth--login:hover,
.top-strip__auth--login:focus-visible {
  color: #fff;
}
.top-strip__auth:hover,
.top-strip__auth:focus-visible {
  border-color: var(--mint-dark);
  background: var(--mint-dark);
  box-shadow: 0 6px 18px rgba(0, 171, 134, 0.2);
}
.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
}
.menu-toggle span {
  display: block;
  width: 31px;
  height: 2px;
  margin: 6px auto;
  border-radius: 999px;
  background: #205147;
}

.audience-panel {
    padding: 48px 0 0 0;
    display: none;
}

.audience-panel--active {
  display: block;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 632px) minmax(0, 372px);
  gap: 20px;
  margin-bottom:10vh;
}
.hero-card { position: relative; overflow: hidden; border-radius: var(--radius); }
.hero-card--primary {
  min-height: 643px;
  padding: 26px 34px;
  background: var(--mint);
}
    .hero-card--primary img {
        margin-left: 70px;
    }
.hero-card--primary h1 {
  position: relative;
  z-index: 1;
  width: min(100%, 381px);
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.57;
  color: #fff;
}
.hero-card__eyebrow {
  width: 65px;
  height: 2px;
  margin: 53px 0 24px 71px;
  background: rgba(255, 255, 255, 0.8);
}
.phone-hero {
  position: absolute;
  left: -52px;
  right: -40px;
  bottom:-1px;
}
.phone-hero img {
  
  max-width: 740px;
  margin: 0 auto;
  filter: drop-shadow(0 42px 21px rgba(28, 20, 20, 0.15));
}
.hero-side { display: grid; grid-template-rows: 286px 337px; gap: 20px; }
.hero-card--photo { background: linear-gradient(180deg, #f2f6f6 0%, #dfe9e6 100%); }
.hero-card--photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-card--cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 41px 39px 83px;
  background: var(--gold);
}
.hero-card--cta h2 {
  width: 247px;
  margin: 0 0 24px auto;
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.39;
  color: var(--gold-deep);
  text-align: right;
}

.button {
  display: inline-flex;
  align-items: center;
  
  gap: 28px;
  border-radius: 120px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
.button--light {
  align-self: flex-end;
  width: 212px;
  height: 64px;  
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  color: var(--gold-deep);
}
.button__label {
    font-family: "Manrope", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 56px;
    color: var(--gold-deep);
    margin-left: 75px;
}
.button--primary {
  min-width: 190px;
  min-height: 48px;
  padding: 0 28px;
  background: var(--mint);
  border: 1px solid var(--mint-dark);
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.trust-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  padding: 0 0 92px;
}
.trust-pill {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  min-height: 148px;
  padding: 0 24px;
  color: #354347;
  text-align: left;
}
.trust-pill__icon { width: 39px; height: 39px; object-fit: contain; }
.trust-pill__icon--incoming { width: 36px; height: 36px; }
.trust-pill__icon--approve { width: 44px; height: 29px; }
.trust-pill__icon--union { width: 39px; height: 39px; }
.trust-pill__icon--shield { width: 28px; height: 31px; }
.trust-pill span:last-child {
  max-width: 180px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}
.trust-divider { width: 1px; height: 148px; background: #d9ebe6; }

.how-it-works {
  padding: 48px 0 128px;
  background: var(--surface);
}
.section-lead { max-width: 555px; }
.section-lead h2,
.platforms__title h2,
.all-in-one__content h2,
.faq__content h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink);
}
.section-lead p,
.score-story__copy p,
.share-story__copy p,
.all-in-one__content p {
  margin: 28px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.79;
  color: var(--muted);
}

.orbit-panel {
    display: grid;
    gap: 90px;
    max-width: var(--orbit-panel);
    width: max(100%, var(--orbit-panel));
}
.orbit-panel__hero {
  display: grid;
  grid-template-columns: minmax(320px, 554px) minmax(0, 857px);
  gap: 40px;
  
}
.orbit-panel__visual { position: relative; min-height: 680px;  }
.orbit { position: relative; width: min(100%, 857px); min-height: 681px; margin-left: auto; }
.orbit__ring { position: absolute; border-radius: 50%; }
.orbit__ring--outer {
  top: 0;
  right: 0;
  width: 681px;
  height: 681px;
  /*border: 2px solid #d7f5ef;*/
}
.orbit__ring--mid {
  top: 48px;
  right: 48px;
  width: 585px;
  height: 585px;
  border: 2px solid #bdebe2;
}
.orbit__ring--inner {
  top: 141px;
  right: 141px;
  width: 399px;
  height: 399px;
  border: 2px solid #b5e6db;
  background: rgba(247, 255, 253, 0.38);
}
.orbit__ring--inner::before {
  content: "";
  position: absolute;
  top: 87px;
  left: 88px;
  width: 222px;
  height: 225px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(0, 171, 134, 0.92) 1.5px, transparent 1.7px) 0 0 / 9px 9px,
    linear-gradient(135deg, #fdfffe 0%, #e5fff9 100%);
}
.orbit__core {
  position: absolute;
  top: 292px;
  right: 292px;
  display: grid;
  place-items: center;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}
.orbit__core::before,
.orbit__core::after {
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 999px;
}
.orbit__core::before {
  width: 35px;
  height: 4px;
}
.orbit__core::after {
  width: 4px;
  height: 35px;
}
.orbit__core span {
  display: none;
}
.wallet-bubble {
    position: absolute;
    top: 347px;
    left: -395px;
    padding: 26.1px 35.3px 26.1px 36px;
    border-radius: 8.121px 0 8.121px 8.121px;
    border: 2.03px solid #C5DCE4;
    background: var(--Theme-Secondary, #FFF);
    box-shadow: var(--shadow);
    width: 434px;
    height: 178px;
    gap: 13.6px;
    display: grid;
}

.wallet-bubble-after {
    position: absolute;
    width: 47.713px;
    height: 29.439px;
    top: 347px;
    left: 30px;
    z-index:2;
}

.wallet-bubble__title {
    display: flex;
    align-items: center;
    gap: 10.295px;
    font-family: "Manrope", sans-serif;
    font-size: 28.425px;
    font-weight: 600;
    color: #000;
}
.loader {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 5px;
  width: 28px;
  height: 28px;
}
.loader span { display: block; width: 3px; margin: 0 auto; border-radius: 999px; background: var(--mint); }
.loader span:nth-child(1), .loader span:nth-child(3) { height: 14px; }
.loader span:nth-child(2) { height: 28px; }
.wallet-bubble__chips {
    display: flex;
    align-items: center;
    gap: -18.172px;    
    font-family: "Manrope", sans-serif;
    font-size: 27.259px;
    font-weight: 500;
    color: #6a7f7b;
}
    .wallet-bubble__chips span {
        margin-left: 13.63px;
        color: var(--Text-Muted, #597676);
        text-align: right;
        font-family: Manrope;
        font-size: 27.259px;
        font-style: normal;
        font-weight: 600;
        line-height: 40.888px; /* 150% */
    }
    .coin {
        width: 42px;
        height: 42px;
        border: 3px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 0 1px rgba(12, 55, 62, 0.12);
    }
.coin--btc { background: linear-gradient(135deg, #f7931a, #ffcc73); }
.coin--eth { margin-left: -22px; background: linear-gradient(135deg, #7b8cff, #c4ccff); }
.coin--sol { margin-left: -22px; background: linear-gradient(135deg, #40e2b5, #a96bff); }

.score-story,
.share-story {
    display: grid;
    grid-template-columns: minmax(0, 0.9334fr) minmax(421px, 592px);
    gap: 56px;
    align-items: center;
}

.share-story__copy {
    margin-top: 70px;
}

.score-story-copy {    
    width: 480px;
}
.score-story__copy h3,
.share-story__copy h3,
.platform-card h3 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--ink);
}
.score-cards {
    position: relative;
    min-height: 209px;
    max-width: 421px;
}
.score-card {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 34px;
  border-radius: 8px;
  color: #fff;
  box-shadow: var(--shadow);
}

    .score-card strong {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 20px;
        top: 20px;
    }
.score-card--small { left: 0; bottom: 0; width: 206px; height: 126px; background: #6fe3d0; }
    .score-card--small span {
        font-family: "Manrope", sans-serif;
        color: #00AB91;
        font-size: 26.685px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        position: absolute;
        left: 20px;
        bottom: 20px;
    }
.score-card--large {
    top: 0;
    left: 168.84px;
    width: 252px;
    height: 180px;
    background: var(--mint);
}
    .score-card--large span {
        font-family: "Manrope", sans-serif;
        color: #FFF;
        font-size: 33.621px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        position: absolute;
        left: 20px;
        bottom: 20px;
    } 
.share-story__activity {
    display: grid;
    gap: 36.11px;
}


.activity-card {
    width: 511px;
    height: 122px;
    display: flex;
    align-items: center;
    gap: 28px;
    padding:0 32px 0 32px;
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--shadow);   
}
.activity-card__content {
    display: flex;
    align-items: center;
    gap: 16.459px;
}
.activity-card-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5.486px;
}

.activity-card__date {
    width: 55px;
    flex-shrink: 0;
    color: #2D3939;
    font-family: "Manrope", sans-serif;
    font-size: 40.041px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.activity-card-week {
    color: #2D3939;
    font-family: Manrope;
    font-size: 28.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.activity-card-icon {
    width: 55.036px;
    height: 55.036px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.activity-card__headline {
    display: flex;
    align-items: center;
    gap: 8.229px;
    color: var(--Text, #2D3939);
    text-align: right;
    font-family: "Manrope", sans-serif;
    font-size: 16.459px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 145.818% */
}

.score-read {
    color: var(--Text, #2D3939);
    text-align: right;
    font-family: "Manrope", sans-serif;
    font-size: 16.459px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 145.818% */
}
.institution {
    color: var(--Theme-Primary, #00AB86);
    text-align: right;
    font-family: "Manrope", sans-serif;
    font-size: 16.459px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 145.818% */
}

.score-time {
    color: var(--Text, #2D3939);
    text-align: right;
    font-family: "Manrope", sans-serif;
    font-size: 16.459px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.688px; /* 150% */
}

.activity-card__meta {
    color: var(--Theme-Primary, #00AB86);
    text-align: right;
    font-family: "Manrope", sans-serif;
    font-size: 16.459px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.688px; /* 150% */
}

.reads-card {
    display: flex;
    align-items: center;
    gap: 15.6px;
    padding: 0 26.061px;
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--shadow);
    width: 258px;
    height: 101px;
}

.reads-card__label {
    color: var(--Text, #2D3939);
    text-align: right;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.455px; /* 146.591% */
}

.reads-card-value {
    display: flex;
    width: 31.273px;
    height: 35.182px;
    flex-direction: column;
    justify-content: center;
    color: #2D3939;
    font-family: "Manrope", sans-serif;
    font-size: 26.061px;
    font-style: normal;
    font-weight: 500;
    line-height: 70.364px; /* 270% */
}
.reads-card {
    position: relative;
    left: 126.5px;
}
.reads-card strong { margin-left: 16px; font-family: "Manrope", sans-serif; font-size: 48px; color: var(--mint); }

.platforms { padding: 128px 0 160px; }
.platforms__title {
    margin-bottom: 52px;
    color: #0C373E;
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 77.778% */    
}
.platform-grid {
    display: inline-flex;
    padding-top: 2px;
    justify-content: center;
    align-items: center;
}

.platform-grid-container {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.platform-left-column {
    display: flex;
    width: 482px;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
}

.platform-card-worldwide {
    height: 277px;
    align-self: stretch;
    border-radius: 8px;
    background: #FFB200 !important;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* 🔥 aşağı hizalar */
    padding: 20px 40px;
}
    
    .platform-card-worldwide .world-map {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;        
    }

.platform-card-worldwide-title,
.platform-card-worldwide-desc {
    position: relative;
    z-index: 2;
}

.platform-card-worldwide-title {
    width: 361px;
    color: #661800;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.platform-card-worldwide-desc {
    color: #661800;
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 419px;
}

.platform-card-score {
    position: relative;
    width: min(100%, 482px);
    min-height: 424px;
    overflow: hidden;
    border-radius: 8px;
    background: #e9fcfa;
    padding: 29px 41px;
}

.platform-card-score-title h2 {
    color: #003A2E;
    
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.platform-card-score-title p {
    color: #2D9C84;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 180% */
    width: 386px;
}

.platform-card-score-visual {
    position: absolute;
    left: -11px;
    right: 19px;
    bottom: 56px;
    display: flex;
    align-items: flex-end;
    
    gap: 28px;
}

.platform-card-score-pointer {
    position: absolute;
    left: 126px;
    bottom: 47px;
    width: 24px;
    height: 21px;
}

.platform-card-score-bar {
    display: flex;
    gap: 4px;
    width: 249px;
    height: 34px;
}

.bar {
    display: block;
    height: 100%;
}

.bar-primary {
    width: 117px;
    background: var(--bar-primary);
    border-radius: 9px 0 0 9px;
}

.bar-secondary {
    width: 64px;
    background: var(--bar-secondary);
}

.bar-accent {
    width: 0;
}

.bar-active {
    flex: 1;
    background: var(--bar-active);
    border-radius: 0 9px 9px 0;
}

.platform-card-score-value {
    display: flex;
    width: 113.552px;
    height: 77.312px;
    flex-direction: column;
    justify-content: center;
    color: #203331;
    font-family: Manrope;
    font-size: 67.648px;
    font-style: normal;
    font-weight: 500;
    line-height: 0; /* 0% */
    padding-left: 25px;
    padding-top: 25px;
}


.platform-card-statement {
    position: relative;
    width: 518px;
    height: 725px;
    overflow: hidden;
    border-radius: 6px;
    background: #00AB86;
    padding: 47px 53px 53px;
}

.arrow-icon {
    position: absolute;
    top: 45px;
    right: 43px;
    width: 38px;
    height: 38px;
}

.platform-card-statement h2 {
    margin: 305px 0 0;
    max-width: 380px;
    color: #C4FFFA;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.37;
    letter-spacing: -0.045em;
}

    .platform-card-statement h2 span {
        color: #FFB200;
    }

    .platform-card-statement h2 .statement-white {
        color: #FFF;
    }

.platform-card-statement h2 {
    text-wrap: balance;
}

    .platform-card-statement h2 .white-text {
        color: #fff;
    }



.all-in-one {
    display: grid;
    grid-template-columns: 492px minmax(0, 1fr);
    align-items: start;
    gap: 52px;
    min-height: 100vh;
    margin: 0 auto 15vh auto;
}

.all-in-one__content {
    align-self: start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    margin-top:20px;
}

    .all-in-one__content h2 {
        align-self: stretch;
        color: #000;
        font-family: Manrope;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 67.2px;
    }

        .all-in-one__content h2 span {
            color: #00AB86;
            font-family: Manrope;
            font-size: 48px;
            font-style: normal;
            font-weight: 600;
            line-height: 67.2px; /* 140% */
        }

    .all-in-one__content p {
        width: 492px;
        color: #678989;
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px; /* 180% */
        margin:0;
    }

.all-in-one-button {
    display: none;
    width: 190px;
    height: 48px;
    padding: 0 28.8px;
    justify-content: center;
    align-items: center;
    gap: 7.2px;
    border-radius: 120px;
    border: 1.2px solid #009675;
    background: #00AB86;
    box-shadow: 0 1.2px 2.4px 0 rgba(0, 0, 0, 0.08);
    color: #FFFFFF;
    text-align: right;
    font-family: var(--Fonts-Base, "Work Sans");
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px; /* 135% */
}

.all-in-one__visual {
    position: relative;
    min-height: 780px;
}

.all-in-one-desktop {
    width: 800px;
    height: 770.755px;
}

    .all-in-one-desktop img {
        width: 100%;
        height: auto;
    }

.all-in-one-phone {
    position:absolute;
    left:-280px;
    top:375px;
    width: 540px;
    height: 540px;
}

    .all-in-one-phone img {
        width: 100%;
        height: auto;
    }


.faq {
    min-height: 100vh;
    padding: 79px 0 120px;
    background: var(--page-bg);
}

.faq__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 72px;
}

.faq__content {
    width: 100%;
}

    .faq__content h2 {
        margin: 0 0 38px;
        color: var(--accent);
        font-size: 42px;
        font-weight: 700;
        line-height: 1;
    }

.faq-list {
    margin-top:38px;
    width: 100%;
}

    .faq-list details {
        border-bottom: 1px solid var(--faq-line);
    }

        .faq-list details[open] {
            padding: 20px 0 20px;
        }

        .faq-list details:not([open]) {
            padding: 16px 0;
        }

        .faq-list details:last-child {
            border-bottom: 0;
        }

    .faq-list summary {
        list-style: none;
        cursor: pointer;
        color: #2D3939;
        font-family: Manrope;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .faq-list details[open] summary {
        margin-bottom: 17px;
        font-size: 36px;
        color: #354347;
    }

    .faq-list summary::-webkit-details-marker {
        display: none;
    }

    .faq-list p {
        max-width: 100%;
        color: #57706B;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 40px 58px;
    width: 597px;
}

    .footer-links h3 {
        margin: 0 0 29px;
        font-size: 16px;
        font-weight: 700;
        line-height: 15.4px;
        color: #000;        
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 15.4px; /* 96.25% */
    }

    .footer-links a {
        display: block;
        margin-bottom: 12px;
        color: #000;        
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 15.4px; /* 110% */
    }

        .footer-links a:last-child {
            margin-bottom: 0;
        }

.brand img {
    width: 100%;
    height: auto;
}





@media (max-width: 1180px) {
    :root {
        --sticky-offset: 120px;
    }

    .container {
        width: min(calc(100% - 48px), 381px);
    }

    .mobile-display { display: initial; }
    .mobile-display-block { display: block; }
    .mobile-display-inline-flex { display: inline-flex !important; }
    .desktop-display,
    .desktop-display-block,
    .desktop-display-inline-flex { display: none !important; }


    .audience-panel{
        padding:0;
    }

    .top-strip__inner {
        min-height: 48px;
        justify-content: flex-start;
        gap: 10px;
    }

    .top-strip__item {
        height: 48px;
        font-size: 12px;
    }

    .top-strip__auth {
        min-height: 32px;
        padding: 0 10px;
        font-size: 11px;
        white-space: nowrap;
    }

    .top-strip__auth-actions {
        gap: 6px;
    }

    .navbar {
        top: 48px;
        padding: 24px 0 20px;
    }

    .brand {
        width: 165.852px;
        height: 41.463px;
    }

    .menu-toggle {
        display: block;
        position: relative;
        z-index: 2;
    }

    .nav-links {
        position: absolute;
        top: calc(100% + 8px);
        left: 20px;
        right: 20px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 16px;
        border: 1px solid #d9ebe6;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 18px 50px rgba(12, 55, 62, 0.12);
    }

    .nav-links--open {
        display: flex;
    }

    .nav-links__item,
    .nav-links__item--active {
        width: 100%;
        min-height: 46px;
        justify-content: flex-start;
        padding: 0 14px;
        border-radius: 10px;
    }

    .nav-links__item--active {
        border-width: 1px;
    }

    .web3 {
        margin-top: 25px;
        margin-bottom: 22px;
    }

    .web3-title {
        color: var(--mint);
        font-family: "Manrope", sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.08;
        letter-spacing: 0.24px;
    }

    .web3-line {
        margin-top: 8px;
        margin-left: 57px;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 72px;
    }

    .hero-card {
        border-radius: 12px;
    }

    .hero-card--primary {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        min-height: 596px;
        padding: 22px;
        background: #0fa88a;
    }

    .hero-card--primary h1,
    .desktop-display-block {
        display: none !important;
    }

    .hero-card-title {
        width: 170px;
        color: #fff;
        font-family: "Manrope", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.8;
    }

    .hero-card-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 88px;
        height: 40px;
        gap: 8px;
        border-radius: 3px;
        background: #fff;
        color: var(--mint);
        font-family: "Manrope", sans-serif;
        font-size: 14px;
        font-weight: 700;
    }

    .hero-card-button img {
        width: 14px;
        margin-left: 0;
    }

    .phone-hero {
        left: -76px;
        right: -76px;
        bottom: 0;
    }

    .phone-hero img {
        max-width: 496px;
    }

    .hero-side {
        display: none;
    }

    .how-it-works-mobile {
        margin-top: 56px;
        margin-bottom: 25px;
    }

    .how-it-works-mobile-title,
    .no-corcerns-mobile-title {
        color: #000;
        font-family: "Manrope", sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
    }

    .no-corcerns-mobile {
        margin-top: 37px;
        margin-bottom: 40px;
    }

    .how-it-works.container {
        height: 421px;
        overflow: hidden;
        padding-top:38px;
        padding-bottom: 0;
        border-radius: 8px;
        background: #fafbfb;
        margin-bottom: 17px;
    }

    .orbit-panel {
        width: 100%;
        max-width: 100%;
        gap: 48px;
    }

    .orbit-panel__hero,
    .score-story,
    .share-story,
    .all-in-one {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .section-lead {
        max-width: 268px;
    }

    .section-lead h2,
    .platforms__title h2,
    .all-in-one__content h2,
    .all-in-one__content h2 span,
    .faq__content h2,
    .share-story__copy h3 {
        width: auto;
        font-size: 24px;
        line-height: normal;
    }

    .score-story__copy h3 {
        font-size: 20px;
    }

    .section-lead p,
    .score-story__copy p,
    .share-story__copy p,
    .all-in-one__content p {
        width: auto;
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.6;
    }

    .orbit-panel__visual,
    .orbit {
        min-height: 360px;
        width: 100%;
    }

    .orbit__ring--outer {
        width: 346px;
        height: 346px;
        right: 0;
    }

    .orbit__ring--mid {
        top: -43px;
        right: -110px;
        width: 297px;
        height: 297px;
    }

    .orbit__ring--inner {
        top: 1px;
        right: -65px;
        width: 203px;
        height: 203px;
    }

    .orbit__ring--inner::before {
        top: 45px;
        left: 50px;
        width: 113px;
        height: 114px;
        background:
            radial-gradient(circle, rgba(0, 171, 134, 0.92) 1px, transparent 1.2px) 0 0 / 5px 5px,
            linear-gradient(135deg, #fdfffe 0%, #e5fff9 100%);
    }

    .orbit__core {
        top: 82px;
        right: 5px;
        width: 50px;
        height: 50px;
    }

    .orbit__core::before {
        width: 18px;
        height: 3px;
    }

    .orbit__core::after {
        width: 3px;
        height: 18px;
    }

    .wallet-bubble {
        top: 105px;
        left: 0;
        width: 221px;
        height: auto;
        padding: 13px 18px;
        border-width: 1px;
        border-radius: 8px 0 8px 8px;
        gap: 8px;
    }

    .wallet-bubble-after {
        top: 105px;
        left: 214px;
        width: 25px;
        height: 15px;
    }

    .wallet-bubble__title {
        gap: 8px;
        font-size: 14px;
        line-height: 1.44;
    }

    .wallet-bubble__title img {
        width: 15px;
        max-width: 15px;
    }

    .wallet-bubble__chips {
        font-size: 14px;
    }

    .wallet-bubble__chips span {
        margin-left: 7px;
        font-size: 14px;
        line-height: 1.2;
    }

    .coin {
        width: 22px;
        height: 22px;
        border-width: 2px;
    }

    .coin--eth,
    .coin--sol {
        margin-left: -10px;
    }

    .score-cards {
        min-height: 121px;
        max-width: 244px;
        margin: 46px 0 0 39px;
    }

    .score-card {
        padding: 18px 22px;
        border-radius: 8px;
    }

    .score-card--small {
        width: 119px;
        height: 94px;
    }

    .score-card--small span {
        left: 20px;
        bottom: 20px;
        font-size: 15.443px;
    }

    .score-card--large {
        left: 98px;
        width: 146px;
        height: 104px;
    }

    .score-card--large span {
        left: 20px;
        bottom: 20px;
        font-size: 19.458px;
    }

    .inline-icon--score {
        width: 22px;
        height: 22px;
    }

    .share-story__copy {
        margin-top: 0;
    }

    .score-story-copy {
        width: auto;
    }

    .share-story__activity {
        height: 60px;
        margin-top: 46px;
        margin-left: 63px;
        gap: 15px;
    }

    .activity-card {
        width: 249.789px;
        height: 60px;
        gap: 15px;
        padding: 8px 15px;
        align-items: flex-start;
    }

    .activity-card__content {
        padding-top: 0;
    }

    .activity-card__date {
        width: 20px;
        font-size: 30px;
        line-height: 1;
    }

    .activity-card-week {
        display: block;
        font-size: 14px;
        line-height: 1;
    }

    .activity-card-head {
        gap: 3px;
        padding-top: 10px;
    }

    .activity-card__headline,
    .score-read,
    .institution,
    .score-time,
    .activity-card__meta {
        font-size: 8px;
        line-height: 11.7px;
    }

    .activity-card__headline {
        flex-wrap: wrap;
        gap: 3px;
        text-align: left;
    }

    .activity-card-icon {
        width: 26px;
        height: 26px;
        margin-top: 10px;
    }

    .reads-card {
        left: 69px;
        width: 126px;
        height: 49px;
        padding: 0 13px;
        gap: 8px;
    }

    .share-card-small-icon {
        width: 26px;
        height: 26px;
    }

    .reads-card__label {
        font-size: 8px;
        line-height: 11.5px;
    }

    .reads-card-value {
        width: auto;
        height: auto;
        font-size: 13px;
        line-height: 1.2;
    }

    .trust-mobile {
        height: 165px !important;
        padding: 0 !important;
        background: #fff !important;
    }

    .trust-strip {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
        padding-bottom: 0;
    }

    .trust-pill {
        min-height: 74px;
        width: auto;
        padding: 12px 13px;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        border-radius: 12px;
        background: #fff;
    }

    .trust-pill span:last-child {
        font-size: 12px;
        line-height: normal;
    }

    .platforms {
        padding: 88px 0;
    }

    .platforms__title {
        margin-bottom: 32px;
    }

    .platform-grid,
    .platform-grid-container {
        display: block;
    }

    .platform-left-column {
        width: 100%;
        gap: 16px;
    }

    .platform-card-worldwide,
    .platform-card-score,
    .platform-card-statement {
        border-radius: 12px;
    }

    .platform-card-worldwide {
        height: 466px;
        justify-content: space-between;
        padding: 28px 36px 36px;
    }

    .platform-card-worldwide-title {
        width: min(100%, 240px);
        font-size: 36px;
    }

    .platform-card-worldwide-desc {
        width: 304px;
        font-size: 28px;
    }

    .platform-card-score {
        min-height: 456px;
        padding: 32px 36px;
    }

    .platform-card-score-title h2 {
        width: 192px;
        font-size: 28px;
    }

    .platform-card-score-title p {
        width: 280px;
        margin-top: 42px;
        font-size: 18px;
        line-height: 30px;
    }

    .platform-card-score-visual {
        right: 20px;
        bottom: 42px;
        left: -17px;
        gap: 20px;
    }

    .platform-card-score-bar {
        width: 200px;
        height: 33px;
    }

    .platform-card-score-pointer {
        left: 100px;
        bottom: 46px;
    }

    .platform-card-score-value {
        width: auto;
        height: auto;
        padding: 0 0 18px 25px;
        font-size: 65.023px;
    }

    .bar-primary {
        width: 85px;
    }

    .platform-card-statement {
        width: 100%;
        min-height: 506px;
        height: auto;
        margin-top: 24px;
        padding: 48px 38px;
    }

    .platform-card-statement h2 {
        margin-top: 200px;
        max-width: 276px;
        font-size: 34.826px;
        line-height: normal;
    }

    .arrow-icon {
        right: 38px;
        width: 28px;
        height: 28px;
    }

    .all-in-one {
        gap: 32px;
        min-height: 0;
        margin: 0 auto 96px;
    }

    .all-in-one__content {
        gap: 30px;
        margin-top: 0;
    }

    .all-in-one__content h2,
    .all-in-one__content h2 span {
        width: 341px;
        font-size: 29.722px;
        line-height: 41.611px;
    }

    .all-in-one__content p {
        width: 100%;
        font-size: 14px;
        font-weight: 700;
        line-height: 22.292px;
    }

    .all-in-one-button--primary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 117.65px;
        height: 29.722px;
        padding: 0 17.833px;
        border-radius: 74.305px;
        border: 0.743px solid #009675;
        background: var(--mint);
        box-shadow: 0 0.743px 1.486px 0 rgba(0, 0, 0, 0.08);
        color: #fff;
        font-size: 9.907px;
        font-weight: 500;
        line-height: 13.375px;
    }

    .all-in-one__visual {
        min-height: 520px;
    }

    .all-in-one-desktop {
        position: relative;
        right: -117px;
        width: 100%;
        height: auto;
    }

    .all-in-one-phone {
        left: -54px;
        top: auto;
        bottom: -192px;
        width: 292px;
    }

    .faq {
        min-height: 0;
        padding: 46px 0 96px;
    }

    .faq__inner {
        gap: 48px;
    }

    .faq__content h2 {
        margin-bottom: 38px;
        font-size: 28px;
        font-weight: 700;
        line-height: normal;
    }

    .faq-list {
        margin-top: 0;
    }

    .faq-list summary {
        font-size: 16px;
        line-height: normal;
    }

    .faq-list details[open] summary {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: normal;
    }

    .faq-list details:not([open]) {
        padding: 12px 0;
    }

    .faq-list p {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-links {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px 24px;
    }
}
