:root {
  --ink: #09110f;
  --ink-soft: #15201d;
  --forest: #0c1a17;
  --forest-2: #132a25;
  --mint: #7ce0bc;
  --mint-soft: #c2f2df;
  --sand: #dfc991;
  --cream: #f3f1eb;
  --paper: #f8f7f3;
  --muted: #6e7773;
  --line: rgba(10, 25, 21, .13);
  --line-dark: rgba(255,255,255,.14);
  --shadow: 0 30px 80px rgba(3, 17, 13, .12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 48px));
  --title: "Aptos Display", "Segoe UI", Arial, sans-serif;
  --body: "Aptos", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
::selection { background: var(--mint); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: 118px 0; }
.page-noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 999;
  opacity: .028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}
.ambient { position: fixed; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: -1; }
.ambient-one { width: 380px; height: 380px; background: rgba(116,229,187,.12); top: -100px; right: -90px; }
.ambient-two { width: 420px; height: 420px; background: rgba(222,201,146,.10); bottom: 0; left: -180px; }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 18px 0;
  transition: .35s ease;
}
.site-header.scrolled { padding: 10px 0; background: rgba(248,247,243,.86); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(10,25,21,.08); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; position: relative; z-index: 2; }
.brand-mark { width: 34px; height: 34px; }
.brand-word { font-family: var(--title); font-size: 15px; letter-spacing: .13em; font-weight: 800; }
.brand-word span { color: #48665c; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a, .text-link { font-size: 14px; font-weight: 500; color: #38423e; transition: .25s; }
.desktop-nav a:hover, .text-link:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 22px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 54px; padding: 0 25px; border-radius: 999px;
  font-size: 14px; font-weight: 600; border: 1px solid transparent;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.btn-light { background: var(--ink); color: white; }
.btn-primary { background: var(--mint); color: #07130f; box-shadow: 0 12px 35px rgba(95,212,169,.18); }
.btn-primary:hover { background: #90e8c7; }
.btn-ghost { border-color: rgba(10,25,21,.18); background: rgba(255,255,255,.5); }
.btn-ghost:hover { border-color: rgba(10,25,21,.35); background: white; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--ink); padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 17px; height: 1px; background: white; transition: .25s; }
.mobile-menu { display: none; }

.hero { min-height: 100vh; padding-top: 155px; padding-bottom: 40px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 65px; min-height: 680px; }
h1, h2, h3 { font-family: var(--title); margin: 0; letter-spacing: -.045em; }
h1 { font-size: clamp(52px, 6.1vw, 88px); line-height: .98; max-width: 800px; }
h1 em, h2 em { font-style: normal; font-weight: 500; color: #4c6a60; }
.hero-lead { font-size: 18px; line-height: 1.75; color: #5e6864; max-width: 650px; margin: 30px 0 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 38px 0 42px; }
.hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; max-width: 660px; border-top: 1px solid var(--line); padding-top: 24px; }
.hero-proof div { display: grid; gap: 7px; }
.hero-proof strong { font-family: var(--title); font-size: 14px; }
.hero-proof span { color: #6c7571; font-size: 13px; line-height: 1.5; }
.hero-visual { position: relative; }
.visual-frame {
  position: relative; aspect-ratio: .93; max-width: 540px; margin-left: auto;
  border-radius: 36px; overflow: hidden; background: #091411;
  box-shadow: 0 45px 100px rgba(2,17,13,.22);
  isolation: isolate; transform-style: preserve-3d;
}
.visual-frame::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 43%, rgba(93,213,169,.18), transparent 36%), linear-gradient(145deg, rgba(255,255,255,.05), transparent 50%); }
.visual-frame::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 26px; pointer-events: none; }
.radar-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(circle, #000 30%, transparent 76%); }
.orbit { position: absolute; border: 1px solid rgba(133,222,190,.2); border-radius: 50%; left: 50%; top: 45%; transform: translate(-50%,-50%); }
.orbit-a { width: 72%; aspect-ratio: 1; animation: spin 25s linear infinite; }
.orbit-b { width: 49%; aspect-ratio: 1; border-style: dashed; animation: spinReverse 18s linear infinite; }
.asset-core { position: absolute; width: 37%; left: 50%; top: 45%; transform: translate(-50%,-50%); filter: drop-shadow(0 20px 25px rgba(0,0,0,.25)); }
.asset-core svg { width: 100%; }
.core-glow { position: absolute; inset: 10%; background: rgba(104,222,181,.25); filter: blur(32px); border-radius: 50%; }
.token { position: absolute; color: white; display: grid; gap: 3px; }
.token::before { content: ""; position: absolute; width: 7px; height: 7px; border: 1px solid var(--mint); border-radius: 50%; top: 4px; left: -18px; box-shadow: 0 0 0 6px rgba(126,224,188,.08); }
.token span { font-family: var(--title); font-size: 11px; color: var(--sand); letter-spacing: .16em; }
.token small { font-size: 10px; color: rgba(255,255,255,.64); letter-spacing: .06em; }
.token-1 { left: 17%; top: 25%; }
.token-2 { right: 9%; top: 32%; }
.token-3 { left: 12%; bottom: 27%; }
.token-4 { right: 14%; bottom: 20%; }
.valuation-card { position: absolute; left: 8%; right: 8%; bottom: 7%; min-height: 66px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 0 16px; }
.glass-card { background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); border-radius: 17px; color: white; }
.status-dot { width: 8px; height: 8px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 6px rgba(124,224,188,.08); }
.valuation-card div { display: grid; gap: 3px; }
.valuation-card small { color: rgba(255,255,255,.52); font-size: 10px; }
.valuation-card strong { font-family: var(--title); font-size: 12px; }
.valuation-card svg { width: 72px; }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 22px; color: #76807b; font-size: 12px; }
.scroll-cue { display: flex; align-items: center; gap: 10px; color: #4d5853; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.scroll-cue i { width: 20px; height: 30px; border: 1px solid rgba(10,25,21,.25); border-radius: 20px; position: relative; }
.scroll-cue i::after { content:""; width: 3px; height: 5px; background: #5d7b70; border-radius: 5px; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); animation: scrollDot 1.7s infinite; }

.trust-strip { background: var(--ink); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid div { padding: 28px 24px; border-left: 1px solid var(--line-dark); font-family: var(--title); font-size: 13px; display: flex; gap: 14px; align-items: center; }
.trust-grid div:last-child { border-right: 1px solid var(--line-dark); }
.trust-grid span { color: var(--sand); font-size: 10px; letter-spacing: .12em; }

.section-heading { display: grid; grid-template-columns: 1.25fr .6fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading.compact { grid-template-columns: 1fr; }
.section-index { display: inline-block; color: #557168; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; font-weight: 600; margin-bottom: 20px; }
.section-heading h2, .process-copy h2, .security-copy h2, .faq-title h2 { font-size: clamp(38px, 4.6vw, 63px); line-height: 1.08; max-width: 850px; }
.section-heading > p, .process-copy > p, .security-copy > p { color: #68716e; line-height: 1.75; font-size: 16px; margin: 0; }
.model { background: #f0efe9; }
.model-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.model-card { padding: 34px 30px 38px; border-left: 1px solid var(--line); min-height: 320px; display: flex; flex-direction: column; transition: .35s; }
.model-card:last-child { border-right: 1px solid var(--line); }
.model-card:hover { background: var(--paper); transform: translateY(-8px); box-shadow: var(--shadow); z-index: 2; border-color: transparent; }
.model-number { font-size: 10px; letter-spacing: .17em; color: #83908b; }
.model-icon { width: 49px; height: 49px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; margin: 35px 0 42px; color: #3d6657; }
.model-icon svg { width: 23px; }
.model-card h3 { font-size: 20px; line-height: 1.25; margin-bottom: 14px; }
.model-card p { color: #6b7470; line-height: 1.65; font-size: 14px; margin: 0; }

.assets { background: var(--paper); }
.asset-showcase { display: grid; grid-template-columns: 1.45fr .85fr; gap: 18px; }
.asset-stack { display: grid; gap: 18px; }
.asset-panel { position: relative; overflow: hidden; border-radius: var(--radius-lg); min-height: 310px; background: #eae8e1; isolation: isolate; }
.asset-aircraft { min-height: 640px; background: var(--ink); color: white; }
.asset-photo { position: absolute; inset: 0; }
.asset-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.asset-photo::after { content:""; position:absolute; inset:0; pointer-events:none; }
.asset-photo.dark-overlay::after { background: linear-gradient(180deg, rgba(5,13,11,.10) 0%, rgba(5,13,11,.18) 32%, rgba(5,13,11,.72) 100%); }
.asset-photo.light-overlay::after { background: linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(8,15,13,.12) 40%, rgba(8,15,13,.34) 100%); }
.asset-content { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 34px; }
.asset-aircraft .asset-content { max-width: 500px; }
.asset-content > span { display: inline-block; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: var(--sand); margin-bottom: 13px; }
.asset-content h3 { font-size: 34px; margin-bottom: 12px; }
.asset-content p { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.66); margin: 0; max-width: 490px; }
.asset-content a { display: inline-flex; gap: 10px; align-items: center; margin-top: 22px; font-size: 13px; font-weight: 600; }
.asset-property { background: #d8d5cb; }
.asset-property .asset-content, .asset-land .asset-content { color: var(--ink); }
.asset-property .asset-content p, .asset-land .asset-content p { color: rgba(9,17,15,.6); }
.asset-property .asset-content > span, .asset-land .asset-content > span { color: #4e675e; }
.asset-minor-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 18px; }
.minor-card { min-height: 210px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); transition: .3s; }
.minor-card:hover { background: white; transform: translateY(-5px); box-shadow: 0 25px 70px rgba(8,24,19,.08); }
.minor-card > span { font-size: 10px; color: #75817c; letter-spacing: .14em; }
.minor-card h3 { font-size: 21px; margin: 56px 0 10px; }
.minor-card p { margin: 0; color: #6a736f; line-height: 1.6; font-size: 14px; }


.process { background: var(--ink); color: white; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.process-copy { position: sticky; top: 130px; }
.process-copy .section-index { color: #86bba7; }
.process-copy h2 em { color: var(--mint); }
.process-copy > p { color: rgba(255,255,255,.58); margin: 25px 0 35px; max-width: 500px; }
.light-ghost { color: white; border-color: rgba(255,255,255,.19); background: rgba(255,255,255,.03); }
.light-ghost:hover { background: white; color: var(--ink); }
.process-list { border-top: 1px solid var(--line-dark); }
.process-item { border-bottom: 1px solid var(--line-dark); }
.process-item button { width: 100%; padding: 27px 0; border: 0; background: transparent; color: white; display: grid; grid-template-columns: 55px 1fr auto; align-items: center; text-align: left; cursor: pointer; }
.process-item button span { color: var(--sand); font-size: 10px; letter-spacing: .14em; }
.process-item button strong { font-family: var(--title); font-size: 19px; }
.process-item button i { font-style: normal; font-size: 20px; color: rgba(255,255,255,.45); }
.process-detail { max-height: 0; overflow: hidden; transition: max-height .45s ease; }
.process-detail p { margin: 0 0 27px 55px; max-width: 600px; color: rgba(255,255,255,.56); line-height: 1.7; font-size: 14px; }
.process-item.active .process-detail { max-height: 180px; }

.security { background: #eff0eb; }
.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.security-visual { position: relative; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle, rgba(123,225,187,.12), transparent 60%); }
.security-ring { position: absolute; border: 1px solid rgba(24,68,52,.13); border-radius: 50%; }
.ring-one { inset: 8%; animation: spin 30s linear infinite; }
.ring-two { inset: 22%; border-style: dashed; animation: spinReverse 20s linear infinite; }
.security-shield { width: 39%; filter: drop-shadow(0 30px 35px rgba(10,35,26,.16)); }
.security-shield svg { width: 100%; }
.security-chip { position: absolute; background: rgba(255,255,255,.8); border: 1px solid rgba(10,25,21,.09); box-shadow: 0 12px 30px rgba(10,25,21,.07); padding: 10px 15px; border-radius: 999px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: #4e655d; }
.chip-a { top: 18%; left: 8%; }
.chip-b { right: 3%; top: 40%; }
.chip-c { bottom: 18%; left: 15%; }
.security-copy > p { margin: 25px 0 35px; }
.security-points { border-top: 1px solid var(--line); }
.security-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.security-points span { color: #789187; font-size: 10px; letter-spacing: .13em; padding-top: 4px; }
.security-points p { margin: 0; color: #6d7672; line-height: 1.65; font-size: 14px; }
.security-points strong { display: block; color: var(--ink); font-family: var(--title); font-size: 15px; margin-bottom: 4px; }

.dual-value { background: var(--paper); }
.dual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.dual-card { min-height: 520px; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 46px; display: flex; flex-direction: column; background: #eeede7; }
.dual-card.dark { background: var(--forest); color: white; border-color: var(--forest); }
.dual-label { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: #577267; }
.dual-card.dark .dual-label { color: var(--mint); }
.dual-card h3 { font-size: clamp(28px, 3vw, 43px); line-height: 1.13; max-width: 500px; margin: 55px 0 35px; }
.dual-card ul { list-style: none; padding: 0; margin: 0 0 40px; display: grid; gap: 15px; }
.dual-card li { color: #5f6965; font-size: 14px; display: flex; gap: 12px; }
.dual-card.dark li { color: rgba(255,255,255,.61); }
.dual-card li i { color: #4e9b7e; font-style: normal; }
.dual-card a { margin-top: auto; font-weight: 600; font-size: 13px; display: inline-flex; gap: 10px; align-items: center; }

.submit { background: #e4e5df; }
.submit-shell { background: var(--ink); border-radius: 34px; padding: 60px; color: white; display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; position: relative; overflow: hidden; }
.submit-shell::before { content:""; position:absolute; width: 420px; height:420px; border-radius:50%; background:rgba(109,225,183,.07); filter:blur(30px); left:-200px; bottom:-210px; }
.submit-copy { position: relative; z-index: 1; }
.submit-copy .section-index { color: var(--mint); }
.submit-copy h2 { font-size: clamp(36px, 4vw, 54px); line-height: 1.1; }
.submit-copy p { color: rgba(255,255,255,.58); line-height: 1.75; font-size: 15px; margin: 25px 0 0; }
.submit-form { position: relative; z-index: 1; display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.submit-form label:not(.check) { display: grid; gap: 8px; }
.submit-form label > span { font-size: 11px; color: rgba(255,255,255,.6); }
.submit-form input, .submit-form select, .submit-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); color: white; border-radius: 13px; outline: none; padding: 14px 15px; transition: .25s; }
.submit-form input, .submit-form select { height: 49px; }
.submit-form textarea { resize: vertical; min-height: 110px; }
.submit-form input::placeholder, .submit-form textarea::placeholder { color: rgba(255,255,255,.31); }
.submit-form input:focus, .submit-form select:focus, .submit-form textarea:focus { border-color: rgba(123,224,187,.62); background: rgba(255,255,255,.075); }
.submit-form select option { color: var(--ink); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 5px; }
.check { display: flex; align-items: flex-start; gap: 9px; max-width: 340px; cursor: pointer; }
.check input { width: 15px; height: 15px; min-width: 15px; margin-top: 1px; accent-color: var(--mint); }
.check span { color: rgba(255,255,255,.44); font-size: 10px; line-height: 1.5; }
.form-success { display: none; background: rgba(124,224,188,.12); color: var(--mint-soft); border: 1px solid rgba(124,224,188,.25); border-radius: 12px; padding: 13px 15px; font-size: 12px; }
.form-success.show { display: block; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 120px; }
.faq-title h2 { font-size: clamp(38px, 4.2vw, 58px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; border: 0; background: transparent; padding: 25px 0; display: flex; justify-content: space-between; gap: 20px; text-align: left; cursor: pointer; }
.faq-item button span { font-family: var(--title); font-size: 17px; font-weight: 600; }
.faq-item button i { font-style: normal; font-size: 19px; color: #6f7d77; }
.faq-item > div { max-height: 0; overflow: hidden; transition: max-height .42s ease; }
.faq-item > div p { margin: 0 45px 24px 0; color: #68716e; line-height: 1.7; font-size: 14px; }
.faq-item.active > div { max-height: 160px; }

.site-footer { background: #07100e; color: white; padding: 80px 0 25px; }
.footer-top { display: grid; grid-template-columns: 1.5fr .75fr .75fr .9fr; gap: 55px; padding-bottom: 60px; }
.footer-brand .brand-word span { color: var(--mint); }
.footer-top > div:first-child > p { color: rgba(255,255,255,.42); font-size: 13px; line-height: 1.65; max-width: 330px; margin: 22px 0 0; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 13px; }
.footer-links strong, .footer-contact strong { font-family: var(--title); font-size: 12px; margin-bottom: 7px; }
.footer-links a, .footer-contact a, .footer-contact span { color: rgba(255,255,255,.45); font-size: 12px; transition: .2s; }
.footer-links a:hover, .footer-contact a:hover { color: white; }
.footer-bottom { border-top: 1px solid var(--line-dark); padding-top: 24px; display: grid; grid-template-columns: .4fr 1.6fr; gap: 60px; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.35); font-size: 10px; line-height: 1.65; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes spinReverse { to { transform: translate(-50%,-50%) rotate(-360deg); } }
@keyframes scrollDot { 0% { transform: translate(-50%,0); opacity:0; } 25%{opacity:1;} 70%{opacity:1;} 100%{transform:translate(-50%,11px);opacity:0;} }

@media (max-width: 1050px) {
  :root { --container: min(100% - 40px, 960px); }
  .desktop-nav, .desktop-only { display: none; }
  .menu-toggle { display: flex; }
  .mobile-menu { display: grid; position: fixed; left: 20px; right: 20px; top: 75px; padding: 22px; background: rgba(8,18,15,.97); border-radius: 20px; box-shadow: var(--shadow); transform: translateY(-15px); opacity: 0; pointer-events: none; transition: .25s; }
  .mobile-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-menu a { color: white; padding: 13px 5px; border-bottom: 1px solid rgba(255,255,255,.08); font-family: var(--title); }
  .mobile-menu a:last-child { border-bottom: 0; color: var(--mint); }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; padding-top: 50px; }
  .hero-copy { max-width: 820px; }
  .visual-frame { margin: 0 auto; max-width: 620px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { max-width: 680px; }
  .model-grid { grid-template-columns: 1fr 1fr; }
  .model-card:nth-child(2) { border-right: 1px solid var(--line); }
  .model-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .asset-showcase { grid-template-columns: 1fr; }
  .asset-stack { grid-template-columns: 1fr 1fr; }
  .opportunity-grid { grid-template-columns: 1fr 1fr; }
  .opportunity-card.featured { grid-column: span 2; }
  .process-grid, .security-grid, .submit-shell, .faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .process-copy { position: relative; top: auto; }
  .security-visual { max-width: 620px; margin: auto; width: 100%; }
  .faq-title { max-width: 500px; }
  .footer-top { grid-template-columns: 1.3fr .8fr .8fr; }
  .footer-contact { grid-column: 2 / -1; }
}

@media (max-width: 720px) {
  :root { --container: calc(100% - 28px); }
  .section-pad { padding: 86px 0; }
  .site-header { padding: 13px 0; }
  .brand-mark { width: 31px; height: 31px; }
  .brand-word { font-size: 14px; }
  .nav-actions .btn { display: none; }
  .hero { padding-top: 110px; }
  .hero-grid { min-height: auto; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 18px; }
  .hero-bottom { display: none; }
  .visual-frame { border-radius: 25px; }
  .valuation-card { left: 5%; right: 5%; }
  .token small { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { border-bottom: 1px solid var(--line-dark); padding: 22px 16px; font-size: 11px; }
  .trust-grid div:nth-child(2) { border-right: 1px solid var(--line-dark); }
  .section-heading h2, .process-copy h2, .security-copy h2, .faq-title h2 { font-size: 38px; }
  .model-grid { grid-template-columns: 1fr; }
  .model-card, .model-card:nth-child(2), .model-card:last-child { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .model-card { min-height: auto; }
  .asset-aircraft { min-height: 530px; }
  .asset-stack { grid-template-columns: 1fr; }
  .asset-panel { min-height: 350px; }
  .asset-content { left: 25px; right: 25px; bottom: 25px; }
  .asset-content h3 { font-size: 29px; }
  .asset-minor-grid { grid-template-columns: 1fr; }
  .minor-card { min-height: 180px; }
  .minor-card h3 { margin-top: 35px; }
  .opportunity-grid { grid-template-columns: 1fr; }
  .opportunity-card.featured { grid-column: auto; }
  .op-content { grid-template-columns: 1fr; gap: 13px; }
  .process-grid { gap: 42px; }
  .process-item button { grid-template-columns: 42px 1fr auto; }
  .process-item button strong { font-size: 16px; }
  .process-detail p { margin-left: 42px; }
  .security-grid { gap: 30px; }
  .dual-grid { grid-template-columns: 1fr; }
  .dual-card { min-height: 490px; padding: 32px 25px; }
  .dual-card h3 { margin-top: 40px; }
  .submit-shell { padding: 36px 22px; border-radius: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .btn { width: 100%; }
  .faq-grid { gap: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-top > div:first-child { grid-column: span 2; }
  .footer-contact { grid-column: span 2; }
  .footer-bottom { grid-template-columns: 1fr; gap: 15px; }
}

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

.asset-property .asset-content, .asset-land .asset-content { color: white; }
.asset-property .asset-content p, .asset-land .asset-content p { color: rgba(255,255,255,.82); }
.asset-property .asset-content > span, .asset-land .asset-content > span { color: #dfc991; }
