/* === block-1 === */
.woocommerce-product-gallery{ opacity: 1 !important; }

/* === block-2 === */
@font-face{font-family:Inter;font-style:normal;font-weight:300 900;font-display:fallback;src:url('../fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');font-stretch:normal;}
@font-face{font-family:Cardo;font-style:normal;font-weight:400;font-display:fallback;src:url('../fonts/cardo_normal_400.woff2') format('woff2');}

/* === block-3 === */
:root {
    --brand-main: #f59e0b;
    --brand-hover: #d97706;
    --text-dark: #0f172a;
    --text-body: #334155;
    --text-muted: #64748b;
    --bg-page: #f8fafc;
    --border-light: #e2e8f0;
    --font-heading: 'Outfit', sans-serif;
  }

  body {
    background: var(--bg-page);
  }

  /* ── Dark Hero Section ──────────────────────────────────────── */
  .cl-hero-dark {
    position: relative;
    overflow: hidden;
    background-image:
      linear-gradient(105deg, rgba(5,5,15,0.92) 0%, rgba(10,10,30,0.78) 55%, rgba(15,23,42,0.50) 100%),
      url('../images/course-mutual-fund.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 28px 0 120px;
  }

  /* Animated amber glow blob top-left */
  .cl-hero-dark::before {
    content: '';
    position: absolute;
    top: -120px; left: -120px;
    width: 520px; height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245,158,11,0.18) 0%, transparent 70%);
    animation: clBlob 8s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0;
  }

  /* Soft diagonal shimmer */
  .cl-hero-dark::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg,
      transparent 0%,
      transparent 40%,
      rgba(245,158,11,0.05) 45%,
      rgba(249,115,22,0.04) 50%,
      transparent 55%,
      transparent 100%
    );
    pointer-events: none;
    z-index: 0;
  }

  @keyframes clBlob {
    0%   { transform: translate(0,0) scale(1); }
    100% { transform: translate(60px,40px) scale(1.15); }
  }

  .cl-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

  /* Make sure all hero content sits above pseudo-elements */
  .cl-hero-dark .cl-container { position: relative; z-index: 1; }

  .cl-hero-inner {
    max-width: 760px;
  }

  .cl-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.55);
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 28px;
    letter-spacing: 0.02em;
    transition: color 0.2s;
  }
  .cl-breadcrumb:hover { color: rgba(255,255,255,0.9); }

  /* Category pill */
  .cl-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245,158,11,0.18);
    border: 1px solid rgba(245,158,11,0.40);
    color: #fbbf24;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 20px;
  }
  .cl-hero-pill i { font-size: 11px; }

  .cl-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 4.5vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 12px rgba(0,0,0,0.3);
  }

  .cl-hero-desc {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.72);
    margin-bottom: 28px;
    max-width: 640px;
  }

  /* Star rating row */
  .cl-hero-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
  }
  .cl-stars {
    display: flex;
    gap: 3px;
  }
  .cl-stars i { color: #f59e0b; font-size: 14px; }
  .cl-rating-score {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 800;
    color: #fbbf24;
  }
  .cl-rating-count {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
  }

  .cl-hero-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 36px;
  }
  .cl-hero-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255,255,255,0.78);
    font-weight: 500;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 6px 14px;
    border-radius: 100px;
    backdrop-filter: blur(4px);
  }
  .cl-hero-meta-item i { color: var(--brand-main); }
  .cl-hero-meta-item img.cl-meta-av {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.5);
  }

  /* Inline hero CTA */
  .cl-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(245,158,11,0.40);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    letter-spacing: 0.01em;
  }
  .cl-hero-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(245,158,11,0.55);
    color: #fff;
  }

  /* Enrollment social proof pill */
  .cl-enroll-badge {
    display: none;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
    border-radius: 100px;
    padding: 8px 16px 8px 10px;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    font-weight: 600;
    margin-left: 16px;
    vertical-align: middle;
  }
  .cl-enroll-badge .cl-avatars {
    display: flex;
  }
  .cl-enroll-badge .cl-avatars img,
  .cl-enroll-badge .cl-avatars span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.5);
    object-fit: cover;
    margin-left: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
  }
  .cl-enroll-badge .cl-avatars img:first-child,
  .cl-enroll-badge .cl-avatars span:first-child {
    margin-left: 0;
  }
  .cl-enroll-badge .cl-avatars .cl-av-more {
    background: var(--brand-main);
    font-size: 9px;
  }

  /* Main Content Layout */
  .cl-main-wrap {
    margin-top: -60px; /* subtle overlap */
    padding-bottom: 80px;
  }
  .cl-split { 
    display: grid; 
    grid-template-columns: 1fr 360px; 
    gap: 48px; 
  }

  /* Left Column Content */
  .cl-left {
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--border-light);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    padding: 48px;
    z-index: 1;
  }

  .cl-section-title {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 24px;
  }

  /* What you'll learn */
  .cl-learn-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 16px; 
    list-style: none; 
    padding: 0; 
    margin: 0 0 48px 0; 
  }
  .cl-learn-grid li { 
    display: flex; 
    align-items: flex-start; 
    gap: 12px; 
    font-size: 14px; 
    color: var(--text-body); 
    line-height: 1.5; 
    background: var(--bg-page); 
    padding: 16px; 
    border-radius: 8px; 
    border: 1px solid var(--border-light); 
  }
  .cl-learn-grid li i { color: #10b981; margin-top: 2px; }

  /* Curriculum */
  .cl-curriculum {
    border: 1px solid var(--border-light);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 48px;
  }
  .cl-module {
    padding: 20px 24px;
    border-bottom: 1px solid var(--border-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    gap: 16px;
  }
  .cl-module:last-child {
    border-bottom: none;
  }
  .cl-module-title {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .cl-module-title i {
    color: var(--text-muted);
    font-size: 14px;
  }
  .cl-module-meta {
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 600;
    flex-shrink: 0;
  }

  /* Instructor */
  .cl-instructor-box {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 40px;
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
    border-radius: 16px;
    border: 2px solid var(--brand-main);
    box-shadow: 0 10px 25px -5px rgba(245, 158, 11, 0.15);
    margin-bottom: 48px;
  }
  .cl-instructor-av { 
    flex-shrink: 0;
    width: 140px; 
    height: 140px; 
    border-radius: 50%; 
    background: var(--border-light); 
    border: 4px solid #fff;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
  }
  .cl-instructor-av img { 
    width: 100%; 
    height: 100%; 
    border-radius: 50%; 
    object-fit: cover; 
  }
  .cl-instructor-info h4 { 
    margin: 0 0 4px 0; 
    font-family: var(--font-heading); 
    font-size: 20px; 
    font-weight: 800; 
    color: var(--text-dark); 
  }
  .cl-instructor-info p { 
    margin: 0; 
    font-size: 13px; 
    color: var(--brand-hover); 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 0.05em; 
  }
  .cl-bio-text {
    font-size: 14px;
    color: var(--text-body);
    line-height: 1.7;
    margin-top: 12px;
  }

  /* Lists (Requirements & Audience) */
  .cl-simple-list {
    list-style: none;
    padding: 0;
    margin: 0 0 48px 0;
  }
  .cl-simple-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: var(--text-body);
    margin-bottom: 12px;
    line-height: 1.6;
  }
  .cl-simple-list li:last-child {
    margin-bottom: 0;
  }
  .cl-simple-list li i {
    color: var(--brand-main);
    margin-top: 4px;
  }

  /* FAQs */
  .cl-faq-wrap {
    margin-bottom: 48px;
  }
  .cl-faq-item {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
  }
  .cl-faq-q {
    padding: 20px 24px;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #fff;
    transition: background 0.2s;
  }
  .cl-faq-q:hover {
    background: var(--bg-page);
  }
  .cl-faq-a {
    padding: 0 24px;
    font-size: 15px;
    color: var(--text-body);
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .cl-faq-item.active .cl-faq-a {
    padding: 0 24px 24px;
    max-height: 200px;
  }
  .cl-faq-item.active .cl-faq-q i {
    transform: rotate(180deg);
  }
  .cl-faq-q i {
    transition: transform 0.3s;
    color: var(--text-muted);
  }

  /* Right Sidebar (Sticky Purchase Card) */
  .cl-right { 
    position: sticky; 
    top: 32px; 
    align-self: start;
    z-index: 10;
  }
  .cl-card { 
    background: #fff; 
    border-radius: 16px; 
    border: 1px solid var(--border-light); 
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
    overflow: hidden; 
  }
  .cl-card-img {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .cl-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .cl-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(15,23,42,0.1) 0%, rgba(15,23,42,0.5) 100%);
  }
  
  .cl-card-price-wrap {
    padding: 24px;
    background: #fff;
    border-bottom: 1px solid var(--border-light);
  }
  .cl-price { 
    font-family: var(--font-heading); 
    font-size: 40px; 
    font-weight: 800; 
    color: var(--text-dark); 
    line-height: 1; 
    margin-bottom: 4px; 
  }
  .cl-price-sub { 
    font-size: 12px; 
    color: var(--text-muted); 
    font-weight: 600; 
    text-transform: uppercase; 
    letter-spacing: 0.07em;
  }

  .cl-card-body {
    padding: 24px;
  }
  .cl-btn { 
    display: block; 
    width: 100%; 
    text-align: center; 
    background: var(--brand-main); 
    color: #fff; 
    padding: 16px; 
    border-radius: 8px; 
    font-family: var(--font-heading); 
    font-size: 16px; 
    font-weight: 700; 
    text-decoration: none; 
    margin-bottom: 24px; 
    transition: transform 0.2s, box-shadow 0.2s; 
    cursor: pointer; 
    border: none; 
  }
  .cl-btn:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 8px 16px rgba(245, 158, 11, 0.3); 
    color: #fff;
  }

  .cl-features { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .cl-features li { 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    font-size: 13.5px; 
    color: var(--text-body); 
    font-weight: 500; 
    padding: 9px 0;
    border-bottom: 1px solid var(--border-light);
  }
  .cl-features li:first-child {
    border-top: 1px solid var(--border-light);
  }
  .cl-features li:last-child { 
    border-bottom: none; 
  }
  .cl-features li i { 
    color: var(--brand-main); 
    width: 16px; 
    text-align: center; 
    font-size: 13px;
  }

  .cl-guarantee {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
  }
  .cl-guarantee i { color: #10b981; font-size: 13px; }

  /* Reveal Animation */
  .cl-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .cl-reveal.active {
    opacity: 1;
    transform: translateY(0);
  }

  .cl-hero-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }

  .cl-hero-right {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 32px;
    min-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  }
  .cl-right-instructor {
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 20px;
  }
  .cl-right-av {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--brand-main);
  }
  .cl-right-instructor-info {
    display: flex;
    flex-direction: column;
  }
  .cl-right-by {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .cl-right-name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-heading);
  }
  .cl-right-stats {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .cl-right-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
  }
  .cl-right-stat i {
    color: var(--brand-main);
    width: 20px;
    text-align: center;
  }
  .cl-hero-right .cl-hero-rating {
    margin-bottom: 0;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  @media (max-width: 992px) {
    .cl-split { display: flex; flex-direction: column-reverse; gap: 32px; }
    .cl-main-wrap { margin-top: -40px; }
    .cl-right { position: relative; top: 0; align-self: stretch; z-index: 1; }
    .cl-left { padding: 32px 24px; }
    .cl-learn-grid { grid-template-columns: 1fr; }
    .cl-hero-dark { padding: 20px 0 100px; }
    .cl-hero-title { font-size: 30px; }
    .cl-hero-cta { width: 100%; justify-content: center; }
    .cl-hero-flex { flex-direction: column; align-items: flex-start; }
    .cl-hero-right { width: 100%; min-width: unset; }
  }

/* === block-4 === */
.cp-modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.6); z-index: 99999; display: none; align-items: center; justify-content: center; padding: 20px; }
.cp-modal-overlay.active { display: flex !important; }
.cp-modal { background: var(--bg-card, #fff); border-radius: 12px; width: 100%; max-width: 520px; max-height: 90vh; display: flex; flex-direction: column; position: relative; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); font-family: var(--font-body); }
.cp-modal-header { padding: 24px; border-bottom: 1px solid var(--border-light); display: flex; justify-content: space-between; align-items: center; }
.cp-modal-title { font-family: var(--font-heading); font-size: 24px; font-weight: 800; color: var(--text-dark); margin: 0; }
.cp-modal-close { background: var(--bg-page); border: 1px solid var(--border-light); width: 36px; height: 36px; border-radius: 50%; font-size: 20px; line-height: 1; cursor: pointer; color: var(--text-muted); display: flex; align-items: center; justify-content: center; }
.cp-modal-body { padding: 24px; overflow-y: auto; }
.cp-form-group { margin-bottom: 20px; }
.cp-form-group label { display: block; font-size: 13px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.cp-form-control { width: 100%; padding: 14px 16px; border: 1px solid var(--border-light); border-radius: 8px; font-family: var(--font-body); font-size: 15px; }
.cp-modal-footer { padding: 24px; border-top: 1px solid var(--border-light); background: #f8fafc; border-radius: 0 0 12px 12px; }
.cp-price-display { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px dashed var(--border-light); padding-bottom: 20px; margin-bottom: 20px; }
.cp-pay-btn { background: #f59e0b; color: #fff; width: 100%; border-radius: 8px; padding: 16px; font-weight: 700; font-size: 17px; border: none; cursor: pointer; }
.cp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* === block-5 === */
.de-modal-overlay *{box-sizing:border-box;margin:0;padding:0}
:root{
  --de-gold:#ffae00;--de-ink:#0D0D0D;--de-white:#FFFFFF;
  --de-surface:#F8F7F4;--de-border:#E2DDD4;--de-muted:#8A8480;
  --de-error:#D94F3D;--de-success:#2A9D5C;
  --de-radius:16px;--de-font:'Montserrat',sans-serif;
}
.de-modal-overlay{
  position:fixed;inset:0;background:rgba(13,13,13,.65);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  display:flex;align-items:center;justify-content:center;
  z-index:999999;opacity:0;visibility:hidden;
  transition:opacity .3s ease,visibility .3s ease;
}
.de-modal-overlay.de-open{opacity:1;visibility:visible}
.de-modal{
  background:var(--de-white);border-radius:var(--de-radius);
  width:min(420px,94vw);overflow:hidden;position:relative;
  transform:translateY(20px) scale(.97);
  transition:transform .35s cubic-bezier(.2,.8,.2,1);
  box-shadow:0 32px 80px rgba(0,0,0,.22),0 2px 8px rgba(0,0,0,.1);
  font-family:var(--de-font);
}
.de-modal-overlay.de-open .de-modal{transform:translateY(0) scale(1)}
.de-modal-topbar{height:5px;background:linear-gradient(90deg,#cc8a00 0%,#ffae00 50%,#cc8a00 100%)}
.de-modal-head{padding:28px 32px 0;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}
.de-modal-logo{height:36px;object-fit:contain}
.de-modal-title{font-size:15px;font-weight:600;color:var(--de-ink);letter-spacing:.01em;margin-top:4px}
.de-modal-sub{font-size:12.5px;color:var(--de-muted);line-height:1.5}
.de-modal-close{
  position:absolute;top:14px;right:14px;width:32px;height:32px;
  border-radius:50%;border:1px solid var(--de-border);background:var(--de-surface);
  cursor:pointer;display:flex;align-items:center;justify-content:center;
  font-size:18px;color:var(--de-muted);transition:background .2s,color .2s;line-height:1;
}
.de-modal-close:hover{background:var(--de-border);color:var(--de-ink)}
.de-modal-body{padding:24px 32px 30px}
.de-step{display:none;animation:deFadeUp .3s ease}
.de-step.de-active{display:block}
@keyframes deFadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.de-label{display:block;font-size:11.5px;font-weight:600;color:var(--de-ink);letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px}
.de-input-wrap{position:relative;margin-bottom:16px}
.de-input{
  width:100%;height:48px;border:1.5px solid var(--de-border);border-radius:10px;
  padding:0 16px;font-family:var(--de-font);font-size:14px;color:var(--de-ink);
  background:var(--de-surface);outline:none;transition:border-color .2s,box-shadow .2s;
}
.de-input:focus{border-color:var(--de-gold);box-shadow:0 0 0 3px rgba(255,174,0,.15)}
.de-input::placeholder{color:#C4BFB8}
.de-otp-group{display:flex;gap:10px;justify-content:center;margin-bottom:18px}
.de-otp-input{
  width:46px;height:54px;border:1.5px solid var(--de-border);border-radius:10px;
  text-align:center;font-size:22px;font-weight:700;color:var(--de-ink);
  background:var(--de-surface);font-family:var(--de-font);outline:none;
  transition:border-color .2s,box-shadow .2s;
}
.de-otp-input:focus{border-color:var(--de-gold);box-shadow:0 0 0 3px rgba(255,174,0,.15)}
.de-otp-input.de-filled{border-color:var(--de-gold);background:#FFF8E6}
.de-btn{
  width:100%;height:48px;border-radius:10px;border:none;
  font-family:var(--de-font);font-size:14px;font-weight:700;letter-spacing:.02em;
  cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;
  transition:transform .15s,box-shadow .15s;
}
.de-btn:active{transform:scale(.98)}
.de-btn-primary{background:linear-gradient(135deg,#ffae00 0%,#ffd05c 100%);color:var(--de-ink);box-shadow:0 4px 16px rgba(255,174,0,.35)}
.de-btn-primary:hover{box-shadow:0 6px 24px rgba(255,174,0,.5);transform:translateY(-1px)}
.de-btn-spinner{width:18px;height:18px;border-radius:50%;border:2.5px solid rgba(13,13,13,.2);border-top-color:var(--de-ink);animation:deSpin .7s linear infinite;display:none}
.de-btn.de-loading .de-btn-text{display:none}
.de-btn.de-loading .de-btn-spinner{display:block}
@keyframes deSpin{to{transform:rotate(360deg)}}
.de-divider{display:flex;align-items:center;gap:12px;margin:18px 0;font-size:11.5px;color:var(--de-muted);text-transform:uppercase;letter-spacing:.06em}
.de-divider::before,.de-divider::after{content:'';flex:1;height:1px;background:var(--de-border)}
.de-social-row{display:flex;flex-direction:column;gap:10px}
.de-social-btn{
  width:100%;height:46px;border-radius:10px;border:1.5px solid var(--de-border);
  background:var(--de-white);font-family:var(--de-font);font-size:13.5px;font-weight:600;
  color:var(--de-ink);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;
  transition:background .2s,border-color .2s,transform .15s;
}
.de-social-btn:hover{background:var(--de-surface);border-color:#C4BFB8}
.de-social-btn:active{transform:scale(.98)}
.de-social-btn svg{width:20px;height:20px;flex-shrink:0}

/* Hidden div for Google's renderButton — we overlay our own styled button */
#deGoogleBtnContainer{display:none}

.de-status{font-size:12.5px;text-align:center;min-height:18px;margin-bottom:12px;transition:all .2s}
.de-status.de-err{color:var(--de-error)}
.de-status.de-ok{color:var(--de-success)}
.de-status.de-info{color:var(--de-muted)}
.de-resend{font-size:12.5px;text-align:center;color:var(--de-muted);margin-top:14px}
.de-resend button{background:none;border:none;color:var(--de-gold);font-weight:700;cursor:pointer;font-family:var(--de-font);font-size:12.5px;padding:0}
.de-resend button:disabled{color:var(--de-muted);cursor:default}
.de-back{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-family:var(--de-font);font-size:12.5px;color:var(--de-muted);margin-bottom:20px;padding:0;transition:color .2s}
.de-back:hover{color:var(--de-ink)}
.de-legal{font-size:11px;color:var(--de-muted);text-align:center;margin-top:20px;line-height:1.6}
.de-legal a{color:var(--de-ink);text-decoration:underline}
.de-success-checkmark-svg {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
}
.checkmark {
  width: 80px;
  height: 80px;
  display: block;
  transform-origin: center;
  animation: scaleCheckmark 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.65s both;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3.5;
  stroke-miterlimit: 10;
  stroke: #2a9d5c;
  fill: none;
  animation: strokeCheckmark 0.5s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__check {
  stroke: #2a9d5c;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: strokeCheckmark 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.4s forwards;
}
@keyframes strokeCheckmark {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scaleCheckmark {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.06, 1.06, 1);
  }
}

