:root {
  --ink: #071724;
  --ink-2: #0c2636;
  --ink-3: #103347;
  --gold: #e9c46a;
  --gold-light: #f6df9f;
  --aqua: #6bc1c6;
  --paper: #f4f0e8;
  --muted: #a5b8bd;
  --line: rgba(231, 216, 174, 0.16);
  --white: #f9fbfa;
  --shadow: 0 24px 80px rgba(2, 13, 21, 0.25);
  --radius-lg: 28px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: "Readex Pro", "IBM Plex Sans Arabic", sans-serif;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold); }
.section-heading { max-width: 640px; }
.section-heading h2 { margin: 16px 0 12px; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.18; letter-spacing: -0.045em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.04rem; line-height: 2; }

.topline { border-bottom: 1px solid var(--line); background: rgba(4, 16, 25, 0.68); color: #c2d0cc; font-size: 0.76rem; }
.topline-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline strong { color: var(--gold-light); font-weight: 600; }
.topline-meta { display: flex; align-items: center; gap: 18px; }
.topline-meta span { display: inline-flex; align-items: center; gap: 7px; }
.topline-dot { width: 6px; height: 6px; background: var(--aqua); border-radius: 50%; box-shadow: 0 0 0 5px rgba(107, 193, 198, 0.08); }

.site-header { position: absolute; inset: 38px 0 auto; z-index: 10; }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-logo-image { width: 43px; height: 43px; object-fit: contain; border-radius: 11px; padding: 5px; background: #fff; }
.brand-mark { position: relative; display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(233, 196, 106, 0.5); color: var(--gold); font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.2rem; font-weight: 800; transform: rotate(45deg); }
.brand-mark span { transform: rotate(-45deg); }
.brand-copy { display: grid; gap: 2px; line-height: 1; }
.brand-copy strong { font-size: 1rem; font-weight: 700; }
.brand-copy small { color: var(--gold); font-family: "Plus Jakarta Sans", sans-serif; font-size: 0.55rem; letter-spacing: 0.2em; }
.nav-links { display: flex; align-items: center; gap: 28px; color: #c6d0cd; font-size: 0.88rem; }
.nav-links a { position: relative; transition: color .2s ease; }
.nav-links a::after { content: ""; position: absolute; right: 0; bottom: -8px; width: 0; height: 1px; background: var(--gold); transition: width .2s ease; }
.nav-links a:hover { color: var(--gold-light); }
.nav-links a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; color: var(--white); border-radius: 10px; padding: 9px 11px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 0.87rem; font-weight: 600; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--gold); color: #142126; box-shadow: 0 12px 35px rgba(233, 196, 106, 0.14); }
.btn-primary:hover { background: var(--gold-light); }
.btn-ghost { border-color: rgba(249, 251, 250, 0.2); color: var(--white); background: rgba(255, 255, 255, 0.03); }
.btn-ghost:hover { border-color: rgba(233, 196, 106, 0.7); background: rgba(233, 196, 106, 0.08); }
.btn-small { min-height: 40px; padding: 0 16px; font-size: 0.78rem; }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; padding: 160px 0 90px; overflow: hidden; background: linear-gradient(110deg, #071724 12%, rgba(7, 23, 36, .88) 46%, rgba(7, 23, 36, .35)), url("./hero_ai_bg.jpg") center / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 73% 32%, rgba(233, 196, 106, .18), transparent 23%), linear-gradient(180deg, transparent 65%, var(--ink) 100%); pointer-events: none; }
.hero::after { content: ""; position: absolute; top: 25%; left: 10%; width: 260px; height: 260px; border: 1px solid rgba(107, 193, 198, .1); border-radius: 50%; box-shadow: 0 0 0 24px rgba(107, 193, 198, .025), 0 0 0 48px rgba(107, 193, 198, .02); pointer-events: none; }
.hero .container { position: relative; z-index: 1; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: center; gap: 70px; }
.hero-copy h1 { max-width: 720px; margin: 22px 0 22px; font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: 1.07; letter-spacing: -0.075em; }
.hero-copy h1 span { color: var(--gold); }
.hero-copy > p { max-width: 580px; margin: 0; color: #bed0d0; font-size: 1.1rem; line-height: 2; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; color: #afc0bf; font-size: 0.78rem; }
.hero-notes span { display: inline-flex; align-items: center; gap: 8px; }
.hero-notes i { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid var(--gold); color: var(--gold); border-radius: 50%; font-style: normal; font-size: 0.68rem; }
.hero-card { position: relative; justify-self: end; width: min(100%, 355px); padding: 27px; border: 1px solid rgba(233, 196, 106, .35); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(11, 37, 51, .82), rgba(6, 19, 29, .72)); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-card::before { content: ""; position: absolute; top: -1px; right: 28px; width: 72px; height: 2px; background: var(--gold); }
.card-kicker { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 0.72rem; }
.status { display: inline-flex; align-items: center; gap: 7px; color: #b5dbc4; }
.status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #69d297; box-shadow: 0 0 0 5px rgba(105, 210, 151, .1); }
.hero-card h3 { margin: 60px 0 13px; font-size: 1.65rem; line-height: 1.45; }
.hero-card p { margin: 0 0 26px; color: var(--muted); font-size: 0.83rem; line-height: 1.9; }
.card-lines { display: grid; gap: 12px; padding-top: 19px; border-top: 1px solid var(--line); }
.card-lines div { display: flex; align-items: center; justify-content: space-between; color: #d7e1df; font-size: 0.76rem; }
.card-lines div span:first-child { color: #91a8a9; }
.card-lines b { color: var(--gold); font-family: "Plus Jakarta Sans", sans-serif; font-size: .7rem; font-weight: 600; }

.signal-bar { position: relative; z-index: 2; margin-top: -1px; background: var(--paper); color: var(--ink); }
.signal-inner { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); align-items: center; gap: 20px; min-height: 112px; }
.signal-title { max-width: 260px; font-size: 1rem; font-weight: 600; line-height: 1.7; }
.signal-item { display: grid; gap: 4px; padding-right: 20px; border-right: 1px solid rgba(7, 23, 36, .12); }
.signal-item strong { font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.5rem; letter-spacing: -.05em; }
.signal-item span { color: #738285; font-size: .75rem; }

.section { padding: 120px 0; }
.section-dark { background: var(--ink); }
.section-deep { background: #092030; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-visual { position: relative; min-height: 450px; padding: 38px; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(150deg, rgba(17, 54, 70, .9), rgba(5, 21, 32, .98)); }
.about-visual::after { content: ""; position: absolute; left: -70px; bottom: -100px; width: 300px; height: 300px; border: 1px solid rgba(233, 196, 106, .26); border-radius: 50%; box-shadow: 0 0 0 20px rgba(233, 196, 106, .04), 0 0 0 45px rgba(233, 196, 106, .03); }
.visual-label { color: var(--gold); font-family: "Plus Jakarta Sans", sans-serif; font-size: .65rem; letter-spacing: .2em; }
.visual-word { position: absolute; inset: auto 32px 64px auto; color: rgba(246, 223, 159, .09); font-family: "Plus Jakarta Sans", sans-serif; font-size: 5rem; font-weight: 800; letter-spacing: -.08em; transform: rotate(-90deg); transform-origin: bottom right; }
.visual-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 80px; }
.visual-block { min-height: 118px; padding: 18px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 14px; background: rgba(255, 255, 255, .04); }
.visual-block:nth-child(2) { margin-top: 30px; background: rgba(233, 196, 106, .1); border-color: rgba(233, 196, 106, .3); }
.visual-block:nth-child(3) { margin-top: -15px; }
.visual-block:nth-child(4) { margin-top: 15px; }
.visual-block b { display: block; margin-bottom: 8px; color: var(--gold-light); font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.2rem; }
.visual-block span { color: #9db0b2; font-size: .72rem; line-height: 1.7; }
.about-copy h2 { margin: 16px 0 18px; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.23; letter-spacing: -.055em; }
.about-copy > p { margin: 0; color: var(--muted); line-height: 2; font-size: 1rem; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px 22px; margin: 31px 0 35px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; color: #d6e3df; font-size: .84rem; line-height: 1.8; }
.check-list li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 19px; width: 19px; height: 19px; margin-top: 2px; border-radius: 50%; background: rgba(233, 196, 106, .15); color: var(--gold); font-size: .72rem; }

.services-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.services-head .section-heading { max-width: 640px; }
.services-layout { display: grid; gap: 22px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-grid-subscriptions { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 920px; }
.services-layout > .services-group-label,
.services-layout > .service-grid { grid-column: 1 / -1; }
.services-layout > .services-group-label + .service-grid { margin-bottom: 22px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 330px; padding: 27px; border: 1px solid rgba(214, 230, 225, .12); border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(22, 57, 69, .72), rgba(8, 28, 41, .8)); transition: border-color .25s ease, transform .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(233, 196, 106, .55); background: linear-gradient(145deg, rgba(27, 69, 80, .8), rgba(8, 28, 41, .95)); }
.service-card.featured { border-color: rgba(233, 196, 106, .45); background: linear-gradient(145deg, rgba(78, 67, 44, .42), rgba(9, 31, 43, .95)); }
.service-top { display: flex; align-items: center; justify-content: space-between; }
.service-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: var(--gold); background: rgba(233, 196, 106, .11); }
.service-icon svg { width: 23px; height: 23px; }
.service-number { color: rgba(232, 242, 237, .33); font-family: "Plus Jakarta Sans", sans-serif; font-size: .7rem; }
.service-card h3 { margin: 30px 0 11px; font-size: 1.22rem; }
.service-card p { margin: 0; color: #a9bec0; font-size: .82rem; line-height: 1.9; }
.services-group-label { display: flex; align-items: center; gap: 16px; margin: 0 0 22px; color: var(--gold); }
.services-group-label > span { color: rgba(233,196,106,.55); font: 700 .72rem "Plus Jakarta Sans"; }
.services-group-label b { display: block; color: var(--paper); font-size: 1rem; }
.services-group-label small { display: block; margin-top: 4px; color: #8da6a7; font-size: .68rem; }
.service-grid + .services-group-label { margin-top: 38px; }
.service-pricing { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 20px; padding-top: 14px; border-top: 1px solid rgba(214,230,225,.12); color: #91a9aa; font-size: .68rem; }
.service-pricing b { display: block; margin-top: 4px; color: var(--gold); font-size: .86rem; }
.subscription-pricing { align-items: stretch; }
.subscription-pricing > span { flex: 1; }
.detail-pricing { display: flex; gap: 24px; margin: 24px 0; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.detail-pricing b { display: block; margin-top: 5px; color: var(--gold); font-size: 1rem; }
.detail-features { display: grid; gap: 9px; margin: 0 0 26px; padding: 0; list-style: none; color: #c5d4d2; font-size: .76rem; }
.detail-features li::before { content: "✓"; margin-left: 8px; color: var(--gold); }
.service-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: auto; padding: 28px 0 0; border: 0; color: var(--gold-light); background: transparent; font-size: .78rem; font-weight: 600; }
.service-link span { transition: transform .2s ease; }
.service-card:hover .service-link span { transform: translateX(-5px); }
.empty-services { grid-column: 1 / -1; padding: 42px; border: 1px dashed var(--line); border-radius: var(--radius-md); color: var(--muted); text-align: center; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step { min-height: 265px; padding: 34px 27px; border-left: 1px solid var(--line); }
.process-step:first-child { border-left: 0; }
.process-number { color: var(--gold); font-family: "Plus Jakarta Sans", sans-serif; font-size: .78rem; }
.process-step h3 { margin: 40px 0 12px; font-size: 1.1rem; }
.process-step p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.9; }

.contact-wrap { position: relative; display: grid; grid-template-columns: 1fr .75fr; gap: 50px; align-items: center; min-height: 365px; padding: 55px; border: 1px solid rgba(233, 196, 106, .28); border-radius: var(--radius-lg); overflow: hidden; background: radial-gradient(circle at 15% 80%, rgba(107, 193, 198, .12), transparent 32%), linear-gradient(140deg, #123849, #0b2332 66%, #0a1e2b); }
.contact-wrap::after { content: "P"; position: absolute; left: 6%; bottom: -44%; color: rgba(233, 196, 106, .06); font-family: "Plus Jakarta Sans", sans-serif; font-size: 28rem; font-weight: 800; line-height: 1; pointer-events: none; }
.contact-copy, .contact-items { position: relative; z-index: 1; }
.contact-copy h2 { margin: 15px 0 13px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.2; letter-spacing: -.055em; }
.contact-copy p { max-width: 500px; margin: 0; color: var(--muted); line-height: 2; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.contact-items { display: grid; gap: 13px; }
.contact-item { display: flex; align-items: center; gap: 14px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(3, 18, 28, .32); }
.contact-item-icon { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border-radius: 10px; background: rgba(233,196,106,.12); color: var(--gold); }
.contact-item-icon svg { width: 18px; height: 18px; }
.contact-item small { display: block; margin-bottom: 3px; color: #8da6a7; font-size: .67rem; }
.contact-item a, .contact-item strong { display: block; color: #f1f5ef; font-size: .82rem; font-weight: 500; direction: ltr; text-align: right; }

.site-footer { padding: 38px 0 25px; border-top: 1px solid var(--line); background: #06131e; }
.footer-main { display: grid; grid-template-columns: 1.15fr .9fr .9fr; gap: 50px; padding-bottom: 35px; }
.footer-brand p { max-width: 290px; margin: 18px 0 0; color: #819799; font-size: .76rem; line-height: 1.9; }
.footer-title { margin: 4px 0 18px; color: var(--gold-light); font-size: .84rem; }
.footer-links { display: grid; gap: 11px; color: #9db1b0; font-size: .76rem; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 22px; border-top: 1px solid var(--line); color: #6f8588; font-size: .68rem; }
.footer-bottom span:last-child { direction: ltr; }
.business-badge { display: grid; grid-template-columns: 22px 1fr; gap: 0 8px; align-items: center; margin-top: 7px; color: #c9d6d3 !important; }
.business-badge span { grid-row: span 2; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: var(--ink); background: var(--gold); font-weight: 800; }
.business-badge strong { color: var(--gold); font-size: .68rem; }
.business-badge small { color: #7f9698; font-size: .56rem; }
.footer-trust-row { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 28px; padding: 19px 0; border-top: 1px solid var(--line); color: #8aa0a2; font-size: .7rem; text-align: center; }
.business-trust-mark { display: inline-flex; align-items: center; gap: 8px; color: #c9d6d3; }
.business-trust-mark b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: var(--ink); background: var(--gold); font-size: .9rem; }
.business-trust-mark span { color: var(--gold); font-weight: 700; line-height: 1.3; }
.business-trust-mark small { color: #8aa0a2; font-size: .56rem; font-weight: 400; }
.footer-establishment .footer-links strong { color: var(--paper); font-size: .78rem; }
.footer-establishment .footer-links span { color: #8da6a7; font-size: .68rem; line-height: 1.8; }
.footer-company-registration { display: block; margin-top: 8px; color: #9fb5b3 !important; }
.footer-company-registration b { color: var(--gold); font-family: "Plus Jakarta Sans", sans-serif; letter-spacing: .06em; direction: ltr; }
.footer-registration-label { color: #81999b; font-size: .67rem; }
.footer-registration-number { color: var(--gold); font: 700 .82rem "Plus Jakarta Sans", sans-serif; letter-spacing: .08em; direction: ltr; }
.footer-establishment-heading { color: #dce8e2; font-size: .76rem; font-weight: 700; }
.footer-registration { display: inline-flex; align-items: center; gap: 10px; }
.footer-main { grid-template-columns: 1.15fr .75fr 1fr .8fr; }
.admin-trigger { display: inline-flex; align-items: center; gap: 6px; border: 0; padding: 0; color: #778d90; background: none; font-size: .68rem; }
.admin-trigger { display: none !important; }
.admin-trigger:hover { color: var(--gold); }
.admin-trigger svg { width: 13px; height: 13px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 24px; background: rgba(2, 11, 17, .74); backdrop-filter: blur(10px); }
.modal-backdrop[hidden] { display: none; }
.modal { position: relative; width: min(100%, 520px); max-height: calc(100vh - 48px); overflow: auto; padding: 30px; border: 1px solid rgba(233, 196, 106, .3); border-radius: 22px; background: #0b2433; box-shadow: var(--shadow); }
.modal-wide { width: min(100%, 760px); }
.modal-close { position: absolute; top: 18px; left: 18px; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; color: #c2d3d0; background: transparent; font-size: 1.2rem; line-height: 1; }
.modal-close:hover { color: var(--gold); border-color: var(--gold); }
.modal h2 { margin: 0 0 9px; font-size: 1.5rem; }
.modal-intro { margin: 0 0 24px; color: var(--muted); font-size: .82rem; line-height: 1.9; }
.form-grid { display: grid; gap: 15px; }
.form-grid.two { grid-template-columns: repeat(2, 1fr); }
.field { display: grid; gap: 7px; }
.field label { color: #c8d8d4; font-size: .73rem; }
.field input, .field textarea, .field select { width: 100%; padding: 12px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; outline: none; color: var(--white); background: rgba(1, 14, 23, .5); font-size: .8rem; transition: border-color .2s ease; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); }
.field textarea { min-height: 112px; resize: vertical; line-height: 1.8; }
.field select option { color: var(--ink); }
.form-actions { display: flex; align-items: center; justify-content: flex-start; gap: 11px; margin-top: 23px; }
.form-error { min-height: 20px; margin: 14px 0 0; color: #f3a3a3; font-size: .74rem; }
.form-success { min-height: 20px; margin: 14px 0 0; color: #9be0b7; font-size: .74rem; }

.service-detail { display: grid; gap: 20px; }
.detail-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; color: var(--gold); background: rgba(233, 196, 106, .13); }
.detail-icon svg { width: 27px; height: 27px; }
.service-detail h2 { margin: 0; font-size: 1.8rem; }
.service-detail p { margin: 0; color: var(--muted); line-height: 2; font-size: .9rem; }
.detail-cta { display: flex; gap: 11px; padding-top: 12px; }

.admin-shell { width: min(100%, 1050px); height: min(760px, calc(100vh - 48px)); padding: 0; overflow: hidden; }
.admin-layout { display: grid; grid-template-columns: 240px 1fr; height: 100%; }
.admin-sidebar { padding: 28px 17px; border-left: 1px solid var(--line); background: #081b29; }
.admin-sidebar .brand { margin: 0 10px 42px; }
.admin-sidebar-nav { display: grid; gap: 7px; }
.admin-tab { display: flex; align-items: center; gap: 11px; width: 100%; padding: 13px 14px; border: 0; border-radius: 10px; color: #8fa6a7; background: transparent; text-align: right; font-size: .78rem; }
.admin-tab:hover, .admin-tab.active { color: var(--gold-light); background: rgba(233, 196, 106, .1); }
.admin-tab svg { width: 17px; height: 17px; }
.admin-content { overflow: auto; padding: 34px; background: #0b2433; }
.admin-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 29px; }
.admin-header h2 { margin: 0 0 7px; font-size: 1.55rem; }
.admin-header p { margin: 0; color: var(--muted); font-size: .75rem; }
.admin-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 25px; }
.admin-stat { padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.025); }
.admin-stat span { color: #8ba2a4; font-size: .7rem; }
.admin-stat strong { display: block; margin-top: 8px; color: var(--gold-light); font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.8rem; }
.admin-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 14px; }
.admin-toolbar h3 { margin: 0; font-size: 1rem; }
.admin-toolbar p { margin: 0; color: #839a9d; font-size: .7rem; }
.admin-service-list { display: grid; gap: 10px; }
.admin-service-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 15px; padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: rgba(0,0,0,.1); }
.admin-service-main { display: flex; align-items: center; gap: 12px; min-width: 0; }
.admin-service-icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 10px; color: var(--gold); background: rgba(233,196,106,.11); }
.admin-service-icon svg { width: 18px; height: 18px; }
.admin-service-main strong { display: block; margin-bottom: 4px; overflow: hidden; color: #e7f0eb; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.admin-service-main small { color: #80989a; font-size: .68rem; }
.admin-service-actions { display: flex; align-items: center; gap: 9px; }
.icon-btn { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 9px; color: #a9bdbc; background: transparent; }
.icon-btn:hover { color: var(--gold); border-color: var(--gold); }
.icon-btn.danger:hover { color: #f3a3a3; border-color: #f3a3a3; }
.switch { position: relative; display: inline-flex; align-items: center; width: 38px; height: 22px; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch-track { position: absolute; inset: 0; border-radius: 999px; background: #29424d; transition: background .2s ease; }
.switch-track::before { content: ""; position: absolute; top: 3px; right: 3px; width: 16px; height: 16px; border-radius: 50%; background: #91a6a6; transition: transform .2s ease, background .2s ease; }
.switch input:checked + .switch-track { background: var(--gold); }
.switch input:checked + .switch-track::before { background: var(--ink); transform: translateX(-16px); }
.settings-form { max-width: 680px; }
.settings-note { margin: 0 0 23px; padding: 14px; border: 1px solid rgba(107,193,198,.22); border-radius: 12px; color: #a4c7c7; background: rgba(107,193,198,.06); font-size: .76rem; line-height: 1.8; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-links { gap: 16px; }
  .nav-actions .btn { padding: 0 15px; }
  .hero-layout { gap: 35px; }
  .hero-copy h1 { font-size: clamp(2.7rem, 7vw, 4.6rem); }
  .about-grid { gap: 45px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-inner { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 12px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 34px, 560px); }
  .topline { display: none; }
  .site-header { inset: 0; background: rgba(7, 23, 36, .84); backdrop-filter: blur(10px); }
  .nav { min-height: 70px; }
  .menu-toggle { display: grid; }
  .nav-links { position: absolute; top: 70px; left: 17px; right: 17px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #0a2130; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; }
  .nav-links a::after { display: none; }
  .nav-actions { gap: 8px; }
  .nav-actions .btn { min-height: 39px; padding: 0 12px; font-size: .7rem; }
  .hero { min-height: 780px; padding: 128px 0 65px; background-position: 61% center; }
  .hero-layout, .about-grid, .contact-wrap { grid-template-columns: 1fr; }
  .hero-layout { gap: 45px; }
  .hero-copy h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .hero-copy > p { font-size: .93rem; }
  .hero-card { justify-self: stretch; width: 100%; padding: 22px; }
  .hero-card h3 { margin-top: 35px; font-size: 1.35rem; }
  .signal-inner { grid-template-columns: 1fr 1fr; padding: 23px 0; }
  .signal-title { grid-column: 1 / -1; max-width: none; }
  .signal-item { padding-right: 13px; }
  .signal-item:nth-child(3) { border-right: 0; }
  .section { padding: 80px 0; }
  .about-grid { gap: 38px; }
  .about-visual { min-height: 390px; padding: 25px; }
  .check-list { gap: 12px; }
  .services-head { display: block; margin-bottom: 32px; }
  .services-head .btn { margin-top: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step { min-height: 210px; padding: 25px 18px; border-bottom: 1px solid var(--line); }
  .process-step:nth-child(2) { border-left: 0; }
  .process-step h3 { margin-top: 27px; }
  .contact-wrap { padding: 30px 24px; gap: 30px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-trust-row { align-items: center; flex-direction: column; gap: 12px; }
  .form-grid.two { grid-template-columns: 1fr; }
  .admin-shell { height: calc(100vh - 28px); }
  .admin-layout { display: block; overflow: auto; }
  .admin-sidebar { padding: 18px; border-left: 0; border-bottom: 1px solid var(--line); }
  .admin-sidebar .brand { margin: 0 0 17px; }
  .admin-sidebar-nav { grid-template-columns: 1fr 1fr; }
  .admin-content { overflow: visible; padding: 22px 17px; }
  .admin-stat-grid { gap: 8px; }
  .admin-stat { padding: 12px; }
  .admin-stat strong { font-size: 1.35rem; }
  .admin-header { margin-bottom: 20px; }
  .admin-header .btn { white-space: nowrap; }
  .admin-service-row { grid-template-columns: 1fr; gap: 12px; }
  .admin-service-actions { justify-content: flex-end; }
}

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

/* Rich but restrained motion and live customer communication */
@keyframes prince-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}
@keyframes prince-orbit {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: .72; }
  50% { transform: translate3d(-13px, 10px, 0) scale(1.06); opacity: 1; }
}
@keyframes prince-pulse {
  0% { box-shadow: 0 0 0 0 rgba(105, 210, 151, .42); }
  70% { box-shadow: 0 0 0 11px rgba(105, 210, 151, 0); }
  100% { box-shadow: 0 0 0 0 rgba(105, 210, 151, 0); }
}

.hero-card { animation: prince-float 6s ease-in-out infinite; }
.hero::after { animation: prince-orbit 14s ease-in-out infinite; }
.topline-dot { animation: prince-pulse 2.4s ease-out infinite; }
.reveal { transition-delay: var(--reveal-delay, 0ms); }

.section-offers { position: relative; overflow: hidden; color: var(--ink); background: var(--paper); }
.section-offers::before { content: ""; position: absolute; top: -150px; left: -90px; width: 420px; height: 420px; border: 1px solid rgba(7, 23, 36, .07); border-radius: 50%; box-shadow: 0 0 0 28px rgba(7, 23, 36, .025), 0 0 0 74px rgba(7, 23, 36, .016); pointer-events: none; }
.section-offers .container { position: relative; z-index: 1; }
.offers-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 42px; }
.section-offers .section-heading h2 { color: var(--ink); }
.section-offers .section-heading p { color: #65767a; }
.offers-chat-link { display: inline-flex; align-items: center; gap: 9px; padding: 11px 0; border: 0; border-bottom: 1px solid rgba(7, 23, 36, .35); color: #183445; background: transparent; font-size: .78rem; font-weight: 700; transition: color .2s ease, border-color .2s ease; }
.offers-chat-link:hover { color: #8a6820; border-color: var(--gold); }
.offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.offer-card { position: relative; min-height: 245px; padding: 25px; overflow: hidden; border: 1px solid rgba(7, 23, 36, .13); border-radius: 18px; background: rgba(255,255,255,.64); box-shadow: 0 16px 35px rgba(7,23,36,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.offer-card::after { content: ""; position: absolute; top: 0; right: 22px; width: 72px; height: 2px; background: var(--gold); transition: width .25s ease; }
.offer-card:hover { transform: translateY(-7px); border-color: rgba(174, 132, 37, .55); box-shadow: 0 22px 45px rgba(7,23,36,.11); }
.offer-card:hover::after { width: 130px; }
.offer-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.offer-kicker { color: #698084; font-size: .68rem; }
.offer-card-top strong { padding: 7px 9px; border-radius: 999px; color: #694c14; background: rgba(233,196,106,.28); font-family: "Plus Jakarta Sans", sans-serif; font-size: .7rem; }
.offer-card h3 { margin: 35px 0 10px; color: #102635; font-size: 1.16rem; }
.offer-card p { margin: 0; color: #617277; font-size: .78rem; line-height: 1.9; }
.offer-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; padding: 0; border: 0; color: #8a6820; background: transparent; font-size: .74rem; font-weight: 700; }
.offer-link span { transition: transform .2s ease; }
.offer-link:hover span { transform: translateX(-5px); }

.chat-widget { position: fixed; right: 24px; bottom: 24px; z-index: 40; display: grid; justify-items: end; gap: 12px; }
.chat-panel { width: min(370px, calc(100vw - 32px)); overflow: hidden; border: 1px solid rgba(233,196,106,.4); border-radius: 20px; color: var(--white); background: #092131; box-shadow: 0 24px 70px rgba(0,0,0,.3); transform-origin: bottom right; animation: chat-panel-in .24s ease-out both; }
@keyframes chat-panel-in { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
.chat-panel[hidden], .chat-widget[hidden] { display: none; }
.chat-panel-header { display: flex; align-items: center; gap: 11px; min-height: 72px; padding: 14px 17px; border-bottom: 1px solid rgba(255,255,255,.1); background: linear-gradient(130deg, #123d4f, #0b2636); }
.chat-team-mark { display: grid; flex: 0 0 auto; place-items: center; width: 37px; height: 37px; border-radius: 12px; color: #163140; background: var(--gold); }
.chat-team-mark svg { width: 19px; }
.chat-panel-header > div:nth-child(2) { display: grid; gap: 4px; min-width: 0; }
.chat-panel-header strong { overflow: hidden; color: #fff; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.chat-panel-header small { display: flex; align-items: center; gap: 6px; color: #9db7b9; font-size: .61rem; }
.chat-panel-header small i { width: 6px; height: 6px; border-radius: 50%; background: #6dd89d; }
.chat-close { display: grid; place-items: center; width: 30px; height: 30px; margin-right: auto; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: #c6d5d3; background: transparent; font-size: 1.1rem; line-height: 1; }
.chat-close:hover { border-color: var(--gold); color: var(--gold); }
.chat-panel-content { padding: 14px; }
.chat-messages { display: grid; align-content: start; gap: 9px; max-height: 245px; min-height: 112px; overflow: auto; padding: 2px 3px 6px; scrollbar-width: thin; scrollbar-color: rgba(233,196,106,.45) transparent; }
.chat-bubble { display: grid; gap: 5px; max-width: 88%; padding: 11px 12px; border-radius: 13px; font-size: .72rem; line-height: 1.75; }
.chat-bubble span { white-space: pre-wrap; word-break: break-word; }
.chat-bubble small { color: inherit; opacity: .62; font-size: .56rem; }
.chat-bubble-team { justify-self: start; border-bottom-right-radius: 3px; color: #d9e9e6; background: rgba(255,255,255,.08); }
.chat-bubble-visitor { justify-self: end; border-bottom-left-radius: 3px; color: #192a31; background: var(--gold); }
.chat-profile-fields { display: grid; gap: 8px; margin: 10px 0; padding: 11px; border: 1px solid rgba(233,196,106,.17); border-radius: 12px; background: rgba(233,196,106,.05); }
.chat-profile-fields > span { color: #b8caca; font-size: .62rem; }
.chat-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.chat-profile-fields input, .chat-compose textarea { width: 100%; outline: none; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; color: #edf6f2; background: rgba(3,17,26,.54); font-size: .68rem; transition: border-color .2s ease, background .2s ease; }
.chat-profile-fields input { min-height: 35px; padding: 8px 9px; }
.chat-profile-fields input:last-child { grid-column: 1 / -1; }
.chat-profile-fields input:focus, .chat-compose textarea:focus { border-color: rgba(233,196,106,.75); background: rgba(3,17,26,.8); }
.chat-compose { display: grid; grid-template-columns: 1fr 39px; align-items: end; gap: 8px; margin-top: 11px; }
.chat-compose textarea { min-height: 42px; max-height: 104px; padding: 11px; resize: vertical; line-height: 1.6; }
.chat-compose button { display: grid; place-items: center; width: 39px; height: 39px; border: 0; border-radius: 11px; color: #10232c; background: var(--gold); transition: transform .2s ease, background .2s ease; }
.chat-compose button:hover { transform: translateY(-2px); background: var(--gold-light); }
.chat-compose button:disabled { cursor: wait; opacity: .65; transform: none; }
.chat-compose svg { width: 18px; }
.chat-error { min-height: 15px; margin: 7px 3px 0; color: #f0a7a0; font-size: .6rem; }
.chat-notice { position: fixed; right: 24px; bottom: 92px; z-index: 60; display: grid; grid-template-columns: 30px 1fr; gap: 2px 9px; width: min(330px, calc(100vw - 32px)); padding: 13px 15px; border: 1px solid rgba(233,196,106,.42); border-radius: 16px; color: #f9fbfa; background: rgba(7,23,36,.94); box-shadow: 0 18px 50px rgba(0,0,0,.3); text-align: right; cursor: pointer; animation: chat-notice-in .35s ease both; }
.chat-notice span { grid-row: span 2; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #071724; background: #e9c46a; }
.chat-notice svg { width: 16px; }
.chat-notice b { font-size: .72rem; }
.chat-notice small { color: #a8b7b8; font-size: .62rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@keyframes chat-notice-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.chat-privacy { margin: 4px 3px 0; color: #789497; font-size: .55rem; }
.chat-fab { position: relative; display: inline-flex; align-items: center; gap: 9px; min-height: 53px; padding: 0 18px 0 15px; border: 1px solid rgba(233,196,106,.5); border-radius: 999px; color: #172932; background: var(--gold); box-shadow: 0 14px 32px rgba(0,0,0,.24); font-size: .75rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.chat-fab:hover { transform: translateY(-3px); background: var(--gold-light); }
.chat-fab-icon { display: grid; place-items: center; width: 25px; height: 25px; }
.chat-fab-icon svg { width: 21px; }
.chat-pulse { position: absolute; top: 7px; left: 7px; width: 8px; height: 8px; border: 2px solid #fff4c9; border-radius: 50%; background: #3d9d70; animation: prince-pulse 2.2s ease-out infinite; }
.site-scroll-progress { position: fixed; inset: 0 0 auto; z-index: 60; width: 100%; height: 2px; pointer-events: none; background: linear-gradient(90deg, var(--aqua), var(--gold)); transform: scaleX(0); transform-origin: right center; box-shadow: 0 1px 12px rgba(233,196,106,.55); }
.nav-links a.is-current { color: var(--gold-light); }
.nav-links a.is-current::after { width: 100%; }

@media (max-width: 720px) {
  .offers-head { display: grid; align-items: start; gap: 17px; margin-bottom: 28px; }
  .offers-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 210px; }
  .chat-widget { right: 16px; bottom: 16px; }
  .chat-notice { right: 16px; bottom: 82px; }
  .chat-fab { min-height: 49px; padding: 0 15px 0 12px; }
  .chat-panel { width: min(370px, calc(100vw - 24px)); }
  .chat-messages { max-height: 220px; }
}

/* Signature visual direction: midnight glass, crafted light and tactile depth */
.topline { display: none; }
.site-header { position: absolute; inset: 18px 0 auto; z-index: 25; }
.nav { min-height: 70px; padding: 0 18px; border: 1px solid rgba(222, 232, 226, .12); border-radius: 19px; background: rgba(5, 20, 31, .56); box-shadow: 0 18px 55px rgba(0,0,0,.18); backdrop-filter: blur(20px) saturate(135%); }
.brand-mark { width: 38px; height: 38px; border-color: rgba(246,223,159,.7); box-shadow: 0 0 0 5px rgba(233,196,106,.055), inset 0 0 17px rgba(233,196,106,.08); }
.nav-links { gap: 24px; font-size: .8rem; }
.nav-actions .btn-primary { min-height: 39px; padding: 0 16px; }

.hero { min-height: 830px; padding: 166px 0 104px; isolation: isolate; background: linear-gradient(100deg, #04131e 2%, rgba(4,19,30,.94) 37%, rgba(4,19,30,.26) 73%, #06151e 100%), url("./hero_ai_bg.jpg") center / cover no-repeat; }
.hero::before { z-index: 0; background: radial-gradient(circle at var(--glow-x, 73%) var(--glow-y, 32%), rgba(246,223,159,.28), transparent 20%), radial-gradient(circle at 38% 90%, rgba(56,159,170,.20), transparent 27%), linear-gradient(180deg, transparent 57%, #04131e 100%); transition: background .3s ease; }
.hero::after { z-index: 0; top: 18%; left: 9%; width: 340px; height: 340px; border-color: rgba(107,193,198,.18); box-shadow: 0 0 0 26px rgba(107,193,198,.035), 0 0 0 70px rgba(107,193,198,.018), 0 0 150px rgba(82,168,181,.08); }
.hero-lux-layers { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero-grid-plane { position: absolute; right: -12%; bottom: -20%; width: 74%; height: 58%; opacity: .42; background-image: linear-gradient(rgba(133,207,207,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(133,207,207,.12) 1px, transparent 1px); background-size: 43px 43px; mask-image: linear-gradient(to bottom, transparent, #000 38%, transparent); transform: perspective(580px) rotateX(63deg) rotateZ(-11deg); transform-origin: bottom right; }
.hero-spark { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 18px 4px rgba(246,223,159,.45); animation: luxe-spark 6s ease-in-out infinite; }
.spark-one { top: 27%; right: 26%; }
.spark-two { top: 57%; right: 13%; animation-delay: -2.2s; }
.spark-three { top: 31%; right: 8%; animation-delay: -4.1s; }
.hero-layout { gap: 8vw; }
.hero-copy { max-width: 760px; }
.hero-copy .eyebrow { padding: 8px 12px; border: 1px solid rgba(233,196,106,.25); border-radius: 999px; background: rgba(233,196,106,.075); letter-spacing: .11em; }
.hero-copy .eyebrow::before { width: 14px; }
.hero-copy h1 { max-width: 780px; margin: 24px 0 25px; font-size: clamp(3.15rem, 6.4vw, 6.25rem); letter-spacing: -.09em; text-wrap: balance; }
.hero-copy h1 span { display: inline-block; color: #f7d878; text-shadow: 0 0 40px rgba(233,196,106,.16); }
.hero-copy > p { max-width: 560px; color: #bed0d2; font-size: 1rem; }
.hero-actions { gap: 11px; margin-top: 37px; }
.hero-actions .btn { min-height: 52px; }
.hero-actions .btn-primary { padding: 0 25px; box-shadow: 0 16px 40px rgba(233,196,106,.20); }
.hero-notes { gap: 14px 23px; margin-top: 37px; }
.hero-notes span { padding: 6px 0; }
.hero-card { width: min(100%, 396px); padding: 23px 24px 26px; border-color: rgba(246,223,159,.36); border-radius: 25px; background: linear-gradient(145deg, rgba(26,57,68,.72), rgba(5,20,30,.83) 75%); box-shadow: 0 28px 80px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.09); }
.hero-card::before { right: 26px; width: 108px; background: linear-gradient(90deg, var(--gold), transparent); }
.hero-card > * { position: relative; z-index: 1; }
.hero-card[data-spotlight]::after { content: ""; position: absolute; inset: 0; z-index: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(220px circle at var(--glow-x, 70%) var(--glow-y, 28%), rgba(233,196,106,.18), transparent 58%); opacity: .9; transition: background .25s ease; }
.card-kicker { padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.08); }
.hero-card h3 { margin: 45px 0 11px; font-size: 1.78rem; }
.hero-card p { margin-bottom: 22px; }
.card-lines { gap: 0; padding-top: 6px; border-top: 0; }
.card-lines div { min-height: 43px; padding: 0 2px; border-bottom: 1px solid rgba(255,255,255,.07); }
.card-lines div:last-child { border-bottom: 0; }

.signal-bar { overflow: hidden; border-top: 1px solid rgba(255,255,255,.08); background: #eadba9; }
.signal-bar::before { content: "ALPRINCE // ALPRINCE // ALPRINCE // ALPRINCE"; position: absolute; top: 50%; right: -10%; width: 120%; color: rgba(7,23,36,.055); font-family: "Plus Jakarta Sans", sans-serif; font-size: 3.7rem; font-weight: 800; letter-spacing: .19em; transform: translateY(-50%); white-space: nowrap; pointer-events: none; }
.signal-inner { position: relative; min-height: 122px; }
.signal-title { max-width: 310px; color: #172d38; }
.signal-item { position: relative; border-color: rgba(7,23,36,.14); }
.signal-item strong { color: #142e3b; }

.premium-interlude { position: relative; overflow: hidden; padding: 135px 0 0; color: #eef6f2; background: radial-gradient(circle at 84% 24%, rgba(25,110,123,.28), transparent 21%), radial-gradient(circle at 12% 74%, rgba(233,196,106,.13), transparent 18%), #051720; }
.premium-interlude::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(145,204,202,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(145,204,202,.07) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(145deg, transparent 8%, #000 45%, transparent 90%); }
.premium-interlude::after { content: ""; position: absolute; top: -170px; left: -180px; width: 560px; height: 560px; border: 1px solid rgba(233,196,106,.16); border-radius: 50%; box-shadow: 0 0 0 35px rgba(233,196,106,.025), 0 0 0 110px rgba(233,196,106,.012); }
.premium-interlude .container { position: relative; z-index: 1; }
.premium-stage { display: grid; grid-template-columns: minmax(0, .9fr) minmax(370px, 1.1fr); align-items: center; gap: clamp(42px, 8vw, 120px); }
.premium-stage-copy { max-width: 560px; }
.premium-stage-copy h2 { margin: 21px 0 18px; font-size: clamp(2.7rem, 5.4vw, 5.25rem); line-height: 1.06; letter-spacing: -.085em; }
.premium-stage-copy h2 span { color: var(--gold); }
.premium-stage-copy p { max-width: 500px; margin: 0; color: #a9c1c1; font-size: .98rem; line-height: 2.05; }
.premium-scroll-note { display: grid; grid-template-columns: 38px auto; align-items: center; column-gap: 11px; margin-top: 47px; color: var(--gold-light); }
.premium-scroll-note > span { grid-row: span 2; width: 1px; height: 43px; margin-right: 18px; background: linear-gradient(var(--gold), transparent); }
.premium-scroll-note b { font-size: .7rem; font-weight: 600; }
.premium-scroll-note small { color: #82999b; font-family: "Plus Jakarta Sans", sans-serif; font-size: .52rem; letter-spacing: .15em; }
.premium-console { --tilt-x: 0deg; --tilt-y: 0deg; --glow-x: 50%; --glow-y: 35%; position: relative; min-height: 430px; overflow: hidden; padding: 23px; border: 1px solid rgba(228,242,237,.17); border-radius: 28px; background: radial-gradient(280px circle at var(--glow-x) var(--glow-y), rgba(233,196,106,.16), transparent 55%), linear-gradient(145deg, rgba(20,62,73,.8), rgba(6,25,34,.93)); box-shadow: 0 35px 80px rgba(0,0,0,.33), inset 0 1px 0 rgba(255,255,255,.1); transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .18s ease-out, background .2s ease; }
.premium-console::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.075); border-radius: 20px; pointer-events: none; }
.premium-console::after { content: ""; position: absolute; right: -28%; bottom: -42%; width: 260px; height: 260px; border: 1px solid rgba(107,193,198,.27); border-radius: 50%; box-shadow: 0 0 0 24px rgba(107,193,198,.035), 0 0 0 55px rgba(107,193,198,.018); }
.console-topline, .console-footer { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; color: #92aaa9; font-family: "Plus Jakarta Sans", sans-serif; font-size: .58rem; letter-spacing: .16em; }
.console-topline i { color: var(--gold); font-style: normal; }
.console-core { position: relative; display: grid; place-items: center; min-height: 330px; }
.console-core-ring { position: absolute; border: 1px solid rgba(233,196,106,.37); border-radius: 50%; }
.ring-a { width: 245px; height: 245px; border-style: dashed; animation: luxe-spin 18s linear infinite; }
.ring-b { width: 175px; height: 175px; border-color: rgba(107,193,198,.45); box-shadow: 0 0 0 22px rgba(107,193,198,.035), 0 0 80px rgba(107,193,198,.12); animation: luxe-spin-reverse 12s linear infinite; }
.console-core-center { position: relative; z-index: 1; display: grid; place-items: center; width: 94px; height: 94px; border: 1px solid rgba(246,223,159,.8); border-radius: 26px; color: var(--gold); background: linear-gradient(145deg, rgba(233,196,106,.2), rgba(8,31,42,.78)); box-shadow: 0 0 0 12px rgba(233,196,106,.045), 0 0 55px rgba(233,196,106,.15); transform: rotate(45deg); }
.console-core-center b, .console-core-center small { transform: rotate(-45deg); }
.console-core-center b { font-family: "Plus Jakarta Sans", sans-serif; font-size: 2rem; line-height: 1; }
.console-core-center small { margin-top: -8px; color: #d1e0db; font-family: "Plus Jakarta Sans", sans-serif; font-size: .4rem; letter-spacing: .12em; }
.console-node { position: absolute; z-index: 2; padding: 7px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #dbe9e4; background: rgba(5,24,33,.74); box-shadow: 0 8px 25px rgba(0,0,0,.18); font-size: .61rem; }
.node-one { top: 23%; right: 14%; }
.node-two { bottom: 20%; right: 18%; }
.node-three { bottom: 30%; left: 15%; }
.console-footer { padding: 15px 2px 0; border-top: 1px solid rgba(255,255,255,.09); font-size: .53rem; }
.console-footer i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(233,196,106,.09); }
.premium-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 94px; border-top: 1px solid rgba(255,255,255,.1); }
.premium-step { display: grid; grid-template-columns: auto 1fr; gap: 17px; min-height: 190px; padding: 30px 29px 35px; border-left: 1px solid rgba(255,255,255,.1); }
.premium-step:first-child { border-left: 0; }
.premium-step > span { color: var(--gold); font-family: "Plus Jakarta Sans", sans-serif; font-size: .78rem; }
.premium-step small { color: #789496; font-size: .65rem; }
.premium-step h3 { margin: 10px 0 9px; color: #edf4ef; font-size: .98rem; }
.premium-step p { margin: 0; color: #91a8aa; font-size: .67rem; line-height: 1.9; }

.section-dark { background: #061821; }
.section-deep { background: #071d2a; }
.about-grid { gap: clamp(48px, 8vw, 110px); }
.about-visual { min-height: 495px; border: 1px solid rgba(233,196,106,.18); border-radius: 25px; background: radial-gradient(260px circle at var(--glow-x, 70%) var(--glow-y, 32%), rgba(233,196,106,.16), transparent 62%), linear-gradient(150deg, #164355, #061721 78%); box-shadow: 0 30px 70px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.06); }
.about-visual::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 24%); }
.about-visual::after { width: 350px; height: 350px; }
.visual-grid { gap: 14px; margin-top: 92px; }
.visual-block { border-radius: 15px; backdrop-filter: blur(8px); transition: transform .25s ease, background .25s ease; }
.visual-block:hover { transform: translateY(-5px); background: rgba(255,255,255,.08); }
.services-head { margin-bottom: 52px; }
.service-grid { gap: 18px; }
.service-card { min-height: 340px; overflow: hidden; border-color: rgba(214,230,225,.13); border-radius: 21px; background: radial-gradient(280px circle at 100% 0, rgba(107,193,198,.12), transparent 48%), linear-gradient(145deg, rgba(19,54,67,.92), rgba(5,23,34,.94)); box-shadow: inset 0 1px 0 rgba(255,255,255,.045); }
.service-card::before { content: ""; position: absolute; top: 0; right: 0; width: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold)); transition: width .35s ease; }
.service-card::after { content: ""; position: absolute; left: -60px; bottom: -85px; width: 155px; height: 155px; border: 1px solid rgba(233,196,106,.12); border-radius: 50%; pointer-events: none; transition: transform .35s ease; }
.service-card:hover { transform: translateY(-10px); border-color: rgba(233,196,106,.62); background: radial-gradient(280px circle at 100% 0, rgba(233,196,106,.14), transparent 48%), linear-gradient(145deg, rgba(24,64,76,.97), rgba(5,23,34,.96)); }
.service-card:hover::before { width: 74%; }
.service-card:hover::after { transform: scale(1.17); }
.service-card.featured { background: radial-gradient(300px circle at 100% 0, rgba(233,196,106,.17), transparent 50%), linear-gradient(145deg, rgba(85,70,38,.53), rgba(5,23,34,.95)); }
.service-icon { border: 1px solid rgba(233,196,106,.17); box-shadow: 0 9px 22px rgba(0,0,0,.12); }
.process-grid { margin-top: 64px; border-color: rgba(231,216,174,.2); }
.process-step { position: relative; overflow: hidden; min-height: 290px; transition: background .25s ease; }
.process-step::before { content: ""; position: absolute; top: 0; right: 0; width: 2px; height: 0; background: var(--gold); transition: height .3s ease; }
.process-step:hover { background: rgba(233,196,106,.045); }
.process-step:hover::before { height: 100%; }
.contact-wrap { border-radius: 29px; background: radial-gradient(circle at 85% 23%, rgba(233,196,106,.22), transparent 21%), radial-gradient(circle at 15% 85%, rgba(107,193,198,.17), transparent 33%), linear-gradient(135deg, #144458, #071b29 69%); box-shadow: 0 34px 80px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.08); }
.contact-items { gap: 10px; }
.contact-item { transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.contact-item:hover { transform: translateX(-5px); border-color: rgba(233,196,106,.5); background: rgba(1,17,26,.48); }

@keyframes luxe-spark { 0%, 100% { transform: translate3d(0, 0, 0) scale(.8); opacity: .45; } 48% { transform: translate3d(-18px, 14px, 0) scale(1.45); opacity: 1; } }
@keyframes luxe-spin { to { transform: rotate(360deg); } }
@keyframes luxe-spin-reverse { to { transform: rotate(-360deg); } }

@media (max-width: 920px) {
  .premium-stage { grid-template-columns: 1fr; gap: 52px; }
  .premium-stage-copy { max-width: 680px; }
  .premium-console { max-width: 640px; width: 100%; justify-self: center; }
  .premium-steps { margin-top: 70px; }
  .nav-links { gap: 16px; }
}
@media (max-width: 720px) {
  .site-header { inset: 10px 0 auto; background: transparent; backdrop-filter: none; }
  .nav { min-height: 62px; padding: 0 13px; border-radius: 15px; }
  .nav-links { top: 68px; }
  .brand-mark { width: 34px; height: 34px; font-size: 1rem; }
  .brand-copy strong { font-size: .88rem; }
  .nav-actions .btn-primary { min-height: 35px; padding: 0 11px; font-size: .65rem; }
  .hero { min-height: 800px; padding: 124px 0 66px; background-position: 58% center; }
  .hero::after { top: 34%; left: -90px; width: 260px; height: 260px; }
  .hero-grid-plane { right: -60%; bottom: -12%; width: 140%; }
  .hero-copy h1 { font-size: clamp(2.75rem, 13vw, 4.35rem); }
  .hero-copy > p { font-size: .88rem; }
  .hero-actions .btn { min-height: 46px; font-size: .75rem; }
  .hero-notes { gap: 8px 14px; font-size: .68rem; }
  .hero-card { width: 100%; padding: 20px; }
  .hero-card h3 { margin-top: 31px; }
  .signal-bar::before { font-size: 2.2rem; }
  .premium-interlude { padding: 82px 0 0; }
  .premium-stage-copy h2 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .premium-stage-copy p { font-size: .84rem; }
  .premium-scroll-note { margin-top: 34px; }
  .premium-console { min-height: 365px; padding: 17px; border-radius: 22px; }
  .console-core { min-height: 273px; }
  .ring-a { width: 206px; height: 206px; }
  .ring-b { width: 143px; height: 143px; }
  .console-core-center { width: 78px; height: 78px; border-radius: 21px; }
  .node-one { top: 18%; right: 7%; }
  .node-two { right: 9%; }
  .node-three { left: 8%; }
  .premium-steps { grid-template-columns: 1fr; margin-top: 50px; }
  .premium-step { min-height: auto; padding: 23px 5px; border-bottom: 1px solid rgba(255,255,255,.1); border-left: 0; }
  .premium-step:last-child { border-bottom: 0; }
  .about-visual { min-height: 405px; }
  .visual-grid { margin-top: 72px; }
  .service-card { min-height: 292px; border-radius: 18px; }
  .contact-wrap { border-radius: 23px; }
}
