/* ---------------------------------------------------------------
   The Tactical Empire - design tokens
   Brand spec (CLAUDE.md + Vercel funnel pages): bg #121212, red #C8102E
   The previous YOOtheme build drifted to #c0272d / #080808; normalised here
   so the main site and the funnel pages read as one system.
   --------------------------------------------------------------- */
:root{
  --te-bg:#121212;
  --te-bg-deep:#0d0d0d;
  --te-surface:#161616;
  --te-red:#C8102E;
  --te-red-bright:#e03338;
  --te-ink:#e8e4dc;
  --te-white:#fff;
  --te-muted:rgba(232,228,220,.55);
  --te-line:rgba(232,228,220,.14);
  --te-display:'Oswald',Impact,sans-serif;
  --te-body:'DM Sans',system-ui,-apple-system,sans-serif;
  --te-serif:'Source Serif 4',Georgia,serif;
  --te-maxw:1200px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--te-bg);color:var(--te-ink);
  font-family:var(--te-body);font-weight:300;line-height:1.6;
  overflow-x:hidden;max-width:100%}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
:focus-visible{outline:2px solid var(--te-red);outline-offset:3px}
.te-skip{position:absolute;left:-9999px}
.te-skip:focus{left:8px;top:8px;z-index:999;background:var(--te-red);
  color:#fff;padding:10px 16px}
.te *,.te *::before,.te *::after{margin:0;padding:0;box-sizing:border-box}
.te{font-family:'DM Sans',sans-serif;font-weight:300;color:var(--te-ink);overflow-x:hidden;max-width:100%}
.te img{display:block;max-width:100%}
.te a{text-decoration:none}
.te-hero{position:relative;width:100%;height:100vh;height:100dvh;overflow:hidden;display:flex;align-items:center;justify-content:center}
.te-hero-bg{position:absolute;inset:0}
.te-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:brightness(0.5) contrast(1.1)}
.te-hero-ov{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,8,8,0.65) 0%,rgba(8,8,8,0.35) 50%,rgba(8,8,8,0.7) 100%)}
.te-hero-c{position:relative;z-index:2;padding:15vh 0 0;max-width:800px;width:100%;margin:0 auto;text-align:center}
.te-hero-ey{font-family:'DM Sans';font-size:14px;font-weight:500;letter-spacing:0.35em;text-transform:uppercase;color:var(--te-red);margin-bottom:24px;display:flex;align-items:center;gap:16px;justify-content:center}
.te-hero-ey::before{content:'';width:48px;height:1px;background:var(--te-red)}
.te-hero h1{font-family:'Oswald';font-size:96px;font-weight:700;line-height:0.88;text-transform:uppercase;color:var(--te-white);margin-bottom:24px;overflow-wrap:break-word;word-break:break-word}
.te-hero h1 i{font-weight:300;font-style:normal;color:var(--te-red)}
.te-hero-p{font-size:19px;color:rgba(255,255,255,0.6);line-height:1.75;max-width:520px;margin:0 auto 32px}
.te-hero-btns{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.te-b{font-family:'Oswald';font-size:15px;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;padding:16px 40px;cursor:pointer;display:inline-block;transition:all 0.25s}
.te-b1{background:var(--te-red);color:var(--te-white);border:none}
.te-b1:hover{background:var(--te-red-bright);color:var(--te-white)}
.te-b2{background:transparent;color:rgba(255,255,255,0.6);border:1px solid rgba(255,255,255,0.15)}
.te-b2:hover{border-color:var(--te-red-bright);background:var(--te-red-bright);color:var(--te-white) !important}
.te-hero::before{content:'';position:absolute;top:32px;left:32px;width:60px;height:60px;border-top:2px solid var(--te-red);border-left:2px solid var(--te-red);z-index:3;opacity:0.4}
.te-hero::after{content:'';position:absolute;bottom:32px;right:32px;width:60px;height:60px;border-bottom:2px solid var(--te-red);border-right:2px solid var(--te-red);z-index:3;opacity:0.4}
.te-tk{padding:16px 0;overflow:hidden;background:var(--te-red)}
.te-tk-t{display:flex;gap:4rem;animation:tetk 20s linear infinite;white-space:nowrap}
@keyframes tetk{to{transform:translateX(-50%)}}
.te-tk-i{font-family:'Oswald';font-size:16px;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:var(--te-white);display:flex;align-items:center;gap:4rem}
.te-tk-d{width:6px;height:6px;background:var(--te-white);border-radius:50%;opacity:0.4;flex-shrink:0}
.te-ey{font-family:'DM Sans';font-size:14px;font-weight:500;letter-spacing:0.35em;text-transform:uppercase;color:var(--te-red);margin-bottom:12px}
.te-sh{font-family:'Oswald';font-size:56px;font-weight:700;line-height:0.92;text-transform:uppercase;color:var(--te-white);margin-bottom:14px}
.te-sh i{font-weight:300;font-style:normal;color:var(--te-red)}
.te-sp{font-size:18px;color:rgba(255,255,255,0.55);max-width:520px;line-height:1.8}
.te-pl{padding:100px 48px;background:var(--te-bg-deep);display:flex;flex-direction:column;align-items:center}
.te-pl-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:60px;max-width:1100px;width:100%}
.te-pl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid rgba(255,255,255,0.06);max-width:1100px;width:100%}
.te-pl-card{padding:40px 28px;border-right:1px solid rgba(255,255,255,0.06);position:relative;transition:background 0.3s}
.te-pl-card:last-child{border-right:none}
.te-pl-card:hover{background:rgba(192,39,45,0.04)}
.te-pl-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--te-red);transform:scaleX(0);transform-origin:left;transition:transform 0.4s}
.te-pl-card:hover::before{transform:scaleX(1)}
.te-pl-n{font-family:'Oswald';font-size:64px;font-weight:700;color:var(--te-red);line-height:1;margin-bottom:12px}
.te-pl-card h3{font-family:'Oswald';font-size:26px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--te-white);margin-bottom:10px}
.te-pl-card p{font-size:17px;color:rgba(255,255,255,0.5);line-height:1.75}
.te-q{padding:80px 48px;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center}
.te-q::before,.te-q::after{content:'';position:absolute;width:80px;height:1px;background:var(--te-red);left:50%;transform:translateX(-50%);opacity:0.3}
.te-q::before{top:0}
.te-q::after{bottom:0}
.te-q blockquote{font-family:'Source Serif 4';font-size:32px;font-style:italic;font-weight:300;max-width:700px;margin:0 auto;line-height:1.55;color:var(--te-ink)}
.te-q cite{display:block;margin-top:24px;font-family:'Oswald';font-size:14px;letter-spacing:0.25em;text-transform:uppercase;color:var(--te-red);font-style:normal;font-weight:500}
.te-f{padding:100px 48px;background:var(--te-bg);overflow:hidden;display:flex;flex-direction:column;align-items:center}
.te-f-head{margin-bottom:60px;max-width:1100px;width:100%}
.te-f-row{display:grid;grid-template-columns:320px 1fr;max-width:1100px;width:100%;gap:0;margin-bottom:2px;background:var(--te-bg-deep);overflow:hidden;transition:background 0.4s;position:relative}
.te-f-row:hover{background:var(--te-bg)}
.te-f-row::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:var(--te-red);z-index:2}
.te-f-row-rev{grid-template-columns:1fr 320px}
.te-f-row-rev .te-f-row-img{order:2}
.te-f-row-rev .te-f-row-content{order:1}
.te-f-row-rev::before{left:auto;right:0}
.te-f-row-img{position:relative;overflow:hidden;min-height:380px}
.te-f-row-img img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform 0.8s cubic-bezier(0.16,1,0.3,1)}
.te-f-row-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px 28px;z-index:2;background:linear-gradient(transparent,rgba(0,0,0,0.85))}
.te-f-row-label{font-family:'DM Sans';font-size:11px;font-weight:500;letter-spacing:0.3em;text-transform:uppercase;color:var(--te-red);display:block;margin-bottom:4px}
.te-f-row-name{font-family:'Oswald';font-size:42px;font-weight:700;text-transform:uppercase;color:var(--te-white);line-height:0.9}
.te-f-row-content{padding:40px 48px;display:flex;flex-direction:column;justify-content:center}
.te-f-row-intro{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid rgba(192,39,45,0.15)}
.te-f-row-quote{font-family:'Source Serif 4';font-size:20px;font-style:italic;color:rgba(255,255,255,0.7);line-height:1.6}
.te-f-cred{display:flex;align-items:flex-start;gap:14px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.04);font-size:16px;color:rgba(255,255,255,0.55);line-height:1.5}
.te-f-cred:last-child{border-bottom:none}
.te-f-cred-icon{color:var(--te-red);font-size:10px;margin-top:5px;flex-shrink:0}
.te-sc{padding:80px 0;overflow:hidden;background:var(--te-bg-deep);display:flex;flex-direction:column;align-items:center}
.te-sc-head{text-align:center;padding:0 48px;margin-bottom:40px;max-width:1100px;width:100%}
.te-sc-t{display:flex;gap:8px;animation:sct 40s linear infinite;width:max-content}
@keyframes sct{to{transform:translateX(-50%)}}
.te-sc-i{width:340px;height:230px;flex-shrink:0;overflow:hidden}
.te-sc-i img{width:100%;height:100%;object-fit:cover;filter:brightness(0.8);transition:all 0.4s}
.te-sc-i:hover img{filter:brightness(1);transform:scale(1.03)}
.te-bk{padding:100px 48px;background:var(--te-surface);display:flex;flex-direction:column;align-items:center}
.te-bk-grid{display:grid;grid-template-columns:260px 1fr;gap:60px;align-items:center;max-width:960px;width:100%;margin:0 auto}
.te-bk-img img{width:100%;box-shadow:16px 16px 48px rgba(0,0,0,0.6);transition:transform 0.4s}
.te-bk-img:hover img{transform:perspective(500px) rotateY(-5deg)}
.te-bk-t{font-family:'Oswald';font-size:48px;font-weight:700;text-transform:uppercase;color:var(--te-white);line-height:0.92;margin-bottom:8px}
.te-bk-sub{font-family:'Source Serif 4';font-size:18px;font-style:italic;color:rgba(255,255,255,0.5);margin-bottom:20px}
.te-bk-desc{font-size:17px;color:rgba(255,255,255,0.5);line-height:1.85;max-width:420px;margin-bottom:24px}
.te-bk-meta{display:flex;gap:28px;padding:16px 0;margin-bottom:28px;border-top:1px solid rgba(255,255,255,0.06);border-bottom:1px solid rgba(255,255,255,0.06)}
.te-bk-mv{font-family:'Oswald';font-size:32px;font-weight:600;color:var(--te-red)}
.te-bk-ml{font-family:'DM Sans';font-size:12px;letter-spacing:0.15em;text-transform:uppercase;color:rgba(255,255,255,0.5);margin-top:2px}
.te-pd{padding:100px 48px;background:var(--te-bg-deep);display:flex;flex-direction:column;align-items:center}
.te-pd-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1060px;width:100%;margin:0 auto}
.te-pd-img img{width:100%}
.te-pd-links{display:flex;gap:10px;margin-top:24px;flex-wrap:wrap}
.te-pd-lk{padding:16px 32px;border:1px solid rgba(255,255,255,0.1);color:var(--te-ink);font-family:'Oswald';font-size:15px;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;transition:all 0.2s}
.te-pd-lk:hover{border-color:var(--te-red);background:rgba(192,39,45,0.06)}
.te-ct{text-align:center;padding:120px 48px;position:relative;overflow:hidden;background:var(--te-bg);display:flex;flex-direction:column;align-items:center}
.te-ct-bg{position:absolute;font-family:'Oswald';font-size:200px;font-weight:700;color:rgba(192,39,45,0.04);top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;text-transform:uppercase}
.te-fm{background:var(--te-surface);padding:80px 48px;border-top:1px solid rgba(255,255,255,0.06);display:flex;flex-direction:column;align-items:center}
.te-fm-c{max-width:660px;width:100%;margin:0 auto;text-align:center}
.te-fm-c iframe{margin-top:24px;min-height:2040px;width:100%;border:none}
.te-reveal{opacity:0;transform:translateY(40px);transition:opacity 0.8s cubic-bezier(0.16,1,0.3,1),transform 0.8s cubic-bezier(0.16,1,0.3,1)}
.te-reveal.on{opacity:1;transform:none}
@media(max-width:1024px){
.te-hero-c{padding:0 32px}
.te-hero h1{font-size:64px}
.te-hero-ov{background:linear-gradient(180deg,rgba(8,8,8,0.65) 0%,rgba(8,8,8,0.3) 50%,rgba(8,8,8,0.7) 100%)}

.te-hero-bg img{object-position:top center}
.te-hero::before{width:40px;height:40px;top:20px;left:20px}
.te-hero::after{width:40px;height:40px;bottom:20px;right:20px}
.te-pl,.te-f,.te-bk,.te-pd,.te-ct{padding:64px 32px}
.te-pl-head{grid-template-columns:1fr}
.te-pl-grid{grid-template-columns:1fr 1fr}
.te-pl-card{border-right:none;border-bottom:1px solid rgba(255,255,255,0.06)}
.te-sh{font-size:44px}
.te-q blockquote{font-size:24px}
.te-f-row,.te-f-row-rev{grid-template-columns:1fr}
.te-f-row-rev .te-f-row-img{order:1}.te-f-row-rev .te-f-row-content{order:2}
.te-f-row-img{min-height:300px}
.te-f-row-content{padding:32px}
.te-f-row-name{font-size:36px}
.te-bk-grid{grid-template-columns:1fr;text-align:center}
.te-bk-img img{width:220px;margin:0 auto}
.te-bk-meta{justify-content:center}
.te-bk-desc{margin:0 auto 24px}
.te-pd-grid{grid-template-columns:1fr}
.te-sc-i{width:280px;height:190px}
.te-ct-bg{font-size:120px}
.te-fm{padding:64px 32px}
}
@media(max-width:600px){
.te-hero-c{padding:0 20px}
.te-hero h1{font-size:40px}
.te-hero-ey{font-size:11px;margin-bottom:16px}
.te-hero-p{font-size:15px;margin-bottom:24px}
.te-hero-btns{flex-direction:column;gap:8px}
.te-hero-btns .te-b{width:100%;text-align:center;padding:14px 20px}
.te-hero::before{width:28px;height:28px;top:12px;left:12px}
.te-hero::after{width:28px;height:28px;bottom:12px;right:12px}
.te-hero-ov{background:linear-gradient(180deg,rgba(8,8,8,0.6) 0%,rgba(8,8,8,0.25) 40%,rgba(8,8,8,0.7) 100%)}
.te-pl,.te-f,.te-bk,.te-pd,.te-ct{padding:48px 20px}
.te-pl-grid{grid-template-columns:1fr}
.te-pl-card{padding:28px 20px}
.te-pl-n{font-size:48px}
.te-pl-card h3{font-size:20px}
.te-pl-card p{font-size:15px}
.te-sh{font-size:34px}
.te-sp{font-size:16px}
.te-q{padding:48px 20px}
.te-q blockquote{font-size:22px}
.te-f{padding:48px 20px}
.te-f-row-img{min-height:240px}
.te-f-row-content{padding:24px 20px}
.te-f-row-name{font-size:32px}
.te-f-row-quote{font-size:17px}
.te-f-cred{font-size:15px;padding:8px 0}
.te-sc{padding:48px 0}
.te-sc-head{padding:0 20px}
.te-sc-i{width:240px;height:165px}
.te-bk{padding:48px 20px}
.te-bk-img img{width:180px}
.te-bk-t{font-size:36px}
.te-pd{padding:48px 20px}
.te-pd-links{flex-direction:column}
.te-pd-lk{text-align:center}
.te-fm{padding:48px 20px}
.te-ct{padding:60px 20px}
.te-ct-bg{font-size:80px}
.te-tk-i{font-size:12px;gap:2rem}
}
.te-b2{background:none;color:rgba(255,255,255,0.6);border:1px solid rgba(255,255,255,0.15)}
.te-hero-pg{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.te-hero-pg-bg{position:absolute;inset:0}
.te-hero-pg-bg img{width:100%;height:100%;object-fit:cover;object-position:top center;filter:brightness(0.35) contrast(1.1)}
.te-hero-pg-ov{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,8,8,0.6) 0%,rgba(8,8,8,0.3) 50%,rgba(8,8,8,0.7) 100%)}
.te-hero-pg::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--te-red);z-index:2}
.te-hero-pg::after{content:'';position:absolute;bottom:24px;right:32px;width:50px;height:50px;border-bottom:2px solid var(--te-red);border-right:2px solid var(--te-red);opacity:0.3;z-index:2}
.te-hero-pg-c{position:relative;z-index:2;padding:160px 48px 80px;max-width:800px;width:100%;margin:0 auto;text-align:center}
.te-hero-pg h1{font-family:'Oswald';font-size:80px;font-weight:700;text-transform:uppercase;color:var(--te-white);line-height:0.88;margin-bottom:20px}
.te-hero-pg h1 i{font-weight:300;font-style:normal;color:var(--te-red)}
.te-hero-pg .te-pg-p{font-size:18px;color:rgba(255,255,255,0.6);max-width:520px;line-height:1.8;margin:0 auto}
.te-line-l{position:relative;padding-left:24px}
.te-line-l::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--te-red)}
.te-sec{padding:100px 48px;overflow:hidden;display:flex;flex-direction:column;align-items:center}
.te-sec-dk{background:var(--te-bg-deep)}
.te-sec-md{background:var(--te-bg)}
.te-sec-dk2{background:var(--te-surface)}
.te-inner{max-width:1100px;width:100%}
.te-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;max-width:1100px;width:100%;margin:0 auto}
.te-grid-img{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1100px;width:100%;margin:0 auto}
.te-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;width:100%;margin:0 auto}
.te-card{padding:36px 28px;border:1px solid rgba(255,255,255,0.06);transition:all 0.3s;position:relative;overflow:hidden}
.te-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--te-red);transform:scaleX(0);transform-origin:left;transition:transform 0.4s}
.te-card:hover{border-color:rgba(192,39,45,0.25);background:rgba(192,39,45,0.04);transform:translateY(-4px)}
.te-card:hover::before{transform:scaleX(1)}
.te-card h3{font-family:'Oswald';font-size:22px;font-weight:600;text-transform:uppercase;color:var(--te-white);margin-bottom:10px;letter-spacing:0.04em}
.te-card p{font-size:16px;color:rgba(255,255,255,0.5);line-height:1.75}
.te-card-n{font-family:'Oswald';font-size:48px;font-weight:700;color:var(--te-red);line-height:1;margin-bottom:8px}
.te-list{list-style:none;padding:0;margin:0}
.te-list li{font-size:17px;color:rgba(255,255,255,0.55);line-height:1.5;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.04);display:flex;align-items:flex-start;gap:12px}
.te-list li::before{content:'';width:6px;height:6px;background:var(--te-red);border-radius:50%;flex-shrink:0;margin-top:8px}
.te-divider{padding:80px 48px;text-align:center;border-top:1px solid rgba(255,255,255,0.06);border-bottom:1px solid rgba(255,255,255,0.06);background:var(--te-bg-deep);display:flex;flex-direction:column;align-items:center}
.te-divider blockquote{font-family:'Source Serif 4';font-size:28px;font-style:italic;font-weight:300;max-width:700px;margin:0 auto;line-height:1.55;color:var(--te-ink)}
.te-divider cite{display:block;margin-top:24px;font-family:'Oswald';font-size:14px;letter-spacing:0.2em;text-transform:uppercase;color:var(--te-red);font-style:normal}
.te-cta-sec{text-align:center;padding:120px 48px;position:relative;overflow:hidden;background:var(--te-bg);display:flex;flex-direction:column;align-items:center}
.te-cta-bg{position:absolute;font-family:'Oswald';font-size:200px;font-weight:700;color:rgba(192,39,45,0.04);top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;text-transform:uppercase}
.te-cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.te-form-sec{background:var(--te-surface);padding:80px 48px;border-top:1px solid rgba(255,255,255,0.06);display:flex;flex-direction:column;align-items:center}
.te-form-c{max-width:660px;width:100%;margin:0 auto;text-align:center}
.te-form-c iframe{margin-top:24px;min-height:2040px;width:100%;border:none}
.te-contact-item{padding:20px 0;border-bottom:1px solid rgba(255,255,255,0.06)}
.te-contact-label{font-family:'DM Sans';font-size:12px;font-weight:500;letter-spacing:0.3em;text-transform:uppercase;color:var(--te-red);margin-bottom:6px}
.te-contact-item a{font-size:18px;color:var(--te-ink);transition:color 0.2s}
.te-contact-item a:hover{color:var(--te-red)}
.te-stats{display:flex;gap:32px;padding:28px 0;margin-top:28px;border-top:1px solid rgba(255,255,255,0.06)}
.te-stat-v{font-family:'Oswald';font-size:36px;font-weight:700;color:var(--te-red)}
.te-stat-l{font-size:12px;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-top:2px}
.te-ticker{padding:12px 0;overflow:hidden;background:var(--te-red)}
.te-ticker-t{display:flex;gap:3rem;animation:tetick 20s linear infinite;white-space:nowrap}
@keyframes tetick{to{transform:translateX(-50%)}}
.te-ticker-i{font-family:'Oswald';font-size:14px;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:var(--te-white);display:flex;align-items:center;gap:3rem}
.te-ticker-d{width:5px;height:5px;background:var(--te-white);border-radius:50%;opacity:0.4;flex-shrink:0}
@media(max-width:1024px){.te-hero-pg-c{padding:140px 32px 64px;text-align:center}.te-hero-pg h1{font-size:56px}.te-sec{padding:64px 32px}.te-sh{font-size:44px}.te-grid-2,.te-grid-img{grid-template-columns:1fr}.te-grid-3{grid-template-columns:1fr 1fr}.te-cta-sec{padding:80px 32px}.te-cta-bg{font-size:120px}.te-divider{padding:64px 32px}.te-form-sec{padding:64px 32px}.te-divider blockquote{font-size:24px}}
@media(max-width:600px){.te-hero-pg-c{padding:120px 20px 48px;text-align:center}.te-hero-pg h1{font-size:40px}.te-hero-pg .te-pg-p{font-size:16px}.te-hero-pg::after{width:30px;height:30px;bottom:12px;right:16px}.te-sec{padding:48px 20px}.te-sh{font-size:34px}.te-sp{font-size:16px}.te-grid-3{grid-template-columns:1fr}.te-card{padding:28px 20px}.te-card-n{font-size:36px}.te-list li{font-size:15px}.te-cta-sec{padding:60px 20px}.te-cta-bg{font-size:60px}.te-cta-btns{flex-direction:column}.te-cta-btns .te-b{width:100%;text-align:center}.te-divider{padding:48px 20px}.te-divider blockquote{font-size:20px}.te-form-sec{padding:48px 20px}.te-stats{flex-direction:column;gap:16px}.te-ticker-i{font-size:11px;gap:2rem}}
.te-hero-pg{position:relative;min-height:60vh;display:flex;align-items:center;overflow:hidden}
.te-hero-pg-ov{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,8,0.85) 0%,rgba(8,8,8,0.4) 60%,rgba(8,8,8,0.3) 100%),linear-gradient(0deg,rgba(8,8,8,0.8) 0%,transparent 40%)}
.te-hero-pg-c{position:relative;z-index:2;padding:160px 48px 80px;max-width:700px;width:100%}
.te-hero-pg .te-pg-p{font-size:18px;color:rgba(255,255,255,0.6);max-width:520px;line-height:1.8}
@media(max-width:1024px){.te-hero-pg-c{padding:140px 32px 64px}.te-hero-pg h1{font-size:56px}.te-sec{padding:64px 32px}.te-sh{font-size:44px}.te-grid-2,.te-grid-img{grid-template-columns:1fr}.te-grid-3{grid-template-columns:1fr 1fr}.te-cta-sec{padding:80px 32px}.te-cta-bg{font-size:120px}.te-divider{padding:64px 32px}.te-form-sec{padding:64px 32px}.te-divider blockquote{font-size:24px}}
@media(max-width:600px){.te-hero-pg-c{padding:120px 20px 48px}.te-hero-pg h1{font-size:40px}.te-hero-pg .te-pg-p{font-size:16px}.te-hero-pg::after{width:30px;height:30px;bottom:12px;right:16px}.te-sec{padding:48px 20px}.te-sh{font-size:34px}.te-sp{font-size:16px}.te-grid-3{grid-template-columns:1fr}.te-card{padding:28px 20px}.te-card-n{font-size:36px}.te-list li{font-size:15px}.te-cta-sec{padding:60px 20px}.te-cta-bg{font-size:60px}.te-cta-btns{flex-direction:column}.te-cta-btns .te-b{width:100%;text-align:center}.te-divider{padding:48px 20px}.te-divider blockquote{font-size:20px}.te-form-sec{padding:48px 20px}.te-stats{flex-direction:column;gap:16px}.te-ticker-i{font-size:11px;gap:2rem}}
.te-sc-t{display:flex;gap:8px;animation:tescrl 40s linear infinite;width:max-content}
@keyframes tescrl{to{transform:translateX(-50%)}}
@media(max-width:600px){.te-sc-i{width:260px;height:175px}}
/* ===============================================================
   Header, navigation and footer.
   The old build had no theme chrome: YOOtheme rendered it and the
   markup never existed in the page content.
   =============================================================== */
.te-hd{position:fixed;top:0;left:0;right:0;z-index:100;
  transition:background .25s ease,border-color .25s ease}
.te-hd[data-transparent="false"]{background:var(--te-bg-deep);
  border-bottom:1px solid var(--te-line)}
.te-hd.te-hd-solid{background:rgba(13,13,13,.94);
  backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--te-line)}
.te-hd-in{max-width:var(--te-maxw);margin:0 auto;padding:14px 24px;
  display:flex;align-items:center;gap:28px}
.te-hd-logo{flex:0 0 auto;display:flex;align-items:center}
.te-hd-logo img,.custom-logo{height:44px;width:auto}
.te-logo-text{font-family:var(--te-display);font-weight:600;font-size:20px;
  letter-spacing:.14em;text-transform:uppercase;color:var(--te-white)}
.te-hd-nav{margin-left:auto}
.te-nav-list{display:flex;gap:26px;list-style:none;margin:0;padding:0}
.te-nav-list a{font-family:var(--te-body);font-size:14px;font-weight:400;
  letter-spacing:.04em;color:var(--te-ink);opacity:.82;transition:opacity .18s,color .18s}
.te-nav-list a:hover{opacity:1;color:var(--te-white)}
.te-nav-list .current-menu-item>a{color:var(--te-white);opacity:1}
.te-hd-cta{flex:0 0 auto}
.te-b-sm{padding:11px 20px;font-size:12px}

.te-burger{display:none;flex-direction:column;justify-content:center;gap:5px;
  width:44px;height:44px;margin-left:auto;padding:0;background:none;
  border:1px solid var(--te-line);cursor:pointer}
.te-burger span{display:block;width:20px;height:2px;margin:0 auto;
  background:var(--te-ink);transition:transform .2s,opacity .2s}
.te-burger-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.te-burger-open span:nth-child(2){opacity:0}
.te-burger-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.te-mobile-nav{background:var(--te-bg-deep);border-top:1px solid var(--te-line);
  padding:20px 24px 28px}
.te-mobile-list{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:2px}
.te-mobile-list a{display:block;padding:13px 0;font-family:var(--te-display);
  font-size:19px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;
  color:var(--te-ink);border-bottom:1px solid var(--te-line)}

@media(max-width:900px){
  .te-hd-nav,.te-hd-cta{display:none}
  .te-burger{display:flex}
}
@media(min-width:901px){ .te-mobile-nav{display:none} }

/* Push non-home pages clear of the fixed header. */
.te-page:not(.te-page-home) > .te,
.te-basic{padding-top:76px}

.te-ft{background:var(--te-bg-deep);border-top:1px solid var(--te-line);
  padding:64px 24px 28px;margin-top:0}
.te-ft-in{max-width:var(--te-maxw);margin:0 auto;display:grid;
  grid-template-columns:1.4fr 1fr auto;gap:44px;align-items:start}
.te-ft-brand img,.te-ft-brand .custom-logo{height:52px;width:auto;margin-bottom:16px}
.te-ft-tag{font-size:14px;color:var(--te-muted);max-width:34ch;margin:0}
.te-ft-list{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.te-ft-list a{font-size:14px;color:var(--te-muted)}
.te-ft-list a:hover{color:var(--te-white)}
.te-ft-base{max-width:var(--te-maxw);margin:44px auto 0;padding-top:22px;
  border-top:1px solid var(--te-line);display:flex;justify-content:space-between;
  gap:16px;flex-wrap:wrap;font-size:13px;color:var(--te-muted)}
.te-ft-base p{margin:0}
.te-ft-legal a:hover{color:var(--te-white)}
.te-ft-legal span{margin:0 8px}
@media(max-width:820px){
  .te-ft-in{grid-template-columns:1fr;gap:32px}
  .te-ft-base{flex-direction:column}
}

.te-basic{min-height:60vh;display:flex;align-items:center;
  padding-bottom:80px;background:var(--te-bg)}
.te-404{text-align:center;margin:0 auto;max-width:640px;padding:0 24px}
.te-logo-link{display:inline-flex;align-items:center}
.te-hd-logo .te-logo-link img{height:44px;width:auto}
.te-ft-brand .te-logo-link img{height:64px;width:auto;margin-bottom:16px}

/* The hero source is a portrait crop; on wide viewports `cover` scales to width
   and overflows vertically, which cut the subject's head off. Bias the focal
   point toward the top so the face stays in frame at every aspect ratio. */
.te-hero-bg img{object-position:center 18%}
@media(max-width:700px){ .te-hero-bg img{object-position:center 12%} }

/* ===============================================================
   Capture form. Used by /apply, /vsl and the BAM calculator, all
   posting to the same theme endpoint.
   =============================================================== */
.te-form{display:grid;gap:18px;margin-top:32px;text-align:left}
.te-field{display:grid;gap:7px}
.te-field label{font-family:var(--te-body);font-size:13px;font-weight:500;
  letter-spacing:.06em;text-transform:uppercase;color:var(--te-muted)}
.te-field input{width:100%;padding:14px 16px;background:var(--te-bg-deep);
  border:1px solid var(--te-line);color:var(--te-ink);font-family:var(--te-body);
  font-size:16px;transition:border-color .18s}
.te-field input:focus{outline:none;border-color:var(--te-red)}
.te-field input:invalid:not(:placeholder-shown){border-color:var(--te-red-bright)}
.te-form-submit{margin-top:6px;width:100%;justify-content:center;text-align:center;
  border:0;cursor:pointer;font-family:var(--te-display)}
.te-form-submit[disabled]{opacity:.55;cursor:progress}
.te-form-note{font-size:14px;color:var(--te-muted);margin:2px 0 0;text-align:center}
.te-form-error{margin:6px 0 0;padding:12px 14px;background:rgba(200,16,46,.12);
  border-left:3px solid var(--te-red);color:var(--te-ink);font-size:15px}
/* Honeypot. Off-screen rather than display:none so bots still fill it. */
.te-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* ===============================================================
   Capture gate. One modal serves every CTA on the VSL page, so the
   video stays the focus and the form appears only on intent.
   =============================================================== */
.te-gate{position:fixed;inset:0;z-index:200;display:flex;align-items:center;
  justify-content:center;padding:24px;background:rgba(8,8,8,.86);
  backdrop-filter:blur(4px)}
.te-gate[hidden]{display:none}
.te-gate-box{position:relative;width:100%;max-width:440px;background:var(--te-surface);
  border:1px solid var(--te-line);padding:36px 32px 32px}
.te-gate-box h3{font-family:var(--te-display);font-size:30px;font-weight:600;
  letter-spacing:.02em;text-transform:uppercase;color:var(--te-white);margin:0 0 6px}
.te-gate-box .te-gate-sub{font-size:15px;color:var(--te-muted);margin:0 0 4px}
.te-gate-close{position:absolute;top:10px;right:12px;width:38px;height:38px;
  background:none;border:0;color:var(--te-muted);font-size:26px;line-height:1;
  cursor:pointer;transition:color .18s}
.te-gate-close:hover{color:var(--te-white)}
.te-gate .te-form{margin-top:22px}

/* VSL video */
.te-vsl-video{max-width:900px;margin:0 auto;border:1px solid var(--te-line);
  background:#000}
.te-vsl-video wistia-player{display:block;width:100%}
.te-vsl-cta{text-align:center;margin-top:28px}
.te-vsl-note{font-size:14px;color:var(--te-muted);margin-top:12px;text-align:center}

/* FAQ */
.te-faq{max-width:760px;margin:0 auto}
.te-faq details{border-bottom:1px solid var(--te-line);padding:18px 0}
.te-faq summary{font-family:var(--te-display);font-size:19px;font-weight:500;
  letter-spacing:.03em;color:var(--te-white);cursor:pointer;list-style:none;
  display:flex;justify-content:space-between;gap:16px;align-items:center}
.te-faq summary::-webkit-details-marker{display:none}
.te-faq summary::after{content:'+';color:var(--te-red);font-size:24px;line-height:1}
.te-faq details[open] summary::after{content:'\2212'}
.te-faq p{margin:14px 0 0;color:var(--te-ink);opacity:.82;font-size:16px}

/* ===============================================================
   BAM calculator.
   =============================================================== */
.te-bam-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
@media(max-width:600px){.te-bam-grid{grid-template-columns:1fr}}
.te-bam-total{margin-top:36px;padding:32px;text-align:center;
  background:var(--te-surface);border:1px solid var(--te-line)}
.te-bam-total-l{font-family:var(--te-body);font-size:13px;letter-spacing:.22em;
  text-transform:uppercase;color:var(--te-red)}
.te-bam-total-v{font-family:var(--te-display);font-size:68px;font-weight:700;
  line-height:1;color:var(--te-white);margin:10px 0 4px}
.te-bam-total-s{font-size:14px;color:var(--te-muted)}
.te-bam-results[hidden]{display:none}
.te-bam-count{color:var(--te-red);font-family:var(--te-display);font-size:26px}
.te-bam-capture{margin-top:36px;padding:36px 32px;background:var(--te-surface);
  border:1px solid var(--te-line)}
.te-bam-capture .te-sp{margin-bottom:4px}
@media(max-width:600px){
  .te-bam-total-v{font-size:52px}
  .te-bam-capture{padding:28px 20px}
}

/* SMS/call consent notice. Sits directly above the submit button so it is
   unambiguous which action it attaches to. Required for A2P 10DLC review. */
.te-consent{font-size:12px;line-height:1.5;color:var(--te-muted);
  margin:0 0 14px;max-width:52ch}
