@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-latin-500-normal.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-latin-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/assets/fonts/manrope-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/assets/fonts/manrope-latin-500-normal.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/assets/fonts/manrope-latin-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }

:root {
  --ink: #071a20;
  --ink-2: #102c33;
  --paper: #f4f0e8;
  --paper-2: #ebe5da;
  --white: #fffdf8;
  --muted: #627177;
  --line: rgba(7, 26, 32, 0.14);
  --teal: #71c8b3;
  --teal-dark: #2f7f70;
  --copper: #c79a62;
  --danger: #a14c3e;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(7, 26, 32, 0.12);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
}
.skip-link:focus { transform: none; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--teal-dark);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--teal); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.75rem, 6vw, 5.8rem); line-height: 0.99; font-weight: 500; }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.04; font-weight: 500; }
h3 { font-size: 1.28rem; line-height: 1.25; font-weight: 600; }
p { line-height: 1.7; }
.lead { max-width: 710px; color: #d3dddb; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.section-lead { max-width: 710px; color: var(--muted); font-size: 1.08rem; }
.section-lead.light-copy { color: #bdcbc8; }
.muted { color: var(--muted); }
.small { font-size: 0.84rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: rgba(7, 26, 32, 0.93);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(18px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 700; letter-spacing: -0.02em; }
.brand-mark { width: 34px; height: 34px; padding: 8px; border: 1px solid rgba(255,255,255,0.22); border-radius: 10px; }
.brand-mark span { display: block; height: 2px; margin: 3px 0; background: var(--copper); border-radius: 99px; }
.brand-mark span:nth-child(2) { width: 62%; background: var(--teal); }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links a { color: #d8e0de; text-decoration: none; font-size: 0.91rem; font-weight: 500; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--white); }
.nav-cta { padding: 11px 16px; border: 1px solid rgba(255,255,255,0.26); border-radius: 999px; }
.nav-cta:hover { background: var(--white); color: var(--ink) !important; }
.menu-button { display: none; width: 42px; height: 42px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,0.2); border-radius: 11px; }

.hero { position: relative; min-height: 760px; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,19,24,.98) 0%, rgba(4,19,24,.82) 38%, rgba(4,19,24,.15) 72%), url('/assets/clearcryptoops-hero.webp') center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgba(4,19,24,.72)); }
.hero-content { position: relative; z-index: 2; max-width: 810px; padding: 110px 0 92px; }
.hero h1 { max-width: 790px; }
.hero-actions, .cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--ink); background: var(--teal); }
.button.primary:hover { background: #8ed8c6; }
.button.secondary { color: var(--white); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.28); }
.button.dark { color: var(--white); background: var(--ink); }
.button.outline { color: var(--ink); background: transparent; border-color: var(--line); }
.button svg { width: 17px; }
.trust-strip { position: relative; z-index: 3; padding: 22px 0; color: #c6d2d0; background: rgba(3,15,19,.88); border-top: 1px solid rgba(255,255,255,.1); }
.trust-items { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: .88rem; }
.trust-dot { width: 8px; height: 8px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 5px rgba(113,200,179,.1); }

.section { padding: 112px 0; }
.section.compact { padding: 76px 0; }
.section.dark { color: var(--white); background: var(--ink); }
.section.soft { background: var(--paper-2); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-head h2 { max-width: 750px; margin-bottom: 0; }
.section-head p { max-width: 450px; margin-bottom: 4px; }

.service-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.service-card { position: relative; min-height: 330px; grid-column: span 4; display: flex; flex-direction: column; padding: 30px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { grid-column: span 6; min-height: 390px; color: var(--white); background: var(--ink-2); }
.service-number { color: var(--copper); font-size: .76rem; font-weight: 700; letter-spacing: .12em; }
.service-card h3 { max-width: 350px; margin: auto 0 14px; font-size: clamp(1.45rem, 3vw, 2.1rem); }
.service-card p { max-width: 400px; margin-bottom: 24px; color: var(--muted); }
.service-card.featured p { color: #c8d5d2; }
.card-link { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: .9rem; }
.card-link::after { content: "\2192"; transition: transform .2s ease; }
.service-card:hover .card-link::after { transform: translateX(5px); }
.tag { display: inline-flex; width: fit-content; padding: 6px 10px; color: var(--teal-dark); background: rgba(113,200,179,.14); border-radius: 99px; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.featured .tag { color: var(--teal); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,7vw,90px); align-items: center; }
.split-image { position: relative; overflow: hidden; min-height: 580px; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-image img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.split-content h2 { margin-bottom: 24px; }
.check-list { display: grid; gap: 14px; padding: 0; margin: 30px 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 24px 1fr; gap: 11px; line-height: 1.5; }
.check-list li::before { content: "\2713"; width: 22px; height: 22px; display: grid; place-items: center; color: var(--teal-dark); background: rgba(113,200,179,.18); border-radius: 50%; font-size: .72rem; font-weight: 700; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); }
.process-step { min-height: 260px; padding: 30px; background: rgba(255,255,255,.035); }
.process-step + .process-step { border-left: 1px solid rgba(255,255,255,.14); }
.process-step strong { color: var(--copper); font-size: .75rem; letter-spacing: .1em; }
.process-step h3 { margin: 70px 0 13px; }
.process-step p { color: #bdcbc8; font-size: .92rem; }
.process-grid-light { border-color: var(--line); }
.process-grid-light .process-step { background: var(--white); }
.process-grid-light .process-step + .process-step { border-color: var(--line); }
.process-grid-light .process-step p { color: var(--muted); }

.proof-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.proof-panel { padding: 36px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.proof-panel.dark-panel { color: var(--white); background: var(--ink-2); }
.metric { padding: 24px 0; border-top: 1px solid var(--line); }
.metric:first-of-type { border-top: 0; }
.metric-value { display: block; margin-bottom: 4px; font-family: "Manrope"; font-size: clamp(1.55rem, 3vw, 2.3rem); letter-spacing: -.05em; }
.metric-label { color: var(--muted); font-size: .86rem; }
.dark-panel .metric { border-color: rgba(255,255,255,.13); }
.dark-panel .metric-label { color: #bdcbc8; }

.quote { padding: 32px 0 0; border-top: 1px solid var(--line); font-family: "Manrope"; font-size: clamp(1.45rem,3vw,2.2rem); line-height: 1.4; letter-spacing: -.03em; }
.disclosure { margin-top: 24px; color: var(--muted); font-size: .8rem; }

.cta-band { padding: 76px 0; color: var(--white); background: var(--ink-2); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { max-width: 760px; margin-bottom: 12px; }
.cta-inner p { color: #c7d3d1; margin-bottom: 0; }

.page-hero { padding: 115px 0 86px; color: var(--white); background: var(--ink); }
.page-hero-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; }
.page-hero h1 { max-width: 920px; margin-bottom: 24px; font-size: clamp(2.7rem,6vw,5.3rem); }
.page-hero-aside { padding: 25px 0 5px 28px; border-left: 1px solid rgba(255,255,255,.2); }
.page-hero-aside span { display: block; color: var(--teal); font-size: .78rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.page-hero-aside strong { display: block; margin: 10px 0; font-family: "Manrope"; font-size: 2rem; font-weight: 500; }
.page-hero-aside p { color: #c0cecb; font-size: .86rem; }
.service-visual { height: min(54vw, 620px); min-height: 380px; overflow: hidden; background: var(--ink); }
.service-visual img { width: 100%; height: 100%; object-fit: cover; }

.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.detail-grid-spaced { margin-top: 48px; }
.detail-block { padding-top: 26px; border-top: 1px solid var(--line); }
.detail-block h3 { margin-bottom: 17px; }
.detail-block ul { padding-left: 18px; color: var(--muted); line-height: 1.8; }
.scope-box { position: sticky; top: 108px; padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.scope-box h3 { font-size: 1.8rem; }
.scope-row { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); font-size: .9rem; }
.scope-row span { color: var(--muted); }
.scope-row strong { text-align: right; }

.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.audience-card { padding: 30px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); }
.audience-card p { color: #c5d1cf; }

.faq { max-width: 900px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-button { width: 100%; display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; color: var(--ink); background: transparent; border: 0; text-align: left; font-weight: 700; cursor: pointer; }
.faq-button span:last-child { color: var(--teal-dark); font-size: 1.3rem; }
.faq-answer { display: none; max-width: 760px; padding: 0 0 26px; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }

.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.principle { min-height: 250px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.principle .service-number { display: block; margin-bottom: 74px; }
.principle p { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.contact-card { padding: 34px; color: var(--white); background: var(--ink-2); border-radius: var(--radius); }
.contact-card a { color: var(--teal); text-decoration: none; }
.contact-card hr { margin: 28px 0; border: 0; border-top: 1px solid rgba(255,255,255,.14); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .83rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 10px; outline: none; }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal-dark); box-shadow: 0 0 0 3px rgba(113,200,179,.2); }
.checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: .8rem; color: var(--muted); }
.checkbox input { flex: 0 0 auto; width: auto; margin-top: 4px; }
.form-note { margin-top: 14px; color: var(--muted); font-size: .8rem; }

.legal { max-width: 850px; }
.legal h2 { margin: 54px 0 16px; font-size: 1.8rem; }
.legal h3 { margin-top: 32px; }
.legal p, .legal li { color: var(--muted); line-height: 1.75; }

.site-footer { padding: 70px 0 30px; color: #c8d3d1; background: #041317; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr .75fr; gap: 50px; }
.footer-grid h3 { margin-bottom: 16px; color: var(--white); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a { display: block; width: fit-content; margin: 10px 0; color: #b8c6c3; text-decoration: none; font-size: .9rem; }
.footer-grid a:hover { color: var(--white); }
.footer-intro { max-width: 360px; }
.footer-intro p { color: #9db0ac; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 54px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: #829994; font-size: .77rem; }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .nav-links { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 25px 20px 35px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 8px 0; font-size: 1.05rem; }
  .menu-button { display: grid; place-items: center; }
  .trust-items { grid-template-columns: 1fr 1fr; }
  .service-card, .service-card.featured { grid-column: span 6; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .process-step:nth-child(4) { border-top: 1px solid rgba(255,255,255,.14); }
  .process-grid-light .process-step:nth-child(3), .process-grid-light .process-step:nth-child(4) { border-top-color: var(--line); }
  .page-hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .page-hero-aside { max-width: 400px; }
  .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 78px 0; }
  .hero { min-height: 720px; }
  .hero::before { background: linear-gradient(90deg, rgba(4,19,24,.96), rgba(4,19,24,.66)), url('/assets/clearcryptoops-hero.webp') 62% center/cover no-repeat; }
  .hero-content { padding: 85px 0 65px; }
  .trust-items, .split, .detail-grid, .audience-grid, .principles-grid, .form-grid, .proof-grid { grid-template-columns: 1fr; }
  .section-head, .cta-inner { display: block; }
  .section-head p { margin-top: 20px; }
  .service-card, .service-card.featured { grid-column: 1 / -1; min-height: 310px; }
  .split-image { min-height: 440px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step + .process-step { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .process-grid-light .process-step + .process-step { border-top-color: var(--line); }
  .page-hero { padding: 82px 0 62px; }
  .page-hero-grid { gap: 30px; }
  .service-visual { height: 420px; }
  .scope-box { position: static; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}

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