:root {
  --bg:#07080a;
  --panel:#111318;
  --panel2:#17191f;
  --text:#f5f5f6;
  --muted:#a2a6af;
  --silver:#dfe1e5;
  --line:rgba(255,255,255,.11);
  --line2:rgba(255,255,255,.25);
  --good:#bcd8c4;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  min-height:100vh;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,255,255,.08),transparent 30rem),
    radial-gradient(circle at 88% 18%,rgba(150,155,165,.06),transparent 27rem),
    var(--bg);
  color:var(--text);
  font-family:"DM Sans",sans-serif;
  line-height:1.6;
}
button,input,select,textarea{font:inherit}
a{color:inherit;text-decoration:none}
.shell{width:min(1180px,calc(100% - 34px));margin-inline:auto}
.logo{
  font-family:"Manrope",sans-serif;
  font-size:29px;
  font-weight:800;
  letter-spacing:-.07em;
  background:linear-gradient(110deg,#74777e,#fff 24%,#a7abb3 45%,#f7f7f7 65%,#737780);
  color:transparent;
  -webkit-background-clip:text;
  background-clip:text;
}
.eyebrow{
  color:#c8cbd1;
  font-size:11px;
  font-weight:800;
  letter-spacing:.17em;
  text-transform:uppercase;
}

.elite-header{
  width:min(1180px,calc(100% - 34px));
  min-height:69px;
  margin:18px auto 0;
  padding:12px 17px;
  position:sticky;
  top:18px;
  z-index:20;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(7,8,10,.86);
  backdrop-filter:blur(18px);
}
.elite-header nav{display:flex;gap:24px;color:var(--muted);font-size:13px;font-weight:700}
.elite-header nav a:hover{color:var(--text)}

.hero{
  padding:88px 0 67px;
  display:grid;
  grid-template-columns:1.08fr .72fr;
  gap:38px;
  align-items:end;
}
.hero h1{
  max-width:790px;
  margin-top:10px;
  font-family:"Manrope",sans-serif;
  font-size:clamp(56px,8vw,94px);
  line-height:.95;
  letter-spacing:-.072em;
}
.hero-lead{
  max-width:760px;
  margin-top:24px;
  color:var(--muted);
  font-size:18px;
}
.elite-facts{
  margin-top:31px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.elite-facts article{
  padding:16px;
  border:1px solid var(--line);
  border-radius:17px;
  background:rgba(255,255,255,.025);
}
.elite-facts span,.elite-facts strong{display:block}
.elite-facts span{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.12em}
.elite-facts strong{margin-top:3px;font-family:"Manrope";font-size:18px;letter-spacing:-.03em}

.criteria-card{
  padding:28px;
  border:1px solid var(--line2);
  border-radius:27px;
  background:
    radial-gradient(circle at top right,rgba(255,255,255,.09),transparent 18rem),
    var(--panel);
}
.criteria-card h2{
  margin-top:8px;
  font-family:"Manrope";
  font-size:31px;
  line-height:1.08;
  letter-spacing:-.045em;
}
.criteria-card ul{
  margin-top:22px;
  padding-left:20px;
  display:grid;
  gap:10px;
  color:#d2d4d9;
}
.criteria-note{
  margin-top:23px;
  padding-top:17px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:12px;
}

.application-shell{
  padding:25px 0 95px;
  display:grid;
  grid-template-columns:310px minmax(0,1fr);
  gap:20px;
  align-items:start;
}
.application-side{
  padding:26px;
  position:sticky;
  top:108px;
  border:1px solid var(--line);
  border-radius:24px;
  background:var(--panel);
}
.application-side h2{
  margin-top:7px;
  font-family:"Manrope";
  font-size:31px;
  line-height:1.05;
  letter-spacing:-.045em;
}
.application-side>p:not(.eyebrow){margin-top:12px;color:var(--muted)}
.side-step{
  margin-top:20px;
  display:grid;
  grid-template-columns:35px 1fr;
  gap:11px;
}
.side-step>span{
  width:33px;height:33px;
  display:grid;place-items:center;
  border:1px solid var(--line);
  border-radius:10px;
  color:#d6d8dd;
  font-size:11px;
  font-weight:800;
}
.side-step p{color:var(--muted);font-size:12px}
.placement-link{
  margin-top:25px;
  display:inline-block;
  color:#d9dbe0;
  font-size:12px;
  font-weight:800;
}

.elite-form{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:28px;
  background:var(--panel);
}
.honeypot{display:none}
.form-section{
  padding:clamp(25px,4vw,38px);
  border-bottom:1px solid var(--line);
}
.section-heading{
  margin-bottom:28px;
  display:grid;
  grid-template-columns:43px 1fr;
  gap:14px;
  align-items:start;
}
.section-heading>span{
  width:41px;height:41px;
  display:grid;place-items:center;
  border:1px solid var(--line2);
  border-radius:13px;
  color:var(--silver);
  font-weight:900;
}
.section-heading h2{
  font-family:"Manrope";
  font-size:28px;
  letter-spacing:-.04em;
}
.section-heading p{color:var(--muted);font-size:13px}
.field-grid{
  display:grid;
  gap:16px;
}
.field-grid.two{grid-template-columns:1fr 1fr}
.field-grid.three{grid-template-columns:repeat(3,1fr)}
.elite-form label,.elite-form legend{
  color:#d9dbe0;
  font-size:13px;
  font-weight:700;
}
.field-grid+label,.elite-form label+.field-grid,.elite-form .field-grid+fieldset,
.elite-form fieldset+label,.elite-form label+label,.saved-result+.field-grid{
  margin-top:18px;
}
.elite-form input:not([type="checkbox"]),
.elite-form select,
.elite-form textarea{
  width:100%;
  margin-top:7px;
  border:1px solid var(--line);
  border-radius:13px;
  outline:none;
  background:rgba(0,0,0,.25);
  color:var(--text);
}
.elite-form input:not([type="checkbox"]),.elite-form select{
  min-height:49px;
  padding:0 14px;
}
.elite-form textarea{
  padding:13px 14px;
  resize:vertical;
}
.elite-form input:focus,.elite-form select:focus,.elite-form textarea:focus{
  border-color:var(--line2);
}
.elite-form select option{background:#111318}
.optional{color:#777c85;font-size:10px;font-weight:500}
fieldset{
  padding:0;
  border:0;
}
fieldset legend{margin-bottom:12px}
.check-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
}
.check-grid label,.agreement-box label{
  padding:11px 12px;
  display:flex;
  gap:9px;
  align-items:flex-start;
  border:1px solid var(--line);
  border-radius:12px;
  background:rgba(255,255,255,.02);
  color:#cfd1d6;
  font-size:12px;
  font-weight:500;
}
.check-grid input,.agreement-box input{margin-top:3px}

.saved-result{
  margin:18px 0;
  padding:14px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:3px 15px;
  align-items:center;
  border:1px solid rgba(188,216,196,.22);
  border-radius:15px;
  background:rgba(188,216,196,.04);
}
.saved-result span{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.saved-result strong{font-family:"Manrope";font-size:18px}
.saved-result button{
  grid-column:2;
  grid-row:1 / 3;
  min-height:38px;
  padding:0 13px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:var(--text);
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}

.agreement-box{
  padding:25px clamp(25px,4vw,38px);
  display:grid;
  gap:9px;
  border-bottom:1px solid var(--line);
}
.submit-row{
  padding:25px clamp(25px,4vw,38px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:
    radial-gradient(circle at 90% 50%,rgba(255,255,255,.08),transparent 19rem),
    #0e1014;
}
.submit-row p{color:var(--muted);font-size:12px}
.submit-button{
  min-height:51px;
  padding:0 21px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#fafafa,#9da2ab);
  color:#07080a;
  font-weight:900;
  cursor:pointer;
}
.submit-button:hover{transform:translateY(-1px)}

.elite-footer{
  padding:32px 0 48px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:6px 23px;
  border-top:1px solid var(--line);
  color:var(--muted);
}
.elite-footer a{color:#d9dbe0;font-weight:700}
.elite-footer small{grid-column:2;color:#737780}

@media(max-width:900px){
  .hero{grid-template-columns:1fr}
  .application-shell{grid-template-columns:1fr}
  .application-side{position:static}
}
@media(max-width:680px){
  .elite-header{border-radius:22px}
  .elite-header nav a:not(:last-child){display:none}
  .hero{padding-top:58px}
  .elite-facts{grid-template-columns:1fr}
  .field-grid.two,.field-grid.three,.check-grid{grid-template-columns:1fr}
  .submit-row{align-items:stretch;flex-direction:column}
  .submit-button{width:100%}
  .saved-result{grid-template-columns:1fr}
  .saved-result button{grid-column:1;grid-row:auto;margin-top:8px}
  .elite-footer{grid-template-columns:1fr}
  .elite-footer small{grid-column:1}
}


/* Beyond the SAT */
.beyond-sat {
  padding: 16px 0 72px;
}

.beyond-heading {
  max-width: 860px;
}

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

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

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

.beyond-grid article {
  min-height: 255px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 21px;
  background:
    linear-gradient(150deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    var(--panel);
}

.beyond-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--silver);
  font-size: 10px;
  font-weight: 900;
}

.beyond-grid h3 {
  margin-top: auto;
  padding-top: 35px;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.beyond-grid p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.beyond-note {
  margin-top: 13px;
  padding: 17px 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255,255,255,.022);
}

.beyond-note strong {
  white-space: nowrap;
  font-size: 13px;
}

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

/* Elite application uploads */
.upload-intro {
  margin-bottom: 18px;
  padding: 14px 15px;
  border-left: 2px solid var(--silver);
  background: rgba(255,255,255,.025);
}

.upload-intro strong {
  font-size: 13px;
}

.upload-intro p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.upload-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.upload-card {
  min-height: 230px;
  padding: 18px;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(150deg, rgba(255,255,255,.05), rgba(255,255,255,.015)),
    rgba(0,0,0,.18) !important;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease;
}

.upload-card:hover {
  border-color: var(--line2) !important;
  background:
    linear-gradient(150deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
    rgba(0,0,0,.18) !important;
}

.upload-icon {
  min-width: 42px;
  height: 38px;
  padding: 0 8px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line2);
  border-radius: 11px;
  color: var(--silver);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 900;
}

.upload-card strong {
  margin-top: 19px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  letter-spacing: -.025em;
}

.upload-card p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.upload-card input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.upload-action {
  margin-top: auto;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #e2e3e7;
  font-size: 10px;
  font-weight: 800;
}

.upload-card small {
  margin-top: 8px;
  color: #777c85;
  font-size: 10px;
  font-weight: 500;
  word-break: break-word;
}

.materials-context {
  margin-top: 20px !important;
  display: block;
}

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

  .upload-grid {
    grid-template-columns: 1fr;
  }

  .upload-card {
    min-height: 195px;
  }
}

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

  .beyond-note {
    grid-template-columns: 1fr;
  }

  .beyond-note strong {
    white-space: normal;
  }
}


/* =========================================================
   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;
  }
}
