:root {
  --ink: #07111f;
  --ink-2: #0d1b2e;
  --ink-3: #14263f;
  --paper: #f6f2ea;
  --white: #ffffff;
  --muted: #667085;
  --line: #d8dee8;
  --gold: #f4b942;
  --orange: #f58220;
  --green: #159b62;
  --red: #c73939;
  --blue: #3568d4;
  --shadow: 0 24px 70px rgba(7, 17, 31, 0.18);
  --radius: 24px;
  --radius-small: 14px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); min-width: 320px; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }

.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-150%); z-index: 1000; background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.narrow-shell { width: min(780px, calc(100% - 32px)); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(7, 17, 31, 0.93); color: var(--white); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; margin-inline-end: auto; }
.brand img { width: 46px; height: 46px; object-fit: contain; border-radius: 13px; background: #f3f1ef; padding: 3px; }
.brand span { display: grid; gap: 2px; }
.brand strong { font-size: 15px; letter-spacing: -.01em; }
.brand small { color: #aebbd0; font-size: 12px; }
.top-nav { display: flex; align-items: center; gap: 7px; }
.top-nav a { text-decoration: none; color: #cad4e3; padding: 9px 12px; border-radius: 999px; font-size: 14px; }
.top-nav a:hover, .top-nav a[aria-current="page"] { background: rgba(255,255,255,.09); color: var(--white); }
.language-menu { display: flex; flex: 0 0 auto; gap: 4px; padding: 4px; background: rgba(255,255,255,.06); border-radius: 999px; }
.language-pill { min-width: 34px; text-align: center; text-decoration: none; font-size: 11px; color: #aebbd0; padding: 7px 9px; border-radius: 999px; }
.language-pill.active { background: var(--white); color: var(--ink); font-weight: 800; }

.hero-section { position: relative; overflow: hidden; background: var(--ink); color: var(--white); padding: 74px 0 88px; }
.hero-section::before { content: ""; position: absolute; inset: -45% auto auto -10%; width: 660px; height: 660px; border-radius: 50%; background: radial-gradient(circle, rgba(244,185,66,.22), transparent 66%); }
.hero-section::after { content: ""; position: absolute; right: -160px; bottom: -280px; width: 720px; height: 720px; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.014); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, 520px); gap: 70px; align-items: center; }
.hero-copy { max-width: 590px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.hero-copy h1, .page-heading h1 { margin: 18px 0 18px; font-size: clamp(42px, 6.5vw, 78px); line-height: .99; letter-spacing: -.055em; }
.hero-copy > h1:first-child { margin-top: 0; }
.hero-copy p { margin: 0; max-width: 560px; color: #bdc9d9; font-size: 19px; line-height: 1.8; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.trust-row span { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.055); padding: 10px 13px; border-radius: 999px; color: #c8d3e2; font-size: 12px; }
.trust-row b { color: var(--white); }

.calculator-card, .track-card { background: var(--white); color: var(--ink); border-radius: 28px; padding: 30px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.7); }
.calculator-card label, .track-card label, .login-card label, .dashboard-form label { display: grid; gap: 8px; color: #27364b; font-size: 13px; font-weight: 800; }
.url-control { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; margin-top: 8px; padding: 7px; border: 1px solid var(--line); border-radius: 17px; background: #f8fafc; transition: border-color .2s, box-shadow .2s; }
.url-control:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(53,104,212,.12); }
.url-control input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); padding: 8px 10px; min-width: 0; direction: ltr; text-align: left; }
.paste-button { border: 0; background: #e9eef6; color: #243650; border-radius: 11px; padding: 0 15px; font-weight: 800; cursor: pointer; }
.paste-button:hover { background: #dce5f1; }
.primary-button, .secondary-button { width: 100%; min-height: 54px; border: 0; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; font-weight: 900; cursor: pointer; text-decoration: none; transition: transform .15s, box-shadow .15s, opacity .15s; }
.primary-button { margin-top: 16px; background: linear-gradient(135deg, var(--gold), var(--orange)); color: #261b06; box-shadow: 0 13px 28px rgba(245,130,32,.23); }
.primary-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.primary-button:hover, .secondary-button:hover { transform: translateY(-1px); }
.primary-button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.secondary-button { background: var(--ink); color: var(--white); margin-top: 18px; }
.privacy-hint { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 13px 0 0; text-align: center; }
.notice { border-radius: 13px; padding: 12px 14px; font-size: 13px; line-height: 1.55; margin-bottom: 14px; }
.notice-error { color: #8e2323; background: #fff0f0; border: 1px solid #f1baba; }
.notice-warning { color: #7a4b00; background: #fff8df; border: 1px solid #ecd695; }
.notice-success { color: #0a6741; background: #eaf9f2; border: 1px solid #aee0ca; }
.quote-status { display: flex; gap: 14px; align-items: center; padding: 20px 0 2px; }
.quote-status strong { display: block; font-size: 14px; }
.quote-status p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.spinner { width: 34px; height: 34px; border-radius: 50%; border: 3px solid #e4e9f1; border-top-color: var(--orange); animation: spin .8s linear infinite; flex: 0 0 auto; }
@keyframes spin { to { transform: rotate(360deg); } }

.quote-result { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.result-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; background: var(--ink); color: var(--white); border-radius: 20px; padding: 20px; }
.result-kicker { display: block; color: #aebbd0; font-size: 12px; margin-bottom: 5px; }
.result-head strong { display: block; font-size: 34px; letter-spacing: -.04em; }
.verified-badge { background: rgba(21,155,98,.18); color: #80e0b5; border: 1px solid rgba(128,224,181,.28); border-radius: 999px; padding: 7px 10px; font-size: 11px; font-weight: 900; }
.verified-badge.unconfirmed { background: rgba(244,185,66,.14); color: #ffda81; border-color: rgba(244,185,66,.25); }
.price-breakdown { margin: 16px 0 0; }
.price-breakdown div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 2px; border-bottom: 1px dashed #dde2ea; }
.price-breakdown dt { color: var(--muted); font-size: 13px; }
.price-breakdown dd { margin: 0; font-weight: 900; direction: ltr; }
.rounding-note { color: var(--muted); font-size: 11px; line-height: 1.5; }
.order-panel { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.section-heading { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 18px; }
.section-heading > span { width: 35px; height: 35px; border-radius: 10px; display: grid; place-items: center; background: #fff2d2; color: #7d4b00; font-size: 12px; font-weight: 900; }
.section-heading h2 { margin: 0; font-size: 20px; }
.section-heading p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-grid .full-width { grid-column: 1 / -1; }
.form-grid input, .form-grid textarea, .login-card input, .dashboard-form input, .dashboard-form textarea, .dashboard-form select { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #f9fafc; padding: 12px 13px; color: var(--ink); outline: none; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus, .login-card input:focus, .dashboard-form input:focus, .dashboard-form textarea:focus, .dashboard-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(53,104,212,.1); }
.check-row { display: flex !important; grid-template-columns: auto 1fr !important; align-items: flex-start; gap: 9px !important; margin-top: 13px; color: var(--muted) !important; font-weight: 500 !important; }
.check-row input { margin-top: 2px; }
.order-success { margin-top: 18px; text-align: center; }
.success-icon { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto; background: #ddf7eb; color: var(--green); font-size: 28px; font-weight: 900; }
.order-success h2 { margin-bottom: 6px; }
.order-success p { color: var(--muted); font-size: 13px; }
.tracking-code-copy { width: 100%; border: 1px dashed #9fb0c8; background: #f5f7fa; border-radius: 14px; padding: 15px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; direction: ltr; }
.tracking-code-copy span { font-size: 22px; font-weight: 900; letter-spacing: .14em; }
.tracking-code-copy small { color: var(--blue); font-weight: 900; }
.link-button { display: flex; }

.steps-section { padding: 84px 0; background: var(--paper); }
.section-title { display: flex; align-items: baseline; gap: 16px; margin-bottom: 28px; }
.section-title span { color: var(--orange); font-size: 12px; font-weight: 900; }
.section-title h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.04em; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { min-height: 220px; padding: 24px; border-radius: var(--radius); background: var(--white); border: 1px solid #e0e3e8; display: grid; align-content: space-between; box-shadow: 0 12px 40px rgba(7,17,31,.06); }
.steps-grid article > b { color: var(--orange); font-size: 12px; }
.step-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: var(--ink); color: var(--gold); font-size: 24px; font-weight: 900; }
.steps-grid p { margin: 22px 0 0; line-height: 1.75; color: #35445a; }

.track-section, .legal-section { min-height: calc(100vh - 180px); padding: 76px 0 90px; background: linear-gradient(180deg, var(--ink) 0 335px, var(--paper) 335px); }
.page-heading { text-align: center; color: var(--white); margin-bottom: 34px; }
.page-heading h1 { font-size: clamp(42px, 8vw, 68px); margin-bottom: 12px; }
.page-heading p { color: #bdc9d9; font-size: 17px; }
.track-card { padding: 34px; }
.tracking-result { margin-top: 24px; border-top: 1px solid var(--line); padding-top: 24px; }
.tracking-result-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.tracking-result-head span { display: block; color: var(--muted); font-size: 11px; }
.tracking-result-head strong { direction: ltr; letter-spacing: .08em; }
.status-chip { color: #0b6944 !important; background: #e5f7ee; border-radius: 999px; padding: 8px 11px; font-weight: 900; }
.tracking-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.tracking-details > div { border: 1px solid var(--line); border-radius: 13px; padding: 13px; }
.tracking-details span { display: block; color: var(--muted); font-size: 11px; margin-bottom: 4px; }
.timeline { margin-top: 18px; padding: 13px; border-radius: 13px; background: #f5f7fa; color: #33445b; font-size: 13px; }
.legal-card { background: var(--white); border-radius: var(--radius); padding: clamp(26px, 5vw, 56px); box-shadow: var(--shadow); }
.legal-card h1 { font-size: 48px; letter-spacing: -.04em; }
.legal-card h2 { margin-top: 30px; }
.legal-card p { color: #48566b; line-height: 1.8; }

.site-footer { background: var(--ink); color: var(--white); padding: 38px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-inner p { margin: 5px 0 0; color: #9eabc0; font-size: 13px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: #c9d3e2; text-decoration: none; font-size: 13px; }

.login-body { min-height: 100vh; background: var(--ink); color: var(--white); display: grid; place-items: center; padding: 28px; }
.login-shell { width: min(980px, 100%); display: grid; grid-template-columns: 1fr 430px; overflow: hidden; border-radius: 30px; background: #0d1b2e; box-shadow: 0 28px 100px rgba(0,0,0,.35); }
.login-brand { padding: 54px; display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at top right, rgba(244,185,66,.2), transparent 52%); }
.login-brand > img { width: min(300px, 86%); height: auto; object-fit: contain; border-radius: 22px; box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.login-brand > span { color: var(--gold); font-weight: 900; margin-top: 18px; }
.login-brand h1 { font-size: 52px; line-height: 1; letter-spacing: -.05em; margin: 14px 0; }
.login-brand p { color: #adbbcf; line-height: 1.7; }
.login-card { background: var(--white); color: var(--ink); padding: 48px 38px; }
.login-card h2 { font-size: 30px; margin-top: 0; }
.login-card form { display: grid; gap: 16px; }
.field-error, .errorlist { color: var(--red); font-size: 12px; margin: 4px 0 0; padding: 0; list-style: none; }
.back-link { display: block; margin-top: 22px; color: var(--muted); font-size: 13px; text-decoration: none; }

.dashboard-body { background: #f2f5f9; min-height: 100vh; color: var(--ink); }
.dashboard-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); min-height: 100vh; }
.dashboard-sidebar { position: sticky; top: 0; height: 100vh; background: var(--ink); color: var(--white); padding: 24px 17px; display: flex; flex-direction: column; }
.dashboard-brand { display: flex; align-items: center; gap: 10px; padding: 4px 6px 22px; border-bottom: 1px solid rgba(255,255,255,.09); }
.dashboard-brand img { width: 40px; height: 40px; object-fit: contain; border-radius: 11px; background: #f3f1ef; padding: 3px; }
.dashboard-brand strong { display: block; font-size: 13px; }
.dashboard-brand small { color: #95a5bc; font-size: 10px; }
.dashboard-nav { display: grid; gap: 6px; margin-top: 22px; }
.dashboard-nav a { color: #b9c5d6; text-decoration: none; padding: 11px 12px; border-radius: 11px; font-size: 13px; font-weight: 700; }
.dashboard-nav a:hover, .dashboard-nav a.active { background: rgba(255,255,255,.09); color: var(--white); }
.sidebar-bottom { margin-top: auto; border-top: 1px solid rgba(255,255,255,.09); padding-top: 16px; }
.user-mini { display: grid; gap: 2px; margin-bottom: 10px; }
.user-mini span { font-size: 13px; font-weight: 800; }
.user-mini small { color: #96a6bb; font-size: 10px; }
.logout-button { width: 100%; border: 1px solid rgba(255,255,255,.13); background: transparent; color: #d3dbea; border-radius: 10px; padding: 9px; cursor: pointer; }
.dashboard-main { min-width: 0; }
.dashboard-topbar { height: 72px; background: var(--white); border-bottom: 1px solid #dde3ec; display: flex; align-items: center; padding: 0 30px; justify-content: space-between; }
.dashboard-topbar h1 { margin: 0; font-size: 20px; }
.dashboard-topbar a { text-decoration: none; color: var(--blue); font-size: 12px; font-weight: 800; }
.dashboard-content { padding: 28px 30px 50px; }
.dashboard-messages { display: grid; gap: 10px; margin-bottom: 18px; }
.dashboard-message { border-radius: 11px; padding: 11px 13px; font-size: 13px; }
.dashboard-message.success { background: #e4f6ed; color: #0c6945; }
.dashboard-message.error { background: #ffeded; color: #8c2424; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.metric-card { background: var(--white); border: 1px solid #dde3ec; border-radius: 17px; padding: 20px; }
.metric-card span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.metric-card strong { display: block; font-size: 29px; margin-top: 9px; letter-spacing: -.04em; }
.panel { background: var(--white); border: 1px solid #dde3ec; border-radius: 18px; margin-top: 18px; overflow: hidden; }
.panel-head { padding: 18px 20px; border-bottom: 1px solid #e2e7ee; display: flex; justify-content: space-between; gap: 15px; align-items: center; }
.panel-head h2 { margin: 0; font-size: 16px; }
.panel-head p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.panel-body { padding: 20px; }
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.data-table th { text-align: start; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; padding: 11px 14px; background: #f8fafc; }
.data-table td { padding: 13px 14px; border-top: 1px solid #edf0f4; font-size: 12px; vertical-align: top; }
.data-table a { color: var(--blue); font-weight: 800; text-decoration: none; }
.order-status { display: inline-flex; border-radius: 999px; padding: 6px 9px; font-size: 10px; font-weight: 900; background: #eef2f7; color: #34465e; }
.order-status.DELIVERED { background: #e2f6ed; color: #0b6d47; }
.order-status.CANCELLED, .order-status.FAILED, .order-status.NEEDS_REVIEW { background: #ffe9e9; color: #8d2b2b; }
.order-status.IN_TRANSIT, .order-status.PROCESSING { background: #e8f0ff; color: #2450a5; }
.filters { display: grid; grid-template-columns: 1fr 190px 190px auto; gap: 10px; margin-bottom: 18px; }
.filters input, .filters select { border: 1px solid #d9e0e9; border-radius: 11px; padding: 10px 12px; background: var(--white); }
.compact-button { border: 0; border-radius: 10px; background: var(--ink); color: var(--white); padding: 10px 15px; font-weight: 800; cursor: pointer; text-decoration: none; display: inline-flex; justify-content: center; align-items: center; }
.pagination { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; border-top: 1px solid #e4e8ee; color: var(--muted); font-size: 12px; }
.pagination a { color: var(--blue); text-decoration: none; font-weight: 800; }
.detail-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 18px; }
.detail-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.detail-item { border: 1px solid #e1e6ed; border-radius: 12px; padding: 13px; }
.detail-item.full { grid-column: 1 / -1; }
.detail-item span { display: block; color: var(--muted); font-size: 10px; margin-bottom: 5px; text-transform: uppercase; letter-spacing: .05em; }
.detail-item strong, .detail-item p { margin: 0; font-size: 13px; overflow-wrap: anywhere; }
.dashboard-form { display: grid; gap: 14px; }
.dashboard-form .helptext { color: var(--muted); font-size: 10px; }
.dashboard-form ul { margin: 4px 0 0; padding-inline-start: 18px; color: var(--muted); font-size: 10px; }
.timeline-list { list-style: none; padding: 0; margin: 0; }
.timeline-list li { position: relative; padding: 0 24px 20px 0; margin-inline-start: 8px; border-inline-start: 2px solid #dfe5ed; }
[dir="rtl"] .timeline-list li { padding: 0 0 20px 24px; }
.timeline-list li::before { content: ""; position: absolute; inset-inline-start: -6px; top: 3px; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); }
.timeline-list strong { display: block; font-size: 12px; }
.timeline-list small { color: var(--muted); font-size: 10px; }
.code-cell { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; direction: ltr; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { text-align: center; margin-inline: auto; }
  .hero-copy p { margin-inline: auto; }
  .trust-row { justify-content: center; }
  .calculator-card { width: min(570px, 100%); margin-inline: auto; }
  .top-nav { display: none; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .header-inner { min-height: 70px; gap: 10px; }
  .brand small { display: none; }
  .brand strong { font-size: 12px; }
  .brand img { width: 40px; height: 40px; }
  .language-pill { padding: 6px 7px; font-size: 9px; }
  .hero-section { padding: 54px 0 64px; }
  .hero-copy h1 { font-size: 48px; }
  .hero-copy p { font-size: 16px; }
  .calculator-card, .track-card { padding: 22px; border-radius: 22px; }
  .steps-section { padding: 60px 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 170px; }
  .form-grid, .tracking-details { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .login-shell { grid-template-columns: 1fr; }
  .login-brand { display: none; }
  .dashboard-layout { grid-template-columns: 1fr; }
  .dashboard-sidebar { position: static; height: auto; padding: 12px 14px; }
  .dashboard-brand { border-bottom: 0; padding-bottom: 8px; }
  .dashboard-nav { display: flex; overflow-x: auto; margin-top: 6px; padding-bottom: 5px; }
  .dashboard-nav a { white-space: nowrap; }
  .sidebar-bottom { display: none; }
  .dashboard-topbar { padding: 0 18px; }
  .dashboard-content { padding: 18px 14px 40px; }
  .metric-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .metric-card { padding: 15px; }
  .filters { grid-template-columns: 1fr; }
  .detail-list { grid-template-columns: 1fr; }
  .detail-item.full { grid-column: auto; }
}

@media (max-width: 430px) {
  .shell, .narrow-shell { width: min(100% - 20px, 1180px); }
  .language-menu { display: flex; }
  .language-pill { min-width: 31px; padding: 6px 7px; font-size: 9px; }
  .hero-copy h1 { font-size: 40px; }
  .calculator-card, .track-card { padding: 18px; }
  .result-head strong { font-size: 29px; }
  .metric-grid { grid-template-columns: 1fr; }
}

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

/* Public quote results intentionally expose only the final customer price. */
.public-total-only { align-items: center; }
.public-total-note { margin: 8px 0 0; color: #bdc9d9; font-size: 12px; line-height: 1.6; max-width: 330px; }

/* REO public brand refresh */
:root{--reo-cream:#f4f1ee;--reo-black:#050505;--reo-soft:#ebe7e2;--reo-green:#22a56b}
.public-body{background:var(--reo-cream);color:var(--reo-black)}
.site-header{background:rgba(244,241,238,.94);color:var(--reo-black);border-bottom:1px solid rgba(5,5,5,.1);backdrop-filter:blur(16px)}
.header-inner{min-height:86px}.brand-image img{width:122px;height:62px;object-fit:contain;border:0;border-radius:0;background:transparent;padding:0}.top-nav a{color:#474747}.top-nav a:hover,.top-nav a[aria-current="page"]{background:#0b0b0b;color:#fff}.language-menu{background:#e7e3df}.language-pill{color:#4f4f4f}.language-pill.active{background:#050505;color:#fff}
.premium-hero{background:var(--reo-cream);color:var(--reo-black);padding:76px 0 92px}.premium-hero::before{background:radial-gradient(circle,rgba(0,0,0,.055),transparent 70%)}.premium-hero::after{border-color:rgba(0,0,0,.05);box-shadow:0 0 0 80px rgba(0,0,0,.012),0 0 0 160px rgba(0,0,0,.008)}
.premium-hero .hero-copy p{color:#555}.premium-hero .eyebrow{color:#272727}.premium-hero .trust-row span{border-color:#d3ceca;background:#fff;color:#444}.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:28px}.ghost-button{display:inline-flex;min-height:48px;align-items:center;padding:0 20px;border:1px solid #111;border-radius:999px;text-decoration:none;font-weight:850}.text-link{text-decoration:none;font-weight:800}
.luxury-card{border:1px solid #ddd7d1;box-shadow:0 30px 80px rgba(0,0,0,.1);background:#fff}.calculator-kicker{font-size:11px;letter-spacing:.2em;font-weight:900;margin-bottom:18px;color:#777}.black-button{background:#050505;color:#fff;box-shadow:none}.black-button:hover{box-shadow:0 12px 26px rgba(0,0,0,.14)}
.result-head{background:#050505}.verified-badge{background:#eef8f2;color:#14744c;border-color:#cce9d9}.instant-track-box{margin-top:14px;border:1px solid #ded8d2;border-radius:18px;padding:17px;background:#faf9f7}.instant-track-box>span{font-size:12px;font-weight:900;color:#666}.instant-track-box p{margin:8px 0 0;color:#666;font-size:12px;line-height:1.6}.instant-track-box .tracking-code-copy{margin-top:8px}.mini-link{display:inline-block;margin-top:8px;font-size:12px;font-weight:900}.request-disclaimer{font-size:11px;color:#777;line-height:1.6;text-align:center}.whatsapp-button{background:#1f9d63;color:white}.brand-strip{border-block:1px solid #dad4ce;background:#fff}.brand-strip .shell{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand-strip span{font-family:Georgia,"Times New Roman",serif;font-size:28px}.brand-strip b{font-size:11px;letter-spacing:.16em;color:#777}
.why-section{padding:84px 0;background:#fff}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.why-grid article{min-height:190px;border:1px solid #ded8d2;border-radius:22px;padding:22px;display:flex;flex-direction:column;justify-content:space-between}.why-grid article b{font-size:12px;color:#888}.why-grid h3{font-size:20px;line-height:1.4;margin:0}.steps-section{background:#0a0a0a;color:#fff}.steps-section .section-title span{color:#aaa}.content-hero{padding:76px 0 38px;background:#fff;border-bottom:1px solid #ded8d2}.content-hero h1{font-size:clamp(42px,7vw,76px);line-height:1;margin:16px 0}.content-hero p{font-size:18px;line-height:1.8;color:#5c5c5c}.content-section{padding:58px 0 82px}.process-list{display:grid;gap:12px}.process-list article{display:grid;grid-template-columns:80px 1fr;gap:18px;border:1px solid #ded8d2;background:#fff;border-radius:22px;padding:24px}.process-list article>b{font-size:12px;color:#777}.process-list h2{margin:0 0 8px}.process-list p{margin:0;color:#646464;line-height:1.75}.cta-section{padding:68px 0;background:#fff;border-top:1px solid #ddd}.cta-section h2{font-size:36px}.faq-list{display:grid;gap:10px}.faq-list details{background:#fff;border:1px solid #ddd7d1;border-radius:18px;padding:18px 20px}.faq-list summary{font-weight:900;cursor:pointer}.faq-list p{color:#626262;line-height:1.8}.prose-card{background:#fff;border:1px solid #ddd7d1;border-radius:22px;padding:30px}.prose-card p{line-height:1.9;color:#5f5f5f}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-card{background:#fff;border:1px solid #ddd7d1;border-radius:22px;padding:28px;text-decoration:none;display:grid;gap:8px}.contact-card span{font-size:12px;color:#777}.contact-card strong{font-size:24px;direction:ltr;text-align:start}.contact-card small{color:#666}.track-section{padding:22px 0 90px}.track-hero{padding-bottom:44px}.tracking-result-head{border-bottom-color:#e4ded8}.status-chip{background:#111;color:#fff}.premium-footer{background:#050505;color:#fff}.footer-grid{padding:50px 0 28px;display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer-brand img{width:190px;background:#f4f1ee;border-radius:12px}.footer-brand p{color:#aaa}.premium-footer .footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.premium-footer .footer-links a{color:#d7d7d7}.footer-bottom{padding:18px 0 30px;border-top:1px solid #222;color:#888;font-size:12px}
@media(max-width:980px){.why-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.top-nav{display:none}}
@media(max-width:640px){.premium-hero{padding-top:48px}.why-grid,.contact-grid{grid-template-columns:1fr}.process-list article{grid-template-columns:44px 1fr;padding:20px}.brand-strip .shell{align-items:flex-start;flex-direction:column;justify-content:center;padding-block:18px}.hero-actions{justify-content:center}.footer-brand img{width:160px}}
.form-grid select{width:100%;border:1px solid #d9e0e9;border-radius:12px;padding:12px;background:#fff;color:#111}

/* Cloudflare public release additions */
.language-pill{border:0;cursor:pointer;font:inherit}.page-main{min-height:65vh}.hidden{display:none!important}
.expiry-note{font-size:11px;color:#777;margin-top:9px;text-align:center}.expiry-note strong{color:#333}
.field-help{font-size:11px;color:#777;line-height:1.5}.form-grid select{min-height:46px}
.track-status-banner{margin:18px 0 4px;padding:14px 16px;border-radius:14px;background:#f4f1ee;border:1px solid #ded8d2;display:flex;justify-content:space-between;gap:14px;align-items:center}.track-status-banner strong{font-size:14px}.track-status-banner small{color:#666}
.timeline-public{list-style:none;padding:0;margin:22px 0 0}.timeline-public li{position:relative;padding:0 26px 20px;border-inline-start:2px solid #ddd}.timeline-public li:last-child{padding-bottom:0}.timeline-public li::before{content:"";position:absolute;inset-inline-start:-7px;top:3px;width:12px;height:12px;border-radius:50%;background:#111;border:3px solid #fff;box-shadow:0 0 0 1px #111}.timeline-public strong{display:block;font-size:13px}.timeline-public small{display:block;color:#777;margin-top:4px;font-size:11px}
.expired-box{padding:20px;border-radius:16px;background:#fff4f4;border:1px solid #f0caca;color:#7c2929;line-height:1.7}.whatsapp-button{background:#159b62!important;color:#fff!important}.secondary-link{margin-top:10px;display:inline-flex;text-decoration:none;font-weight:800;font-size:13px}.page-card-title{margin:0 0 16px}.legal-card ul{color:#48566b;line-height:1.9}.contact-card:hover,.why-grid article:hover{transform:translateY(-2px);transition:transform .15s}.footer-brand img{object-fit:contain}.status-chip.pending{background:#fff3d4!important;color:#6c4700!important}.status-chip.official{background:#e4f6ed!important;color:#0c6945!important}
@media(max-width:760px){.tracking-code-copy span{font-size:15px;letter-spacing:.06em;overflow-wrap:anywhere}.tracking-result-head{align-items:flex-start;flex-direction:column}.track-status-banner{align-items:flex-start;flex-direction:column}}
