﻿@font-face {
  font-family: 'TRYVesterbro';
  src: url('SEED ON Arabic Font/TRYVesterbro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TRYVesterbro';
  src: url('SEED ON Arabic Font/TRYVesterbro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TRYVesterbro';
  src: url('SEED ON Arabic Font/TRYVesterbro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TRYVesterbro';
  src: url('SEED ON Arabic Font/TRYVesterbro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TRYVesterbro';
  src: url('SEED ON Arabic Font/TRYVesterbro-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TRYVesterbro';
  src: url('SEED ON Arabic Font/TRYVesterbro-Poster.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* --- Brand & dark palette ----------------------------------------- */
:root {
  --brand-primary:       #2da4d6;
  --brand-primary-light: #68c5e9;
  --brand-primary-dark:  #1e87b5;
  --brand-navy:          #1C2554;
  --brand-navy-mid:      #2A3B8F;

  --bg:            #07101E;
  --surface-alt:   #0C1830;
  --surface-card:  #0F1F3C;
  --surface-accent:#0D2035;
  --border:        rgba(45,164,214,0.14);
  --border-strong: rgba(45,164,214,0.28);

  --text-heading: #E8F3FF;
  --text-body:    #b0c2ca;
  --text-muted:   #3D6A85;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text-body);
  font-family: 'TRYVesterbro', Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  direction: rtl;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.container     { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.container-md  { max-width: 1152px; margin: 0 auto; padding: 0 24px; }
.container-sm  { max-width: 896px;  margin: 0 auto; padding: 0 24px; }
.container-xs  { max-width: 672px;  margin: 0 auto; padding: 0 24px; }
.container-lg { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

.gradient-text {
  background: linear-gradient(135deg, var(--brand-primary-light), var(--brand-primary), var(--brand-primary-light));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 6s linear infinite;
}
@keyframes gradient-shift {
  0%   { background-position: 0%   center; }
  50%  { background-position: 100% center; }
  100% { background-position: 0%   center; }
}

/* --- Reveal-on-scroll --------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 780ms cubic-bezier(0.16,1,0.3,1), transform 780ms cubic-bezier(0.16,1,0.3,1);
  will-change: opacity, transform;
}
.reveal.in-view { opacity: 1; transform: none; }

/* ── Per-section scroll animations ──────────────────────────────── */

/* Split rows: image slides from left, text slides from right */
.split-row .img-col.reveal { transform: translateX(-72px) translateY(16px); }
.split-row .content.reveal { transform: translateX(72px)  translateY(16px); }
/* fallback: simple fade-up on tablets & phones */
@media (max-width: 1023px) {
  .split-row .img-col.reveal,
  .split-row .content.reveal { transform: translateY(48px); }
}

/* Imagegrid info image: scale up from slightly smaller */
.imagegrid-single.reveal { transform: scale(0.93) translateY(28px); }

/* Foldercard stagger: cards fan in one by one */
.foldercards .grid .foldercard.reveal:nth-child(2) { transition-delay: 150ms; }
.foldercards .grid .foldercard.reveal:nth-child(3) { transition-delay: 300ms; }

/* Gift cards: pop up with stagger */
.gift-grid .gift-card.reveal { transform: translateY(40px) scale(0.94); }
.gift-grid .gift-card.reveal:nth-child(2) { transition-delay: 110ms; }
.gift-grid .gift-card.reveal:nth-child(3) { transition-delay: 220ms; }
.gift-grid .gift-card.reveal:nth-child(4) { transition-delay: 330ms; }

/* Offer image: scale from center */
.offer-cta-img.reveal { transform: scale(0.95) translateY(32px); }

/* Howtouse cards stagger */
.howtouse-grid .howtouse-card:nth-child(2) { transition-delay: 180ms; }

/* --- Navbar ------------------------------------------------------- */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: all 300ms; background: #fff; border-bottom: 1px solid rgba(0,0,0,0.08); box-shadow: 0 1px 16px rgba(0,0,0,0.06); }
.navbar.scrolled {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 2px 24px rgba(0,0,0,0.1);
}
.navbar .container { padding-top: 16px; padding-bottom: 16px; }
.navbar img { height: 36px; width: auto; }

/* --- Hero --------------------------------------------------------- */
.hero { padding: 128px 0 64px; background: var(--bg); overflow: hidden; position: relative; }
.hero::before {
  content: '';
  position: absolute; top: -80px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 600px;
  background: radial-gradient(ellipse at center, rgba(45,164,214,0.09) 0%, transparent 65%);
  pointer-events: none;
}
.hero .container-sm, .hero .container-lg { text-align: center; position: relative; }
.hero h1 {
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 900; color: #fff; line-height: 75px; margin-bottom: 24px; text-wrap: balance;
}
.hero h1 .accent {
  background: linear-gradient(135deg, #68c5e9, #2da4d6);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero p { color: var(--text-body); font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.8; margin: 0 auto 40px; }
.hero-image {
  position: relative; width: 100%; border-radius: 12px; overflow: hidden;
  box-shadow: 0 20px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(45,164,214,0.15); margin-bottom: 40px;
}
.hero-image img { width: 100%; height: auto; object-fit: cover; filter: brightness(0.88) contrast(1.05); }
.hero-image::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(7,16,30,0.4), transparent); pointer-events: none;
}
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }

.btn { display: inline-block; padding: 16px 67px; border-radius: 9px; font-weight: 700; font-size: 1rem; transition: all 300ms; }
.btn-primary { background: var(--brand-primary); color: #fff; box-shadow: 0 10px 30px -5px rgba(45,164,214,0.4); }
.btn-primary:hover { background: var(--brand-primary-dark); transform: translateY(-2px); box-shadow: 0 16px 40px -5px rgba(45,164,214,0.5); }
.btn-outline { border: 2px solid rgba(45,164,214,0.5); color: var(--brand-primary-light); background: rgba(45,164,214,0.06); }
.btn-outline:hover { background: var(--brand-primary); color: #fff; border-color: var(--brand-primary); transform: translateY(-2px); }

/* --- Utilities ----------------------------------------------------- */
.text-center { text-align: center !important; }
.w-100 { width: 100% !important; }
.m-auto { margin-left: auto !important; margin-right: auto !important; }

/* --- Image grid ---------------------------------------------------- */
.imagegrid { padding: 64px 0; background: transparent; }
.imagegrid-heading { text-align: center; margin-bottom: 36px; }
.imagegrid-heading h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); font-weight: 800; color: var(--text-heading); line-height: 1.4; margin-bottom: 12px; text-wrap: balance; }
.imagegrid-heading p { font-size: 22px; color: var(--text-body); max-width: 780px; margin: 0 auto; line-height: 1.8; }
/* ── Stat cards — HTML numbers + frameless cropped screenshots ── */
.img-bento {
  display: grid;
  direction: ltr;               /* fixed L→R order regardless of page RTL */
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "leads clients ads";
  gap: 4px;                     /* all three tight on one row */
  align-items: start;
}
.sc-leads   { grid-area: leads; }
.sc-clients { grid-area: clients; }
.sc-ads     { grid-area: ads; }

.stat-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}

/* Number + title + subtitle — one consistent, aligned block for every card */
.stat-head {
  direction: ltr;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1;
}
.stat-num {
  font-size: clamp(3rem, 6vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
  background: linear-gradient(135deg, #7dd3f0 0%, #2DA4D6 60%, #1b7fb0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2DA4D6;
}
.stat-title {
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-heading, #fff);
  white-space: nowrap;
}
.stat-sub {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(200,230,248,0.6);
  letter-spacing: 0.02em;
}

/* Frameless screenshot — no border, no shadow, no hover; equal dimensions */
.stat-shot {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3 / 2;      /* both top cards share the exact same box */
}
.stat-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* titles that don't fit a narrow column may wrap */
.stat-title { white-space: normal; }

@media (max-width: 768px) {
  .img-bento {
    grid-template-columns: 1fr;
    grid-template-areas:
      "leads"
      "clients"
      "ads";
    gap: 32px;
  }
}

/* --- Folder cards -------------------------------------------------- */
.foldercards { padding: 96px 0; background: var(--surface-alt); overflow: hidden; }
.section-heading { text-align: center; margin-bottom: 56px; }
.section-heading h2 { font-size: clamp(1.75rem, 3.5vw, 2.75rem); font-weight: 700; color: var(--text-heading); line-height: 1.25; text-wrap: balance; }
.section-heading p { color: var(--text-body); font-size: 1rem; line-height: 1.8; margin-top: 12px; max-width: 600px; margin-left: auto; margin-right: auto; }
.foldercards .grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px) { .foldercards .grid { grid-template-columns: repeat(3, 1fr); } }
.foldercard {
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px 24px 28px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color 300ms, box-shadow 400ms, transform 400ms cubic-bezier(0.16,1,0.3,1);
}
.foldercard:hover {
  border-color: var(--border-strong);
  box-shadow: 0 16px 48px rgba(0,0,0,0.4), 0 0 0 1px rgba(45,164,214,0.22);
  transform: translateY(-6px);
}
.foldercard h3 { font-size: 1.15rem; font-weight: 800; color: var(--text-heading); }
.foldercard p { color: var(--text-body); font-size: 0.85rem; line-height: 1.7; margin-top: 6px; }
.foldercard .underline { margin-top: 8px; margin-bottom: 4px; width: 36px; height: 3px; border-radius: 999px; transition: width 400ms; flex-shrink: 0; }
.foldercard:hover .underline { width: 56px; }
.foldercards-image { margin-top: 56px; text-align: center; }
.foldercards-image img { width: 100%; max-width: 1000px; height: auto; border-radius: 16px; box-shadow: 0 12px 56px rgba(0,0,0,0.5), 0 0 0 1px rgba(45,164,214,0.12); display: block; margin: 0 auto; }

/* --- Text columns -------------------------------------------------- */
.textcolumns { padding: 96px 0; background: var(--surface-alt); }
.textcolumns .grid { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 768px) { .textcolumns .grid { grid-template-columns: repeat(3, 1fr); } }
.textcolumns .col { padding: 24px 32px; text-align: right; border-top: 1px solid rgba(255,255,255,0.05); }
@media (min-width: 768px) {
  .textcolumns .col { padding: 0 32px; border-top: none; border-right: 1px solid rgba(255,255,255,0.05); }
  .textcolumns .col:last-child { border-right: none; }
}
.textcolumns .num { font-size: 80px; font-weight: 900; line-height: 1; color: rgba(45,164,214,0.06); display: block; margin-bottom: 8px; user-select: none; }
.textcolumns .accent { width: 32px; height: 4px; border-radius: 999px; background: var(--brand-primary); margin-bottom: 20px; transition: width 400ms; }
.textcolumns .col:hover .accent { width: 56px; }
.textcolumns h3 { font-size: 1.25rem; font-weight: 700; color: var(--text-heading); margin-bottom: 16px; line-height: 1.4; }
.textcolumns p { color: var(--text-body); line-height: 1.7; }

/* --- Split rows ---------------------------------------------------- */
.splitrows-header { padding: 64px 0; background: var(--surface-alt); text-align: center; }
.splitrows-header h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: var(--text-heading); text-wrap: balance; }
.split-row { padding: 80px 0; overflow: hidden; background: var(--bg); }
.split-row.alt { background: var(--surface-alt); }
.split-row .flex { display: flex; flex-direction: column; align-items: center; gap: 48px; }
@media (min-width: 1024px) { .split-row .flex { flex-direction: row-reverse; gap: 64px; } }
.split-row .img-col { width: 100%; flex-shrink: 0; }
@media (min-width: 1024px) { .split-row .img-col { width: 40%; } }
.split-row .img-col .frame {
  position: relative; border-radius: 16px; overflow: hidden;
  box-shadow: 0 8px 48px rgba(0,0,0,0.5), 0 0 0 1px rgba(45,164,214,0.12);
}
.split-row .img-col .frame img { width: 100%; height: auto; display: block; }
.split-row .img-col .frame::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom right, rgba(7,16,30,0.15), transparent); pointer-events: none;
}
.split-row .content { flex: 1; text-align: right; }
.split-row--center { text-align: center; }
.split-row--center .container-lg { display: flex; flex-direction: column; align-items: center; }
.split-row--center .container-lg > div { width: 100%; text-align: center; }
.split-row--center h3 { text-align: center !important; width: 100%; }
.split-row--center .sub { text-align: center !important; width: 100%; }
.split-row--center .rownum { text-align: center !important; display: block; width: 100%; }
.split-row--center .flex { flex-direction: column !important; align-items: center; }
.split-row--center .content { text-align: center; max-width: 1100px; width: 100%; margin: 0 auto; }
.split-row--center .gift-grid { text-align: right; }
.split-row .rownum { color: var(--brand-primary); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 14px; display: block; }
.split-row h3 { font-size: clamp(1.9rem, 3.5vw, 2.75rem); font-weight: 800; color: var(--text-heading); line-height: 1.3; margin-bottom: 20px; text-wrap: balance; }
.split-row .sub { color: var(--text-body); line-height: 1.8; font-size: 1rem; margin-bottom: 32px; }
.split-row ul { display: flex; flex-direction: column; gap: 18px; }
.split-row li { display: flex; align-items: flex-start; gap: 14px; }
.bullet-dot {
  margin-top: 3px; width: 22px; height: 22px; border-radius: 999px; flex-shrink: 0;
  background: rgba(45,164,214,0.1); border: 1px solid rgba(45,164,214,0.28);
  display: flex; align-items: center; justify-content: center;
}
.bullet-dot svg { width: 13px; height: 13px; color: var(--brand-primary); }
.split-row li span.txt { color: var(--text-body); font-size: 1rem; line-height: 1.75; }

/* --- Guarantee line ------------------------------------------------ */
.guarantee {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #091626 0%, #0F2040 50%, #091626 100%);
}
.guarantee::before, .guarantee::after {
  content: ''; position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(to right, transparent, rgba(45,164,214,0.4), transparent);
}
.guarantee::before { top: 0; }
.guarantee::after { bottom: 0; }
.guarantee .container { position: relative; padding: 20px 24px; }
.guarantee .items { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 40px; }
.guarantee .item { display: flex; align-items: center; gap: 10px; }
.guarantee .item .star { color: var(--brand-primary); font-size: 0.75rem; }
.guarantee .item span.txt { color: rgba(255,255,255,0.85); font-size: 0.875rem; font-weight: 500; white-space: nowrap; }

/* --- How to use ---------------------------------------------------- */
.howtouse { padding: 96px 0; background: var(--surface-alt); }
.howtouse .flex { display: flex; flex-direction: column; gap: 48px; align-items: center; }
@media (min-width: 1024px) { .howtouse .flex { flex-direction: row-reverse; gap: 64px; align-items: center; } }
.howtouse .img-col { width: 100%; flex-shrink: 0; }
@media (min-width: 1024px) { .howtouse .img-col { width: 45%; } }
.howtouse .img-col .frame {
  position: relative; border-radius: 24px; overflow: hidden;
  box-shadow: 0 12px 56px rgba(0,0,0,0.6), 0 0 0 1px rgba(45,164,214,0.14);
}
.howtouse .img-col .frame::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(7,16,30,0.5), transparent 60%); pointer-events: none;
}
.howtouse .badge {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  background: rgba(7,16,30,0.85); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-radius: 999px; padding: 8px 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4); border: 1px solid rgba(45,164,214,0.2);
}
.howtouse .badge span { color: var(--text-heading); font-weight: 700; font-size: 0.75rem; white-space: nowrap; }
.howtouse .bullets { flex: 1; }
.howtouse .bullets h3 { font-size: 1.5rem; font-weight: 700; color: var(--text-heading); margin-bottom: 24px; text-align: right; }
.howtouse ul { display: flex; flex-direction: column; gap: 16px; }
.howtouse li { display: flex; align-items: flex-start; gap: 16px; }
.bullet-dot.green { background: rgba(52,211,153,0.1); border-color: rgba(52,211,153,0.28); width: 24px; height: 24px; }
.bullet-dot.green svg { color: #34D399; width: 14px; height: 14px; }
.howtouse li span.txt { color: var(--text-body); font-size: 0.9rem; line-height: 1.7; padding-top: 2px; }

/* --- Limited offer ------------------------------------------------- */
.offer { padding: 96px 0; background: var(--bg); }
.offer .flex { display: flex; flex-direction: column; gap: 56px; align-items: flex-start; }
@media (min-width: 1024px) { .offer .flex { flex-direction: row-reverse; gap: 56px; } }
.offer .img-col { width: 100%; flex-shrink: 0; }
@media (min-width: 1024px) { .offer .img-col { width: 50%; } }
.offer .img-col .frame { border-radius: 24px; overflow: hidden; box-shadow: 0 8px 48px rgba(0,0,0,0.5); }
.offer .right-col { flex: 1; display: flex; flex-direction: column; gap: 28px; text-align: right; }
.offer h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 700; color: var(--text-heading); line-height: 1.35; margin-bottom: 20px; }
.offer ul { display: flex; flex-direction: column; gap: 12px; }
.offer li { display: flex; align-items: flex-start; gap: 12px; }
.offer li span.txt { color: var(--text-body); font-size: 0.9rem; line-height: 1.7; }
.countdown { background: var(--surface-card); border: 1px solid var(--border); border-radius: 16px; padding: 20px; }
.countdown .row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.countdown .row .left { color: var(--text-body); font-size: 0.875rem; }
.countdown .row .right { color: var(--text-heading); font-weight: 700; font-size: 1.125rem; }
.countdown .row .right small { font-weight: 400; font-size: 0.875rem; color: var(--text-body); }
.countdown .track { width: 100%; height: 12px; background: rgba(255,255,255,0.06); border-radius: 999px; overflow: hidden; }
.countdown .fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, #3BB4E4, #1C2554); transition: width 700ms; }
.countdown .scale { display: flex; justify-content: space-between; margin-top: 6px; }
.countdown .scale span { font-size: 0.75rem; color: var(--text-muted); }

/* --- Enroll section ----------------------------------------------- */
.enroll { padding: 100px 0; background: var(--bg); }
.enroll-header { text-align: center; margin-bottom: 48px; }
.enroll-header h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; color: var(--text-heading); text-wrap: balance; }
.enroll-header p { color: var(--text-body); font-size: 1rem; margin-top: 10px; }
.enroll-step-arrow { color: var(--brand-primary); margin: 0 8px; font-weight: 300; }

/* Two-col grid: InstaPay | Form */
.enroll-grid { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
@media (min-width: 900px) { .enroll-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }

/* InstaPay block — dark card, brand accent top strip */
.enroll-pay {
  background: var(--surface-card);
  border: 1px solid var(--border-strong);
  border-radius: 20px; padding: 36px 32px 32px;
  box-shadow: 0 8px 48px rgba(0,0,0,0.4), 0 0 0 1px rgba(45,164,214,0.1);
  display: flex; flex-direction: column; gap: 0;
  position: relative; overflow: hidden;
}
.enroll-pay::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--brand-primary), transparent);
}
.ip-brand-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.ip-logo { height: 52px; width: auto; object-fit: contain; }
.ip-secure-badge {
  display: flex; align-items: center; gap: 5px;
  font-size: 0.72rem; font-weight: 700; color: #4ADE80;
  background: rgba(74,222,128,0.1); border: 1px solid rgba(74,222,128,0.25);
  padding: 6px 12px; border-radius: 999px;
}
.ip-number-block {
  text-align: center; margin-bottom: 24px; padding: 20px 16px;
  background: var(--bg); border: 1px solid var(--border); border-radius: 14px;
}
.ip-label { font-size: 0.68rem; font-weight: 600; color: var(--text-muted); letter-spacing: 0.12em; text-transform: uppercase; display: block; margin-bottom: 8px; }
.ip-number { font-size: 2.2rem; font-weight: 900; color: var(--text-heading); letter-spacing: 0.08em; direction: ltr; line-height: 1; }
.ip-name-preview {
  margin-bottom: 20px;
  border: 1px solid rgba(45,164,214,0.18);
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg);
}
.ip-name-label {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.72rem; font-weight: 600; color: var(--text-muted);
  letter-spacing: 0.06em; padding: 9px 14px;
  border-bottom: 1px solid rgba(45,164,214,0.1);
  background: rgba(45,164,214,0.04);
}
.ip-name-img {
 
 
  width: 80%;
  margin: auto;
  margin-bottom: 23px;
  margin-top: 23px;
  border-radius: 10px;

}
.ip-copy-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; background: rgba(45,164,214,0.08); color: var(--brand-primary-light);
  border: 1.5px solid var(--border-strong);
  font-size: 0.9rem; font-weight: 700; font-family: inherit;
  padding: 14px 20px; border-radius: 14px; cursor: pointer; transition: all 200ms; margin-bottom: 28px;
}
.ip-copy-btn:hover { background: rgba(45,164,214,0.16); border-color: var(--brand-primary); color: #fff; }
.ip-copy-btn.copied { background: rgba(52,211,153,0.12); border-color: #4ADE80; color: #4ADE80; }
.pay-steps { list-style: none; display: flex; gap: 0; border-top: 1px solid var(--border); padding-top: 24px; }
.pay-steps li { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; color: var(--text-body); font-size: 0.78rem; line-height: 1.5; padding: 0 8px; position: relative; }
.pay-steps li + li::before { content: ''; position: absolute; right: 0; top: 13px; width: 1px; height: 20px; background: var(--border); }
.step-num { width: 30px; height: 30px; border-radius: 50%; background: rgba(45,164,214,0.1); border: 1.5px solid var(--border-strong); display: flex; align-items: center; justify-content: center; font-size: 0.82rem; font-weight: 800; color: var(--brand-primary-light); flex-shrink: 0; }

/* Form panel */
.pay-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--brand-primary); margin-bottom: 6px; }
.form-panel-title { font-size: 1.375rem; font-weight: 800; color: var(--text-heading); margin-bottom: 28px; }
.enroll-form-panel {
  background: var(--surface-card); border-radius: 20px; padding: 36px 36px 40px;
  box-shadow: 0 8px 48px rgba(0,0,0,0.4), 0 0 0 1px rgba(45,164,214,0.1);
}
.enroll-form { display: flex; flex-direction: column; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.terms-field { margin-bottom: 16px; }
.field-label { font-size: 0.8rem; font-weight: 700; color: var(--text-heading); letter-spacing: 0.02em; }
.enroll-form input[type="text"],
.enroll-form input[type="email"],
.enroll-form input[type="tel"] {
  width: 100%; background: rgba(255,255,255,0.04); border: 1.5px solid rgba(45,164,214,0.18);
  border-radius: 12px; padding: 14px 18px; font-size: 0.9rem; color: var(--text-heading);
  text-align: right; font-family: inherit; transition: all 200ms;
}
.enroll-form input[type="email"],
.enroll-form input[type="tel"] { direction: ltr; text-align: right; }
.enroll-form input::placeholder { color: var(--text-muted); }
.enroll-form input:focus { outline: none; background: rgba(45,164,214,0.06); border-color: var(--brand-primary); box-shadow: 0 0 0 3px rgba(45,164,214,0.12); }

.form-field.is-error input,
.form-field.is-error .upload-label { border-color: #EF4444 !important; box-shadow: 0 0 0 3px rgba(239,68,68,0.12) !important; }
.form-field.is-error .upload-label { background: rgba(239,68,68,0.06); }
.form-field.is-valid input { border-color: #34D399; background: rgba(52,211,153,0.05); }
.field-error { font-size: 0.75rem; font-weight: 600; color: #F87171; min-height: 0; overflow: hidden; max-height: 0; transition: max-height 200ms ease, opacity 200ms; opacity: 0; }
.form-field.is-error .field-error { max-height: 40px; opacity: 1; }
.terms-field.is-error .terms-check { outline: 2px solid rgba(239,68,68,0.4); outline-offset: 4px; border-radius: 6px; }

.upload-label {
  display: block; width: 100%; cursor: pointer;
  background: rgba(255,255,255,0.03); border: 2px dashed rgba(45,164,214,0.22);
  border-radius: 12px; padding: 28px 20px; text-align: center; transition: all 200ms;
}
.upload-label:hover { border-color: var(--brand-primary); background: rgba(45,164,214,0.06); }
.upload-label.has-file { border-color: #34D399; background: rgba(52,211,153,0.05); }
.upload-label input[type="file"] { display: none; }
.upload-icon { width: 28px; height: 28px; margin: 0 auto 8px; color: var(--text-muted); }
.upload-label.has-file .upload-icon { color: #34D399; }
.upload-text { color: var(--text-body); font-weight: 600; font-size: 0.875rem; display: block; }
.upload-hint { color: var(--text-muted); font-size: 0.75rem; display: block; margin-top: 4px; }
.upload-filename { color: #34D399; font-weight: 700; font-size: 0.875rem; }

.terms-check { display: flex; align-items: center; gap: 10px; cursor: pointer; user-select: none; justify-content: flex-start; margin-bottom: 20px; margin-top: 4px; }
.terms-check input[type="checkbox"] { display: none; }
.terms-checkmark { width: 20px; height: 20px; border-radius: 6px; flex-shrink: 0; border: 2px solid rgba(45,164,214,0.3); background: rgba(255,255,255,0.04); transition: all 200ms; display: flex; align-items: center; justify-content: center; }
.terms-check input:checked ~ .terms-checkmark { background: var(--brand-primary); border-color: var(--brand-primary); }
.terms-check input:checked ~ .terms-checkmark::after { content: ''; display: block; width: 5px; height: 9px; border: 2px solid #fff; border-top: none; border-left: none; transform: rotate(45deg) translate(-1px, -1px); }
.terms-text { font-size: 0.8rem; color: var(--text-body); }
.terms-link { color: var(--brand-primary-light); font-weight: 700; text-decoration: underline; }

.submit-btn {
  width: 100%; padding: 16px 24px; border-radius: 14px; color: #fff; font-weight: 800;
  font-size: 1rem; text-align: center; border: none; cursor: pointer;
  background: linear-gradient(135deg, #2da4d6 0%, #1C2554 100%);
  transition: all 300ms; font-family: inherit;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 8px 32px rgba(45,164,214,0.3);
}
.submit-btn:hover { opacity: 0.92; box-shadow: 0 16px 48px rgba(45,164,214,0.45); transform: translateY(-2px); }

@media (max-width: 640px) {
  .ip-top-row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .ip-copy-btn { width: 100%; }
  .pay-steps { flex-wrap: wrap; gap: 12px; }
  .pay-steps li { flex: 1 1 40%; flex-direction: row; text-align: right; justify-content: flex-start; }
  .pay-steps li + li::before { display: none; }
  .enroll-pay { padding: 28px 24px; }
  .enroll-form-panel { padding: 28px 20px 32px; }
}

/* --- Thank-you page ----------------------------------------------- */
.thankyou-page {
  min-height: 100vh; background: var(--bg);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 24px; position: relative; overflow: hidden;
}
.thankyou-page::before {
  content: ''; position: fixed; top: 0; left: 50%; transform: translateX(-50%);
  width: 600px; height: 400px;
  background: radial-gradient(ellipse at center, rgba(45,164,214,0.08) 0%, transparent 65%);
  pointer-events: none;
}
.confetti-piece { pointer-events: none; position: fixed; top: 0; opacity: 0; }
.thankyou-card {
  position: relative; z-index: 10; background: var(--surface-card);
  border: 1px solid rgba(45,164,214,0.14); border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6);
  padding: 56px 40px; max-width: 512px; width: 100%; text-align: center;
  opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease;
}
.thankyou-card.visible { opacity: 1; transform: translateY(0); }
.thankyou-card .logo { display: flex; justify-content: center; margin-bottom: 32px; }
.ty-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.ty-logo img { height: 40px; width: auto; display: block; }
.ty-logo-text { font-size: 1.5rem; font-weight: 900; color: #fff; letter-spacing: 0.06em; font-family: inherit; }
.ty-logo-text em { color: var(--brand-primary-light); font-style: normal; }
.emoji-bounce { font-size: 3.5rem; margin-bottom: 16px; animation: bounce 1s infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* animated clock icon */
.anim-clock .clock-hands { animation: clock-spin 3s linear infinite; transform-origin: 12px 12px; }
@keyframes clock-spin { to { transform: rotate(360deg); } }

/* animated check icon */
.anim-check .check-circle { stroke-dasharray: 63; stroke-dashoffset: 63; animation: draw-on 0.55s 0.4s ease-out forwards; }
.anim-check .check-path  { stroke-dasharray: 16; stroke-dashoffset: 16; animation: draw-on 0.4s 1s ease-out forwards; }
@keyframes draw-on { to { stroke-dashoffset: 0; } }
@keyframes spin { to { transform: rotate(360deg); } }
.submit-btn:disabled { opacity: 0.7; cursor: not-allowed; transform: none !important; }
.thankyou-card h1 { font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 900; color: var(--text-heading); line-height: 1.4; margin-bottom: 16px; }
.thankyou-card h1 .accent { color: var(--brand-primary-light); }
.thankyou-divider { width: 64px; height: 4px; border-radius: 999px; margin: 0 auto 24px; background: linear-gradient(90deg, #3BB4E4, #1C2554); }
.thankyou-card > p { color: var(--text-body); font-size: 1rem; line-height: 1.7; margin-bottom: 24px; }
.timeline-card { background: var(--surface-alt); border: 1px solid rgba(45,164,214,0.15); border-radius: 16px; padding: 20px; margin-bottom: 32px; text-align: right; }
.timeline-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 16px; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-icon { width: 36px; height: 36px; border-radius: 999px; flex-shrink: 0; margin-top: 2px; display: flex; align-items: center; justify-content: center; font-size: 1.125rem; }
.timeline-icon.blue { background: rgba(45,164,214,0.12); border: 1px solid rgba(45,164,214,0.25); }
.timeline-icon.green { background: rgba(52,211,153,0.1); border: 1px solid rgba(52,211,153,0.25); }
.timeline-item .title { font-weight: 700; color: var(--text-heading); font-size: 0.875rem; }
.timeline-item p { color: var(--text-body); font-size: 0.875rem; line-height: 1.7; margin-top: 2px; }
.back-btn { display: block; width: 100%; padding: 16px; border-radius: 16px; color: #fff; font-weight: 700; font-size: 1rem; text-align: center; transition: all 300ms; background: linear-gradient(135deg, #2da4d6 0%, #1C2554 100%); box-shadow: 0 8px 24px rgba(45,164,214,0.3); }
.back-btn:hover { opacity: 0.9; box-shadow: 0 14px 40px rgba(45,164,214,0.4); transform: translateY(-2px); }

@keyframes confetti-fall {
  0%   { opacity: 1; transform: translateY(-20px) rotate(0deg); }
  100% { opacity: 0; transform: translateY(100vh) rotate(720deg); }
}

/* --- How to use cards --------------------------------------------- */
.howtouse-cards { padding: 80px 0; background: var(--surface-alt); }
.howtouse-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.howtouse-card { background: var(--surface-card); border: 1px solid var(--border); border-radius: 20px; padding: 36px 32px; box-shadow: 0 4px 24px rgba(0,0,0,0.3); }
.howtouse-card h3 { font-size: 1.2rem; font-weight: 800; color: var(--text-heading); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 2px solid var(--brand-primary); }
.howtouse-card h3 .en { font-size: 0.95rem; font-weight: 600; color: var(--brand-primary-light); }
.howtouse-card ul { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.howtouse-card li { display: flex; align-items: flex-start; gap: 12px; }
@media (max-width: 767px) { .howtouse-grid { grid-template-columns: 1fr; } .howtouse-card { padding: 28px 20px; } }

/* --- Offer CTA section --------------------------------------------- */
.offer-cta {
  padding: 80px 0;
  background: linear-gradient(160deg, #0a1a36 0%, #0e2248 50%, #071224 100%);
  position: relative; overflow: hidden;
}
.offer-cta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, rgba(45,164,214,0.35), transparent); }
.offer-cta::after  { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, rgba(45,164,214,0.35), transparent); }
.offer-cta-inner { display: flex; flex-direction: column; align-items: center; }
.offer-cta-img {
  position: relative;
  width: 100%; max-width: 920px;
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 20px 64px rgba(0,0,0,0.6), 0 0 0 1px rgba(45,164,214,0.14);
}
.offer-cta-img img { width: 100%; height: auto; display: block; }
.offer-top-overlay {
  position: absolute; top: 0; left: 0; right: 0;
  background: linear-gradient(to bottom, rgba(7,16,30,0.88) 0%, rgba(7,16,30,0.5) 60%, transparent 100%);
  padding: 28px 40px 48px;
  text-align: center;
}
.offer-special {
  background: linear-gradient(90deg, #FF2244, #FF7A00, #FF2244, #FF7A00, #FF2244);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: offer-fire 2.4s linear infinite;
}
@keyframes offer-fire {
  0%   { background-position: 0% center; }
  100% { background-position: 300% center; }
}
.offer-headline {
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.45;
  text-wrap: balance;
}
.offer-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(7,16,30,0.96) 0%, rgba(7,16,30,0.7) 55%, transparent 100%);
  padding: 48px 40px 8px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  text-align: center;
}
.offer-limit { font-size: 14px; font-weight: 800; color: #FEBC2E; }
@media (max-width: 640px) {
  /* switch from overlay → stacked below image */
  .offer-cta-img {
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
  }
  .offer-cta-img > img {
    border-radius: 16px 16px 0 0;
    display: block;
  }
  .offer-top-overlay {
    position: static;
    background: #0a1828;
    padding: 20px 20px 10px;
    text-align: center;
  }
  .offer-headline { font-size: 1rem; }
  .offer-overlay {
    position: static;
    background: #0a1828;
    border-radius: 0 0 16px 16px;
    padding: 10px 20px 28px;
    gap: 16px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.55);
  }
  .offer-limit { font-size: 0.9rem; }
}

/* --- Gift grid (section 07) ---------------------------------------- */
.gift-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}
.gift-card {
  background: rgba(45,164,214,0.04);
  border: 1px solid rgba(45,164,214,0.14);
  border-radius: 16px;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 300ms, background 300ms;
}
.gift-card:hover { border-color: rgba(45,164,214,0.3); background: rgba(45,164,214,0.07); }
.gift-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.gift-icon--video   { background: rgba(59,180,228,0.12);  border: 1px solid rgba(59,180,228,0.28);  color: #3BB4E4; }
.gift-icon--call    { background: rgba(52,211,153,0.10);  border: 1px solid rgba(52,211,153,0.28);  color: #34D399; }
.gift-icon--support { background: rgba(167,139,250,0.10); border: 1px solid rgba(167,139,250,0.28); color: #A78BFA; }
.gift-icon--shield  { background: rgba(251,191,36,0.10);  border: 1px solid rgba(251,191,36,0.28);  color: #FBBF24; }
.gift-label { font-size: 0.875rem; font-weight: 800; color: var(--text-heading); line-height: 1.4; }
.gift-desc  { font-size: 0.8rem;   color: var(--text-body);    line-height: 1.65; }

/* video: ring pulse + play pop */
.gift-ring { animation: ring-pulse 2.4s ease-in-out infinite; transform-origin: 12px 12px; }
.gift-play { animation: play-pop   2.4s ease-in-out infinite; transform-origin: 12px 12px; }
@keyframes ring-pulse { 0%,100% { opacity:.5; transform:scale(1); } 50% { opacity:1; transform:scale(1.08); } }
@keyframes play-pop   { 0%,100% { transform:scale(1); }            50% { transform:scale(1.15); } }

/* phone: gentle ring shake */
.gift-phone { animation: phone-ring 3s ease-in-out infinite; transform-origin: center; }
@keyframes phone-ring {
  0%,100% { transform: rotate(0deg); }
  5%      { transform: rotate(-12deg); }
  10%     { transform: rotate(12deg); }
  15%     { transform: rotate(-8deg); }
  20%     { transform: rotate(8deg); }
  25%     { transform: rotate(0deg); }
}

/* support wave: dashed arc spins */
.gift-wave { animation: wave-spin 3s linear infinite; transform-origin: 12px 12px; }
@keyframes wave-spin { to { transform: rotate(360deg); } }

/* shield: pulse glow */
.gift-shield  { animation: shield-glow 2.2s ease-in-out infinite; }
.gift-shcheck { stroke-dasharray: 14; stroke-dashoffset: 14; animation: draw-on 0.5s 0.5s ease-out forwards; }
@keyframes shield-glow { 0%,100% { filter:drop-shadow(0 0 0 transparent); } 50% { filter:drop-shadow(0 0 6px rgba(251,191,36,.6)); } }

/* --- Bonus block --------------------------------------------------- */
.bonus-block { margin-top: 24px; padding-top: 20px; border-top: 2px dashed rgba(45,164,214,0.3); }
.bonus-title { font-size: 1.05rem; font-weight: 800; color: var(--text-heading); margin-bottom: 4px; }
.bonus-sub { font-size: 0.9rem; color: var(--text-body); margin-bottom: 14px; }
.special-text {
  color: #c5cccf;
  font-size: 28px;
  font-weight: 700;
}
.accent {
  color: #41bfef;
}

/* ================================================================
   RESPONSIVE — comprehensive mobile / tablet fixes
   ================================================================ */

/* ---- 900px and below (tablets portrait) ---- */
@media (max-width: 900px) {
  .split-row .flex { flex-direction: column !important; }
  .split-row.alt .flex { flex-direction: column !important; }
  .split-row .img-col { width: 100% !important; max-width: 520px; margin: 0 auto; }
  .split-row .content { width: 100%; }
}

/* ---- 768px and below ---- */
@media (max-width: 768px) {
  .hero { padding: 96px 0 48px; }
  .hero p { font-size: 1rem; }

  .imagegrid-heading p { font-size: 1rem; }
  .imagegrid { padding: 48px 0; }
  .imagegrid-trio { grid-template-columns: 1fr; gap: 12px; }
  .strip-track img { height: 200px; }

  .foldercards { padding: 64px 0; }
  .section-heading { margin-bottom: 36px; }

  .splitrows-header { padding: 40px 0; }
  .split-row { padding: 56px 0; }

  .enroll { padding: 64px 0; }

  .offer-cta { padding: 56px 0; }
  .offer-badge { padding: 20px 20px; }
}

/* ---- 640px and below (phones) ---- */
@media (max-width: 640px) {
  /* Buttons */
  .btn { padding: 14px 28px; font-size: 0.95rem; }
  .hero-actions { gap: 12px; }

  /* Split rows */
  .split-row { padding: 48px 0; }
  .split-row h3 { font-size: clamp(1.45rem, 6vw, 1.9rem); }
  .split-row li span.txt { font-size: 0.9rem; }

  /* Gift grid → single column on phones */
  .gift-grid { grid-template-columns: 1fr; gap: 12px; }

  /* InstaPay number */
  .ip-number { font-size: 1.65rem; letter-spacing: 0.04em; }
  .enroll-pay  { padding: 24px 20px; }
  .enroll-form-panel { padding: 24px 18px 28px; }

  /* Thank-you card */
  .thankyou-card { padding: 36px 20px 32px; }

  /* Howtouse cards */
  .howtouse-grid { grid-template-columns: 1fr; }
  .howtouse-card { padding: 24px 18px; }

  /* Offer CTA */
  .offer-cta-title { font-size: clamp(1.5rem, 6vw, 2rem); }
  .offer-new { font-size: 1.9rem; }

  /* Folder cards */
  .foldercards .grid { gap: 16px; }
  .foldercard { padding: 22px 18px 20px; }

  /* Guarantee strip */
  .guarantee .items { gap: 8px 24px; }
  .guarantee .item span.txt { font-size: 0.8rem; }
}

/* ---- 400px and below (very small phones) ---- */
@media (max-width: 400px) {
  .hero h1 { font-size: 1.6rem; }
  .split-row h3 { font-size: 1.4rem; }
  .btn { padding: 13px 22px; }
  .ip-number { font-size: 1.4rem; }
  .thankyou-card { padding: 28px 16px; }
}

/* ================================================================
   3D OFFER BUTTON
   ================================================================ */
.btn-offer {
  position: relative;
  display: inline-block;
  padding: 18px 56px;
  font-size: 1.15rem;
  font-weight: 900;
  color: #fff;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.02em;

  /* animated gradient background */
  background: linear-gradient(120deg, #F59E0B, #5ab0d2, #40bbeb, #F59E0B, #081429);
  background-size: 300% 100%;
  animation: offer-btn-shift 3s linear infinite;

  /* 3D bottom "floor" shadow */
  /* box-shadow:
    0 6px 0 #b45309,
    0 10px 24px rgba(245,158,11,0.45),
    0 24px 48px rgba(239,68,68,0.2); */

  transform: translateY(0);
  transition: transform 120ms ease, box-shadow 120ms ease;
  isolation: isolate;
}

/* shine sweep */
.btn-offer::before {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
  transform: skewX(-18deg);
  animation: offer-btn-shine 2.8s ease-in-out infinite;
  pointer-events: none;
}

/* pulse ring */
.btn-offer::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 18px;
  border: 2.5px solid rgba(245,158,11,0.7);
  animation: offer-btn-ring 1.8s ease-out infinite;
  pointer-events: none;
}

/* hover: lift higher */
.btn-offer:hover {
  transform: translateY(-3px);
  box-shadow:
    0 9px 0 #b453091d,
    0 14px 32px rgba(245,158,11,0.55),
    0 32px 56px rgba(2, 0, 0, 0.084);
}

/* active: press down */
.btn-offer:active {
  transform: translateY(4px);
  box-shadow:
    0 2px 0 #b45309,
    0 4px 12px rgba(245,158,11,0.35);
  transition-duration: 60ms;
}

@keyframes offer-btn-shift {
  0%   { background-position: 0%   50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0%   50%; }
}

@keyframes offer-btn-shine {
  0%          { left: -80%; opacity: 0; }
  10%         { opacity: 1; }
  45%, 100%   { left: 140%; opacity: 0; }
}

@keyframes offer-btn-ring {
  0%   { opacity: 0.9; transform: scale(1); }
  100% { opacity: 0;   transform: scale(1.35); }
}