:root{
  --bg:#050505;--panel:#101012;--panel2:#161619;--text:#f5f5f7;--muted:#a9acb4;
  --line:rgba(255,255,255,.12);--line2:rgba(255,255,255,.24);--radius:30px
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:
    radial-gradient(circle at 10% 5%,rgba(255,255,255,.08),transparent 28rem),
    radial-gradient(circle at 90% 20%,rgba(150,155,165,.07),transparent 30rem),
    var(--bg);
  color:var(--text);font-family:"DM Sans",sans-serif;line-height:1.6
}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;opacity:.025;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")
}
a{color:inherit;text-decoration:none}
.shell{width:min(1180px,calc(100% - 36px));margin:auto}
.nav{
  width:min(1180px,calc(100% - 36px));margin:18px auto 0;padding:13px 17px;
  position:sticky;top:18px;z-index:20;display:flex;align-items:center;justify-content:space-between;
  border:1px solid var(--line);border-radius:999px;background:rgba(7,7,8,.8);backdrop-filter:blur(20px)
}
.logo,h1{
  font-family:"Manrope",sans-serif;font-weight:800;letter-spacing:-.07em;
  background:linear-gradient(110deg,#74777e,#fff 22%,#a7abb3 43%,#f7f7f7 61%,#737780 82%,#dfe1e5);
  color:transparent;-webkit-background-clip:text;background-clip:text;background-size:180% auto
}
.logo{font-size:28px}
nav{display:flex;gap:26px;align-items:center;color:var(--muted);font-size:14px;font-weight:700}
nav a:hover{color:#fff}
.nav-cta{padding:10px 16px;border-radius:999px;background:linear-gradient(135deg,#f5f5f5,#9ea2aa);color:#050505}
.menu-btn{display:none;background:none;border:0;color:white;font-size:24px}
.hero{padding:92px 0 90px;display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:#c8cbd1}
h1{font-size:clamp(100px,15vw,190px);line-height:.82;margin-top:8px}
.hero h2,.heading h2,.contact-panel h2{
  font-family:"Manrope",sans-serif;letter-spacing:-.055em;line-height:1.03
}
.hero h2{font-size:clamp(30px,4vw,48px);margin-top:30px}
.intro{color:var(--muted);font-size:18px;margin-top:20px;max-width:680px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.btn{min-height:50px;padding:0 21px;border:1px solid var(--line);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;transition:.2s}
.btn:hover{transform:translateY(-2px);border-color:var(--line2)}
.primary{background:linear-gradient(135deg,#fafafa,#a2a6ae);color:#050505;border:0}
.secondary{background:rgba(255,255,255,.04)}
.full{width:100%}
.quick-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:40px}
.quick-stats div{padding:17px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.03)}
.quick-stats strong,.quick-stats span{display:block}
.quick-stats span{font-size:13px;color:var(--muted)}
.score-card{
  padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:36px;
  background:linear-gradient(155deg,rgba(255,255,255,.11),rgba(255,255,255,.025)),rgba(13,13,15,.92);
  box-shadow:0 25px 100px rgba(0,0,0,.45)
}
.score-card-head,.focus-label{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.status:before{content:"";display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#eee;box-shadow:0 0 14px white}
.score{text-align:center;padding:44px 0 34px}
.score span,.score small{display:block;color:var(--muted)}
.score strong{display:block;font-family:"Manrope";font-size:94px;letter-spacing:-.08em;line-height:1;background:linear-gradient(135deg,#fff,#8e929b);color:transparent;-webkit-background-clip:text;background-clip:text}
.score-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.score-grid div{padding:17px;border:1px solid var(--line);border-radius:18px;background:rgba(0,0,0,.25)}
.score-grid span,.score-grid strong{display:block}.score-grid span{color:var(--muted);font-size:12px}.score-grid strong{font-size:22px}
.focus{margin-top:20px}.bar{height:10px;margin-top:8px;border-radius:99px;background:rgba(255,255,255,.08);overflow:hidden}.bar div{width:84%;height:100%;background:linear-gradient(90deg,#767b84,#fff)}
.score-note{margin-top:20px;padding:17px;border-left:2px solid #d8dbe0;background:rgba(255,255,255,.035);color:#d2d4d9;font-size:14px}
.section{padding:105px 0}
.heading{max-width:800px;margin-bottom:38px}.heading h2,.contact-panel h2{font-size:clamp(42px,6vw,70px);margin-top:10px}
.heading>p{color:var(--muted);font-size:18px;margin-top:17px}
.why-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}
.why-grid article{padding:42px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.035)}
.why-grid article p{color:#c7c9cf;font-size:17px}.why-grid article p+p{margin-top:18px}
.highlight{background:radial-gradient(circle at top right,rgba(255,255,255,.11),transparent 20rem),rgba(255,255,255,.04)!important}
.highlight h3{font-family:"Manrope";font-size:42px;line-height:1.04;letter-spacing:-.045em;margin:13px 0 19px}
.tag{margin-top:25px;padding:14px 16px;border:1px solid var(--line2);border-radius:16px;background:rgba(255,255,255,.05);font-weight:700}
.steps{display:grid;gap:13px}.steps article{display:grid;grid-template-columns:70px 1fr;gap:18px;padding:24px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.03)}
.steps article>span{width:52px;height:52px;display:grid;place-items:center;border:1px solid var(--line2);border-radius:17px;color:#cdd0d6;font-weight:800}
.steps h3{font-family:"Manrope";font-size:24px}.steps p{color:var(--muted);margin-top:4px}
.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.plan{position:relative;padding:28px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.038)}
.plan.featured{transform:translateY(-16px);border-color:rgba(255,255,255,.3);background:radial-gradient(circle at top,rgba(255,255,255,.1),transparent 20rem),rgba(255,255,255,.05)}
.popular{position:absolute;top:18px;right:18px;padding:7px 10px;border-radius:999px;background:linear-gradient(135deg,#fff,#9a9ea7);color:#050505;font-size:10px;font-weight:900;text-transform:uppercase}
.tier{color:var(--muted);font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:800}
.plan h3{font-family:"Manrope";font-size:35px;line-height:1.02;letter-spacing:-.045em;margin-top:25px}
.plan>p:not(.tier){color:var(--muted);margin-top:15px}
.target{display:flex;align-items:end;justify-content:space-between;margin-top:25px;padding:15px;border:1px solid var(--line);border-radius:17px;background:rgba(0,0,0,.2)}
.target span,.price span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:800}.target strong{font-size:28px}
.price{margin:22px 0}.price strong,.price span{display:block}.price strong{font-family:"Manrope";font-size:34px;letter-spacing:-.04em}
.plan ul,.placement-box ul{list-style:none;display:grid;gap:11px;margin-bottom:25px;color:#d7d9de}
.plan li:before,.placement-box li:before{content:"✓";margin-right:9px;color:#fff;font-weight:900}.plan .btn{margin-top:auto}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.03)}
table{width:100%;min-width:800px;border-collapse:collapse}th,td{padding:19px;border-bottom:1px solid var(--line)}thead th{background:#111113;color:#fff;font-family:"Manrope"}thead th:not(:first-child),td{text-align:center}tbody th{text-align:left;color:#d6d8dc}tbody td{color:#b7bac1}tbody tr:last-child th,tbody tr:last-child td{border:0}
.disclaimer{margin-top:14px;color:#777b83;font-size:12px}
.contact-panel{padding:50px;display:grid;grid-template-columns:1.05fr .95fr;gap:24px;border:1px solid var(--line);border-radius:38px;background:radial-gradient(circle at 80% 0,rgba(255,255,255,.1),transparent 24rem),rgba(255,255,255,.04)}
.contact-panel>div>p{color:var(--muted);font-size:17px;margin-top:16px}
.contact-links{display:grid;gap:12px;margin-top:28px}.contact-links a{padding:16px 17px;border:1px solid var(--line);border-radius:17px;background:rgba(0,0,0,.2)}
.contact-links span,.contact-links strong{display:block}.contact-links span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.contact-links strong{margin-top:3px;overflow-wrap:anywhere}
.placement-box{padding:27px;border:1px solid var(--line2);border-radius:26px;background:rgba(4,4,5,.5);display:flex;flex-direction:column}.placement-box h3{font-family:"Manrope";font-size:31px;letter-spacing:-.04em;margin-top:11px}.placement-box p{color:var(--muted);margin-top:10px}.placement-box ul{margin-top:21px}
.footer{padding:34px 0 48px;border-top:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;gap:10px 25px;color:var(--muted)}.footer small{grid-column:2;color:#70747c}
@media(max-width:980px){.hero,.why-grid,.contact-panel{grid-template-columns:1fr}.plans{grid-template-columns:1fr}.plan.featured{transform:none}}
@media(max-width:760px){nav{display:none;position:absolute;top:76px;left:0;right:0;flex-direction:column;align-items:stretch;padding:16px;border:1px solid var(--line);border-radius:22px;background:#09090a}nav.open{display:flex}.menu-btn{display:block}.hero{padding-top:58px}.quick-stats,.score-grid{grid-template-columns:1fr}.steps article{grid-template-columns:1fr}.section{padding:78px 0}.contact-panel{padding:26px}.footer{grid-template-columns:1fr}.footer small{grid-column:1}}
@media(max-width:520px){.shell,.nav{width:calc(100% - 22px)}h1{font-size:92px}.hero h2{font-size:30px}.actions .btn{width:100%}.score-card{padding:20px}.score strong{font-size:72px}.heading h2,.contact-panel h2{font-size:44px}.why-grid article{padding:24px}.popular{position:static;width:max-content;margin-bottom:15px}}


.portal-nav-link {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #e8e9ec;
  background: rgba(255,255,255,.035);
}

.portal-nav-link:hover {
  border-color: var(--line2);
  background: rgba(255,255,255,.07);
}

.portal-callout {
  margin-bottom: 18px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)),
    #0d0e11;
}

.portal-callout h3 {
  margin-top: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  letter-spacing: -.04em;
}

.portal-callout p:not(.eyebrow) {
  margin-top: 6px;
  color: var(--muted);
}

@media (max-width:760px) {
  .portal-callout {
    align-items: stretch;
    flex-direction: column;
  }
  .portal-callout .btn {
    width: 100%;
  }
}


.payment-nav-link {
  padding: 10px 15px;
  border-radius: 999px;
  color: #090a0c;
  background: linear-gradient(135deg,#fafafa,#a2a6ae);
  font-weight: 800;
}

.payment-nav-link:hover {
  color: #050505;
  filter: brightness(1.06);
}

.payment-callout {
  margin-bottom: 18px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--line2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 0%, rgba(255,255,255,.10), transparent 20rem),
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)),
    #0d0e11;
}

.payment-callout h3 {
  margin-top: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  letter-spacing: -.04em;
}

.payment-callout p:not(.eyebrow) {
  margin-top: 6px;
  color: var(--muted);
}

@media (max-width:760px) {
  .payment-callout {
    align-items: stretch;
    flex-direction: column;
  }

  .payment-callout .btn {
    width: 100%;
  }
}


/* SAT+ Help Desk */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sat-help-launcher {
  min-height: 56px;
  padding: 0 18px 0 10px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)),
    #0b0c0f;
  color: #f5f5f6;
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.sat-help-launcher:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.46);
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045)),
    #0d0f13;
}

.sat-help-launcher-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg,#f7f7f7,#8e939d);
  color: #08090b;
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  font-weight: 900;
}

.sat-help-launcher-text {
  font-size: 13px;
  letter-spacing: -.01em;
}

.sat-help-unread {
  width: 9px;
  height: 9px;
  position: absolute;
  right: 1px;
  top: 2px;
  border: 2px solid #0b0c0f;
  border-radius: 50%;
  background: #f1f2f4;
}

.sat-help-widget {
  width: min(390px, calc(100vw - 32px));
  max-height: min(650px, calc(100vh - 110px));
  position: fixed;
  right: 24px;
  bottom: 92px;
  z-index: 95;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 25px;
  background: #0c0d11;
  box-shadow: 0 24px 70px rgba(0,0,0,.52);
  font-family: "DM Sans", sans-serif;
  color: #f5f5f6;
}

.sat-help-widget[hidden] {
  display: none;
}

.sat-help-header {
  min-height: 75px;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 20% -20%, rgba(255,255,255,.11), transparent 11rem),
    #111318;
}

.sat-help-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.sat-help-logo {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.06em;
  background-image: linear-gradient(110deg,#898d95,#fff 30%,#a9adb5 52%,#f7f7f7 70%,#777c85);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.sat-help-brand strong,
.sat-help-brand span {
  display: block;
}

.sat-help-brand strong {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}

.sat-help-brand span {
  margin-top: 2px;
  color: #9196a0;
  font-size: 10px;
}

.sat-help-status-dot {
  width: 6px;
  height: 6px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
  background: #b9d7c0;
}

.sat-help-header-actions {
  display: flex;
  gap: 5px;
}

.sat-help-header-actions button {
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 50%;
  background: rgba(255,255,255,.025);
  color: #c8cbd1;
  cursor: pointer;
}

.sat-help-header-actions button:hover {
  background: rgba(255,255,255,.07);
  color: #fff;
}

.sat-help-body {
  height: 390px;
  padding: 17px 14px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    linear-gradient(rgba(255,255,255,.015),rgba(255,255,255,.015)),
    #0a0b0e;
}

.sat-help-message {
  margin-bottom: 12px;
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.sat-help-message.user {
  justify-content: flex-end;
}

.sat-help-avatar {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  background: #15171c;
  color: #d8dae0;
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.sat-help-bubble {
  max-width: 82%;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 17px 17px 17px 6px;
  background: #15171c;
  color: #dfe1e5;
  font-size: 13px;
  line-height: 1.5;
}

.sat-help-message.user .sat-help-bubble {
  border-color: rgba(255,255,255,.18);
  border-radius: 17px 17px 6px 17px;
  background: linear-gradient(135deg,#f5f5f6,#a0a5ae);
  color: #08090b;
}

.sat-help-bubble p + p {
  margin-top: 8px;
}

.sat-help-bubble a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
}

.sat-help-quick {
  margin: 8px 0 15px 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sat-help-quick button {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  color: #bfc2c9;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.sat-help-quick button:hover {
  border-color: rgba(255,255,255,.25);
  color: #fff;
}

.sat-help-typing .sat-help-bubble {
  min-width: 52px;
}

.sat-help-typing-dots {
  display: flex;
  gap: 4px;
}

.sat-help-typing-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9b9fa8;
  animation: satHelpTyping 1s infinite ease-in-out;
}

.sat-help-typing-dots i:nth-child(2) { animation-delay: .14s; }
.sat-help-typing-dots i:nth-child(3) { animation-delay: .28s; }

@keyframes satHelpTyping {
  0%, 60%, 100% { transform: translateY(0); opacity: .45; }
  30% { transform: translateY(-3px); opacity: 1; }
}

.sat-help-compose {
  padding: 11px;
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,.10);
  background: #111318;
}

.sat-help-compose input {
  width: 100%;
  min-width: 0;
  height: 43px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  outline: none;
  background: rgba(0,0,0,.25);
  color: #f4f5f6;
  font-size: 13px;
}

.sat-help-compose input:focus {
  border-color: rgba(255,255,255,.32);
}

.sat-help-compose input::placeholder {
  color: #727781;
}

.sat-help-compose button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg,#f7f7f7,#9297a0);
  color: #08090b;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.sat-help-footer {
  min-height: 35px;
  padding: 8px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: #0f1014;
  color: #6f747e;
  font-size: 9px;
}

.sat-help-footer a {
  color: #aeb2ba;
  font-weight: 700;
}

@media (max-width: 600px) {
  .sat-help-launcher {
    right: 14px;
    bottom: 14px;
  }

  .sat-help-widget {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 80px);
    right: 10px;
    bottom: 78px;
    border-radius: 22px;
  }

  .sat-help-body {
    height: min(420px, calc(100vh - 255px));
  }
}


/* Beyond SAT homepage section */
.home-beyond-sat {
  padding-top: 76px;
  padding-bottom: 76px;
}

.home-beyond-head {
  max-width: 860px;
}

.home-beyond-head h2 {
  margin-top: 8px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(40px, 6vw, 67px);
  line-height: 1;
  letter-spacing: -.06em;
}

.home-beyond-head > p:not(.eyebrow) {
  max-width: 800px;
  margin-top: 17px;
  color: var(--muted);
  font-size: 17px;
}

.home-beyond-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
}

.home-beyond-grid article {
  min-height: 205px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.028);
}

.home-beyond-grid article > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: #d9dbe0;
  font-size: 10px;
  font-weight: 800;
}

.home-beyond-grid h3 {
  margin-top: auto;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  letter-spacing: -.03em;
}

.home-beyond-grid p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
}

.home-beyond-footer {
  margin-top: 13px;
  padding: 17px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255,255,255,.02);
}

.home-beyond-footer p {
  color: var(--muted);
  font-size: 12px;
}

@media(max-width:940px) {
  .home-beyond-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:620px) {
  .home-beyond-grid {
    grid-template-columns: 1fr;
  }

  .home-beyond-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .home-beyond-footer .btn {
    width: 100%;
  }
}


/* Interactive SAT+ 3D hero */
.hero-3d-shell {
  min-width: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,.085), transparent 12rem),
    linear-gradient(155deg, rgba(255,255,255,.09), rgba(255,255,255,.018)),
    rgba(10,11,14,.94);
  box-shadow: 0 28px 100px rgba(0,0,0,.48);
}

.hero-3d-shell::before {
  content: "";
  width: 64%;
  height: 1px;
  position: absolute;
  left: 18%;
  top: 0;
  z-index: 3;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent);
  opacity: .55;
}

.hero-3d-topline,
.hero-3d-bottom {
  padding: 18px 21px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.hero-3d-topline {
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #8f949e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hero-3d-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #cdd0d6;
}

.hero-3d-live i {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #dfe5e0;
  box-shadow: 0 0 12px rgba(223,229,224,.52);
}

.hero-3d-canvas-wrap {
  height: 480px;
  position: relative;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 38px 38px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 86%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 86%, transparent);
}

.hero-3d-canvas-wrap:active {
  cursor: grabbing;
}

#sat3dCanvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .55s ease;
}

.hero-3d-shell.is-ready #sat3dCanvas {
  opacity: 1;
}

.hero-3d-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  transition: opacity .45s ease;
}

.hero-3d-shell.is-ready .hero-3d-fallback {
  opacity: 0;
}

.hero-3d-fallback strong {
  padding: 44px 45px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 30px;
  background: linear-gradient(145deg, #22252b, #08090b);
  font-family: "Manrope", sans-serif;
  font-size: 76px;
  line-height: 1;
  letter-spacing: -.08em;
  background-image:
    linear-gradient(115deg, #5e626a 4%, #fafafa 28%, #898e98 45%, #fff 64%, #60656f 89%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 15px 30px rgba(0,0,0,.55));
}

.hero-3d-canvas-wrap::after {
  content: "";
  width: 70%;
  height: 18%;
  position: absolute;
  left: 15%;
  bottom: 10%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255,255,255,.14), transparent 67%);
  filter: blur(12px);
  transform: perspective(300px) rotateX(65deg);
}

.hero-3d-orbit-label {
  position: absolute;
  z-index: 4;
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(9,10,13,.72);
  backdrop-filter: blur(9px);
  color: #9ca1aa;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  pointer-events: none;
  animation: satOrbitFloat 4.8s ease-in-out infinite;
}

.orbit-one { left: 8%; top: 25%; }
.orbit-two { right: 8%; top: 43%; animation-delay: -1.6s; }
.orbit-three { left: 15%; bottom: 21%; animation-delay: -3.1s; }

@keyframes satOrbitFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.hero-3d-drag {
  position: absolute;
  right: 18px;
  bottom: 17px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6e737d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  pointer-events: none;
}

.drag-dot {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  position: relative;
}

.drag-dot::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  background: #a9adb5;
}

.hero-3d-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
}

.hero-3d-bottom span,
.hero-3d-bottom strong {
  display: block;
}

.hero-3d-bottom span {
  color: #777c85;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-3d-bottom strong {
  margin-top: 3px;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  color: #d6d8dd;
}

.hero-3d-meter {
  width: 76px;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.hero-3d-meter i {
  width: 68%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #646973, #f0f1f2);
  animation: satMeter 3.6s ease-in-out infinite alternate;
}

@keyframes satMeter {
  from { width: 45%; opacity: .65; }
  to { width: 88%; opacity: 1; }
}

@media (max-width: 980px) {
  .hero-3d-canvas-wrap {
    height: 430px;
  }
}

@media (max-width: 620px) {
  .hero-3d-shell {
    border-radius: 27px;
  }

  .hero-3d-canvas-wrap {
    height: 370px;
  }

  .hero-3d-orbit-label {
    font-size: 8px;
  }

  .hero-3d-drag {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-3d-orbit-label,
  .hero-3d-meter i {
    animation: none !important;
  }
}


/* =========================================================
   SAT+ FULL-VIEWPORT INTERACTIVE 3D OPENING
   ========================================================= */
.nav{
  position:absolute;
  left:50%;
  top:18px;
  transform:translateX(-50%);
  z-index:120;
  background:rgba(7,8,10,.42);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.hero.hero-immersive{
  width:100%;
  max-width:none;
  min-height:100svh;
  padding:0;
  display:block;
  position:relative;
}

.hero-immersive-stage{
  min-height:100svh;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 50% 45%,rgba(105,111,123,.13),transparent 25rem),
    #050608;
}

#sat3dCanvas{
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  z-index:1;
  display:block;
  opacity:0;
  transition:opacity .6s ease;
}

.hero-immersive-stage.is-ready #sat3dCanvas{
  opacity:1;
}

.hero-ambient-grid{
  position:absolute;
  inset:-10%;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:58px 58px;
  transform:perspective(900px) rotateX(67deg) translateY(34%);
  transform-origin:center bottom;
  -webkit-mask-image:linear-gradient(to top,rgba(0,0,0,.95),transparent 73%);
  mask-image:linear-gradient(to top,rgba(0,0,0,.95),transparent 73%);
}

.hero-vignette{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(to bottom,rgba(5,6,8,.32) 0%,transparent 24%,transparent 68%,rgba(5,6,8,.83) 100%),
    radial-gradient(circle at center,transparent 28%,rgba(5,6,8,.20) 62%,rgba(5,6,8,.65) 100%);
}

.hero-top-meta{
  width:min(1180px,calc(100% - 42px));
  position:absolute;
  left:50%;
  top:102px;
  z-index:6;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#737983;
  font-size:9px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  pointer-events:none;
}

.hero-live{
  display:flex;
  align-items:center;
  gap:7px;
}

.hero-live i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#dde2df;
  box-shadow:0 0 16px rgba(221,226,223,.5);
}

.hero-center-mark{
  position:absolute;
  left:50%;
  top:44%;
  z-index:0;
  transform:translate(-50%,-50%);
  text-align:center;
  pointer-events:none;
  opacity:.88;
  transition:opacity .45s ease;
}

.hero-immersive-stage.is-ready .hero-center-mark{
  opacity:0;
}

.hero-mark-kicker{
  margin-bottom:12px;
  color:#626873;
  font-size:10px;
  font-weight:900;
  letter-spacing:.26em;
}

.hero-mark-logo{
  font-family:"Manrope",sans-serif;
  font-size:clamp(108px,22vw,310px);
  font-weight:800;
  line-height:.75;
  letter-spacing:-.095em;
  background:linear-gradient(112deg,#555a63 2%,#fff 27%,#818793 45%,#fff 65%,#5b616b 91%);
  color:transparent;
  -webkit-background-clip:text;
  background-clip:text;
}

.hero-overlay{
  min-height:100svh;
  padding-top:150px;
  padding-bottom:55px;
  position:relative;
  z-index:5;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  pointer-events:none;
}

.hero-overlay-copy{
  max-width:725px;
  pointer-events:auto;
}

.hero-overlay .hero-accessible-title{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}

.hero-overlay h2{
  max-width:760px;
  margin-top:10px;
  font-family:"Manrope",sans-serif;
  font-size:clamp(38px,5.6vw,72px);
  line-height:.96;
  letter-spacing:-.06em;
  text-wrap:balance;
}

.hero-overlay .intro{
  max-width:660px;
  margin-top:18px;
  color:#a8acb5;
  font-size:16px;
}

.hero-overlay .actions{
  margin-top:24px;
}

.hero-glass-btn{
  border-color:rgba(255,255,255,.16);
  background:rgba(6,7,9,.34);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.hero-overlay-stats{
  margin-top:32px;
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  pointer-events:auto;
}

.hero-overlay-stats div{
  min-width:142px;
  padding:10px 13px;
  display:flex;
  align-items:center;
  gap:9px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  background:rgba(7,8,10,.33);
  backdrop-filter:blur(10px);
}

.hero-overlay-stats span{
  color:#707680;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
}

.hero-overlay-stats strong{
  color:#cfd2d7;
  font-size:11px;
}

.hero-float-tag{
  position:absolute;
  z-index:4;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  background:rgba(5,6,8,.34);
  backdrop-filter:blur(10px);
  color:#858b95;
  font-size:8px;
  font-weight:900;
  letter-spacing:.17em;
  pointer-events:none;
  animation:heroTagFloat 5.5s ease-in-out infinite;
}

.tag-a{left:8%;top:34%}
.tag-b{right:9%;top:28%;animation-delay:-1.9s}
.tag-c{right:15%;top:57%;animation-delay:-3.6s}

@keyframes heroTagFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-9px)}
}

.hero-drag-hint{
  position:absolute;
  right:34px;
  bottom:35px;
  z-index:7;
  display:flex;
  align-items:center;
  gap:9px;
  color:#606671;
  font-size:8px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  pointer-events:none;
}

.drag-ring{
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
}

.drag-ring i{
  width:5px;
  height:5px;
  border-radius:50%;
  background:#9399a3;
}

.hero-scroll-cue{
  position:absolute;
  left:50%;
  bottom:30px;
  z-index:7;
  transform:translateX(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  color:#686e78;
  font-size:8px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.hero-scroll-cue i{
  width:1px;
  height:22px;
  display:block;
  background:linear-gradient(to bottom,#8d929b,transparent);
  animation:heroScroll 1.8s ease-in-out infinite;
}

@keyframes heroScroll{
  0%,100%{transform:scaleY(.7);transform-origin:top;opacity:.5}
  50%{transform:scaleY(1.15);transform-origin:top;opacity:1}
}

@media(max-width:800px){
  .nav{
    width:calc(100% - 24px);
    top:12px;
  }

  .hero-top-meta{
    top:91px;
  }

  .hero-overlay{
    padding-top:120px;
    padding-bottom:86px;
  }

  .hero-overlay h2{
    font-size:clamp(40px,11vw,65px);
  }

  .hero-overlay .intro{
    max-width:540px;
    font-size:15px;
  }

  .tag-b{
    top:23%;
  }

  .tag-a{
    left:5%;
    top:30%;
  }

  .tag-c{
    right:6%;
    top:51%;
  }

  .hero-drag-hint{
    display:none;
  }

  .hero-scroll-cue{
    bottom:18px;
  }
}

@media(max-width:520px){
  .hero-top-meta{
    width:calc(100% - 28px);
    font-size:7px;
  }

  .hero-overlay{
    width:calc(100% - 28px);
    padding-bottom:66px;
  }

  .hero-overlay .eyebrow{
    font-size:9px;
  }

  .hero-overlay h2{
    font-size:clamp(39px,12.5vw,58px);
  }

  .hero-overlay .intro{
    font-size:14px;
    line-height:1.55;
  }

  .hero-overlay .actions{
    gap:8px;
  }

  .hero-overlay .btn{
    width:100%;
  }

  .hero-overlay-stats{
    display:none;
  }

  .hero-float-tag{
    font-size:7px;
    opacity:.75;
  }

  .tag-a{top:26%}
  .tag-b{top:20%}
  .tag-c{top:48%}
}

@media(prefers-reduced-motion:reduce){
  .hero-float-tag,
  .hero-scroll-cue i{
    animation:none!important;
  }
}


/* =========================================================
   CLEAN SAT+ 3D WELCOME SCREEN
   ========================================================= */

/* Restore normal homepage navigation/content behavior after the intro. */
.nav{
  position:sticky !important;
  left:auto !important;
  top:14px !important;
  transform:none !important;
  z-index:80;
  background:rgba(10,10,12,.82) !important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.hero{
  width:min(1180px,calc(100% - 34px)) !important;
  min-height:auto !important;
  max-width:1180px !important;
  padding:92px 0 90px !important;
  display:grid !important;
  grid-template-columns:1.08fr .92fr !important;
  gap:58px !important;
  align-items:center !important;
  position:relative !important;
}

.hero h1{
  position:static !important;
  width:auto !important;
  height:auto !important;
  overflow:visible !important;
  clip:auto !important;
  white-space:normal !important;
}

/* Hide the old immersive-hero-only layers if legacy markup/styles remain. */
.hero-immersive-stage,
.hero-top-meta,
.hero-float-tag,
.hero-drag-hint,
.hero-scroll-cue,
.hero-center-mark,
.hero-overlay,
.hero-ambient-grid,
.hero-vignette{
  display:none !important;
}

.sat-welcome{
  min-height:100svh;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  display:grid;
  place-items:center;
  background:#050608;
  color:#f5f5f6;
}

.sat-welcome.is-leaving{
  pointer-events:none;
}

.sat-welcome-bg{
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 50% 47%,rgba(255,255,255,.075),transparent 18rem),
    radial-gradient(circle at 50% 50%,transparent 30%,rgba(5,6,8,.28) 68%,rgba(5,6,8,.78) 100%),
    #050608;
}

.sat-welcome-bg::after{
  content:"";
  width:60%;
  height:16%;
  position:absolute;
  left:20%;
  bottom:14%;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(255,255,255,.11),transparent 65%);
  filter:blur(18px);
}

#satWelcomeCanvas{
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  z-index:1;
  display:block;
  opacity:0;
  transition:opacity .7s ease;
}

.sat-welcome.is-ready #satWelcomeCanvas{
  opacity:1;
}

.sat-welcome-fallback{
  position:absolute;
  left:50%;
  top:44%;
  z-index:1;
  transform:translate(-50%,-50%);
  font-family:"Manrope",sans-serif;
  font-size:clamp(100px,20vw,270px);
  font-weight:800;
  line-height:.8;
  letter-spacing:-.09em;
  background:linear-gradient(112deg,#555b65 0%,#fafafa 28%,#888f99 46%,#fff 64%,#555c66 92%);
  color:transparent;
  -webkit-background-clip:text;
  background-clip:text;
  transition:opacity .45s ease;
  pointer-events:none;
}

.sat-welcome.is-ready .sat-welcome-fallback{
  opacity:0;
}

.sat-welcome-content{
  width:min(760px,calc(100% - 34px));
  margin-top:auto;
  padding-bottom:58px;
  position:relative;
  z-index:4;
  text-align:center;
}

.sat-welcome-kicker{
  color:#7d838d;
  font-size:9px;
  font-weight:900;
  letter-spacing:.24em;
}

.sat-welcome-content h1{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}

.sat-welcome-copy{
  margin-top:8px;
  color:#a1a6af;
  font-size:14px;
}

.sat-welcome-enter{
  min-height:48px;
  margin-top:22px;
  padding:0 18px 0 20px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  color:#f2f3f4;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}

.sat-welcome-enter:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.32);
  background:rgba(255,255,255,.085);
}

.sat-welcome-enter span{
  color:#9297a0;
  font-size:14px;
}

.sat-welcome-hint{
  position:absolute;
  right:24px;
  bottom:22px;
  z-index:4;
  color:#4f5560;
  font-size:8px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  pointer-events:none;
}

.sat-welcome::before{
  content:"";
  width:min(1180px,calc(100% - 40px));
  height:1px;
  position:absolute;
  left:50%;
  top:24px;
  z-index:4;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.13),transparent);
}

.sat-welcome::after{
  content:"SAT+ / 2026";
  position:absolute;
  left:24px;
  top:18px;
  z-index:4;
  color:#414751;
  font-size:7px;
  font-weight:900;
  letter-spacing:.18em;
}

.sat-welcome.is-leaving{
  animation:satWelcomeLeave .8s cubic-bezier(.77,0,.18,1) forwards;
}

@keyframes satWelcomeLeave{
  0%{
    opacity:1;
    transform:translateY(0);
  }
  100%{
    opacity:0;
    transform:translateY(-6vh);
  }
}

@media(max-width:760px){
  .hero{
    grid-template-columns:1fr !important;
  }

  .sat-welcome-content{
    padding-bottom:42px;
  }

  .sat-welcome-hint{
    display:none;
  }
}

@media(prefers-reduced-motion:reduce){
  .sat-welcome.is-leaving{
    animation:none;
    opacity:0;
  }
}


/* =========================================================
   SAT+ PREMIUM MICRO-INTERACTIONS
   Subtle 3D lift, cursor tilt, magnetic buttons, click press.
   ========================================================= */

.sat-interactive-surface{
  --sat-rx:0deg;
  --sat-ry:0deg;
  --sat-lift:0px;
  --sat-shine-x:50%;
  --sat-shine-y:50%;
  position:relative;
  transform:
    perspective(1100px)
    translate3d(0,var(--sat-lift),0)
    rotateX(var(--sat-rx))
    rotateY(var(--sat-ry));
  transform-style:preserve-3d;
  will-change:transform;
  transition:
    transform .24s cubic-bezier(.2,.8,.2,1),
    border-color .24s ease,
    background-color .24s ease,
    box-shadow .24s ease;
}

.sat-interactive-surface::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  border-radius:inherit;
  pointer-events:none;
  opacity:0;
  background:
    radial-gradient(
      circle at var(--sat-shine-x) var(--sat-shine-y),
      rgba(255,255,255,.105),
      rgba(255,255,255,.025) 22%,
      transparent 47%
    );
  transition:opacity .22s ease;
}

.sat-interactive-surface.sat-surface-active{
  border-color:rgba(255,255,255,.24) !important;
  box-shadow:
    0 17px 36px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.035);
}

.sat-interactive-surface.sat-surface-active::after{
  opacity:1;
}

.sat-interactive-surface.sat-surface-pressed{
  transition-duration:.08s;
  transform:
    perspective(1100px)
    translate3d(0,var(--sat-lift),0)
    rotateX(var(--sat-rx))
    rotateY(var(--sat-ry))
    scale(.992);
}

.sat-magnetic{
  --sat-mx:0px;
  --sat-my:0px;
  transform:translate3d(var(--sat-mx),var(--sat-my),0);
  will-change:transform;
  transition:
    transform .20s cubic-bezier(.2,.8,.2,1),
    border-color .18s ease,
    background-color .18s ease,
    opacity .18s ease;
}

.sat-magnetic:hover{
  transform:
    translate3d(var(--sat-mx),var(--sat-my),0)
    translateY(-1px);
}

.sat-magnetic.sat-button-pressed{
  transition-duration:.07s;
  transform:
    translate3d(var(--sat-mx),var(--sat-my),0)
    scale(.975);
}

.sat-pop-control{
  transition:
    transform .17s cubic-bezier(.2,.8,.2,1),
    background-color .17s ease,
    border-color .17s ease,
    color .17s ease !important;
}

.sat-pop-control:hover{
  transform:translateY(-2px) scale(1.012);
}

.sat-pop-control:active{
  transform:translateY(0) scale(.975);
}

/* Inputs also react, but they do not move while the user is typing. */
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
select,
textarea{
  transition:
    border-color .18s ease,
    background-color .18s ease,
    box-shadow .18s ease !important;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):hover,
select:hover,
textarea:hover{
  border-color:rgba(255,255,255,.23) !important;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
select:focus,
textarea:focus{
  border-color:rgba(255,255,255,.34) !important;
  box-shadow:0 0 0 3px rgba(255,255,255,.045);
}

/* Touch devices get a simple press effect instead of cursor tilt. */
@media(hover:none),(pointer:coarse){
  .sat-interactive-surface{
    transform:none;
    will-change:auto;
  }

  .sat-interactive-surface:active{
    transform:scale(.992);
  }

  .sat-interactive-surface::after{
    display:none;
  }

  .sat-magnetic{
    transform:none;
    will-change:auto;
  }

  .sat-magnetic:active{
    transform:scale(.975);
  }
}

@media(prefers-reduced-motion:reduce){
  .sat-interactive-surface,
  .sat-magnetic,
  .sat-pop-control{
    transform:none !important;
    transition:
      border-color .18s ease,
      background-color .18s ease,
      color .18s ease !important;
  }

  .sat-interactive-surface::after{
    display:none;
  }
}
