/* ==========================================================================
   SEO DIVISION — UNIQUE LAYOUT SYSTEM
   4 pages: SEO Service, AI SEO, GEO, SEM
   ========================================================================== */

/* ---------- RESET SCOPE ---------- */
.seo-div *, .seo-div *::before, .seo-div *::after { box-sizing: border-box; }
.seo-div { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1e293b; line-height: 1.6; }
.seo-div img { max-width: 100%; height: auto; }
.seo-div a { text-decoration: none; }

/* ---------- HERO ---------- */
.sd-hero {
  padding: 80px 0 60px;
  background: linear-gradient(160deg, #f8fafc 0%, #e0f2fe 40%, #f0f9ff 100%);
  position: relative; overflow: hidden;
}
.sd-hero::before {
  content: ''; position: absolute; top: -200px; right: -200px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(20,184,166,.08) 0%, transparent 70%);
}
.sd-hero::after {
  content: ''; position: absolute; bottom: -150px; left: -150px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(99,102,241,.06) 0%, transparent 70%);
}
.sd-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 2; }
@media(max-width:992px){ .sd-hero-inner { grid-template-columns: 1fr; text-align: center; } }
.sd-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 16px; border-radius: 999px; font-size: 12px; font-weight: 700;
  letter-spacing: .5px; text-transform: uppercase; margin-bottom: 16px;
}
.sd-hero-title { font-size: clamp(28px,4vw,44px); font-weight: 800; line-height: 1.15; margin-bottom: 16px; color: #0f172a; }
.sd-hero-title .grad {
  background: linear-gradient(100deg, #0d86b8, #15a5d3 55%, #69b9dd);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sd-hero-sub { font-size: 16px; color: #64748b; max-width: 520px; margin-bottom: 28px; }
@media(max-width:992px){ .sd-hero-sub { margin-left: auto; margin-right: auto; } }
.sd-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
@media(max-width:992px){ .sd-hero-cta { justify-content: center; } }
.sd-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 28px; border-radius: 10px; font-size: 14px; font-weight: 700;
  cursor: pointer; border: none; transition: all .25s;
}
.sd-btn-primary {
  background: linear-gradient(135deg, #14b8a6, #6366f1); color: #fff;
  box-shadow: 0 4px 20px rgba(20,184,166,.3);
}
.sd-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(20,184,166,.4); }
.sd-btn-outline {
  background: transparent; color: #14b8a6; border: 2px solid #14b8a6;
}
.sd-btn-outline:hover { background: #14b8a6; color: #fff; }

/* ---------- MOCK WINDOW (shared base) ---------- */
.sd-mock {
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.04);
}
.sd-mock-bar {
  display: flex; gap: 6px; padding: 12px 16px; background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
}
.sd-mock-bar i { width: 10px; height: 10px; border-radius: 50%; }
.sd-mock-bar i:nth-child(1) { background: #ef4444; }
.sd-mock-bar i:nth-child(2) { background: #f59e0b; }
.sd-mock-bar i:nth-child(3) { background: #22c55e; }
.sd-mock-content { padding: 20px; }

/* ---------- SEARCH RESULTS MOCK ---------- */
.sd-serp { background: #fff; }
.sd-serp-bar {
  display: flex; align-items: center; gap: 10px; padding: 14px 20px;
  background: #f8fafc; border-bottom: 1px solid #e2e8f0;
}
.sd-serp-bar .sd-serp-logo { font-weight: 800; font-size: 18px; color: #14b8a6; }
.sd-serp-input {
  flex: 1; padding: 10px 16px; border-radius: 999px; border: 1px solid #e2e8f0;
  background: #fff; font-size: 13px; color: #64748b; display: flex; align-items: center; gap: 8px;
}
.sd-serp-result {
  padding: 16px 20px; border-bottom: 1px solid #f1f5f9;
}
.sd-serp-result:last-child { border-bottom: none; }
.sd-serp-url { font-size: 12px; color: #14b8a6; margin-bottom: 4px; }
.sd-serp-title { font-size: 15px; font-weight: 700; color: #1a1a2e; margin-bottom: 4px; }
.sd-serp-desc { font-size: 13px; color: #64748b; line-height: 1.5; }
.sd-serp-rank {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 6px; font-size: 11px; font-weight: 800;
  color: #fff; margin-right: 8px; flex-shrink: 0;
}
.sd-serp-rank.r1 { background: linear-gradient(135deg,#22c55e,#10b981); }
.sd-serp-rank.r2 { background: linear-gradient(135deg,#3b82f6,#6366f1); }
.sd-serp-rank.r3 { background: linear-gradient(135deg,#f59e0b,#f97316); }

/* ---------- PLATFORM RIBBON ---------- */
.sd-ribbon {
  padding: 20px 0; background: #0f172a; overflow: hidden;
}
.sd-ribbon-inner {
  display: flex; align-items: center; gap: 40px;
  animation: sd-scroll 20s linear infinite;
}
@keyframes sd-scroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.sd-ribbon-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7);
  white-space: nowrap; flex-shrink: 0;
}
.sd-ribbon-item i { font-size: 18px; }
.sd-ribbon-label {
  position: absolute; top: 50%; left: 0; right: 0; text-align: center;
  transform: translateY(-50%); font-size: 11px; font-weight: 700;
  color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: 2px;
  pointer-events: none; z-index: 2;
}

/* ---------- STATS ---------- */
.sd-stats { padding: 60px 0; background: #fff; }
.sd-stats-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 24px;
}
@media(max-width:768px){ .sd-stats-grid { grid-template-columns: repeat(2,1fr); } }
.sd-stat {
  text-align: center; padding: 28px 16px; border-radius: 16px;
  background: linear-gradient(135deg, #f8fafc, #f0f9ff);
  border: 1px solid #e2e8f0; transition: transform .3s, box-shadow .3s;
}
.sd-stat:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.06); }
.sd-stat-num {
  font-size: 36px; font-weight: 800; line-height: 1;
  background: linear-gradient(135deg, #14b8a6, #6366f1);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; margin-bottom: 6px;
}
.sd-stat-lbl { font-size: 13px; color: #64748b; font-weight: 600; }

/* ---------- SECTION COMMON ---------- */
.sd-section { padding: 72px 0; }
.sd-section-dark { background: #0f172a; color: #fff; }
.sd-section-alt { background: #f8fafc; }
.sd-section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.sd-kicker {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 14px; border-radius: 999px; font-size: 12px; font-weight: 700;
  letter-spacing: .5px; text-transform: uppercase; margin-bottom: 12px;
  background: rgba(21,165,211,.08); color: #0d86b8; border: 1px solid rgba(20,184,166,.2);
}
.sd-section-dark .sd-kicker { background: rgba(21,165,211,.08); color: #0d86b8; border-color: rgba(255,255,255,.15); }
.sd-section-title { font-size: clamp(24px,3vw,36px); font-weight: 800; margin-bottom: 12px; color: #0f172a; }
.sd-section-dark .sd-section-title { color: #fff; }
.sd-section-title .grad {
  background: linear-gradient(100deg, #0d86b8, #15a5d3 55%, #69b9dd);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sd-section-sub { font-size: 15px; color: #64748b; }
.sd-section-dark .sd-section-sub { color: rgba(255,255,255,.6); }

/* ---------- SERVICE CARDS ---------- */
.sd-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
@media(max-width:992px){ .sd-services-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:600px){ .sd-services-grid { grid-template-columns: 1fr; } }
.sd-svc {
  padding: 28px; border-radius: 16px; background: #fff;
  border: 1px solid #e2e8f0; transition: all .3s; position: relative; overflow: hidden;
}
.sd-svc::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  /*background: linear-gradient(90deg, #14b8a6, #6366f1);*/
  transform: scaleX(0); transition: transform .3s; transform-origin: left;
}
.sd-svc:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.sd-svc:hover::before { transform: scaleX(1); }
.sd-svc-icon {
  width: 48px; height: 48px; border-radius: 12px; display: flex;
  align-items: center; justify-content: center; font-size: 20px;
  margin-bottom: 16px;
}
.sd-svc h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: #0f172a; }
.sd-svc p { font-size: 13px; color: #64748b; line-height: 1.6; margin: 0; }

/* ---------- VISUAL DEMO (unique per page) ---------- */
.sd-demo { padding: 72px 0; background: linear-gradient(160deg, #0f172a, #1e1b4b); color: #fff; position: relative; overflow: hidden; }
.sd-demo::before {
  content: ''; position: absolute; top: 50%; left: 50%; width: 600px; height: 600px;
  border-radius: 50%; transform: translate(-50%,-50%);
  background: radial-gradient(circle, rgba(20,184,166,.1) 0%, transparent 70%);
}
.sd-demo-inner { position: relative; z-index: 2; }
.sd-demo .sd-section-head { margin-bottom: 40px; }
.sd-demo .sd-kicker { background: rgba(94,234,212,.1); color: #5eead4; border-color: rgba(94,234,212,.2); }
.sd-demo .sd-section-title { color: #fff; }
.sd-demo .sd-section-sub { color: rgba(255,255,255,.6); }

/* AI Brain / Neural Mock */
.sd-neural {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center;
}
@media(max-width:768px){ .sd-neural { grid-template-columns: 1fr; } }
.sd-neural-visual {
  background: rgba(255,255,255,.05); border-radius: 20px; padding: 32px;
  border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(10px);
}
.sd-neural-nodes { display: flex; flex-direction: column; gap: 16px; }
.sd-neural-node {
  display: flex; align-items: center; gap: 12px; padding: 14px 18px;
  background: rgba(255,255,255,.06); border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08); transition: all .3s;
}
.sd-neural-node:hover { background: rgba(255,255,255,.1); border-color: rgba(20,184,166,.3); }
.sd-neural-node i { font-size: 20px; width: 36px; height: 36px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sd-neural-node b { font-size: 13px; color: #fff; display: block; }
.sd-neural-node small { font-size: 11px; color: rgba(255,255,255,.5); }
.sd-neural-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sd-neural-stat {
  padding: 16px; border-radius: 12px; text-align: center;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
}
.sd-neural-stat b { display: block; font-size: 24px; font-weight: 800; margin-bottom: 4px; }
.sd-neural-stat small { font-size: 11px; color: rgba(255,255,255,.5); }

/* Citation Tracker Mock */
.sd-cite-tracker {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
@media(max-width:768px){ .sd-cite-tracker { grid-template-columns: 1fr; } }
.sd-cite-card {
  background: rgba(255,255,255,.06); border-radius: 16px; padding: 24px;
  border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(10px);
}
.sd-cite-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.sd-cite-card-icon {
  width: 42px; height: 42px; border-radius: 10px; display: flex;
  align-items: center; justify-content: center; font-size: 18px; color: #fff;
}
.sd-cite-card-head b { font-size: 15px; color: #fff; }
.sd-cite-items { display: flex; flex-direction: column; gap: 8px; }
.sd-cite-item {
  display: flex; align-items: center; gap: 10px; padding: 10px 14px;
  background: rgba(255,255,255,.04); border-radius: 10px; font-size: 13px;
  color: rgba(255,255,255,.8);
}
.sd-cite-item i { color: #5eead4; font-size: 14px; }
.sd-cite-item .sd-cite-status {
  margin-left: auto; font-size: 11px; font-weight: 700; padding: 2px 8px;
  border-radius: 999px;
}
.sd-cite-status.active { background: rgba(34,197,94,.15); color: #4ade80; }
.sd-cite-status.pending { background: rgba(245,158,11,.15); color: #fbbf24; }

/* Ad Dashboard Mock */
.sd-ad-dash {
  background: rgba(255,255,255,.06); border-radius: 20px; padding: 28px;
  border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(10px);
}
.sd-ad-dash-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.sd-ad-dash-top b { font-size: 16px; color: #fff; }
.sd-ad-tabs { display: flex; gap: 6px; }
.sd-ad-tab {
  padding: 5px 12px; border-radius: 8px; font-size: 11px; font-weight: 700;
  color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); cursor: pointer;
}
.sd-ad-tab.active { background: linear-gradient(135deg,#14b8a6,#6366f1); color: #fff; }
.sd-ad-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 20px; }
@media(max-width:768px){ .sd-ad-metrics { grid-template-columns: repeat(2,1fr); } }
.sd-ad-metric {
  padding: 16px; border-radius: 12px; text-align: center;
  background: rgba(255,255,255,.05);
}
.sd-ad-metric i { font-size: 18px; margin-bottom: 6px; display: block; }
.sd-ad-metric b { display: block; font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 2px; }
.sd-ad-metric small { font-size: 11px; color: rgba(255,255,255,.5); }
.sd-ad-chart {
  display: flex; align-items: flex-end; gap: 6px; height: 120px;
  padding: 16px; background: rgba(255,255,255,.04); border-radius: 12px;
}
.sd-ad-bar {
  flex: 1; border-radius: 4px 4px 0 0; min-height: 8px;
  transition: height .5s ease;
}

/* SERP Ranking Tracker Mock */
.sd-serp-tracker {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: start;
}
@media(max-width:768px){ .sd-serp-tracker { grid-template-columns: 1fr; } }
.sd-serp-panel {
  background: rgba(255,255,255,.06); border-radius: 16px; padding: 20px;
  border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(10px);
}
.sd-serp-panel-title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.sd-kw-row {
  display: flex; align-items: center; gap: 10px; padding: 10px 14px;
  background: rgba(255,255,255,.04); border-radius: 10px; margin-bottom: 8px;
}
.sd-kw-row:last-child { margin-bottom: 0; }
.sd-kw-pos {
  width: 28px; height: 28px; border-radius: 8px; display: flex;
  align-items: center; justify-content: center; font-size: 12px;
  font-weight: 800; color: #fff; flex-shrink: 0;
}
.sd-kw-name { font-size: 13px; color: rgba(255,255,255,.8); flex: 1; }
.sd-kw-change { font-size: 11px; font-weight: 700; }
.sd-kw-change.up { color: #4ade80; }
.sd-kw-change.down { color: #f87171; }
.sd-perf-ring {
  width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 16px;
  background: conic-gradient(#14b8a6 0%, #6366f1 70%, rgba(255,255,255,.08) 70%);
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.sd-perf-ring::after {
  content: ''; width: 90px; height: 90px; border-radius: 50%;
  background: #1e1b4b; position: absolute;
}
.sd-perf-ring b { position: relative; z-index: 2; font-size: 22px; font-weight: 800; color: #fff; }

/* ---------- PROCESS TIMELINE ---------- */
.sd-timeline { display: flex; flex-direction: column; gap: 0; max-width: 700px; margin: 0 auto; position: relative; }
.sd-timeline::before {
  content: ''; position: absolute; left: 24px; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(180deg, #14b8a6, #6366f1);
}
.sd-timeline-item {
  display: flex; gap: 20px; padding: 24px 0; position: relative;
}
.sd-timeline-dot {
  width: 50px; height: 50px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 800; color: #fff; z-index: 2;
}
.sd-timeline-body { flex: 1; }
.sd-timeline-body h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; color: #0f172a; }
.sd-section-dark .sd-timeline-body h3 { color: #fff; }
.sd-timeline-body p { font-size: 13px; color: #64748b; margin: 0 0 8px; }
.sd-section-dark .sd-timeline-body p { color: rgba(255,255,255,.6); }
.sd-timeline-tag {
  display: inline-block; padding: 3px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 700; background: rgba(20,184,166,.1); color: #14b8a6;
}
.sd-section-dark .sd-timeline-tag { background: rgba(94,234,212,.1); color: #5eead4; }

/* ---------- WHY SECTION ---------- */
.sd-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
@media(max-width:768px){ .sd-why-grid { grid-template-columns: 1fr; } }
.sd-why-list { list-style: none; padding: 0; margin: 20px 0 0; }
.sd-why-list li {
  display: flex; align-items: center; gap: 12px; padding: 10px 0;
  font-size: 14px; color: #adb6c3; border-bottom: 1px solid #f1f5f9;
}
.sd-why-list li:last-child { border-bottom: none; }
.sd-why-list li i { color: #14b8a6; font-size: 16px; width: 20px; text-align: center; }
.sd-why-cards { display: flex; flex-direction: column; gap: 14px; }
.sd-why-card {
  padding: 20px; border-radius: 14px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}
.sd-why-card h4 { font-size: 14px; font-weight: 700; margin-bottom: 6px; color: #fff; }
.sd-why-card p { font-size: 13px; color: rgba(255,255,255,.6); margin: 0; }

/* ---------- TECH STACK ---------- */
.sd-stack-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
@media(max-width:768px){ .sd-stack-grid { grid-template-columns: 1fr; } }
.sd-stack-group {
  padding: 20px; border-radius: 14px; background: #fff;
  border: 1px solid #e2e8f0;
}
.sd-stack-label { font-size: 12px; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.sd-stack-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.sd-chip {
  padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: 600;
  background: #f1f5f9; color: #334155; display: flex; align-items: center; gap: 6px;
  transition: all .2s; border: 1px solid transparent;
}
.sd-chip:hover { background: #e0f2fe; border-color: #14b8a6; color: #14b8a6; }

/* ---------- FAQ ---------- */
.sd-faq-list { max-width: 720px; margin: 0 auto; }
.sd-faq-item { margin-bottom: 10px; border-radius: 12px; background: #fff; border: 1px solid #e2e8f0; overflow: hidden; }
.sd-faq-q {
  width: 100%; padding: 16px 20px; display: flex; align-items: center;
  justify-content: space-between; font-size: 14px; font-weight: 600;
  color: #0f172a; background: none; border: none; cursor: pointer; text-align: left;
}
.sd-faq-q i { font-size: 12px; color: #94a3b8; transition: transform .3s; }
.sd-faq-q[aria-expanded="true"] i { transform: rotate(180deg); }
.sd-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.sd-faq-a-inner { padding: 0 20px 16px; font-size: 13px; color: #64748b; line-height: 1.7; }

/* ---------- INQUIRY ---------- */
.sd-inquiry {
  padding: 72px 0;
  background: linear-gradient(160deg, #0f172a, #1e1b4b);
}
.sd-inquiry-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
@media(max-width:992px){ .sd-inquiry-inner { grid-template-columns: 1fr; } }
.sd-inquiry-title { font-size: clamp(24px,3vw,32px); font-weight: 800; color: #fff; margin-bottom: 12px; }
.sd-inquiry-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 24px; }
.sd-contact-list { list-style: none; padding: 0; margin: 0; }
.sd-contact-list li { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.sd-contact-list li:last-child { border-bottom: none; }
.sd-contact-ic {
  width: 42px; height: 42px; border-radius: 10px; display: flex;
  align-items: center; justify-content: center; font-size: 16px; color: #fff;
  background: rgba(255,255,255,.08); flex-shrink: 0;
}
.sd-contact-list b { display: block; font-size: 13px; color: #fff; margin-bottom: 2px; }
.sd-contact-list span { font-size: 13px; color: rgba(255,255,255,.5); }
.sd-contact-list a { color: #5eead4; }
.sd-form-card {
  background: #fff; border-radius: 20px; padding: 32px;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.sd-form-card h3 { font-size: 18px; font-weight: 700; color: #0f172a; margin-bottom: 4px; }
.sd-form-card > p { font-size: 13px; color: #94a3b8; margin-bottom: 20px; }
.sd-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media(max-width:600px){ .sd-form-grid { grid-template-columns: 1fr; } }
.sd-form-grid .full { grid-column: 1 / -1; }
.sd-field label { display: block; font-size: 12px; font-weight: 600; color: #334155; margin-bottom: 4px; }
.sd-field .req { color: #ef4444; }
.sd-field input, .sd-field select, .sd-field textarea {
  width: 100%; padding: 10px 14px; border-radius: 10px; border: 1px solid #e2e8f0;
  font-size: 13px; color: #1e293b; background: #f8fafc; transition: border-color .2s;
  font-family: inherit;
}
.sd-field input:focus, .sd-field select:focus, .sd-field textarea:focus {
  outline: none; border-color: #14b8a6; background: #fff;
}
.sd-field textarea { resize: vertical; min-height: 80px; }
.sd-form-btn {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
  padding: 12px 28px; border-radius: 10px; font-size: 14px; font-weight: 700;
  background: linear-gradient(135deg, #14b8a6, #6366f1); color: #fff;
  border: none; cursor: pointer; transition: all .25s; width: 100%; justify-content: center;
}
.sd-form-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(20,184,166,.3); }

/* ---------- GEO CITATION NETWORK ---------- */
.sd-cite-network {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 16px;
}
@media(max-width:768px){ .sd-cite-network { grid-template-columns: 1fr; } }
.sd-cite-node {
  background: rgba(255,255,255,.06); border-radius: 16px; padding: 24px;
  border: 1px solid rgba(255,255,255,.08); text-align: center;
  transition: all .3s; backdrop-filter: blur(10px);
}
.sd-cite-node:hover { border-color: rgba(94,234,212,.3); transform: translateY(-4px); }
.sd-cite-node-icon {
  width: 56px; height: 56px; border-radius: 14px; display: flex;
  align-items: center; justify-content: center; font-size: 24px;
  margin: 0 auto 12px; color: #fff;
}
.sd-cite-node h4 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.sd-cite-node small { font-size: 12px; color: rgba(255,255,255,.5); display: block; margin-bottom: 10px; }
.sd-cite-node-stat {
  font-size: 28px; font-weight: 800;
  background: linear-gradient(135deg, #5eead4, #a78bfa);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---------- AI CONTENT SCORE ---------- */
.sd-score-ring {
  width: 140px; height: 140px; border-radius: 50%; margin: 0 auto 20px;
  position: relative; display: flex; align-items: center; justify-content: center;
}
.sd-score-ring svg { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.sd-score-ring circle {
  fill: none; stroke-width: 8; stroke-linecap: round;
}
.sd-score-ring .bg { stroke: rgba(255,255,255,.08); }
.sd-score-ring .fill { stroke: url(#scoreGrad); stroke-dasharray: 408; stroke-dashoffset: 40; transition: stroke-dashoffset 1s ease; }
.sd-score-ring b { position: relative; z-index: 2; font-size: 32px; font-weight: 800; color: #fff; }

/* ---------- ANIMATIONS ---------- */
@keyframes sd-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.sd-float { animation: sd-float 3s ease-in-out infinite; }
