:root {
  --navy: #0b1726;
  --navy-2: #12243a;
  --blue: #1c2f4f;
  --cream: #f4f1e9;
  --paper: #fffdfa;
  --ink: #18243a;
  --muted: #637083;
  --mint: #36deb1;
  --coral: #e77a55;
  --line: rgba(255,255,255,.12);
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20; padding: 10px 16px; background: white; color: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 10; width: 100%; border-bottom: 1px solid var(--line); color: #fff; }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 1.35rem; font-weight: 750; letter-spacing: -.03em; text-decoration: none; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(145deg, var(--mint), #24c7c6); box-shadow: 0 8px 28px rgba(54,222,177,.2); }
.brand-mark svg { width: 25px; fill: var(--navy); }
nav { display: flex; align-items: center; gap: 30px; }
nav a { color: #aeb8c5; font-size: .94rem; text-decoration: none; transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: white; }
.header-contact { padding: 9px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; color: white; }

.hero { min-height: 670px; color: white; background: radial-gradient(circle at 76% 44%, rgba(34,199,198,.12), transparent 27%), linear-gradient(120deg, #071522, var(--navy) 57%, #0d1d30); overflow: hidden; }
.hero-grid { min-height: 670px; padding-top: 78px; display: grid; grid-template-columns: 58% 42%; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 80px 0 62px; }
.eyebrow { margin: 0 0 18px; color: var(--mint); font-size: .78rem; font-weight: 750; letter-spacing: .16em; }
.eyebrow.dark { color: #2d806f; }
h1 { max-width: 760px; margin: 0 0 24px; font-size: clamp(3.4rem, 7vw, 6.4rem); line-height: .95; letter-spacing: -.065em; }
h1 span { color: var(--mint); }
.hero-intro { max-width: 620px; margin: 0 0 36px; color: #aeb8c5; font-size: 1.23rem; line-height: 1.55; }
.primary-link { display: inline-flex; align-items: center; gap: 14px; padding: 13px 19px; color: var(--navy); background: var(--mint); border-radius: 10px; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.primary-link:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(54,222,177,.2); }

.number-field { position: relative; height: 490px; transform: translateX(30px); }
.orbit { position: absolute; inset: 50% auto auto 50%; border: 1px solid rgba(54,222,177,.18); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 380px; height: 380px; }
.orbit-two { width: 250px; height: 250px; border-color: rgba(231,122,85,.2); }
.number { position: absolute; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.14); background: rgba(22,44,69,.72); box-shadow: 0 20px 45px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
.n-one { width: 90px; height: 90px; left: 9%; top: 16%; border-radius: 24px; color: var(--coral); font-size: 2.5rem; font-weight: 700; transform: rotate(-8deg); }
.n-two { width: 112px; height: 112px; right: 3%; top: 29%; border-radius: 50%; color: var(--mint); font-size: 3rem; font-weight: 700; }
.n-three { width: 168px; height: 76px; left: 13%; bottom: 17%; border-radius: 18px; font-size: 1.7rem; font-weight: 750; transform: rotate(5deg); }
.n-four { right: 18%; bottom: 7%; color: #fff; border: 0; background: transparent; box-shadow: none; font-size: 5.8rem; font-weight: 800; opacity: .07; }
.signal { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 7px rgba(54,222,177,.08); }
.signal-a { top: 20%; right: 24%; }
.signal-b { bottom: 29%; left: 2%; background: var(--coral); box-shadow: 0 0 0 7px rgba(231,122,85,.08); }

.products { padding: 100px 0 112px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .about h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.04; letter-spacing: -.05em; }
.section-heading > p { max-width: 450px; margin: 0 0 4px; color: var(--muted); font-size: 1.05rem; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.product-card { min-height: 460px; padding: 34px; display: flex; flex-direction: column; border-radius: 22px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 54px rgba(11,23,38,.12); }
.trade-card { color: white; background: radial-gradient(circle at 90% 8%, rgba(54,222,177,.17), transparent 30%), var(--navy); }
.budget-card { color: var(--ink); background: radial-gradient(circle at 88% 8%, rgba(231,122,85,.16), transparent 31%), var(--paper); border: 1px solid #ded9ce; }
.card-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px; }
.product-icon { width: 51px; height: 51px; display: grid; place-items: center; border-radius: 13px; }
.product-icon svg { width: 29px; fill: none; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.trade-icon { background: var(--mint); }
.trade-icon svg { stroke: var(--navy); }
.budget-icon { background: var(--coral); }
.budget-icon svg { stroke: var(--navy); }
.status { font-size: .72rem; font-weight: 800; letter-spacing: .12em; opacity: .65; }
.product-name { margin-bottom: 18px; font-size: 1.23rem; font-weight: 760; letter-spacing: -.03em; }
.trade-card .product-name span { color: var(--mint); }
.budget-card .product-name span { color: var(--coral); }
.product-card h3 { max-width: 460px; margin: 0 0 15px; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.08; letter-spacing: -.045em; }
.product-card p { max-width: 500px; margin: 0 0 30px; opacity: .7; }
.product-card a { width: fit-content; margin-top: auto; font-weight: 750; text-decoration: none; border-bottom: 2px solid; }
.trade-card a { color: var(--mint); }
.budget-card a { color: #c65739; }
.card-actions { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.card-actions a { margin-top: 0; }
.coming-soon { padding: 6px 10px; color: #85523e; background: #f8e8df; border-radius: 7px; font-size: .78rem; font-weight: 700; }

.about { padding: 100px 0; color: white; background: var(--blue); }
.about-grid { display: grid; grid-template-columns: 34% 66%; }
.about h2 { margin-bottom: 25px; }
.about div > p { max-width: 700px; color: #c2cad4; font-size: 1.15rem; }
.about .future-note { margin-top: 30px; color: var(--mint); font-weight: 700; }

footer { padding: 58px 0 32px; color: #aeb8c5; background: #07121f; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 46px; align-items: start; }
.footer-brand { margin-bottom: 12px; }
.brand-mark.small { width: 31px; height: 31px; border-radius: 8px; }
.brand-mark.small svg { width: 21px; }
.footer-inner p { margin: 0; }
.footer-links { display: flex; gap: 26px; padding-top: 9px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: white; }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid var(--line); font-size: .84rem; }

.legal-page { min-height: 100vh; background: var(--cream); }
.legal-page .site-header { position: static; background: var(--navy); }
.legal-shell { width: min(calc(100% - 48px), 790px); margin: 0 auto; padding: 74px 0 100px; }
.legal-shell h1 { color: var(--ink); font-size: clamp(2.7rem, 5vw, 4.3rem); }
.legal-shell h2 { margin-top: 36px; font-size: 1.35rem; }
.legal-shell p, .legal-shell li { color: #4e5968; }
.legal-shell a { color: #217563; }
.legal-updated { font-size: .9rem; }

.contact-shell { width: min(calc(100% - 48px), 870px); margin: 0 auto; padding: 76px 0 110px; }
.contact-shell h1 { color: var(--ink); margin-bottom: 22px; font-size: clamp(2.8rem, 6vw, 5rem); }
.contact-intro { max-width: 650px; margin-bottom: 38px; color: #4e5968; font-size: 1.13rem; }
.contact-card { padding: 34px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; color: white; background: var(--navy); border-radius: 20px; box-shadow: 0 22px 50px rgba(11,23,38,.13); }
.contact-label { display: block; margin-bottom: 5px; color: var(--mint); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.contact-address { color: white; font-size: clamp(1.25rem, 4vw, 1.8rem); font-weight: 730; text-decoration: none; letter-spacing: -.025em; }
.contact-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.contact-button { appearance: none; min-height: 44px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; color: white; background: transparent; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }
.contact-button.primary { color: var(--navy); background: var(--mint); border-color: var(--mint); }
.contact-button:hover, .contact-button:focus-visible { border-color: white; }
.copy-status { min-height: 26px; margin: 16px 0 0; color: #237563; font-weight: 700; }

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 34px), var(--shell)); }
  nav a:not(.header-contact) { display: none; }
  .hero, .hero-grid { min-height: 720px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 100px; }
  .number-field { position: absolute; width: 360px; height: 360px; right: -135px; bottom: -20px; opacity: .6; }
  .orbit-one { width: 300px; height: 300px; }
  .orbit-two { width: 190px; height: 190px; }
  .section-heading, .product-grid, .about-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; }
  .product-card { min-height: 430px; }
  .about-grid { gap: 35px; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { flex-wrap: wrap; gap: 14px 24px; }
  .copyright { grid-column: 1; }
}

@media (max-width: 520px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { height: 70px; }
  .brand { font-size: 1.17rem; }
  .brand-mark { width: 33px; height: 33px; }
  .header-contact { padding: 7px 12px; }
  h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .hero-intro { font-size: 1.08rem; }
  .products, .about { padding: 74px 0; }
  .product-card { min-height: 0; padding: 27px; }
  .card-topline { margin-bottom: 46px; }
  .card-actions { align-items: flex-start; flex-direction: column; }
  .legal-shell { width: min(calc(100% - 34px), 790px); padding-top: 54px; }
  .contact-shell { width: min(calc(100% - 34px), 870px); padding-top: 54px; }
  .contact-card { grid-template-columns: 1fr; padding: 27px; }
  .contact-actions { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
