/* UpWithSEO — modern theme, no framework, mobile-first */
:root {
  --dark: #0a0a14;
  --dark-2: #12121f;
  --ink: #0e0e1a;
  --muted: #5d6075;
  --line: #ebebf2;
  --bg: #fafafc;
  --card: #ffffff;
  --brand: #6d5efc;
  --brand-2: #22d3ee;
  --lime: #c6f24e;
  --grad: linear-gradient(135deg, #6d5efc 0%, #8b5cf6 45%, #22d3ee 100%);
  --radius: 20px;
  --max: 1200px;
  --shadow: 0 1px 2px rgba(14,14,26,.04), 0 12px 32px -12px rgba(14,14,26,.12);
  --font-head: "Sora", "Plus Jakarta Sans", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--brand); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ink); }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.15; margin: 0 0 .6em; font-weight: 700; letter-spacing: -.025em; }
h1 { font-size: clamp(2.3rem, 5.4vw, 4rem); font-weight: 800; letter-spacing: -.035em; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.2rem; letter-spacing: -.015em; }
p { margin: 0 0 1.1em; }
ul, ol { padding-left: 1.2em; margin: 0 0 1.1em; }
li { margin-bottom: .4em; }
::selection { background: var(--brand); color: #fff; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 16px; position: relative; }
@media (min-width: 700px) { .container { padding: 0 24px; } }
.section { padding: 96px 0; }
@media (max-width: 700px) { .section { padding: 64px 0; } }
.section-soft { background: #f1f1f7; }
.section-dark { background: var(--dark); color: #b7b8cc; position: relative; overflow: hidden; }
.section-dark::before { content: ""; position: absolute; width: 600px; height: 600px; right: -200px; top: -250px; background: radial-gradient(circle, rgba(109,94,252,.35), transparent 65%); pointer-events: none; }
.section-dark h2, .section-dark h3 { color: #fff; }
.eyebrow { max-width: 100%; display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); margin-bottom: 1em; padding: 6px 14px; border-radius: 999px; background: rgba(109,94,252,.09); border: 1px solid rgba(109,94,252,.18); }
.section-dark .eyebrow, .hero .eyebrow { color: var(--lime); background: rgba(198,242,78,.08); border-color: rgba(198,242,78,.2); }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 720px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--brand); color: #fff; padding: 8px 14px; z-index: 100; }
.skip-link:focus { left: 8px; top: 8px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 26px; border-radius: 999px; font-weight: 700; text-decoration: none; border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s, color .2s; cursor: pointer; font-size: 1rem; font-family: inherit; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 8px 24px -8px rgba(109,94,252,.7); }
.btn-primary:hover { color: #fff; box-shadow: 0 14px 32px -8px rgba(109,94,252,.85); }
.btn-ghost { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.2); color: #fff; backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255,255,255,.14); color: #fff; }
.section:not(.section-dark) .btn-ghost { background: #fff; border-color: var(--line); color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }

/* Header — dark glass */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(10,10,20,.72); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid rgba(255,255,255,.07); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 800; font-size: 1.25rem; color: #fff; text-decoration: none; letter-spacing: -.02em; }
.logo:hover { color: #fff; }
.logo-text i { font-style: normal; font-weight: 500; color: #a9abc4; }
.logo-text b { font-weight: 800; background: linear-gradient(90deg, #8b5cf6, var(--brand-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.logo svg { width: 38px; height: 38px; flex: none; filter: drop-shadow(0 6px 14px rgba(109,94,252,.45)); transition: transform .3s; }
.logo:hover svg { transform: rotate(-6deg) scale(1.05); }
.nav ul { list-style: none; display: flex; gap: 2px; margin: 0; padding: 0; align-items: center; }
.nav li { margin: 0; position: relative; }
.nav a { display: block; padding: 8px 14px; color: #c9cadb; text-decoration: none; font-weight: 600; font-size: .95rem; border-radius: 999px; transition: .2s; }
.nav a:hover, .nav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.08); }
.nav .nav-cta { background: #fff; color: var(--ink); padding: 9px 20px; margin-left: 8px; }
.nav .nav-cta:hover, .nav .nav-cta[aria-current="page"] { background: var(--lime); color: var(--ink); }
.dropdown ul { display: none; position: absolute; top: calc(100% + 8px); left: 0; background: rgba(18,18,31,.97); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,.4); padding: 8px; min-width: 260px; flex-direction: column; align-items: stretch; }
.dropdown::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 10px; }
.dropdown ul a { border-radius: 10px; }
.dropdown:hover ul, .dropdown:focus-within ul { display: flex; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .nav { position: absolute; top: 72px; left: 0; right: 0; background: rgba(10,10,20,.98); border-bottom: 1px solid rgba(255,255,255,.08); display: none; max-height: calc(100vh - 72px); overflow-y: auto; }
  .nav.open { display: block; }
  .nav ul { flex-direction: column; align-items: stretch; padding: 8px 16px 20px; }
  .dropdown ul { display: flex; position: static; box-shadow: none; border: 0; background: none; padding: 0 0 0 14px; min-width: 0; }
  .nav .nav-cta { text-align: center; margin: 10px 0 0; }
}

/* Breadcrumbs */
.breadcrumbs { font-size: .88rem; color: #8e90a8; margin-bottom: 20px; }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.breadcrumbs li { margin: 0; }
.breadcrumbs li + li::before { content: "/"; margin-right: 6px; opacity: .5; }
.breadcrumbs a { color: #d6d7e6; text-decoration: none; }
.breadcrumbs a:hover { color: var(--lime); }

/* Hero */
.hero { position: relative; overflow: hidden; background: var(--dark); color: #b7b8cc; padding: 110px 0 100px; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 75%); }
.hero-glow { position: absolute; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(500px 380px at 15% 0%, rgba(109,94,252,.45), transparent 70%), radial-gradient(520px 400px at 95% 20%, rgba(34,211,238,.28), transparent 70%); }
.hero h1 { color: #fff; }
.hero h1 em { font-style: normal; background: linear-gradient(90deg, var(--lime), #7ef0c9 50%, var(--brand-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lead { color: #b7b8cc; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px 7px 12px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: #e4e5f1; font-size: .88rem; font-weight: 600; margin-bottom: 24px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(198,242,78,.2); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(198,242,78,0); } }
.hero-points { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: .92rem; color: #d6d7e6; font-weight: 600; }
.hero-points li { margin: 0; display: flex; align-items: center; gap: 8px; }
.hero-points li::before { content: ""; width: 18px; height: 18px; border-radius: 50%; background: var(--lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a0a14' stroke-width='3.5'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/11px no-repeat; }
.page-hero { padding: 72px 0 72px; }
.page-hero h1 { font-size: clamp(2rem, 4.4vw, 3.2rem); max-width: 900px; }
.page-hero .lead { margin-bottom: 0; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } .hero { padding: 72px 0; } }

/* Hero visual (illustrative mock) */
.hero-visual { position: relative; padding: 10px 0 40px; }
.mock-search, .mock-chart { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; backdrop-filter: blur(10px); box-shadow: 0 30px 60px -20px rgba(0,0,0,.6); }
.mock-search { padding: 20px; transform: rotate(-1.5deg); }
.mock-bar { display: flex; align-items: center; gap: 10px; background: #fff; color: var(--ink); border-radius: 999px; padding: 11px 18px; font-weight: 600; font-size: .95rem; margin-bottom: 16px; }
.mock-bar svg { width: 18px; height: 18px; color: var(--brand); }
.mock-result { display: flex; gap: 14px; align-items: flex-start; padding: 14px; border-radius: 14px; margin-bottom: 8px; background: rgba(255,255,255,.03); }
.mock-result.top { background: linear-gradient(135deg, rgba(109,94,252,.28), rgba(34,211,238,.14)); border: 1px solid rgba(139,124,255,.45); }
.mock-result > div { flex: 1; }
.mock-result b { display: block; color: #fff; font-size: .95rem; }
.mock-result small { display: block; color: var(--lime); font-size: .78rem; margin-bottom: 6px; }
.mock-result i { display: block; height: 7px; border-radius: 4px; background: rgba(255,255,255,.14); margin: 6px 0; }
.mock-result i.short { width: 60%; }
.mock-pos { font-family: var(--font-head); font-weight: 800; color: #fff; font-size: .95rem; background: rgba(255,255,255,.08); border-radius: 10px; padding: 6px 9px; }
.mock-result.top .mock-pos { background: var(--lime); color: var(--ink); }
.mock-chart { position: absolute; right: -10px; bottom: 0; width: 230px; padding: 14px 16px 10px; background: rgba(18,18,31,.85); transform: rotate(2deg); }
.mock-chart small { color: #d6d7e6; font-weight: 700; font-size: .8rem; }
.mock-chart svg { width: 100%; height: 70px; margin-top: 6px; }
.mock-note { position: absolute; top: 12px; right: 14px; font-size: .65rem; color: #8e90a8; text-transform: uppercase; letter-spacing: .1em; }
@media (max-width: 520px) { .mock-chart { position: relative; right: auto; width: 100%; margin-top: 14px; transform: none; } .mock-search { transform: none; } .hero-visual { padding-bottom: 0; } }

/* Marquee */
.marquee { background: var(--dark); border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); overflow: hidden; padding: 18px 0; }
.marquee-track { display: flex; gap: 48px; width: max-content; animation: marquee 40s linear infinite; }
.marquee span { font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; color: #62647d; white-space: nowrap; display: flex; align-items: center; gap: 48px; }
.marquee span::after { content: "✦"; color: var(--brand); font-size: .9rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Grids & cards */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 960px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }
.card { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; transition: transform .25s, box-shadow .25s, border-color .25s; box-shadow: var(--shadow); }
.card:hover { transform: translateY(-4px); border-color: rgba(109,94,252,.35); box-shadow: 0 24px 48px -20px rgba(109,94,252,.35); }
.card h3 a { color: var(--ink); text-decoration: none; }
.card h3 a::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.card h3 a:hover { color: var(--brand); }
.card p:last-child { margin-bottom: 0; }
.card p { color: var(--muted); }
.icon { width: 52px; height: 52px; border-radius: 16px; background: var(--grad); color: #fff; display: grid; place-items: center; margin-bottom: 20px; box-shadow: 0 10px 20px -8px rgba(109,94,252,.6); }
.icon svg { width: 26px; height: 26px; }
.more { font-weight: 700; text-decoration: none; display: inline-flex; gap: 6px; }
.more::after { content: "→"; transition: transform .2s; }
.card:hover .more::after { transform: translateX(4px); }

/* Bento services grid */
.bento { grid-template-columns: repeat(3, 1fr); }
.bento > :first-child { grid-column: span 2; background: var(--dark); border-color: var(--dark); overflow: hidden; }
.bento > :first-child::before { content: ""; position: absolute; width: 380px; height: 380px; right: -120px; top: -160px; background: radial-gradient(circle, rgba(109,94,252,.55), transparent 65%); }
.bento > :first-child h3 { font-size: 1.6rem; }
.bento > :first-child h3 a, .bento > :first-child h3 a:hover { color: #fff; }
.bento > :first-child p { color: #b7b8cc; max-width: 520px; position: relative; }
.bento > :first-child .more { color: var(--lime); }
.bento > :first-child .icon { background: var(--lime); color: var(--ink); }
.bento > :last-child { grid-column: span 3; background: var(--grad); border: 0; color: #fff; }
.bento > :last-child h3 a, .bento > :last-child p, .bento > :last-child .more { color: #fff; }
.bento > :last-child .icon { background: rgba(255,255,255,.2); box-shadow: none; }
@media (max-width: 960px) { .bento { grid-template-columns: repeat(2, 1fr); } .bento > :first-child, .bento > :last-child { grid-column: span 2; } }
@media (max-width: 640px) { .bento { grid-template-columns: 1fr; } .bento > :first-child, .bento > :last-child { grid-column: auto; } }

.split > *, .grid > *, .hero-grid > *, .content-layout > * { min-width: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
@media (max-width: 960px) { .split { grid-template-columns: 1fr; gap: 36px; } }

.checklist { list-style: none; padding: 0; }
.checklist li { padding-left: 34px; position: relative; margin-bottom: .7em; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 4px; width: 22px; height: 22px; border-radius: 8px; background: var(--grad) ; -webkit-mask: none; }
.checklist li::after { content: ""; position: absolute; left: 0; top: 4px; width: 22px; height: 22px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/svg%3E") center/13px no-repeat; }

/* Process */
.steps { counter-reset: step; list-style: none; padding: 0; display: grid; gap: 16px; grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1100px) { .steps { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } }
.steps li { counter-increment: step; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; margin: 0; color: var(--muted); position: relative; box-shadow: var(--shadow); }
.steps li::before { content: counter(step, decimal-leading-zero); display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--dark); color: var(--lime); font-family: var(--font-head); font-size: 1rem; font-weight: 800; margin-bottom: 16px; }
.steps strong { display: block; color: var(--ink); font-family: var(--font-head); font-size: 1.05rem; margin-bottom: 6px; }

.tags { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; }
.tags li { margin: 0; background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 8px 18px; font-size: .94rem; font-weight: 600; transition: .2s; }
.tags li:hover { border-color: var(--brand); color: var(--brand); }
.section-dark .tags li { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); color: #e4e5f1; }
.section-dark .tags li:hover { border-color: var(--lime); color: var(--lime); }
.section-dark .split > div { position: relative; }

/* FAQ */
.faq { max-width: 860px; margin: 0 auto; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 18px; margin-bottom: 12px; transition: border-color .2s, box-shadow .2s; }
.faq details[open] { border-color: rgba(109,94,252,.35); box-shadow: 0 16px 32px -20px rgba(109,94,252,.4); }
.faq summary { cursor: pointer; padding: 20px 60px 20px 24px; font-weight: 700; color: var(--ink); list-style: none; position: relative; font-family: var(--font-head); letter-spacing: -.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; background: #f1f1f7; display: grid; place-items: center; font-size: 1.2rem; color: var(--brand); transition: .2s; }
.faq details[open] summary::after { content: "−"; background: var(--grad); color: #fff; }
.faq details > div { padding: 0 24px 20px; color: var(--muted); }
.faq details > div p:last-child { margin: 0; }

/* Content / article */
.prose { max-width: 780px; }
.prose h2 { margin-top: 1.8em; font-size: clamp(1.5rem, 2.6vw, 2rem); }
.prose h3 { margin-top: 1.4em; }
.prose > p, .prose li { color: #33354a; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 56px; align-items: start; }
.sidebar { position: sticky; top: 96px; display: grid; gap: 20px; }
.sidebar .card:hover { transform: none; }
.sidebar ul { list-style: none; padding: 0; margin: 0; }
.sidebar li { margin: 0 0 4px; }
.sidebar li a { display: block; padding: 9px 14px; border-radius: 12px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: .96rem; transition: .2s; }
.sidebar li a:hover, .sidebar li a[aria-current="page"] { color: var(--brand); background: rgba(109,94,252,.08); }
.sidebar .cta-box { background: var(--dark); color: #b7b8cc; border: 0; overflow: hidden; }
.sidebar .cta-box::before { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; top: -120px; background: radial-gradient(circle, rgba(109,94,252,.6), transparent 65%); }
.sidebar .cta-box > * { position: relative; }
.sidebar .cta-box h3 { color: #fff; }
.sidebar .cta-box p { color: #b7b8cc; }
@media (max-width: 960px) { .content-layout { grid-template-columns: 1fr; } .sidebar { position: static; } }
.meta { color: var(--muted); font-size: .92rem; }
.toc { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 20px 24px; margin: 0 0 32px; box-shadow: var(--shadow); }
.toc strong { font-family: var(--font-head); color: var(--ink); }
.toc ol { margin: 10px 0 0; }
.toc a { text-decoration: none; font-weight: 600; }
.note { background: #fbffe9; border: 1px solid #e3f5a8; border-radius: 14px; padding: 14px 18px; font-size: .95rem; }
table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 0 0 1.4em; font-size: .96rem; background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
th, td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
tr:last-child td { border-bottom: 0; }
th { background: #f5f5fa; color: var(--ink); font-family: var(--font-head); font-weight: 700; font-size: .9rem; }
.table-wrap { overflow-x: auto; }

/* CTA band */
.cta { padding: 40px 0 96px; background: var(--bg); text-align: center; }
.cta .container { background: var(--dark); border-radius: 32px; padding: 72px 32px; overflow: hidden; color: #b7b8cc; max-width: calc(var(--max) - 48px); }
.cta .container::before { content: ""; position: absolute; inset: 0; background: radial-gradient(420px 300px at 10% 110%, rgba(109,94,252,.55), transparent 70%), radial-gradient(420px 300px at 90% -10%, rgba(34,211,238,.35), transparent 70%); pointer-events: none; }
.cta .container > * { position: relative; }
.cta h2 { color: #fff; max-width: 760px; margin-left: auto; margin-right: auto; }
.cta .lead { color: #b7b8cc !important; }
.cta .btn-row { justify-content: center; }
@media (max-width: 700px) { .cta { padding: 16px 0 64px; } .cta .container { border-radius: 24px; padding: 52px 20px; width: calc(100% - 32px); } }

/* Forms */
.form { display: grid; gap: 18px; background: var(--card); border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: var(--shadow); }
.form label { font-weight: 600; font-size: .92rem; color: var(--ink); display: block; margin-bottom: 6px; }
.form input, .form select, .form textarea { width: 100%; padding: 13px 16px; border: 1px solid #dcdce8; border-radius: 14px; font: inherit; font-size: 1rem; background: #fbfbfe; transition: .2s; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px rgba(109,94,252,.15); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } .form { padding: 20px; } }
.contact-list { list-style: none; padding: 0; display: grid; gap: 12px; }
.contact-list li { margin: 0; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 16px 20px; }
.contact-list strong { display: block; color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
iframe { border-radius: 20px !important; }

/* Footer */
.site-footer { background: var(--dark); color: #8e90a8; padding: 72px 0 28px; font-size: .95rem; position: relative; overflow: hidden; }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--grad); opacity: .6; }
.site-footer h2 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.site-footer a { color: #c9cadb; text-decoration: none; }
.site-footer a:hover { color: var(--lime); }
.site-footer ul { list-style: none; padding: 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer .logo { margin-bottom: 16px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 48px; padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .88rem; }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .footer-grid { grid-template-columns: 1fr; } }

.wa-float { position: fixed; right: 18px; bottom: 18px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 10px 28px rgba(37,211,102,.45); z-index: 60; transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
