@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ── Reset & Global ─────────────────────────────────────── */
body.tomu-public-active { margin:0; background:#f7f4ef; }
body.tomu-public-active #root { display:none !important; }
#tomu-public-shell { min-height:100vh; isolation:isolate; font-family:'Inter',system-ui,sans-serif; color:#1a2744; letter-spacing:-.01em; }
#tomu-public-shell *, .public-auth-modal * { box-sizing:border-box; }
#tomu-public-shell :where(h1,h2,h3,h4,p,ul,ol,figure,blockquote,dl,dd),
.public-auth-modal :where(h1,h2,h3,h4,p,ul,ol,figure,blockquote,dl,dd) { margin:0; }
#tomu-public-shell img { max-width:100%; height:auto; display:block; }
#tomu-public-shell button { font-family:inherit; cursor:pointer; }

:root {
  --cream:#f7f4ef; --cream2:#eee8de; --navy:#14213d; --navy2:#0b1324;
  --gold:#D4AF37; --gold2:#b8962e; --ink:#1a2744; --body-ink:#3c4a5f;
  --muted:#64748b; --line:#e2d9cc; --green:#1f6b4a; --radius:14px;
}

.wrap { max-width:1200px; margin:0 auto; padding:0 24px; }

/* ── Buttons ────────────────────────────────────────────── */
#tomu-public-shell .pbtn,
#tomu-public-shell .btn { display:inline-flex; align-items:center; gap:8px; padding:14px 28px; border-radius:999px; font-weight:700; font-size:15px; text-decoration:none; border:0; transition:all .2s; }
.pbtn-dark { background:var(--navy); color:#fff; }
.pbtn-dark:hover { background:#0f1d35; }
.pbtn-outline-dark { background:transparent; color:var(--navy); border:1.5px solid var(--navy) !important; }
.pbtn-outline-dark:hover { background:var(--navy); color:#fff; }
.pbtn-gold { background:var(--gold); color:#fff; }
.pbtn-gold:hover { background:var(--gold2); }
.pbtn-ghost-light { background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,.4) !important; }
.pbtn-ghost-light:hover { background:rgba(255,255,255,.12); }
.btn-primary { background:var(--navy); color:#fff; padding:14px 28px; border-radius:var(--radius); font-weight:700; font-size:15px; border:0; }
.btn-line { background:transparent; color:var(--navy); border:1.5px solid var(--navy) !important; padding:12px 24px; border-radius:999px; font-weight:700; font-size:14px; text-decoration:none; display:inline-flex; }
.btn-line:hover { background:var(--navy); color:#fff; }

/* ── Navigation ─────────────────────────────────────────── */
.pnav { position:fixed; top:0; left:0; right:0; z-index:100; transition:all .3s; padding:16px 0; }
.pnav-scrolled { background:rgba(255,255,255,.92); backdrop-filter:blur(16px); border-bottom:1px solid var(--line); padding:10px 0; box-shadow:0 2px 20px rgba(0,0,0,.06); }
.pnav-inner { max-width:1480px; margin:0 auto; padding:0 40px; display:flex; align-items:center; gap:32px; }
.pbrand { display:flex; align-items:center; gap:12px; text-decoration:none; color:var(--navy); }
.pbrand img { width:46px; height:46px; }
.pbrand-text b { font-size:26px; font-weight:900; letter-spacing:-.03em; }
.pbrand-text b span { color:var(--gold); }
.pbrand-text small { display:block; font-size:11px; color:var(--muted); font-weight:700; letter-spacing:.04em; }
.plinks { display:flex; gap:28px; margin-left:auto; }
.plinks a { font-size:14px; font-weight:600; color:var(--body-ink); text-decoration:none; transition:color .2s; }
.plinks a:hover { color:var(--navy); }
.pnav-cta { display:flex; gap:10px; align-items:center; margin-left:16px; }
.pbtn-login { background:transparent; border:1.5px solid var(--line); border-radius:999px; padding:10px 22px; font-weight:700; font-size:14px; color:var(--navy); transition:all .2s; }
.pbtn-login:hover { border-color:var(--navy); }
.pbtn-cta-gold { background:var(--navy2); color:#fff; border:0; border-radius:999px; padding:13px 26px; font-weight:800; font-size:14px; transition:all .2s; box-shadow:0 14px 32px rgba(11,19,36,.16); }
.pbtn-cta-gold:hover { background:var(--navy); transform:translateY(-1px); }
.pmobile-toggle { display:none; background:none; border:0; font-size:24px; color:var(--navy); padding:6px; }
.pmobile-nav { display:none; }

/* ── Hero ────────────────────────────────────────────────── */
.phero { padding:118px 0 56px; background:linear-gradient(180deg,#fff 0%,#fbfaf7 56%,var(--cream) 100%); overflow:hidden; position:relative; }
.phero::before { content:''; position:absolute; top:12%; left:7%; width:36%; height:56%; border:1px dashed rgba(184,150,46,.18); border-radius:50%; pointer-events:none; }
.phero::after { content:''; position:absolute; inset:0; background-image:linear-gradient(rgba(20,33,61,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,33,61,.035) 1px,transparent 1px); background-size:72px 72px; mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 82%); pointer-events:none; }
.phero-inner { max-width:1480px; margin:0 auto; padding:0 40px; display:grid; grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr); gap:42px; align-items:center; position:relative; z-index:1; min-height:680px; }
.p-eyebrow { display:inline-flex; align-items:center; gap:10px; padding:8px 12px; border:1px solid rgba(184,150,46,.22); background:rgba(255,255,255,.68); border-radius:999px; color:#9a781c; font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; box-shadow:0 12px 34px rgba(20,33,61,.06); margin-bottom:24px; }
.p-eyebrow span { width:7px; height:7px; border-radius:999px; background:var(--gold); box-shadow:0 0 0 5px rgba(212,175,55,.16); }
.phero-text h1 { font-size:clamp(52px,5.75vw,88px); font-weight:900; line-height:1; letter-spacing:0; color:#071226; text-wrap:balance; }
.phero-text h1 span, .phero-text h1 em { display:block; }
.phero-text h1 em { font-style:normal; color:#b88916; }
.phero-sub { margin-top:24px; font-size:18px; line-height:1.68; color:var(--body-ink); max-width:560px; }
.phero-cta { margin-top:34px; display:flex; gap:14px; flex-wrap:wrap; }
.phero-trust { margin-top:28px; font-size:13px; color:var(--muted); font-weight:700; display:flex; flex-wrap:wrap; align-items:center; gap:7px; }
.trust-dot { width:8px; height:8px; background:var(--green); border-radius:50%; display:inline-block; }
.trust-sep { color:var(--line); font-size:10px; }

/* Hero Visual */
.phero-visual { position:relative; overflow:hidden; border-radius:34px; background:#fff; border:1px solid rgba(255,255,255,.88); box-shadow:0 34px 100px rgba(20,33,61,.18); }
.phero-visual::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(255,255,255,.42),rgba(255,255,255,0) 42%); pointer-events:none; }
#tomu-public-shell .phero-img { width:100%; height:640px; border-radius:34px; object-fit:cover; object-position:center; box-shadow:inset 0 1px 0 rgba(255,255,255,.4); }

@media (min-width:1025px) {
  .pnav-inner { width:min(100%,2160px); max-width:none; padding:0 clamp(32px,4vw,88px); }
  .phero { min-height:100dvh; padding:96px 0 52px; display:flex; align-items:center; }
  .phero-inner { width:min(100%,2160px); max-width:none; padding:0 clamp(32px,4vw,88px); grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr); gap:clamp(40px,4vw,84px); min-height:clamp(600px,calc(100dvh - 168px),820px); }
  .phero-text h1 { font-size:clamp(54px,4.35vw,96px); }
  .phero-text h1 span, .phero-text h1 em { white-space:nowrap; }
  #tomu-public-shell .phero-img { height:clamp(560px,calc(100dvh - 190px),780px); }
}

/* Floating Cards */
.float-card { position:absolute; background:rgba(255,255,255,.92); border:1px solid rgba(255,255,255,.78); border-radius:18px; padding:14px 18px; box-shadow:0 18px 48px rgba(20,33,61,.16); display:flex; align-items:center; gap:12px; animation:floatIn .6s cubic-bezier(.32,.72,0,1) both; backdrop-filter:blur(14px); }
.fc-live { top:32px; right:34px; animation-delay:.3s; z-index:2; }
.fc-done { bottom:32px; right:34px; animation-delay:.6s; z-index:2; }
.fc-dot-live { width:10px; height:10px; background:#22c55e; border-radius:50%; flex-shrink:0; animation:pulse-dot 2s infinite; }
.fc-icon-done { width:28px; height:28px; background:#dcfce7; color:#16a34a; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:14px; font-weight:800; flex-shrink:0; }
.fc-body { min-width:0; }
.fc-label { font-size:11px; font-weight:700; color:var(--green); text-transform:uppercase; letter-spacing:.06em; }
.fc-title { font-size:14px; font-weight:800; color:var(--navy); margin-top:2px; }
.fc-title-done { font-size:14px; font-weight:800; color:var(--green); }
.fc-meta { font-size:12px; color:var(--muted); margin-top:1px; }
.fc-time { text-align:right; font-size:12px; font-weight:700; color:var(--navy); white-space:nowrap; margin-left:auto; }
.fc-time small { font-weight:500; color:var(--muted); }

@keyframes floatIn { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
@keyframes pulse-dot { 0%,100% { box-shadow:0 0 0 0 rgba(34,197,94,.5); } 50% { box-shadow:0 0 0 6px rgba(34,197,94,0); } }

/* ── Service Cards Strip ────────────────────────────────── */
.svc-strip { background:#fff; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.svc-strip-inner { max-width:1200px; margin:0 auto; padding:0 24px; display:grid; grid-template-columns:repeat(3,1fr); }
.svc-card { padding:42px 32px; text-decoration:none; color:var(--navy); border-right:1px solid var(--line); transition:background .35s cubic-bezier(.32,.72,0,1), transform .35s cubic-bezier(.32,.72,0,1); display:block; }
.svc-card:last-child { border-right:0; }
.svc-card:hover { background:#faf8f4; transform:translateY(-2px); }
.svc-card-icon { width:52px; height:52px; background:var(--cream); border-radius:14px; display:flex; align-items:center; justify-content:center; color:var(--navy); margin-bottom:20px; }
.svc-card h3 { font-size:18px; font-weight:800; margin-bottom:8px; }
.svc-card p { font-size:14px; color:var(--muted); line-height:1.6; }
.svc-link { display:inline-flex; margin-top:16px; font-size:13px; font-weight:700; color:var(--gold); }

/* ── Split Sections (Services / Dashboard / COD) ────────── */
.split { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; padding:92px 0; }
.split.rev { direction:rtl; }
.split.rev > * { direction:ltr; }
.section-alt { background:#faf8f4; }
.txt .eyebrow { font-size:12px; font-weight:800; color:var(--gold); text-transform:uppercase; letter-spacing:.12em; margin-bottom:14px; }
.txt h2 { font-size:clamp(32px,3.8vw,52px); font-weight:900; line-height:1.05; letter-spacing:-.045em; margin-bottom:18px; text-wrap:balance; }
.txt p { font-size:17px; color:var(--muted); line-height:1.72; max-width:520px; }
.svc-tags { display:flex; gap:8px; flex-wrap:wrap; margin:20px 0; }
.svc-tag { padding:6px 14px; border-radius:999px; background:var(--cream); font-size:12px; font-weight:700; color:var(--navy); }
.check-list { margin:20px 0; display:grid; gap:10px; }
.check-item { display:flex; align-items:center; gap:10px; font-size:15px; font-weight:600; color:var(--body-ink); }
.check-mark { width:24px; height:24px; background:#dcfce7; color:#16a34a; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:800; flex-shrink:0; }
.photo-card { position:relative; border-radius:20px; overflow:hidden; }
.photo-card img { width:100%; display:block; }
.photo-overlay { position:absolute; bottom:0; left:0; right:0; padding:16px 24px; background:linear-gradient(transparent,rgba(0,0,0,.5)); }
.photo-tag { color:#fff; font-size:13px; font-weight:700; }
.screen { border-radius:22px; overflow:hidden; border:1px solid rgba(226,217,204,.86); background:#fff; box-shadow:0 26px 70px rgba(20,33,61,.12); padding:6px; }
.screen img { border-radius:0 0 16px 16px; }
.screen-bar { height:36px; background:#f5f5f3; display:flex; align-items:center; gap:6px; padding:0 14px; border-bottom:1px solid var(--line); }
.screen-bar span { width:10px; height:10px; border-radius:50%; background:#ddd; }
.screen-bar span:first-child { background:#ff5f57; }
.screen-bar span:nth-child(2) { background:#ffbd2e; }
.screen-bar span:nth-child(3) { background:#28c840; }
.screen img { width:100%; display:block; }

/* ── Features Section ───────────────────────────────────── */
.feat-sec { background:var(--navy2); padding:80px 0; color:#fff; }
.feat-head { text-align:center; max-width:600px; margin:0 auto 48px; }
.feat-head .eyebrow { color:var(--gold); }
.feat-head h2 { font-size:clamp(28px,3.5vw,42px); font-weight:900; line-height:1.15; margin-bottom:12px; color:#fff; }
.feat-head p { font-size:16px; color:rgba(255,255,255,.6); line-height:1.7; }
.feats-v2 { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.feat-card { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:20px; overflow:hidden; transition:all .3s; }
.feat-card:hover { background:rgba(255,255,255,.1); transform:translateY(-4px); }
.feat-index { padding:20px 24px 0; font-size:32px; font-weight:900; color:rgba(255,255,255,.15); }
.feat-media { padding:16px 24px; }
.feat-media img { width:100%; border-radius:12px; }
.feat-card-body { padding:0 24px 28px; }
.feat-card-tag { font-size:11px; font-weight:800; color:var(--gold); text-transform:uppercase; letter-spacing:.1em; margin-bottom:8px; }
.feat-card-body h3 { font-size:18px; font-weight:800; margin-bottom:8px; color:#fff; }
.feat-card-body p { font-size:14px; color:rgba(255,255,255,.55); line-height:1.6; }

/* ── Delivery Areas ─────────────────────────────────────── */
.areas-sec { padding:80px 0; background:#fff; }
.areas-head { text-align:center; max-width:600px; margin:0 auto 48px; }
.areas-head h2 { font-size:clamp(28px,3.5vw,42px); font-weight:900; line-height:1.15; margin-bottom:12px; }
.areas-head p { font-size:16px; color:var(--muted); line-height:1.7; }
.areas-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.area-card { background:var(--cream); border-radius:16px; padding:28px 24px; border:1px solid var(--line); transition:all .2s; }
.area-card:hover { border-color:var(--gold); background:#faf6ee; }
.area-card h3 { font-size:17px; font-weight:800; margin-bottom:8px; color:var(--navy); }
.area-card p { font-size:13px; color:var(--muted); line-height:1.6; }

/* ── Fulfillment + Track ────────────────────────────────── */
.full { position:relative; text-align:center; padding:80px 0; color:#fff; overflow:hidden; }
.full-bg { position:absolute; inset:0; background:var(--navy); }
.full-overlay { position:absolute; inset:0; background:radial-gradient(ellipse at 50% 30%, rgba(212,175,55,.1), transparent 60%); }
.full-inner { position:relative; z-index:1; margin-bottom:40px; }
.full-inner h2 { font-size:clamp(28px,3.5vw,42px); font-weight:900; line-height:1.15; margin-bottom:12px; }
.full-inner p { font-size:16px; color:rgba(255,255,255,.6); max-width:500px; margin:0 auto; line-height:1.7; }
.track-wrap { position:relative; z-index:1; max-width:520px; margin:0 auto; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15); border-radius:20px; padding:32px; }
.track-wrap h3 { font-size:18px; font-weight:800; margin-bottom:16px; }
.track-row { display:flex; gap:10px; }
.track-row input { flex:1; height:48px; border:1px solid rgba(255,255,255,.2); border-radius:var(--radius); background:rgba(255,255,255,.08); color:#fff; padding:0 16px; font:inherit; font-size:14px; outline:none; }
.track-row input::placeholder { color:rgba(255,255,255,.4); }
.track-row input:focus { border-color:var(--gold); }
.track-eg { margin-top:8px; font-size:12px; color:rgba(255,255,255,.4); }
.track-result { margin-top:16px; display:grid; gap:6px; }
.track-result strong { color:#fff; }
.track-result span { width:max-content; border-radius:999px; background:rgba(34,197,94,.2); color:#4ade80; padding:6px 12px; font-size:12px; font-weight:800; }
.track-result small { color:rgba(255,255,255,.5); }

/* ── Success / Testimonials ─────────────────────────────── */
.success { padding:80px 0; background:var(--cream); }
.success-grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.badge-gold { display:inline-block; padding:6px 16px; border-radius:999px; background:rgba(212,175,55,.15); color:var(--gold2); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; margin-bottom:20px; }
.success h2 { font-size:clamp(28px,3.5vw,42px); font-weight:900; line-height:1.15; margin-bottom:16px; }
.success .lead { font-size:16px; color:var(--muted); line-height:1.7; max-width:460px; }
.stats-card { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:32px; }
.stat-n { font-size:28px; font-weight:900; color:var(--navy); }
.stat-l { font-size:13px; font-weight:700; color:var(--body-ink); margin-top:4px; }
.stat-s { font-size:11px; color:var(--muted); margin-top:2px; }
.success-photo { border-radius:20px; overflow:hidden; }
.success-photo img { width:100%; }
.quote-card { margin-top:20px; padding:24px; background:#fff; border-radius:16px; border:1px solid var(--line); position:relative; }
.qm { font-size:48px; color:var(--gold); line-height:1; font-weight:900; }
.quote-card p { font-size:15px; color:var(--body-ink); line-height:1.7; font-style:italic; }
.about-sec { padding:64px 0; background:#fff; }
.about-copy { max-width:860px; text-align:center; }
.about-copy .eyebrow { color:var(--gold2); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; margin-bottom:8px; }
.about-copy h2 { color:var(--navy); font-size:clamp(28px,3.5vw,40px); font-weight:900; margin-bottom:20px; }
.about-copy p { color:var(--muted); font-size:16px; line-height:1.75; margin:0 auto 12px; }

/* ── CTA Banner ─────────────────────────────────────────── */
.cta-banner { background:var(--navy); padding:80px 0; }
.cta-inner { text-align:center; color:#fff; }
.cta-inner .eyebrow { color:var(--gold); }
.cta-inner h2 { font-size:clamp(28px,3.5vw,42px); font-weight:900; line-height:1.15; margin:8px 0 16px; }
.cta-accent { color:var(--gold); }
.cta-inner p { font-size:16px; color:rgba(255,255,255,.6); margin-bottom:32px; }
.cta-btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* ── Contact ────────────────────────────────────────────── */
#contact { background:var(--navy); padding:80px 0; color:#fff; }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; }
.contact-head .eyebrow { color:var(--gold); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; margin-bottom:8px; }
.contact-head h2 { font-size:clamp(28px,3.5vw,42px); font-weight:900; margin-bottom:32px; }
.cinfo { margin-bottom:20px; }
.cinfo .lbl { font-size:11px; font-weight:700; color:rgba(255,255,255,.4); text-transform:uppercase; letter-spacing:.08em; margin-bottom:4px; }
.cinfo a, .cinfo .addr { font-size:15px; color:rgba(255,255,255,.85); text-decoration:none; line-height:1.6; }
.cinfo a:hover { color:var(--gold); }
.form { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); border-radius:20px; padding:32px; }
.field { margin-bottom:16px; }
.field label { display:block; font-size:13px; font-weight:700; color:rgba(255,255,255,.6); margin-bottom:6px; }
.field input, .field textarea { width:100%; border:1px solid rgba(255,255,255,.15); border-radius:var(--radius); background:rgba(255,255,255,.06); color:#fff; padding:14px 16px; font:inherit; font-size:14px; outline:none; resize:vertical; }
.field input:focus, .field textarea:focus { border-color:var(--gold); }
.form .btn-primary { width:100%; margin-top:8px; }

/* ── Footer ─────────────────────────────────────────────── */
footer { background:#080d19; padding:48px 0 24px; color:rgba(255,255,255,.6); }
.foot { display:grid; grid-template-columns:2fr 1fr 1fr; gap:48px; }
.fbrand-top { display:flex; align-items:center; gap:10px; margin-bottom:12px; }
.fgriffin { width:28px; height:28px; }
.fbrand b { font-size:18px; font-weight:900; color:#fff; }
.fbrand b span { color:var(--gold); }
.fbrand p { font-size:13px; line-height:1.6; color:rgba(255,255,255,.45); max-width:280px; }
.flegal { max-width:390px; margin-top:16px; padding-left:12px; border-left:1px solid rgba(212,175,55,.45); }
.fbrand .flegal p { max-width:none; margin:0 0 4px; font-size:12px; line-height:1.55; }
.foot h5 { font-size:13px; font-weight:800; color:rgba(255,255,255,.7); text-transform:uppercase; letter-spacing:.06em; margin-bottom:16px; }
.frow2 { margin-bottom:10px; }
.frow2 a { font-size:14px; color:rgba(255,255,255,.5); text-decoration:none; }
.frow2 a:hover { color:var(--gold); }
.foot-bottom { margin-top:32px; padding-top:20px; border-top:1px solid rgba(255,255,255,.08); font-size:13px; color:rgba(255,255,255,.3); text-align:center; }

/* ── Auth Modal (unchanged) ─────────────────────────────── */
.public-auth-modal { position:fixed; inset:0; z-index:10000; display:none; align-items:center; justify-content:center; padding:24px; }
.public-auth-modal.is-open { display:flex; }
.public-auth-backdrop { position:absolute; inset:0; background:radial-gradient(circle at 18% 18%,rgba(212,175,55,.18),transparent 34%),linear-gradient(135deg,rgba(8,13,25,.82),rgba(26,39,68,.66)); backdrop-filter:blur(16px); }
.public-auth-card { position:relative; width:min(100%,920px); max-height:calc(100vh - 48px); overflow:auto; background:#fffaf3; border:1px solid rgba(255,255,255,.45); border-radius:26px; box-shadow:0 38px 110px rgba(4,10,24,.38); padding:8px; }
.public-auth-close { position:absolute; top:20px; right:20px; width:42px; height:42px; border-radius:999px; border:0; background:rgba(255,255,255,.88); color:var(--navy); font-weight:800; z-index:3; box-shadow:0 10px 26px rgba(15,23,42,.14); font-size:22px; }
.public-auth-layout { display:grid; grid-template-columns:1.05fr .95fr; min-height:560px; }
.public-auth-visual { position:relative; overflow:hidden; border-radius:20px; background:#101827; }
.public-auth-visual > img { width:100%; height:100%; object-fit:cover; display:block; opacity:.42; filter:saturate(.92) contrast(1.08); }
.public-auth-visual-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,10,22,.92),rgba(5,10,22,.58) 62%),linear-gradient(180deg,rgba(5,10,22,.18),rgba(5,10,22,.62)); }
.public-auth-proof { position:absolute; left:54px; right:54px; top:68px; color:#fff; }
.public-auth-proof span { display:inline-flex; margin-bottom:18px; color:#c3933b; font-size:13px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.public-auth-proof strong { display:block; max-width:360px; font-size:clamp(40px,4.6vw,54px); line-height:.98; letter-spacing:-.055em; text-wrap:balance; }
.public-auth-proof strong em { color:#c3933b; font-style:normal; }
.public-auth-proof p { max-width:360px; margin-top:20px; color:rgba(255,255,255,.74); font-size:16px; line-height:1.65; }
.public-auth-panel { padding:54px 48px; display:flex; flex-direction:column; justify-content:center; background:rgba(255,255,255,.72); border-radius:0 20px 20px 0; }
.public-auth-tabs { display:grid; grid-template-columns:1fr 1fr; gap:6px; padding:7px; border-radius:18px; background:#f5f5f3; border:1px solid #e8e3da; margin-bottom:32px; box-shadow:0 14px 32px rgba(26,39,68,.08); }
.public-auth-tabs button { height:48px; border:0; border-radius:13px; background:transparent; color:#6c7484; font-weight:800; cursor:pointer; font-size:15px; }
.public-auth-tabs button.active { background:#fff; color:var(--navy); box-shadow:0 10px 22px rgba(15,23,42,.08); }
.public-auth-card form { display:grid; gap:16px; }
.public-auth-card form[hidden] { display:none !important; }
.public-auth-card label { display:grid; gap:7px; color:#3c4a5f; font-size:13px; font-weight:800; }
.public-auth-card label span { color:#94a3b8; font-weight:600; }
.public-auth-card input { width:100%; height:56px; border:1px solid #e2d9cc; border-radius:16px; background:#fff; color:var(--navy); padding:0 16px; font:inherit; font-weight:600; outline:none; box-shadow:inset 0 1px 0 rgba(255,255,255,.8); }
.public-auth-card input:focus { border-color:#b8962e; box-shadow:0 0 0 4px rgba(212,175,55,.16); }
.public-auth-submit { height:58px; border:0; border-radius:16px; background:linear-gradient(135deg,#1a2744,#111a31); color:#fff; font-weight:900; cursor:pointer; margin-top:6px; font-size:16px; box-shadow:0 16px 30px rgba(26,39,68,.22); }
.public-auth-submit:disabled { opacity:.72; cursor:wait; }
.public-auth-forgot { text-align:right; margin:-4px 0 8px; }
.public-auth-forgot a { color:var(--gold); font-size:13px; text-decoration:none; cursor:pointer; }
.public-auth-forgot a:hover { text-decoration:underline; }
.public-form-message { min-height:18px; font-size:13px; color:var(--muted); }
.public-form-message.error { color:#dc2626; }
.public-form-message.success { color:#166534; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width:1024px) {
  .pnav-inner { padding:0 24px; }
  .phero-inner { grid-template-columns:1fr; gap:40px; min-height:auto; padding:0 24px; }
  .phero-visual { max-width:680px; margin:0 auto; }
  #tomu-public-shell .phero-img { height:440px; }
  .fc-live { right:10px; top:10px; }
  .fc-done { right:10px; bottom:10px; }
  .split { grid-template-columns:1fr; gap:40px; }
  .split.rev { direction:ltr; }
  .areas-grid { grid-template-columns:repeat(2,1fr); }
  .success-grid { grid-template-columns:1fr; gap:40px; }
  .contact-grid { grid-template-columns:1fr; gap:40px; }
  .foot { grid-template-columns:1fr 1fr; gap:32px; }
}

@media (max-width:768px) {
  .plinks { display:none; }
  .pnav-cta { display:none; }
  .pmobile-toggle { display:block; margin-left:auto; }
  .pmobile-nav { flex-direction:column; gap:12px; padding:16px 24px 20px; background:#fff; border-top:1px solid var(--line); }
  .pmobile-nav.is-open { display:flex; }
  .pmobile-nav a { font-size:15px; font-weight:600; color:var(--body-ink); text-decoration:none; padding:8px 0; }
  .pmobile-nav .pbtn-login, .pmobile-nav .pbtn-cta-gold { width:100%; text-align:center; padding:12px; }
  .phero { padding:100px 0 48px; }
  .phero-text h1 { font-size:44px; }
  #tomu-public-shell .phero-img { height:340px; }
  .svc-strip-inner { grid-template-columns:1fr; }
  .svc-card { border-right:0; border-bottom:1px solid var(--line); }
  .svc-card:last-child { border-bottom:0; }
  .feats-v2 { grid-template-columns:1fr; }
  .areas-grid { grid-template-columns:1fr; }
  .stats-card { grid-template-columns:1fr; gap:12px; }
  .public-auth-layout { grid-template-columns:1fr; }
  .public-auth-visual { display:none; }
  .public-auth-panel { padding:32px 24px; border-radius:20px; }
  .foot { grid-template-columns:1fr; gap:24px; }
  .float-card { font-size:12px; padding:10px 14px; }
  .fc-live { top:8px; right:8px; }
  .fc-done { bottom:8px; right:8px; }
}

@media (max-width:480px) {
  .pbrand img { width:38px; height:38px; }
  .pbrand-text b { font-size:20px; }
  .pbrand-text small { display:none; }
  .phero-text h1 { font-size:36px; }
  .phero-cta { flex-direction:column; }
  .phero-cta .pbtn { width:100%; justify-content:center; }
  .phero-trust { font-size:11px; }
  #tomu-public-shell .phero-img { height:280px; }
  .fc-done .fc-time { display:none; }
}
