@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --dark: #101114;
  --dark-2: #17191f;
  --panel: #20232b;
  --cream: #f6f2e8;
  --text: #ffffff;
  --soft: rgba(255, 255, 255, .72);
  --muted: #70737d;
  --line: rgba(255, 255, 255, .12);
  --yellow: #d7ad4f;
  --gold: linear-gradient(135deg, #f8df98 0%, #d7ad4f 42%, #9a6b25 100%);
  --orange: #ff7b4a;
  --green: #68c7a5;
  --cyan: #82edf4;
  --pink: #ff7aa8;
  --ink: #15161a;
  --radius: 8px;
  --shadow: 0 28px 80px rgba(0, 0, 0, .28);
  --font-body: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-family: var(--font-body);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--dark); line-height: 1.55; font-family: var(--font-body); font-weight: 500; }
.site-loader { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; overflow: hidden; color: var(--text); background: radial-gradient(circle at 50% 45%, rgba(215, 173, 79, .1), transparent 24%), linear-gradient(145deg, #111318, #07080a 72%); opacity: 1; visibility: visible; pointer-events: none; transition: opacity .46s ease, visibility .46s ease; animation: siteLoaderFailsafe 0s 4s forwards; }
.site-loader::before { content: ""; position: absolute; width: min(360px, 72vw); aspect-ratio: 1; border: 1px solid rgba(215, 173, 79, .12); border-radius: 50%; box-shadow: 0 0 80px rgba(215, 173, 79, .08), inset 0 0 70px rgba(114, 216, 214, .025); animation: siteLoaderHalo 2.8s ease-in-out infinite; }
.site-loader-inner { position: relative; z-index: 1; display: grid; justify-items: center; gap: 14px; }
.site-loader-mark { width: 72px; height: 60px; background: url("deltyweb-pyramid-exact.png") center / contain no-repeat; filter: drop-shadow(0 0 14px rgba(215, 173, 79, .34)); animation: siteLoaderMark 1.8s ease-in-out infinite; }
.site-loader-name { color: #f4f2ed; font-family: var(--font-display); font-size: 17px; font-weight: 900; letter-spacing: .04em; text-shadow: 0 1px 0 #000, 0 0 14px rgba(0, 0, 0, .85); }
.site-loader-line { position: relative; width: 112px; height: 1px; overflow: hidden; background: rgba(248, 223, 152, .14); }
.site-loader-line::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, #f3cd69, transparent); transform: translateX(-100%); animation: siteLoaderLine 1.25s ease-in-out infinite; }
.site-loader.is-leaving { opacity: 0; visibility: hidden; }
@keyframes siteLoaderMark { 0%, 100% { transform: translateY(0) scale(.98); opacity: .86; } 50% { transform: translateY(-3px) scale(1.02); opacity: 1; } }
@keyframes siteLoaderHalo { 0%, 100% { transform: scale(.92); opacity: .45; } 50% { transform: scale(1); opacity: .8; } }
@keyframes siteLoaderLine { 0% { transform: translateX(-100%); } 60%, 100% { transform: translateX(100%); } }
@keyframes siteLoaderFailsafe { to { opacity: 0; visibility: hidden; } }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.mobile-menu-toggle, .mobile-menu-extras { display: none; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar { position: fixed; z-index: 30; top: 0; left: 0; right: 0; background: linear-gradient(90deg, rgba(16, 17, 20, .92), rgba(24, 27, 34, .78)); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); box-shadow: 0 18px 50px rgba(0, 0, 0, .18); transition: background .24s ease, box-shadow .24s ease; }
.nav { position: relative; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: min-height .24s ease; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-family: var(--font-display); font-weight: 900; letter-spacing: 0; }
.brand-mark { width: 54px; height: 48px; position: relative; display: grid; flex: 0 0 auto; place-items: center; border: 0; border-radius: 0; background: transparent url("deltyweb-pyramid-exact.png?v=exact-logo-1") center / contain no-repeat; box-shadow: none; transition: width .24s ease, height .24s ease; }
.brand-mark::before, .brand-mark::after { content: none; }
.brand:hover .brand-mark, .brand:active .brand-mark, .brand:focus .brand-mark { transform: none; filter: none; }
.brand > span:last-child { display: inline-flex; align-items: center; color: var(--text); font-size: 21px; font-weight: 800; letter-spacing: .01em; }
.links { display: flex; align-items: center; gap: 24px; color: var(--soft); font-family: var(--font-display); font-size: 14px; font-weight: 750; }
.links a:hover, .links a.active { color: var(--yellow); }
.nav-links { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; gap: 8px; margin-left: 0; color: var(--soft); font-family: var(--font-display); font-size: 14px; font-weight: 850; }
.nav-link, .nav-item summary { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 0 14px; border-radius: 999px; cursor: pointer; list-style: none; transition: color .18s ease, background .18s ease, transform .18s ease; }
.nav-item { position: relative; }
.nav-item[open]::after, .nav-menu[open]::after, .language-switcher[open]::after { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 16px; }
.nav-item summary::-webkit-details-marker { display: none; }
.nav-link:hover, .nav-link.active, .nav-item:hover summary, .nav-item[open] summary { color: var(--dark); background: var(--yellow); transform: translateY(-1px); }
.nav-item .chevron { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.nav-item[open] .chevron { transform: rotate(225deg) translateY(-1px); }
.dropdown { position: absolute; top: calc(100% + 12px); left: 0; min-width: 238px; padding: 10px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; background: rgba(18, 20, 25, .96); box-shadow: 0 28px 80px rgba(0, 0, 0, .38); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px) scale(.98); transform-origin: top left; transition: opacity .22s ease, visibility .22s ease, transform .22s ease; }
.nav-item[open] .dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); animation: menuDrop .22s ease both; }
.dropdown a { display: grid; gap: 3px; padding: 12px 13px; border-radius: 7px; color: var(--soft); transition: color .18s ease, background .18s ease, transform .18s ease; }
.dropdown a:hover, .dropdown a.active { color: var(--dark); background: var(--yellow); transform: translateX(3px); }
.dropdown small { display: block; color: inherit; opacity: .68; font-size: 12px; font-weight: 650; }
.dropdown-services { width: 520px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
.nav-item[open] .dropdown-services { display: grid; }
.nav-menu { position: relative; margin-left: auto; }
.menu-trigger { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 18px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; color: var(--text); background: rgba(255, 255, 255, .07); font-size: 14px; font-weight: 900; cursor: pointer; list-style: none; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03); transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.menu-trigger::-webkit-details-marker { display: none; }
.menu-trigger:hover { border-color: rgba(245, 200, 75, .44); background: rgba(245, 200, 75, .12); transform: translateY(-1px); }
.chevron { width: 9px; height: 9px; border-right: 2px solid var(--yellow); border-bottom: 2px solid var(--yellow); transform: rotate(45deg) translateY(-2px); transition: transform .22s ease; }
.nav-menu[open] .chevron { transform: rotate(225deg) translateY(-2px); }
.menu-panel { position: absolute; top: calc(100% + 14px); right: 0; width: min(360px, calc(100vw - 40px)); padding: 14px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; background: rgba(18, 20, 25, .96); box-shadow: 0 28px 80px rgba(0, 0, 0, .38); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px) scale(.98); transform-origin: top right; transition: opacity .22s ease, visibility .22s ease, transform .22s ease; }
.nav-menu[open] .menu-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); animation: menuDrop .22s ease both; }
@keyframes menuDrop { from { opacity: 0; transform: translateY(-12px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.nav-menu .links { display: grid; align-items: stretch; gap: 4px; padding: 4px; color: var(--soft); }
.nav-menu .links a { padding: 12px 14px; border-radius: 7px; transition: background .18s ease, color .18s ease, transform .18s ease; }
.nav-menu .links a:hover, .nav-menu .links a.active { color: var(--dark); background: var(--yellow); transform: translateX(3px); }
.menu-panel .button { width: 100%; margin-top: 10px; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border-radius: 7px; border: 1px solid transparent; font-family: var(--font-display); font-weight: 850; letter-spacing: .01em; white-space: nowrap; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--dark); border-color: rgba(248, 223, 152, .42); background: var(--gold); box-shadow: 0 18px 44px rgba(215, 173, 79, .18), inset 0 1px 0 rgba(255, 255, 255, .38); }
.button-primary:hover { box-shadow: 0 22px 58px rgba(215, 173, 79, .26), inset 0 1px 0 rgba(255, 255, 255, .52); }
.topbar .button { min-height: 46px; padding-inline: 18px; border-radius: 999px; }
.portal-nav-link { gap: 9px; }
.portal-nav-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(215, 173, 79, .1), 0 0 14px rgba(215, 173, 79, .58); }
.topbar.is-compact { background: rgba(14, 15, 18, .94); box-shadow: 0 14px 42px rgba(0, 0, 0, .32); }
.topbar.is-compact .nav { min-height: 64px; }
.topbar.is-compact .brand-mark { width: 47px; height: 41px; }
.nav-actions { display: inline-flex; align-items: center; gap: 10px; margin-left: auto; }
.language-switcher { position: relative; }
.language-switcher summary { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(248, 223, 152, .26); border-radius: 50%; color: var(--text); background: rgba(255, 255, 255, .055); cursor: pointer; list-style: none; transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.language-switcher[open] summary, .language-switcher summary:hover { color: var(--dark); border-color: rgba(248, 223, 152, .46); background: var(--gold); transform: translateY(-1px); }
.language-menu { position: absolute; top: calc(100% + 12px); right: 0; min-width: 132px; padding: 8px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; background: rgba(18, 20, 25, .96); box-shadow: 0 24px 70px rgba(0, 0, 0, .34); backdrop-filter: blur(16px); }
.language-menu a { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 10px; border-radius: 7px; color: var(--soft); font-size: 13px; font-weight: 850; }
.language-menu a.active, .language-menu a:hover { color: var(--dark); background: var(--gold); }
.language-menu a.is-disabled { opacity: .48; pointer-events: none; }
.button-dark { color: var(--text); background: var(--dark); }
.button-ghost { color: var(--text); border-color: var(--line); background: rgba(255, 255, 255, .06); }

.page-hero { position: relative; overflow: hidden; padding: 148px 0 78px; background: linear-gradient(135deg, #101114 0%, #191b21 48%, #101114 100%); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 720px) minmax(300px, 1fr); gap: 54px; align-items: end; }
.eyebrow { margin: 0 0 18px; display: inline-flex; align-items: center; gap: 12px; color: var(--yellow); font-size: 13px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 36px; height: 2px; background: var(--orange); }
h1 { max-width: 820px; margin: 0; font-family: var(--font-display); font-size: clamp(48px, 8vw, 88px); line-height: .94; letter-spacing: 0; font-weight: 700; }
h2 { margin: 0; font-family: var(--font-display); font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: 0; font-weight: 700; }
h3 { margin: 0; font-family: var(--font-display); font-size: 24px; line-height: 1.15; letter-spacing: 0; font-weight: 700; }
.lead { max-width: 620px; margin: 24px 0 0; color: var(--soft); font-size: clamp(18px, 2vw, 22px); font-weight: 500; }
.hero-note { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(32, 35, 43, .82); box-shadow: var(--shadow); }
.hero-note strong { display: block; margin-bottom: 8px; color: var(--yellow); }

section { padding: 92px 0; }
.light { color: var(--ink); background: var(--cream); }
.section-head { display: grid; grid-template-columns: minmax(0, 430px) minmax(0, 1fr); gap: 64px; align-items: end; margin-bottom: 42px; }
.section-head p { margin: 0; color: var(--muted); font-size: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--line); }
.card { position: relative; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.card::before { content: ""; position: absolute; top: 0; left: 28px; right: 28px; height: 3px; transform: skewX(-26deg); background: linear-gradient(90deg, var(--cyan), var(--yellow), var(--pink)); opacity: .55; }
.card:hover { transform: translateY(-6px); border-color: rgba(245, 200, 75, .34); box-shadow: 0 24px 72px rgba(0, 0, 0, .22); }
.grid-3 .card { animation: cardFloat 4.5s ease-in-out infinite; }
.grid-3 .card:nth-child(2) { animation-delay: .45s; }
.grid-3 .card:nth-child(3) { animation-delay: .9s; }
.grid-3 .card:nth-child(4) { animation-delay: 1.35s; }
.grid-3 .card:nth-child(5) { animation-delay: 1.8s; }
.grid-3 .card:nth-child(6) { animation-delay: 2.25s; }
.grid-3:hover .card { animation-play-state: paused; }
@keyframes cardFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -8px; } }
.card.light-card { color: var(--ink); border-color: #e0d8c6; background: #fffdf7; }
.card p { color: var(--soft); }
.light-card p { color: var(--muted); }
.service-more { margin-top: 18px; }
.service-more summary { display: inline-flex; align-items: center; gap: 9px; min-height: 36px; padding: 0 12px; border: 1px solid rgba(248, 223, 152, .28); border-radius: 999px; color: var(--yellow); background: linear-gradient(135deg, rgba(248, 223, 152, .08), rgba(255, 255, 255, .02)); font-size: 13px; font-weight: 900; cursor: pointer; list-style: none; transition: background .18s ease, color .18s ease, transform .18s ease; }
.service-more summary::-webkit-details-marker { display: none; }
.service-more summary::after { content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .18s ease; }
.service-more[open] summary { color: var(--dark); border-color: rgba(248, 223, 152, .44); background: var(--gold); box-shadow: 0 12px 30px rgba(215, 173, 79, .16), inset 0 1px 0 rgba(255, 255, 255, .36); transform: translateY(-1px); }
.service-more[open] summary::after { transform: rotate(225deg) translateY(-1px); }
.service-more p { margin: 14px 0 0; color: var(--soft); font-size: 15px; }
.service-more ul { display: grid; gap: 11px; margin: 16px 0 0; padding: 0; list-style: none; }
.service-more li { position: relative; display: grid; gap: 3px; padding-left: 18px; color: var(--soft); font-size: 14px; line-height: 1.5; }
.service-more li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px rgba(226, 181, 76, .42); }
.service-more li strong { color: var(--white); font-size: 14px; }
.service-more li span { color: var(--soft); }
.light-card .service-more p { color: var(--muted); }
.light-card .service-more summary { border-color: rgba(21, 22, 26, .18); color: #9b6514; }
.light-card .service-more[open] summary { color: var(--dark); background: var(--gold); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.post-card { position: relative; min-height: 342px; overflow: hidden; display: flex; flex-direction: column; padding: 28px; color: var(--text); border: 1px solid rgba(255, 255, 255, .11); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)), #17191f; box-shadow: 0 26px 72px rgba(0, 0, 0, .24); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.post-card::before { content: ""; position: absolute; top: 0; left: 26px; right: 26px; height: 3px; transform: skewX(-24deg); background: var(--gold); box-shadow: 0 0 28px rgba(215, 173, 79, .34); }
.post-card::after { content: ""; position: absolute; top: -20%; bottom: -20%; width: 74px; left: -110px; transform: skewX(-22deg); background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent); animation: postGlide 8s ease-in-out infinite; pointer-events: none; }
.post-card:nth-child(2)::after { animation-delay: .8s; }
.post-card:nth-child(3)::after { animation-delay: 1.6s; }
.post-card:hover { transform: translateY(-10px); border-color: rgba(248, 223, 152, .34); box-shadow: 0 36px 94px rgba(0, 0, 0, .32), 0 0 0 1px rgba(248, 223, 152, .08); }
@keyframes postGlide { 0%, 48% { left: -120px; opacity: 0; } 64% { opacity: 1; } 100% { left: calc(100% + 110px); opacity: 0; } }
.post-meta { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 34px; }
.post-card .tag { min-height: 28px; display: inline-flex; align-items: center; padding: 0 10px; margin: 0; border-radius: 999px; color: var(--dark); background: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.read-time { color: rgba(255, 255, 255, .56); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.post-index { position: relative; z-index: 1; display: block; margin-bottom: 20px; color: rgba(248, 223, 152, .24); font-family: var(--font-display); font-size: 58px; font-weight: 700; line-height: .8; }
.post-card h3, .post-card p, .post-link, .post-more { position: relative; z-index: 1; }
.post-card p { color: var(--soft); line-height: 1.7; }
.post-link { width: fit-content; min-height: 38px; display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--yellow); font-family: var(--font-display); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; transition: color .18s ease, transform .18s ease; }
.post-link span { transition: transform .18s ease; }
.post-link:hover { color: #f8df98; transform: translateX(3px); }
.post-link:hover span { transform: translateX(4px); }
.post-more { margin-top: auto; padding-top: 20px; }
.post-more summary { width: fit-content; min-height: 38px; display: inline-flex; align-items: center; gap: 9px; color: var(--yellow); font-family: var(--font-display); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; list-style: none; transition: color .18s ease, transform .18s ease; }
.post-more summary::-webkit-details-marker { display: none; }
.post-more summary::after { content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .18s ease; }
.post-more summary:hover { color: #f8df98; transform: translateX(3px); }
.post-more[open] summary::after { transform: rotate(225deg) translateY(-1px); }
.post-more p { margin: 12px 0 0; color: var(--soft); font-size: 14px; }
.blog-editorial { position: relative; overflow: hidden; padding-bottom: 48px; color: var(--text); background: linear-gradient(180deg, #101114 0%, #15171d 100%); }
.blog-editorial::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 14% 18%, rgba(215, 173, 79, .14), transparent 28%), linear-gradient(120deg, transparent 0 48%, rgba(255, 255, 255, .035) 49%, transparent 51% 100%); background-size: auto, 150px 150px; opacity: .65; }
.blog-editorial .container { position: relative; z-index: 1; }
.blog-editorial .section-head p { color: var(--soft); }
.blog-hub-hero { position: relative; overflow: hidden; padding: 150px 0 72px; color: var(--text); background: radial-gradient(circle at 16% 14%, rgba(215, 173, 79, .16), transparent 30%), linear-gradient(135deg, #101114 0%, #191b21 54%, #101114 100%); border-bottom: 1px solid rgba(248, 223, 152, .1); }
.blog-hub-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 0 48%, rgba(255, 255, 255, .04) 49%, transparent 51% 100%); background-size: 160px 160px; opacity: .5; }
.blog-hub-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 760px) minmax(320px, 1fr); gap: 64px; align-items: center; }
.blog-hub-copy h1 { max-width: 760px; font-size: clamp(54px, 6vw, 92px); line-height: .97; }
.blog-hub-copy .lead { max-width: 670px; }
.blog-author-card { position: relative; overflow: hidden; padding: 24px; border: 1px solid rgba(248, 223, 152, .22); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)); box-shadow: 0 28px 84px rgba(0, 0, 0, .3); }
.blog-author-card::before { content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 3px; transform: skewX(-24deg); background: var(--gold); box-shadow: 0 0 30px rgba(215, 173, 79, .42); }
.blog-author-head { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; margin-bottom: 18px; }
.blog-author-mark { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(248, 223, 152, .25); border-radius: 12px; background: radial-gradient(circle at 50% 40%, rgba(215, 173, 79, .2), rgba(12, 13, 16, .92)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 12px 30px rgba(0, 0, 0, .3); }
.blog-author-mark .brand-mark { width: 48px; height: 43px; }
.blog-author-card strong { display: block; font-family: var(--font-display); font-size: 18px; }
.blog-author-card small { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.blog-author-card p { position: relative; z-index: 1; margin: 0; color: var(--soft); }
.blog-social-mini { position: relative; z-index: 1; display: flex; gap: 10px; margin-top: 20px; }
.blog-social-mini a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(248, 223, 152, .24); border-radius: 8px; color: var(--text); background: rgba(255, 255, 255, .055); transition: color .18s ease, background .18s ease, transform .18s ease; }
.blog-social-mini a:hover { color: var(--dark); background: var(--gold); transform: translateY(-2px); }
.blog-social-mini svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.blog-toolbar { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(260px, 1fr) auto; gap: 18px; align-items: center; margin-bottom: 26px; }
.blog-search { position: relative; display: grid; }
.blog-search input { width: 100%; min-height: 58px; padding: 0 18px 0 48px; border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--radius); color: var(--text); background: rgba(255, 255, 255, .065); font: inherit; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.blog-search input:focus { border-color: rgba(248, 223, 152, .5); background: rgba(255, 255, 255, .09); box-shadow: 0 0 0 4px rgba(215, 173, 79, .13); }
.blog-search svg { position: absolute; left: 18px; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); fill: none; stroke: var(--yellow); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.blog-result-count { color: rgba(255, 255, 255, .56); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.blog-library-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 26px; align-items: start; }
.blog-filter-rail { position: sticky; top: 108px; overflow: hidden; padding: 20px; border: 1px solid rgba(248, 223, 152, .18); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)); box-shadow: 0 24px 70px rgba(0, 0, 0, .22); }
.blog-filter-rail::before { content: ""; position: absolute; top: 0; left: 22px; right: 22px; height: 3px; transform: skewX(-24deg); background: var(--gold); box-shadow: 0 0 28px rgba(215, 173, 79, .34); }
.blog-filter-rail strong { display: block; margin-bottom: 15px; color: var(--yellow); font-family: var(--font-display); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.blog-category-list { display: grid; gap: 8px; }
.blog-category { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 12px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 7px; color: var(--soft); background: rgba(255, 255, 255, .045); font: inherit; font-size: 13px; font-weight: 850; text-align: left; cursor: pointer; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.blog-category span { color: rgba(248, 223, 152, .7); font-size: 12px; font-weight: 900; }
.blog-category:hover, .blog-category.is-active { color: var(--dark); border-color: rgba(248, 223, 152, .44); background: var(--gold); transform: translateX(4px); }
.blog-category:hover span, .blog-category.is-active span { color: rgba(16, 17, 20, .72); }
.blog-library-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: 16px; min-height: var(--blog-grid-height, auto); transition: min-height .24s ease; }
.blog-post-card { min-height: 274px; padding: 24px; cursor: pointer; }
.blog-post-card:focus-visible { outline: 2px solid rgba(248, 223, 152, .85); outline-offset: 5px; }
.blog-post-card .post-meta { margin-bottom: 24px; }
.blog-post-card .post-meta time { margin-left: auto; color: rgba(255, 255, 255, .46); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.blog-post-card .post-status { min-height: 25px; display: inline-flex; align-items: center; padding: 0 9px; border: 1px solid rgba(248, 223, 152, .28); border-radius: 999px; color: var(--yellow); background: rgba(215, 173, 79, .08); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.blog-post-card .post-index { margin-bottom: 16px; font-size: 46px; }
.blog-post-card h3 { font-size: 22px; }
.blog-post-card > p, .blog-post-card > div > p { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 0; font-size: 14.5px; line-height: 1.62; }
.blog-post-card .post-more { display: none; }
.blog-post-card .post-link { margin-top: 12px; }
.blog-post-card.is-featured { grid-column: 1 / -1; min-height: 300px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .38fr); gap: 20px; }
.blog-post-card.is-featured .post-index { font-size: 62px; }
.blog-post-aside { position: relative; z-index: 1; display: grid; align-content: end; gap: 10px; overflow: hidden; padding: 22px; border: 1px solid rgba(248, 223, 152, .2); border-radius: 10px; background: radial-gradient(circle at 62% 25%, rgba(215, 173, 79, .2), transparent 36%), linear-gradient(145deg, rgba(248, 223, 152, .1), rgba(8, 9, 12, .64)); }
.blog-post-aside::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 0 42%, rgba(255,255,255,.07) 48%, transparent 55%); }
.blog-feature-symbol { width: 74px; height: 74px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid rgba(248, 223, 152, .2); border-radius: 50%; color: var(--yellow); background: rgba(8, 9, 12, .5); box-shadow: 0 0 40px rgba(215, 173, 79, .14); }
.blog-feature-symbol svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.blog-post-aside span { color: rgba(248, 223, 152, .82); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.blog-post-aside strong { font-family: var(--font-display); font-size: 24px; line-height: 1; }
.blog-post-aside small { position: relative; z-index: 1; color: rgba(255, 255, 255, .54); font-size: 12px; line-height: 1.5; }
.blog-empty { display: none; padding: 26px; border: 1px solid rgba(248, 223, 152, .18); border-radius: var(--radius); color: var(--soft); background: rgba(255, 255, 255, .045); }
.blog-empty.is-visible { display: block; }
.blog-library-status { width: fit-content; min-height: 38px; display: flex; align-items: center; gap: 9px; margin: 24px 0 0 auto; padding: 0 14px; border: 1px solid rgba(248, 223, 152, .14); border-radius: 999px; color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .035); font-size: 12px; letter-spacing: .03em; }
.blog-library-status strong { color: rgba(255, 255, 255, .78); font-weight: 850; }
.blog-library-status .status-live { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px rgba(215, 173, 79, .7); }
.blog-post-roadmap { border-style: dashed; cursor: default; }
.blog-roadmap-status { width: fit-content; min-height: 34px; display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding: 0 11px; border: 1px solid rgba(248, 223, 152, .24); border-radius: 999px; color: var(--yellow); background: rgba(215, 173, 79, .06); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.blog-roadmap-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px rgba(215, 173, 79, .55); }
.article-hero { position: relative; overflow: hidden; padding: 150px 0 78px; color: var(--text); background: radial-gradient(circle at 15% 12%, rgba(215, 173, 79, .16), transparent 28%), linear-gradient(135deg, #101114 0%, #191b21 54%, #101114 100%); border-bottom: 1px solid rgba(248, 223, 152, .1); }
.article-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 0 48%, rgba(255, 255, 255, .04) 49%, transparent 51% 100%); background-size: 160px 160px; opacity: .48; }
.article-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 760px) minmax(300px, 1fr); gap: 48px; align-items: end; }
.article-back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; color: rgba(248, 223, 152, .82); font-family: var(--font-display); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: color .18s ease, transform .18s ease; }
.article-back:hover { color: #f8df98; transform: translateX(-3px); }
.article-category-link:hover { color: #f8df98; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.article-meta span { min-height: 32px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid rgba(248, 223, 152, .2); border-radius: 999px; color: rgba(248, 223, 152, .82); background: rgba(255, 255, 255, .045); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-dossier { position: relative; overflow: hidden; padding: 24px; border: 1px solid rgba(248, 223, 152, .22); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)); box-shadow: 0 28px 84px rgba(0, 0, 0, .3); }
.article-dossier::before { content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 3px; transform: skewX(-24deg); background: var(--gold); box-shadow: 0 0 30px rgba(215, 173, 79, .42); }
.article-dossier strong { position: relative; z-index: 1; display: block; margin-bottom: 14px; color: var(--yellow); font-family: var(--font-display); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.article-dossier p { position: relative; z-index: 1; margin: 0 0 18px; color: var(--soft); }
.article-dossier dl { position: relative; z-index: 1; display: grid; gap: 10px; margin: 0; }
.article-dossier div { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 12px; padding: 10px 0; border-top: 1px solid rgba(255, 255, 255, .08); }
.article-dossier dt { color: rgba(255, 255, 255, .48); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.article-dossier dd { margin: 0; color: var(--text); font-weight: 800; }
.article-reader { position: relative; overflow: hidden; color: var(--text); background: linear-gradient(180deg, #101114 0%, #15171d 100%); }
.article-reader::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 16% 18%, rgba(215, 173, 79, .12), transparent 26%), linear-gradient(120deg, transparent 0 48%, rgba(255, 255, 255, .032) 49%, transparent 51% 100%); background-size: auto, 150px 150px; opacity: .58; }
.article-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(220px, 280px) minmax(0, 1fr); gap: 28px; align-items: start; }
.article-toc { position: sticky; top: 108px; overflow: hidden; padding: 22px; border: 1px solid rgba(248, 223, 152, .18); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)); box-shadow: 0 24px 70px rgba(0, 0, 0, .22); }
.article-toc::before { content: ""; position: absolute; top: 0; left: 22px; right: 22px; height: 3px; transform: skewX(-24deg); background: var(--gold); box-shadow: 0 0 28px rgba(215, 173, 79, .34); }
.article-toc strong { display: block; margin-bottom: 16px; color: var(--yellow); font-family: var(--font-display); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.article-toc a { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 10px; align-items: center; min-height: 42px; color: var(--soft); font-size: 13px; font-weight: 800; transition: color .18s ease, transform .18s ease; }
.article-toc a span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(248, 223, 152, .2); border-radius: 7px; color: var(--yellow); font-family: var(--font-display); font-size: 11px; }
.article-toc a:hover { color: var(--text); transform: translateX(4px); }
.article-body { position: relative; overflow: hidden; padding: clamp(30px, 5vw, 58px); border: 1px solid rgba(248, 223, 152, .2); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255, 255, 255, .082), rgba(255, 255, 255, .028)); box-shadow: 0 34px 100px rgba(0, 0, 0, .28); }
.article-body::before { content: ""; position: absolute; top: 0; left: 32px; right: 32px; height: 3px; transform: skewX(-24deg); background: var(--gold); box-shadow: 0 0 30px rgba(215, 173, 79, .38); }
.article-body section { padding: 0; }
.article-body section + section { margin-top: 46px; padding-top: 34px; border-top: 1px solid rgba(255, 255, 255, .09); }
.article-body h2 { margin: 0 0 16px; color: var(--text); font-size: clamp(30px, 4vw, 46px); }
.article-body p, .article-body li { color: var(--soft); font-size: 17px; line-height: 1.8; }
.article-body p { margin: 0 0 18px; }
.article-body ul { display: grid; gap: 10px; padding-left: 20px; margin: 18px 0 0; }
.article-callout { margin: 34px 0; padding: 22px; border: 1px solid rgba(248, 223, 152, .22); border-radius: var(--radius); color: var(--dark); background: var(--gold); box-shadow: 0 22px 58px rgba(215, 173, 79, .16); }
.article-callout strong { display: block; margin-bottom: 8px; font-family: var(--font-display); font-size: 18px; }
.article-callout p { margin: 0; color: rgba(16, 17, 20, .72); }
.article-share { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 32px; padding: 16px 18px; border: 1px solid rgba(248, 223, 152, .18); border-radius: var(--radius); background: linear-gradient(120deg, rgba(215, 173, 79, .09), rgba(255, 255, 255, .035)); }
.article-share-copy { display: grid; gap: 3px; }
.article-share-copy small { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.article-share-copy strong { color: var(--text); font-family: var(--font-display); font-size: 15px; }
.article-share-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.article-share-actions a, .article-share-actions button { min-width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 11px; border: 1px solid rgba(248, 223, 152, .22); border-radius: 11px; color: var(--soft); background: rgba(8, 9, 11, .35); cursor: pointer; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.article-share-actions a:hover, .article-share-actions button:hover, .article-share-actions button.is-copied { color: var(--dark); border-color: var(--gold); background: var(--gold); transform: translateY(-2px); }
.article-share-actions svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.article-share-actions .share-x-icon { fill: currentColor; stroke: none; }
.article-share-actions button span { font: 800 11px/1 var(--font-body); letter-spacing: .03em; }
.article-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
.article-nav a { min-height: 86px; display: grid; align-content: center; gap: 5px; padding: 18px; border: 1px solid rgba(248, 223, 152, .18); border-radius: var(--radius); color: var(--soft); background: rgba(255, 255, 255, .045); transition: color .18s ease, background .18s ease, transform .18s ease; }
.article-nav a:last-child { text-align: right; }
.article-nav a:hover { color: var(--dark); background: var(--gold); transform: translateY(-3px); }
.article-nav small { color: inherit; opacity: .7; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-nav span { font-family: var(--font-display); font-weight: 850; }
.blog-feature { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(300px, .96fr); gap: 24px; align-items: stretch; }
.blog-feature-copy, .blog-feature-visual { position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)); box-shadow: 0 30px 90px rgba(0, 0, 0, .3); }
.blog-feature-copy { display: grid; align-content: center; padding: 36px; }
.blog-feature-copy::before, .blog-feature-visual::before { content: ""; position: absolute; top: 0; left: 28px; right: 28px; height: 3px; transform: skewX(-24deg); background: var(--gold); box-shadow: 0 0 28px rgba(215, 173, 79, .34); }
.blog-feature-copy h2 { max-width: 680px; }
.blog-feature-copy p { max-width: 650px; color: var(--soft); }
.blog-feature-metrics { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 28px; }
.blog-feature-metrics span { min-height: 34px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid rgba(248, 223, 152, .18); border-radius: 999px; color: rgba(248, 223, 152, .9); background: rgba(248, 223, 152, .07); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.blog-feature-copy .button { justify-self: start; }
.blog-feature-visual { min-height: 420px; }
.blog-feature-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .84; filter: saturate(.9) contrast(1.08) brightness(.82); }
.blog-feature-label { position: absolute; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; border: 1px solid rgba(248, 223, 152, .22); border-radius: 8px; color: var(--text); background: rgba(16, 17, 20, .76); backdrop-filter: blur(14px); box-shadow: 0 18px 46px rgba(0, 0, 0, .28); }
.blog-feature-label span { color: rgba(255, 255, 255, .58); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.blog-feature-label strong { color: var(--yellow); font-family: var(--font-display); font-size: 15px; }
.faq-accordion { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.faq-accordion .card { background: var(--dark-2); color: var(--text); }
.faq-accordion .card summary { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; }
.faq-accordion .card summary::-webkit-details-marker { display: none; }
.faq-accordion .card summary::after { content: ""; width: 11px; height: 11px; flex: 0 0 auto; border-right: 2px solid var(--yellow); border-bottom: 2px solid var(--yellow); transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.faq-accordion .card[open] summary::after { transform: rotate(225deg) translateY(-1px); }
.faq-accordion .card h3 { margin: 0; }
.faq-accordion .card p { position: relative; z-index: 1; max-height: 0; margin: 0; opacity: 0; overflow: hidden; transition: max-height .28s ease, opacity .2s ease, margin .2s ease; }
.faq-accordion .card[open] p { max-height: 190px; margin-top: 16px; opacity: 1; color: var(--soft); }
.faq-accordion .card:nth-child(2) { animation-delay: .25s; }
.faq-accordion .card:nth-child(3) { animation-delay: .5s; }
.faq-accordion .card:nth-child(4) { animation-delay: .75s; }
.faq-accordion:hover .card { animation-play-state: paused; }
.icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 8px; color: var(--dark); background: var(--yellow); }
.icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.image-panel { min-height: 420px; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: var(--panel); box-shadow: var(--shadow); }
.image-panel img { width: 100%; height: 100%; object-fit: cover; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: stretch; }
.founder-showcase { display: grid; }
.founder-card { overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 390px); min-height: 390px; border: 1px solid #e0d8c6; border-radius: var(--radius); background: #fffdf7; box-shadow: 0 28px 80px rgba(21, 22, 26, .14); }
.founder-story { display: grid; align-content: center; padding: 36px; }
.founder-story p { max-width: 720px; color: var(--muted); }
.founder-details { position: relative; overflow: hidden; display: grid; align-content: end; gap: 10px; padding: 32px; color: var(--text); background: linear-gradient(135deg, #101114, #191b21 54%, #2a2114); }
.founder-details::before { content: ""; position: absolute; top: 28px; left: 34px; right: -28px; height: 3px; transform: skewX(-26deg); background: var(--gold); box-shadow: 0 0 32px rgba(215, 173, 79, .46); }
.founder-details span, .founder-details strong, .founder-details small, .founder-details a, .founder-details p { position: relative; z-index: 1; }
.founder-details span { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.founder-details strong { font-family: var(--font-display); font-size: clamp(30px, 4vw, 46px); line-height: .98; }
.founder-details small { color: var(--soft); font-size: 15px; font-weight: 800; }
.founder-details a { color: var(--yellow); font-weight: 850; }
.founder-details p { max-width: 260px; margin: 6px 0 0; color: rgba(255, 255, 255, .62); font-size: 14px; }
.list { display: grid; gap: 13px; padding: 0; margin: 22px 0 0; list-style: none; }
.list li { color: inherit; }
.list li::before { content: ""; display: inline-block; width: 9px; height: 9px; margin-right: 10px; border-radius: 50%; background: var(--yellow); vertical-align: 1px; }
.booking-section { color: var(--text); background: var(--dark); }
.booking-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 34px; align-items: start; }
.booking-grid > div { position: sticky; top: 110px; }
.booking-grid p { color: var(--soft); font-size: 18px; }
.consultation-form { display: grid; gap: 13px; padding: 24px; border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--radius); background: linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)); box-shadow: 0 30px 90px rgba(0, 0, 0, .3); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consultation-form label { display: grid; gap: 7px; color: var(--text); font-weight: 850; }
.consultation-form label span { font-family: var(--font-display); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.consultation-form input, .consultation-form select, .consultation-form textarea { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 7px; color: var(--text); background: rgba(255, 255, 255, .065); font: inherit; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.consultation-form textarea { min-height: 136px; padding-top: 13px; resize: vertical; }
.consultation-form select { color: var(--text); color-scheme: dark; appearance: none; padding-right: 48px; background-image: linear-gradient(45deg, transparent 50%, #e3b447 50%), linear-gradient(135deg, #e3b447 50%, transparent 50%), linear-gradient(135deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .04)); background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%, center; background-size: 7px 7px, 7px 7px, 100% 100%; background-repeat: no-repeat; }
.consultation-form select option { color: #ffffff; background: #101114; }
.consultation-form select option:first-child { color: rgba(255, 255, 255, .68); }
.consultation-form input:focus, .consultation-form select:focus, .consultation-form textarea:focus { border-color: rgba(248, 223, 152, .56); background: rgba(255, 255, 255, .09); box-shadow: 0 0 0 4px rgba(215, 173, 79, .13); }
.consultation-form select:focus { background-image: linear-gradient(45deg, transparent 50%, #f0c85e 50%), linear-gradient(135deg, #f0c85e 50%, transparent 50%), linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .055)); background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%, center; background-size: 7px 7px, 7px 7px, 100% 100%; background-repeat: no-repeat; }
.consultation-form ::placeholder { color: rgba(255, 255, 255, .38); }
.consultation-form .button { justify-self: start; margin-top: 4px; }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-submit-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.form-submit-note { color: rgba(255, 255, 255, .54); font-size: 13px; }
.consultation-form button:disabled { cursor: wait; opacity: .72; }
.form-status { display: grid; gap: 4px; padding: 16px 18px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 10px; background: rgba(255, 255, 255, .055); }
.form-status[hidden] { display: none; }
.form-status strong { color: #fff; font-family: var(--font-display); font-size: 16px; }
.form-status span { color: var(--soft); font-size: 14px; line-height: 1.55; }
.form-status a { color: var(--yellow); }
.form-status.is-success { border-color: rgba(102, 226, 181, .4); background: linear-gradient(135deg, rgba(29, 126, 91, .2), rgba(255, 255, 255, .035)); box-shadow: inset 3px 0 0 #66e2b5; }
.form-status.is-error { border-color: rgba(255, 118, 118, .42); background: linear-gradient(135deg, rgba(150, 47, 47, .2), rgba(255, 255, 255, .035)); box-shadow: inset 3px 0 0 #ff7676; }
.form-status.is-success{position:relative;isolation:isolate;grid-template-columns:auto minmax(0,1fr);gap:16px 18px;overflow:hidden;padding:22px 24px;border-color:rgba(116,216,213,.42);background:linear-gradient(135deg,rgba(116,216,213,.14),rgba(215,173,79,.08) 52%,rgba(215,91,152,.08));box-shadow:0 22px 55px rgba(0,0,0,.25),inset 0 0 0 1px rgba(255,255,255,.025);animation:premiumSuccessIn .65s cubic-bezier(.2,.8,.2,1) both}
.form-status.is-success:before{content:"";position:absolute;z-index:-1;inset:-80% -20%;background:linear-gradient(105deg,transparent 38%,rgba(255,255,255,.11) 49%,transparent 60%);transform:translateX(-70%);animation:premiumSuccessShine 1.25s .25s ease-out both}
.success-mark{grid-row:1/span 2;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(240,200,94,.62);border-radius:50%;color:#101318;background:linear-gradient(145deg,#f4d77d,#c8932e);box-shadow:0 0 0 7px rgba(217,174,76,.08),0 0 28px rgba(116,216,213,.2)}
.success-mark svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:30;stroke-dashoffset:30;animation:premiumCheck .55s .35s ease-out forwards}
.form-status.is-success .success-copy{display:grid;gap:5px}.form-status.is-success .success-copy strong{font-size:18px}.form-status.is-success .success-copy span{font-size:13px}
.success-meta{grid-column:2;display:flex;flex-wrap:wrap;gap:8px}.success-meta i{padding:5px 9px;border:1px solid rgba(116,216,213,.2);border-radius:999px;color:#a9e8e5;background:rgba(116,216,213,.055);font-size:10px;font-style:normal;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
@keyframes premiumSuccessIn{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}
@keyframes premiumSuccessShine{to{transform:translateX(70%)}}
@keyframes premiumCheck{to{stroke-dashoffset:0}}
@media(prefers-reduced-motion:reduce){.form-status.is-success,.form-status.is-success:before,.success-mark svg{animation:none}.success-mark svg{stroke-dashoffset:0}}
.global-presence { overflow: hidden; background: #111318; color: var(--text); }
.global-presence-head { margin-bottom: 34px; }
.global-presence-head p { color: var(--soft); }
.delty-map { position: relative; overflow: hidden; min-height: 420px; border: 1px solid rgba(215, 173, 79, .34); border-radius: 24px; background: radial-gradient(circle at 48% 28%, rgba(215, 173, 79, .13), transparent 27%), linear-gradient(145deg, #171a20, #0c0e12); box-shadow: 0 34px 100px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .08); }
.delty-map::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .055) 46%, transparent 58%); transform: translateX(-100%); animation: mapSheen 8s ease-in-out infinite; }
.delty-map svg { display: block; width: 100%; height: auto; min-height: 420px; }
.world-land { filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .45)); }
.map-routes path { stroke-dasharray: .08 .025; animation: routeFlow 4.8s linear infinite; }
.map-routes path:nth-child(2) { animation-delay: -.7s; }.map-routes path:nth-child(3) { animation-delay: -1.4s; }.map-routes path:nth-child(4) { animation-delay: -2.1s; }.map-routes path:nth-child(5) { animation-delay: -2.8s; }
.route-points circle { filter: drop-shadow(0 0 7px rgba(111, 216, 215, .8)); animation: mapPulse 2.8s ease-in-out infinite; }
.london-point circle:last-child { transform-box: fill-box; transform-origin: center; animation: londonPulse 2.4s ease-out infinite; }
.map-hq-label rect { fill: rgba(12, 14, 18, .9); stroke: rgba(232, 184, 79, .45); }
.map-hq-label text { fill: #d7ad4f; font-size: 11px; font-weight: 900; letter-spacing: 1.4px; }
.map-hq-label .map-label-main { fill: #f8f4e9; font-size: 13px; letter-spacing: .2px; }
.delty-map-status { position: absolute; z-index: 2; top: 22px; left: 24px; display: flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 999px; background: rgba(12, 14, 18, .72); color: #e8e2d5; font-size: 12px; font-weight: 800; backdrop-filter: blur(12px); }
.delty-map-status span { width: 8px; height: 8px; border-radius: 50%; background: #e8b84f; box-shadow: 0 0 0 5px rgba(232, 184, 79, .12), 0 0 14px rgba(232, 184, 79, .7); }
@keyframes routeFlow { to { stroke-dashoffset: -1; } }
@keyframes londonPulse { 0% { transform: scale(.6); opacity: .9; } 100% { transform: scale(2.1); opacity: 0; } }
@keyframes mapPulse { 50% { opacity: .45; } }
@keyframes mapSheen { 0%, 20% { transform: translateX(-100%); } 55%, 100% { transform: translateX(120%); } }
.delty-map-dashboard { min-height: 0; border-radius: 14px; }
.map-dashboard-head { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 80px; padding: 17px 22px; border-bottom: 1px solid rgba(255,255,255,.11); background: rgba(20,23,29,.96); }
.map-dashboard-head > div:first-child { display: grid; gap: 5px; }
.map-dashboard-head strong { color: #e8b84f; font-size: 17px; -webkit-text-stroke: .45px rgba(3,4,6,.92); paint-order: stroke fill; text-shadow: 0 1px 0 rgba(255,235,168,.2), 0 2px 2px rgba(0,0,0,.9), 0 0 9px rgba(232,184,79,.1); }
.map-dashboard-head > div:first-child span { color: rgba(255,255,255,.48); font-size: 12px; }
.map-dashboard-legend { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; }
.map-dashboard-legend span { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 800; }
.map-dashboard-legend i { display: inline-block; width: 12px; height: 12px; border-radius: 3px; }
.map-dashboard-legend .legend-hq { background: #e8b84f; box-shadow: 0 0 11px rgba(232,184,79,.5); }
.map-dashboard-legend .legend-route { width: 18px; height: 2px; border-radius: 2px; background: linear-gradient(90deg,#e8b84f,#72d8d6); }
.map-dashboard-legend .legend-reach { border: 1px solid #72d8d6; background: rgba(114,216,214,.18); }
.delty-map-dashboard[data-view="globe"] .legend-map-only { display: none; }
.map-dashboard-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.map-view-switch { display: inline-flex; padding: 3px; border: 1px solid rgba(232,184,79,.24); border-radius: 999px; background: rgba(8,10,13,.55); }
.map-view-switch button { padding: 7px 11px; border: 0; border-radius: 999px; background: transparent; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 850; letter-spacing: .45px; cursor: pointer; transition: color .25s ease,background .25s ease,box-shadow .25s ease; }
.map-view-switch button.is-active { color: #111318; background: linear-gradient(135deg,#f7d979,#bc8629); box-shadow: 0 5px 16px rgba(217,171,69,.2); }
.globe-stage { position: relative; display: none; place-items: center; height: 548px; min-height: 548px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.08); background: radial-gradient(ellipse at 50% 84%,rgba(232,184,79,.09),transparent 25%),radial-gradient(circle at 50% 48%,rgba(114,216,214,.09),transparent 34%),radial-gradient(circle at 48% 52%,rgba(232,184,79,.09),transparent 44%),#0b0e13; isolation: isolate; perspective: 1100px; }
.globe-stage::after { content:""; position:absolute; z-index:0; left:50%; bottom:42px; width:min(350px,48vw); height:54px; border-radius:50%; background:radial-gradient(ellipse,rgba(0,0,0,.76),rgba(0,0,0,.18) 52%,transparent 72%); filter:blur(9px); transform:translateX(-50%); animation:globeGroundShadow 5.6s ease-in-out infinite; pointer-events:none; }
.delty-map-dashboard[data-view="globe"] .map-stage { display: none; }
.delty-map-dashboard[data-view="globe"] .globe-stage { display: grid; }
.delty-globe { position: relative; z-index: 2; width: min(430px,58vw); aspect-ratio: 1; border: 1px solid rgba(232,184,79,.46); border-radius: 50%; overflow: hidden; outline: none; cursor: ew-resize; transform: perspective(900px) translateZ(0) rotateX(-3deg); background: #05070a; box-shadow: inset -82px -25px 112px rgba(0,0,0,.94),inset 25px 8px 40px rgba(114,216,214,.1),inset 0 0 0 2px rgba(255,255,255,.025),0 0 22px rgba(114,216,214,.08),0 0 74px rgba(232,184,79,.13),0 38px 78px rgba(0,0,0,.62); transition: transform .65s cubic-bezier(.16,.8,.2,1),box-shadow .45s ease; animation:globeFloat 5.6s ease-in-out infinite; }
.delty-globe.globe-clean { overflow:visible; }
.delty-globe::before { content:""; position:absolute; z-index:6; inset:-1px; border-radius:inherit; background:conic-gradient(from 205deg,transparent 0 14%,rgba(114,216,214,.38) 20%,transparent 28% 62%,rgba(248,223,138,.45) 71%,transparent 79%); mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); mask-composite:exclude; -webkit-mask-composite:xor; padding:1px; opacity:.68; pointer-events:none; }
.delty-globe:hover,.delty-globe:focus-visible { box-shadow: inset -72px -18px 100px rgba(0,0,0,.82),inset 24px 7px 42px rgba(114,216,214,.14),0 0 30px rgba(114,216,214,.12),0 0 105px rgba(232,184,79,.2),0 46px 88px rgba(0,0,0,.62); }
.globe-surface { position: absolute; inset: 0; border-radius: inherit; background-color: #070a0e; background-image: linear-gradient(90deg,rgba(232,184,79,.08),rgba(114,216,214,.07)),url("https://upload.wikimedia.org/wikipedia/commons/9/9f/BlankMap-World-Equirectangular.svg"); background-repeat: no-repeat; background-size: 205% 100%; background-position: 14% 50%; background-blend-mode: screen,normal; filter: grayscale(1) invert(.86) sepia(.2) saturate(1.15) hue-rotate(145deg) brightness(.56) contrast(1.48); animation: globeTurnRight 34s ease-in-out infinite alternate; will-change: background-position; }
.globe-webgl { position:absolute; z-index:1; inset:0; width:100%; height:100%; border-radius:50%; opacity:0; transition:opacity .7s ease; touch-action:none; cursor:grab; }.globe-webgl:active { cursor:grabbing; }.delty-globe.webgl-ready .globe-webgl { opacity:1; }.delty-globe.webgl-ready .globe-surface { opacity:0; animation:none; }
.globe-city-marker { position:absolute; z-index:8; top:50%; left:50%; width:30px; height:30px; padding:0; border:0; border-radius:50%; background:radial-gradient(circle at 50% 50%,#fffbea 0 2px,#f2c65c 2.5px 4px,rgba(237,189,82,.18) 4.5px 7px,transparent 8px); filter:drop-shadow(0 0 6px rgba(255,213,103,.72)); opacity:0; isolation:isolate; pointer-events:none; transform:translate(-50%,-50%) scale(.7); transition:opacity .22s ease,transform .22s ease,filter .2s ease; cursor:pointer; }
.globe-city-marker.is-visible { opacity:1; pointer-events:auto; transform:translate(-50%,-50%) scale(1); }
.globe-city-marker:hover,.globe-city-marker:focus-visible { outline:none; filter:drop-shadow(0 0 9px rgba(255,218,116,.95)); }
.globe-city-marker::before { content:""; position:absolute; z-index:-1; left:50%; bottom:50%; width:30px; height:31px; background:url("https://upload.wikimedia.org/wikipedia/en/a/ae/Flag_of_the_United_Kingdom.svg") 5px 1px/24px 15px no-repeat,linear-gradient(90deg,#555b64,#f3f5f6 45%,#747b85) 3px 1px/2px 27px no-repeat,radial-gradient(circle,#f5ca61 0 34%,#8d6017 38% 70%,transparent 72%) 1px 25px/6px 6px no-repeat; filter:drop-shadow(0 5px 7px rgba(0,0,0,.55)) drop-shadow(0 0 5px rgba(255,255,255,.12)); opacity:0; transform:translate(-5px,11px) scale(.35); transform-origin:5px 28px; transition:opacity .2s ease,transform .4s cubic-bezier(.18,.92,.24,1.2); pointer-events:none; }
.globe-city-marker:hover::before,.globe-city-marker:focus-visible::before { opacity:1; transform:translate(-5px,-7px) scale(1); }
.globe-city-marker::after { content:""; position:absolute; z-index:-1; left:50%; top:50%; width:0; height:1px; border-radius:2px; background:linear-gradient(90deg,#b87917,#f7d878 72%,#fff1b4); box-shadow:0 0 7px rgba(242,198,92,.58); opacity:0; transform:rotate(18deg); transform-origin:0 50%; transition:width .48s cubic-bezier(.2,.78,.2,1),opacity .16s ease; pointer-events:none; }
.globe-city-marker:hover::after,.globe-city-marker:focus-visible::after { width:176px; opacity:1; }
.globe-city-tooltip { position:absolute; z-index:12; left:calc(50% + 168px); top:calc(50% + 55px); width:184px; padding:11px 13px 12px; overflow:visible; border:1px solid rgba(242,198,92,.72); border-radius:11px; background:linear-gradient(155deg,rgba(31,32,35,.98) 0%,rgba(8,9,12,.97) 52%,rgba(2,3,5,.99) 100%); box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.95),0 16px 36px rgba(0,0,0,.64),0 0 0 1px rgba(0,0,0,.65),0 0 20px rgba(232,184,79,.12); color:#fff; text-align:left; opacity:0; pointer-events:none; transform:translate(12px,8px) scale(.95); transform-origin:0 0; transition:opacity .2s ease,transform .34s cubic-bezier(.2,.82,.24,1); -webkit-backdrop-filter:blur(24px) saturate(1.15); backdrop-filter:blur(24px) saturate(1.15); }
.globe-city-tooltip::before { content:""; position:absolute; z-index:-1; top:8px; left:-6px; width:11px; height:11px; border-left:1px solid rgba(242,198,92,.72); border-top:1px solid rgba(242,198,92,.72); background:#050609; transform:rotate(-45deg); box-shadow:-3px -3px 8px rgba(0,0,0,.2); pointer-events:none; }
.globe-city-tooltip::after { content:""; position:absolute; z-index:0; top:0; left:13px; width:48px; height:2px; background:linear-gradient(90deg,#f7d775,#b57b20); box-shadow:0 0 10px rgba(242,198,92,.5); pointer-events:none; }
.globe-city-marker:hover .globe-city-tooltip,.globe-city-marker:focus-visible .globe-city-tooltip { opacity:1; transform:translate(0,0) scale(1); }
.globe-city-tooltip em { position:relative; z-index:1; display:block; margin-bottom:4px; color:#f5ca61; font-size:8px; font-style:normal; font-weight:950; letter-spacing:1.05px; text-shadow:0 0 10px rgba(242,198,92,.24); text-transform:uppercase; }.globe-city-tooltip strong { position:relative; z-index:1; display:block; color:#fff; font-size:14px; font-weight:850; line-height:1.2; letter-spacing:-.12px; text-shadow:0 1px 2px #000; }.globe-city-tooltip span,.globe-city-tooltip small { position:relative; z-index:1; display:block; margin-top:4px; color:rgba(255,255,255,.83); font-size:9px; font-weight:600; line-height:1.4; text-shadow:0 1px 2px #000; }.globe-city-tooltip small { color:rgba(255,255,255,.64); }
@keyframes globeLondonPulse { 0% { transform:scale(.55); opacity:.85; } 75%,100% { transform:scale(1.75); opacity:0; } }
.delty-globe.webgl-ready .globe-depth-shell { opacity:.42; }
.delty-globe.webgl-ready .globe-meridians { opacity:.08; }
.delty-globe.webgl-ready .globe-tech-grid { opacity:.07; }
.delty-globe.webgl-ready .globe-route-arcs { opacity:.32; }
.delty-globe.webgl-ready .globe-brand-core { opacity:.09; }
.delty-globe.webgl-ready .globe-shade { opacity:.48; }
.delty-globe.webgl-ready .globe-scan,
.delty-globe.webgl-ready .globe-hq-pulse { display:none; }
.globe-depth-shell { position:absolute; z-index:1; inset:2.5%; border-radius:50%; background:radial-gradient(circle at calc(34% + var(--globe-x,0px)) calc(28% + var(--globe-y,0px)),rgba(248,223,138,.13),transparent 17%),radial-gradient(circle at 62% 68%,rgba(114,216,214,.055),transparent 34%); box-shadow:inset 14px 7px 28px rgba(255,244,199,.035),inset -38px -18px 58px rgba(0,0,0,.55); transform:translate3d(calc(var(--globe-x,0px) * .18),calc(var(--globe-y,0px) * .18),18px); transition:transform .18s linear; pointer-events:none; }
.globe-meridians { position:absolute; z-index:2; inset:0; border-radius:50%; opacity:.22; background:repeating-radial-gradient(ellipse 18% 52% at center,transparent 0 18px,rgba(114,216,214,.12) 19px 20px,transparent 21px 38px); mask-image:radial-gradient(circle,#000 20%,transparent 83%); transform:translate3d(calc(var(--globe-x,0px) * -.12),calc(var(--globe-y,0px) * -.12),24px); pointer-events:none; }
.delty-globe.steer-left .globe-surface { animation-name: globeTurnLeft; animation-duration: 18s; }.delty-globe.steer-right .globe-surface { animation-name: globeTurnRight; animation-duration: 18s; }
.globe-shade { position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 32% 25%,rgba(255,244,199,.1),transparent 20%),linear-gradient(90deg,rgba(0,0,0,.72),transparent 24% 66%,rgba(0,0,0,.82)),radial-gradient(circle at 44% 43%,transparent 40%,rgba(0,0,0,.18) 62%,rgba(0,0,0,.9) 100%); pointer-events: none; }
.globe-atmosphere { position:absolute; z-index:5; inset:-1px; border-radius:50%; background:radial-gradient(circle at 30% 22%,rgba(255,238,181,.075),transparent 27%),radial-gradient(circle at 50% 50%,transparent 68%,rgba(114,216,214,.12) 82%,rgba(232,184,79,.13) 98%,transparent 100%); mix-blend-mode:screen; opacity:.38; animation:atmosphereShift 9s ease-in-out infinite; pointer-events:none; }
.globe-glow { position: absolute; inset: 8%; border: 1px solid rgba(114,216,214,.11); border-radius: 50%; box-shadow: inset 0 0 34px rgba(114,216,214,.05); pointer-events: none; }
.globe-tech-grid { position: absolute; inset: 0; border-radius: inherit; opacity: .24; background-image: repeating-radial-gradient(ellipse at center,transparent 0 28px,rgba(114,216,214,.1) 29px 30px),repeating-linear-gradient(90deg,transparent 0 47px,rgba(232,184,79,.065) 48px 49px); mask-image: radial-gradient(circle,#000 35%,transparent 84%); pointer-events: none; }
.globe-route-arcs { position: absolute; inset: 12%; border-radius: 50%; pointer-events: none; }.globe-route-arcs i { position: absolute; height: 28%; border: 1px solid transparent; border-top-color: rgba(244,200,91,.45); border-radius: 50%; filter: drop-shadow(0 0 5px rgba(232,184,79,.25)); animation: globeArcPulse 4.8s ease-in-out infinite; }.globe-route-arcs i:nth-child(1) { top: 30%; left: 12%; width: 54%; transform: rotate(12deg); }.globe-route-arcs i:nth-child(2) { top: 43%; left: 36%; width: 48%; border-top-color: rgba(114,216,214,.4); transform: rotate(-16deg); animation-delay: -1.6s; }.globe-route-arcs i:nth-child(3) { top: 18%; left: 31%; width: 41%; transform: rotate(29deg); animation-delay: -3.1s; }
.globe-brand-core { position: absolute; z-index: 4; top: 50%; left: 50%; display: grid; justify-items: center; gap: 1px; transform: translate(-50%,-50%); opacity: .2; text-align: center; pointer-events: none; mix-blend-mode: screen; }.globe-brand-core img { width: 52px; height: 52px; object-fit: contain; filter: drop-shadow(0 0 12px rgba(232,184,79,.45)); }.globe-brand-core span { color: #f5d372; font-size: 10px; font-weight: 950; letter-spacing: 2.4px; }.globe-brand-core small { color: #72d8d6; font-size: 4.5px; font-weight: 850; letter-spacing: 1.1px; }
.globe-scan { position: absolute; z-index: 5; top: -20%; bottom: -20%; left: -32%; width: 22%; transform: rotate(15deg); background: linear-gradient(90deg,transparent,rgba(114,216,214,.08),rgba(248,223,138,.13),transparent); filter: blur(5px); animation: globeScan 8.5s ease-in-out infinite; pointer-events: none; }
.globe-hq-pulse { position: absolute; z-index: 3; top: 28%; left: 48%; width: 6px; height: 6px; border-radius: 50%; background: #f4c85b; box-shadow: 0 0 0 5px rgba(244,200,91,.08),0 0 18px #e8b84f; animation: globeHqPulse 3.2s ease-in-out infinite; pointer-events: none; }
.globe-orbit { position:absolute; z-index:1; width:min(555px,73vw); aspect-ratio:1.82; border:1px solid rgba(114,216,214,.2); border-radius:50%; transform:rotateX(66deg) rotateZ(-9deg); box-shadow:0 0 13px rgba(114,216,214,.05); pointer-events:none; animation:globeOrbitOne 12s ease-in-out infinite; }.globe-orbit::after { content:""; position:absolute; top:50%; left:-3px; width:6px; height:6px; border-radius:50%; background:#72d8d6; box-shadow:0 0 12px #72d8d6; transform:translateY(-50%); animation:orbitNode 8s ease-in-out infinite alternate; }.globe-orbit-two { width:min(500px,67vw); border-color:rgba(232,184,79,.22); transform:rotateX(72deg) rotateZ(22deg); animation:globeOrbitTwo 15s ease-in-out infinite reverse; }.globe-orbit-two::after { background:#e8b84f; box-shadow:0 0 13px #e8b84f; animation-delay:-3s; }
.globe-orbit-front { position:absolute; z-index:3; width:min(548px,72vw); aspect-ratio:1.83; border-bottom:1.5px solid rgba(248,223,138,.38); border-radius:50%; transform:rotateX(68deg) rotateZ(-9deg); filter:drop-shadow(0 3px 5px rgba(232,184,79,.2)); pointer-events:none; animation:frontOrbitGlow 6s ease-in-out infinite; }
.globe-particles { position:absolute; z-index:1; inset:7%; transform:translate3d(calc(var(--stage-x,0px) * -.35),calc(var(--stage-y,0px) * -.35),0); transition:transform .25s ease-out; pointer-events:none; }.globe-particles i { position:absolute; width:3px; height:3px; border-radius:50%; background:#72d8d6; box-shadow:0 0 8px currentColor; opacity:.4; animation:particleFloat 7s ease-in-out infinite; }.globe-particles i:nth-child(2n) { color:#e8b84f; background:#e8b84f; }.globe-particles i:nth-child(1){left:8%;top:24%}.globe-particles i:nth-child(2){left:18%;top:72%;animation-delay:-2s}.globe-particles i:nth-child(3){left:28%;top:12%;animation-delay:-4s}.globe-particles i:nth-child(4){left:38%;top:84%;animation-delay:-1s}.globe-particles i:nth-child(5){left:53%;top:9%;animation-delay:-5s}.globe-particles i:nth-child(6){left:64%;top:81%;animation-delay:-3s}.globe-particles i:nth-child(7){left:76%;top:16%;animation-delay:-6s}.globe-particles i:nth-child(8){left:88%;top:67%;animation-delay:-2.5s}.globe-particles i:nth-child(9){left:94%;top:31%;animation-delay:-4.5s}.globe-particles i:nth-child(10){left:4%;top:51%;animation-delay:-1.5s}.globe-particles i:nth-child(11){left:70%;top:47%;animation-delay:-5.5s}.globe-particles i:nth-child(12){left:31%;top:57%;animation-delay:-3.5s}
@keyframes globeTurnLeft { from { background-position:86% 50%; } to { background-position:14% 50%; } }@keyframes globeTurnRight { from { background-position:14% 50%; } to { background-position:86% 50%; } }@keyframes globeHqPulse { 0%,100% { transform:scale(.85); opacity:.72; } 50% { transform:scale(1.18); opacity:1; } }@keyframes globeArcPulse { 0%,100% { opacity:.2; } 50% { opacity:.62; } }@keyframes globeScan { 0%,15% { transform:translateX(0) rotate(15deg); opacity:0; } 35%,68% { opacity:.65; } 85%,100% { transform:translateX(710%) rotate(15deg); opacity:0; } }@keyframes globeFloat { 0%,100% { translate:0 3px; } 50% { translate:0 -7px; } }@keyframes globeGroundShadow { 0%,100% { transform:translateX(-50%) scale(.96); opacity:.72; } 50% { transform:translateX(-50%) scale(.84); opacity:.46; } }@keyframes globeOrbitOne { 0%,100% { transform:rotateX(66deg) rotateZ(-9deg); opacity:.52; } 50% { transform:rotateX(62deg) rotateZ(-4deg); opacity:.9; } }@keyframes globeOrbitTwo { 0%,100% { transform:rotateX(72deg) rotateZ(22deg); opacity:.42; } 50% { transform:rotateX(68deg) rotateZ(28deg); opacity:.8; } }@keyframes orbitNode { from { left:-3px; } to { left:calc(100% - 3px); } }@keyframes atmosphereShift { 0%,100% { transform:rotate(-3deg) scale(1); opacity:.34; } 50% { transform:rotate(4deg) scale(1.025); opacity:.55; } }@keyframes frontOrbitGlow { 0%,100% { opacity:.35; } 50% { opacity:.9; } }@keyframes particleFloat { 0%,100% { transform:translate3d(0,0,0) scale(.7); opacity:.18; } 50% { transform:translate3d(7px,-13px,20px) scale(1.3); opacity:.72; } }
.map-stage { position: relative; overflow: hidden; width: 100%; height: 548px; min-height: 548px; background: radial-gradient(circle at 50% 38%, rgba(232,184,79,.1), transparent 26%), linear-gradient(180deg,#11151b,#0c0f14); }
.map-canvas { position: absolute; inset: 0; transform: scale(1); transform-origin: center; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.map-canvas.is-zoomed { cursor:grab; touch-action:none; }
.map-canvas.is-panning { cursor:grabbing; transition:none; user-select:none; }
.world-country-map { position: absolute; inset: 4% 5% 3%; width: 90%; height: 93%; object-fit: contain; opacity: .84; filter: grayscale(1) invert(.82) sepia(.1) saturate(.72) hue-rotate(155deg) brightness(.76) contrast(1.22); }
.delty-map .map-route-overlay { position: absolute; inset: 4% 5% 3%; width: 90%; height: 93%; min-height: 0; }
.map-london-hotspot { position: absolute; z-index: 3; top: 20.9%; left: 47.8%; width: 22px; height: 22px; padding: 0; border: 0; border-radius: 50%; background: transparent; transform: translate(-50%,-50%); cursor: help; }
.map-hq-flag-static { position:absolute; z-index:5; left:50%; bottom:50%; width:18px; height:26px; transform:translate(-3px,1px) scale(1); transform-origin:3px 100%; pointer-events:none; filter:drop-shadow(0 3px 4px rgba(0,0,0,.42)); opacity:.78; transition:transform .38s cubic-bezier(.2,.85,.25,1.18),opacity .24s ease,filter .3s ease; }
.map-hq-flag-static::before { content:""; position:absolute; left:2px; top:3px; width:1px; height:22px; border-radius:2px; background:linear-gradient(90deg,#79551b,#f5d774 52%,#8d651e); box-shadow:0 0 4px rgba(232,184,79,.25); }
.map-hq-flag-static::after { content:""; position:absolute; left:0; bottom:0; width:6px; height:1.5px; border-radius:50%; background:#d9ab45; }
.map-hq-flag-static > span { position:absolute; left:3px; top:2px; display:block; width:14px; height:9px; overflow:hidden; border-radius:1px; background:#15181e; box-shadow:0 0 0 1px rgba(255,255,255,.2),0 2px 4px rgba(0,0,0,.5); }
.map-hq-flag-static img { display:block; width:100%; height:100%; object-fit:cover; }
.map-london-hotspot:hover .map-hq-flag-static,.map-london-hotspot:focus-visible .map-hq-flag-static { opacity:1; transform:translate(-3px,1px) scale(1.58); filter:drop-shadow(0 6px 8px rgba(0,0,0,.55)) drop-shadow(0 0 5px rgba(232,184,79,.2)); }
.map-hq-connector { position:absolute; z-index:4; right:calc(100% + 8px); top:50%; width:0; height:1px; border-radius:2px; background:linear-gradient(90deg,rgba(232,184,79,.08),rgba(232,184,79,.65),rgba(244,200,91,.98)); box-shadow:0 0 7px rgba(232,184,79,.28); opacity:0; visibility:hidden; transform:translateY(-50%); transition:width .42s cubic-bezier(.2,.8,.2,1),opacity .2s ease,visibility .2s ease; pointer-events:none; }
.map-london-hotspot:hover .map-hq-connector,.map-london-hotspot:focus-visible .map-hq-connector { width:78px; opacity:1; visibility:visible; }
.map-hq-card { position: absolute; right: calc(100% + 96px); top: 50%; display: grid; gap: 2px; min-width: 126px; padding: 8px 10px; border: 1px solid rgba(232,184,79,.42); border-radius: 8px; background: rgba(10,12,16,.94); box-shadow: 0 14px 30px rgba(0,0,0,.35); opacity: 0; visibility: hidden; transform: translateY(-50%) translateX(6px); transition: opacity .25s ease, transform .25s ease, visibility .25s; pointer-events: none; backdrop-filter: blur(10px); }
.map-london-hotspot:hover .map-hq-card, .map-london-hotspot:focus-visible .map-hq-card { opacity: 1; visibility: visible; transform: translateY(-50%) translateX(0); }
.map-routes-premium { opacity: 0; visibility: hidden; }
.global-city-thread { stroke-width:.78; opacity:.62; pointer-events:none; }
.global-city-thread path { stroke-dasharray:34 18; animation:globalThreadFlow 28s linear infinite; }
.global-city-thread path:nth-child(2) { animation-delay:-5s; }.global-city-thread path:nth-child(3) { animation-delay:-10s; }.global-city-thread path:nth-child(4) { animation-delay:-15s; }.global-city-thread path:nth-child(5) { animation-delay:-20s; }.global-city-thread path:nth-child(6) { animation-delay:-24s; }
@keyframes globalThreadFlow { to { stroke-dashoffset:-156; } }
.map-routes-premium path { stroke-dasharray: .035 .035; animation-duration: 14s; }
.map-routes-premium path:nth-child(6) { animation-delay: -3.5s; }.map-routes-premium path:nth-child(7) { animation-delay: -4.2s; }.map-routes-premium path:nth-child(8) { animation-delay: -4.9s; }
.route-city-points circle { opacity: .92; filter: drop-shadow(0 0 4px rgba(114,216,214,.45)); animation: none; }
.route-city-labels text { fill: rgba(238,241,242,.56); font-size: 7px; font-weight: 850; letter-spacing: .65px; paint-order: stroke; stroke: rgba(10,12,16,.9); stroke-width: 2px; }
.europe-city-labels text { fill: rgba(244,226,174,.72); font-size: 4.8px; font-weight: 900; letter-spacing: .35px; paint-order: stroke; stroke: rgba(9,11,14,.95); stroke-width: 1.6px; }
.europe-routes { opacity: 0; visibility: hidden; }
.europe-points { fill: #f3cb67; filter: drop-shadow(0 0 3px rgba(232,184,79,.7)); }
.map-city-hitareas circle { fill: transparent; pointer-events: all; cursor: help; outline: none; }
.map-city-flag { position: absolute; z-index: 5; width: 31px; height: 37px; opacity: 0; visibility: hidden; transform: translate(-4px,-34px) scale(.72); transform-origin: 4px 100%; transition: opacity .18s ease,visibility .18s ease,transform .3s cubic-bezier(.2,.85,.25,1.25); pointer-events: none; filter: drop-shadow(0 5px 7px rgba(0,0,0,.48)); }
.map-city-flag::before { content:""; position:absolute; left:3px; top:4px; width:1.5px; height:32px; border-radius:2px; background:linear-gradient(90deg,#79551b,#f5d774 48%,#8d651e); box-shadow:0 0 5px rgba(232,184,79,.25); }
.map-city-flag::after { content:""; position:absolute; left:0; bottom:0; width:8px; height:2px; border-radius:50%; background:#d9ab45; box-shadow:0 1px 4px rgba(0,0,0,.65); }
.map-city-flag span { position:absolute; left:5px; top:3px; display:block; width:25px; height:16px; overflow:hidden; border-radius:1px 2px 2px 1px; background:#15181e; box-shadow:0 0 0 1px rgba(255,255,255,.24),0 3px 7px rgba(0,0,0,.5); }
.map-city-flag img { display:block; width:100%; height:100%; object-fit:cover; }
.map-city-flag.is-visible { opacity:1; visibility:visible; transform:translate(-4px,-34px) scale(1); }
.map-city-connector { position:absolute; z-index:4; width:0; height:1px; border-radius:2px; background:linear-gradient(90deg,rgba(244,200,91,.96),rgba(232,184,79,.62),rgba(232,184,79,.08)); box-shadow:0 0 7px rgba(232,184,79,.24); opacity:0; visibility:hidden; transform-origin:0 50%; transition:opacity .2s ease,width .42s cubic-bezier(.2,.8,.2,1),visibility .2s ease; pointer-events:none; }
.map-city-connector.is-visible { opacity:1; visibility:visible; }
.map-country-aura { opacity: 0; transform-box: fill-box; transform-origin: center; transform: scale(.72); pointer-events: none; transition: opacity .32s ease, transform .55s cubic-bezier(.2,.7,.2,1); filter: drop-shadow(0 0 7px rgba(114,216,214,.16)); }
.map-country-aura.is-visible { opacity: 1; transform: scale(1); animation: countryAuraBreathe 3.8s ease-in-out infinite; }
@keyframes countryAuraBreathe { 0%,100% { opacity: .62; } 50% { opacity: .92; } }
.map-city-tooltip { position:absolute; z-index:6; right:22px; bottom:20px; left:auto; top:auto; display:grid; gap:3px; width:184px; min-width:0; padding:10px 12px; border:1px solid rgba(232,184,79,.4); border-radius:8px; background:linear-gradient(145deg,rgba(5,6,8,.97),rgba(14,16,20,.91)); box-shadow:0 14px 32px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.045); opacity:0; visibility:hidden; transform:translateY(7px); transition:opacity .2s ease,visibility .2s ease,transform .28s ease; pointer-events:none; backdrop-filter:blur(12px); }
.map-city-tooltip.is-left { right:auto; left:22px; }
.map-city-tooltip.is-visible { opacity:1; visibility:visible; transform:translateY(0); }
.map-city-tooltip strong { color: #fff; font-size: 11px; line-height: 1.2; }
.map-city-tooltip span { color: #e8b84f; font-size: 8px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }
.map-route-overlay .london-point circle:last-child { animation-duration: 4.8s; }
.delty-map-dashboard::before { animation-duration: 14s; opacity: .55; }
.map-hq-card span { color: #d9ab45; font-size: 9px; font-weight: 900; letter-spacing: 1px; }.map-hq-card strong { color: #fff; font-size: 13px; }.map-hq-card small { color: rgba(255,255,255,.45); font-size: 8px; }
.map-zoom-controls { position: absolute; z-index: 4; top: 18px; right: 18px; display: grid; gap: 8px; }
.map-zoom-controls button { width: 34px; height: 34px; padding: 0; border: 1px solid rgba(232,184,79,.36); border-radius: 7px; background: rgba(13,15,19,.88); color: #e8b84f; font-size: 21px; line-height: 1; cursor: pointer; backdrop-filter: blur(8px); }
.map-zoom-controls button:hover { border-color: #e8b84f; background: rgba(232,184,79,.12); }
.contact-map-section { padding-top: 24px; background: var(--cream); color: var(--ink); }
.contact-map-grid { display: grid; grid-template-columns: minmax(280px, 430px) minmax(0, 1fr); gap: 46px; align-items: center; }
.contact-map-grid .section-head { display: grid; grid-template-columns: 1fr; gap: 18px; margin-bottom: 0; }
.contact-map { position: relative; overflow: hidden; justify-self: center; width: min(100%, 410px); aspect-ratio: 1 / 1; min-height: 0; margin-top: 28px; padding: 10px; border: 1px solid rgba(215, 173, 79, .46); border-radius: var(--radius); background: linear-gradient(135deg, #18150f, #0f1013 54%, #2a2114); box-shadow: 0 28px 84px rgba(21, 22, 26, .2), 0 18px 46px rgba(142, 103, 36, .18), inset 0 1px 0 rgba(255, 255, 255, .18); }
.contact-map iframe { position: absolute; inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); border: 0; border-radius: calc(var(--radius) - 6px); filter: grayscale(.2) saturate(.65) contrast(1.12) brightness(.86); }
.contact-image img { position: absolute; inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); object-fit: contain; object-position: center; border-radius: calc(var(--radius) - 6px); filter: saturate(.9) contrast(1.08) brightness(.9); }
.map-label { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; border: 1px solid rgba(248, 223, 152, .24); border-radius: 8px; color: var(--text); background: rgba(16, 17, 20, .76); backdrop-filter: blur(14px); box-shadow: 0 18px 46px rgba(0, 0, 0, .28); }
.map-label span { color: rgba(255, 255, 255, .58); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.map-label strong { color: var(--yellow); font-family: var(--font-display); font-size: 15px; white-space: nowrap; }
.process-grid { position: relative; background: rgba(255, 255, 255, .3); box-shadow: 0 26px 76px rgba(16, 17, 20, .14); }
.step { min-height: 250px; position: relative; overflow: hidden; padding: 30px; color: var(--text); background: linear-gradient(145deg, #1d2027, #141519); transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.step::after { content: ""; position: absolute; top: 0; bottom: 0; left: -90px; width: 68px; transform: skewX(-22deg); background: linear-gradient(90deg, transparent, rgba(248, 223, 152, .1), transparent); transition: left .55s ease; }
.step:hover { z-index: 1; transform: translateY(-7px); background: linear-gradient(145deg, #242730, #17181d); box-shadow: 0 24px 58px rgba(16, 17, 20, .26); }
.step:hover::after { left: calc(100% + 70px); }
.step h3 { position: relative; z-index: 1; margin-bottom: 12px; color: var(--text); }
.step p { position: relative; z-index: 1; margin: 0; color: rgba(255, 255, 255, .66); }
.step-num { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin-bottom: 48px; border-radius: 50%; color: var(--dark); background: linear-gradient(135deg, #f8df98, #d7ad4f 56%, #9a6b25); box-shadow: 0 10px 28px rgba(215, 173, 79, .22), 0 0 0 7px rgba(215, 173, 79, .07); font-weight: 950; }
.price { margin: 22px 0 24px; font-family: var(--font-display); font-size: 48px; line-height: 1; font-weight: 700; }
.pricing-switcher { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 18px; align-items: stretch; }
.pricing-tabs { display: grid; gap: 12px; align-content: center; }
.pricing-tab { --tier-fill: var(--gold); --tier-border: rgba(248, 223, 152, .48); --tier-glow: rgba(215, 173, 79, .18); min-height: 110px; position: relative; overflow: hidden; display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--text); background: linear-gradient(135deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .025)); cursor: pointer; text-align: left; font-family: var(--font-display); transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.pricing-tab::before { content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(115deg, transparent 0 24%, rgba(255, 255, 255, .46) 36%, transparent 48% 100%); transform: translateX(-55%); transition: opacity .2s ease, transform .35s ease; pointer-events: none; }
.pricing-tab[data-plan="basic"] { --tier-fill: linear-gradient(135deg, #f0bd82 0%, #b46f35 48%, #6f3f1f 100%); --tier-border: rgba(240, 189, 130, .55); --tier-glow: rgba(180, 111, 53, .28); --tier-icon: #f0bd82; }
.pricing-tab[data-plan="premium"] { --tier-fill: linear-gradient(135deg, #f4f7fb 0%, #aeb9c6 38%, #5f6975 72%, #edf2f8 100%); --tier-border: rgba(210, 220, 231, .72); --tier-glow: rgba(186, 199, 212, .28); --tier-icon: #dfe5eb; }
.pricing-tab[data-plan="custom"] { --tier-fill: var(--gold); --tier-border: rgba(248, 223, 152, .48); --tier-glow: rgba(215, 173, 79, .2); --tier-icon: #d7ad4f; }
.pricing-tab-icon { position: relative; z-index: 1; grid-row: 1 / span 2; width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; border: 1px solid color-mix(in srgb, var(--tier-icon) 48%, rgba(255, 255, 255, .16)); border-radius: 8px; color: var(--tier-icon); background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04)), rgba(255, 255, 255, .035); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 12px 24px rgba(0, 0, 0, .18); transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.pricing-tab-icon::before { content: ""; position: absolute; inset: -48%; background: linear-gradient(112deg, transparent 32%, rgba(255, 255, 255, .34) 48%, transparent 64%); transform: translateX(-72%) skewX(-18deg); opacity: 0; transition: opacity .18s ease; }
.pricing-tab-icon svg { position: relative; z-index: 1; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pricing-tab-label { position: relative; z-index: 1; display: grid; gap: 8px; min-width: 0; }
.pricing-tab strong { position: relative; z-index: 1; font-size: 24px; line-height: 1; }
.pricing-tab span { position: relative; z-index: 1; color: var(--soft); font-family: var(--font-body); font-size: 14px; font-weight: 700; }
.pricing-tab .pricing-tab-icon { color: var(--tier-icon); }
.pricing-tab .pricing-tab-label span { color: var(--soft); }
.pricing-tab.is-active, .pricing-tab:hover { color: var(--dark); background: var(--tier-fill); border-color: var(--tier-border); transform: translateX(8px); box-shadow: 0 18px 42px var(--tier-glow), inset 0 1px 0 rgba(255, 255, 255, .42); }
.pricing-tab.is-active::before, .pricing-tab:hover::before { opacity: .72; transform: translateX(58%); }
.pricing-tab.is-active span, .pricing-tab:hover span { color: rgba(16, 17, 20, .7); }
.pricing-tab.is-active .pricing-tab-icon, .pricing-tab:hover .pricing-tab-icon { color: var(--dark); border-color: rgba(16, 17, 20, .2); background: rgba(255, 255, 255, .28); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .38), 0 14px 28px rgba(16, 17, 20, .14); transform: scale(1.03); }
.pricing-tab.is-active .pricing-tab-icon::before, .pricing-tab:hover .pricing-tab-icon::before { opacity: 1; animation: pricingIconSweep 1.05s ease both; }
@keyframes pricingIconSweep { from { transform: translateX(-72%) skewX(-18deg); } to { transform: translateX(72%) skewX(-18deg); } }
.pricing-panel { position: relative; display: grid; min-height: 450px; overflow: hidden; padding: 38px; border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--radius); background: linear-gradient(115deg, rgba(215, 173, 79, .13), transparent 34%), linear-gradient(135deg, #17191f, #101114); box-shadow: 0 30px 90px rgba(0, 0, 0, .32); }
.pricing-panel::after { content: ""; position: absolute; top: 0; bottom: 0; width: 120px; left: -160px; transform: skewX(-22deg); background: linear-gradient(90deg, transparent, rgba(248, 223, 152, .16), transparent); animation: pricingScan 4.8s ease-in-out infinite; }
@keyframes pricingScan { 0%, 40% { left: -180px; } 75%, 100% { left: calc(100% + 160px); } }
.pricing-plan { position: relative; z-index: 1; display: none; min-height: 100%; animation: pricingReveal .28s ease both; }
.pricing-plan.is-active { display: grid; grid-template-rows: auto 1fr auto; gap: 22px; }
@keyframes pricingReveal { from { opacity: 0; transform: translateY(14px) skewY(.8deg); } to { opacity: 1; transform: translateY(0) skewY(0); } }
.pricing-plan-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: start; }
.pricing-plan .price { margin: 0; color: var(--yellow); text-align: right; }
.pricing-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.pricing-plan h3 { margin-bottom: 10px; }
.pricing-badges span { min-height: 28px; display: inline-flex; align-items: center; padding: 0 10px; border: 1px solid rgba(248, 223, 152, .44); border-radius: 999px; color: var(--dark); background: linear-gradient(135deg, rgba(248, 223, 152, .96), rgba(215, 173, 79, .76)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .36); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.pricing-plan ul { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 12px 18px; padding: 0; margin: 8px 0 4px; list-style: none; }
.pricing-plan .button { width: 190px; justify-self: start; align-self: end; margin-top: 10px; }
.pricing-plan li { color: var(--soft); }
.pricing-plan li::before { content: ""; display: inline-block; width: 9px; height: 9px; margin-right: 10px; border-radius: 50%; background: linear-gradient(135deg, #f8df98, #d7ad4f 58%, #9a6b25); vertical-align: 1px; }
.price-toggle summary { position: relative; z-index: 1; display: grid; cursor: pointer; list-style: none; }
.price-toggle summary::-webkit-details-marker { display: none; }
.price-toggle summary::after { content: ""; position: absolute; top: 6px; right: 0; width: 12px; height: 12px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
.price-toggle[open] summary::after { transform: rotate(225deg); }
.price-toggle .price-details { position: relative; z-index: 1; display: grid; grid-template-rows: 0fr; opacity: 0; perspective: 900px; transition: grid-template-rows .32s ease, opacity .2s ease, margin .22s ease; }
.price-toggle .price-details > div { overflow: hidden; position: relative; transform-origin: top; transform: rotateX(-86deg) scaleY(.55); transition: transform .34s cubic-bezier(.2, .8, .2, 1); }
.price-toggle .price-details > div::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(180deg, rgba(255, 255, 255, .1) 0 1px, transparent 1px 13px); opacity: .5; mix-blend-mode: screen; }
.price-toggle[open] .price-details { grid-template-rows: 1fr; opacity: 1; margin-top: 8px; }
.price-toggle[open] .price-details > div { transform: rotateX(0deg) scaleY(1); }
.featured { color: var(--dark); background: var(--yellow); border-color: rgba(16, 17, 20, .18); box-shadow: 0 24px 70px rgba(21, 22, 26, .18); }
.featured p, .featured li { color: rgba(16, 17, 20, .7); }
.featured .button { margin-top: auto; }

.pricing-services-section { position: relative; overflow: hidden; background: linear-gradient(145deg, #14161b, #0f1013); }
.pricing-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pricing-service-card { position: relative; overflow: hidden; min-height: 260px; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 14px; color: var(--text); background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .018)); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.pricing-service-card::before { content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--yellow), var(--pink)); opacity: .68; }
.pricing-service-card:hover { transform: translateY(-7px); border-color: rgba(248, 223, 152, .34); box-shadow: 0 26px 68px rgba(0, 0, 0, .28); }
.pricing-service-card > span { margin-bottom: 30px; color: rgba(248, 223, 152, .76); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pricing-service-card h3 { margin-bottom: 12px; }
.pricing-service-card p { margin: 0 0 24px; color: var(--soft); }
.pricing-service-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.pricing-service-actions a { color: rgba(255, 255, 255, .6); font-size: 12px; font-weight: 850; transition: color .18s ease; }
.pricing-service-actions a:hover { color: var(--text); }
.pricing-service-actions .pricing-ask { min-height: 36px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid rgba(248, 223, 152, .32); border-radius: 999px; color: var(--dark); background: var(--gold); box-shadow: 0 10px 26px rgba(215, 173, 79, .14); }
.pricing-service-actions .pricing-ask:hover { color: var(--dark); transform: translateY(-1px); }
.pricing-route { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 18px; padding: 22px 24px; border: 1px solid rgba(248, 223, 152, .17); border-radius: 14px; background: rgba(248, 223, 152, .055); }
.pricing-route > div { display: grid; gap: 4px; }
.pricing-route span { color: var(--soft); }
.pricing-route .button { flex: 0 0 auto; border-radius: 999px; }

.portal-section { position: relative; overflow: hidden; background: var(--dark); }
.portal-shell { position: relative; display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: 24px; align-items: stretch; }
.portal-login-card, .portal-preview { position: relative; overflow: hidden; border: 1px solid rgba(248, 223, 152, .22); border-radius: var(--radius); background: linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)); box-shadow: 0 30px 90px rgba(0, 0, 0, .28); }
.portal-login-card::before, .portal-preview::before { content: ""; position: absolute; top: 0; left: 28px; right: 28px; height: 3px; transform: skewX(-26deg); background: var(--gold); box-shadow: 0 0 30px rgba(215, 173, 79, .4); }
.portal-login-card { display: grid; align-content: center; gap: 20px; padding: 32px; }
.portal-login-card h2 { font-size: clamp(32px, 4vw, 48px); }
.portal-login-card p { margin: 0; color: var(--soft); }
.portal-form { display: grid; gap: 13px; }
.portal-form label { display: grid; gap: 8px; color: var(--text); font-weight: 850; }
.portal-form span { font-family: var(--font-display); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.portal-form input, .portal-form select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 7px; color: var(--text); background: #292b31; font: inherit; outline: none; }
.portal-form select { cursor: pointer; color-scheme: dark; }
.portal-form input:focus, .portal-form select:focus { border-color: rgba(248, 223, 152, .56); box-shadow: 0 0 0 4px rgba(215, 173, 79, .13); }
.portal-form .button { width: 100%; }
.portal-note { padding: 14px; border: 1px solid rgba(248, 223, 152, .16); border-radius: 7px; color: rgba(255, 255, 255, .62); background: rgba(255, 255, 255, .045); font-size: 13px; }
.portal-preview { padding: 30px; }
.portal-preview-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.portal-status { min-height: 30px; display: inline-flex; align-items: center; padding: 0 11px; border: 1px solid rgba(104, 199, 165, .34); border-radius: 999px; color: #b9f5df; background: rgba(104, 199, 165, .1); font-size: 12px; font-weight: 900; }
.portal-preview h3 { margin-bottom: 6px; }
.portal-preview p { margin: 0; color: var(--soft); }
.portal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.portal-tile { position: relative; overflow: hidden; min-height: 150px; padding: 20px; border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius); background: rgba(255, 255, 255, .055); }
.portal-tile::after { content: ""; position: absolute; top: 0; bottom: 0; width: 70px; left: -90px; transform: skewX(-24deg); background: linear-gradient(90deg, transparent, rgba(248, 223, 152, .16), transparent); animation: portalScan 4.8s ease-in-out infinite; }
.portal-tile:nth-child(2)::after { animation-delay: .5s; }
.portal-tile:nth-child(3)::after { animation-delay: 1s; }
.portal-tile:nth-child(4)::after { animation-delay: 1.5s; }
.portal-tile span { display: block; margin-bottom: 18px; color: var(--yellow); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.portal-tile strong { display: block; font-family: var(--font-display); font-size: 24px; line-height: 1.05; }
.portal-tile small { display: block; margin-top: 10px; color: rgba(255, 255, 255, .58); font-size: 13px; line-height: 1.5; }
.portal-ledger { display: grid; gap: 10px; margin-top: 16px; }
.portal-ledger-row { display: grid; grid-template-columns: 1fr auto auto; gap: 14px; align-items: center; min-height: 48px; padding: 0 14px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 7px; background: rgba(0, 0, 0, .16); color: rgba(255, 255, 255, .76); font-size: 13px; }
.portal-ledger-row strong { color: var(--text); font-size: 14px; }
.portal-ledger-row span:last-child { color: var(--yellow); font-weight: 900; }
.portal-progress { display: grid; gap: 12px; margin-top: 16px; padding: 16px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 7px; background: rgba(0, 0, 0, .16); }
.portal-progress-head, .portal-progress-steps { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.portal-progress-head span { color: var(--yellow); font-size: 13px; font-weight: 900; }
.portal-progress-track { height: 7px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, .08); }
.portal-progress-track span { display: block; width: 68%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #9a6b25, #f8df98, #d7ad4f); box-shadow: 0 0 20px rgba(215, 173, 79, .4); }
.portal-progress-steps span { color: rgba(255, 255, 255, .42); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.portal-progress-steps .is-complete { color: rgba(248, 223, 152, .76); }
.portal-progress-steps .is-current { color: var(--yellow); }
@keyframes portalScan { 0%, 42% { left: -90px; opacity: 0; } 60% { opacity: 1; } 100% { left: calc(100% + 90px); opacity: 0; } }

.cta { color: var(--dark); background: linear-gradient(112deg, rgba(255, 255, 255, .22) 0 1px, transparent 1px 46px), radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .42), transparent 30%), linear-gradient(135deg, #f3dda0 0%, #d0a150 45%, #8c682e 100%); }
.cta-inner { min-height: 310px; display: grid; grid-template-columns: minmax(0, 760px) auto; gap: 40px; align-items: center; }
.cta p { max-width: 560px; color: rgba(16, 17, 20, .72); font-size: 18px; }
.services-cta .button { min-width: 270px; border-radius: 999px; box-shadow: 0 18px 44px rgba(16, 17, 20, .2); }
footer { position: relative; overflow: hidden; background: #0d0e11; color: var(--text); }
.footer-grid { position: relative; width: min(1360px, calc(100% - 40px)); display: grid; grid-template-columns: minmax(300px, 1.5fr) minmax(150px, .52fr) minmax(150px, .52fr) minmax(320px, 1.12fr); gap: clamp(56px, 8vw, 122px); align-items: start; padding: 88px 0 58px; border-bottom: 1px solid rgba(248, 223, 152, .08); }
.footer-grid > div { position: relative; min-width: 0; }
.footer-grid p, .footer-grid a { color: var(--soft); }
.footer-grid p { max-width: 370px; line-height: 1.75; }
.footer-grid .brand { margin-bottom: 16px; }
.footer-grid h3 { margin: 0 0 24px; color: rgba(248, 223, 152, .88); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { display: grid; gap: 14px; }
.footer-links a { position: relative; width: fit-content; padding-bottom: 3px; transition: color .18s ease, transform .18s ease; }
.footer-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--gold); transition: right .2s ease; }
.footer-links a:hover { color: var(--text); transform: translateX(7px); }
.footer-links a:hover::after { right: 0; }
.social-links { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.social-links a, .chat-launcher { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 1px solid rgba(248, 223, 152, .26); border-radius: 10px; color: var(--text); background: rgba(255, 255, 255, .055); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05); transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease; }
.social-links a:hover, .chat-launcher:hover { color: var(--dark); border-color: rgba(248, 223, 152, .46); background: var(--gold); box-shadow: 0 16px 36px rgba(215, 173, 79, .18), inset 0 1px 0 rgba(255, 255, 255, .38); transform: translateY(-2px); }
.social-links svg, .chat-launcher svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.footer-bottom { width: min(1320px, calc(100% - 40px)); min-height: 82px; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 28px; color: rgba(255, 255, 255, .54); font-size: 13px; letter-spacing: .02em; border-top: 1px solid rgba(248, 223, 152, .08); }
.footer-bottom > span:first-child { justify-self: start; }
.footer-bottom > span:last-child { justify-self: end; }
.legal-links { display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: rgba(255, 255, 255, .58); }
.legal-links a { position: relative; color: rgba(255, 255, 255, .62); transition: color .18s ease; }
.legal-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -4px; height: 1px; background: var(--gold); transition: right .2s ease; }
.legal-links a:hover { color: var(--yellow); }
.legal-links a:hover::after { right: 0; }
.footer-legal { width: min(1320px, calc(100% - 40px)); margin: -12px auto 0; padding: 0 0 30px; color: rgba(255, 255, 255, .38); font-size: 11px; line-height: 1.7; text-align: center; }
.footer-made { display: inline-flex; align-items: center; justify-content: center; gap: 6px; color: rgba(255, 255, 255, .68); font-weight: 700; }
.made-heart { color: #ff4d5f; font-size: 13px; line-height: 1; transform: translateY(-1px); }
.chat-launcher { position: fixed; left: 22px; bottom: 22px; z-index: 40; width: 54px; height: 54px; border-radius: 50%; color: var(--dark); background: var(--gold); box-shadow: 0 20px 48px rgba(0, 0, 0, .32), 0 12px 28px rgba(215, 173, 79, .22); }

.privacy-book-section { position: relative; overflow: hidden; color: var(--text); background: radial-gradient(circle at 16% 9%, rgba(215, 173, 79, .14), transparent 28%), linear-gradient(180deg, #101114 0%, #15171d 100%); }
.privacy-book-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 0 48%, rgba(255, 255, 255, .035) 49%, transparent 51% 100%); background-size: 150px 150px; opacity: .45; }
.privacy-book-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(220px, 280px) minmax(0, 1fr); gap: 28px; align-items: start; }
.privacy-book-nav { position: sticky; top: 92px; overflow: auto; max-height: calc(100vh - 112px); padding: 22px; border: 1px solid rgba(248, 223, 152, .18); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)); box-shadow: 0 24px 70px rgba(0, 0, 0, .22); scrollbar-width: thin; scrollbar-color: rgba(215, 173, 79, .42) transparent; }
.privacy-book-nav::before { content: ""; position: absolute; top: 0; left: 22px; right: 22px; height: 3px; transform: skewX(-24deg); background: var(--gold); box-shadow: 0 0 28px rgba(215, 173, 79, .34); }
.privacy-book-nav strong { display: block; margin-bottom: 16px; color: var(--yellow); font-family: var(--font-display); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.privacy-book-nav a { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 10px; align-items: center; min-height: 42px; color: var(--soft); font-size: 13px; font-weight: 800; transition: color .18s ease, transform .18s ease; }
.privacy-book-nav a span { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid rgba(248, 223, 152, .2); border-radius: 7px; color: var(--yellow); font-family: var(--font-display); font-size: 11px; }
.privacy-book-nav a:hover { color: var(--text); transform: translateX(4px); }
.privacy-book { position: relative; overflow: hidden; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(215, 173, 79, .36); border-radius: var(--radius); color: var(--ink); background: linear-gradient(90deg, #fffaf0 0%, #fcf6e9 49.5%, #fff9eb 50.5%, #fffdf7 100%); box-shadow: 0 36px 100px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .8); }
.privacy-book::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 12px; transform: translateX(-50%); background: linear-gradient(90deg, rgba(116, 87, 36, .025), rgba(116, 87, 36, .07), rgba(255, 255, 255, .18)); box-shadow: 0 0 22px rgba(116, 87, 36, .08); pointer-events: none; opacity: .7; }
.privacy-book::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(154, 107, 37, .2); border-radius: calc(var(--radius) - 2px); pointer-events: none; }
.privacy-book-header { position: relative; z-index: 1; max-width: 760px; margin-bottom: 34px; padding-right: clamp(0px, 3vw, 34px); }
.privacy-book-header .eyebrow { color: #9a6b25; }
.privacy-book-header .eyebrow::before { background: #d7ad4f; }
.privacy-book-header h1 { max-width: 720px; color: var(--ink); font-size: clamp(44px, 5.5vw, 70px); line-height: .98; text-wrap: balance; }
.privacy-book-header p { max-width: 680px; color: #5f626b; font-size: 18px; }
.privacy-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.privacy-meta span { min-height: 32px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid rgba(154, 107, 37, .24); border-radius: 999px; color: #6f501d; background: rgba(215, 173, 79, .09); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.privacy-chapters { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 26px; }
.privacy-chapter { position: relative; overflow: hidden; min-height: 220px; padding: 24px; border: 1px solid rgba(215, 173, 79, .3); border-radius: var(--radius); color: #fffaf0; background: linear-gradient(145deg, rgba(20, 21, 25, .97), rgba(35, 32, 25, .96)); box-shadow: 0 16px 34px rgba(44, 31, 10, .13), inset 0 1px 0 rgba(255, 255, 255, .07); }
.privacy-chapter::after { content: ""; position: absolute; top: 0; left: 22px; right: 22px; height: 2px; transform: skewX(-24deg); background: linear-gradient(90deg, #f3cf73, #bd8426); opacity: .72; box-shadow: 0 0 22px rgba(215, 173, 79, .2); pointer-events: none; }
.privacy-chapter.full { grid-column: 1 / -1; }
.privacy-chapter h2 { position: relative; z-index: 1; margin-bottom: 14px; color: #fffaf0; font-size: clamp(24px, 3vw, 36px); }
.privacy-chapter h3 { margin: 20px 0 8px; color: #fffaf0; font-size: 18px; }
.privacy-chapter p, .privacy-chapter li { color: #c8c9cf; }
.privacy-chapter p { margin-top: 0; }
.privacy-chapter ul { display: grid; gap: 10px; padding-left: 18px; margin: 14px 0 0; }
.privacy-table { display: grid; gap: 10px; margin-top: 16px; }
.privacy-table-row { display: grid; grid-template-columns: minmax(140px, .72fr) minmax(0, 1.15fr) minmax(140px, .72fr); gap: 12px; padding: 14px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 7px; background: rgba(255, 255, 255, .045); }
.privacy-table-row strong { color: #fffaf0; }
.privacy-table-row span { color: #c8c9cf; font-size: 14px; }
.privacy-contact-card { display: grid; gap: 10px; padding: 18px; border: 1px solid rgba(215, 173, 79, .28); border-radius: var(--radius); background: rgba(215, 173, 79, .09); }
.privacy-contact-card a { color: #f3cf73; font-weight: 900; }
.privacy-ai { overflow: hidden; background: linear-gradient(135deg, rgba(13, 18, 21, .98), rgba(34, 30, 22, .97)); border-color: rgba(215, 173, 79, .52); box-shadow: 0 20px 44px rgba(48, 35, 12, .19), inset 0 1px 0 rgba(255,255,255,.1); }
.privacy-ai::before { content: ""; position: absolute; width: 280px; height: 280px; right: -90px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(215, 173, 79, .2), transparent 68%); pointer-events: none; }
.privacy-ai-heading { position: relative; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.privacy-ai .privacy-status { display: inline-flex; min-height: 28px; align-items: center; margin-bottom: 12px; padding: 0 10px; border: 1px solid rgba(126, 222, 220, .35); border-radius: 999px; color: #9ce9e5; background: rgba(84, 189, 188, .08); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.privacy-ai h2, .privacy-ai strong { color: #fffaf0; }
.privacy-ai p, .privacy-ai span { color: #c8c9cf; }
.privacy-ai-mark { position: relative; flex: 0 0 58px; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(248, 223, 152, .4); border-radius: 14px; color: #101114 !important; background: var(--gold); box-shadow: 0 12px 30px rgba(215, 173, 79, .2); font-family: var(--font-display); font-size: 16px; font-weight: 900; }
.privacy-ai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 20px 0; }
.privacy-ai-grid > div { display: grid; align-content: start; gap: 7px; min-height: 138px; padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(255,255,255,.045); }
.privacy-ai-grid strong { font-size: 14px; }
.privacy-ai-grid span { font-size: 13px; line-height: 1.55; }
.privacy-notice { display: grid; gap: 7px; padding: 16px 18px; border-left: 3px solid #d7ad4f; background: rgba(215, 173, 79, .09); }
.privacy-notice span, .privacy-ai-footnote { font-size: 13px; line-height: 1.55; }
.privacy-ai-footnote { margin: 14px 0 0 !important; color: #9b9da5 !important; }

@media (max-width: 980px) {
  body.mobile-nav-open { overflow: hidden; }
  .topbar { background: rgba(14, 15, 18, .96); }
  .nav { min-height: 72px; align-items: center; flex-wrap: nowrap; gap: 10px; padding: 8px 0; }
  .nav .brand { position: relative; z-index: 2; flex: 0 1 auto; min-width: 0; }
  .nav .brand-mark { width: 46px; height: 42px; }
  .nav .brand > span:last-child { font-size: 19px; }
  .nav-actions { position: relative; z-index: 2; display: flex; gap: 8px; margin-left: auto; }
  .nav-actions .portal-nav-link, .nav-actions .language-switcher { display: none; }
  .nav-actions .button-primary { min-height: 42px; padding-inline: 15px; }
  .mobile-menu-toggle { position: relative; z-index: 2; width: 44px; height: 44px; flex: 0 0 44px; display: inline-grid; place-items: center; padding: 0; border: 1px solid rgba(215, 173, 79, .34); border-radius: 50%; color: #f5c84b; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,.11), 0 10px 28px rgba(0,0,0,.2); cursor: pointer; }
  .mobile-menu-toggle-lines, .mobile-menu-toggle-lines::before, .mobile-menu-toggle-lines::after { width: 18px; height: 1.5px; display: block; border-radius: 999px; background: currentColor; transition: transform .22s ease, opacity .18s ease; }
  .mobile-menu-toggle-lines { position: relative; }
  .mobile-menu-toggle-lines::before, .mobile-menu-toggle-lines::after { content: ""; position: absolute; left: 0; }
  .mobile-menu-toggle-lines::before { top: -6px; }
  .mobile-menu-toggle-lines::after { top: 6px; }
  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle-lines { background: transparent; }
  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle-lines::before { top: 0; transform: rotate(45deg); }
  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle-lines::after { top: 0; transform: rotate(-45deg); }
  .nav-links { position: fixed; z-index: 1; top: 80px; right: 14px; left: 14px; width: auto; max-height: calc(100dvh - 94px); display: none; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 5px; margin: 0; padding: 12px; overflow: auto; transform: none; border: 1px solid rgba(215, 173, 79, .28); border-radius: 16px; color: var(--soft); background: linear-gradient(150deg, rgba(25,27,32,.985), rgba(12,13,16,.985)); box-shadow: 0 30px 80px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(24px); }
  body.mobile-nav-open .nav-links { display: flex; animation: mobileMenuReveal .24s ease both; }
  .nav-link, .nav-item summary { width: 100%; min-height: 48px; justify-content: space-between; padding: 0 15px; border-radius: 10px; }
  .nav-item { width: 100%; }
  .nav-item[open]::after { content: none; }
  .dropdown, .dropdown-services { position: static; width: 100%; min-width: 0; grid-template-columns: 1fr; gap: 3px; max-height: 0; padding: 0 7px; overflow: hidden; border: 0; border-radius: 10px; opacity: 0; visibility: hidden; pointer-events: none; transform: none; background: rgba(255,255,255,.035); box-shadow: none; backdrop-filter: none; transition: max-height .25s ease, opacity .2s ease, padding .2s ease; }
  .nav-item[open] .dropdown { max-height: 620px; padding: 7px; opacity: 1; visibility: visible; pointer-events: auto; transform: none; animation: none; }
  .dropdown a { padding: 11px 12px; }
  .dropdown a:hover, .dropdown a.active { transform: none; }
  .mobile-menu-extras { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 7px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.09); }
  .mobile-menu-extras a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: #f3f0e8; background: rgba(255,255,255,.045); font-size: 13px; font-weight: 850; }
  .mobile-menu-extras a:last-child { color: #111216; border-color: rgba(248,223,152,.42); background: var(--gold); }
  @keyframes mobileMenuReveal { from { opacity: 0; transform: translateY(-10px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
  .page-hero-grid, .section-head, .split, .cta-inner, .footer-grid, .pricing-switcher, .contact-map-grid, .booking-grid, .founder-showcase, .founder-card, .portal-shell, .blog-feature, .blog-hub-grid, .blog-toolbar, .blog-library-layout, .privacy-book-shell, .privacy-chapters, .article-hero-grid, .article-shell { grid-template-columns: 1fr; }
  .footer-grid { gap: 34px; }
  .booking-grid > div { position: static; }
  .privacy-book-nav, .article-toc { position: static; }
  .privacy-book-nav { max-height: none; }
  .privacy-ai-grid { grid-template-columns: 1fr; }
  .blog-filter-rail { position: static; }
  .privacy-chapter.full { grid-column: auto; }
  .founder-details { min-height: 300px; }
  .pricing-tabs { align-content: start; }
  .grid-3, .grid-4, .post-grid, .pricing-service-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 660px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav { min-height: 64px; padding-block: 7px; }
  .nav-links { top: 78px; }
  .nav-actions .button-primary { min-height: 40px; width: auto; padding-inline: 13px; font-size: 0; }
  .nav-actions .button-primary::after { content: "Start"; font-size: 13px; }
  .mobile-menu-toggle { width: 40px; height: 40px; flex-basis: 40px; }
  .menu-panel { width: calc(100vw - 28px); }
  .page-hero { padding: 112px 0 62px; }
  h1 { font-size: 46px; }
  .button { width: 100%; }
  section { padding: 68px 0; }
  .grid-2, .grid-3, .grid-4, .post-grid, .pricing-service-grid, .faq-accordion, .pricing-plan-head, .pricing-plan ul, .form-row, .portal-grid, .portal-ledger-row { grid-template-columns: 1fr; }
  .pricing-route { align-items: stretch; flex-direction: column; }
  .post-card { min-height: 320px; padding: 24px; }
  .blog-post-card { min-height: 274px; }
  .blog-post-card .post-meta { margin-bottom: 20px; }
  .blog-post-card .post-index { font-size: 42px; }
  .post-meta { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 28px; }
  .blog-hub-hero { padding: 116px 0 62px; }
  .blog-library-grid, .blog-post-card.is-featured { grid-template-columns: 1fr; }
  .blog-post-card.is-featured { min-height: 330px; }
  .blog-post-card.is-featured .post-index { font-size: 50px; }
  .article-hero { padding: 116px 0 62px; }
  .article-body { padding: 24px; }
  .article-dossier div { grid-template-columns: 1fr; gap: 4px; }
  .article-nav { grid-template-columns: 1fr; }
  .article-nav a:last-child { text-align: left; }
  .article-share { align-items: flex-start; flex-direction: column; }
  .article-share-actions { justify-content: flex-start; }
  .blog-post-aside { min-height: 98px; padding: 14px; }
  .blog-post-aside strong { font-size: 20px; }
  .blog-feature-copy { padding: 26px; }
  .blog-feature-visual { min-height: 320px; }
  .blog-feature-label { align-items: flex-start; flex-direction: column; gap: 5px; }
  .consultation-form { padding: 22px; }
  .delty-map { min-height: 330px; border-radius: 18px; }
  .delty-map svg { min-height: 330px; transform: scale(1.18); }
  .delty-map-status { top: 14px; left: 14px; }
  .map-dashboard-head { align-items: flex-start; flex-direction: column; padding: 16px; }
  .map-dashboard-legend { gap: 8px 12px; }
  .map-dashboard-actions { width: 100%; align-items: flex-start; flex-direction: column; gap: 10px; }
  .globe-stage { height: 410px; min-height: 410px; }.delty-globe { width: min(330px,78vw); }
  .map-stage { height: 410px; min-height: 410px; }
  .map-london-hotspot { top: 20.9%; left: 47.8%; }
  .map-hq-card { min-width: 106px; padding: 7px 8px; }
  .pricing-panel { padding: 26px; }
  .pricing-tab.is-active, .pricing-tab:hover { transform: translateX(0); }
  .pricing-tab.is-active .pricing-tab-icon, .pricing-tab:hover .pricing-tab-icon { transform: scale(1.03); }
  .pricing-plan .price { text-align: left; }
  .pricing-plan .button { width: min(100%, 190px); }
  .footer-bottom { min-height: auto; grid-template-columns: 1fr; justify-items: start; gap: 10px; padding: 22px 0; }
  .footer-bottom > span:first-child, .footer-bottom > span:last-child { justify-self: start; }
  .legal-links { justify-content: flex-start; flex-wrap: wrap; }
  .footer-legal { margin-top: 0; text-align: left; }
  .privacy-book { padding: 24px; background: #fffaf0; }
  .privacy-book::before { display: none; }
  .privacy-book-header h1 { font-size: clamp(40px, 13vw, 58px); }
  .privacy-ai-heading { align-items: center; }
  .privacy-ai-mark { flex-basis: 48px; width: 48px; height: 48px; }
  .privacy-table-row { grid-template-columns: 1fr; }
  .contact-map { max-width: 410px; margin-top: 0; }
  .map-label { align-items: flex-start; flex-direction: column; gap: 5px; }
  .map-label strong { white-space: normal; }
  .chat-launcher { left: 16px; bottom: 16px; width: 50px; height: 50px; }
  .portal-login-card, .portal-preview { padding: 22px; }
  .portal-preview-head { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .site-loader, .site-loader::before, .site-loader-mark, .site-loader-line::after { animation: none !important; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
.trust-services{position:relative;overflow:hidden;padding:78px 0;background:linear-gradient(180deg,#111217,#0d0e12);border-block:1px solid rgba(248,223,152,.12)}
.trust-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.trust-services-card{position:relative;overflow:hidden;padding:25px;border:1px solid rgba(248,223,152,.18);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.018));box-shadow:0 24px 58px rgba(0,0,0,.2)}
.trust-services-card:before{content:"";position:absolute;inset:0 24px auto;height:2px;background:linear-gradient(90deg,#76d9d5,#d7ad4f,#cb6696)}
.trust-services-card>span{color:#e5b946;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.trust-services-card h3{margin:12px 0 18px;font-size:23px}
.trust-services-card ul{display:grid;gap:10px;margin:0;padding:0;list-style:none;color:#b8bac2}
.trust-services-card li{position:relative;padding-left:18px}
.trust-services-card li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:#d7ad4f;box-shadow:0 0 12px rgba(215,173,79,.55)}
.trust-services-note{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px;color:#8f929c;font-size:11px;text-align:center}
.trust-services-note strong{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border:1px solid rgba(126,222,220,.34);border-radius:999px;color:#9ce9e5;background:rgba(84,189,188,.07);font-size:9px;letter-spacing:.1em;text-transform:uppercase}
@media(max-width:900px){.trust-services-grid{grid-template-columns:1fr}.trust-services{padding:58px 0}}
@media(max-width:560px){.trust-services-note{align-items:flex-start;flex-direction:column;text-align:left}}
.required-mark{color:#74d8d5;font:inherit}
.phone-field{display:grid!important;grid-template-columns:132px minmax(0,1fr);gap:10px}
.phone-field select,.phone-field input{min-width:0}
@media(max-width:520px){.phone-field{grid-template-columns:116px minmax(0,1fr)}}
.country-picker{position:relative;display:block!important;min-width:0}
.country-picker-toggle{width:100%;height:100%;min-height:46px;display:grid;grid-template-columns:24px 1fr 8px;align-items:center;gap:8px;padding:0 12px;border:1px solid rgba(248,223,152,.22);border-radius:8px;color:var(--text);background:rgba(255,255,255,.075);font:inherit;font-weight:750;cursor:pointer}
.country-picker-toggle img,.country-picker-menu img{width:22px;height:15px;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.12)}
.country-picker-toggle i{position:relative;width:13px;height:8px;transition:transform .18s ease}.country-picker-toggle i:before,.country-picker-toggle i:after{content:"";position:absolute;top:3px;width:8px;height:2px;border-radius:2px;background:#e3b447}.country-picker-toggle i:before{left:0;transform:rotate(42deg)}.country-picker-toggle i:after{right:0;transform:rotate(-42deg)}
.country-picker.is-open .country-picker-toggle i{transform:rotate(180deg)}
.country-picker-menu{position:absolute;z-index:40;left:0;top:calc(100% + 6px);width:min(330px,78vw);max-height:420px;display:none!important;overflow:auto;padding:6px;border:1px solid rgba(248,223,152,.24);border-radius:10px;background:#111419;box-shadow:0 20px 50px rgba(0,0,0,.5)}
.country-picker.is-open .country-picker-menu{display:grid!important}
.country-picker-menu button{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:9px 10px;border:0;border-radius:6px;color:#f1f1ef;background:transparent;font:inherit;text-align:left;cursor:pointer}
.country-picker-menu button:hover,.country-picker-menu button:focus-visible{outline:none;background:linear-gradient(90deg,rgba(116,216,213,.14),rgba(215,91,152,.08))}
.country-picker-menu b{color:#d9ae4c;font-size:12px}
.premium-select-native{position:absolute!important;width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;margin:0!important;opacity:0;pointer-events:none}
.premium-select{position:relative;display:block!important;min-width:0}
.premium-select-toggle{position:relative;width:100%;min-height:46px;display:grid;grid-template-columns:minmax(0,1fr) 16px;align-items:center;gap:14px;padding:0 15px;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#f4f4f2;background:linear-gradient(135deg,rgba(255,255,255,.095),rgba(255,255,255,.045));box-shadow:inset 0 1px 0 rgba(255,255,255,.035);font:inherit;font-weight:750;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.premium-select-toggle:hover,.premium-select.is-open .premium-select-toggle{border-color:rgba(240,200,94,.5);background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(217,174,76,.055));box-shadow:0 0 0 4px rgba(217,174,76,.09),inset 0 1px 0 rgba(255,255,255,.06)}
.premium-select-toggle i{position:relative;width:14px;height:9px;transition:transform .2s ease}.premium-select-toggle i:before,.premium-select-toggle i:after{content:"";position:absolute;top:3px;width:8px;height:2px;border-radius:2px;background:#e3b447}.premium-select-toggle i:before{left:0;transform:rotate(42deg)}.premium-select-toggle i:after{right:0;transform:rotate(-42deg)}.premium-select.is-open .premium-select-toggle i{transform:rotate(180deg)}
.premium-select-menu{position:absolute;z-index:45;left:0;right:0;top:calc(100% + 7px);max-height:360px;display:none!important;overflow:auto;padding:7px;border:1px solid rgba(240,200,94,.24);border-radius:11px;background:rgba(13,15,19,.97);box-shadow:0 26px 65px rgba(0,0,0,.62),inset 0 1px 0 rgba(255,255,255,.045);backdrop-filter:blur(18px)}
.premium-select-menu,.country-picker-menu{scrollbar-width:thin;scrollbar-color:#c9a64b #111419}
.premium-select-menu::-webkit-scrollbar,.country-picker-menu::-webkit-scrollbar{width:9px}
.premium-select-menu::-webkit-scrollbar-track,.country-picker-menu::-webkit-scrollbar-track{margin:7px 0;border-radius:999px;background:#111419;box-shadow:inset 0 0 0 1px rgba(255,255,255,.045)}
.premium-select-menu::-webkit-scrollbar-thumb,.country-picker-menu::-webkit-scrollbar-thumb{min-height:46px;border:2px solid #111419;border-radius:999px;background:linear-gradient(180deg,#f0c85e 0%,#c9a64b 42%,#74d8d5 72%,#d75b98 100%);box-shadow:0 0 12px rgba(116,216,213,.2)}
.premium-select-menu::-webkit-scrollbar-thumb:hover,.country-picker-menu::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#f6dc8a 0%,#74d8d5 58%,#e16aa6 100%)}
.premium-select.is-open .premium-select-menu{display:grid!important;animation:premiumMenuIn .2s ease-out both}
.premium-select-option{display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:12px;width:100%;min-height:43px;padding:9px 12px;border:0;border-radius:7px;color:#eceeed;background:transparent;font:inherit;text-align:left;cursor:pointer;transition:color .16s ease,background .16s ease,transform .16s ease}
.premium-select-option:hover,.premium-select-option:focus-visible{outline:none;color:#fff;background:linear-gradient(90deg,rgba(116,216,213,.14),rgba(215,91,152,.07));transform:translateX(2px)}
.premium-select-option i{opacity:0;color:#74d8d5;font-style:normal;font-weight:900}.premium-select-option.is-selected{color:#f3d77f;background:linear-gradient(90deg,rgba(217,174,76,.16),rgba(255,255,255,.025))}.premium-select-option.is-selected i{opacity:1}.premium-select-option.is-placeholder{color:#999da6}
@keyframes premiumMenuIn{from{opacity:0;transform:translateY(-7px) scale(.985)}to{opacity:1;transform:none}}
.file-upload{position:relative}
.file-upload>input{position:absolute!important;width:1px!important;height:1px!important;opacity:0;pointer-events:none}
.file-upload-surface{display:flex!important;align-items:center;gap:13px;min-height:84px;padding:14px 20px;border:1px dashed #69707a;border-radius:2px;background:#20232a;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}
.file-upload-surface:hover,.file-upload.is-dragging .file-upload-surface{border-color:#74d8d5;background:#222730;transform:translateY(-1px)}
.file-upload-surface>svg{flex:0 0 42px;width:42px;height:42px;padding:9px;border-radius:3px;color:#eef0f4;background:#2b2e36;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.file-upload-surface>span{display:grid!important;gap:4px}
.file-upload-surface strong{color:#f0f1f3;font-size:14px;font-weight:650}.file-upload-surface u{color:#4ebee8;text-decoration:none}.file-upload-surface small{color:#a7abb4;font-size:12px;font-weight:500;letter-spacing:0;text-transform:none}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.file-upload-list{display:grid!important;gap:6px;margin-top:8px}
.file-upload-list:empty{display:none!important}
.file-upload-list em{display:flex;justify-content:space-between;gap:12px;padding:7px 10px;border-radius:7px;color:#d7d9de;background:rgba(255,255,255,.045);font-size:12px;font-style:normal;text-transform:none;letter-spacing:0}.file-upload-list b{color:#8f949e;font-weight:600}
