:root {
  --primary: #1a73e8;
  --primary-dark: #0f5fc7;
  --text: #101828;
  --muted: #667085;
  --line: #dce5f1;
  --soft: #f6f9fc;
  --white: #ffffff;
  --green: #22a12d;
  --red: #cf1322;
  --shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  background: var(--soft);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(220, 229, 241, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  width: min(300px, 58vw);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a {
  color: #475467;
  font-weight: 700;
}

.site-nav a:hover {
  color: var(--primary);
}

.language-switch {
  display: inline-flex;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
}

.language-switch button {
  min-width: 42px;
  height: 34px;
  border: 0;
  color: #475467;
  font-size: 13px;
  font-weight: 800;
  background: transparent;
}

.language-switch button.active {
  color: #fff;
  background: var(--primary);
}

.header-cta,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 800;
}

.header-cta,
.primary-btn {
  border: 0;
  color: #fff;
  background: var(--primary);
  box-shadow: 0 10px 24px rgba(26, 115, 232, 0.2);
}

.header-cta:hover,
.primary-btn:hover {
  background: var(--primary-dark);
}

.secondary-btn {
  border: 1px solid #cbd5e1;
  color: #101828;
  background: #fff;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #101828;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(600px, 1.14fr);
  gap: 34px;
  align-items: center;
  padding: 58px clamp(18px, 4vw, 58px) 42px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 700px;
  margin-bottom: 18px;
  color: #0f172a;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 800;
  line-height: 1.12;
}

h2 {
  margin-bottom: 14px;
  color: #0f172a;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.22;
}

h3 {
  color: #0f172a;
  font-size: 19px;
}

.hero-text,
.section-heading p,
.split-section p,
.plan-card p,
.contact-section p {
  color: var(--muted);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 18px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-points span {
  padding: 7px 10px;
  border: 1px solid #d9eadf;
  border-radius: 999px;
  color: #14532d;
  font-size: 14px;
  font-weight: 700;
  background: #f0fdf4;
}

.app-preview {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 14px;
  border-bottom: 1px solid #e7edf5;
}

.window-bar strong,
.window-bar span {
  display: block;
}

.window-bar strong {
  font-size: 17px;
}

.window-bar span {
  color: #8a94a6;
  font-size: 14px;
}

.window-bar button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #d7dee9;
  border-radius: 4px;
  background: #fff;
}

.search-box {
  display: grid;
  grid-template-columns: 150px minmax(220px, 1fr) 150px 150px;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid #e7edf5;
}

.search-box label,
.list-controls label {
  min-width: 0;
}

.search-box label > span {
  display: block;
  margin-bottom: 6px;
  color: #475467;
  font-size: 14px;
}

.search-box input,
.search-box select,
.list-controls input,
.list-controls select {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #d1d9e6;
  border-radius: 4px;
  color: #101828;
  background: #fff;
}

.domain-input input {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.12);
}

.search-btn {
  align-self: end;
  min-height: 40px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-weight: 800;
  background: var(--primary);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid #e7edf5;
}

.stats-grid div {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #e1e7ef;
  border-radius: 6px;
  background: #fff;
}

.stats-grid span {
  display: block;
  margin-bottom: 4px;
  color: #667085;
  font-size: 14px;
}

.stats-grid strong {
  display: block;
  overflow: hidden;
  color: #0f172a;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 14px;
  border-bottom: 1px solid #e7edf5;
}

.list-header h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 19px;
}

.list-header h2 span {
  padding: 2px 9px;
  border: 1px solid #91caff;
  border-radius: 4px;
  color: #0958d9;
  font-size: 13px;
  font-weight: 500;
  background: #e6f4ff;
}

.list-controls {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) 210px;
  gap: 10px;
  width: min(520px, 100%);
}

.ads-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  /* max-height: 450px; */
  overflow: hidden;
  padding: 14px;
  background: #f8fbff;
}

.ad-card {
  overflow: hidden;
  border: 1px solid #dce5f1;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.ad-media {
  display: grid;
  height: 150px;
  place-items: center;
  padding: 16px;
  border-bottom: 1px solid #e2e8f0;
  color: #2563eb;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.text-ad {
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.video-ad {
  gap: 10px;
  color: #1f2937;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.16), rgba(255, 255, 255, 0.76)),
    linear-gradient(135deg, #dbeafe, #f8fafc 46%, #d1fae5);
}

.video-ad button {
  min-height: 24px;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  background: var(--primary);
}

.chips-ad {
  align-content: center;
  gap: 18px;
  color: #1d4ed8;
  background: linear-gradient(180deg, #fff, #eef6ff);
}

.chips-ad div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.chips-ad span {
  padding: 4px 10px;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  color: #2563eb;
  font-size: 12px;
  background: #fff;
}

.ad-body {
  padding: 12px;
}

.ad-body h3 {
  margin-bottom: 7px;
  color: #0958d9;
  font-size: 16px;
  font-weight: 800;
}

.time-pill {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 9px;
  border: 1px solid #b7eb8f;
  border-radius: 3px;
  color: var(--green);
  font-size: 14px;
  background: #f6ffed;
}

.ad-body p {
  margin: 0 0 3px;
  color: #344054;
  font-size: 14px;
}

.ad-body .verified {
  color: var(--red);
}

.section {
  padding: 58px clamp(18px, 4vw, 58px);
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature-card,
.steps-grid article,
.faq-list details {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.feature-card span,
.steps-grid span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--primary);
  font-size: 30px;
  font-weight: 800;
}

.feature-card p,
.steps-grid p,
.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.geo-impressions-section {
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.geo-impressions-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 34px;
  align-items: center;
}

.geo-impressions-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.geo-demo-card {
  overflow: hidden;
  border: 1px solid #dbe7f5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
}

.geo-demo-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid #edf1f7;
}

.geo-demo-header span,
.geo-demo-header small,
.geo-summary-grid span {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
}

.geo-demo-header strong {
  display: block;
  margin: 12px 0 4px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
}

.geo-demo-header em {
  align-self: flex-start;
  padding: 5px 10px;
  border: 1px solid #93c5fd;
  border-radius: 4px;
  color: #1a73e8;
  font-size: 13px;
  font-style: normal;
  background: #eff6ff;
}

.geo-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 22px 12px;
}

.geo-summary-grid div {
  padding: 13px 14px;
  border: 1px solid #dce5f0;
  border-radius: 7px;
  background: #f8fafc;
}

.geo-summary-grid strong {
  display: block;
  margin-top: 6px;
  color: #0f172a;
  font-size: 15px;
}

.geo-table-wrap {
  overflow-x: auto;
  padding: 0 22px 22px;
}

.geo-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  overflow: hidden;
  font-size: 13px;
}

.geo-table th,
.geo-table td {
  padding: 12px 13px;
  border-bottom: 1px solid #e8eef6;
  text-align: left;
  white-space: nowrap;
}

.geo-table th {
  color: #334155;
  font-weight: 800;
  background: #f1f5f9;
}

.geo-table tbody tr:last-child td {
  border-bottom: 0;
}

.geo-table .is-highlight td {
  color: #0b57d0;
  font-weight: 800;
  background: #eaf3ff;
}

@media (max-width: 980px) {
  .geo-impressions-layout {
    grid-template-columns: 1fr;
  }

  .geo-impressions-copy {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .geo-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
  }

  .geo-demo-header {
    padding: 16px;
  }

  .geo-table-wrap {
    padding: 0 12px 16px;
  }
}

.video-section {
  background: #fff;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.video-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0f172a;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-copy {
  padding: 18px 20px 20px;
}

.video-copy span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.video-copy h3 {
  margin-bottom: 8px;
}

.video-copy p {
  margin: 0;
  color: var(--muted);
}

.download-section {
  background: #f6f9fc;
}

.download-card {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  gap: 24px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: linear-gradient(135deg, #eff6ff, #ffffff);
  box-shadow: 0 18px 46px rgba(26, 115, 232, 0.13);
}

.download-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 210px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  background: var(--primary);
  box-shadow: 0 14px 30px rgba(26, 115, 232, 0.26);
}

.download-btn:hover {
  background: var(--primary-dark);
}

.download-btn span {
  font-size: 24px;
  line-height: 1;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: center;
  background: #fff;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #344054;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
}

.sort-panel {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: var(--shadow);
}

.panel-title {
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
}

.sort-panel button {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #d9e2ee;
  border-radius: 4px;
  color: #344054;
  text-align: left;
  background: #fff;
}

.sort-panel .active {
  border-color: #bfdbfe;
  color: #0f172a;
  font-weight: 800;
  background: #e0f2fe;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pricing-section {
  background: #fff;
}

.pricing-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 900px;
  margin: -8px auto 24px;
  padding: 14px 18px;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  color: #7c2d12;
  text-align: center;
  background: #fff7ed;
}

.pricing-highlight strong,
.pricing-highlight span {
  display: block;
}

.pricing-highlight strong {
  font-size: 18px;
  font-weight: 800;
}

.pricing-highlight span {
  color: #9a3412;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1160px;
  margin: 0 auto;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid #cfe2ff;
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.featured-plan {
  border-color: var(--primary);
  background: linear-gradient(180deg, #eff6ff, #ffffff);
  box-shadow: 0 22px 58px rgba(26, 115, 232, 0.2);
}

.premium-plan {
  border-color: #86efac;
  background: linear-gradient(180deg, #f0fdf4, #ffffff);
  box-shadow: 0 20px 52px rgba(22, 163, 74, 0.16);
}

.plan-badge {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 5px 11px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: #f97316;
}

.featured-plan .plan-badge {
  background: var(--primary);
}

.premium-plan .plan-badge {
  background: #16a34a;
}

.plan-card h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin: 10px 0 16px;
}

.plan-price strong {
  color: #0f172a;
  font-size: clamp(25px, 2.4vw, 32px);
  font-weight: 800;
  line-height: 1;
}

.plan-price small {
  color: var(--primary);
  font-size: 15px;
  font-weight: 800;
}

.plan-price span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.plan-card ul {
  display: grid;
  gap: 10px;
  flex: 1;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 28px;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
}

.plan-card li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
}

.history-section {
  background: #f6f9fc;
}

.history-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 40px;
  align-items: center;
}

.history-copy p {
  color: var(--muted);
  font-size: 17px;
}

.history-copy {
  order: 2;
  max-width: 620px;
}

.history-showcase {
  display: grid;
  gap: 16px;
  min-width: 0;
  order: 1;
}

.history-shot {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.1);
}

.history-detail-shot {
  transform: none;
}

.history-shot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid #e7edf5;
}

.history-shot-header strong {
  color: #0f172a;
  font-size: 20px;
  font-weight: 800;
}

.history-shot-header span {
  color: var(--muted);
}

.history-filter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px 86px;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid #e7edf5;
}

.history-filter-row span,
.history-summary span {
  display: block;
  overflow: hidden;
  padding: 9px 10px;
  border: 1px solid #dce5f1;
  border-radius: 4px;
  color: #667085;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
}

.history-table {
  min-width: 0;
}

.history-table-head,
.history-row {
  display: grid;
  grid-template-columns: 120px minmax(180px, 1fr) 90px 160px;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
}

.history-table-head {
  color: #0f172a;
  font-weight: 800;
  background: #f8fafc;
}

.history-row {
  border-top: 1px solid #edf1f7;
}

.history-row em {
  justify-self: start;
  padding: 3px 9px;
  border: 1px solid #91caff;
  border-radius: 3px;
  color: #0958d9;
  font-style: normal;
  background: #e6f4ff;
}

.history-row strong,
.history-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.history-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid #e7edf5;
}

.history-ad-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  background: #f8fbff;
}

.history-ad-card {
  overflow: hidden;
  border: 1px solid #dce5f1;
  border-radius: 6px;
  background: #fff;
}

.history-ad-card div {
  height: 96px;
  border-bottom: 1px solid #e2e8f0;
  background:
    linear-gradient(90deg, rgba(26, 115, 232, 0.08), rgba(26, 115, 232, 0.18)),
    repeating-linear-gradient(180deg, #f8fafc 0, #f8fafc 9px, #edf2f7 10px);
}

.history-ad-card strong,
.history-ad-card span {
  display: block;
  overflow: hidden;
  margin: 0 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.history-ad-card strong {
  margin-top: 12px;
  color: #0958d9;
}

.history-ad-card span {
  color: #475467;
  font-size: 14px;
}

.history-ad-card span:last-child {
  margin-bottom: 12px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-list summary {
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.faq-list p {
  margin-top: 12px;
}

.faq-list a {
  color: var(--primary);
  font-weight: 800;
}

.faq-list a:hover {
  text-decoration: underline;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: center;
  margin: 0 clamp(18px, 4vw, 58px) 42px;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background: #0f172a;
}

.contact-section h2,
.contact-section .eyebrow {
  color: #fff;
}

.contact-section p {
  color: #d1d5db;
}

.contact-icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  animation: soft-bounce 2.4s ease-in-out infinite;
}

.contact-icon:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.14);
}

.zalo-icon {
  animation-delay: 0.35s;
}

.icon-bubble {
  display: grid;
  width: 78px;
  height: 78px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.facebook-icon .icon-bubble {
  background: transparent;
}

.zalo-icon .icon-bubble {
  background: transparent;
}

.icon-bubble img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-icon strong,
.contact-icon small {
  display: block;
}

.contact-icon strong {
  font-size: 22px;
}

.contact-icon small {
  margin-top: 4px;
  color: #d1d5db;
  font-size: 14px;
}

@keyframes soft-bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px clamp(18px, 4vw, 58px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #fff;
}

.site-footer a {
  color: var(--primary);
  font-weight: 800;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .hero,
  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .app-preview {
    overflow-x: auto;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .brand {
    order: 1;
    min-width: 0;
  }

  .brand img {
    width: min(210px, 48vw);
  }

  .menu-toggle {
    display: block;
    flex: 0 0 42px;
    order: 3;
    margin-left: 0;
  }

  .language-switch {
    display: inline-flex;
    flex: 0 0 auto;
    order: 2;
    margin-left: auto;
    width: auto;
  }

  .site-nav,
  .header-cta {
    order: 4;
    display: none;
    width: 100%;
  }

  .site-header.is-open .site-nav {
    display: grid;
    gap: 12px;
  }

  .site-header.is-open .header-cta {
    display: inline-flex;
    width: auto;
  }

  .pricing-grid,
  .steps-grid,
  .video-grid,
  .download-card,
  .history-layout {
    grid-template-columns: 1fr;
  }

  .download-btn {
    width: 100%;
  }

  .app-preview {
    overflow-x: visible;
  }

  .window-bar,
  .search-box,
  .stats-grid,
  .list-header,
  .ads-grid {
    min-width: 0;
  }

  .window-bar,
  .list-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .window-bar button {
    width: 100%;
  }

  .search-box,
  .stats-grid,
  .ads-grid,
  .list-controls {
    grid-template-columns: 1fr;
  }

  .ads-grid {
    max-height: none;
  }

  .history-detail-shot {
    transform: none;
  }

  .history-copy {
    order: 1;
    max-width: none;
  }

  .history-showcase {
    order: 2;
  }

  .history-filter-row,
  .history-summary,
  .history-ad-grid {
    grid-template-columns: 1fr;
  }

  .history-table-head {
    display: none;
  }

  .history-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .history-row em {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .brand img {
    width: min(180px, 43vw);
  }

  .language-switch button {
    min-width: 36px;
    height: 32px;
    font-size: 12px;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .hero {
    padding-top: 36px;
  }

  h1 {
    font-size: 34px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .contact-icons {
    grid-template-columns: 1fr;
  }

  .contact-section {
    margin-right: 18px;
    margin-left: 18px;
    padding: 24px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Domain Analysis Section */
.domain-analysis-section {
  background: #fff;
}

.domain-analysis-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: center;
}

.domain-analysis-copy p {
  color: var(--muted);
  font-size: 17px;
}

.domain-analysis-showcase {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.domain-analysis-demo {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
}

.domain-demo-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid #e7edf5;
  background: #f8fbff;
}

.domain-demo-toolbar strong {
  color: #0f172a;
  font-size: 18px;
}

.domain-demo-toolbar label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #334155;
  font-weight: 700;
}

.domain-demo-toolbar label span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 4px;
  background: var(--primary);
}

.domain-demo-toolbar label span::after {
  width: 9px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  transform: rotate(-45deg);
}

.domain-demo-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px minmax(0, 0.9fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.domain-demo-card,
.domain-result-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid #dce5f1;
  border-radius: 8px;
  background: #fff;
}

.domain-demo-card {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.ad-count {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 9px;
  border: 1px solid #b7eb8f;
  border-radius: 3px;
  color: var(--green);
  font-size: 14px;
  background: #f6ffed;
}

.domain-demo-card p {
  margin: 0 0 6px;
  overflow: hidden;
  color: #475467;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.domain-chip-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0;
  padding: 12px;
  border: 1px solid #bfdbfe;
  border-radius: 6px;
  background: #eff6ff;
}

.domain-chip-row span {
  color: #475467;
  font-weight: 700;
}

.clickable-domain {
  overflow: hidden;
  color: var(--primary);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clickable-domain:hover {
  text-decoration: underline;
}

.domain-demo-arrow {
  display: grid;
  place-items: center;
  color: var(--primary);
  font-weight: 800;
  text-align: center;
}

.domain-demo-arrow span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eaf3ff;
}

.domain-demo-arrow span::after {
  position: absolute;
  right: -22px;
  width: 22px;
  height: 2px;
  background: var(--primary);
  content: "";
}

.view-ad-btn {
  width: 100%;
  min-height: 40px;
  padding: 0 14px;
  background: white;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}

.view-ad-btn:hover {
  background: var(--primary);
  color: white;
}

.domain-result-card {
  background: #0f172a;
  color: #fff;
}

.result-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 800;
  background: rgba(26, 115, 232, 0.18);
}

.domain-result-card h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 24px;
}

.result-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.result-stats div {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.result-stats strong,
.result-stats span {
  display: block;
}

.result-stats strong {
  font-size: 24px;
}

.result-stats span,
.domain-result-card p {
  color: #d1d5db;
}

.domain-result-card p {
  margin: 0;
}

.similarweb-section {
  background: #f6f9fc;
}

.similarweb-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: center;
}

.similarweb-copy p {
  color: var(--muted);
  font-size: 17px;
}

.similarweb-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.analysis-image-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.analysis-detail-card {
  transform: translateY(18px);
}

.analysis-image-card div {
  padding: 13px 15px;
  border-bottom: 1px solid #e7edf5;
  background: #f8fbff;
}

.analysis-image-card strong,
.analysis-image-card span {
  display: block;
}

.analysis-image-card strong {
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
}

.analysis-image-card span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.analysis-image-card img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: left top;
}

.analysis-detail-card img {
  height: 250px;
}

@media (max-width: 768px) {
  .domain-analysis-layout,
  .domain-demo-body {
    grid-template-columns: 1fr;
  }

  .domain-demo-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .domain-demo-arrow span::after {
    display: none;
  }

  .domain-chip-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .similarweb-layout,
  .similarweb-preview {
    grid-template-columns: 1fr;
  }

  .analysis-detail-card {
    transform: none;
  }

  .analysis-image-card img,
  .analysis-detail-card img {
    height: auto;
  }
}
