/* Tusten Group — Shared Stylesheet */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #0f0452;
  --navy-mid: #131050;
  --navy-card: #1e1870;
  --orange: #f5a01e;
  --orange-dark: #d98a10;
  --white: #ffffff;
  --gray: #c8c8d8;
  --muted: #9898b8;
}

body { font-family: 'Segoe UI', Arial, sans-serif; background: var(--navy); color: var(--white); line-height: 1.6; }

/* NAV */
nav { background: var(--navy); padding: 0 48px; display: flex; align-items: center; justify-content: space-between; height: 64px; border-bottom: 1px solid rgba(255,255,255,0.1); position: sticky; top: 0; z-index: 100; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-circle { width: 36px; height: 36px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; color: var(--navy); flex-shrink: 0; }
.logo-text { font-size: 17px; font-weight: 700; color: var(--white); }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links a { color: var(--gray); text-decoration: none; font-size: 13px; font-weight: 500; transition: color 0.15s; }
.nav-links a:hover, .nav-links a.active { color: var(--orange); }
.nav-links a.nav-cta { background: var(--orange); color: var(--navy); padding: 8px 18px; border-radius: 6px; font-weight: 700; }
.nav-links a.nav-cta:hover { background: var(--orange-dark); color: var(--navy); }

/* BUTTONS */
.btn, button.btn { display: inline-block; background: var(--orange) !important; color: var(--navy) !important; padding: 11px 28px; border-radius: 50px; font-weight: 800; font-size: 14px; text-decoration: none; border: none !important; cursor: pointer; transition: background 0.15s, transform 0.1s; -webkit-appearance: none; appearance: none; }
.btn:hover, button.btn:hover { background: var(--orange-dark) !important; color: var(--navy) !important; transform: translateY(-1px); }
.btn-sm { padding: 7px 18px !important; font-size: 12px !important; }
.btn-full { width: 100%; text-align: center; display: block; padding: 13px 28px !important; font-size: 15px !important; }

/* SECTIONS */
section { padding: 60px 48px; }
.inner { max-width: 1040px; margin: 0 auto; }
.section-alt { background: var(--navy-mid); }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }
.section-title { font-size: clamp(22px, 3vw, 30px); font-weight: 800; margin-bottom: 10px; color: var(--white); }
.section-sub { font-size: 14px; color: var(--gray); max-width: 500px; margin-bottom: 36px; }

/* HERO */
.hero { background: #080230; padding: 80px 48px; text-align: center; }
.hero h1 { font-size: clamp(28px, 4vw, 48px); font-weight: 800; line-height: 1.15; margin-bottom: 16px; color: var(--white); }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero p { font-size: 16px; color: var(--gray); max-width: 540px; margin: 0 auto 32px; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* PAGE HERO */
.page-hero { background: #070220; padding: 64px 48px 56px; text-align: center; }
.page-hero h1 { font-size: clamp(26px, 3.5vw, 42px); font-weight: 800; line-height: 1.15; margin-bottom: 14px; color: var(--white); }
.page-hero h1 span { color: var(--orange); }
.page-hero p { font-size: 15px; color: var(--gray); max-width: 500px; margin: 0 auto 28px; }
.breadcrumb { font-size: 12px; color: var(--muted); margin-bottom: 14px; }
.breadcrumb a { color: var(--orange); text-decoration: none; }

/* STATS BAR */
.stats-bar { background: var(--navy-card); border-top: 1px solid rgba(245,160,30,0.2); border-bottom: 1px solid rgba(245,160,30,0.2); padding: 20px 48px; display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.stat { text-align: center; }
.stat-num { font-size: 24px; font-weight: 800; color: var(--orange); }
.stat-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }

/* SERVICE CARDS */
.cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 12px; }
.service-card { background: var(--navy-card); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 28px; transition: border-color 0.15s; }
.service-card:hover { border-color: rgba(245,160,30,0.4); }
.card-icon { width: 40px; height: 40px; background: rgba(245,160,30,0.15); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--orange); font-size: 20px; }
.service-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: var(--white); }
.service-card p { color: var(--gray); font-size: 13px; line-height: 1.6; margin-bottom: 14px; }
.service-card ul { color: var(--gray); font-size: 13px; padding-left: 16px; margin-bottom: 18px; line-height: 1.9; }
.badge { display: inline-block; background: rgba(245,160,30,0.15); border: 1px solid rgba(245,160,30,0.35); color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; margin-bottom: 12px; }

/* VALUE PROPS */
.props-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px; }
.prop-card { background: var(--navy-card); border: 1px solid rgba(255,255,255,0.07); border-radius: 10px; padding: 22px 16px; text-align: center; }
.prop-icon { font-size: 26px; color: var(--orange); margin-bottom: 10px; }
.prop-card h4 { font-size: 13px; font-weight: 700; margin-bottom: 6px; color: var(--orange); }
.prop-card p { font-size: 12px; color: var(--gray); line-height: 1.5; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 240px 1fr; gap: 40px; align-items: start; }
.about-photo { border-radius: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); }
.about-photo img { width: 100%; display: block; }
.name-tag { font-size: 11px; font-weight: 700; color: var(--orange); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }
.about-text h2 { font-size: 22px; font-weight: 800; margin-bottom: 14px; color: var(--white); }
.about-text p { color: var(--gray); font-size: 14px; line-height: 1.75; margin-bottom: 12px; }

/* FAQ */
.faq-list { max-width: 660px; margin: 28px auto 0; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.1); padding: 18px 0; }
.faq-q { font-size: 14px; font-weight: 700; margin-bottom: 7px; color: var(--white); }
.faq-a { font-size: 13px; color: var(--gray); line-height: 1.6; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.contact-info h2 { font-size: 22px; font-weight: 800; margin-bottom: 12px; color: var(--white); }
.contact-info p { color: var(--gray); font-size: 14px; line-height: 1.6; margin-bottom: 8px; }
.contact-detail { font-size: 13px; color: var(--gray); margin-top: 14px; display: flex; align-items: center; gap: 8px; }
.contact-detail a { color: var(--orange); text-decoration: none; }
form { display: flex; flex-direction: column; gap: 10px; }
form input, form textarea, form select { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); border-radius: 6px; padding: 10px 14px; color: var(--white); font-size: 13px; font-family: inherit; outline: none; width: 100%; transition: border-color 0.15s; }
form input::placeholder, form textarea::placeholder { color: var(--muted); }
form input:focus, form select:focus, form textarea:focus { border-color: var(--orange); }
form textarea { min-height: 80px; resize: vertical; }
form select option { background: var(--navy); color: var(--white); }

/* CRITERIA */
.criteria-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.criteria-card { background: var(--navy-card); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 22px 24px; display: flex; align-items: flex-start; gap: 14px; transition: border-color 0.15s; }
.criteria-card:hover { border-color: rgba(245,160,30,0.35); }
.criteria-num { min-width: 34px; height: 34px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 12px; color: var(--navy); flex-shrink: 0; }
.criteria-content h4 { font-size: 13px; font-weight: 700; margin-bottom: 5px; color: var(--white); }
.criteria-content p { font-size: 12px; color: var(--gray); line-height: 1.5; }

/* STEPS */
.steps { display: flex; position: relative; margin-top: 36px; }
.steps::before { content: ''; position: absolute; top: 22px; left: calc(12.5% + 18px); right: calc(12.5% + 18px); height: 1px; background: rgba(245,160,30,0.2); z-index: 0; }
.step { flex: 1; text-align: center; padding: 0 12px; position: relative; z-index: 1; }
.step-num { width: 44px; height: 44px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; color: var(--navy); margin: 0 auto 12px; border: 3px solid var(--navy-mid); }
.step h4 { font-size: 13px; font-weight: 700; margin-bottom: 6px; color: var(--white); }
.step p { font-size: 12px; color: var(--muted); line-height: 1.5; }

/* CTA STRIP */
.cta-strip { background: rgba(245,160,30,0.07); border-top: 1px solid rgba(245,160,30,0.2); border-bottom: 1px solid rgba(245,160,30,0.2); padding: 52px 48px; text-align: center; }
.cta-strip h2 { font-size: 26px; font-weight: 800; margin-bottom: 10px; color: var(--white); }
.cta-strip p { color: var(--gray); font-size: 14px; margin-bottom: 26px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* APPLY FORM */
.apply-form { max-width: 640px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label { font-size: 12px; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 0.5px; }
.form-group input, .form-group select, .form-group textarea { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); border-radius: 5px; padding: 10px 13px; color: var(--white); font-size: 13px; font-family: inherit; outline: none; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--muted); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--orange); }
.form-group select option { background: var(--navy); color: var(--white); }
.form-group textarea { min-height: 80px; resize: vertical; }
.form-section-title { font-size: 12px; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 1px; margin: 18px 0 10px; padding-bottom: 6px; border-bottom: 1px solid rgba(245,160,30,0.25); }
.check-row { display: flex; flex-direction: column; gap: 8px; }
.check-row label { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--gray); cursor: pointer; }
.check-row input[type=checkbox] { accent-color: var(--orange); width: 15px; height: 15px; }
.form-notice { font-size: 11px; color: var(--muted); text-align: center; margin-top: 8px; }
.required-note { font-size: 11px; color: var(--muted); margin-left: 4px; font-weight: 400; text-transform: none; letter-spacing: 0; }

/* FOOTER */
footer { background: #060118; padding: 36px 48px 20px; border-top: 1px solid rgba(255,255,255,0.07); }
.footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; margin-bottom: 24px; }
.footer-brand p { color: var(--muted); font-size: 12px; margin-top: 10px; max-width: 220px; }
.footer-links h4 { font-size: 11px; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.footer-links a { display: block; color: var(--muted); text-decoration: none; font-size: 12px; margin-bottom: 6px; transition: color 0.15s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 14px; font-size: 11px; color: var(--muted); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-bottom a { color: var(--muted); text-decoration: none; }
.footer-bottom a:hover { color: var(--orange); }

/* PRIVACY */
.prose { max-width: 700px; margin: 0 auto; }
.prose h2 { font-size: 20px; font-weight: 800; margin: 32px 0 10px; color: var(--white); }
.prose h3 { font-size: 15px; font-weight: 700; margin: 18px 0 8px; color: var(--orange); }
.prose p { font-size: 14px; color: var(--gray); line-height: 1.75; margin-bottom: 10px; }
.prose ul { font-size: 14px; color: var(--gray); line-height: 1.75; padding-left: 20px; margin-bottom: 10px; }
.prose a { color: var(--orange); }

/* DISCLAIMER */
.disclaimer { background: #060118; padding: 14px 48px; text-align: center; font-size: 10px; color: var(--muted); line-height: 1.6; }

/* RESPONSIVE */
@media (max-width: 800px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  section { padding: 48px 20px; }
  .hero, .page-hero { padding: 60px 20px; }
  .cards-grid, .contact-grid, .about-grid, .criteria-grid { grid-template-columns: 1fr; }
  .props-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .steps { flex-direction: column; gap: 20px; }
  .steps::before { display: none; }
  .footer-top { flex-direction: column; }
  footer { padding: 28px 20px 16px; }
  .stats-bar { gap: 24px; padding: 20px; }
}
