:root {
  --white: #FFFFFF;
  --gray: #E5E5E5;
  --yellow: #FCA311;
  --blue: #14213D;
  --black: #000000;
  --ink: #0E1118;
  --muted: #7A7D86;
  --panel: rgba(255,255,255,0.08);
  --line: rgba(255,255,255,0.14);
  --dark-line: rgba(20,33,61,0.14);
  --shadow: 0 26px 80px rgba(0,0,0,0.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--white); background: var(--black); overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 12% 18%, rgba(252,163,17,.18), transparent 30%), radial-gradient(circle at 88% 40%, rgba(20,33,61,.9), transparent 34%), #000; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(2.85rem, 5.7vw, 5.95rem); line-height: .94; font-weight: 900; }
h2 { font-size: clamp(2rem, 3.6vw, 3.85rem); line-height: 1; font-weight: 900; }
h3 { font-size: clamp(1.05rem, 1.35vw, 1.28rem); line-height: 1.25; font-weight: 900; }
p { color: rgba(255,255,255,.72); line-height: 1.65; font-size: 1rem; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: 12px; top: -80px; background: var(--yellow); color: var(--black); padding: 10px 14px; z-index: 999; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; top: 18px; left: 0; right: 0; z-index: 1000; padding: 0 18px; }
.nav-shell { width: min(1120px, 100%); margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; background: rgba(255,255,255,.94); color: var(--blue); border: 1px solid rgba(20,33,61,.12); border-radius: 999px; padding: 8px 10px 8px 16px; box-shadow: 0 18px 54px rgba(0,0,0,.14); backdrop-filter: blur(20px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; color: var(--blue); white-space: nowrap; }
.brand-burst { width: 30px; height: 30px; flex: none; background: var(--yellow); clip-path: polygon(50% 0,60% 30%,90% 12%,72% 42%,100% 50%,72% 58%,90% 88%,60% 70%,50% 100%,40% 70%,10% 88%,28% 58%,0 50%,28% 42%,10% 12%,40% 30%); animation: spinSoft 9s linear infinite; }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.4vw, 34px); }
.main-nav a { color: rgba(20,33,61,.72); font-weight: 900; font-size: .95rem; transition: color .22s ease, transform .22s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--black); transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; place-items: center; gap: 4px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--blue); margin: 4px auto; }
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 999px; padding: 12px 20px; border: 1px solid transparent; font-weight: 900; overflow: hidden; transition: transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease; isolation: isolate; }
.btn::after { content: ""; position: absolute; inset: -80% auto -80% -40%; width: 34%; background: rgba(255,255,255,.34); transform: rotate(18deg) translateX(-120%); transition: transform .55s ease; z-index: -1; }
.btn:hover { transform: translateY(-3px); }
.btn:hover::after { transform: rotate(18deg) translateX(520%); }
.btn-primary { background: var(--yellow); border-color: var(--black); color: var(--black); box-shadow: 0 18px 38px rgba(252,163,17,.26); }
.btn-dark { background: var(--blue); color: var(--white); border-color: rgba(255,255,255,.12); }
.btn-ghost { color: var(--blue); border-color: rgba(20,33,61,.2); background: var(--white); }
.btn-wide { width: 100%; }
.nav-action { min-height: 52px; padding-inline: 24px; font-size: .98rem; }
.section-pad { padding: 92px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--yellow); text-transform: uppercase; font-size: .73rem; font-weight: 900; margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 18px; height: 18px; background: currentColor; clip-path: polygon(50% 0,63% 35%,100% 35%,70% 57%,82% 100%,50% 74%,18% 100%,30% 57%,0 35%,37% 35%); }
.section-heading { max-width: 790px; margin: 0 auto 42px; text-align: center; }
.section-heading p { max-width: 640px; margin: 16px auto 0; }
.hero-wrap { min-height: 100vh; padding: 106px 0 42px; display: grid; place-items: center; }
.hero-card { width: min(1120px, calc(100% - 40px)); min-height: 590px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: end; gap: 22px; background: var(--white); color: var(--blue); border-radius: 0 0 52px 52px; padding: clamp(28px, 4.2vw, 56px); overflow: hidden; position: relative; box-shadow: var(--shadow); }
.hero-card::before { content: ""; position: absolute; right: 7%; top: 13%; width: 260px; height: 260px; background: var(--yellow); opacity: .18; border-radius: 50%; filter: blur(24px); animation: floaty 8s ease-in-out infinite; }
.hero-copy { position: relative; z-index: 2; align-self: center; }
.hero-copy h1 span { display: block; color: var(--black); }
.hero-copy p { color: #535866; max-width: 540px; font-size: 1.04rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-person { position: relative; align-self: stretch; display: flex; align-items: flex-end; justify-content: center; min-height: 470px; }
.hero-person::before { content: ""; position: absolute; width: min(350px, 82%); aspect-ratio: 1; bottom: 16px; border-radius: 50%; background: linear-gradient(140deg, var(--gray), var(--white)); box-shadow: inset 0 0 0 14px rgba(252,163,17,.22), 0 26px 70px rgba(20,33,61,.14); }
.hero-person img { position: relative; z-index: 2; width: min(420px, 100%); max-height: 535px; object-fit: contain; filter: drop-shadow(0 28px 30px rgba(0,0,0,.26)); animation: heroIn .9s ease both; }
.orbit-card { position: absolute; z-index: 3; background: var(--blue); color: var(--white); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; padding: 12px 16px; font-weight: 900; box-shadow: 0 22px 50px rgba(0,0,0,.2); animation: floaty 6s ease-in-out infinite; }
.orbit-one { right: 4%; top: 20%; }
.orbit-two { left: 4%; bottom: 22%; background: var(--yellow); color: var(--black); animation-delay: -2s; }
.stat-ribbon { width: min(980px, calc(100% - 56px)); margin: -34px auto 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; overflow: hidden; box-shadow: 0 18px 52px rgba(0,0,0,.24); backdrop-filter: blur(18px); }
.stat-ribbon div { background: rgba(20,33,61,.78); padding: 20px 16px; text-align: center; }
.stat-ribbon strong { display: block; color: var(--white); font-size: clamp(1.45rem, 2.4vw, 2.15rem); line-height: 1; font-weight: 900; }
.stat-ribbon span { display: block; color: rgba(255,255,255,.62); margin-top: 8px; font-size: .86rem; font-weight: 800; }
.service-ticker { overflow: hidden; background: var(--yellow); color: var(--black); border-block: 2px solid var(--black); transform: rotate(-1.4deg) scale(1.03); margin: 12px 0 22px; }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 20px; padding: 15px 0; animation: marquee 24s linear infinite; }
.ticker-track span { text-transform: uppercase; font-size: clamp(1.05rem, 2vw, 1.65rem); font-weight: 900; white-space: nowrap; }
.ticker-track b { font-size: 1.4rem; }
.split-section { background: linear-gradient(180deg, transparent, rgba(20,33,61,.28)); }
.split-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 38px; align-items: center; }
.split-grid p { font-size: 1rem; }
.image-stack { min-height: 420px; display: grid; grid-template-columns: .9fr .75fr; gap: 18px; align-items: end; }
.mini-image { min-height: 300px; border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow); background: linear-gradient(140deg, rgba(255,255,255,.16), rgba(255,255,255,.04)), radial-gradient(circle at 30% 30%, var(--yellow), transparent 26%), var(--blue); position: relative; overflow: hidden; }
.mini-image::after { content: ""; position: absolute; inset: 24px; border-radius: 22px; background: repeating-linear-gradient(0deg, rgba(255,255,255,.16) 0 2px, transparent 2px 28px); }
.image-two { min-height: 230px; margin-bottom: 54px; background: linear-gradient(140deg, rgba(252,163,17,.9), rgba(255,255,255,.08)), var(--black); }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.pill-list span { display: inline-flex; border: 1px solid var(--line); color: var(--white); border-radius: 999px; padding: 10px 14px; background: rgba(255,255,255,.06); font-weight: 800; }
.services-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.services-grid-full { grid-template-columns: repeat(2,minmax(0,1fr)); }
.service-card, .blog-card, .feature-board, .contact-card, .smart-form, .related-card { position: relative; border: 1px solid var(--line); background: linear-gradient(150deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); border-radius: 24px; padding: 24px; box-shadow: 0 16px 44px rgba(0,0,0,.15); transition: transform .28s ease, border-color .28s ease, background .28s ease; overflow: hidden; }
.service-card::before, .blog-card::before, .feature-board::before, .related-card::before { content: ""; position: absolute; inset: auto -20% -35% 20%; height: 120px; background: radial-gradient(circle, rgba(252,163,17,.18), transparent 65%); pointer-events: none; }
.service-card:hover, .blog-card:hover, .feature-board:hover, .related-card:hover { transform: translateY(-8px); border-color: rgba(252,163,17,.55); background: linear-gradient(150deg, rgba(255,255,255,.14), rgba(255,255,255,.05)); }
.service-no { position: absolute; right: 26px; top: 24px; color: var(--yellow); font-weight: 900; }
.icon-box { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--yellow); color: var(--black); font-weight: 900; margin-bottom: 22px; }
.service-card ul, .check-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 10px; }
.service-card li, .check-list li { position: relative; padding-left: 26px; color: rgba(255,255,255,.78); font-weight: 750; }
.service-card li::before, .check-list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(252,163,17,.13); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--yellow); font-weight: 900; margin-top: 8px; }
.text-link::after { content: "->"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(5px); }
.process-section { background: var(--blue); }
.process-line { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.process-line article { min-height: 205px; border-radius: 22px; border: 1px solid rgba(255,255,255,.12); padding: 22px; background: rgba(0,0,0,.18); transition: transform .28s ease, background .28s ease; }
.process-line article:hover { transform: translateY(-8px); background: rgba(0,0,0,.28); }
.process-line span { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: var(--yellow); color: var(--black); font-weight: 900; margin-bottom: 34px; }
.client-strip { padding: 58px 0; overflow: hidden; background: var(--white); color: var(--blue); }
.client-strip p { color: var(--blue); text-align: center; font-weight: 900; margin-bottom: 22px; }
.logo-marquee { overflow: hidden; }
.logo-marquee div { display: flex; width: max-content; gap: 16px; animation: marqueeReverse 28s linear infinite; }
.logo-marquee span { min-width: 210px; border: 1px solid rgba(20,33,61,.14); border-radius: 18px; padding: 16px 18px; background: #f7f7f7; color: var(--blue); font-weight: 900; box-shadow: 0 14px 34px rgba(20,33,61,.08); }
.logo-marquee i { display: inline-flex; margin-right: 10px; color: var(--yellow); font-style: normal; }
.dark-section { background: #050505; }
.testimonial-shell { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; }
.testimonial-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(320px, 1fr); gap: 16px; overflow: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial-card { min-height: 235px; scroll-snap-align: start; border-radius: 24px; border: 1px solid var(--line); padding: 24px; background: rgba(255,255,255,.08); }
.quote-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--black); font-size: 1.8rem; font-weight: 900; margin-bottom: 22px; }
.slider-btn { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,.08); color: var(--white); font-size: 2rem; transition: transform .22s ease, background .22s ease; }
.slider-btn:hover { transform: scale(1.08); background: var(--yellow); color: var(--black); }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.blog-card span { display: inline-flex; color: var(--yellow); font-weight: 900; text-transform: uppercase; font-size: .78rem; margin-bottom: 18px; }
.blog-card { min-height: 295px; display: flex; flex-direction: column; }
.blog-card .text-link { margin-top: auto; }
.cta-slab { margin: 0 0 82px; display: flex; justify-content: space-between; align-items: center; gap: 26px; border-radius: 30px; border: 2px solid var(--black); background: var(--yellow); color: var(--black); padding: clamp(26px,4vw,46px); box-shadow: 0 24px 62px rgba(252,163,17,.22); }
.cta-slab .eyebrow, .cta-slab p { color: var(--black); }
.cta-slab .eyebrow::before { background: var(--black); }
.cta-slab h2 { max-width: 760px; }
.page-hero { padding: 150px 0 82px; background: radial-gradient(circle at 78% 18%, rgba(252,163,17,.16), transparent 30%), var(--blue); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.55rem, 5vw, 4.8rem); line-height: .98; }
.page-hero p { max-width: 720px; font-size: 1.04rem; }
.feature-board { background: linear-gradient(145deg, rgba(252,163,17,.2), rgba(255,255,255,.07)); }
.feature-board .btn { margin-top: 18px; }
.mini-stat { display: flex; align-items: end; gap: 12px; border-top: 1px solid var(--line); padding-top: 18px; margin-top: 18px; }
.mini-stat strong { color: var(--yellow); font-size: 2.2rem; line-height: 1; font-weight: 900; }
.faq-list { display: grid; gap: 14px; }
.faq-large { max-width: 980px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.075); overflow: hidden; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 18px; border: 0; background: transparent; color: var(--white); padding: 22px 24px; text-align: left; font-size: 1rem; font-weight: 900; }
.faq-large .faq-item button { font-size: 1.12rem; padding: 26px; }
.faq-item b { color: var(--yellow); font-size: 1.5rem; transition: transform .22s ease; }
.faq-item div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-item div > p { overflow: hidden; padding: 0 26px; margin: 0; }
.faq-item.is-open div { grid-template-rows: 1fr; }
.faq-item.is-open div > p { padding-bottom: 24px; }
.faq-item.is-open b { transform: rotate(45deg); }
.contact-layout .split-grid { align-items: start; }
.contact-card a, .contact-card p { display: block; color: rgba(255,255,255,.82); font-weight: 800; margin: 12px 0; }
.smart-form label { display: grid; gap: 8px; color: rgba(255,255,255,.86); font-weight: 900; font-size: .92rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.span-2 { grid-column: span 2; }
input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.08); color: var(--white); padding: 14px 16px; font: inherit; outline: none; transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
select option { color: var(--black); }
input:focus, select:focus, textarea:focus { border-color: var(--yellow); box-shadow: 0 0 0 4px rgba(252,163,17,.14); background: rgba(255,255,255,.12); }
.smart-form .btn { margin-top: 18px; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.related-card { display: grid; gap: 12px; color: var(--white); font-size: 1.25rem; font-weight: 900; }
.related-card span { color: var(--yellow); font-size: .9rem; }
.site-footer { border-top: 1px solid var(--line); background: #030303; padding: 72px 0 28px; }
.footer-top { width: min(1180px, calc(100% - 36px)); margin: 0 auto; display: grid; grid-template-columns: 1.3fr .8fr 1.1fr 1fr; gap: 34px; }
.site-footer h3 { font-size: 1rem; color: var(--white); margin-bottom: 18px; }
.site-footer a, .site-footer p { display: block; color: rgba(255,255,255,.64); margin: 0 0 10px; font-weight: 750; }
.site-footer a:hover { color: var(--yellow); }
.footer-bottom { width: min(1180px, calc(100% - 36px)); margin: 46px auto 0; border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.55); font-size: .9rem; }
.chat-widget { position: fixed; right: 22px; bottom: 22px; z-index: 1100; }
.chat-launch { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--black); border-radius: 999px; padding: 14px 18px; background: var(--yellow); color: var(--black); font-weight: 900; box-shadow: 0 20px 50px rgba(252,163,17,.28); }
.chat-dot { width: 10px; height: 10px; border-radius: 50%; background: #13c45b; box-shadow: 0 0 0 8px rgba(19,196,91,.14); }
.chat-panel { position: absolute; right: 0; bottom: 66px; width: 386px; max-width: calc(100vw - 30px); border-radius: 28px; border: 1px solid rgba(255,255,255,.16); background: var(--blue); box-shadow: 0 28px 90px rgba(0,0,0,.38); overflow: hidden; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px) scale(.98); transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
.chat-panel.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }
.chat-head { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 16px; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.2); }
.sania-avatar { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--black); font-weight: 900; }
.chat-head strong, .chat-head span { display: block; }
.chat-head span { color: rgba(255,255,255,.68); font-size: .84rem; }
.chat-head span i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #13c45b; margin-right: 6px; }
.chat-head button { border: 0; background: transparent; color: var(--white); font-size: 1.2rem; }
.chat-feed { max-height: 360px; overflow-y: auto; padding: 16px; }
.chat-msg { width: fit-content; max-width: 86%; border-radius: 18px; padding: 11px 13px; margin-bottom: 10px; font-size: .94rem; line-height: 1.45; }
.chat-msg.bot { background: rgba(255,255,255,.1); color: var(--white); border: 1px solid rgba(255,255,255,.12); }
.chat-msg.user { margin-left: auto; background: var(--yellow); color: var(--black); font-weight: 800; }
.chat-controls { display: grid; gap: 8px; padding: 14px; border-top: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.18); }
.chat-option, .chat-submit, .chat-reset { border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.08); color: var(--white); padding: 11px 12px; text-align: left; font-weight: 850; transition: background .2s ease, transform .2s ease, color .2s ease; }
.chat-option:hover, .chat-submit { background: var(--yellow); color: var(--black); transform: translateY(-1px); }
.chat-field { border-radius: 16px; }
.chat-reset { text-align: center; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
:root { --font-primary: "BRIGTEN", "Poppins", system-ui, sans-serif; --font-secondary: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
:root { --chat-bg: #071226; --chat-panel: #0f1b33; --chat-card: #172642; --chat-bubble: #24324f; --chat-border: #3a4a68; --accent: #f5a400; --accent-hover: #ffb82e; --text: #ffffff; --muted: #b8c0d4; --success: #22c55e; }
body { font-family: var(--font-secondary); }
h1,h2,h3,.btn,.eyebrow,.main-nav a,.brand,.service-no,.stat-ribbon strong { font-family: var(--font-primary); letter-spacing: 0; }
.site-header { top: 0; padding: 10px 14px; background: rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }
.nav-shell { width: 100%; max-width: none; background: rgba(255,255,255,.66); border-color: rgba(255,255,255,.42); box-shadow: 0 18px 54px rgba(0,0,0,.18); backdrop-filter: blur(26px) saturate(1.25); -webkit-backdrop-filter: blur(26px) saturate(1.25); }
.brand-logo { width: auto; height: 48px; max-width: 250px; object-fit: contain; }
.footer-logo-pill { width: fit-content; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.22); border-radius: 18px; padding: 8px 12px; margin-bottom: 18px; }
.footer-logo-pill .brand-logo { height: 50px; max-width: 270px; }
.hero-wrap { padding-top: 124px; }
.page-hero { padding-top: 140px; }
.mini-image { display: flex; align-items: flex-end; padding: 20px; isolation: isolate; }
.mini-image::after { content: none; }
.mini-image img { position: absolute; inset: 12px; width: calc(100% - 24px); height: calc(100% - 24px); object-fit: contain; opacity: .78; filter: grayscale(1) contrast(1.08) drop-shadow(0 24px 35px rgba(0,0,0,.28)); z-index: 0; }
.mini-image span { position: relative; z-index: 1; display: inline-flex; max-width: 90%; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(0,0,0,.38); color: var(--white); padding: 10px 13px; font-size: .86rem; font-weight: 900; backdrop-filter: blur(12px); }
.icon-box img { width: 30px; height: 30px; object-fit: contain; }
.service-card { min-height: 460px; display: flex; flex-direction: column; }
.service-visual { min-height: 178px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: #080808; margin: -6px -6px 22px; display: grid; place-items: center; overflow: hidden; }
.service-visual img { width: 100%; height: 178px; object-fit: cover; filter: grayscale(1) contrast(1.06); opacity: .96; transition: transform .45s ease, opacity .45s ease; }
.service-card:hover .service-visual img { transform: scale(1.045); opacity: 1; }
.service-card .text-link { margin-top: auto; }
.seo-visual-board { display: grid; gap: 18px; }
.seo-page-graphic { width: min(360px, 100%); max-height: 330px; object-fit: contain; justify-self: center; filter: grayscale(1) contrast(1.1) drop-shadow(0 24px 40px rgba(0,0,0,.24)); }
.process-line { position: relative; align-items: start; padding: 34px 0 72px; }
.process-line::before { content: ""; position: absolute; left: 6%; right: 6%; top: 104px; height: 110px; opacity: .55; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 42 C130 42 135 138 250 138 S370 42 500 42 S625 138 750 138 S865 42 980 42' fill='none' stroke='%23FCA311' stroke-width='10' stroke-linecap='round' stroke-dasharray='18 18'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: 100% 100%; pointer-events: none; }
.process-line article { position: relative; z-index: 1; }
.process-line article:nth-child(even) { margin-top: 72px; }
.process-line article:nth-child(odd) { margin-top: 0; }
.chat-actions-float { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.call-launch { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 999px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.2); background: var(--blue); color: var(--white); font-weight: 900; box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.call-launch::before { content: ""; width: 11px; height: 11px; border: 2px solid currentColor; border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(45deg); margin-right: 8px; }
.chat-panel { bottom: 74px; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes marqueeReverse { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes spinSoft { to { transform: rotate(360deg); } }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes heroIn { from { opacity: 0; transform: translateY(28px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 1050px) {
  .nav-shell { grid-template-columns: auto auto auto; justify-content: space-between; border-radius: 28px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 18px; right: 18px; top: calc(100% + 10px); border-radius: 24px; background: var(--white); color: var(--blue); padding: 18px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav ul { display: grid; gap: 12px; justify-content: stretch; }
  .main-nav a { display: block; padding: 10px; }
  .brand-logo { height: 42px; max-width: 215px; }
  .hero-card, .split-grid { grid-template-columns: 1fr; }
  .hero-card { padding-top: 78px; min-height: auto; }
  .hero-person { min-height: 430px; }
  .hero-person img { width: min(390px, 100%); }
  .services-grid, .services-grid-full, .blog-grid, .related-grid { grid-template-columns: repeat(2,1fr); }
  .process-line { grid-template-columns: repeat(3,1fr); }
  .footer-top { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 720px) {
  h1 { font-size: clamp(2.45rem, 13vw, 3.55rem); line-height: .96; }
  h2 { font-size: clamp(1.85rem, 8.5vw, 2.65rem); line-height: 1.04; }
  p { font-size: .96rem; }
  .site-header { top: 0; padding: 8px 10px; }
  .nav-shell { padding: 8px 10px 8px 12px; border-radius: 24px; }
  .brand-logo { height: 36px; max-width: 178px; }
  .nav-action { display: none; }
  .hero-wrap { padding-top: 102px; }
  .hero-card { width: calc(100% - 22px); border-radius: 0 0 34px 34px; min-height: auto; padding: 62px 22px 26px; }
  .hero-person { min-height: 360px; }
  .hero-person::before { width: min(285px, 88%); }
  .hero-person img { width: min(330px, 100%); max-height: 410px; }
  .orbit-card { display: none; }
  .stat-ribbon { grid-template-columns: repeat(2,1fr); margin-top: 18px; }
  .section-pad { padding: 68px 0; }
  .section-heading { margin-bottom: 32px; }
  .services-grid, .services-grid-full, .blog-grid, .process-line, .related-grid, .footer-top, .form-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-visual { min-height: 164px; }
  .service-visual img { height: 164px; }
  .span-2 { grid-column: auto; }
  .image-stack { grid-template-columns: 1fr; min-height: auto; }
  .image-two { margin-bottom: 0; }
  .cta-slab { flex-direction: column; align-items: flex-start; margin-bottom: 64px; border-radius: 24px; }
  .testimonial-shell { grid-template-columns: 1fr; }
  .slider-btn { display: none; }
  .footer-bottom { flex-direction: column; }
  .process-line { padding: 0; }
  .process-line::before { display: none; }
  .process-line article:nth-child(even), .process-line article:nth-child(odd) { margin-top: 0; }
  .page-hero { padding: 126px 0 64px; }
  .page-hero h1 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .chat-widget { right: 12px; bottom: 12px; }
  .chat-actions-float { align-items: stretch; flex-direction: column; }
  .call-launch, .chat-launch { min-height: 46px; justify-content: center; }
}

/* Final hero, hover and cursor polish */
a, button, .btn, .chat-launch, .call-launch, .slider-btn, .faq-item button, .chat-option, .chat-submit, .chat-reset, .text-link, .related-card { cursor: pointer; }
.site-header { padding: 10px 14px 0; border-bottom: 0; background: linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,.08)); }
.nav-shell { border-radius: 0 0 28px 28px; border-top: 0; background: rgba(255,255,255,.74); box-shadow: 0 18px 46px rgba(20,33,61,.12); }
.hero-wrap { min-height: 100vh; padding: 0 0 42px; place-items: start center; }
.hero-card { width: min(1380px, 100%); min-height: 760px; grid-template-columns: minmax(0,.96fr) minmax(440px,.84fr); align-items: stretch; gap: clamp(18px,2.4vw,34px); padding: 132px clamp(36px,5vw,72px) 0; border-radius: 0 0 54px 54px; }
.hero-card::before { right: 10%; top: 14%; width: 360px; height: 360px; opacity: .16; }
.hero-copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 42px 0 72px; }
.hero-copy h1 { max-width: 670px; font-size: clamp(3.2rem, 6vw, 6.45rem); }
.hero-person { min-height: 628px; align-self: end; overflow: hidden; isolation: isolate; padding-top: 44px; }
.hero-person::before { z-index: 0; width: min(488px, 92%); bottom: 92px; background: linear-gradient(140deg, rgba(229,229,229,.82), var(--white)); box-shadow: inset 0 0 0 18px rgba(252,163,17,.2), 0 30px 86px rgba(20,33,61,.16); }
.hero-person img { z-index: 3; width: min(540px, 100%); max-height: none; object-position: bottom center; margin-bottom: -10px; filter: grayscale(1) contrast(1.04) drop-shadow(0 28px 30px rgba(0,0,0,.24)); animation: heroIn .9s ease both; }
.hero-keyword-flow { position: absolute; inset: 76px -24% 92px; z-index: 1; display: grid; align-content: center; gap: 18px; pointer-events: none; transform: rotate(-5deg); opacity: .92; -webkit-mask-image: linear-gradient(90deg, transparent, #000 13%, #000 87%, transparent); mask-image: linear-gradient(90deg, transparent, #000 13%, #000 87%, transparent); }
.keyword-row { display: flex; width: max-content; gap: 12px; animation: heroKeywordFlow 18s linear infinite; will-change: transform; }
.keyword-row-two { margin-left: -260px; animation-duration: 22s; animation-direction: reverse; }
.keyword-row-three { margin-left: -120px; animation-duration: 26s; }
.keyword-row span { display: inline-flex; align-items: center; white-space: nowrap; border: 1px solid rgba(20,33,61,.16); border-radius: 999px; background: rgba(255,255,255,.74); color: rgba(20,33,61,.76); padding: 10px 15px; box-shadow: 0 16px 36px rgba(20,33,61,.08); font-family: var(--font-primary); font-size: .86rem; font-weight: 900; text-transform: uppercase; backdrop-filter: blur(12px); }
.keyword-row span:nth-child(2n) { background: rgba(252,163,17,.84); color: var(--black); border-color: rgba(0,0,0,.12); }
.btn, .chat-launch, .call-launch, .chat-option, .chat-submit, .chat-reset { transform-origin: center; }
.btn:hover, .chat-launch:hover, .call-launch:hover, .chat-option:hover, .chat-submit:hover, .chat-reset:hover { transform: translateY(-4px) scale(1.025); box-shadow: 0 22px 46px rgba(20,33,61,.18), 0 0 0 6px rgba(252,163,17,.14); }
.btn:active, .chat-launch:active, .call-launch:active, .chat-option:active, .chat-submit:active, .chat-reset:active { transform: translateY(-1px) scale(.985); }
.main-nav a:hover, .text-link:hover { cursor: pointer; }
.main-nav a { position: relative; display: inline-flex; align-items: center; min-height: 34px; transform: none; }
.main-nav a { font-family: var(--font-secondary); font-size: .91rem; font-weight: 600; }
.nav-action { font-family: var(--font-secondary); font-weight: 700; }
.main-nav a:hover, .main-nav a.is-active { transform: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; display: block; width: 100%; height: 2px; margin-top: 0; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .24s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.nav-shell { min-height: 76px; }
.footer-top { grid-template-columns: 1.2fr .72fr 1fr 1fr .82fr; }
.site-footer span { display: block; color: rgba(255,255,255,.64); margin: 0 0 10px; font-weight: 750; }
.site-footer { position: relative; overflow: hidden; background-color: #030303; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 42px 42px; }
.site-footer::before { content: ""; position: absolute; top: 0; left: -32%; width: 32%; height: 2px; background: linear-gradient(90deg, transparent, var(--yellow), transparent); animation: footerSweep 7s ease-in-out infinite; }
.footer-top > div { transition: transform .3s ease; }
.footer-top > div:hover { transform: translateY(-5px); }
.site-footer a { transition: color .22s ease, transform .22s ease; }
.site-footer a:hover { transform: translateX(3px); }
.blog-card { min-height: 390px; padding-top: 18px; }
.blog-thumb { display: grid; place-items: center; height: 166px; margin: -2px -2px 20px; border-radius: 20px; border: 1px solid rgba(255,255,255,.1); background: radial-gradient(circle at 70% 22%, rgba(252,163,17,.18), transparent 34%), rgba(0,0,0,.18); overflow: hidden; }
.blog-thumb img { width: 100%; height: 150px; object-fit: contain; filter: grayscale(1) contrast(1.1) drop-shadow(0 18px 28px rgba(0,0,0,.24)); opacity: .9; transition: transform .35s ease, opacity .35s ease; }
.blog-card:hover .blog-thumb img { transform: scale(1.05) rotate(-1deg); opacity: 1; }
.topic-cloud { margin-top: 36px; border: 1px solid var(--line); border-radius: 24px; padding: 26px; background: rgba(255,255,255,.07); }
.topic-cloud h2 { font-size: clamp(1.35rem, 2vw, 2rem); margin-bottom: 18px; }
.topic-cloud span { display: inline-flex; margin: 6px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 10px 13px; color: rgba(255,255,255,.78); font-weight: 850; background: rgba(255,255,255,.05); }
.article-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: start; }
.article-visual { position: sticky; top: 116px; min-height: 390px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 70% 22%, rgba(252,163,17,.2), transparent 36%), rgba(255,255,255,.07); overflow: hidden; }
.article-visual img { width: min(420px, 92%); max-height: 360px; object-fit: contain; filter: grayscale(1) contrast(1.1) drop-shadow(0 24px 40px rgba(0,0,0,.26)); }
.article-content { display: grid; gap: 18px; }
.article-content section, .article-cta { border: 1px solid var(--line); border-radius: 24px; padding: 24px; background: rgba(255,255,255,.07); }
.article-content h2 { font-size: clamp(1.35rem, 2.1vw, 2.2rem); line-height: 1.08; }
.article-cta { background: var(--yellow); color: var(--black); }
.article-cta p { color: rgba(0,0,0,.72); }
.local-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.cursor-dot, .cursor-orb { position: fixed; left: 0; top: 0; z-index: 5000; pointer-events: none; transform: translate3d(-50%,-50%,0); opacity: 0; transition: opacity .18s ease, width .18s ease, height .18s ease, background .18s ease, border-color .18s ease; }
.cursor-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.cursor-orb { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(20,33,61,.38); background: rgba(255,255,255,.2); backdrop-filter: blur(4px); }
.has-custom-cursor, .has-custom-cursor a, .has-custom-cursor button, .has-custom-cursor input, .has-custom-cursor select, .has-custom-cursor textarea { cursor: none; }
.has-custom-cursor .cursor-dot, .has-custom-cursor .cursor-orb { opacity: 1; }
.cursor-orb.is-hovering { width: 58px; height: 58px; border-color: rgba(252,163,17,.8); background: rgba(252,163,17,.14); }
.chat-widget { right: 22px; bottom: 22px; z-index: 1200; }
.chat-launch { position: relative; min-height: 54px; background: var(--accent); color: #071226; border-color: rgba(7,18,38,.65); box-shadow: 0 22px 54px rgba(245,164,0,.28); animation: chatLauncherPulse 2.5s ease-in-out infinite; }
.chat-launch:hover { background: var(--accent-hover); }
.chat-launch::after { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(245,164,0,.32); border-radius: 999px; opacity: 0; transform: scale(.86); animation: chatRingPulse 2.5s ease-in-out infinite; pointer-events: none; }
.chat-dot { background: var(--success); box-shadow: 0 0 0 8px rgba(34,197,94,.14); }
.chat-panel { bottom: 72px; width: min(360px, calc(100vw - 28px)); max-height: min(560px, calc(100vh - 106px)); display: flex; flex-direction: column; border-radius: 22px; border: 1px solid var(--chat-border); background: var(--chat-bg); box-shadow: 0 32px 100px rgba(0,0,0,.48); transform: translateY(26px) scale(.96); transition: opacity .32s ease, transform .32s ease, visibility .32s ease; }
.chat-panel.is-open { transform: translateY(0) scale(1); animation: chatPanelIn .42s cubic-bezier(.2,.8,.2,1) both; }
.chat-head { grid-template-columns: auto 1fr auto auto; flex: 0 0 auto; gap: 8px; padding: 12px; background: linear-gradient(145deg, var(--chat-panel), var(--chat-bg)); border-bottom: 1px solid var(--chat-border); }
.sania-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #071226; font-weight: 900; box-shadow: 0 0 0 5px rgba(245,164,0,.12); }
.chat-head strong { color: var(--text); font-size: .86rem; }
.chat-head span { color: var(--muted); font-size: .72rem; }
.chat-head span i { background: var(--success); box-shadow: 0 0 0 5px rgba(34,197,94,.14); }
.chat-email { display: inline-flex; color: var(--muted); font-size: .65rem; font-weight: 700; margin-top: 1px; }
.chat-email:hover { color: var(--accent); }
.chat-sound-toggle, .chat-head button { border: 1px solid var(--chat-border); background: rgba(255,255,255,.06); color: var(--muted); border-radius: 999px; min-height: 30px; padding: 5px 8px; font-size: .64rem; font-weight: 800; }
.chat-head button#chatClose { width: 30px; padding: 0; color: var(--text); font-size: .9rem; }
.chat-feed { flex: 0 1 170px; min-height: 96px; max-height: 170px; overflow-y: auto; padding: 12px; background: linear-gradient(145deg, rgba(245,164,0,.055), transparent 38%), var(--chat-bg); }
.chat-msg { border-radius: 15px; padding: 9px 11px; font-size: .82rem; line-height: 1.4; animation: chatMessageIn .24s ease both; }
.chat-msg.bot { background: var(--chat-bubble); color: var(--text); border: 1px solid rgba(255,255,255,.08); }
.chat-msg.user { background: var(--accent); color: #071226; font-weight: 850; }
.chat-msg.typing { display: inline-flex; gap: 5px; align-items: center; min-width: 62px; }
.chat-msg.typing i { width: 7px; height: 7px; border-radius: 50%; background: var(--muted); animation: typingDot 1s ease-in-out infinite; }
.chat-msg.typing i:nth-child(2) { animation-delay: .14s; }
.chat-msg.typing i:nth-child(3) { animation-delay: .28s; }
.chat-controls { flex: 1 1 auto; min-height: 0; max-height: 300px; overflow-y: auto; gap: 7px; padding: 10px 12px 12px; border-top: 1px solid var(--chat-border); background: var(--chat-panel); }
.chat-option, .chat-submit, .chat-reset, .chat-mini-btn { border: 1px solid var(--chat-border); border-radius: 12px; background: var(--chat-card); color: var(--text); padding: 9px 10px; text-align: left; font-size: .79rem; font-weight: 750; transition: background .2s ease, transform .2s ease, color .2s ease, border-color .2s ease; }
.chat-option:hover, .chat-submit:hover, .chat-mini-btn:hover { background: var(--accent); color: #071226; border-color: var(--accent-hover); transform: translateY(-2px); }
.chat-reset:hover { border-color: var(--accent); color: var(--accent); }
.chat-field-grid { display: grid; gap: 7px; }
.chat-field-row { display: grid; gap: 4px; }
.chat-field-row label { color: var(--muted); font-size: .69rem; font-weight: 800; }
.chat-field, .chat-field-row input, .chat-field-row select, .chat-field-row textarea { border-radius: 11px; border: 1px solid var(--chat-border); background: var(--chat-card); color: var(--text); padding: 9px 10px; font-size: .78rem; }
.chat-field-row textarea { resize: vertical; min-height: 58px; }
.chat-error { color: var(--accent-hover); font-size: .82rem; font-weight: 850; }
.chat-final-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.chat-final-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; border-radius: 14px; border: 1px solid var(--chat-border); background: var(--chat-card); color: var(--text); font-weight: 900; text-align: center; padding: 10px; }
.chat-final-actions a:first-child, .chat-final-actions a:nth-child(2) { background: var(--accent); color: #071226; border-color: var(--accent-hover); }
.chat-score-note { color: var(--muted); font-size: .76rem; font-weight: 800; text-align: center; }
@keyframes chatPanelIn { from { opacity: 0; transform: translateY(30px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes chatLauncherPulse { 0%, 100% { transform: translateY(0) scale(1); } 45% { transform: translateY(-4px) scale(1.02); } }
@keyframes chatRingPulse { 0% { opacity: .46; transform: scale(.88); } 70%,100% { opacity: 0; transform: scale(1.12); } }
@keyframes chatMessageIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes typingDot { 0%,80%,100% { transform: translateY(0); opacity: .45; } 40% { transform: translateY(-4px); opacity: 1; } }
@keyframes heroKeywordFlow { to { transform: translateX(-50%); } }
@keyframes heroIn { from { opacity: 0; transform: translateY(34px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes footerSweep { 0%,15% { left: -32%; opacity: 0; } 35%,65% { opacity: 1; } 85%,100% { left: 100%; opacity: 0; } }

/* Admin dashboard */
.admin-app { min-height: 100vh; color: #14213d; background: #f3f5f9; font-family: var(--font-secondary); }
.admin-topbar { position: sticky; top: 0; z-index: 20; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px clamp(18px,4vw,56px); border-bottom: 1px solid rgba(20,33,61,.12); background: rgba(255,255,255,.88); backdrop-filter: blur(18px); }
.admin-brand { display: flex; align-items: center; gap: 16px; font-weight: 700; }
.admin-brand img { width: 154px; max-height: 52px; object-fit: contain; }
.admin-brand span { padding-left: 16px; border-left: 1px solid rgba(20,33,61,.18); }
.admin-top-actions, .admin-export-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.admin-local-note { color: #667085; font-size: .8rem; font-weight: 600; }
.admin-site-link, .admin-export-actions button, .admin-primary-btn, .admin-text-btn { border: 1px solid rgba(20,33,61,.18); border-radius: 8px; background: #fff; color: #14213d; padding: 10px 14px; font: 700 .83rem var(--font-secondary); cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.admin-site-link:hover, .admin-export-actions button:hover, .admin-text-btn:hover { transform: translateY(-2px); background: #14213d; color: #fff; }
.admin-main { width: min(1440px, calc(100% - 36px)); margin: 0 auto; padding: 44px 0 64px; }
.admin-intro { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.admin-intro h1 { max-width: 820px; margin-bottom: 12px; color: #14213d; font: 800 clamp(2.2rem,4.2vw,4.6rem)/.98 var(--font-primary); }
.admin-intro p { max-width: 680px; margin-bottom: 0; color: #667085; }
.admin-stats { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; margin-bottom: 24px; }
.admin-stats article { min-height: 122px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(20,33,61,.1); border-radius: 8px; background: #fff; padding: 18px; box-shadow: 0 14px 30px rgba(20,33,61,.055); }
.admin-stats span { color: #667085; font-size: .78rem; font-weight: 600; }
.admin-stats strong { color: #14213d; font: 800 2.25rem/1 var(--font-primary); }
.admin-stats article:nth-child(2) strong, .admin-stats article:nth-child(4) strong { color: #14804a; }
.admin-stats article:nth-child(3) strong { color: #b42318; }
.admin-tabs { display: inline-flex; gap: 4px; margin-bottom: 18px; border: 1px solid rgba(20,33,61,.12); border-radius: 8px; background: #fff; padding: 4px; }
.admin-tabs button { border: 0; border-radius: 6px; background: transparent; color: #667085; padding: 10px 14px; font: 700 .86rem var(--font-secondary); cursor: pointer; }
.admin-tabs button.is-active { background: #14213d; color: #fff; }
.admin-view { display: none; }
.admin-view.is-active { display: block; animation: adminIn .3s ease both; }
.admin-grid { display: grid; grid-template-columns: minmax(330px,.76fr) minmax(600px,1.55fr); gap: 18px; align-items: start; }
.admin-card { border: 1px solid rgba(20,33,61,.1); border-radius: 8px; background: #fff; padding: 22px; box-shadow: 0 18px 42px rgba(20,33,61,.06); }
.admin-card-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.admin-card-head span { color: #f29a00; text-transform: uppercase; font-size: .68rem; font-weight: 800; }
.admin-card-head h2 { margin: 4px 0 0; color: #14213d; font: 750 1.25rem/1.2 var(--font-secondary); }
.admin-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.admin-form label { display: grid; gap: 6px; color: #344054; font-size: .76rem; font-weight: 700; }
.admin-form input, .admin-form select, .admin-form textarea, .admin-search { width: 100%; border: 1px solid #d0d5dd; border-radius: 7px; background: #fff; color: #14213d; padding: 10px 11px; font: 500 .82rem var(--font-secondary); outline: none; }
.admin-form input:focus, .admin-form select:focus, .admin-form textarea:focus, .admin-search:focus { border-color: #f5a400; box-shadow: 0 0 0 3px rgba(245,164,0,.15); }
.admin-form textarea { resize: vertical; }
.admin-span-2 { grid-column: span 2; }
.admin-primary-btn { width: 100%; margin-top: 16px; border-color: #f5a400; background: #f5a400; color: #071226; }
.admin-primary-btn:hover { transform: translateY(-2px); background: #ffb82e; }
.admin-text-btn { padding: 7px 10px; color: #667085; }
.admin-search { width: min(230px,100%); }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 900px; color: #344054; font-size: .75rem; }
.admin-table th { border-bottom: 1px solid #eaecf0; color: #667085; padding: 10px 8px; text-align: left; font-weight: 700; }
.admin-table td { border-bottom: 1px solid #f0f1f3; padding: 12px 8px; vertical-align: middle; }
.admin-table td:first-child { color: #14213d; font-weight: 800; }
.admin-badge { display: inline-flex; border-radius: 999px; background: #eef2f7; color: #344054; padding: 5px 8px; font-weight: 700; white-space: nowrap; }
.admin-badge.is-good { background: #e8f7ef; color: #14804a; }
.admin-badge.is-warn { background: #fff4db; color: #9a6700; }
.admin-badge.is-bad { background: #feeceb; color: #b42318; }
.admin-row-actions { display: flex; gap: 6px; }
.admin-row-actions button, .admin-content-actions button { border: 1px solid #d0d5dd; border-radius: 6px; background: #fff; color: #344054; padding: 6px 8px; font: 700 .7rem var(--font-secondary); cursor: pointer; }
.admin-row-actions button:hover, .admin-content-actions button:hover { border-color: #f5a400; color: #9a6700; }
.admin-empty { margin: 18px 0 0; color: #98a2b3; text-align: center; font-size: .85rem; }
.admin-content-list { display: grid; gap: 10px; }
.admin-content-item { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; border: 1px solid #eaecf0; border-radius: 8px; padding: 15px; }
.admin-content-item h3 { margin: 4px 0 6px; color: #14213d; font: 750 1rem/1.25 var(--font-secondary); }
.admin-content-item p { margin: 0; color: #667085; font-size: .75rem; }
.admin-content-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.admin-toast { position: fixed; right: 24px; bottom: 24px; z-index: 100; max-width: 320px; border-radius: 8px; background: #14213d; color: #fff; padding: 12px 16px; box-shadow: 0 18px 50px rgba(20,33,61,.25); font: 600 .82rem var(--font-secondary); opacity: 0; transform: translateY(12px); pointer-events: none; transition: .25s ease; }
.admin-toast.is-visible { opacity: 1; transform: translateY(0); }
@keyframes adminIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1050px) {
  .nav-shell { border-radius: 0 0 24px 24px; }
  .main-nav a { display: flex; min-height: 42px; padding: 10px; }
  .hero-card { width: 100%; min-height: auto; grid-template-columns: 1fr; padding: 126px 28px 0; }
  .hero-copy { padding: 26px 0 28px; }
  .hero-person { min-height: 500px; }
  .hero-person img { width: min(450px, 100%); }
  .hero-keyword-flow { inset: 34px -36% 86px; }
  .footer-top { grid-template-columns: repeat(2,1fr); }
  .article-shell { grid-template-columns: 1fr; }
  .article-visual { position: relative; top: auto; min-height: 300px; }
  .admin-stats { grid-template-columns: repeat(3,1fr); }
  .admin-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .site-header { padding: 8px 10px 0; }
  .hero-wrap { padding: 0 0 30px; }
  .hero-card { width: 100%; border-radius: 0 0 34px 34px; padding: 112px 22px 0; }
  .hero-copy { padding: 20px 0 22px; }
  .hero-copy h1 { font-size: clamp(2.45rem, 13vw, 3.55rem); }
  .hero-person { min-height: 430px; padding-top: 26px; }
  .hero-person::before { width: min(300px, 88%); bottom: 58px; }
  .hero-person img { width: min(360px, 100%); margin-bottom: -8px; }
  .hero-keyword-flow { inset: 30px -62% 62px; gap: 12px; }
  .keyword-row { gap: 8px; }
  .keyword-row span { padding: 8px 11px; font-size: .72rem; }
  .stat-ribbon { width: calc(100% - 22px); }
  .local-service-grid { grid-template-columns: 1fr; }
  .blog-thumb { height: 146px; }
  .blog-thumb img { height: 128px; }
  .chat-widget { right: 10px; bottom: 10px; }
  .chat-launch { min-height: 46px; padding: 11px 14px; font-size: .8rem; }
  .chat-panel { width: min(350px, calc(100vw - 20px)); max-height: min(68vh, 520px); bottom: 62px; border-radius: 20px; }
  .chat-head { grid-template-columns: auto 1fr auto; }
  .chat-sound-toggle { grid-column: 2 / 3; width: fit-content; }
  .chat-feed { flex-basis: 128px; max-height: 128px; min-height: 76px; }
  .chat-controls { max-height: 250px; }
  .chat-final-actions { grid-template-columns: 1fr; }
  .site-footer { padding-top: 58px; }
  .admin-topbar { align-items: flex-start; padding: 10px 14px; }
  .admin-brand { gap: 9px; }
  .admin-brand img { width: 122px; }
  .admin-brand span { display: none; }
  .admin-top-actions { justify-content: flex-end; }
  .admin-local-note { display: none; }
  .admin-main { width: min(100% - 20px, 1440px); padding-top: 28px; }
  .admin-intro { align-items: flex-start; flex-direction: column; }
  .admin-intro h1 { font-size: clamp(2rem,11vw,3.1rem); }
  .admin-stats { grid-template-columns: repeat(2,1fr); }
  .admin-stats article { min-height: 104px; padding: 14px; }
  .admin-form-grid { grid-template-columns: 1fr; }
  .admin-span-2 { grid-column: auto; }
  .admin-card { padding: 16px; }
  .admin-card-head { align-items: flex-start; flex-direction: column; }
  .admin-search { width: 100%; }
  .admin-content-item { grid-template-columns: 1fr; }
  .admin-content-actions { justify-content: flex-start; }
  .has-custom-cursor, .has-custom-cursor a, .has-custom-cursor button, .has-custom-cursor input, .has-custom-cursor select, .has-custom-cursor textarea { cursor: auto; }
  .cursor-dot, .cursor-orb { display: none; }
}

/* Final production overrides */
html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
body { background: #05070c; }
img, svg, video { max-width: 100%; }
.site-header, .hero-wrap, .service-ticker, .client-strip, .site-footer { max-width: 100vw; overflow-x: clip; }
.service-ticker { width: 100%; transform: rotate(-1deg); }
.ticker-track { padding-left: 0; }
.main-nav a { font-weight: 500; }
.main-nav a::after { bottom: -2px; }
.nav-shell { transform: translateZ(0); }
.footer-top { grid-template-columns: 1.18fr .72fr 1fr 1fr .86fr; }
.site-footer h3 { font-weight: 600; }
.site-footer a, .site-footer p, .site-footer span { font-weight: 400; line-height: 1.7; }
.site-footer a:hover { color: var(--yellow); transform: translateX(2px); }
.footer-bottom { font-weight: 400; }
.production-article { max-width: 880px; }
.production-article > p { font-size: 1.05rem; margin-bottom: 20px; }
.production-article h2 { margin-top: 42px; }
.production-contact-form { display: grid; gap: 14px; }
.production-contact-form label { display: grid; gap: 7px; color: #fff; font-weight: 600; }
.form-status, .chat-form-status { min-height: 20px; margin: 0; color: #fca311; font-size: .8rem; }
.chat-lead-form { display: grid; gap: 8px; }
.chat-lead-form label { display: grid; gap: 4px; color: #b8c0d4; font-size: .7rem; font-weight: 700; }
.chat-lead-form label span { color: #7f8aa4; font-size: .62rem; font-weight: 500; }
.chat-lead-form input, .chat-lead-form select, .chat-lead-form textarea { min-height: 38px; border: 1px solid #3a4a68; border-radius: 9px; background: #172642; color: #fff; padding: 8px 9px; font: 500 .78rem Poppins, sans-serif; }
.chat-lead-form textarea { min-height: 52px; resize: vertical; }
.chat-lead-form select option { color: #111; }
.chat-panel { width: min(360px, calc(100vw - 28px)); max-height: min(560px, calc(100vh - 106px)); }
.chat-controls { max-height: 300px; overflow-y: auto; }
.chat-feed { max-height: 170px; }
.chat-final-actions a { font-family: Poppins, sans-serif; font-size: .75rem; }
.services-grid-full .service-card { min-width: 0; }
@media (max-width: 1050px) {
  .footer-top { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 720px) {
  .service-ticker { transform: none; }
  .footer-top { grid-template-columns: 1fr; }
  .chat-panel { right: 0; bottom: 62px; width: min(350px, calc(100vw - 20px)); max-height: min(70vh, 520px); }
  .chat-controls { max-height: 270px; }
  .chat-feed { max-height: 112px; }
  .chat-final-actions { grid-template-columns: 1fr 1fr; }
}
