
:root { --acid:#e8ff22; --ink:#151515; --paper:#f7f7f2; --muted:#62635f; --line:#d9dacd; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.site-header { width:min(1180px,calc(100% - 40px)); height:84px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.brand img,.footer-brand img { width:142px; height:55px; object-fit:cover; object-position:center; }
.site-header nav { display:flex; align-items:center; gap:34px; font-size:14px; font-weight:700; }
.site-header nav a:hover,.footer-links a:hover { opacity:.58; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 25px; border:1px solid var(--ink); border-radius:999px; background:var(--acid); color:var(--ink); font-size:14px; font-weight:800; transition:transform .2s ease,background .2s ease; }
.button:hover { transform:translateY(-2px); background:#dcf300; }
.button-small { min-height:42px; padding:0 20px; }
.button-dark { background:var(--ink); color:white; }
.button-dark:hover { background:#303030; }
.hero { width:min(1240px,calc(100% - 40px)); min-height:690px; margin:0 auto 24px; display:grid; grid-template-columns:.94fr 1.06fr; overflow:hidden; border-radius:30px; background:var(--acid); }
.hero-copy { padding:clamp(54px,7vw,98px); align-self:center; }
.eyebrow { margin:0 0 22px; font-size:12px; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; }
h1 { max-width:650px; margin-bottom:26px; font-size:clamp(50px,6.1vw,86px); line-height:.96; letter-spacing:-.065em; }
.hero-text { max-width:570px; margin-bottom:34px; font-size:18px; line-height:1.65; }
.hero-actions { display:flex; align-items:center; gap:24px; }
.text-link { font-size:14px; font-weight:800; border-bottom:1px solid var(--ink); padding:10px 0; }
.text-link span { margin-left:8px; }
.hero-notes { margin-top:58px; display:flex; flex-wrap:wrap; gap:10px 22px; font-size:12px; font-weight:800; }
.hero-notes span::before { content:"✓"; margin-right:8px; }
.hero-visual { position:relative; min-height:690px; background:#1b1b1b; }
.hero-visual>img { width:100%; height:100%; object-fit:cover; object-position:center; }
.visual-tag { position:absolute; right:22px; bottom:22px; padding:16px 20px; border-radius:16px; background:rgba(21,21,21,.92); color:white; display:flex; flex-direction:column; }
.visual-tag strong { font-size:18px; }
.visual-tag span { margin-top:4px; color:#c9c9c3; font-size:11px; }
.section { width:min(1180px,calc(100% - 40px)); margin:0 auto; padding:112px 0; }
.section-dark { width:100%; padding-left:max(20px,calc((100% - 1180px)/2)); padding-right:max(20px,calc((100% - 1180px)/2)); background:var(--ink); color:white; }
.section-heading { display:grid; grid-template-columns:1.15fr .65fr; gap:80px; align-items:end; margin-bottom:58px; }
.section-heading h2,.platform h2,.company h2,.contact h2 { margin-bottom:0; font-size:clamp(38px,4.7vw,66px); line-height:1.02; letter-spacing:-.05em; }
.section-heading>p { max-width:430px; margin-bottom:4px; color:#b9bab3; line-height:1.7; }
.eyebrow-light { color:var(--acid); }
.solution-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:#3a3a37; border:1px solid #3a3a37; }
.solution-card { min-height:274px; padding:34px; background:var(--ink); }
.solution-card>span { display:inline-block; margin-bottom:70px; color:var(--acid); font:700 12px monospace; }
.solution-card h3 { margin-bottom:14px; font-size:22px; }
.solution-card p { margin-bottom:0; color:#b9bab3; font-size:14px; line-height:1.7; }
.platform { display:grid; grid-template-columns:1.02fr .98fr; gap:clamp(54px,8vw,105px); align-items:center; }
.platform-image { height:650px; overflow:hidden; border-radius:24px; background:#e6e6dd; }
.platform-image img { width:100%; height:100%; object-fit:cover; object-position:center; }
.platform-copy>p:not(.eyebrow) { margin:28px 0 42px; color:var(--muted); line-height:1.75; }
.platform-copy ul { list-style:none; margin:0; padding:0; border-top:1px solid var(--line); }
.platform-copy li { display:grid; grid-template-columns:165px 1fr; gap:22px; padding:22px 0; border-bottom:1px solid var(--line); }
.platform-copy li strong { font-size:14px; }
.platform-copy li span { color:var(--muted); font-size:14px; line-height:1.55; }
.company { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(54px,9vw,120px); align-items:start; border-top:1px solid var(--line); }
.company-intro>p:last-child { max-width:490px; margin-top:26px; color:var(--muted); line-height:1.7; }
.company-card { border-top:2px solid var(--ink); }
.detail-row { display:grid; grid-template-columns:190px 1fr; gap:24px; padding:24px 2px; border-bottom:1px solid var(--line); }
.detail-row>span { color:var(--muted); font-size:13px; }
.detail-row strong,.detail-row address { font-size:16px; line-height:1.55; font-style:normal; }
.contact { width:min(1240px,calc(100% - 40px)); margin:0 auto 24px; padding:clamp(48px,7vw,90px); border-radius:30px; background:var(--acid); display:flex; align-items:end; justify-content:space-between; gap:50px; }
.contact h2 { max-width:700px; }
.contact p:last-child { margin:22px 0 0; }
.contact-actions { display:flex; flex-direction:column; align-items:center; gap:14px; min-width:230px; }
.contact-actions .button { width:100%; }
.contact-actions>a:last-child { font-size:13px; font-weight:800; }
footer { width:min(1180px,calc(100% - 40px)); margin:0 auto; padding:56px 0 28px; display:grid; grid-template-columns:1fr auto; gap:42px; align-items:start; }
.footer-brand p { margin:8px 0 0; color:var(--muted); font-size:13px; }
.footer-links { display:flex; gap:28px; font-size:13px; font-weight:700; }
.copyright { grid-column:1/-1; margin:0; padding-top:26px; border-top:1px solid var(--line); color:var(--muted); font-size:12px; }
@media (max-width:920px) {
  .site-header nav { display:none; }
  .hero { grid-template-columns:1fr; }
  .hero-visual { min-height:540px; }
  .section-heading,.platform,.company { grid-template-columns:1fr; }
  .section-heading { gap:28px; }
  .solution-grid { grid-template-columns:repeat(2,1fr); }
  .platform-image { height:560px; }
  .contact { align-items:flex-start; flex-direction:column; }
}
@media (max-width:620px) {
  .site-header { width:min(100% - 28px,1180px); height:72px; }
  .brand img { width:120px; }
  .site-header .button { min-height:38px; padding:0 15px; font-size:12px; }
  .hero { width:calc(100% - 24px); min-height:auto; border-radius:22px; }
  .hero-copy { padding:48px 26px 42px; }
  h1 { font-size:48px; }
  .hero-text { font-size:16px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:8px; }
  .hero-notes { margin-top:40px; flex-direction:column; }
  .hero-visual { min-height:430px; }
  .section { width:calc(100% - 32px); padding:78px 0; }
  .section-dark { width:100%; padding-left:16px; padding-right:16px; }
  .solution-grid { grid-template-columns:1fr; }
  .solution-card { min-height:235px; }
  .solution-card>span { margin-bottom:45px; }
  .platform-image { height:450px; }
  .platform-copy li,.detail-row { grid-template-columns:1fr; gap:8px; }
  .contact { width:calc(100% - 24px); padding:48px 26px; border-radius:22px; }
  .contact-actions { width:100%; }
  footer { grid-template-columns:1fr; }
  .footer-links { flex-direction:column; gap:14px; }
  .copyright { grid-column:1; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none!important; } }

.legal-page { width:min(900px,calc(100% - 40px)); margin:0 auto; padding:42px 0 90px; }
.legal-brand { display:inline-block; margin-bottom:70px; }
.legal-brand img { width:145px; height:55px; object-fit:cover; }
.legal-page article { padding:clamp(28px,7vw,78px); border:1px solid var(--line); border-radius:28px; background:white; }
.legal-page h1 { max-width:720px; font-size:clamp(44px,7vw,72px); }
.legal-page h2 { margin:38px 0 12px; font-size:20px; letter-spacing:-.02em; }
.legal-page article>p:not(.eyebrow) { color:var(--muted); line-height:1.75; }
.legal-page article a { font-weight:800; text-decoration:underline; }
.legal-updated { margin-bottom:48px; font-size:13px; }
.legal-back { display:inline-block; margin-top:48px; }
@media (max-width:620px) { .legal-page { width:calc(100% - 24px); } .legal-brand { margin-bottom:30px; } .legal-page article { border-radius:20px; } }
