:root {
  --emb-primary: #64748b;
  --emb-dark: #0f172a;
  --emb-text: #334155;
  --emb-muted: #64748b;
  --emb-bg: #f8fafc;
  --emb-card: rgba(255,255,255,0.78);
  --emb-border: rgba(148,163,184,0.22);
  --emb-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  --emb-radius: 24px;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: var(--emb-text);
}

.preview-iframe-wrapper { overflow: hidden; }

.top-language-strip {
  padding: 12px 0;
  background: linear-gradient(90deg, rgba(248,250,252,0.92), rgba(241,245,249,0.72));
  border-bottom: 1px solid rgba(148,163,184,0.15);
  backdrop-filter: blur(10px);
}

.top-language-strip .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.top-language-strip .label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--emb-dark);
}

.top-language-strip .label i { color: var(--emb-primary); }

/* ===== Hero ===== */
.preview-hero-area {
  position: relative;
  padding: 74px 0 72px;
  background: radial-gradient(circle at 78% 48%, rgba(148,163,184,0.12), transparent 25%),
    radial-gradient(circle at 92% 18%, rgba(100,116,139,0.07), transparent 17%), #ffffff;
  overflow: hidden;
}

.hero-container { width: min(100% - 32px, 1215px); margin: 0 auto; }

.preview-hero-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(248,250,252,0.72), transparent 34%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  align-items: center;
  gap: 60px;
  min-height: 500px;
}

.hero-box {
  position: relative;
  max-width: 660px;
  padding: 0;
  text-align: left;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  border: 0;
  color: var(--emb-primary);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-title {
  max-width: 690px;
  font-size: clamp(44px, 4vw, 64px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--emb-dark);
  margin-bottom: 20px;
}

.hero-title span { display: block; font-weight: inherit; }

.hero-subtitle {
  max-width: 620px;
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
  color: var(--emb-muted);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-main-btn, .hero-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.hero-main-btn {
  padding: 0 24px;
  color: #ffffff;
  background: #ea580c;
  border: 1px solid #ea580c;
  box-shadow: 0 14px 28px rgba(234,88,12,0.22);
}

.hero-main-btn:hover {
  color: #ffffff;
  background: #c2410c;
  border-color: #c2410c;
  transform: translateY(-1px);
}

.hero-link-btn {
  padding: 0 8px;
  color: #ea580c;
}

.hero-link-btn:hover { color: #c2410c; }

.hero-visual {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(148,163,184,0.14), rgba(148,163,184,0.05) 48%, transparent 72%);
  filter: blur(8px);
}

.emb-product-card {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  border-radius: 26px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(148,163,184,0.18);
  box-shadow: 0 22px 64px rgba(15,23,42,0.10);
  padding: 24px;
  backdrop-filter: blur(14px);
}

.emb-window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.emb-logo-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.emb-logo-pill img {
  width: 22px;
  height: 22px;
  border-radius: 6px;
}

.emb-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(249,115,22,0.12);
  color: #c2410c;
  font-size: 12px;
  font-weight: 700;
}

.emb-status-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ea580c;
  box-shadow: 0 0 0 5px rgba(234,88,12,0.14);
}

.emb-connect-panel {
  border-radius: 24px;
  background: radial-gradient(circle at 82% 18%, rgba(255,255,255,0.20), transparent 24%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  color: #0f172a;
  padding: 28px;
  overflow: hidden;
  position: relative;
}

.emb-connect-panel::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -48px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(148,163,184,0.12);
}

.emb-connect-panel h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 26px;
  font-weight: 800;
}

.emb-connect-panel p {
  position: relative;
  z-index: 2;
  max-width: 440px;
  margin-bottom: 0;
  color: #64748b;
  line-height: 1.7;
  font-size: 14px;
}

.emb-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.emb-stat {
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(148,163,184,0.16);
  padding: 16px;
}

.emb-stat strong {
  display: block;
  color: var(--emb-dark);
  font-size: 18px;
  margin-bottom: 5px;
}

.emb-stat span {
  color: var(--emb-muted);
  font-size: 12px;
  font-weight: 600;
}

.emb-floating-note {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(148,163,184,0.18);
  box-shadow: 0 18px 40px rgba(15,23,42,0.12);
  color: var(--emb-dark);
  font-size: 13px;
  font-weight: 700;
}

.emb-floating-note i { color: #ea580c; }

.section-shell { padding: 24px 0 10px; }

.content-card {
  background: var(--emb-card);
  border: 1px solid var(--emb-border);
  border-radius: var(--emb-radius);
  box-shadow: var(--emb-shadow);
  backdrop-filter: blur(12px);
  padding: 28px;
}

.section-heading h2 { color: var(--emb-dark); font-weight: 700; }

.section-heading p {
  color: var(--emb-text);
  line-height: 1.8;
  font-size: 15px;
}

.feature-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148,163,184,0.35), transparent);
  margin: 40px 0;
  border: 0;
}

.animation-box {
  background: linear-gradient(180deg, rgba(255,255,255,0.7), rgba(248,250,252,0.95));
  border: 1px solid rgba(148,163,184,0.18);
  border-radius: 24px;
  padding: 15px;
  box-shadow: 0 15px 40px rgba(15,23,42,0.06);
}

.animation-holder { width: 100%; height: 300px; }

.mobile-feature-title { color: var(--emb-dark); font-weight: 700; }
.mobile-feature-text { color: var(--emb-muted); line-height: 1.7; }
.features-area { position: relative; z-index: 2; }
.demo-container { padding-bottom: 10px; }

/* ===== Crypto Payments ===== */
.crypto-payments-section {
  padding: 88px 0;
  background: radial-gradient(circle at 85% 18%, rgba(148, 163, 184, 0.12), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.crypto-payments-section .container { max-width: 1220px; }

.crypto-payments-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.crypto-payment-item {
  position: relative;
  min-height: 280px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 28px;
  background: radial-gradient(circle at 92% 0%, rgba(148, 163, 184, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.90);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.crypto-payment-item:hover {
  transform: translateY(-4px);
  border-color: rgba(148, 163, 184, 0.34);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.12);
}

.crypto-payment-item::after {
  content: "";
  position: absolute;
  right: -74px;
  top: -74px;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.10);
  pointer-events: none;
}

.crypto-payment-icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  color: #475569;
  font-size: 26px;
}

.crypto-payment-item h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.crypto-payment-item p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.72;
}

/* ===== Platforms ===== */
.platforms-section {
  position: relative;
  padding: 86px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(99, 102, 241, 0.06), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(148, 163, 184, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 48%, #ffffff 100%);
}

.platforms-section::before {
  content: "";
  position: absolute;
  inset: 34px auto auto 50%;
  width: min(980px, 92vw);
  height: 360px;
  transform: translateX(-50%);
  background: linear-gradient(135deg, rgba(226, 232, 240, 0.45), rgba(255, 255, 255, 0));
  border-radius: 999px;
  filter: blur(35px);
  pointer-events: none;
}

.platforms-section .demo-container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
}

.platforms-intro { max-width: 920px; margin: 0 auto 28px; }

.platforms-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.18);
  color: #475569;
  font-size: 14px;
  font-weight: 700;
}

.platforms-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.13);
}

.platforms-intro-title {
  margin: 0 0 12px;
  color: #120044;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.platforms-intro-text {
  max-width: 980px;
  margin: 0 auto;
  color: #64748b;
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.65;
}

.platforms-card {
  position: relative;
  padding: 28px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.9));
  border: 1px solid rgba(203, 213, 225, 0.72);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.platforms-card :is(.platforms-grid, .platform-grid, .platform-list, .devices-grid) {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.platforms-card :is(.platform-card, .platform-item, .device-card, .app-platform-card) {
  position: relative;
  min-height: 168px;
  padding: 32px 18px 22px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% -10%, rgba(59, 130, 246, 0.12), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(147, 197, 253, 0.55);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.platforms-card :is(.platform-card, .platform-item, .device-card, .app-platform-card)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.65), transparent 48%);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.platforms-card :is(.platform-card, .platform-item, .device-card, .app-platform-card):hover {
  transform: translateY(-6px);
  border-color: rgba(96, 165, 250, 0.72);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.10), 0 0 0 4px rgba(59, 130, 246, 0.05);
}

.platforms-card :is(.platform-card, .platform-item, .device-card, .app-platform-card):hover::before {
  opacity: 1;
}

.platforms-card img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  padding: 12px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.85);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.platforms-card :is(h3, h4, .platform-title, .device-title) {
  margin-top: 16px;
  margin-bottom: 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.platforms-card :is(.badge, .status-badge, .platform-badge, .device-status) {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
  background: #22c55e;
}

.platforms-card :is(.badge, .status-badge, .platform-badge, .device-status).dev,
.platforms-card :is(.badge, .status-badge, .platform-badge, .device-status).development {
  background: #ef4444;
}

.platforms-card :is(.badge, .status-badge, .platform-badge, .device-status).listing {
  background: #f59e0b;
}

.platforms-card .bg-success { background-color: #22c55e !important; }
.platforms-card .bg-danger { background-color: #ef4444 !important; }
.platforms-card .bg-warning { background-color: #f59e0b !important; color: #ffffff !important; }

/* ===== CTA Section ===== */
.emb-google-cta-section {
  padding: 72px 0;
  background: #f8fafc;
}

.emb-google-cta-section .container { max-width: 1280px; }

.emb-google-cta-card {
  min-height: 430px;
  padding: 72px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--emb-radius);
  background: var(--emb-card);
  border: 1px solid var(--emb-border);
  box-shadow: var(--emb-shadow);
  backdrop-filter: blur(12px);
  text-align: center;
  overflow: hidden;
}

.emb-google-logo {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 24px;
  background: #0f172a;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.emb-google-logo img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 12px;
}

.emb-google-cta-card h2 {
  max-width: 900px;
  margin: 0 auto 18px;
  color: var(--emb-dark);
  font-family: 'Poppins', sans-serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
}

.emb-google-cta-card p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--emb-text);
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.emb-google-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.emb-google-main-btn, .emb-google-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.emb-google-main-btn {
  color: #ffffff;
  background: #ea580c;
  border: 1px solid #ea580c;
  box-shadow: 0 14px 28px rgba(234, 88, 12, 0.22);
}

.emb-google-main-btn:hover {
  color: #ffffff;
  background: #c2410c;
  border-color: #c2410c;
  box-shadow: 0 18px 36px rgba(234, 88, 12, 0.28);
  transform: translateY(-1px);
}

.emb-google-link-btn {
  color: #ea580c;
  background: transparent;
}

.emb-google-link-btn:hover {
  color: #c2410c;
  background: rgba(234, 88, 12, 0.08);
}

/* ===== Responsive ===== */
@media (max-width: 1199.98px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .hero-box { max-width: 760px; }
  .hero-visual { justify-content: flex-start; }
  .platforms-card :is(.platforms-grid, .platform-grid, .platform-list, .devices-grid) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .crypto-payments-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }
  .crypto-payment-item { min-height: auto; }
  .platforms-section { padding: 64px 0 72px; }
  .platforms-card {
    padding: 20px;
    border-radius: 28px;
  }
  .platforms-card :is(.platforms-grid, .platform-grid, .platform-list, .devices-grid) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 767.98px) {
  .preview-hero-area { padding: 48px 0 34px; }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
  }
  .hero-box { text-align: center; margin: 0 auto; }
  .content-card { padding: 20px 16px; }
  .hero-subtitle { margin: 0 auto; font-size: 15px; }
  .hero-title { font-size: clamp(34px, 11vw, 46px); }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: auto; }
  .emb-product-card { padding: 18px; border-radius: 22px; }
  .emb-stats-grid { grid-template-columns: 1fr; }
  .emb-floating-note { position: static; margin: 14px auto 0; width: fit-content; }
  .crypto-payments-section { padding: 58px 0; }
  .crypto-payment-item { padding: 24px; border-radius: 24px; }
  .crypto-payment-icon { width: 54px; height: 54px; margin-bottom: 22px; font-size: 24px; }
  .crypto-payment-item h3 { font-size: 22px; }
  .crypto-payment-item p { font-size: 15px; }
  .emb-google-cta-section { padding: 48px 0; }
  .emb-google-cta-card { min-height: 360px; padding: 48px 18px; border-radius: 24px; }
  .emb-google-cta-card h2 { font-size: 32px; }
  .emb-google-cta-card p { font-size: 14px; }
  .emb-google-cta-actions { gap: 12px; margin-top: 26px; }
  .emb-google-main-btn, .emb-google-link-btn { width: 100%; max-width: 280px; }
}

@media (max-width: 575.98px) {
  .platforms-section { padding: 54px 0 60px; }
  .platforms-intro { margin-bottom: 20px; }
  .platforms-intro-title { font-size: 30px; }
  .platforms-intro-text { font-size: 14px; }
  .platforms-card { padding: 14px; border-radius: 24px; }
  .platforms-card :is(.platforms-grid, .platform-grid, .platform-list, .devices-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .platforms-card :is(.platform-card, .platform-item, .device-card, .app-platform-card) {
    min-height: 150px;
    padding: 30px 12px 18px;
    border-radius: 19px;
  }
  .platforms-card img {
    width: 62px;
    height: 62px;
    padding: 10px;
  }
  .platforms-card :is(h3, h4, .platform-title, .device-title) {
    font-size: 15px;
    font-weight: 500;
  }
  .emb-google-logo { width: 72px; height: 72px; border-radius: 20px; margin-bottom: 22px; }
  .emb-google-logo img { width: 38px; height: 38px; }
}
