.pollsLandingPage {
  background:
    radial-gradient(
      circle at 86% 8%,
      rgba(11, 116, 209, 0.12),
      transparent 28%
    ),
    radial-gradient(circle at 8% 18%, rgba(227, 24, 44, 0.08), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f6fbff 46%, #fff 100%);
  min-width: 320px;
  margin: 0;
  color: #081b36;
  overflow-x: hidden;
}

.pollsLandingPage main {
  overflow: hidden;
}

.pollsLandingPage section {
  scroll-margin-top: 86px;
}


.pollHero {
  position: relative;
}

.pollHero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 96% 10%,
      rgba(57, 163, 255, 0.14),
      transparent 26%
    ),
    radial-gradient(circle at 5% 100%, rgba(227, 24, 44, 0.07), transparent 32%);
  pointer-events: none;
}

.pollHeroGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 430px);
  gap: 44px;
  align-items: center;
}

.pollHeroCopy {
  position: relative;
  z-index: 2;
  max-width: 650px;
  min-height: 570px;
  display: flex;
  flex-direction: column;
}

.pollHeroCopy .seoEyebrow {
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid #d8e7f6;
  border-radius: 999px;
  background: #ffffffb8;
  color: #21466f;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.pollHeroCopy h1 {
  max-width: 720px;
}

.pollHeroLead {
  max-width: 620px;
}

.pollHeroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pollHeroMiniNav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pollHeroMiniNav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid #d8e7f6;
  background: rgba(255, 255, 255, 0.9);
  color: #0f3b73;
  text-decoration: none;
  font-weight: 850;
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(8, 27, 54, 0.06);
}

.pollHeroMiniNav a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0b74d1;
  box-shadow: 0 0 0 4px rgba(11, 116, 209, 0.1);
}

.pollHeroVisual {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  overflow: visible;
  display: flex;
  justify-content: center;
}

.pollPhoneStage {
  position: relative;
  width: 430px;
  max-width: 430px;
  height: 570px;
  min-height: 570px;
  margin: 0 auto;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transform: none;
}

.pollPhoneStage .floatingCard svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #0b74d1;
}

.pollFloatingCardOne {
  left: 0;
  top: 82px;
}


.pollFloatingCardThree {
  left: auto;
  right: 26px;
  bottom: 22px;
}

.pollsLandingPage .seoPhoneAura {
  position: absolute;
  inset: 38px 6px 10px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 10%, var(--phone-glow), transparent 36%),
    radial-gradient(circle at 20% 90%, rgba(227, 24, 44, 0.1), transparent 28%);
  filter: blur(14px);
}

.pollThemeCard {
  height: 118px;
  padding: 12px;
  overflow: visible;
}

.pollSignatureSection {
  padding: 0 0 28px;
}

.pollSignatureGrid {
  display: grid;
  grid-template-columns: 1.28fr 0.86fr 0.86fr;
  gap: 16px;
  align-items: stretch;
}

.pollSignatureCard {
  min-height: 100%;
  border: 1px solid #d9e6f4;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(11, 116, 209, 0.08),
      transparent 34%
    ),
    linear-gradient(180deg, #fff, #fbfdff);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 18px 42px rgba(8, 27, 54, 0.08);
}

.pollSignatureWide {
  background:
    radial-gradient(circle at 100% 0, rgba(227, 24, 44, 0.1), transparent 30%),
    linear-gradient(135deg, #fff, #f3f9ff);
}

.pollSignatureIcon {
  border-radius: 16px;
  color: #fff;
  background: transparent;
  box-shadow: none;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
}

.pollSignatureCard:nth-child(2) .pollSignatureIcon {
  color: #10a37f;
}

.pollSignatureCard:nth-child(3) .pollSignatureIcon {
  color: #8b5cf6;
}

.pollSignatureCard span {
  display: block;
  color: #0b74d1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 10px;
}

.pollSignatureCard h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-h2);
  margin: 0;
  color: var(--color-heading);
  line-height: var(--line-height-h2);
  letter-spacing: var(--letter-spacing-h2);
}

.pollSignatureCard h3 {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-h3);
  margin: 0;
  color: var(--color-heading);
  line-height: var(--line-height-h3);
  letter-spacing: var(--letter-spacing-h3);
}

.pollSignatureCard p {
  margin-top: 15px;
  color: #2d3947;
  font-size: var(--font-size-card-body);
  line-height: var(--line-height-card-body);
}

.pollSignatureWide p {
  max-width: 760px;
}







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

.pollFeatureCard {
  min-height: 100%;
  border: 1px solid #d9e6f4;
  border-radius: 26px;
  padding: 22px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(11, 116, 209, 0.06),
      transparent 34%
    ),
    linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: 0 14px 34px rgba(8, 27, 54, 0.07);
}

.pollFeatureCard svg {
  border-radius: 16px;
  color: #fff;
  margin-bottom: 14px;
  width: 44px;
  height: 44px;
  padding: 11px;
  box-sizing: border-box;
}

.pollFeatureCard:nth-child(1) svg {
  background: #0b74d1;
}

.pollFeatureCard:nth-child(2) svg {
  background: #e3182c;
}

.pollFeatureCard:nth-child(3) svg {
  background: #7c3aed;
}

.pollFeatureCard:nth-child(4) svg {
  background: #f59e0b;
}

.pollFeatureCard:nth-child(5) svg {
  background: #10a37f;
}

.pollFeatureCard:nth-child(6) svg {
  background: #2563eb;
}

.pollFeatureCard h3 {
  margin: 0;
  color: #081b36;
}

.pollFeatureCard p {
  margin-top: 12px;
  color: #52677f;
  font-size: var(--font-size-card-body);
  line-height: var(--line-height-card-body);
}

.pollSectionSoft {
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(227, 24, 44, 0.05),
      transparent 22%
    ),
    radial-gradient(
      circle at 90% 40%,
      rgba(11, 116, 209, 0.07),
      transparent 26%
    ),
    linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.pollFormatWrap {
  display: grid;
  grid-template-columns: minmax(270px, 0.86fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.pollFormatIntro {
  position: sticky;
  top: 110px;
  border: 1px solid #d9e6f4;
  border-radius: 26px;
  padding: 24px;
  background: linear-gradient(180deg, #fff, #f6fbff);
  box-shadow: 0 14px 34px rgba(8, 27, 54, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pollFormatIntro h2 {
  color: var(--color-heading);
}

.pollFormatIntro p {
  margin-top: var(--heading-text-gap);
  color: #52677f;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}

.pollFormatQr {
  display: block;
  width: min(32%, 180px);
  height: auto;
  margin: auto auto 0;
  padding-top: 24px;
}

.pollCtaQr {
  position: relative;
  z-index: 1;
  display: block;
  width: 170px;
  height: auto;
  flex: 0 0 auto;
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}

.pollFormatGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pollFormatCard {
  border: 1px solid #d9e6f4;
  border-radius: 24px;
  padding: 0px 22px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(8, 27, 54, 0.06);
}

.pollFormatCard span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #eef6ff;
  color: #0b74d1;
  font-size: 13px;
  font-weight: 950;
  margin-top: 17px;
}

.pollFormatCard h3 {
  margin: 16px 0 0;
  color: #081b36;
}

.pollFormatCard p {
  margin-top: 10px;
  color: #52677f;
  font-size: var(--font-size-card-body);
  line-height: var(--line-height-card-body);
}

.pollStepsGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.pollStepCard {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border: 1px solid #d9e6f4;
  border-radius: 18px;
  background: #fff;
  padding: 26px 22px 24px;
  box-shadow: 0 18px 40px rgba(8, 27, 54, 0.07);
}

.pollStepCard span {
  align-items: center;
  justify-content: center;
  display: block;
  width: auto;
  height: auto;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #8aa0b8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.pollStepCard h3 {
  margin: 26px 0 0;
  color: #081b36;
}

.pollStepCard p {
  margin-top: 12px;
  color: #52677f;
  font-size: var(--font-size-card-body);
  line-height: var(--line-height-card-body);
}

.pollSectionBlend {
  padding: 36px 0;
  background: linear-gradient(180deg, #fff, #f7fbff);
  border-top: 1px solid #d9e6f4;
  border-bottom: 1px solid #d9e6f4;
}

.pollBlendGrid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.pollBlendCopy,
.pollSoftCard {
  border: 1px solid #d9e6f4;
  border-radius: 28px;
  padding: 24px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(11, 116, 209, 0.08),
      transparent 32%
    ),
    linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 16px 36px rgba(8, 27, 54, 0.06);
}

.pollBlendCopy h2 {
  color: var(--color-heading);
}

.pollBlendCopy p {
  margin-top: var(--heading-text-gap);
  color: #52677f;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}

.pollSoftCards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.pollSoftCard h3 {
  margin: 0;
  color: #081b36;
}

.pollSoftCard p {
  margin-top: 10px;
  color: #52677f;
  font-size: var(--font-size-card-body);
  line-height: var(--line-height-card-body);
}

.pollFaqWide {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pollFaqWide .seoFaqItem {
  min-height: 100%;
  border-radius: 26px;
  border: 1px solid #d9e6f4;
  background: #fff;
  padding: 26px;
  box-shadow: 0 12px 30px rgba(8, 27, 54, 0.07);
}

.pollFaqWide .seoFaqItem h3 {
  margin: 0 0 10px;
  color: #081b36;
}

.pollFaqWide .seoFaqItem p {
  color: #52677f;
  font-size: var(--font-size-card-body);
  line-height: var(--line-height-card-body);
}

.pollPhoneStage .floatingCard,
.pollPhoneStage .seoFloatingCard,
.pollPhoneStage .seoFloatingCardOne,
.pollPhoneStage .seoFloatingCardTwo,
.pollPhoneStage .seoFloatingCardThree {
  width: auto;
  min-width: 0;
  max-width: max-content;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  position: absolute;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(0, 118, 236, 0.45);
  background: rgba(255, 255, 255, 0.92);
  color: #0f3b73;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 14px 32px rgba(8, 27, 54, 0.1);
  backdrop-filter: none;
  z-index: 9;
}

.pollPhoneStage > .floatingCard,
.pollPhoneStage > .seoFloatingCard {
  position: absolute;
  inset: auto;
  width: auto;
  min-width: 0;
  max-width: max-content;
  height: auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 0 13px;
  border-radius: 15px;
  border: 1px solid rgba(0, 118, 236, 0.55);
  background: rgba(255, 255, 255, 0.96);
  color: #0f3b73;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 32px rgba(8, 27, 54, 0.1);
  backdrop-filter: none;
  transform: none;
  z-index: 20;
}

.pollPhoneStage > .floatingCard svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #0b74d1;
}

.pollPhoneStage > .pollFloatingCardOne {
  left: 260px;
  top: auto;
  right: auto;
  bottom: 220px;
  position: absolute;
  width: auto;
  min-width: 0;
  max-width: max-content;
  height: auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 0 13px;
  border-radius: 15px;
  border: 1px solid rgba(0, 118, 236, 0.55);
  background: rgba(255, 255, 255, 0.96);
  color: #0f3b73;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 32px rgba(8, 27, 54, 0.1);
  backdrop-filter: none;
  transform: none;
  z-index: 20;
}


.pollPhoneStage > .pollFloatingCardThree {
  right: auto;
  bottom: 80px;
  left: 240px;
  top: auto;
  position: absolute;
  width: auto;
  min-width: 0;
  max-width: max-content;
  height: auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 0 13px;
  border-radius: 15px;
  border: 1px solid rgba(0, 118, 236, 0.55);
  background: rgba(255, 255, 255, 0.96);
  color: #0f3b73;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 32px rgba(8, 27, 54, 0.1);
  backdrop-filter: none;
  transform: none;
  z-index: 20;
}

.pollPhoneStage .seoPhoneWrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 310px;
  height: 548px;
  flex: 0 0 310px;
  margin: 0 auto;
  --phone-bg: #f3f5f8;
  --phone-surface: #ffffff;
  --phone-surface-2: #ffffff;
  --phone-border: #d8e0ea;
  --phone-ink: #101828;
  --phone-muted: #667085;
  --phone-accent: #475467;
  --phone-primary: #475467;
  --phone-accent-2: #667085;
  --phone-accent-soft: #eef2f6;
  --phone-glow: rgba(71, 84, 103, 0.16);
}

.pollPhoneStage .seoPhone {
  position: relative;
  width: 286px;
  height: 524px;
  border: 12px solid #0b2f5b;
  box-sizing: border-box;
  border-radius: 42px;
  background: var(--phone-bg);
  overflow: hidden;
  box-shadow: 0 30px 66px rgba(8, 27, 54, 0.22);
}

.pollPhoneStage .seoPhoneScreen {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--phone-bg), var(--phone-bg));
}

.pollPhoneStage .pollQuestionSliderCard {
  padding: 10px;
  height: 318px;
  min-height: 318px;
  overflow: hidden;
}

.pollPhoneStage .pollSliderWindow {
  height: 215px;
  overflow: hidden;
  border-radius: 14px;
}

.pollPhoneStage .question-title {
  font-size: 15.5px;
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 950;
  color: var(--phone-ink);
  margin: 0 0 9px;
  padding-left: 5px;
}

.pollPhoneStage .question-kicker {
  color: var(--phone-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 5px;
}

.pollPhoneStage .seoPhoneWrap[data-color-theme="default"] {
  --phone-bg: #e1e4e8;
  --phone-surface: #f7f8fa;
  --phone-surface-2: #eef0f3;
  --phone-border: #c4cad3;
  --phone-ink: #0b0c0e;
  --phone-muted: #5b6470;
  --phone-accent: #1a1d21;
  --phone-primary: #1a1d21;
  --phone-accent-2: #2c2f34;
  --phone-accent-soft: #d6dae1;
  --phone-glow: rgba(26, 29, 33, 0.24);
}

.pollPhoneStage .seoPhoneWrap[data-color-theme="noir"] {
  --phone-bg: #0b0f17;
  --phone-surface: #111827;
  --phone-surface-2: #172033;
  --phone-border: #273244;
  --phone-ink: #f8fafc;
  --phone-muted: #a7b0be;
  --phone-accent: #f8fafc;
  --phone-primary: #f8fafc;
  --phone-accent-2: #f8fafc;
  --phone-accent-soft: #1f2937;
  --phone-glow: rgba(248, 250, 252, 0.1);
}

.pollPhoneStage .seoPhoneWrap[data-color-theme="noir"] .seoAppPill {
  color: #111827;
  background: #ffffff;
}

.pollPhoneStage .seoPhoneWrap[data-color-theme="default"] .seoAppPill {
  color: #111827;
  background: #f9fafb;
}

.pollPhoneStage .seoPhoneWrap[data-color-theme="default"] .pollPhoneActions button + button {
  background: #1a1d21;
  border-color: #1a1d21;
  color: #fff;
}

.pollPhoneStage .seoThemeDot.default {
  background: linear-gradient(180deg, #f9fafb 0%, #bfc5ce 100%);
  border-color: #c9ced6;
}

.pollPhoneStage .seoThemeDot.default.isActive {
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 6px rgba(44, 47, 52, 0.3);
}

.pollPhoneStage .seoPhoneTop {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 92px;
  height: 22px;
  border-radius: 0 0 15px 15px;
  background: #06172b;
  z-index: 30;
}

.pollPhoneStage .seoPhoneScreen:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(11, 116, 209, 0.08) 1px,
    transparent 1px
  );
  background-size: 17px 17px;
  opacity: 0.23;
  pointer-events: none;
}

.pollPhoneStage .seoAppTop {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 16px 0 9px;
  min-width: 0;
}

.pollPhoneStage .seoAppBrand {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--phone-ink);
  font-weight: 950;
  font-size: 13px;
  overflow: hidden;
}

.pollPhoneStage .seoAppBrand img {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  flex: 0 0 auto;
}

.pollPhoneStage .seoAppPill {
  flex: 0 0 auto;
  max-width: 72px;
  min-height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: var(--phone-accent-soft);
  color: var(--phone-accent);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.pollPhoneStage .seoMiniCard {
  position: relative;
  z-index: 1;
  background: var(--phone-surface);
  border: 1px solid var(--phone-border);
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 10px 22px rgba(8, 27, 54, 0.06);
}

.pollPhoneStage .seoMiniCard + .seoMiniCard {
  margin-top: 9px;
}

.pollPhoneStage .pollCardHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.pollPhoneStage .pollHeadLeft {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--phone-ink);
  font-weight: 900;
  font-size: 12px;
}

.pollPhoneStage .pollLogoMini {
  width: 24px;
  height: 24px;
  border-radius: 9px;
  background: var(--phone-accent-soft);
  color: var(--phone-accent);
  display: grid;
  place-items: center;
  font-weight: 950;
}

.pollPhoneStage .pollHeadRight {
  display: grid;
  gap: 4px;
  justify-items: end;
  color: var(--phone-muted);
  font-size: 9px;
  font-weight: 800;
}

.pollPhoneStage .pollProgressLine {
  width: 64px;
  height: 4px;
  background: var(--phone-accent-soft);
  border-radius: 999px;
  overflow: hidden;
}

.pollPhoneStage .pollProgressLine i {
  display: block;
  height: 100%;
  background: var(--phone-accent);
  border-radius: inherit;
  animation: pollProgress 24s infinite ease-in-out;
}

.pollPhoneStage .pollHeadRight b {
  color: var(--phone-accent);
  font-size: 10px;
}

.pollPhoneStage .pollSliderTrack {
  display: flex;
  width: 600%;
  height: 100%;
  animation: pollSlides 24s infinite ease-in-out;
}

.pollPhoneStage .pollAppSlide {
  box-sizing: border-box;
  width: 16.6667%;
  height: 100%;
  flex: 0 0 16.6667%;
  padding: 1px 1px 6px;
  overflow: hidden;
}

.pollPhoneStage .poll-answer {
  display: grid;
  gap: 8px;
}

.pollPhoneStage .pollAppOption {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--phone-border);
  border-radius: 12px;
  background: var(--phone-surface-2);
  color: var(--phone-ink);
  font-size: 12px;
  font-weight: 800;
  padding: 0 10px;
}

.pollPhoneStage .pollAppInput {
  width: 15px;
  height: 15px;
  border: 2px solid var(--phone-accent);
  border-radius: 50%;
  flex: none;
  opacity: 0.78;
}

.pollPhoneStage .pollAppInput.checkbox {
  border-radius: 5px;
}

.pollPhoneStage .pollAppOption.active {
  border-color: var(--phone-accent);
  background: var(--phone-surface);
  box-shadow: 0 0 0 1px var(--phone-accent);
}

.pollPhoneStage .pollAppOption.active .pollAppInput {
  background: var(--phone-accent);
  border-color: var(--phone-accent);
  box-shadow: inset 0 0 0 4px var(--phone-surface);
}

.pollPhoneStage .pollTextArea {
  align-items: flex-start;
  min-height: 116px;
  padding-top: 12px;
  color: var(--phone-muted);
  display: flex;
  gap: 8px;
  border: 1px solid var(--phone-border);
  border-radius: 12px;
  background: var(--phone-surface-2);
  font-size: 12px;
  font-weight: 800;
  padding: 0 10px;
}

.pollPhoneStage .rating-field {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 24px;
}

.pollPhoneStage .rating-field span {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--phone-surface);
  border: 2px solid var(--phone-accent);
  color: var(--phone-accent);
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 8px 16px rgba(8, 27, 54, 0.08);
}

.pollPhoneStage .rating-field span.active {
  background: var(--phone-accent);
  color: #fff;
}

.pollPhoneStage .nps-field {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  margin-top: 16px;
}

.pollPhoneStage .nps-field span {
  height: 28px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: var(--phone-surface);
  border: 1px solid var(--phone-border);
  color: var(--phone-ink);
  font-size: 12px;
  font-weight: 900;
}

.pollPhoneStage .nps-field span.selected {
  border-color: var(--phone-accent);
  box-shadow: 0 0 0 2px var(--phone-accent-soft);
  background: var(--phone-accent-soft);
  color: var(--phone-accent);
}

.pollPhoneStage .contact-fields {
  display: grid;
  gap: 7px;
  margin-top: 6px;
}

.pollPhoneStage .contact-fields label {
  display: grid;
  gap: 3px;
  color: var(--phone-ink);
  font-size: 10px;
  font-weight: 700;
}

.pollPhoneStage .contact-fields label span {
  min-height: 31px;
  color: var(--phone-muted);
  font-size: 10.5px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--phone-border);
  border-radius: 12px;
  background: var(--phone-surface-2);
  padding: 0 10px;
}

.pollPhoneStage .pollPhoneActions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin-top: 7px;
}

.pollPhoneStage .pollPhoneActions button {
  min-width: 62px;
  min-height: 32px;
  padding: 0 8px;
  border-radius: 11px;
  border: 1px solid var(--phone-border);
  background: var(--phone-surface);
  color: var(--phone-ink);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.pollPhoneStage .pollPhoneActions button + button {
  min-width: 68px;
  background: var(--phone-accent);
  border-color: var(--phone-accent);
  color: #fff;
}

.pollPhoneStage .seoThemeCard {
  padding-top: 10px;
  height: auto;
  min-height: 0;
  overflow: visible;
}

.pollPhoneStage .seoThemeCaption {
  font-size: 13px;
  font-weight: 800;
  color: var(--phone-ink);
  margin-bottom: 9px;
  line-height: 1.2;
}

.pollPhoneStage .seoThemeControls {
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, 24px);
  grid-auto-rows: 24px;
  gap: 7px 8px;
  width: max-content;
  max-width: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.pollPhoneStage .seoThemeDot {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 0 0 1px #102b4d14;
  transition:
    transform 0.14s,
    box-shadow 0.14s;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  flex: 0 0 24px;
}

.pollPhoneStage .seoThemeDot.isActive {
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 6px rgba(71, 84, 103, 0.22);
}

.pollPhoneStage .seoThemeDot.default:after {
  display: none;
  content: none;
}

.pollPhoneStage .seoThemeDot.sapphire {
  background: #0f4c81;
}

.pollPhoneStage .seoThemeDot.emerald {
  background: #0b6b4f;
}

.pollPhoneStage .seoThemeDot.ruby {
  background: #b42318;
}

.pollPhoneStage .seoThemeDot.violet {
  background: #6941c6;
}

.pollPhoneStage .seoThemeDot.amber {
  background: #b54708;
}

.pollPhoneStage .seoThemeDot.aurora {
  background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
}

.pollPhoneStage .seoThemeDot.noir {
  background: #0b0f17;
}

.pollPhoneStage .seoPhoneWrap[data-color-theme="sapphire"] {
  --phone-bg: #e8f0f8;
  --phone-surface: #ffffff;
  --phone-surface-2: #f3f7fb;
  --phone-border: #d9e4f2;
  --phone-ink: #182230;
  --phone-muted: #52606d;
  --phone-accent: #0f4c81;
  --phone-primary: #0f4c81;
  --phone-accent-2: #0f4c81;
  --phone-accent-soft: #e8f0f8;
  --phone-glow: rgba(15, 76, 129, 0.2);
}

.pollPhoneStage .seoPhoneWrap[data-color-theme="emerald"] {
  --phone-bg: #e4f1ec;
  --phone-surface: #ffffff;
  --phone-surface-2: #f2f8f5;
  --phone-border: #d7e9e2;
  --phone-ink: #182230;
  --phone-muted: #52606d;
  --phone-accent: #0b6b4f;
  --phone-primary: #0b6b4f;
  --phone-accent-2: #0b6b4f;
  --phone-accent-soft: #e4f1ec;
  --phone-glow: rgba(11, 107, 79, 0.2);
}

.pollPhoneStage .seoPhoneWrap[data-color-theme="ruby"] {
  --phone-bg: #f7e7e4;
  --phone-surface: #ffffff;
  --phone-surface-2: #fbf4f3;
  --phone-border: #f0d8d5;
  --phone-ink: #182230;
  --phone-muted: #52606d;
  --phone-accent: #b42318;
  --phone-primary: #b42318;
  --phone-accent-2: #b42318;
  --phone-accent-soft: #f7e7e4;
  --phone-glow: rgba(180, 35, 24, 0.18);
}

.pollPhoneStage .seoPhoneWrap[data-color-theme="violet"] {
  --phone-bg: #eee7fa;
  --phone-surface: #ffffff;
  --phone-surface-2: #f7f4fc;
  --phone-border: #e2d8f7;
  --phone-ink: #182230;
  --phone-muted: #52606d;
  --phone-accent: #6941c6;
  --phone-primary: #6941c6;
  --phone-accent-2: #6941c6;
  --phone-accent-soft: #eee7fa;
  --phone-glow: rgba(105, 65, 198, 0.2);
}

.pollPhoneStage .seoPhoneWrap[data-color-theme="amber"] {
  --phone-bg: #f6ead9;
  --phone-surface: #ffffff;
  --phone-surface-2: #fbf6ef;
  --phone-border: #f0e0c8;
  --phone-ink: #182230;
  --phone-muted: #52606d;
  --phone-accent: #b54708;
  --phone-primary: #b54708;
  --phone-accent-2: #b54708;
  --phone-accent-soft: #f6ead9;
  --phone-glow: rgba(181, 71, 8, 0.18);
}

.pollPhoneStage .seoPhoneWrap[data-color-theme="aurora"] {
  --phone-bg: #ecfeff;
  --phone-surface: #ffffff;
  --phone-surface-2: #f4f7ff;
  --phone-border: #dde7ff;
  --phone-ink: #182230;
  --phone-muted: #52606d;
  --phone-accent: #4f46e5;
  --phone-primary: #4f46e5;
  --phone-accent-2: #06b6d4;
  --phone-accent-soft: #ecfeff;
  --phone-glow: rgba(79, 70, 229, 0.18);
}

.pollPhoneStage .seoPhoneWrap[data-color-theme="aurora"] .pollProgressLine i,
.pollPhoneStage
  .seoPhoneWrap[data-color-theme="aurora"]
  .pollPhoneActions
  button
  + button {
  background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
  border-color: #4f46e5;
}

.pollHeroCopy .seoEyebrow:before {
  display: none;
  content: none;
}

.pollHeroCopy .seoEyebrow svg {
  width: 16px;
  height: 16px;
  color: #0b74d1;
  flex: 0 0 18px;
}

.pollsLandingPage .seoKicker:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0b74d1;
  box-shadow: 0 0 0 5px rgba(11, 116, 209, 0.1);
}

.pollPhoneStage .seoPhoneWrap[data-color-theme="noir"] .seoMiniCard,
.pollPhoneStage .seoPhoneWrap[data-color-theme="noir"] .pollAppOption,
.pollPhoneStage .seoPhoneWrap[data-color-theme="noir"] .pollTextArea,
.pollPhoneStage
  .seoPhoneWrap[data-color-theme="noir"]
  .contact-fields
  label
  span,
.pollPhoneStage .seoPhoneWrap[data-color-theme="noir"] .rating-field span,
.pollPhoneStage .seoPhoneWrap[data-color-theme="noir"] .nps-field span,
.pollPhoneStage
  .seoPhoneWrap[data-color-theme="noir"]
  .pollPhoneActions
  button {
  background: var(--phone-surface);
  color: var(--phone-ink);
  border-color: var(--phone-border);
}

.pollPhoneStage .seoPhoneWrap[data-color-theme="noir"] .pollAppOption.active,
.pollPhoneStage
  .seoPhoneWrap[data-color-theme="noir"]
  .nps-field
  span.selected {
  background: var(--phone-surface-2);
  border-color: var(--phone-accent);
}

.pollPhoneStage
  .seoPhoneWrap[data-color-theme="noir"]
  .pollPhoneActions
  button
  + button,
.pollPhoneStage
  .seoPhoneWrap[data-color-theme="noir"]
  .rating-field
  span.active {
  background: var(--phone-accent);
  border-color: var(--phone-accent);
  color: var(--phone-btnText, #0b0f17);
}

.pollSignatureIcon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.2;
}

.pollSignatureCard:nth-child(1) .pollSignatureIcon {
  color: #0b74d1;
}

.pollSignatureWide h3 {
  margin: 0;
  color: #081b36;
}

#features .seoSectionHeader,
#telegram-polls-faq .seoSectionHeader {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#features .seoSectionHeader .seoKicker,
#telegram-polls-faq .seoSectionHeader .seoKicker,
#how-to-create-telegram-poll .seoSectionHeader .seoKicker {
  margin-left: auto;
  margin-right: auto;
}

#features .seoSectionText,
#telegram-polls-faq .seoSectionText {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#how-to-create-telegram-poll {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

#how-to-create-telegram-poll .seoSectionHeader {
  max-width: 900px;
  text-align: center;
}

#how-to-create-telegram-poll .seoSectionHeader h2 {
  text-align: center;
}

#how-to-create-telegram-poll .pollStepsIntroText {
  max-width: 760px;
  margin: 12px auto 0;
  text-align: center;
  color: #5f7188;
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-body);
  line-height: var(--line-height-body);
}

.pollStepCard:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #e3182c 0%, #0b74d1 100%);
}

@keyframes pollSlides {
  0%,
  12% {
    transform: translateX(0);
  }

  16%,
  28% {
    transform: translateX(-16.6667%);
  }

  33%,
  45% {
    transform: translateX(-33.3334%);
  }

  50%,
  62% {
    transform: translateX(-50%);
  }

  66%,
  78% {
    transform: translateX(-66.6668%);
  }

  83%,
  95% {
    transform: translateX(-83.3335%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes pollProgress {
  0%,
  12% {
    width: 16.6667%;
  }

  16%,
  28% {
    width: 33.3334%;
  }

  33%,
  45% {
    width: 50%;
  }

  50%,
  62% {
    width: 66.6667%;
  }

  66%,
  78% {
    width: 83.3334%;
  }

  83%,
  95% {
    width: 100%;
  }

  100% {
    width: 16.6667%;
  }
}

@media (max-width: 1180px) {
.pollHeroGrid {
    grid-template-columns: 1fr;
  }

  .pollHeroCopy {
    max-width: none;
    min-height: 0;
    justify-content: flex-start;
  }

  .pollHeroVisual {
    order: 2;
    min-width: 0;
    width: 100%;
  }

.pollSignatureGrid,
.pollFeatureGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pollSignatureWide {
    grid-column: 1/-1;
  }

  .pollFormatWrap,
  .pollBlendGrid {
    grid-template-columns: 1fr;
  }

  .pollFormatIntro {
    position: static;
  }

  .pollFaqWide {
    grid-template-columns: 1fr;
  }

  .pollPhoneStage {
    width: 430px;
    max-width: 100%;
  }

  .pollStepsGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 900px) {
.pollPhoneStage {
    min-height: 610px;
  }

  .pollFloatingCardOne {
    left: calc(50% - 180px);
    top: 74px;
  }


  .pollFloatingCardThree {
    left: calc(50% - 112px);
    bottom: 18px;
  }

  .pollFeatureGrid,
  .pollFormatGrid,
  .pollStepsGrid,
  .pollSignatureGrid {
    grid-template-columns: 1fr;
  }

  .pollSignatureWide {
    grid-column: auto;
  }

}

@media (max-width: 760px) {
.pollStepsGrid {
    grid-template-columns: 1fr;
  }

  .pollStepCard {
    min-height: auto;
  }
}

@media (max-width: 640px) {
.pollHeroGrid {
    gap: 22px;
  }

  .pollPhoneStage {
    width: 380px;
    height: 545px;
    min-height: 545px;
    transform: scale(0.92);
    transform-origin: top center;
    margin: 0 auto -36px;
  }

  .pollCtaBox,
  .pollsLandingPage .seoCtaBox {
    padding: 28px 22px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pollFormatQr {
    display: none;
  }

  .pollCtaQr {
    width: 150px;
    align-self: center;
  }

  .pollFloatingCardOne {
    left: -4px;
    top: 78px;
  }


  .pollFloatingCardThree {
    right: 18px;
    bottom: 20px;
  }

@media (max-width: 430px) {
.pollPhoneStage {
    margin: 0 -30px -36px;
    width: 360px;
    transform: scale(0.86);
    margin-left: -18px;
    margin-right: -18px;
    height: 520px;
    min-height: 520px;
  }

.pollFloatingCardOne {
    top: 70px;
    left: 6px;
  }


  .pollFloatingCardThree {
    left: calc(50% - 108px);
    bottom: 18px;
    right: 20px;
  }

  .pollPhoneStage .floatingCard,
  .pollPhoneStage .seoFloatingCard {
  font-size: 12px;
  min-height: 40px;
  padding: 0 10px;
}

  .pollPhoneStage > .floatingCard,
  .pollPhoneStage > .seoFloatingCard {
    font-size: 12px;
    min-height: 40px;
    padding: 0 10px;
    width: fit-content;
  }

  .pollPhoneStage > .pollFloatingCardOne {
    left: 260px;
  }


  .pollPhoneStage > .pollFloatingCardThree {
    right: 20px;
    bottom: 30px;
    top: auto;
  }
}
}


/* Arabic RTL corrections: keep Arabic glyphs joined and mirror directional UI. */
html[lang="ar"] .pollsLandingPage h1,
html[lang="ar"] .pollsLandingPage h2,
html[lang="ar"] .pollsLandingPage h3,
html[lang="ar"] .pollsLandingPage .pollSignatureCard span,
html[lang="ar"] .pollsLandingPage .pollStepCard > span,
html[lang="ar"] .pollsLandingPage .question-kicker {
  letter-spacing: 0;
}

html[lang="ar"] .pollsLandingPage .pollSignatureCard span,
html[lang="ar"] .pollsLandingPage .question-kicker {
  text-transform: none;
}

html[lang="ar"] .pollPhoneStage .question-title,
html[lang="ar"] .pollPhoneStage .question-kicker {
  padding-left: 0;
  padding-right: 5px;
  text-align: right;
}

html[lang="ar"] .pollPhoneStage .pollAppOption,
html[lang="ar"] .pollPhoneStage .pollTextArea,
html[lang="ar"] .pollPhoneStage .contact-fields label,
html[lang="ar"] .pollPhoneStage .contact-fields label span {
  text-align: right;
}

html[lang="ar"] .pollPhoneStage .nps-field {
  direction: ltr;
}

html[lang="ar"] .pollPhoneStage .pollPhoneActions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  direction: rtl;
}

@media (min-width: 1181px) {
  html[lang="ar"] .pollPhoneStage > .pollFloatingCardOne {
    left: auto;
    right: 260px;
  }

  html[lang="ar"] .pollPhoneStage > .pollFloatingCardThree {
    left: auto;
    right: 240px;
  }
}
