:root {
  --black: #050505;
  --black-2: #0b0b0b;
  --panel: #111111;
  --panel-2: #161616;
  --yellow: #ffc400;
  --yellow-soft: #ffdc58;
  --white: #f7f7f7;
  --muted: #b9b9b9;
  --line: rgba(255,255,255,.11);
  --shadow: 0 24px 70px rgba(0,0,0,.45);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--white); background: var(--black); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--yellow); color: #111; padding: 10px 14px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .2s ease, border-color .2s ease, backdrop-filter .2s ease; }
.site-header.is-scrolled { background: rgba(5,5,5,.82); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; text-decoration: none; }
.brand-mark { display: block; flex: 0 0 auto; width: 78px; height: auto; object-fit: contain; }
.brand-copy { display: grid; min-width: 0; line-height: 1.05; }
.brand-name { color: var(--white); font-size: 1.08rem; font-weight: 900; letter-spacing: -.025em; }
.brand-tagline { margin-top: 6px; color: var(--yellow); font-size: .64rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; white-space: nowrap; }
.brand-tagline b { margin-inline: .28em; font-weight: 900; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: #d9d9d9; text-decoration: none; font-size: .95rem; font-weight: 650; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--yellow); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #0e0e0e; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; transition: transform .2s ease, opacity .2s ease; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid var(--yellow); border-radius: 999px; color: #0b0b0b !important; background: var(--yellow); text-decoration: none; font-weight: 850; box-shadow: 0 14px 36px rgba(255,196,0,.14); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--yellow-soft); box-shadow: 0 18px 42px rgba(255,196,0,.22); }
.button-small { min-height: 42px; padding-inline: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--white); text-decoration: none; font-weight: 750; border-bottom: 1px solid rgba(255,255,255,.25); }
.text-link:hover { color: var(--yellow); border-color: var(--yellow); }
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; padding: 128px 0 76px; overflow: hidden; background: radial-gradient(circle at 76% 38%, rgba(255,196,0,.11), transparent 28%), linear-gradient(180deg,#050505,#080808 70%,#050505); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,196,0,.55), transparent); }
.hero-glow { position: absolute; width: 560px; height: 560px; right: -220px; top: 12%; background: rgba(255,196,0,.08); filter: blur(90px); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px,8vw,110px); }
.eyebrow { margin: 0 0 18px; color: var(--yellow); font-size: .79rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 800px; font-size: clamp(3rem,6vw,6.3rem); line-height: .98; letter-spacing: -.065em; text-transform: uppercase; }
h1 span { color: var(--yellow); }
.lead { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.08rem,1.6vw,1.3rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 28px; padding: 0; margin: 38px 0 0; list-style: none; color: #d8d8d8; font-size: .93rem; }
.hero-points li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 14px rgba(255,196,0,.45); }
.hero-visual { position: relative; }
.logo-frame { border: 1px solid rgba(255,255,255,.1); border-radius: 32px; overflow: hidden; background: #000; box-shadow: var(--shadow); transform: rotate(1.4deg); }
.logo-frame img { display: block; width: 100%; }
.status-card { position: absolute; right: -18px; bottom: -34px; display: flex; align-items: center; gap: 12px; min-width: 260px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(17,17,17,.92); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.status-card div { display: grid; }
.status-card span { color: var(--muted); font-size: .86rem; }
.status-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 7px rgba(255,196,0,.10),0 0 16px rgba(255,196,0,.5); }
.trust-strip { border-bottom: 1px solid var(--line); background: #070707; }
.trust-grid { min-height: 88px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; text-align: center; color: #cbcbcb; font-size: .9rem; font-weight: 750; }
.trust-grid span + span { border-left: 1px solid var(--line); }
.section { padding: clamp(82px,10vw,140px) 0; }
.section-dark { border-block: 1px solid var(--line); background: var(--black-2); }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading h2, .why-copy h2, .contact-card h2 { margin: 0; font-size: clamp(2.2rem,4.4vw,4.5rem); line-height: 1.04; letter-spacing: -.05em; }
.section-heading p:not(.eyebrow), .why-copy > p:not(.eyebrow), .contact-card p { color: var(--muted); font-size: 1.08rem; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; padding: 0; margin: 0; list-style: none; }
.process-card, .service-card, .benefit { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,#131313,#0d0d0d); }
.process-card { min-height: 310px; padding: 28px; }
.step { color: var(--yellow); font-size: .83rem; font-weight: 900; letter-spacing: .16em; }
.process-card h3, .service-card h3, .benefit h3 { margin: 42px 0 12px; font-size: 1.3rem; }
.process-card p, .service-card p, .benefit p { margin: 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { position: relative; padding: 34px; }
.service-card:hover { border-color: rgba(255,196,0,.45); transform: translateY(-4px); transition: transform .2s ease,border-color .2s ease; }
.service-featured { background: linear-gradient(150deg,rgba(255,196,0,.10),#111 42%); border-color: rgba(255,196,0,.38); }
.badge { position: absolute; right: 22px; top: 22px; padding: 6px 10px; border-radius: 999px; color: #111; background: var(--yellow); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; color: #111; background: var(--yellow); font-weight: 950; }
.service-card h3 { margin-top: 28px; }
.service-card ul { padding-left: 18px; margin: 26px 0 0; color: #e5e5e5; }
.service-card li { margin: 8px 0; }
.service-card li::marker { color: var(--yellow); }
.why-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.why-copy { position: sticky; top: 120px; }
.benefits-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.benefit { padding: 28px; min-height: 230px; }
.benefit > span { color: var(--yellow); font-weight: 900; }
.benefit h3 { margin-top: 52px; }
.section-quote { padding-top: 20px; }
.quote-card { padding: clamp(38px,6vw,72px); border: 1px solid rgba(255,196,0,.34); border-radius: 32px; background: radial-gradient(circle at 80% 20%,rgba(255,196,0,.12),transparent 25%),#0d0d0d; text-align: center; }
.quote-card p { max-width: 980px; margin: 0 auto; font-size: clamp(2rem,4vw,4rem); line-height: 1.18; letter-spacing: -.04em; font-weight: 850; }
.quote-card span { display: block; margin-top: 24px; color: var(--yellow); font-weight: 800; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 76px; align-items: start; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font-size: 1.12rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 21px; color: var(--yellow); font-size: 1.6rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: 0 0 24px; color: var(--muted); }
.contact-section { padding-top: 40px; }
.contact-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; padding: clamp(34px,6vw,72px); border-radius: 32px; color: #111; background: var(--yellow); }
.contact-card .eyebrow { color: rgba(0,0,0,.62); }
.contact-card p { color: rgba(0,0,0,.72); }
.contact-actions { display: grid; justify-items: start; gap: 16px; }
.contact-card .button { color: white !important; background: #111; border-color: #111; box-shadow: none; }
.contact-card .button:hover { background: #242424; }
.contact-mail { font-weight: 850; text-decoration: none; border-bottom: 1px solid rgba(0,0,0,.35); }
.site-footer { padding: 42px 0; border-top: 1px solid var(--line); background: #030303; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.footer-brand { display: grid; }
.footer-brand span, .footer-grid p { color: #8f8f8f; font-size: .88rem; }
.footer-grid nav { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-grid nav a { color: #cfcfcf; text-decoration: none; font-size: .9rem; }
.footer-grid nav a:hover { color: var(--yellow); }
.footer-grid p { grid-column: 1 / -1; margin: 0; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease,transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .hero-grid, .why-grid, .faq-layout, .contact-card { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { max-width: 690px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .why-copy { position: static; }
  .faq-layout { gap: 24px; }
  .contact-actions { justify-items: start; }
}

@media (max-width: 900px) and (min-width: 761px) {
  .brand-mark { width: 66px; }
  .brand-name { font-size: .98rem; }
  .brand-tagline { font-size: .56rem; letter-spacing: .12em; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .88rem; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px,var(--container)); }
  .header-inner { min-height: 76px; }
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 76px 14px auto; display: grid; gap: 6px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(10,10,10,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 12px 14px; }
  .main-nav .button { margin-top: 4px; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 104px; }
  h1 { font-size: clamp(2.7rem,13vw,4.8rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .text-link { align-self: flex-start; }
  .status-card { position: relative; right: auto; bottom: auto; margin: 14px 0 0; }
  .trust-grid { grid-template-columns: repeat(2,1fr); padding: 18px 0; gap: 18px 0; }
  .trust-grid span + span { border-left: 0; }
  .trust-grid span:nth-child(even) { border-left: 1px solid var(--line); }
  .process-grid, .benefits-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 0; }
  .quote-card p { font-size: clamp(1.7rem,8vw,2.8rem); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid p { grid-column: auto; }
}
@media (max-width: 430px) {
  .brand { gap: 9px; }
  .brand-mark { width: 58px; }
  .brand-name { font-size: .9rem; }
  .brand-tagline { margin-top: 4px; font-size: .49rem; letter-spacing: .105em; }
  .brand-tagline b { margin-inline: .12em; }
  .hero-points { display: grid; }
  .trust-grid { grid-template-columns: 1fr; text-align: left; }
  .trust-grid span:nth-child(even) { border-left: 0; }
  .service-card, .process-card, .benefit { padding: 24px; }
  .contact-card .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
