/* ============================================================
   ELEARNING DESIGN SOLUTIONS — MASTER STYLESHEET v4
   Brand: WyzLab Brand Book v1.0 | WyzPro Visual Spec
   Primary: Wyz Master Blue #1C8BF5 | Navy #003D7A | Gold #FFB81C
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --blue:    #1C8BF5;
  --navy:    #003D7A;
  --cyan:    #00B8E6;
  --gold:    #FFB81C;
  --orange:  #FF6B35;
  --lime:    #7FE3BF;
  --emerald: #04A859;
  --white:   #FFFFFF;
  --light:   #F5F7FA;
  --gray:    #E2E8F0;
  --mid:     #8898AA;
  --dark:    #2D3748;
  --text:    #1A202C;
  --font-h:  'Montserrat', sans-serif;
  --font-b:  'Inter', sans-serif;
  --r-sm: 6px; --r-md: 12px; --r-lg: 20px; --r-xl: 32px; --r-pill: 100px;
  --sh-sm: 0 2px 8px rgba(0,0,0,0.08);
  --sh-md: 0 8px 32px rgba(0,0,0,0.12);
  --sh-lg: 0 20px 60px rgba(0,0,0,0.16);
  --ease: cubic-bezier(0.4,0,0.2,1);
  --t-fast: 0.15s var(--ease);
  --t-med: 0.3s var(--ease);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-b); color: var(--text); background: var(--white); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

h1,h2,h3,h4,h5,h6 { font-family: var(--font-h); line-height: 1.15; color: var(--navy); }
h1 { font-size: clamp(2.2rem,5vw,3.5rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem,3.5vw,2.5rem); font-weight: 700; }
h3 { font-size: clamp(1.2rem,2.5vw,1.6rem); font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }
p { font-size: 1rem; line-height: 1.75; color: var(--dark); }
p.lead { font-size: 1.125rem; line-height: 1.8; }

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.container--narrow { max-width: 760px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; }
.section--sm { padding: 3.5rem 0; }
.section--lg { padding: 7rem 0; }

.label {
  display: inline-block;
  font-family: var(--font-h);
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 1rem;
}
.label--gold { color: var(--gold); }
.label--cyan { color: var(--cyan); }
.label--white { color: rgba(255,255,255,0.7); }

.section-head { margin-bottom: 3rem; }
.section-head--center { text-align: center; max-width: 700px; margin: 0 auto 3rem; }
.section-head p { margin-top: 1rem; font-size: 1.0625rem; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-b); font-size: 0.9375rem; font-weight: 600;
  padding: 0.8125rem 1.75rem;
  border-radius: var(--r-pill); border: 2px solid transparent;
  cursor: pointer; transition: all var(--t-med); white-space: nowrap; line-height: 1;
}
.btn--blue { background: var(--blue); color: var(--white); border-color: var(--blue); }
.btn--blue:hover { background: #0a7ae4; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(28,139,245,0.35); }
.btn--gold { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.btn--gold:hover { background: #e6a300; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,184,28,0.4); }
.btn--navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn--navy:hover { background: #002d5c; transform: translateY(-2px); }
.btn--outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--outline:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }
.btn--outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5); }
.btn--outline-white:hover { background: rgba(255,255,255,0.12); border-color: var(--white); transform: translateY(-2px); }
.btn--lg { font-size: 1.0625rem; padding: 1rem 2.25rem; }
.btn--sm { font-size: 0.8125rem; padding: 0.625rem 1.25rem; }
.cta-group { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  transition: all var(--t-med);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; padding: 0 1.5rem; max-width: 1180px; margin: 0 auto;
}
.nav--scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.nav--scrolled .nav__logo-white { display: none !important; }
.nav--scrolled .nav__logo-color { display: block !important; }
.nav--transparent .nav__logo-white { display: block; }
.nav--transparent .nav__logo-color { display: none; }
.nav__logo img { height: 34px; width: auto; }
.nav__menu { display: flex; align-items: center; gap: 0.25rem; }
.nav__link {
  font-size: 0.875rem; font-weight: 500; color: var(--dark);
  padding: 0.5rem 0.75rem; border-radius: var(--r-sm);
  transition: all var(--t-fast); white-space: nowrap;
}
.nav--transparent .nav__link { color: rgba(255,255,255,0.85); }
.nav__link:hover { color: var(--blue); background: rgba(28,139,245,0.08); }
.nav--transparent .nav__link:hover { color: var(--white); background: rgba(255,255,255,0.12); }
.nav__link.active { color: var(--blue); font-weight: 600; }
.nav--transparent .nav__link.active { color: var(--cyan); }
.nav__cta { margin-left: 0.75rem; }

.nav__toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 0.5rem; background: none; border: none; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: all var(--t-med); }
.nav--transparent .nav__toggle span { background: var(--white); }
.nav__mobile {
  display: flex; flex-direction: column;
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: var(--navy); z-index: 999;
  padding: 5rem 2rem 2rem; overflow-y: auto;
  transform: translateX(100%); transition: transform var(--t-med);
}
.nav__mobile.is-open { transform: translateX(0); }
.nav__mobile-link { display: block; font-family: var(--font-h); font-size: 1.125rem; font-weight: 600; color: var(--white); padding: 0.875rem 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.nav__mobile-link:hover { color: var(--cyan); }
.nav__close { position: absolute; top: 1.25rem; right: 1.5rem; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; padding: 0.5rem; }

/* ============================================================
   HERO — Full-screen on ALL pages (index + inner pages)
   ============================================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  padding: 8rem 0 5rem;
}

/* Container sits inside the flex hero — must fill width and center content */
.hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero content block — centered on ALL pages */
.hero__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  width: 100%;
  text-align: center;
}

/* CTA group centered on all heroes */
.hero .cta-group {
  justify-content: center;
  animation: fadeUp 0.6s var(--ease) 0.3s both;
}
/* hero--center is kept for backwards compatibility but centering is now universal */
.hero--center .container { text-align: center; }
.hero--center .hero__content { max-width: 760px; margin: 0 auto; }
.hero--center .cta-group { justify-content: center; }
.hero--center .hero__label { display: inline-flex; }

.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__mesh { position: absolute; inset: 0; animation: meshShift 12s ease-in-out infinite alternate; pointer-events: none; }
.hero__grid { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.055) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; }
@keyframes meshShift { 0% { opacity: 0.8; transform: scale(1); } 100% { opacity: 1; transform: scale(1.04); } }
.hero__label {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(28,139,245,0.15); border: 1px solid rgba(28,139,245,0.35);
  border-radius: var(--r-pill); padding: 0.375rem 1rem;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--cyan); margin-bottom: 1.5rem;
  animation: fadeUp 0.6s var(--ease) both;
}
.hero__label::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--cyan); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.3)} }
.hero h1 { color: var(--white); margin-bottom: 1.5rem; animation: fadeUp 0.6s var(--ease) 0.1s both; }
.hero h1 .accent { color: var(--blue); }
.hero h1 .accent-gold { color: var(--gold); }
.hero__sub { font-size: 1.125rem; line-height: 1.8; color: rgba(255,255,255,0.78); margin-bottom: 2.5rem; animation: fadeUp 0.6s var(--ease) 0.2s both; }
.hero__trust { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.8125rem; color: rgba(255,255,255,0.45); animation: fadeUp 0.6s var(--ease) 0.4s both; }
.hero__scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.3); font-size: 0.7rem; letter-spacing: 0.1em; }
.hero__scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(255,255,255,0.35), transparent); animation: scrollLine 2s ease-in-out infinite; }
@keyframes scrollLine { 0%,100%{transform:scaleY(1);opacity:0.4} 50%{transform:scaleY(0.6);opacity:0.8} }

@keyframes fadeUp { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity:0; transform:translateY(28px); transition: opacity 0.65s var(--ease), transform 0.65s var(--ease); }
.reveal.visible { opacity:1; transform:translateY(0); }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.reveal-d4 { transition-delay: 0.4s; }

/* ============================================================
   CARDS
   ============================================================ */
.card { background: var(--white); border-radius: var(--r-lg); border: 1px solid var(--gray); padding: 2rem; transition: all var(--t-med); }
.card:hover { border-color: var(--blue); box-shadow: var(--sh-md); transform: translateY(-4px); }
.card--dark { background: var(--navy); border-color: transparent; }
.card--dark h3, .card--dark h4 { color: var(--white); }
.card--dark p { color: rgba(255,255,255,0.72); }
.card--featured { border: 2px solid var(--blue); }

/* ============================================================
   GRID
   ============================================================ */
.grid { display: grid; gap: 1.5rem; }
.grid--2 { grid-template-columns: repeat(2,1fr); }
.grid--3 { grid-template-columns: repeat(3,1fr); }
.grid--4 { grid-template-columns: repeat(4,1fr); }
.grid--auto { grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); }

/* ============================================================
   BADGES
   ============================================================ */
.badge { display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 0.25rem 0.75rem; border-radius: var(--r-pill); }
.badge--blue { background: rgba(28,139,245,0.1); color: var(--blue); }
.badge--gold { background: rgba(255,184,28,0.15); color: #a37800; }
.badge--navy { background: rgba(0,61,122,0.1); color: var(--navy); }
.badge--cyan { background: rgba(0,184,230,0.1); color: var(--cyan); }
.badge--emerald { background: rgba(4,168,89,0.1); color: var(--emerald); }

/* ============================================================
   TOOL CARD
   ============================================================ */
.tool-card { background: var(--white); border: 1.5px solid var(--gray); border-radius: var(--r-lg); padding: 1.75rem; transition: all var(--t-med); }
.tool-card:hover { border-color: var(--blue); box-shadow: var(--sh-md); transform: translateY(-3px); }
.tool-card__icon { width: 52px; height: 52px; border-radius: var(--r-md); background: rgba(28,139,245,0.08); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.25rem; }
.tool-card__name { font-family: var(--font-h); font-weight: 700; font-size: 1rem; color: var(--navy); margin-bottom: 0.375rem; }
.tool-card__sub { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--blue); margin-bottom: 0.875rem; }

/* ============================================================
   PROCESS STEPS
   ============================================================ */
.steps { display: flex; flex-direction: column; gap: 2rem; position: relative; padding-left: 3rem; }
.steps::before { content:''; position:absolute; left:1.125rem; top:2rem; bottom:2rem; width:1px; background:linear-gradient(to bottom,var(--blue),transparent); }
.step { position: relative; }
.step__num { position:absolute; left:-3rem; top:0; width:36px; height:36px; border-radius:50%; background:var(--blue); color:var(--white); font-family:var(--font-h); font-size:0.8rem; font-weight:700; display:flex; align-items:center; justify-content:center; }
.step h4 { margin-bottom: 0.375rem; }
.step p { font-size: 0.9rem; }

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-item { border-bottom: 1px solid var(--gray); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 0; cursor: pointer; gap: 1rem; user-select: none; }
.faq-q h4 { font-size: 0.9375rem; color: var(--navy); font-weight: 600; }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; background: rgba(28,139,245,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--blue); font-size: 1.2rem; transition: transform var(--t-fast); }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--blue); color: white; }
.faq-a { display: none; padding: 0 0 1.5rem; }
.faq-item.open .faq-a { display: block; animation: fadeIn 0.25s var(--ease); }
.faq-a p { font-size: 0.9rem; line-height: 1.75; }

/* ============================================================
   PRICING CARDS
   ============================================================ */
.pricing-card { background: var(--white); border: 1.5px solid var(--gray); border-radius: var(--r-lg); padding: 2rem; transition: all var(--t-med); position: relative; }
.pricing-card:hover { box-shadow: var(--sh-md); transform: translateY(-4px); }
.pricing-card.card--featured { border: 2px solid var(--blue); background: var(--navy); }
.pricing-card.card--featured h3,
.pricing-card.card--featured h4,
.pricing-card.card--featured .pricing-card__price { color: var(--white); }
.pricing-card.card--featured li { color: rgba(255,255,255,0.8) !important; }
.pricing-card__badge { position:absolute; top:-12px; left:50%; transform:translateX(-50%); background:var(--blue); color:var(--white); font-size:0.7rem; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; padding:0.25rem 1rem; border-radius:var(--r-pill); white-space:nowrap; }
.pricing-card__tier { font-size:0.7rem; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; color:var(--blue); margin-bottom:0.5rem; }
.pricing-card.card--featured .pricing-card__tier { color: var(--cyan); }
.pricing-card__price { font-family:var(--font-h); font-size:2rem; font-weight:800; color:var(--navy); line-height:1.1; margin:0.5rem 0 0.25rem; }
.pricing-card__sub2 { font-size:0.75rem; color:var(--mid); margin-top:-0.25rem; margin-bottom:1rem; }
.pricing-card__sub { font-size:0.8125rem; color:var(--mid); margin-bottom:1.5rem; }
.pricing-card.card--featured .pricing-card__sub2 { font-size:0.75rem; color:var(--mid); margin-top:-0.25rem; margin-bottom:1rem; }
.pricing-card__sub { color:rgba(255,255,255,0.55); }
.pricing-card__divider { height:1px; background:var(--gray); margin:1.25rem 0; }
.pricing-card.card--featured .pricing-card__divider { background:rgba(255,255,255,0.12); }
.pricing-card ul { display:flex; flex-direction:column; gap:0.625rem; margin-bottom:1.75rem; }
.pricing-card li { display:flex; align-items:flex-start; gap:0.5rem; font-size:0.875rem; color:var(--dark); line-height:1.5; }
.pricing-card li::before { content:'✓'; color:var(--emerald); font-weight:700; flex-shrink:0; }

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group label { font-size: 0.875rem; font-weight: 600; color: var(--navy); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.875rem 1.125rem;
  border: 1.5px solid var(--gray);
  border-radius: var(--r-md);
  font-family: var(--font-b);
  font-size: 0.9375rem;
  color: var(--text);
  background: var(--white);
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
  outline: none;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(28,139,245,0.12);
}
.form-group textarea { resize: vertical; min-height: 140px; }
.form-status { display: none; padding: 1rem 1.25rem; border-radius: var(--r-md); font-size: 0.9rem; font-weight: 500; margin-top: 0.5rem; }
.form-status--success { background: rgba(4,168,89,0.1); border: 1px solid rgba(4,168,89,0.3); color: var(--emerald); display: block; }
.form-status--error { background: rgba(255,107,53,0.1); border: 1px solid rgba(255,107,53,0.3); color: var(--orange); display: block; }
.form-submit { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.btn--loading { opacity: 0.7; pointer-events: none; }

/* ============================================================
   TABLE
   ============================================================ */
.table-wrap { overflow-x:auto; border-radius:var(--r-lg); border:1px solid var(--gray); }
table { width:100%; border-collapse:collapse; font-size:0.9rem; }
thead th { background:var(--navy); color:var(--white); font-family:var(--font-h); font-size:0.775rem; font-weight:600; text-transform:uppercase; letter-spacing:0.06em; padding:1rem 1.25rem; text-align:left; white-space:nowrap; }
tbody td { padding:0.9rem 1.25rem; border-bottom:1px solid var(--gray); color:var(--dark); vertical-align:middle; }
tbody tr:last-child td { border-bottom:none; }
tbody tr:nth-child(even) { background:var(--light); }
tbody tr:hover { background:rgba(28,139,245,0.04); }

/* ============================================================
   HIGHLIGHT BOX
   ============================================================ */
.hbox { border-left:4px solid var(--blue); padding:1.5rem 2rem; background:rgba(28,139,245,0.05); border-radius:0 var(--r-md) var(--r-md) 0; }
.hbox--gold { border-left-color:var(--gold); background:rgba(255,184,28,0.05); }

/* ============================================================
   LEGAL PAGES (Terms, Privacy, Refund)
   ============================================================ */
.legal-content { max-width: 820px; margin: 0 auto; padding: 0 1.5rem; }
.legal-content h2 { font-size: 1.375rem; margin: 2.5rem 0 1rem; padding-top: 2.5rem; border-top: 1px solid var(--gray); }
.legal-content h2:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }
.legal-content h3 { font-size: 1.1rem; margin: 1.75rem 0 0.75rem; color: var(--navy); }
.legal-content p { margin-bottom: 1rem; font-size: 0.9375rem; line-height: 1.8; }
.legal-content ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 1rem; }
.legal-content ul li { font-size: 0.9375rem; line-height: 1.8; color: var(--dark); margin-bottom: 0.375rem; }
.legal-content a { color: var(--blue); text-decoration: underline; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 3rem; }

/* ============================================================
   PAYMENT STATUS PAGES
   ============================================================ */
.payment-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--light); padding: 2rem; }
.payment-card { background: var(--white); border-radius: var(--r-xl); padding: 3.5rem; max-width: 540px; width: 100%; text-align: center; box-shadow: var(--sh-lg); }
.payment-icon { font-size: 4rem; margin-bottom: 1.5rem; display: block; }

/* ============================================================
   BG VARIANTS
   ============================================================ */
.bg-navy { background: var(--navy); }
.bg-blue { background: var(--blue); }
.bg-light { background: var(--light); }
.bg-gradient { background: linear-gradient(135deg,var(--navy) 0%,#002d5c 100%); }
.bg-navy h2, .bg-navy h3, .bg-gradient h2, .bg-gradient h3 { color: var(--white); }
.bg-navy p, .bg-gradient p { color: rgba(255,255,255,0.75); }
.bg-blue h2, .bg-blue h3 { color: var(--white); }
.bg-blue p { color: rgba(255,255,255,0.85); }

/* ============================================================
   UTILITY
   ============================================================ */
.text-center { text-align: center; }
.text-white { color: var(--white) !important; }
.text-blue { color: var(--blue) !important; }
.text-gold { color: var(--gold) !important; }
.text-cyan { color: var(--cyan) !important; }
.w-full { width: 100%; }
.mt-sm { margin-top: 1rem; }
.mt-md { margin-top: 1.5rem; }
.mt-lg { margin-top: 2.5rem; }
.mb-md { margin-bottom: 1.5rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--navy); color: rgba(255,255,255,0.7); padding: 5rem 0 2rem; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 4rem; }
.footer__brand p { font-size: 0.875rem; line-height: 1.75; color: rgba(255,255,255,0.55); margin-top: 1rem; max-width: 280px; }
.footer__logo { height: 30px; }
.footer__col h5 { font-family:var(--font-h); font-size:0.7rem; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; color:rgba(255,255,255,0.35); margin-bottom:1.25rem; }
.footer__links { display:flex; flex-direction:column; gap:0.625rem; }
.footer__links a { font-size:0.875rem; color:rgba(255,255,255,0.65); transition:color var(--t-fast); }
.footer__links a:hover { color: var(--cyan); }
.footer__bottom { border-top:1px solid rgba(255,255,255,0.1); padding-top:2rem; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:1rem; }
.footer__copyright { font-size:0.8125rem; color:rgba(255,255,255,0.35); }
.footer__legal { display:flex; gap:1.25rem; flex-wrap:wrap; }
.footer__legal a { font-size:0.8125rem; color:rgba(255,255,255,0.45); transition:color var(--t-fast); }
.footer__legal a:hover { color: var(--cyan); }
.footer__email a { font-size:0.875rem; color:var(--cyan); }

/* ============================================================
   TABS
   ============================================================ */
.tabs { display: flex; gap: 0; border-bottom: 2px solid var(--gray); margin-bottom: 2.5rem; overflow-x: auto; scrollbar-width: none; }
.tab-btn { font-family:var(--font-b); font-size:0.875rem; font-weight:600; color:var(--mid); padding:0.875rem 1.5rem; border:none; background:none; cursor:pointer; white-space:nowrap; border-bottom:2px solid transparent; margin-bottom:-2px; transition:all var(--t-fast); flex-shrink:0; }
.tab-btn.active, .tab-btn:hover { color:var(--navy); }
.tab-btn.active { border-bottom-color:var(--blue); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fadeIn 0.3s var(--ease); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(2,1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
  .nav__menu, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .nav__mobile { display: flex; }
  .grid--2, .grid--3 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .section { padding: 3.5rem 0; }
  .footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .footer__legal { justify-content: center; }
  .hero__scroll { display: none; }
  .cta-group { flex-direction: column; align-items: flex-start; }
  .hero--center .cta-group { align-items: center; }
}
@media (max-width: 480px) {
  .table-wrap { font-size: 0.8rem; }
  thead th, tbody td { padding: 0.75rem 0.875rem; }
  .payment-card { padding: 2rem 1.5rem; }
}

/* ============================================================
   STICKY MOBILE CTA BAR
   ============================================================ */
.mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 998;
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 0.875rem 1.25rem;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 0.35s var(--ease);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.25);
}
.mobile-cta-bar.is-visible { transform: translateY(0); }
@media (max-width: 768px) {
  .mobile-cta-bar { display: flex; }
  body { padding-bottom: 70px; }
}

/* ============================================================
   AVAILABILITY BADGE
   ============================================================ */
.avail-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(127,227,191,0.15); border: 1px solid rgba(127,227,191,0.4);
  border-radius: var(--r-pill); padding: 0.375rem 1rem;
  font-size: 0.75rem; font-weight: 600; color: var(--lime);
  letter-spacing: 0.06em; margin-bottom: 1rem;
  animation: fadeUp 0.6s var(--ease) 0.05s both;
}
.avail-badge::before {
  content: '';
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--lime);
  animation: pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

/* ============================================================
   TRUST / BADGE ROW
   ============================================================ */
.trust-row {
  display: flex; flex-wrap: wrap; gap: 0.875rem;
  align-items: center; justify-content: center;
  margin-top: 2.5rem; padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  animation: fadeUp 0.6s var(--ease) 0.5s both;
}
.trust-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r-md); padding: 0.5rem 0.875rem;
  font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.8);
}
.trust-badge .tb-icon { font-size: 1rem; }
.trust-badge--gold { border-color: rgba(255,184,28,0.4); color: var(--gold); background: rgba(255,184,28,0.08); }
.trust-badge--green { border-color: rgba(127,227,191,0.4); color: var(--lime); background: rgba(127,227,191,0.08); }

/* ============================================================
   TEAM / ABOUT SECTION
   ============================================================ */
.team-card {
  background: var(--white); border-radius: var(--r-xl);
  border: 1.5px solid var(--gray);
  overflow: hidden; transition: box-shadow var(--t-med);
}
.team-card:hover { box-shadow: var(--sh-lg); }
.team-card__photo {
  width: 96px; height: 96px; border-radius: 50%;
  background: var(--navy); object-fit: cover;
  border: 3px solid var(--blue);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-h); font-size: 2rem; font-weight: 800;
  color: var(--white); flex-shrink: 0;
}
.team-card__badges { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; }
.upwork-badge {
  display: inline-flex; align-items: center; gap: 0.375rem;
  background: #14a800; border-radius: var(--r-sm);
  padding: 0.3rem 0.75rem; font-size: 0.7rem; font-weight: 700;
  color: var(--white); text-transform: uppercase; letter-spacing: 0.06em;
}
.job-success-badge {
  display: inline-flex; align-items: center; gap: 0.375rem;
  background: rgba(20,168,0,0.1); border: 1px solid rgba(20,168,0,0.3);
  border-radius: var(--r-sm); padding: 0.3rem 0.75rem;
  font-size: 0.7rem; font-weight: 700; color: #14a800;
}

/* ============================================================
   PORTFOLIO / SAMPLE IFRAMES
   ============================================================ */
.sample-frame-wrap {
  border-radius: var(--r-lg); overflow: hidden;
  border: 2px solid var(--gray);
  background: var(--light); position: relative;
  aspect-ratio: 16/9;
  transition: border-color var(--t-med), box-shadow var(--t-med);
}
.sample-frame-wrap:hover { border-color: var(--blue); box-shadow: var(--sh-md); }
.sample-frame-wrap iframe {
  width: 100%; height: 100%; border: none; display: block;
}
.sample-frame-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: var(--light); text-align: center; padding: 2rem;
}

/* ============================================================
   LEAD MAGNET / CHECKLIST CTA BANNER
   ============================================================ */
.lead-magnet-bar {
  background: linear-gradient(135deg, rgba(28,139,245,0.08) 0%, rgba(0,184,230,0.06) 100%);
  border: 1.5px solid rgba(28,139,245,0.2);
  border-radius: var(--r-xl); padding: 2rem 2.5rem;
  display: flex; align-items: center; gap: 2rem; flex-wrap: wrap;
  margin-top: 2rem;
}
.lead-magnet-bar__icon { font-size: 2.5rem; flex-shrink: 0; }
.lead-magnet-bar__text { flex: 1; min-width: 200px; }
.lead-magnet-bar__text h4 { margin-bottom: 0.25rem; color: var(--navy); }
.lead-magnet-bar__text p { font-size: 0.875rem; margin: 0; }

/* ============================================================
   FORM NOTICE (pre-submit response expectation)
   ============================================================ */
.form-notice {
  display: flex; align-items: flex-start; gap: 0.75rem;
  background: rgba(28,139,245,0.06); border: 1px solid rgba(28,139,245,0.2);
  border-radius: var(--r-md); padding: 1rem 1.125rem;
  margin-bottom: 1rem; font-size: 0.875rem; color: var(--dark);
}
.form-notice__icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 0.05rem; }

/* ============================================================
   DECISION GUIDE
   ============================================================ */
.decision-card {
  border: 1.5px solid var(--gray); border-radius: var(--r-lg);
  padding: 1.5rem; background: var(--white);
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
  cursor: default;
}
.decision-card:hover { border-color: var(--blue); box-shadow: var(--sh-sm); }
.decision-card__if { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--mid); margin-bottom: 0.5rem; }
.decision-card__scenario { font-size: 0.9375rem; font-weight: 600; color: var(--navy); margin-bottom: 0.75rem; line-height: 1.4; }
.decision-card__rec { font-size: 0.8rem; color: var(--dark); margin-bottom: 0.875rem; line-height: 1.6; }
.decision-card__pill { display: inline-block; background: rgba(28,139,245,0.1); color: var(--blue); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; padding: 0.25rem 0.75rem; border-radius: var(--r-pill); }
.decision-card__pill--gold { background: rgba(255,184,28,0.12); color: #a37800; }
.decision-card__pill--navy { background: rgba(0,61,122,0.1); color: var(--navy); }
