@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --purple: #4b197d;
  --purple-2: #61229c;
  --purple-3: #8d43bd;
  --soft-purple: #f4eff8;
  --ink: #39343f;
  --muted: #77717d;
  --line: #e7e1e9;
  --white: #fff;
  --black: #211d24;
  --max: 1180px;
  --ease: cubic-bezier(.22,.8,.2,1);
  --shadow: 0 18px 55px rgba(55, 24, 74, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: 'DM Sans', Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.section-shell {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

/* TOP BAR */
.announcement {
  height: 36px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  background: var(--purple);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
}
.announcement span { opacity: .55; }

/* NAVIGATION */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: min(calc(100% - 48px), var(--max));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 36px;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.055em;
}
.brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.brand > span > span { font-weight: 500; }
.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #625b68;
  font-size: 13px;
  font-weight: 500;
}
.desktop-nav a { position: relative; padding: 5px 0; }
.desktop-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--purple);
  transition: right .35s var(--ease);
}
.desktop-nav a:hover { color: var(--purple); }
.desktop-nav a:hover::after { right: 0; }
.header-cta, .primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--purple);
  border-radius: 799px;
  padding: 13px 19px;
  color: #fff;
  background: var(--purple);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.01em;
  transition: transform .35s var(--ease), background .25s, box-shadow .35s var(--ease);
}
.header-cta:hover, .primary-btn:hover {
  transform: translateY(-2px);
  background: var(--purple-2);
  box-shadow: 0 13px 30px rgba(75,25,125,.2);
}
.header-cta span, .primary-btn span { font-size: 18px; line-height: 0; }
.menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
}
.menu-btn span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--purple); border-radius: 2px; }

/* HERO */
.hero {
  min-height: 650px;
  padding: 76px 0 92px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  align-items: center;
  gap: 62px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--purple);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.2;
  text-transform: uppercase;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--purple-3);
  box-shadow: 0 0 0 5px rgba(141,67,189,.09);
}
.hero h1, .section-intro h2, .media-copy h2, .contact-copy h2 {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  letter-spacing: -.065em;
}
.hero h1 {
  max-width: 780px;
  margin: 0 0 24px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: .99;
}
.hero h1 em, .section-intro h2 em { color: var(--purple); font-style: normal; }
.hero-text {
  max-width: 550px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 31px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  color: var(--ink);
  border-bottom: 1px solid #aaa2ad;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
  transition: color .25s, border-color .25s;
}
.text-link:hover { color: var(--purple); border-color: var(--purple); }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 23px;
  margin-top: 29px;
  color: #716a77;
  font-size: 11px;
}

/* HERO VISUAL */
.hero-visual { position: relative; height: 480px; display: grid; place-items: center; }
.visual-glow {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(116, 47, 166, .19), rgba(116,47,166,0) 67%);
}
.phone-card {
  position: relative;
  width: 315px;
  height: 420px;
  padding: 27px;
  overflow: hidden;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 8%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(145deg, #712ca2 0%, #4b1678 54%, #301047 100%);
  box-shadow: 0 38px 80px rgba(56,18,88,.25);
  transform: rotate(5deg);
  transition: transform .8s var(--ease), box-shadow .8s var(--ease);
}
.phone-card::after {
  content: '';
  position: absolute;
  width: 190px;
  height: 190px;
  right: -80px;
  bottom: -75px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(255,255,255,.03), 0 0 0 70px rgba(255,255,255,.025);
}
.hero-visual:hover .phone-card { transform: rotate(0) translateY(-9px); box-shadow: 0 45px 90px rgba(56,18,88,.3); }
.phone-top, .phone-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  opacity: .78;
}
.phone-balance {
  position: relative;
  z-index: 2;
  margin-top: 137px;
  font-family: Manrope, sans-serif;
  font-size: 53px;
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: 1;
}
.phone-label { position: relative; z-index: 2; margin-top: 8px; font-size: 11px; opacity: .65; }
.phone-line { position: relative; z-index: 2; height: 1px; margin: 24px 0; background: rgba(255,255,255,.2); }
.floating-pill {
  position: absolute;
  z-index: 4;
  padding: 10px 14px;
  border: 1px solid #ebe5ee;
  border-radius: 999px;
  color: #514a57;
  background: rgba(255,255,255,.95);
  box-shadow: 0 15px 38px rgba(49,29,60,.12);
  font-size: 10px;
  font-weight: 700;
  animation: float 4.8s ease-in-out infinite;
}
.pill-one { left: 4%; top: 22%; }
.pill-two { right: 1%; bottom: 20%; animation-delay: -2.1s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* BRAND STRIP */
.brand-strip {
  min-height: 91px;
  padding: 18px 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  color: #8a838e;
  font-size: 10px;
}
.brand-strip > span { letter-spacing: .02em; }
.brand-strip div { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px 35px; }
.brand-strip b { color: #5d5662; font-size: 11px; letter-spacing: .08em; }

/* CHECKER */
.check-section { padding: 128px 0; }
.section-intro h2 {
  max-width: 760px;
  margin: 0 0 17px;
  font-size: clamp(38px, 5vw, 59px);
  line-height: 1.03;
}
.section-intro > p:last-child { max-width: 590px; margin: 0; color: var(--muted); font-size: 14px; }
.checker-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  gap: 28px;
  margin-top: 54px;
}
.checker-panel, .contact-form {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: #fff;
  box-shadow: var(--shadow);
}
.panel-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 29px; }
.step-number {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--purple);
  background: var(--soft-purple);
  font-size: 11px;
  font-weight: 800;
}
.panel-heading strong { display: block; font-size: 16px; }
.panel-heading small { color: var(--muted); font-size: 11px; }
label { display: block; margin-bottom: 8px; color: #4f4856; font-size: 11px; font-weight: 700; }
select, input, textarea {
  width: 100%;
  border: 1px solid #dcd5df;
  border-radius: 13px;
  outline: none;
  padding: 14px 15px;
  color: var(--ink);
  background: #fff;
  font-size: 13px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
select:focus, input:focus, textarea:focus {
  border-color: #8b54aa;
  box-shadow: 0 0 0 4px rgba(109,43,156,.08);
}
.conditional { display: none; margin-top: 16px; }


#check-staus {
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #6e25eb, #794fbc);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

#check-staus:hover {
  background: linear-gradient(135deg, #9545c4, #ad71d4);
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(37, 99, 235, 0.35);
}

#check-staus:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(37, 99, 235, 0.25);
}

#check-staus:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.25);
  outline-offset: 3px;
}

#check-staus:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.checker-note {
  margin: 18px 0;
  padding: 13px 14px;
  border-radius: 13px;
  color: #817986;
  background: #faf7fb;
  font-size: 10px;
  line-height: 1.65;
}
.full { width: 100%; }
.form-status { min-height: 18px; margin: 11px 0 0; color: var(--purple); font-size: 11px; }
.checker-side { display: flex; flex-direction: column; gap: 20px; }
.side-card {
  min-height: 270px;
  padding: 32px;
  border-radius: 25px;
  background: var(--soft-purple);
}
.side-icon { color: var(--purple); font-size: 22px; }
.side-card h3 {
  margin: 30px 0 10px;
  font-family: Manrope, sans-serif;
  font-size: 27px;
  letter-spacing: -.05em;
}
.side-card p { margin: 0; color: #716979; font-size: 13px; line-height: 1.75; }
.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.mini-stats div { padding: 0 15px; border-right: 1px solid var(--line); }
.mini-stats div:last-child { border-right: 0; }
.mini-stats strong { display: block; font-family: Manrope,sans-serif; font-size: 20px; letter-spacing: -.04em; }
.mini-stats span { color: var(--muted); font-size: 9px; }

/* FEATURES */
.feature-section { padding: 98px 0 135px; }
.centered { text-align: center; }
.centered > p:last-child { margin-inline: auto; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; margin-top: 57px; }
.feature-card {
  position: relative;
  min-height: 305px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: #fff;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s;
}
.feature-card::after {
  content: '';
  position: absolute;
  right: -50px;
  bottom: -65px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(75,25,125,.08);
  border-radius: 50%;
}
.feature-card:hover { transform: translateY(-7px); border-color: #d5cadb; box-shadow: 0 20px 48px rgba(50,30,60,.1); }
.feature-card > span { color: #948c98; font-size: 10px; font-weight: 700; }
.feature-card h3 { margin: 116px 0 9px; font-family: Manrope,sans-serif; font-size: 22px; letter-spacing: -.05em; line-height: 1.1; }
.feature-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.feature-card.dark { color: #fff; border-color: var(--purple); background: var(--purple); }
.feature-card.dark::after { border-color: rgba(255,255,255,.12); }
.feature-card.dark > span, .feature-card.dark p { color: rgba(255,255,255,.68); }

/* VIDEO */
.media-section {
  padding: 28px 0 140px;
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  align-items: center;
  gap: 60px;
}
.media-copy h2 { margin: 0 0 18px; font-size: clamp(35px,4vw,52px); line-height: 1.04; }
.media-copy > p:not(.eyebrow) { max-width: 470px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.media-copy .text-link { margin-top: 21px; }
.media-frame {
  position: relative;
  height: 430px;
  overflow: hidden;
  border-radius: 27px;
  background: #20182a;
  box-shadow: 0 28px 70px rgba(35,20,45,.16);
}
.media-frame::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 60%,rgba(22,12,30,.45)); pointer-events:none; }
.media-frame video { width:100%; height:100%; object-fit:cover; opacity:.84; }
.play-label {
  position:absolute;
  left:18px;
  bottom:18px;
  z-index:2;
  padding:9px 13px;
  border-radius:999px;
  color:var(--ink);
  background:rgba(255,255,255,.93);
  font-size:10px;
  font-weight:800;
}
.play-label span { margin-left:8px; }

/* FAQ */
.faq-section { padding: 113px 0 138px; background: #faf8fb; }
.faq-list { max-width: 850px; margin: 56px auto 0; }
.faq-item {
  margin: 0 0 10px;
  padding: 0 20px;
  border: 1px solid #e1dbe4;
  border-radius: 14px;
  background: #fff;
  transition: box-shadow .3s, border-color .3s;
}
.faq-item[open] { border-color: #d2c5d9; box-shadow: 0 10px 30px rgba(50,30,60,.06); }
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  list-style: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #d9cfdf;
  border-radius: 50%;
  color: var(--purple);
  font-size: 17px;
  font-weight: 400;
  transition: transform .35s var(--ease), background .25s;
}
.faq-item[open] summary span { transform: rotate(45deg); color:#fff; background:var(--purple); border-color:var(--purple); }
.faq-item p { margin: 0; padding: 0 45px 21px 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

/* CONTACT */
.contact-section { padding: 132px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: start; }
.contact-copy h2 { margin:0 0 18px; font-size:clamp(39px,5vw,60px); line-height:1; }
.contact-copy > p:not(.eyebrow) { max-width: 430px; margin:0; color:var(--muted); font-size:13px; line-height:1.8; }
.contact-copy > a { display:inline-block; margin-top:13px; color:var(--purple); font-size:12px; font-weight:700; }
.contact-form { padding: 32px; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.contact-form > label { margin-top:17px; }
.contact-form textarea { min-height:130px; resize:vertical; }
.contact-form .primary-btn { margin-top:17px; }

/* FOOTER */
.footer { padding: 42px 0 31px; border-top: 1px solid var(--line); }
.footer-top { display:flex; justify-content:space-between; align-items:center; gap:30px; padding-bottom:32px; }
.footer-links { display:flex; flex-wrap:wrap; gap:23px; color:#716a77; font-size:10px; font-weight:600; }
.footer-links a:hover { color:var(--purple); }
.footer-bottom { display:flex; justify-content:space-between; gap:25px; padding-top:21px; border-top:1px solid var(--line); color:#8b8490; font-size:9px; }
.footer-bottom a { color:#665d6d; }

/* FEEDBACK TAB */
.feedback {
  position: fixed;
  z-index: 150;
  top: 50%;
  left: -39px;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: right top;
  display:flex;
  align-items:center;
  gap:6px;
  border:0;
  border-radius: 9px 9px 0 0;
  padding:10px 15px;
  color:#fff;
  background:var(--purple);
  box-shadow:0 10px 25px rgba(50,20,70,.2);
  font-size:10px;
  font-weight:700;
  transition: background .25s, padding .25s;
}
.feedback:hover { background:var(--purple-2); padding-right:19px; }
.feedback span { font-size:13px; }

/* SCROLL MOTION */
.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.reveal.is-visible { opacity:1; transform:none; }

/* MOBILE NAV */
@media (max-width: 900px) {
  .site-header { height:72px; }
  .desktop-nav {
    position: fixed;
    z-index: 99;
    inset: 108px 15px auto;
    display: none;
    margin:0;
    padding:22px;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    border:1px solid var(--line);
    border-radius:20px;
    background:#fff;
    box-shadow:0 25px 60px rgba(45,25,60,.14);
  }
  .menu-open .desktop-nav { display:flex; }
  .desktop-nav a { padding:14px 4px; border-bottom:1px solid #eee9ef; }
  .desktop-nav a:last-child { border-bottom:0; }
  .desktop-nav a::after { display:none; }
  .header-cta { display:none; }
  .menu-btn { display:block; }
  .menu-open .menu-btn span:nth-child(1) { transform:translateY(6px) rotate(45deg); }
  .menu-open .menu-btn span:nth-child(2) { opacity:0; }
  .menu-open .menu-btn span:nth-child(3) { transform:translateY(-6px) rotate(-45deg); }
  .hero { grid-template-columns:1fr; gap:15px; padding:58px 0 70px; text-align:center; }
  .hero-copy { order:2; }
  .hero-visual { order:1; height:400px; }
  .hero-text { margin-inline:auto; }
  .hero-actions, .trust-row { justify-content:center; }
  .checker-grid, .media-section, .contact-section { grid-template-columns:1fr; }
  .feature-grid { grid-template-columns:1fr 1fr; }
  .media-copy { text-align:center; }
  .media-copy > p:not(.eyebrow) { margin-inline:auto; }
  .contact-copy { text-align:center; }
  .contact-copy > p:not(.eyebrow) { margin-inline:auto; }
  .contact-copy > a { margin-top:16px; }
  .brand-strip { flex-direction:column; gap:14px; }
}

@media (max-width: 600px) {
  .section-shell, .site-header { width:min(calc(100% - 30px), var(--max)); }
  .announcement { height:32px; font-size:9px; }
  .hero { min-height:auto; padding:44px 0 58px; }
  .hero h1 { font-size:44px; }
  .hero-text { font-size:14px; line-height:1.7; }
  .hero-actions { flex-direction:column; gap:17px; }
  .hero-visual { height:335px; }
  .visual-glow { width:310px; height:310px; }
  .phone-card { width:240px; height:315px; padding:22px; border-radius:23px; }
  .phone-balance { margin-top:91px; font-size:42px; }
  .pill-one { left:0; }
  .pill-two { right:0; }
  .brand-strip { padding:18px 15px; }
  .brand-strip div { gap:15px 21px; }
  .check-section, .feature-section, .media-section, .faq-section, .contact-section { padding:80px 0; }
  .section-intro h2 { font-size:38px; }
  .checker-panel, .side-card, .contact-form { padding:22px; }
  .feature-grid { grid-template-columns:1fr; }
  .feature-card { min-height:250px; }
  .feature-card h3 { margin-top:90px; }
  .media-frame { height:270px; }
  .field-row { grid-template-columns:1fr; }
  .footer-top, .footer-bottom { flex-direction:column; align-items:flex-start; }
  .footer-links { gap:14px 19px; }
  .feedback { left:-44px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; animation-duration:.01ms !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}

/* GIFT CARD CHECKER — original option flow, rebuilt to match the new reference UI */
.check-section { background: #faf7fb; }
.check-section .section-intro { max-width: 760px; margin-inline: auto; }
.checker-card {
  width: min(820px, 100%);
  margin: 48px auto 0;
  padding: 34px;
  border: 1px solid #e8dfeb;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(61, 30, 78, .10);
}
.checker-card-head {
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding-bottom:24px; margin-bottom:26px; border-bottom:1px solid #eee7f0;
}
.checker-card-head > div:first-child { display:flex; align-items:center; gap:14px; }
.checker-card-head strong { display:block; font-size:16px; letter-spacing:-.02em; }
.checker-card-head small { display:block; margin-top:4px; color:#8c8190; font-size:12px; }
.step-number {
  width:42px; height:42px; display:grid; place-items:center; border-radius:50%;
  background:#6d35d9; color:#fff; font-size:12px; font-weight:700;
}
.secure-chip { padding:8px 12px; border-radius:999px; background:#f4eef9; color:#6d35d9; font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.checker-fields { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field { display:flex; flex-direction:column; gap:9px; color:#514756; font-size:11px; font-weight:700; letter-spacing:.02em;}
.full-field { grid-column:1 / -1; }
.field input, .field select {
  width:100%; min-height:56px; padding:0 16px; border:1px solid #ddd4e1; border-radius:15px;
  outline:none; background:#fff; color:#29212d; font:500 14px/1 'DM Sans',sans-serif;
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
#amount {height: 60px;}
.field select { appearance:none; background-image:linear-gradient(45deg,transparent 50%,#6d35d9 50%),linear-gradient(135deg,#6d35d9 50%,transparent 50%); background-position:calc(100% - 20px) 24px,calc(100% - 15px) 24px; background-size:5px 5px,5px 5px; background-repeat:no-repeat; padding-right:45px; }
.field input::placeholder { color:#a69ba9; }
.field input:focus, .field select:focus { border-color:#8c5de0; box-shadow:0 0 0 4px rgba(109,53,217,.09); transform:translateY(-1px); }
.checker-fields [hidden] { display:none !important; }
.visa-fields, .other-fields {
    display: none;
}

.sensitive-notice { display:flex; gap:13px; margin:20px 0; padding:16px 18px; border-radius:17px; background:#f8f3fa; color:#64596b; }
.sensitive-notice > span { flex:0 0 26px; width:26px; height:26px; display:grid; place-items:center; border-radius:50%; background:#e9def6; color:#6d35d9; font-weight:800; }
.sensitive-notice strong { display:block; color:#342b38; font-size:12px; }
.sensitive-notice p { margin:5px 0 0; font-size:11px; line-height:1.65; }
.checker-submit { width:100%; justify-content:space-between; border:0; cursor:pointer; }
.checker-submit:disabled { opacity:.65; cursor:wait; }
.checker-submit.loading { pointer-events:none; }
.form-status.error { color:#bd3c59; }
.original-options { width:min(820px,100%); margin:22px auto 0; padding:22px 4px 0; display:grid; grid-template-columns:.8fr 1.2fr; gap:30px; border-top:1px solid #e8dfeb; }
.original-options h3 { margin:8px 0 0; font-size:18px; line-height:1.25; letter-spacing:-.03em; }
.original-options p { margin:25px 0 0; color:#766b7b; font-size:11px; line-height:1.9; }
.status-modal { position:fixed; inset:0; z-index:1000; display:grid; place-items:center; padding:20px; background:rgba(30,18,36,.55); backdrop-filter:blur(10px); }
.status-modal[hidden] { display:none; }
.modal-box { position:relative; width:min(500px,100%); padding:42px; border-radius:28px; background:#fff; box-shadow:0 30px 100px rgba(0,0,0,.2); }
.modal-icon { width:52px; height:52px; display:grid; place-items:center; border-radius:50%; background:#eee5f8; color:#6d35d9; font-size:20px; font-weight:800; margin-bottom:24px; }
.modal-box h2 { max-width:390px; margin:10px 0 12px; font-size:35px; line-height:1.05; letter-spacing:-.05em; }
.modal-box > p:not(.eyebrow) { color:#766b7b; font-size:13px; line-height:1.7; margin-bottom:25px; }
.modal-close { position:absolute; top:17px; right:17px; width:36px; height:36px; border:0; border-radius:50%; background:#f5f0f6; color:#4b4050; font-size:23px; cursor:pointer; }
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 100px;
    color: #000;
}

.modal-content {
    background-color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    text-align: center;
    border-radius: 8px;
}
.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 25px;
    transition: color 0.3s ease;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 700px) {
  .checker-card { padding:22px; border-radius:23px; }
  .checker-card-head { display: block; }
  .secure-chip { margin-top: 0px; }
  .checker-fields { grid-template-columns:1fr; }
  .full-field { grid-column:auto; }
  .original-options { grid-template-columns:1fr; gap:8px; }
  .original-options p { margin-top:0; }
  .modal-box { padding:30px 24px; }
  .modal-box h2 { font-size:30px; }
}

/* TESTIMONIALS */
.testimonials-section {
  padding: 128px 0;
  background: #17111d;
  color: #fff;
  width: 100%;
  max-width: none;
  padding-left: max(30px, calc((100% - var(--max)) / 2));
  padding-right: max(30px, calc((100% - var(--max)) / 2));
}
.testimonials-heading {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 55px;
}
.testimonials-heading .eyebrow { color: #c49be5; }
.testimonials-heading h2 {
  margin: 0;
  max-width: 760px;
  font-family: Manrope, sans-serif;
  font-size: clamp(42px, 5.3vw, 68px);
  line-height: .98;
  letter-spacing: -.065em;
}
.testimonials-heading h2 em { color: #b87be4; font-style: normal; }
.testimonials-heading > p {
  max-width: 390px;
  margin: 0;
  color: #b7aebe;
  font-size: 13px;
  line-height: 1.8;
}
.testimony-stage {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 20%, rgba(142,65,187,.22), transparent 30%),
    radial-gradient(circle at 85% 80%, rgba(96,48,155,.18), transparent 30%),
    #201827;
}
.testimony-stage::before,
.testimony-stage::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  pointer-events: none;
}
.testimony-stage::before { left: -135px; top: -140px; }
.testimony-stage::after { right: -135px; bottom: -140px; }
.testimony-card {
  position: absolute;
  width: min(720px, calc(100% - 42px));
  text-align: center;
  opacity: 0;
  transform: translateY(30px) scale(.97);
  filter: blur(4px);
  pointer-events: none;
}
.testimony-card.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  transition: opacity .65s ease, transform .75s var(--ease), filter .65s ease;
}
.testimony-card.is-leaving {
  opacity: 0;
  transform: translateY(-35px) scale(.97);
  filter: blur(4px);
  transition: opacity .5s ease, transform .55s var(--ease), filter .5s ease;
}
.quote-mark {
  display: block;
  margin-bottom: 13px;
  color: #b87be4;
  font-family: Georgia, serif;
  font-size: 68px;
  line-height: .65;
}
.testimony-text {
  margin: 0 auto 28px;
  font-family: Manrope, sans-serif;
  font-size: clamp(23px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: -.045em;
}
.testimony-meta { display:flex; justify-content:center; align-items:center; gap:10px; font-size:11px; }
.testimony-meta strong { color:#fff; }
.testimony-meta span { color:#a79ba9; }
.testimony-meta span::before { content:'•'; margin-right:10px; color:#8c5cab; }
.testimony-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: flex;
  gap: 7px;
  transform: translateX(-50%);
}
.testimony-dots span { width:6px; height:6px; border-radius:50%; background:#5d5363; transition:width .35s ease, background .35s ease; }
.testimony-dots span.active { width:22px; border-radius:99px; background:#b87be4; }

@media (max-width: 900px) {
  .testimonials-section { padding-left: 30px; padding-right: 30px; }
  .testimonials-heading { grid-template-columns:1fr; gap:18px; }
  .testimonials-heading > p { max-width:560px; }
}
@media (max-width: 600px) {
  .testimonials-section { padding:80px 15px; }
  .testimony-stage { min-height:430px; border-radius:23px; }
  .testimony-card { width:calc(100% - 32px); }
  .testimony-text { font-size:24px; }
}
.form-status.success { color: #4b1678; }
