/* Orion Global Education & Visa Services — site styles */
:root {
  --navy: #0E2240;
  --navy-deep: #081830;
  --gold: #C9A13B;
  --gold-ink: #8A6A12;
  --gold-soft: #F6EFDC;
  --paper: #F4F6F9;
  --line: #DCE2EA;
  --field: #B9C3D2;
  --text: #1B2A44;
  --body: #33415A;
  --muted: #4A5670;
  --on-navy: #BFCBDC;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Public Sans", "Helvetica Neue", Arial, sans-serif;
  --radius: 12px;
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--sans); font-size: 16px; line-height: 1.6; color: var(--text); background: #fff; }
img, svg { max-width: 100%; display: block; }
a { color: var(--gold-ink); }
a:hover { color: #6E540C; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; color: var(--navy); margin: 0; line-height: 1.1; }
p { margin: 0; }
.container { width: 100%; max-width: calc(var(--container) + 80px); margin: 0 auto; padding: 0 40px; }
.skip-link { position: absolute; left: -9999px; top: 8px; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 6px; z-index: 100; }
.skip-link:focus { left: 16px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border-radius: 6px; font-family: var(--sans); font-size: 16px; font-weight: 700; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: background-color .15s, border-color .15s, color .15s; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #D8B04A; color: var(--navy); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: #1A3560; color: #fff; }
.btn-ghost { border-color: #5B6F8F; color: #fff; font-weight: 600; }
.btn-ghost:hover { border-color: #fff; color: #fff; }
.btn-outline { border-color: var(--field); color: var(--navy); background: #fff; font-weight: 600; }
.btn-block { width: 100%; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 84px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); }
.brand svg { width: 42px; height: 42px; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; gap: 4px; }
.brand-name { font-weight: 700; font-size: 22px; line-height: 1; letter-spacing: .2em; }
.brand-sub { font-size: 11.5px; letter-spacing: .03em; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a:not(.btn) { font-size: 15px; font-weight: 500; color: #3A4760; text-decoration: none; padding: 8px 0; border-bottom: 2px solid transparent; }
.site-nav a:not(.btn):hover { color: var(--navy); }
.site-nav a[aria-current="page"] { color: var(--navy); font-weight: 600; border-bottom-color: var(--gold); }
.site-nav .btn { min-height: 46px; padding: 0 20px; font-size: 15px; }
.nav-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--navy); transition: transform .2s, opacity .2s; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Sections */
.section { padding: 104px 0; }
.section-paper { background: var(--paper); }
.section-navy { background: var(--navy); color: #fff; }
.section-navy h1, .section-navy h2, .section-navy h3 { color: #fff; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 48px; }
.section-head h2, .h2 { font-size: clamp(32px, 4vw, 46px); max-width: 680px; }
.lead { font-size: 18px; line-height: 1.6; color: var(--muted); max-width: 640px; margin-top: 16px; }
.section-navy .lead { color: var(--on-navy); }
.link-strong { font-weight: 600; }

/* Page hero (inner pages) */
.page-hero { background: var(--navy); padding: 96px 0; }
.page-hero h1 { color: #fff; font-size: clamp(38px, 5vw, 60px); max-width: 860px; }
.page-hero p { color: var(--on-navy); font-size: 20px; line-height: 1.55; max-width: 660px; margin-top: 24px; }
.page-hero .kicker { font-size: 16px; font-weight: 600; color: #E3C77A; margin: 0 0 20px; }
.page-hero .actions { margin-top: 32px; }

/* Home hero */
.hero { background: var(--navy); padding: 96px 0 112px; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 72px; align-items: center; }
.hero h1 { color: #fff; font-size: clamp(40px, 5.4vw, 68px); line-height: 1.04; letter-spacing: -.01em; max-width: 660px; }
.hero-sub { color: var(--on-navy); font-size: 20px; line-height: 1.55; max-width: 560px; margin-top: 28px; }
.actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }
.hero-note { margin-top: 28px; font-size: 14px; color: #9FB0C8; }

.journey { background: #fff; border-radius: 16px; padding: 32px; color: var(--navy); }
.journey-ends { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; }
.journey-ends span { display: block; font-size: 13px; color: var(--muted); }
.journey-ends strong { font-family: var(--serif); font-weight: 500; font-size: 24px; }
.journey-ends div:last-child { text-align: right; }
.journey-route { display: flex; align-items: center; gap: 12px; margin: 22px 0; color: var(--gold-ink); }
.journey-route i { flex: 1; border-top: 2px dashed #D9C48A; }
.journey-title { font-size: 14px; font-weight: 600; color: var(--muted); margin-bottom: 18px; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 30px 1fr; gap: 16px; position: relative; padding-bottom: 20px; }
.steps li:last-child { padding-bottom: 0; }
.steps li:not(:last-child)::before { content: ""; position: absolute; left: 14px; top: 32px; bottom: 2px; width: 2px; background: var(--line); }
.step-num { width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.steps li:last-child .step-num { background: var(--gold); color: var(--navy); }
.steps strong { display: block; font-size: 16px; }
.steps p { font-size: 14px; line-height: 1.5; color: var(--muted); margin-top: 2px; }

/* Trust */
.trust { padding: 72px 0; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; }
.trust-item { display: flex; gap: 20px; align-items: flex-start; }
.icon-tile { width: 52px; height: 52px; flex-shrink: 0; border-radius: 10px; background: var(--gold-soft); color: var(--gold-ink); display: flex; align-items: center; justify-content: center; }
.icon-tile svg { width: 26px; height: 26px; }
.stat { font-family: var(--serif); font-size: 40px; font-weight: 500; line-height: 1; color: var(--navy); margin-bottom: 8px; }
.trust-item h3 { font-family: var(--sans); font-size: 16px; font-weight: 600; color: var(--text); }
.trust-item p { font-size: 15px; line-height: 1.55; color: var(--muted); margin-top: 6px; }

/* Cards */
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; display: flex; flex-direction: column; gap: 16px; }
.card .card-icon { color: var(--navy); }
.card .card-icon.gold { color: var(--gold-ink); }
.card .card-icon svg { width: 36px; height: 36px; }
.card h3 { font-size: 27px; }
.card p { font-size: 16px; line-height: 1.65; color: var(--muted); }
.card .card-link { margin-top: auto; font-size: 15px; font-weight: 600; }
.card-row { flex-direction: row; gap: 24px; padding: 40px; }
.card-row h3 { font-size: 26px; margin-bottom: 10px; }

/* Destinations */
.dest { padding: 28px; border: 1px solid var(--line); border-top: 3px solid var(--navy); border-radius: 4px 4px 10px 10px; }
.dest h3 { font-size: 26px; margin-bottom: 8px; }
.dest p { font-size: 15px; line-height: 1.55; color: var(--muted); }

/* Split layouts */
.split { display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: start; }
.split-wide { grid-template-columns: 7fr 5fr; gap: 96px; }
.prose p { font-size: 18px; line-height: 1.7; color: var(--body); }
.prose p + p { margin-top: 20px; }
.prose h2 { margin-bottom: 24px; }
.panel { background: var(--paper); border-radius: 16px; padding: 44px; }
.panel h3 { font-size: 30px; margin: 20px 0 16px; }
.panel p { font-size: 17px; line-height: 1.65; color: var(--body); }
.stage-label { font-size: 15px; font-weight: 600; color: var(--gold-ink); margin-bottom: 16px; }
.split h2 + p { margin-top: 16px; font-size: 18px; line-height: 1.65; color: var(--body); }

.checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 32px; list-style: none; margin: 0; padding: 0; }
.checks li { display: flex; gap: 14px; }
.checks svg { width: 22px; height: 22px; flex-shrink: 0; margin-top: 1px; color: var(--gold-ink); }
.checks strong { display: block; font-size: 16px; color: var(--navy); }
.checks span { display: block; font-size: 15px; line-height: 1.5; color: var(--muted); margin-top: 4px; }

.ticks { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 14px; }
.ticks li { display: flex; gap: 12px; align-items: center; font-size: 16px; }
.ticks svg { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; }

.rows { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 8px 40px; }
.rows > div { display: flex; justify-content: space-between; gap: 32px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.rows > div:last-child { border-bottom: 0; }
.rows strong { font-size: 17px; color: var(--navy); }
.rows p { max-width: 360px; font-size: 15px; line-height: 1.55; color: var(--muted); }

.logos { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; margin-top: 36px; }
.logos div { height: 96px; border: 1px dashed var(--field); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--muted); text-align: center; }

.cta-band { display: flex; justify-content: space-between; align-items: center; gap: 48px; }
.cta-band h2 { font-size: clamp(30px, 3.4vw, 40px); }
.cta-band p { font-size: 18px; color: var(--muted); margin-top: 12px; }
.section-navy .cta-band p { color: var(--on-navy); }
.cta-band .btn { flex-shrink: 0; }

/* Forms */
.form-card { background: #fff; border-radius: 16px; padding: 40px; color: var(--text); }
.form-card.bordered { border: 1px solid var(--line); }
.form-card h2 { font-size: 34px; margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid var(--field); border-radius: 8px; font-family: inherit; font-size: 16px; color: var(--navy); background: #fff; }
.field select { padding: 0 12px; }
.field textarea { padding: 14px 16px; min-height: 140px; line-height: 1.5; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy); outline: 2px solid var(--gold); outline-offset: 0; }
.consent { grid-column: 1 / -1; display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.5; color: var(--muted); }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--navy); flex-shrink: 0; }
.form-actions { grid-column: 1 / -1; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-error { grid-column: 1 / -1; display: none; padding: 12px 16px; border-radius: 8px; background: #FCEDEC; color: #8B1E17; font-size: 15px; }
.form-error.show { display: block; }
.form-success { display: none; min-height: 360px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 20px; }
.form-success.show { display: flex; }
.form-success h3 { font-size: 32px; }
.form-success p { font-size: 17px; line-height: 1.6; color: var(--muted); max-width: 480px; }
.success-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-ink); display: flex; align-items: center; justify-content: center; }
.success-icon svg { width: 28px; height: 28px; }
.is-hidden { display: none !important; }

/* Contact details */
.contact-list { display: grid; gap: 32px; }
.contact-item { display: flex; gap: 18px; }
.contact-item .icon-tile { width: 48px; height: 48px; }
.contact-item .icon-tile svg { width: 22px; height: 22px; }
.contact-item small { display: block; font-size: 14px; color: var(--muted); }
.contact-item .big { font-family: var(--serif); font-size: 26px; font-weight: 500; color: var(--navy); text-decoration: none; word-break: break-word; }
.contact-item strong { display: block; font-size: 18px; color: var(--navy); }
.contact-item p { font-size: 15px; line-height: 1.55; color: var(--body); max-width: 380px; margin-top: 4px; }
.social { display: flex; gap: 10px; }
.social a { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid #C6CFDC; border-radius: 8px; color: var(--navy); }
.social svg { width: 20px; height: 20px; }
.follow { padding-top: 28px; border-top: 1px solid var(--line); }
.follow h3 { font-family: var(--sans); font-size: 15px; font-weight: 600; margin-bottom: 12px; }

/* Footer */
.site-footer { background: var(--navy-deep); color: var(--on-navy); padding: 72px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 48px; }
.site-footer .brand { color: #fff; }
.site-footer .brand-sub { color: var(--on-navy); }
.footer-about { margin-top: 20px; max-width: 320px; font-size: 15px; line-height: 1.6; }
.footer-col h2 { font-family: var(--sans); font-size: 15px; font-weight: 600; color: #fff; margin-bottom: 14px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer-col a { color: var(--on-navy); text-decoration: none; font-size: 15px; }
.footer-col a:hover { color: #fff; }
.footer-col .email { color: #E3C77A; }
.site-footer .social { margin-top: 16px; }
.site-footer .social a { border-color: #2A3E5E; color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-top: 56px; padding-top: 28px; border-top: 1px solid #22375A; font-size: 14px; line-height: 1.6; }
.footer-bottom .legal-name { color: #fff; }
.footer-bottom nav { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-bottom nav a { color: var(--on-navy); text-decoration: none; }
.footer-bottom nav a:hover { color: #fff; }

/* 404 */
.notfound { min-height: 60vh; display: flex; align-items: center; }

/* Responsive */
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; gap: 56px; }
  .journey { max-width: 560px; }
  .split, .split-wide { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .logos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 960px) {
  .nav-toggle { display: flex; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 24px 24px; display: none; box-shadow: 0 12px 24px rgba(14, 34, 64, .08); }
  .nav-open .site-nav { display: flex; }
  .site-nav a:not(.btn) { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .site-nav a[aria-current="page"] { border-bottom-color: var(--line); color: var(--gold-ink); }
  .site-nav .btn { margin-top: 16px; min-height: 52px; }
  .trust-grid, .grid-3 { grid-template-columns: 1fr; gap: 24px; }
  .trust-grid { gap: 32px; }
  .grid-2 { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .header-inner { height: 72px; }
  .brand svg { width: 36px; height: 36px; }
  .brand-name { font-size: 19px; }
  .brand-sub { font-size: 10.5px; }
  .section { padding: 72px 0; }
  .hero { padding: 64px 0 72px; }
  .page-hero { padding: 64px 0; }
  .hero-sub, .page-hero p { font-size: 18px; }
  .actions .btn { width: 100%; }
  .journey, .form-card, .panel { padding: 24px; }
  .card, .card-row { padding: 28px; }
  .card-row { flex-direction: column; gap: 16px; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .form-grid, .checks { grid-template-columns: 1fr; }
  .rows { padding: 4px 24px; }
  .rows > div { flex-direction: column; gap: 6px; }
  .logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
