:root {
  --navy: #0b1c34;
  --navy-2: #122b4b;
  --navy-3: #183b63;
  --red: #e72d32;
  --red-dark: #c91f27;
  --white: #ffffff;
  --offwhite: #f6f7f9;
  --ink: #101828;
  --muted: #667085;
  --line: #e3e7ed;
  --success: #1f8a4c;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; font-family: -apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif; color: var(--ink); background: var(--offwhite); line-height: 1.55; }
a { color: inherit; }
.nav { position: sticky; top: 0; z-index: 20; background: rgba(11,28,52,.96); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 12px 22px; min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: white; }
.brand-mark { width: 38px; height: 38px; border: 2px solid var(--red); border-radius: 50%; display: grid; place-items: center; color: white; transform: rotate(-12deg); }
.brand-mark span { font-size: 18px; transform: rotate(12deg); }
.brand-wordmark { font-size: 18px; font-weight: 620; letter-spacing: .08em; }
.brand-wordmark b { font-weight: 850; }
.nav-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a { color: #dbe5f2; text-decoration: none; font-size: 14px; font-weight: 650; }
.nav-links a:hover { color: white; }
.hero { background: var(--navy); color: white; min-height: 640px; padding: 86px max(22px, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1.06fr .94fr; gap: 70px; align-items: center; overflow: hidden; position: relative; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(231,45,50,.24); right: -170px; top: 50px; box-shadow: 0 0 0 70px rgba(231,45,50,.035),0 0 0 150px rgba(255,255,255,.02); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow,.product-kicker { color: #e8eef6; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
.eyebrow::before,.product-kicker::before { content: ""; display: inline-block; width: 28px; height: 3px; border-radius: 2px; background: var(--red); margin-right: 10px; vertical-align: 3px; }
h1 { margin: 17px 0 22px; font-size: clamp(44px,6vw,74px); line-height: .98; letter-spacing: -.055em; max-width: 790px; }
h1 span { color: #b8c9dd; }
.hero-copy > p { max-width: 650px; color: #c3cfde; font-size: 19px; margin: 0 0 28px; }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 11px; text-decoration: none; font-weight: 780; font-size: 14px; border: 1px solid transparent; }
.button.primary { background: var(--red); color: white; box-shadow: 0 9px 25px rgba(231,45,50,.20); }
.button.primary:hover { background: var(--red-dark); }
.button.secondary { color: white; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.button.outline { border-color: #cfd6df; background: white; color: var(--navy); }
.button.disabled { opacity: .66; cursor: default; }
.micro-note { font-size: 13px !important; color: #90a3ba !important; margin-top: 14px !important; }
.hero-product { position: relative; z-index: 2; justify-self: end; width: min(100%,470px); background: linear-gradient(145deg,#102844,#071629); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; padding: 28px; box-shadow: 0 34px 80px rgba(0,0,0,.34); display: grid; grid-template-columns: 150px 1fr; gap: 25px; align-items: center; }
.icon-wrap { border-radius: 31px; overflow: hidden; box-shadow: 0 16px 34px rgba(0,0,0,.28); aspect-ratio: 1; }
.icon-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mini-kicker { color: #8196ae; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.hero-product h2 { color: white; font-size: 35px; margin: 4px 0 3px; letter-spacing: -.04em; }
.hero-product p { color: #9fb0c4; font-size: 14px; margin: 0 0 16px; }
.timer-card { border-top: 1px solid rgba(255,255,255,.11); padding-top: 14px; }
.timer-card span { display: block; color: #7f91a7; font-size: 9px; letter-spacing: .1em; font-weight: 800; }
.timer-card strong { display: block; font-size: 31px; letter-spacing: -.02em; margin-top: 2px; }
.timer-bar { height: 4px; background: rgba(255,255,255,.12); border-radius: 5px; overflow: hidden; margin-top: 8px; }
.timer-bar span { height: 100%; width: 61%; background: var(--red); border-radius: 5px; }
.section { max-width: var(--max); margin: 0 auto; padding: 82px 22px; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2,.product-copy h2 { margin: 8px 0 10px; color: var(--navy); font-size: clamp(34px,4vw,50px); letter-spacing: -.045em; line-height: 1.04; }
.section-heading p,.product-lead { color: var(--muted); font-size: 18px; margin: 0; }
.product-kicker { color: var(--navy-3); }
.product-kicker.red { color: var(--red-dark); }
.product-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; }
.visual-card { background: var(--navy); color: white; border-radius: 26px; padding: 24px; box-shadow: 0 24px 58px rgba(11,28,52,.17); }
.app-header { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.10); }
.app-header img { width: 48px; height: 48px; border-radius: 12px; object-fit: cover; }
.app-header strong,.app-header span { display: block; }
.app-header strong { font-size: 18px; }
.app-header span { color: #7f93aa; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.app-mode { margin: 20px 0 12px; color: #a9b9cb; font-size: 12px; font-weight: 750; }
.app-stat { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); border-radius: 15px; padding: 14px 15px; }
.app-stat span { display: block; color: #7e91a8; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.app-stat strong { display: block; margin-top: 3px; font-size: 22px; }
.main-stat strong { font-size: 45px; line-height: 1.1; }
.progress { background: rgba(255,255,255,.12); height: 5px; border-radius: 5px; overflow: hidden; margin-top: 11px; }
.progress i { display: block; height: 100%; width: 58%; background: var(--red); }
.app-two { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.status { margin-top: 10px; }
.status strong { font-size: 17px; color: #d9f4e4; }
.status-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: #43c474; }
.product-copy > p:not(.small-note) { color: var(--muted); font-size: 17px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 26px; }
.check-grid div { display: flex; gap: 10px; align-items: center; color: #344054; background: white; border: 1px solid var(--line); border-radius: 12px; padding: 12px 13px; font-size: 14px; font-weight: 620; }
.check-grid b { color: var(--red); }
.top-gap { margin-top: 26px; }
.small-note { color: #85909d; font-size: 12px; margin-top: 17px; }
.logbook-band { background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logbook-grid { grid-template-columns: .95fr 1.05fr; }
.sheet-preview { background: #fbfcfe; border: 1px solid #d8dee7; border-radius: 20px; overflow: hidden; box-shadow: 0 22px 52px rgba(11,28,52,.10); transform: rotate(-1.2deg); }
.sheet-top { background: var(--navy); color: white; padding: 12px 15px; display: flex; align-items: center; gap: 7px; }
.sheet-top > span { width: 9px; height: 9px; border-radius: 50%; background: #5d6f86; }
.sheet-top > span:first-child { background: var(--red); }
.sheet-top strong { margin-left: 6px; font-size: 12px; letter-spacing: .03em; }
.sheet-stats { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid #e6e9ee; }
.sheet-stats div { padding: 18px 15px; border-right: 1px solid #e6e9ee; }
.sheet-stats div:last-child { border-right: 0; }
.sheet-stats small { display: block; color: #7f8997; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }
.sheet-stats b { font-size: 20px; color: var(--navy); }
.sheet-row { display: grid; grid-template-columns: .8fr 1fr 1.45fr .6fr; gap: 8px; padding: 10px 16px; border-bottom: 1px solid #edf0f3; color: #526070; font-size: 11px; }
.sheet-row.head { background: #f2f5f8; color: #768394; text-transform: uppercase; letter-spacing: .06em; font-size: 9px; font-weight: 800; }
.sheet-foot { color: #8994a2; font-size: 10px; padding: 11px 16px 15px; text-align: right; }
.logbook-points { display: grid; gap: 15px; margin: 25px 0; }
.logbook-points div { padding-left: 14px; border-left: 3px solid var(--red); }
.logbook-points b,.logbook-points span { display: block; }
.logbook-points span { color: var(--muted); font-size: 14px; margin-top: 2px; }
.price-card { border: 1px solid var(--line); border-radius: 15px; padding: 14px 15px; display: flex; gap: 18px; justify-content: space-between; align-items: center; background: #fafbfc; }
.price-card small { display: block; color: #7e8997; font-size: 9px; letter-spacing: .09em; font-weight: 800; }
.price-card strong { display: block; color: var(--navy); font-size: 21px; }
.why-section { padding-top: 70px; }
.narrow { max-width: 650px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.feature { background: white; border: 1px solid var(--line); border-radius: 17px; padding: 24px; }
.feature-icon { color: var(--red); font-size: 24px; font-weight: 900; }
.feature h3 { color: var(--navy); margin: 12px 0 6px; font-size: 18px; }
.feature p { color: var(--muted); margin: 0; font-size: 14px; }
.notice-wrap { padding-top: 0; }
.notice { background: #fff8e8; color: #664d17; border: 1px solid #f2d38d; border-radius: 15px; padding: 18px 20px; font-size: 14px; }
.page-shell { min-height: calc(100vh - 66px); background: white; }
.page { max-width: 820px; margin: 0 auto; padding: 72px 22px 90px; }
.page-kicker { color: var(--red-dark); letter-spacing: .11em; font-size: 11px; font-weight: 850; }
.page h1 { color: var(--navy); font-size: clamp(40px,6vw,62px); margin: 9px 0 8px; }
.page .lead { font-size: 18px; color: var(--muted); margin: 0 0 34px; }
.page h2 { color: var(--navy); margin-top: 32px; margin-bottom: 7px; font-size: 21px; }
.page p,.page li { color: #475467; }
.page ul { padding-left: 21px; }
.meta { color: #7c8795 !important; font-size: 13px; margin-bottom: 33px !important; }
.support-card { border: 1px solid var(--line); border-left: 4px solid var(--red); border-radius: 16px; padding: 22px; background: #fafbfc; margin: 24px 0; }
.support-card h2 { margin-top: 0; }
.email-link { color: var(--red-dark); font-size: 20px; font-weight: 800; word-break: break-word; }
footer { background: var(--navy); color: #d7e0eb; }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 32px 22px; display: grid; grid-template-columns: 1fr auto; gap: 14px 35px; align-items: center; }
.footer-inner strong { display: block; color: white; letter-spacing: .08em; font-size: 14px; }
.footer-inner span { display: block; color: #8297af; font-size: 12px; }
.footer-links { display: flex; gap: 17px; flex-wrap: wrap; }
.footer-links a { text-decoration: none; color: #bdcad8; font-size: 13px; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.09); padding-top: 14px; color: #72869d; font-size: 12px; }
@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 65px; gap: 45px; }
  .hero-product { justify-self: start; }
  .product-grid,.logbook-grid { grid-template-columns: 1fr; gap: 42px; }
  .sheet-preview { transform: none; }
  .feature-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .nav-links a:nth-child(1),.nav-links a:nth-child(2) { display: none; }
  .brand-wordmark { font-size: 16px; }
  .hero { padding-top: 50px; padding-bottom: 55px; }
  .hero-product { grid-template-columns: 105px 1fr; padding: 18px; border-radius: 20px; }
  .icon-wrap { border-radius: 23px; }
  .hero-product h2 { font-size: 28px; }
  .timer-card strong { font-size: 25px; }
  .check-grid { grid-template-columns: 1fr; }
  .section { padding-top: 58px; padding-bottom: 58px; }
  .app-two { grid-template-columns: 1fr; }
  .price-card { align-items: stretch; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; }
}

/* DutyRest product photography */
.hero-showcase { position:relative; z-index:2; justify-self:end; width:min(100%,520px); height:570px; }
.hero-phone { position:absolute; overflow:hidden; border-radius:34px; background:#071629; box-shadow:0 35px 80px rgba(0,0,0,.38); border:1px solid rgba(255,255,255,.16); }
.hero-phone img { display:block; width:100%; height:100%; object-fit:cover; }
.hero-phone-main { width:285px; height:618px; right:0; top:-22px; transform:rotate(3deg); z-index:2; }
.hero-phone-back { width:245px; height:532px; left:10px; top:28px; transform:rotate(-6deg); opacity:.93; }
.hero-badge { position:absolute; z-index:4; left:0; bottom:15px; width:255px; padding:13px 15px; display:flex; align-items:center; gap:12px; border-radius:18px; background:rgba(7,22,41,.92); border:1px solid rgba(255,255,255,.14); box-shadow:0 18px 45px rgba(0,0,0,.3); backdrop-filter:blur(16px); }
.hero-badge img { width:48px; height:48px; border-radius:12px; }
.hero-badge small,.hero-badge strong,.hero-badge span { display:block; }
.hero-badge small { color:#8297af; font-size:9px; font-weight:850; letter-spacing:.12em; }
.hero-badge strong { color:white; font-size:20px; line-height:1.1; }
.hero-badge span { color:#aab8c9; font-size:11px; margin-top:2px; }
.showcase-band { background:linear-gradient(180deg,#eef3f9 0%,#f8fafc 100%); border-top:1px solid #dce4ee; border-bottom:1px solid #dce4ee; overflow:hidden; }
.showcase-heading { max-width:780px; }
.screenshot-carousel { position:relative; width:min(100%,520px); margin:48px auto 0; padding:0 76px 34px; }
.carousel-window { overflow:hidden; width:100%; }
.carousel-track { display:flex; width:100%; transition:transform .42s cubic-bezier(.22,.61,.36,1); will-change:transform; }
.screen-card { margin:0; min-width:100%; width:100%; }
.screen-card img { width:100%; aspect-ratio:944/2048; object-fit:cover; object-position:top; display:block; border-radius:28px; border:1px solid #d4dce7; box-shadow:0 28px 55px rgba(11,28,52,.16); background:#fff; }
.screen-card figcaption { min-height:76px; padding:18px 6px 0; text-align:center; }
.screen-card figcaption b,.screen-card figcaption span { display:block; }
.screen-card figcaption b { color:var(--navy); font-size:18px; }
.screen-card figcaption span { color:var(--muted); font-size:13px; margin-top:4px; line-height:1.45; }
.carousel-arrow { position:absolute; top:42%; z-index:3; width:52px; height:52px; border-radius:50%; border:1px solid #cfd8e4; background:rgba(255,255,255,.96); color:var(--navy); font:500 42px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; display:grid; place-items:center; cursor:pointer; box-shadow:0 12px 28px rgba(11,28,52,.12); transition:transform .18s ease, box-shadow .18s ease, background .18s ease; }
.carousel-arrow:hover { transform:scale(1.06); box-shadow:0 15px 32px rgba(11,28,52,.18); background:#fff; }
.carousel-arrow:focus-visible,.carousel-dot:focus-visible { outline:3px solid rgba(18,120,166,.28); outline-offset:3px; }
.carousel-prev { left:4px; }
.carousel-next { right:4px; }
.carousel-dots { position:absolute; left:50%; bottom:0; transform:translateX(-50%); display:flex; gap:9px; align-items:center; justify-content:center; }
.carousel-dot { width:9px; height:9px; padding:0; border:0; border-radius:999px; background:#b9c5d3; cursor:pointer; transition:width .2s ease, background .2s ease; }
.carousel-dot.is-active { width:28px; background:var(--red); }
.detail-strip { margin-top:58px; display:grid; grid-template-columns:repeat(4,1fr); border:1px solid #dce3ec; border-radius:18px; background:white; overflow:hidden; }
.detail-strip div { padding:18px; border-right:1px solid #e4e9ef; }
.detail-strip div:last-child { border-right:0; }
.detail-strip strong,.detail-strip span { display:block; }
.detail-strip strong { color:var(--navy); font-size:15px; }
.detail-strip span { color:var(--muted); font-size:11px; margin-top:2px; }
@media (max-width:850px) {
  .hero-showcase { justify-self:center; width:min(100%,500px); height:555px; }
  .screenshot-carousel { width:min(100%,500px); }
  .detail-strip { grid-template-columns:1fr 1fr; }
  .detail-strip div:nth-child(2) { border-right:0; }
  .detail-strip div:nth-child(-n+2) { border-bottom:1px solid #e4e9ef; }
}
@media (max-width:620px) {
  .hero-showcase { height:470px; width:100%; }
  .hero-phone-main { width:220px; height:477px; right:3px; top:0; border-radius:27px; }
  .hero-phone-back { width:190px; height:412px; left:0; top:28px; border-radius:25px; }
  .hero-badge { width:218px; bottom:4px; padding:10px 12px; }
  .hero-badge img { width:40px; height:40px; }
  .screenshot-carousel { width:min(100%,360px); margin-top:36px; padding:0 48px 34px; }
  .carousel-arrow { width:42px; height:42px; font-size:34px; top:40%; }
  .carousel-prev { left:0; }
  .carousel-next { right:0; }
  .screen-card img { border-radius:24px; }
  .detail-strip { grid-template-columns:1fr; margin-top:44px; }
  .detail-strip div,.detail-strip div:nth-child(2) { border-right:0; border-bottom:1px solid #e4e9ef; }
  .detail-strip div:last-child { border-bottom:0; }
}

/* v6 DutyRest summary preview */
.visual-card .main-stat strong { font-size: 42px; letter-spacing: -.035em; }
.visual-card .next-fdp { margin-top: 10px; }
.visual-card .next-fdp strong { font-size: 26px; }
.visual-card .next-fdp strong small { font-size: .65em; font-weight: 800; }
.coming-soon-feature { border-style: dashed !important; }
.coming-soon-feature b { color: #6f8197 !important; }
@media (max-width: 620px) { .visual-card .main-stat strong { font-size: 36px; } }

/* v7 — closer to the Flight Logic storefront reference */
:root { --max-wide: 1440px; --deep-navy:#06192f; --bright-red:#ef2d32; }
.wide-nav { max-width:var(--max-wide); min-height:76px; }
.brand-lockup { display:flex; flex-direction:column; line-height:1; }
.brand-lockup small { color:#fff; font-size:8px; letter-spacing:.18em; margin-top:5px; font-weight:750; }
.wing-mark { width:47px; height:32px; border:0; border-radius:0; color:var(--bright-red); position:relative; transform:none; }
.wing-mark::before,.wing-mark::after { content:""; position:absolute; top:13px; width:23px; height:3px; background:var(--bright-red); }
.wing-mark::before { right:28px; transform:rotate(18deg); transform-origin:right center; }
.wing-mark::after { left:28px; transform:rotate(-18deg); transform-origin:left center; }
.wing-mark span { font-size:25px; transform:none; color:var(--bright-red); }
.nav-links { align-items:center; gap:28px; }
.nav-links a { position:relative; font-size:13px; }
.nav-links a.active { color:var(--bright-red); }
.nav-links a.active::after { content:""; position:absolute; left:0; right:0; bottom:-25px; height:2px; background:var(--bright-red); }
.nav-links .nav-cta { background:var(--bright-red); color:white; padding:12px 20px; border-radius:6px; }
.nav-links .nav-cta:hover { background:#d91f25; }

.reference-hero { max-width:none; min-height:580px; padding:46px max(30px,calc((100vw - var(--max-wide))/2)); grid-template-columns:180px minmax(390px,1fr) minmax(500px,.95fr); gap:36px; background:linear-gradient(180deg,#123353 0%,#0b2948 52%,#0a223b 100%); align-items:center; }
.reference-hero::after { display:none; }
.hero-atmosphere { position:absolute; inset:0; overflow:hidden; opacity:.8; pointer-events:none; }
.hero-atmosphere::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 35% 15%,rgba(255,255,255,.14),transparent 24%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(2,10,22,.26)); }
.mountain { position:absolute; bottom:-18px; width:52%; height:46%; background:linear-gradient(145deg,rgba(219,231,241,.25),rgba(28,61,88,.72) 45%,rgba(4,20,37,.95)); clip-path:polygon(0 100%,18% 63%,27% 72%,47% 31%,55% 44%,68% 16%,82% 55%,100% 100%); filter:drop-shadow(0 -4px 14px rgba(0,0,0,.18)); }
.m1 { left:-5%; }
.m2 { left:31%; transform:scale(.9); opacity:.85; }
.m3 { right:-13%; transform:scale(.72); opacity:.72; }
.hero-plane { position:absolute; left:45%; top:20%; color:rgba(255,255,255,.18); font-size:56px; transform:rotate(14deg); text-shadow:-90px 36px 12px rgba(255,255,255,.035); }
.hero-app-icon { position:relative; z-index:2; align-self:start; padding-top:32px; }
.hero-app-icon img { width:175px; height:175px; border-radius:38px; display:block; box-shadow:0 24px 48px rgba(0,0,0,.33); }
.compact-copy { align-self:start; padding-top:30px; }
.red-eye { color:var(--bright-red); }
.red-eye::before { display:none; }
.compact-copy h1 { font-size:58px; margin:3px 0 8px; letter-spacing:-.045em; }
.hero-lead { color:white !important; font-size:20px !important; margin-bottom:8px !important; }
.hero-supporting { color:#e1e8f0 !important; font-size:16px !important; line-height:1.5; max-width:560px !important; }
.hero-feature-row { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; margin:24px 0 24px; max-width:650px; }
.hero-feature-row div { display:flex; align-items:center; gap:10px; }
.hero-feature-row span { color:var(--bright-red); font-size:25px; line-height:1; }
.hero-feature-row b { color:#f5f8fc; font-size:11px; line-height:1.25; }
.hero-actions { margin-top:10px; }
.app-store-button,.testflight-button { min-height:43px; padding:9px 15px; border-radius:6px; font-size:12px; }
.app-store-button { background:#111; color:#fff; border:1px solid rgba(255,255,255,.5); opacity:1 !important; }
.testflight-button { background:#07131f; color:#fff; border:1px solid rgba(255,255,255,.55); }
.bright-note { color:#fff !important; opacity:.82; }

.hero-device-stage { position:relative; z-index:2; height:470px; min-width:530px; align-self:end; }
.device { position:absolute; overflow:hidden; background:#fff; border:4px solid #101114; border-radius:34px; box-shadow:0 22px 50px rgba(0,0,0,.35); }
.device img { width:100%; height:100%; object-fit:cover; object-position:top; display:block; }
.phone-main { width:238px; height:516px; left:50%; transform:translateX(-50%); bottom:-36px; z-index:3; }
.phone-side { width:198px; height:430px; bottom:-22px; z-index:2; }
.phone-left { left:7px; transform:rotate(-1deg); }
.phone-right { right:5px; transform:rotate(1deg); }

.duty-feature-strip { background:#fff; border-bottom:1px solid var(--line); }
.feature-strip-inner { max-width:var(--max-wide); margin:0 auto; display:grid; grid-template-columns:repeat(6,1fr); }
.feature-strip-inner div { display:flex; justify-content:center; align-items:center; gap:8px; padding:18px 12px; border-right:1px solid var(--line); color:#23364c; font-size:12px; }
.feature-strip-inner div:last-child { border-right:0; }
.feature-strip-inner span { color:var(--bright-red); font-weight:900; }

.dark-showcase { background:#f6f8fb; border:0; }
.showcase-layout { max-width:1280px; display:grid; grid-template-columns:minmax(0,1fr) 390px; gap:90px; align-items:center; padding-top:72px; padding-bottom:72px; }
.showcase-copy h2 { color:var(--navy); font-size:46px; line-height:1.06; letter-spacing:-.045em; margin:10px 0 18px; max-width:670px; }
.showcase-copy>p { color:var(--muted); font-size:17px; max-width:650px; }
.showcase-points { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:28px 0; }
.showcase-points div { background:white; border:1px solid var(--line); border-radius:13px; padding:14px; }
.showcase-points b,.showcase-points span { display:block; }
.showcase-points b { color:var(--navy); font-size:13px; }
.showcase-points span { color:var(--muted); font-size:11px; margin-top:3px; }
.light-outline { width:max-content; }
.showcase-layout .screenshot-carousel { width:360px; margin:0; padding:0 54px 32px; }
.showcase-layout .screen-card img { border-radius:24px; box-shadow:0 20px 45px rgba(9,30,52,.18); }
.showcase-layout .screen-card figcaption { padding-top:14px; }
.showcase-layout .carousel-arrow { width:42px; height:42px; font-size:34px; top:41%; }

.new-logbook { background:#fff; }
.logbook-commerce-grid { max-width:var(--max-wide); display:grid; grid-template-columns:290px minmax(450px,1fr) 330px; gap:42px; align-items:center; padding-top:64px; padding-bottom:64px; }
.logbook-copy-block h2 { color:var(--navy); font-size:40px; line-height:1.02; margin:10px 0 14px; letter-spacing:-.04em; }
.logbook-copy-block h2 span { color:var(--bright-red); font-size:.72em; }
.logbook-copy-block .product-lead { font-size:15px; }
.mini-benefits { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; margin-top:26px; }
.mini-benefits div { text-align:center; }
.mini-benefits i { color:var(--bright-red); display:block; font-size:22px; font-style:normal; }
.mini-benefits b { display:block; color:var(--navy); font-size:10px; margin-top:4px; }
.mini-benefits span { display:block; color:var(--muted); font-size:8px; line-height:1.35; margin-top:3px; }
.sheet-collage { min-width:0; }
.sheet-large { transform:none; border-radius:7px; box-shadow:0 14px 30px rgba(11,28,52,.14); }
.sheet-mini-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:18px; }
.mini-sheet { border:1px solid #d8dee7; border-radius:7px; background:#fbfcfe; padding:12px 14px; display:grid; grid-template-columns:1fr auto; gap:5px 12px; box-shadow:0 8px 18px rgba(11,28,52,.08); font-size:10px; }
.mini-sheet strong { grid-column:1/-1; color:var(--navy); border-bottom:1px solid #e3e7ed; padding-bottom:5px; margin-bottom:3px; }
.mini-sheet span { color:var(--muted); }
.mini-sheet b { color:var(--navy); }
.purchase-panel { border:1px solid #dce3eb; border-radius:9px; box-shadow:0 10px 28px rgba(11,28,52,.12); padding:26px 28px; background:#fff; }
.purchase-icon { color:var(--bright-red); font-size:34px; }
.purchase-price { color:var(--navy); font-size:28px; font-weight:850; margin-top:4px; line-height:1.1; }
.purchase-sub { color:var(--muted); font-size:14px; margin:4px 0 18px; }
.purchase-panel ul { list-style:none; padding:0; margin:0 0 20px; }
.purchase-panel li { position:relative; padding-left:20px; margin:9px 0; color:#42526a; font-size:12px; }
.purchase-panel li::before { content:"✓"; position:absolute; left:0; color:var(--bright-red); font-weight:900; }
.purchase-button { width:100%; border-radius:6px; }
.purchase-panel small { display:block; color:#8895a5; text-align:center; margin-top:13px; font-size:9px; }

.benefit-ribbon { background:var(--deep-navy); color:white; border-top:1px solid rgba(255,255,255,.06); }
.benefit-ribbon-inner { max-width:var(--max-wide); margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); }
.benefit-ribbon-inner>div { padding:20px 28px; display:flex; align-items:center; justify-content:center; gap:14px; border-right:1px solid rgba(255,255,255,.12); }
.benefit-ribbon-inner>div:last-child { border-right:0; }
.benefit-ribbon-inner>div>span { color:var(--bright-red); font-size:28px; }
.benefit-ribbon p { margin:0; }
.benefit-ribbon b,.benefit-ribbon small { display:block; }
.benefit-ribbon b { font-size:12px; }
.benefit-ribbon small { color:#aebdcd; font-size:10px; margin-top:2px; }
.footer-rich { max-width:var(--max-wide); grid-template-columns:1.2fr 1fr auto; }
.footer-brand { display:flex; align-items:center; gap:10px; }
.mini-brand { width:35px; height:28px; }
.notice-wrap { padding-top:28px; padding-bottom:28px; }

@media (max-width:1180px) {
  .reference-hero { grid-template-columns:140px minmax(350px,1fr) 430px; gap:24px; }
  .hero-app-icon img { width:140px; height:140px; border-radius:31px; }
  .hero-device-stage { min-width:430px; height:430px; }
  .phone-main { width:210px; height:456px; }
  .phone-side { width:168px; height:365px; }
  .logbook-commerce-grid { grid-template-columns:260px 1fr 300px; gap:28px; }
}
@media (max-width:950px) {
  .nav-links a:nth-child(1),.nav-links a:nth-child(5) { display:none; }
  .nav-links { gap:16px; }
  .reference-hero { grid-template-columns:120px 1fr; padding-top:48px; padding-bottom:40px; }
  .hero-app-icon img { width:115px; height:115px; border-radius:26px; }
  .hero-device-stage { grid-column:1/-1; justify-self:center; width:520px; min-width:0; height:455px; margin-top:10px; }
  .feature-strip-inner { grid-template-columns:repeat(3,1fr); }
  .feature-strip-inner div:nth-child(3) { border-right:0; }
  .feature-strip-inner div:nth-child(-n+3) { border-bottom:1px solid var(--line); }
  .showcase-layout { grid-template-columns:1fr; gap:45px; }
  .showcase-layout .screenshot-carousel { justify-self:center; }
  .logbook-commerce-grid { grid-template-columns:1fr 1fr; }
  .purchase-panel { grid-column:1/-1; max-width:480px; width:100%; justify-self:center; }
  .benefit-ribbon-inner { grid-template-columns:1fr 1fr; }
  .benefit-ribbon-inner>div:nth-child(2) { border-right:0; }
  .benefit-ribbon-inner>div:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.12); }
}
@media (max-width:650px) {
  .wide-nav { min-height:66px; }
  .brand-lockup small { display:none; }
  .nav-links a:not(.nav-cta):not([href="/support"]) { display:none; }
  .nav-links .nav-cta { padding:9px 12px; font-size:11px; }
  .reference-hero { display:grid; grid-template-columns:88px 1fr; padding:36px 20px 28px; min-height:auto; }
  .hero-app-icon { padding-top:12px; }
  .hero-app-icon img { width:88px; height:88px; border-radius:21px; }
  .compact-copy { padding-top:7px; }
  .compact-copy h1 { font-size:42px; }
  .hero-lead { font-size:16px !important; }
  .hero-supporting { font-size:13px !important; }
  .hero-feature-row { grid-template-columns:1fr 1fr; gap:12px; margin:18px 0; }
  .hero-device-stage { width:100%; height:350px; }
  .phone-main { width:170px; height:369px; bottom:-20px; }
  .phone-side { width:130px; height:282px; bottom:-5px; border-radius:24px; }
  .phone-left { left:0; }
  .phone-right { right:0; }
  .feature-strip-inner { grid-template-columns:1fr 1fr; }
  .feature-strip-inner div { font-size:10px; padding:13px 8px; border-bottom:1px solid var(--line); }
  .feature-strip-inner div:nth-child(odd) { border-right:1px solid var(--line); }
  .feature-strip-inner div:nth-child(even) { border-right:0; }
  .showcase-layout { padding-top:52px; padding-bottom:52px; }
  .showcase-copy h2 { font-size:35px; }
  .showcase-points { grid-template-columns:1fr; }
  .showcase-layout .screenshot-carousel { width:min(100%,340px); }
  .logbook-commerce-grid { grid-template-columns:1fr; }
  .mini-benefits { margin-bottom:10px; }
  .benefit-ribbon-inner { grid-template-columns:1fr; }
  .benefit-ribbon-inner>div { border-right:0; border-bottom:1px solid rgba(255,255,255,.12); justify-content:flex-start; }
  .benefit-ribbon-inner>div:last-child { border-bottom:0; }
  .footer-rich { grid-template-columns:1fr; }
}

/* v8 — simplified homepage hierarchy */
.simplified-hero {
  grid-template-columns:minmax(420px,.9fr) minmax(480px,1.1fr);
  gap:70px;
  min-height:570px;
  padding-top:58px;
  padding-bottom:44px;
}
.simplified-copy { padding-top:0; align-self:center; max-width:620px; }
.simplified-copy h1 { font-size:68px; margin:4px 0 10px; }
.simplified-copy .hero-lead { font-size:24px !important; font-weight:700; margin-bottom:12px !important; }
.hero-rule-line { color:#fff; font-weight:800; font-size:14px; letter-spacing:.025em; margin:0 0 14px; }
.simplified-copy .hero-supporting { max-width:520px !important; font-size:15px !important; opacity:.88; }
.simplified-copy .hero-actions { margin-top:24px; }
.simplified-stage { min-width:520px; height:500px; align-self:center; }
.simplified-stage .phone-main { width:246px; height:533px; left:52%; bottom:-20px; z-index:3; }
.phone-back { width:212px; height:460px; left:12%; bottom:-4px; z-index:2; transform:rotate(-4deg); opacity:.96; }
.simplified-stage .device { border-radius:36px; }

.duty-feature-strip { display:none; }
.duty-features-section { background:#fff; border-bottom:1px solid var(--line); }
.duty-features-inner { max-width:1180px; padding-top:72px; padding-bottom:72px; }
.compact-heading { max-width:720px; margin-bottom:34px; }
.compact-heading h2 { color:var(--navy); font-size:44px; line-height:1.06; letter-spacing:-.04em; margin:10px 0 14px; }
.compact-heading p { color:var(--muted); font-size:16px; line-height:1.6; }
.feature-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.feature-card-grid article { border:1px solid var(--line); border-radius:16px; padding:24px; background:#fbfcfe; min-height:168px; }
.feature-card-grid article>span { display:inline-flex; align-items:center; justify-content:center; min-width:34px; height:28px; padding:0 9px; border-radius:999px; background:#eef3f8; color:var(--bright-red); font-size:10px; font-weight:900; letter-spacing:.08em; }
.feature-card-grid h3 { color:var(--navy); font-size:17px; margin:17px 0 7px; }
.feature-card-grid p { color:var(--muted); font-size:13px; line-height:1.55; margin:0; }
.feature-card-grid .coming-soon-card { background:linear-gradient(145deg,#fff8f8,#fbfcfe); border-color:#f0d2d4; }

.dark-showcase { background:#f6f8fb; }
.showcase-layout { padding-top:78px; padding-bottom:78px; }
.showcase-copy h2 { font-size:42px; max-width:640px; }
.showcase-points { display:none; }
.showcase-copy .light-outline { margin-top:24px; }

.logbook-commerce-grid { grid-template-columns:270px minmax(450px,1fr) 330px; }
.logbook-copy-block .product-lead { line-height:1.6; }

@media (max-width:950px) {
  .simplified-hero { grid-template-columns:1fr; gap:22px; text-align:center; }
  .simplified-copy { justify-self:center; }
  .simplified-copy .hero-supporting { margin-left:auto; margin-right:auto; }
  .simplified-copy .hero-actions { justify-content:center; }
  .simplified-stage { grid-column:auto; width:520px; margin-top:10px; }
  .feature-card-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:650px) {
  .simplified-hero { padding:40px 20px 24px; }
  .simplified-copy h1 { font-size:48px; }
  .simplified-copy .hero-lead { font-size:19px !important; }
  .hero-rule-line { font-size:11px; line-height:1.5; }
  .simplified-stage { width:100%; min-width:0; height:390px; }
  .simplified-stage .phone-main { width:178px; height:386px; left:57%; bottom:-10px; }
  .phone-back { width:151px; height:328px; left:4%; bottom:5px; border-radius:27px !important; }
  .duty-features-inner { padding-top:52px; padding-bottom:52px; }
  .compact-heading h2 { font-size:34px; }
  .feature-card-grid { grid-template-columns:1fr; }
  .feature-card-grid article { min-height:0; }
}
