/* GPT Landing — Frontend (ToolZest reference matched) */
.gptl-wrap {
  --gptl-primary-fallback: #0d7e8c;
  --gptl-primary-dark-fallback: #0a636f;
  --gptl-accent-fallback: #f8b400;
  --gptl-accent-dark-fallback: #ffcc00;
  font-family: 'Hind Siliguri', 'Noto Sans Bengali', system-ui, -apple-system, sans-serif !important;
  color: var(--gptl-text, #2d3748);
  background: var(--gptl-bg, #f6f9fa);
  line-height: 1.6;
  max-width: 100%;
  overflow-x: hidden;
}
.gptl-wrap *, .gptl-wrap *::before, .gptl-wrap *::after { box-sizing: border-box; }
.gptl-wrap h1, .gptl-wrap h2, .gptl-wrap h3, .gptl-wrap p { letter-spacing: 0; }
.gptl-wrap img { max-width: 100%; height: auto; }

.gptl-hero {
  background: linear-gradient(135deg, var(--gptl-primary, #0d7e8c), var(--gptl-primary-dark, #0a636f));
  color: #fff;
  padding: 80px 20px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 14px auto 56px;
  width: min(100%, 1000px);
  min-height: 636px;
  clip-path: ellipse(100% 100% at 50% 0%);
}
.gptl-hero::before, .gptl-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  z-index: 1;
  pointer-events: none;
}
.gptl-hero::before { width: 20px; height: 20px; top: 20%; left: 10%; animation: gptl-float 6s ease infinite; }
.gptl-hero::after { width: 30px; height: 30px; bottom: 15%; right: 10%; animation: gptl-float 7s ease .5s infinite; }
.gptl-hero-inner { position: relative; z-index: 2; max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.gptl-hero-inner::after { content: ''; position: absolute; width: 15px; height: 15px; top: 40%; right: 20%; border-radius: 50%; background: rgba(255,255,255,.15); animation: gptl-float 5s ease 1s infinite; }
.gptl-hero-title {
  color: #fff !important;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 8px;
  max-width: 900px;
  animation: gptl-fade-up .8s ease;
}
.gptl-hero-tag { color: #fff; font: inherit; }
.gptl-hero-sub {
  color: #fff !important;
  font-size: 19px;
  margin: 0 0 24px;
  opacity: .9;
  animation: gptl-fade-up .8s ease .2s forwards;
}
.gptl-hero-image-wrap {
  position: relative !important;
  display: inline-block !important;
  width: 270px !important;
  height: 270px !important;
  margin: 30px auto !important;
  max-width: 270px !important;
  border-radius: 50% !important;
  overflow: visible !important;
}
.gptl-hero-image {
  display: block !important;
  width: 270px !important;
  height: 270px !important;
  max-width: 270px !important;
  max-height: 270px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  border: 5px solid #fff !important;
  background: #fff !important;
  padding: 0 !important;
  object-fit: cover !important;
  box-shadow: 0 20px 40px rgba(0,0,0,.2) !important;
  transform: perspective(1000px) rotateY(-10deg);
  transition: all .5s ease;
}
.gptl-hero-image:hover { transform: perspective(1000px) rotateY(0deg); }
.gptl-hero-badge {
  position: absolute !important;
  top: 6px !important;
  right: -18px !important;
  z-index: 3;
  background: var(--gptl-accent, #f8b400);
  color: var(--gptl-button-text, #000);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 8px 16px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  white-space: nowrap;
}
.gptl-hero-price, .gptl-price-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 700;
  margin: 32px auto;
  box-shadow: 0 5px 20px rgba(0,0,0,.1);
  max-width: 400px;
  gap: 13px;
}
.gptl-hero-price-main, .gptl-price-main { color: var(--gptl-primary, #0d7e8c); font-size: 29px; line-height: 1; }
.gptl-hero-price-sub, .gptl-price-badge {
  background: var(--gptl-accent, #f8b400);
  color: var(--gptl-button-text, #000);
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}
.gptl-cta, .gptl-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 18px 50px;
  background: linear-gradient(135deg, var(--gptl-accent, #f8b400), var(--gptl-accent-dark, #ffcc00));
  color: var(--gptl-button-text, #000) !important;
  text-decoration: none !important;
  border-radius: 50px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.25;
  box-shadow: 0 8px 20px rgba(248,180,0,.3);
  overflow: hidden;
  transition: all .4s ease;
  border: none;
  cursor: pointer;
  min-width: 176px;
}
.gptl-cta:hover, .gptl-order-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(248,180,0,.4); }
.gptl-order-block { text-align: center; margin: 40px 0; padding: 0 20px; }
.gptl-order-shine { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent); transform: translateX(-100%); transition: .5s; }
.gptl-cta::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent); transform: translateX(-100%); transition: .5s; }
.gptl-cta:hover::after, .gptl-order-btn:hover .gptl-order-shine { transform: translateX(100%); }
.gptl-order-text, .gptl-order-icon { position: relative; z-index: 1; }
.gptl-offer-note { margin: 15px 0 0; font-size: 14px; color: var(--gptl-primary, #0d7e8c); font-weight: 500; }

.gptl-section { max-width: 1000px; margin: auto; padding: 80px 20px; text-align: center; }
.gptl-muted-section { max-width: 100%; background: #f1f5f9; padding-left: max(20px, calc((100% - 1000px) / 2)); padding-right: max(20px, calc((100% - 1000px) / 2)); }
.gptl-section-title, .gptl-info-title {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 35px;
  color: var(--gptl-primary, #0d7e8c) !important;
  margin: 0 0 16px;
  font-weight: 700;
}
.gptl-section-title::after, .gptl-info-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 80px;
  height: 4px;
  background: var(--gptl-accent, #f8b400);
  border-radius: 2px;
  transform: translateX(-50%);
}
.gptl-section-sub { font-size: 18px; opacity: .8; margin: 0 auto 50px; max-width: 700px; color: var(--gptl-text, #2d3748); }
.gptl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: center; }
.gptl-card {
  background: var(--gptl-card-bg, #fff);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
  transition: all .3s ease;
  border: 1px solid rgba(0,0,0,.05);
  text-align: center;
}
.gptl-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,.1); }
.gptl-card-emoji { font-size: 40px; margin-bottom: 24px; display: inline-block; line-height: 1; }
.gptl-card-title { color: var(--gptl-primary, #0d7e8c) !important; margin: 0 0 16px; font-size: 22px; font-weight: 600; }
.gptl-card-desc { color: var(--gptl-text, #2d3748); opacity: .9; font-size: 16px; margin: 0; }

.gptl-journey {
  max-width: 1000px;
  margin: 40px auto;
  padding: 80px 20px;
  background: linear-gradient(135deg, var(--gptl-primary, #0d7e8c), var(--gptl-primary-dark, #0a636f));
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  clip-path: ellipse(100% 100% at 50% 100%);
}
.gptl-dot { position: absolute; border-radius: 50%; background: rgba(255,255,255,.15); }
.gptl-dot-1 { width: 20px; height: 20px; top: 20%; left: 10%; animation: gptl-float 6s ease infinite; }
.gptl-dot-2 { width: 30px; height: 30px; bottom: 15%; right: 10%; animation: gptl-float 7s ease .5s infinite; }
.gptl-journey h2 { color: #fff !important; font-size: 35px; margin: 0 0 24px; }
.gptl-journey p { color: #fff; opacity: .9; margin: 0 0 32px; font-size: 19px; }
.gptl-journey .gptl-price-pill { margin: 0 auto 32px; }
.gptl-journey-note { margin-top: 16px !important; font-size: 15px !important; opacity: .86 !important; }

.gptl-bonus {
  background: linear-gradient(135deg, var(--gptl-primary, #0d7e8c), var(--gptl-primary-dark, #0a636f));
  color: #fff;
  padding: 50px 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0,0,0,.2);
  margin: 40px auto;
  max-width: 1000px;
  position: relative;
  overflow: hidden;
}
.gptl-bonus-blob { position: absolute; border-radius: 50%; background: rgba(255,255,255,.08); pointer-events: none; }
.gptl-bonus-blob-a { width: 200px; height: 200px; top: -50px; right: -50px; }
.gptl-bonus-blob-b { width: 300px; height: 300px; bottom: -80px; left: -30px; }
.gptl-bonus-inner { position: relative; z-index: 1; }
.gptl-bonus-logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 180px !important;
  max-height: 44px !important;
  object-fit: contain !important;
  margin: 0 auto 20px !important;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.2));
}
.gptl-bonus h2 { color: #fff !important; font-size: 40px; margin: 0 0 16px; font-weight: 700; text-shadow: 0 2px 4px rgba(0,0,0,.1); }
.gptl-bonus-sub { color: #fff; font-size: 22px; margin: 0 0 24px; opacity: .9; }
.gptl-bonus-stats { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 25px; }
.gptl-bonus-stats div { background: rgba(0,0,0,.2); padding: 15px; border-radius: 10px; min-width: 200px; }
.gptl-bonus-stats p { font-size: 18px; margin: 0 0 10px; color: var(--gptl-accent, #f8b400); }
.gptl-bonus-stats strong { display: block; color: #fff; font-size: 29px; }
.gptl-bonus-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin: 0 auto 30px; max-width: 800px; }
.gptl-bonus-item { background: rgba(255,255,255,.1); padding: 15px; border-radius: 10px; border: 1px solid rgba(255,255,255,.1); transition: transform .3s ease, background .3s ease; }
.gptl-bonus-item:hover { background: rgba(255,255,255,.15); transform: translateY(-5px); }
.gptl-bonus-item div { font-size: 32px; margin-bottom: 8px; color: var(--gptl-accent, #f8b400); }
.gptl-bonus-item h3 { color: #fff !important; margin: 0; font-size: 18px; }
.gptl-order-on-dark .gptl-offer-note { color: #fff; opacity: .85; }

.gptl-info-section { background: #f6f9fa; padding: 60px 15px; text-align: center; }
.gptl-info-inner { max-width: 1000px; margin: 0 auto; }
.gptl-info-box { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 5px 15px rgba(0,0,0,.05); text-align: left; margin-top: 34px; }
.gptl-reason-row { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 20px; }
.gptl-reason-row:last-of-type { margin-bottom: 0; }
.gptl-check { color: #38a169; width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; font-size: 17px; }
.gptl-reason-row h3, .gptl-faq-q h3 { color: var(--gptl-primary-dark, #0a636f) !important; margin: 0 0 8px; font-size: 18px; }
.gptl-reason-row p, .gptl-faq-answer p { margin: 0; color: var(--gptl-text, #2d3748); font-size: 15px; line-height: 1.55; }
.gptl-trust-message { text-align: center; margin-top: 28px; padding: 15px; background: rgba(13,126,140,.1); border-radius: 8px; border-left: 4px solid var(--gptl-accent, #f8b400); color: var(--gptl-primary, #0d7e8c); font-weight: 700; }
.gptl-faq-row { margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #e2e8f0; }
.gptl-faq-row:last-of-type { border-bottom: 0; margin-bottom: 0; }
.gptl-faq-q, .gptl-faq-answer { display: flex; gap: 8px; align-items: flex-start; }
.gptl-faq-q span { color: var(--gptl-accent, #f8b400); font-size: 19px; }
.gptl-faq-answer { margin-left: 25px; }
.gptl-faq-answer span { color: #38a169; font-size: 14px; font-weight: 700; }

.gptl-video-guide { padding: 34px 15px; background: #fff; }
.gptl-video-container { max-width: 900px; margin: 0 auto; text-align: center; }
.gptl-video-titlebox h2 { color: var(--gptl-primary, #0d7e8c) !important; font-size: 30px; margin: 0 0 6px; }
.gptl-video-titlebox p { margin: 0 0 22px; color: var(--gptl-text, #2d3748); }
.gptl-video-player { position: relative; border-radius: 16px; overflow: hidden; background: #111827; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.gptl-video-player video { width: 100%; display: block; aspect-ratio: 16 / 9; background: #111827; }
.gptl-play-overlay { position: absolute; inset: 0; margin: auto; width: 76px; height: 76px; border-radius: 50%; border: 0; background: rgba(13,126,140,.88); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 10px 28px rgba(0,0,0,.28); }
.gptl-play-overlay svg { width: 42px; height: 42px; fill: #fff; margin-left: 4px; }

.gptl-footer-wrap {
  padding: 70px 10px 0 !important;
  background: #edf6fb !important;
  font-family: 'Hind Siliguri', 'Noto Sans Bengali', system-ui, -apple-system, sans-serif !important;
}
.gptl-warning-banner {
  max-width: 1000px !important;
  margin: 0 auto 70px !important;
  background: #fff3cd !important;
  color: #856404 !important;
  border: 1px solid #ffe69c !important;
  border-radius: 8px !important;
  padding: 16px 18px !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: center !important;
  box-shadow: none !important;
  display: block !important;
}
.gptl-footer {
  width: 100% !important;
  max-width: none !important;
  min-height: 92px !important;
  margin: 0 auto !important;
  padding: 26px 16px !important;
  background: #2c6b6f !important;
  color: #ffffff !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  display: block !important;
}
.gptl-footer strong { color: #8fe3f4 !important; }
.gptl-footer a { color: #a6e9f7 !important; font-weight: 700; text-decoration: none !important; }
.gptl-footer a:hover { text-decoration: underline !important; }

@keyframes gptl-fade-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes gptl-float { 0% { transform: perspective(1000px) rotateY(-10deg) translateY(0); } 50% { transform: perspective(1000px) rotateY(-10deg) translateY(-10px); } 100% { transform: perspective(1000px) rotateY(-10deg) translateY(0); } }

@media (max-width: 768px) {
  .gptl-hero { margin-top: 0; min-height: 580px; padding: 56px 16px 58px; clip-path: ellipse(125% 100% at 50% 0%); }
  .gptl-hero-title { font-size: 32px; }
  .gptl-hero-sub { font-size: 16px; }
  .gptl-hero-image-wrap { width: 220px !important; height: 220px !important; max-width: 220px !important; margin: 28px auto !important; }
  .gptl-hero-image { width: 220px !important; height: 220px !important; max-width: 220px !important; max-height: 220px !important; }
  .gptl-hero-badge { right: -10px !important; top: 4px !important; font-size: 14px; padding: 7px 13px; }
  .gptl-hero-price, .gptl-price-pill { padding: 14px 22px; margin: 28px auto; }
  .gptl-hero-price-main, .gptl-price-main { font-size: 24px; }
  .gptl-hero-price-sub, .gptl-price-badge { font-size: 14px; }
  .gptl-cta, .gptl-order-btn { width: min(100%, 300px); padding: 16px 32px; font-size: 17px; }
  .gptl-section { padding: 60px 20px; }
  .gptl-section-title, .gptl-info-title { font-size: 29px; }
  .gptl-grid { grid-template-columns: 1fr; }
  .gptl-journey { padding: 64px 18px; clip-path: ellipse(130% 100% at 50% 100%); }
  .gptl-journey h2, .gptl-bonus h2 { font-size: 30px; }
  .gptl-bonus-sub { font-size: 18px; }
  .gptl-bonus-logo { max-width: 160px !important; max-height: 40px !important; }
  .gptl-bonus-stats div { min-width: min(100%, 200px); }
  .gptl-reason-row, .gptl-faq-q, .gptl-faq-answer { text-align: left; }
  .gptl-footer-wrap { padding-top: 46px !important; }
  .gptl-warning-banner { margin-bottom: 46px !important; padding: 14px 12px !important; font-size: 13px !important; }
  .gptl-footer { min-height: 88px !important; padding: 22px 12px !important; font-size: 13px !important; }
}