/*
Theme Name: BigLeap Transformations
Theme URI: https://bigleapdx.com
Author: BigLeap Transformations
Author URI: https://bigleapdx.com
Description: Official WordPress theme for BigLeap Transformations - Strategic Performance Partner
Version: 1.0.0
License: Private
Text Domain: bigleap
Tags: business, consulting, transformation, custom-colors, custom-logo
*/

/* ============================================================
   FONTS - Nexa Text (loaded via @font-face in functions.php)
   ============================================================ */

/* ============================================================
   CSS CUSTOM PROPERTIES
   ============================================================ */
:root {
  --tangerine: #f58f05;
  --charleston: #232929;
  --concrete: #717b7c;
  --bone: #F1EFEB;
  --bone-dark: #e3dfd4;
  --al: rgba(245,143,5,.1);
  --white: #ffffff;
  --border: rgba(35,41,41,.1);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nexa Text', 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--charleston);
  background: var(--bone);
  overflow-x: hidden;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6,
.heading-font {
  font-family: 'Nexa Text', 'Outfit', sans-serif;
  font-weight: 800;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
}

a:hover { opacity: 0.85; }

.nav-logo img,
.logo-img,
footer img {
  background: transparent !important;
  border: none;
}

img { max-width: 100%; height: auto; display: block; }

button { cursor: pointer; font-family: inherit; }

/* ============================================================
   UTILITY CLASSES
   ============================================================ */
.section-label {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--tangerine);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.section-label::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--tangerine);
  flex-shrink: 0;
}

.section-heading {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-family: 'Nexa Text', 'Outfit', sans-serif;
  font-weight: 800;
  color: var(--charleston);
  margin-bottom: 12px;
  line-height: 1.15;
}

.section-sub {
  font-size: .97rem;
  color: var(--concrete);
  line-height: 1.75;
  max-width: 520px;
  font-weight: 300;
}

.tangerine-text { color: var(--tangerine); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 6%; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary {
  background: var(--tangerine);
  color: var(--charleston);
  font-family: 'Nexa Text', 'Outfit', sans-serif;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: background .2s;
  text-decoration: none;
}
.btn-primary:hover { background: #ffaa33; opacity: 1; }

.btn-outline {
  background: transparent;
  color: var(--charleston);
  font-family: 'Nexa Text', 'Outfit', sans-serif;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 6px;
  border: 1.5px solid rgba(35,41,41,.3);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
}
.btn-outline:hover { border-color: var(--tangerine); color: var(--tangerine); opacity: 1; }

/* ============================================================
   NAVIGATION
   ============================================================ */
#main-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6%;
  background: var(--bone-dark);
  border-bottom: 1px solid rgba(35,41,41,.1);
  transition: background .3s;
}

.nav-logo img { height: 36px; width: auto; }

.nav-links {
  display: flex;
  gap: 22px;
  list-style: none;
}

.nav-links a {
  font-size: .82rem;
  color: rgba(35,41,41,.65);
}
.nav-links a:hover { color: var(--tangerine); opacity: 1; }

.nav-cta { padding: 9px 18px; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.hamburger span {
  width: 22px; height: 2px;
  background: var(--charleston);
  display: block;
  border-radius: 2px;
  transition: all .3s;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 64px; left: 0; right: 0;
  z-index: 999;
  background: var(--bone-dark);
  flex-direction: column;
  padding: 16px 6%;
  border-bottom: 1px solid rgba(35,41,41,.1);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  color: rgba(35,41,41,.75);
  font-size: .9rem;
  padding: 10px 0;
  border-bottom: 1px solid rgba(35,41,41,.08);
}

/* ============================================================
   HERO SECTION
   ============================================================ */
#hero {
  min-height: 100vh;
  background: var(--bone-dark);
  display: flex;
  align-items: center;
  padding: 90px 6% 56px;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(35,41,41,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35,41,41,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  top: -200px; right: -100px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(245,143,5,.15), transparent 70%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--tangerine);
  margin-bottom: 22px;
  padding: 6px 13px;
  border: 1px solid rgba(245,143,5,.4);
  border-radius: 100px;
  background: rgba(245,143,5,.08);
}

.badge-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--tangerine);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .4; }
}

.hero-heading {
  font-size: clamp(2.2rem, 5vw, 4rem);
  color: var(--charleston);
  font-weight: 800;
  margin-bottom: 22px;
  line-height: 1.15;
}

.hero-sub {
  font-size: clamp(.9rem, 1.4vw, 1.05rem);
  color: rgba(35,41,41,.6);
  line-height: 1.75;
  max-width: 540px;
  margin-bottom: 36px;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ============================================================
   PROBLEMS SECTION
   ============================================================ */
#problems {
  background: var(--bone-dark);
  padding: 80px 6%;
}

.problems-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 44px;
}

.problem-card {
  background: var(--white);
  border-radius: 12px;
  padding: 24px 20px;
  border: 1px solid rgba(35,41,41,.07);
  position: relative;
  overflow: hidden;
}
.problem-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--tangerine);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}
.problem-card:hover::before { transform: scaleX(1); }

.problem-icon {
  width: 38px; height: 38px;
  background: var(--al);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.problem-icon svg { width: 17px; height: 17px; stroke: var(--tangerine); }

.problem-title {
  font-size: .93rem;
  font-weight: 800;
  margin-bottom: 7px;
  font-family: 'Nexa Text', 'Outfit', sans-serif;
}

.problem-desc {
  font-size: .82rem;
  color: var(--concrete);
  line-height: 1.6;
}

/* ============================================================
   ABOUT SECTION
   ============================================================ */
#about {
  background: var(--bone-dark);
  padding: 80px 6%;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: start;
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(35,41,41,.08);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 28px;
}

.metric-cell {
  background: var(--white);
  padding: 18px 14px;
  text-align: center;
}

.metric-value {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: 'Nexa Text', 'Outfit', sans-serif;
}

.metric-label {
  font-size: .72rem;
  color: var(--concrete);
  margin-top: 2px;
}

.about-right p {
  font-size: .95rem;
  color: var(--concrete);
  line-height: 1.75;
  margin-bottom: 14px;
  font-weight: 300;
}

.about-right strong { color: var(--charleston); font-weight: 500; }

.about-quote {
  background: var(--charleston);
  border-radius: 10px;
  padding: 22px 24px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.about-quote::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--tangerine);
}

.about-quote p {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--bone-dark);
  line-height: 1.4;
  font-family: 'Nexa Text', 'Outfit', sans-serif;
  margin: 0;
}

/* ============================================================
   WHO WE SERVE SECTION
   ============================================================ */
#serve {
  background: var(--bone-dark);
  padding: 80px 6%;
}

.serve-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 44px;
}

.serve-card {
  background: var(--white);
  border-radius: 12px;
  padding: 24px 20px;
  border: 1px solid rgba(35,41,41,.07);
  cursor: pointer;
  transition: all .3s;
}
.serve-card:hover {
  border-color: var(--tangerine);
  transform: translateY(-4px);
  opacity: 1;
}

.serve-icon {
  font-size: 1.3rem;
  width: 44px; height: 44px;
  background: var(--al);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.serve-title {
  font-size: .96rem;
  font-weight: 800;
  margin-bottom: 11px;
  font-family: 'Nexa Text', 'Outfit', sans-serif;
}

.serve-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.serve-list li {
  font-size: .79rem;
  color: var(--concrete);
  display: flex;
  gap: 7px;
}
.serve-list li::before {
  content: '→';
  color: var(--tangerine);
  flex-shrink: 0;
}

.card-btn {
  margin-top: 16px;
  padding: 10px 16px;
  background: var(--tangerine);
  color: var(--charleston);
  border: none;
  border-radius: 6px;
  font-family: 'Nexa Text', 'Outfit', sans-serif;
  font-weight: 800;
  font-size: .75rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.card-btn:hover { background: #ffaa33; }

/* ============================================================
   APPROACH SECTION
   ============================================================ */
#approach {
  background: var(--bone-dark);
  padding: 80px 6%;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 44px;
}

.approach-step {
  background: var(--white);
  padding: 30px 22px;
  position: relative;
  border: 1px solid rgba(35,41,41,.08);
  border-radius: 4px;
}

.approach-step::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--tangerine);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}

.approach-step:hover::before { transform: scaleX(1); }

.step-number {
  font-size: 2.8rem;
  font-weight: 800;
  color: rgba(245,143,5,.25);
  line-height: 1;
  margin-bottom: 12px;
  font-family: 'Nexa Text', 'Outfit', sans-serif;
}

.step-title {
  font-size: .96rem;
  font-weight: 800;
  color: var(--charleston);
  margin-bottom: 9px;
  font-family: 'Nexa Text', 'Outfit', sans-serif;
}

.step-desc {
  font-size: .81rem;
  color: var(--concrete);
  line-height: 1.65;
  font-weight: 300;
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
#contact {
  background: var(--bone-dark);
  padding: 80px 6%;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 56px;
  align-items: start;
}

.contact-left h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  margin-bottom: 14px;
}

.contact-left p {
  font-size: .92rem;
  color: var(--concrete);
  line-height: 1.7;
  margin-bottom: 22px;
  font-weight: 300;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.contact-icon {
  width: 34px; height: 34px;
  background: var(--charleston);
  border-radius: 7px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-icon svg { width: 15px; height: 15px; stroke: var(--tangerine); }

.contact-icon-text strong {
  display: block;
  font-size: .69rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--concrete);
}

.contact-form-wrap {
  background: var(--white);
  border-radius: 13px;
  padding: 34px 30px;
  border: 1px solid rgba(35,41,41,.06);
  box-shadow: 0 6px 24px rgba(35,41,41,.06);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}

.form-group label {
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form-group input,
.form-group textarea,
.form-group select {
  padding: 11px 13px;
  border: 1.5px solid rgba(35,41,41,.12);
  border-radius: 7px;
  font-family: 'Nexa Text', 'DM Sans', sans-serif;
  font-size: .9rem;
  color: var(--charleston);
  outline: none;
  resize: none;
  transition: border-color .2s;
  background: var(--white);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--tangerine);
  box-shadow: 0 0 0 3px var(--al);
}

.form-submit {
  width: 100%;
  background: var(--charleston);
  color: var(--bone-dark);
  border: none;
  cursor: pointer;
  font-family: 'Nexa Text', 'Outfit', sans-serif;
  font-weight: 800;
  font-size: .79rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 13px 22px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: background .2s;
}
.form-submit:hover { background: var(--tangerine); color: var(--charleston); }

.form-note {
  text-align: center;
  font-size: .7rem;
  color: var(--concrete);
  margin-top: 9px;
}

.form-message {
  display: none;
  text-align: center;
  padding: 12px;
  border-radius: 7px;
  font-size: .87rem;
  margin-top: 10px;
}
.form-message.success {
  display: block;
  background: rgba(15,110,86,.08);
  border: 1px solid rgba(15,110,86,.25);
  color: #0F6E56;
}
.form-message.error {
  display: block;
  background: rgba(163,45,45,.08);
  border: 1px solid rgba(163,45,45,.2);
  color: #A32D2D;
}

/* ============================================================
   INDUSTRY DETAIL PAGES
   ============================================================ */
.detail-hero {
  min-height: 60vh;
  background: linear-gradient(135deg, #232929 0%, #1b2020 100%);
  display: flex;
  align-items: center;
  padding: 120px 6% 80px;
  position: relative;
  overflow: hidden;
  margin-top: 64px;
}

.detail-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(245,143,5,.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(245,143,5,.08) 0%, transparent 50%);
  pointer-events: none;
}

.detail-header {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.detail-breadcrumb {
  font-size: .75rem;
  color: rgba(255,255,255,.5);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.detail-breadcrumb a { color: var(--tangerine); }

.detail-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}

.detail-intro {
  font-size: 1.1rem;
  color: rgba(255,255,255,.7);
  line-height: 1.8;
  max-width: 650px;
}

.back-btn {
  background: none;
  border: none;
  color: var(--tangerine);
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  padding: 7px 16px;
  border-radius: 7px;
  transition: all .2s;
}
.back-btn:hover { text-decoration: underline; opacity: 1; }

.usecases-section { padding: 80px 6%; }

.usecases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

.usecase-card {
  background: var(--white);
  border-radius: 14px;
  padding: 32px;
  border: 1px solid rgba(35,41,41,.08);
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.usecase-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--tangerine);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s;
}

.usecase-card:hover {
  box-shadow: 0 12px 40px rgba(35,41,41,.12);
  transform: translateY(-6px);
  opacity: 1;
}
.usecase-card:hover::before { transform: scaleX(1); }

.usecase-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  background: var(--al);
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--tangerine);
  margin-bottom: 16px;
  font-family: 'Nexa Text', 'Outfit', sans-serif;
}

.usecase-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--charleston);
  margin-bottom: 12px;
  font-family: 'Nexa Text', 'Outfit', sans-serif;
}

.usecase-challenge {
  font-size: .85rem;
  color: var(--concrete);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 8px;
}

.usecase-desc {
  font-size: .95rem;
  color: var(--concrete);
  line-height: 1.8;
  margin-bottom: 20px;
}

.usecase-impact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(35,41,41,.08);
}

.impact-label {
  font-size: .7rem;
  color: var(--concrete);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 800;
}

.impact-value {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--tangerine);
  margin-top: 4px;
  font-family: 'Nexa Text', 'Outfit', sans-serif;
}

/* ============================================================
   ASSESSMENT PAGE
   ============================================================ */
.assessment-page {
  background: #f5f5f5;
  min-height: 100vh;
  font-family: 'Nexa Text', 'DM Sans', sans-serif;
}

.assessment-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  background: var(--bone-dark);
  height: 68px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(35,41,41,.1);
  box-shadow: 0 2px 8px rgba(35,41,41,.08);
  z-index: 200;
}

.assessment-header .logo-img { height: 36px; width: auto; }
.assessment-header .header-tag {
  font-size: .65rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(35,41,41,.45);
}

.asmnt-wrap {
  min-height: 100vh;
  background: #eeebe2;
  padding-top: 68px;
}

.asmnt-container {
  max-width: 740px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

/* Assessment screens */
.screen { display: none; animation: asFadeIn .35s ease; }
.screen.active { display: block; }

@keyframes asFadeIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.eyebrow {
  display: inline-block;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--tangerine);
  margin-bottom: 10px;
}

.asmnt-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin: 2rem 0;
}

.asmnt-stat {
  background: var(--charleston);
  color: #fff;
  padding: 24px 20px;
  text-align: center;
}

.asmnt-stat .n {
  font-family: 'Nexa Text', 'Outfit', sans-serif;
  font-size: 2rem;
  color: var(--tangerine);
  line-height: 1;
}

.asmnt-stat .l {
  font-size: .73rem;
  color: rgba(255,255,255,.45);
  margin-top: 5px;
}

.asmnt-dims {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 1.5rem 0 2rem;
}

.asmnt-dim-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: var(--white);
  border: 1px solid #dbd6cb;
  border-radius: 6px;
}

.asmnt-dim-pill .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.co-fields { display: grid; gap: 10px; margin: 1.5rem 0 2rem; }
.co-fields input,
.co-fields select {
  width: 100%;
  padding: 11px 14px;
  border-radius: 6px;
  border: 1.5px solid #c4bfb7;
  background: var(--white);
  color: var(--charleston);
  font-size: .875rem;
  font-family: 'Nexa Text', 'DM Sans', sans-serif;
  outline: none;
  transition: border-color .15s;
}
.co-fields input:focus,
.co-fields select:focus { border-color: var(--tangerine); }

.asmnt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: .875rem;
  font-weight: 800;
  cursor: pointer;
  border: 1.5px solid transparent;
  font-family: 'Nexa Text', 'DM Sans', sans-serif;
  transition: all .22s ease;
  text-decoration: none;
}

.asmnt-btn-primary { background: var(--charleston); color: #fff; border-color: var(--charleston); }
.asmnt-btn-primary:hover { background: #2e3636; opacity: 1; }
.asmnt-btn-gold { background: var(--tangerine); color: var(--charleston); border-color: var(--tangerine); }
.asmnt-btn-gold:hover { background: #d97b04; }
.asmnt-btn-ghost { background: transparent; color: var(--concrete); border-color: rgba(35,41,41,.2); }
.asmnt-btn-ghost:hover { border-color: var(--charleston); color: var(--charleston); opacity: 1; }
.asmnt-btn-sm { padding: 9px 18px; font-size: .8rem; }
.asmnt-btn-full { width: 100%; justify-content: center; }

.prog-wrap { margin-bottom: 2rem; }
.prog-meta {
  display: flex;
  justify-content: space-between;
  font-size: .73rem;
  color: #9b9b9b;
  margin-bottom: 6px;
}
.prog-track { background: #dbd6cb; border-radius: 99px; height: 4px; overflow: hidden; }
.prog-fill { height: 4px; border-radius: 99px; background: var(--tangerine); transition: width .4s ease; }

.dim-hdr {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #dbd6cb;
}

.dim-icon-el {
  width: 44px; height: 44px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dim-icon-el svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.5; fill: none; }

.q-block { margin-bottom: 1.75rem; }
.q-label { font-size: .82rem; font-weight: 500; color: #3a3a3a; margin-bottom: 10px; line-height: 1.5; }

.opts { display: grid; gap: 6px; }
.opt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 14px;
  border: 1.5px solid #dbd6cb;
  border-radius: 6px;
  cursor: pointer;
  font-size: .82rem;
  color: #3a3a3a;
  transition: all .12s;
  background: var(--white);
}
.opt:hover { border-color: var(--tangerine); background: rgba(245,143,5,.05); }
.opt.selected { border-color: var(--charleston); background: rgba(35,41,41,.05); }
.opt input[type=radio] { margin-top: 2px; flex-shrink: 0; accent-color: var(--charleston); }

.q-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #dbd6cb;
}

.lead-card {
  background: var(--white);
  border: 1px solid #dbd6cb;
  border-radius: 14px;
  padding: 40px 36px;
  margin: 2rem 0;
}

.lead-icon-wrap {
  width: 52px; height: 52px;
  background: #e1f5ee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.lead-icon-wrap svg { width: 24px; height: 24px; stroke: #0F6E56; stroke-width: 1.5; fill: none; }

.lead-fields { display: grid; gap: 10px; margin: 1.5rem 0; }
.lead-fields input,
.lead-fields select {
  width: 100%;
  padding: 11px 14px;
  border-radius: 6px;
  border: 1.5px solid #c4bfb7;
  background: var(--white);
  color: var(--charleston);
  font-size: .875rem;
  font-family: 'Nexa Text', 'DM Sans', sans-serif;
  outline: none;
  transition: border-color .15s;
}
.lead-fields input:focus,
.lead-fields select:focus { border-color: var(--tangerine); }
.lead-fields .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: .74rem;
  color: var(--concrete);
  margin-top: 8px;
  line-height: 1.5;
}
.consent input { margin-top: 2px; accent-color: var(--charleston); }

.skip-link {
  display: block;
  text-align: center;
  font-size: .74rem;
  color: #9b9b9b;
  margin-top: 12px;
  cursor: pointer;
  text-decoration: underline;
}

.email-status { font-size: .74rem; text-align: center; margin-top: 10px; min-height: 18px; color: #9b9b9b; }
.email-status.sending { color: #185FA5; }
.email-status.sent { color: #0F6E56; }
.email-status.error { color: #A32D2D; }

.score-preview {
  background: var(--charleston);
  border-radius: 6px;
  padding: 20px 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.score-preview-num {
  font-family: 'Nexa Text', 'Outfit', sans-serif;
  font-size: 3rem;
  color: var(--tangerine);
  line-height: 1;
  flex-shrink: 0;
  font-weight: 800;
}
.score-preview-text h3 { color: #fff; font-size: .95rem; margin-bottom: 4px; }
.score-preview-text p { color: rgba(255,255,255,.55); font-size: .82rem; line-height: 1.5; margin: 0; }

/* Report styles */
.rpt-header {
  background: var(--charleston);
  border-radius: 14px;
  padding: 32px 36px;
  margin-bottom: 2rem;
  color: #fff;
  border-left: 5px solid var(--tangerine);
}
.rpt-header h2 { color: #fff; font-size: 1.6rem; font-weight: 800; margin-bottom: 6px; }
.rpt-header .meta { font-size: .78rem; color: rgba(255,255,255,.38); }

.score-sec {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid #dbd6cb;
  margin-bottom: 2rem;
}

.ring-wrap { position: relative; flex-shrink: 0; }
.ring-wrap svg { width: 110px; height: 110px; }
.ring-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ring-center .big {
  font-family: 'Nexa Text', 'Outfit', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #1a1e1e;
  font-weight: 800;
}
.ring-center .lbl { font-size: .68rem; color: #9b9b9b; margin-top: 2px; }

.sum-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 2rem; }
.sum-card { background: var(--white); border: 1px solid #dbd6cb; border-radius: 6px; padding: 16px; text-align: center; }
.sum-card .sv { font-family: 'Nexa Text', 'Outfit', sans-serif; font-size: 1.8rem; font-weight: 800; }
.sum-card .sl { font-size: .68rem; color: #9b9b9b; margin-top: 3px; letter-spacing: .3px; text-transform: uppercase; }

.rec-card {
  background: var(--white);
  border: 1px solid #dbd6cb;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 10px;
}
.rec-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.rec-pri { font-size: .68rem; font-weight: 800; padding: 3px 10px; border-radius: 99px; }
.rec-dim { font-size: .875rem; font-weight: 800; color: #1a1e1e; }
.rec-pct { font-size: .82rem; color: #9b9b9b; margin-left: auto; }
.rec-body { font-size: .82rem; color: #3a3a3a; line-height: 1.7; }
.rec-body ul { list-style: none; padding: 0; }
.rec-body ul li { padding: 3px 0; }
.rec-body ul li::before { content: '→'; margin-right: 8px; color: var(--tangerine); }
.tier-badge { display: inline-block; padding: 4px 12px; border-radius: 99px; font-size: .72rem; font-weight: 800; margin-bottom: 8px; }

.rpt-cta {
  background: var(--tangerine);
  border-radius: 14px;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.rpt-cta h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 6px; color: var(--charleston); }
.rpt-cta p { font-size: .82rem; color: rgba(35,41,41,.65); line-height: 1.5; max-width: 340px; margin: 0; }
.rpt-footer-row { display: flex; gap: 12px; align-items: center; justify-content: center; padding-top: 1rem; border-top: 1px solid #dbd6cb; flex-wrap: wrap; }

@media print {
  .rpt-header, .rpt-cta { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .asmnt-btn, .rpt-footer-row { display: none; }
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--charleston);
  padding: 46px 6% 22px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 34px;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-tagline {
  font-size: .76rem;
  color: rgba(255,255,255,.3);
  margin-top: 6px;
  line-height: 1.5;
  max-width: 180px;
}

.footer-links { display: flex; gap: 38px; flex-wrap: wrap; }

.footer-col h5 {
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.26);
  margin-bottom: 10px;
  font-family: 'Nexa Text', 'Outfit', sans-serif;
}

.footer-col a {
  display: block;
  font-size: .8rem;
  color: rgba(255,255,255,.48);
  margin-bottom: 7px;
}
.footer-col a:hover { color: var(--tangerine); opacity: 1; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom span { font-size: .72rem; color: rgba(255,255,255,.24); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .problems-grid,
  .approach-grid { grid-template-columns: repeat(2, 1fr); }
  .serve-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .usecases-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  #main-nav { padding: 0 4%; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  section { padding: 56px 4%; }
  .problems-grid, .approach-grid { grid-template-columns: 1fr; }
  .serve-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-form-wrap { padding: 22px 16px; }
  .form-row { grid-template-columns: 1fr; }
  .detail-hero { min-height: 40vh; padding: 100px 4% 60px; }
  .usecases-grid { grid-template-columns: 1fr; }
  .asmnt-stats { grid-template-columns: 1fr; }
  .asmnt-dims { grid-template-columns: 1fr; }
  .lead-fields .frow { grid-template-columns: 1fr; }
  .sum-grid { grid-template-columns: 1fr; }
  .rpt-cta { flex-direction: column; }
  .score-sec { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; width: fit-content; }
  .about-metrics { grid-template-columns: 1fr; }
  .serve-grid { grid-template-columns: 1fr; }
}
