.website-body {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(124, 240, 189, 0.22), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6faf8 48%, #edf5f0 100%);
}

.website-stage {
  align-items: stretch;
  padding: 0;
}

.website-shell {
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.website-shell .screen {
  padding: 0;
}

.website-shell .sign-in-screen.active {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "nav"
    "brand"
    "features"
    "trusted"
    "tools"
    "privacy";
  gap: 34px;
  align-items: start;
  min-height: 100vh;
  padding: 28px clamp(20px, 5vw, 72px) 42px;
}

.website-shell .website-nav {
  grid-area: nav;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.website-shell .website-brand,
.website-shell .website-nav-links a {
  color: var(--text);
  text-decoration: none;
}

.website-shell .website-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 950;
}

.website-shell .website-brand span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--mint);
  color: #07110d;
}

.website-shell .website-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 850;
}

.website-shell .website-nav-links a {
  color: var(--muted);
}

.website-shell .nav-action {
  width: auto;
  min-height: 44px;
  border: 1px solid rgba(124, 240, 189, 0.42);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(124, 240, 189, 0.12);
  color: var(--mint-text);
  font-weight: 950;
}

.website-shell .brand-block {
  grid-area: brand;
  align-self: center;
  width: min(100%, 660px);
  margin: 0 auto;
  padding: 58px 0 0;
  text-align: center;
}

.website-shell .brand-block h1 {
  max-width: 12ch;
  font-size: clamp(3.25rem, 6.2vw, 5.8rem);
}

.website-shell .intro {
  max-width: 48ch;
  margin: 0 auto;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}

.website-shell .hero-actions {
  justify-content: center;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.website-shell .hero-actions .primary-action,
.website-shell .hero-actions .secondary-action {
  width: auto;
  min-width: 170px;
  padding: 0 22px;
}

.website-shell .trusted-strip {
  grid-area: trusted;
  display: grid;
  gap: 26px;
  width: min(100%, 1180px);
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 24px;
  padding: 34px 0 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 248, 0.74)),
    rgba(255, 255, 255, 0.82);
  color: var(--text);
  box-shadow: none;
}

.website-shell .trusted-copy {
  display: grid;
  gap: 10px;
  padding: 0 28px;
  text-align: center;
}

.website-shell .trusted-copy h2 {
  color: var(--text);
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.05;
}

.website-shell .trusted-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  font-weight: 800;
  line-height: 1.35;
}

.website-shell .trusted-marquee {
  display: flex;
  width: 100%;
  overflow: hidden;
  opacity: 0.88;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.website-shell .trusted-marquee-track {
  display: flex;
  min-width: max-content;
  align-items: center;
  gap: 38px;
  padding: 0 19px;
  animation: trusted-marquee 46s linear infinite;
}

.website-shell .trusted-logo {
  display: inline-grid;
  width: 150px;
  height: 48px;
  flex: 0 0 150px;
  place-items: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 950;
  text-align: center;
  box-shadow: none;
  white-space: nowrap;
}

.website-shell .trusted-logo-image {
  background: transparent;
}

.website-shell .trusted-logo-image img {
  display: block;
  width: 142px;
  height: 32px;
  object-fit: contain;
}

.website-shell .trusted-jpmc img {
  width: 146px;
}

.website-shell .trusted-chatgpt img {
  width: 150px;
  height: 48px;
}

.website-shell .trusted-mastercard img {
  width: 74px;
  height: 58px;
}

.website-shell .trusted-kirkland img {
  width: 158px;
  height: 28px;
}

.website-shell .trusted-pwc img {
  width: 82px;
  height: 40px;
}

.website-shell .trusted-wynn img {
  width: 142px;
  height: 34px;
}

.website-shell .trusted-netflix img {
  width: 116px;
  height: 32px;
}

.website-shell .trusted-ibm img {
  width: 98px;
  height: 40px;
}

.website-shell .trusted-johnson img {
  width: 152px;
  height: 31px;
}

.website-shell .trusted-google {
  color: #4285f4;
}

.website-shell .trusted-jpmc {
  color: #5f2d91;
}

.website-shell .trusted-goldman {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.95;
}

.website-shell .trusted-nvidia {
  color: #76b900;
}

.website-shell .trusted-mckinsey {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.05;
  white-space: normal;
}

.website-shell .premium-tools-showcase {
  grid-area: tools;
  display: grid;
  gap: 28px;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.website-shell .premium-tools-showcase h2 {
  color: var(--text);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 0.98;
}

.website-shell .premium-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.website-shell .premium-tool-card {
  min-height: 390px;
  display: grid;
  grid-template-rows: 240px auto auto;
  align-content: start;
  gap: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.76);
}

.website-shell .premium-tool-card h3 {
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1.12;
}

.website-shell .premium-tool-card p {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.website-shell .premium-tool-visual {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 33, 29, 0.09);
  border-radius: 16px;
  background: #ffffff;
}

.website-shell .premium-tool-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@keyframes trusted-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.website-shell .auth-stack {
  width: min(100%, 620px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 8px auto 0;
}

.website-shell .profile-setup {
  align-self: center;
  gap: 12px;
  border-radius: 22px;
  padding: 24px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 248, 0.82)),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 80px rgba(32, 52, 43, 0.14);
}

.website-shell .matcher-screen.active {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 28px clamp(20px, 5vw, 72px);
}

.website-shell .matcher-screen .profile-setup {
  width: min(100%, 680px);
}

.website-shell .profile-setup .section-head h2 {
  font-size: 1.55rem;
}

.website-shell .website-feature-strip {
  grid-area: features;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 660px);
  margin: 0 auto;
}

.website-shell .website-feature-strip article {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.website-shell .website-feature-strip strong {
  color: var(--text);
  font-size: 0.98rem;
}

.website-shell .website-feature-strip span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
}

.website-shell .site-footer {
  grid-area: privacy;
  align-self: end;
  display: grid;
  gap: 34px;
  width: min(100%, 1180px);
  max-width: none;
  margin: 0 auto;
  padding: 10px 0 0;
}

.website-shell .footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1.05fr) minmax(0, 2.6fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.website-shell .footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: clamp(26px, 6vw, 82px);
  text-align: left;
}

.website-shell .footer-links section {
  display: grid;
  align-content: start;
  gap: 10px;
}

.website-shell .footer-links h2 {
  color: var(--text);
  font-size: 1rem;
  font-weight: 950;
}

.website-shell .footer-links a {
  width: max-content;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 850;
  text-decoration: none;
}

.website-shell .footer-links a:hover {
  color: var(--mint-text);
}

.website-shell .footer-brand {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px 12px;
  align-content: start;
  align-items: center;
  color: var(--text);
  text-align: left;
}

.website-shell .footer-brand > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: var(--mint);
  color: #07110d;
  font-size: 0.95rem;
  font-weight: 950;
}

.website-shell .footer-brand strong {
  display: block;
  color: var(--mint-text);
  font-size: 1.5rem;
  font-weight: 950;
}

.website-shell .footer-brand p {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.35;
}

.contact-popup {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(7, 17, 13, 0.42);
}

.contact-popup[hidden] {
  display: none;
}

.contact-popup-card {
  position: relative;
  width: min(100%, 360px);
  padding: 28px;
  border-radius: 18px;
  border: 1px solid rgba(16, 42, 31, 0.12);
  color: var(--text);
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(7, 17, 13, 0.22);
  text-align: left;
}

.contact-popup-card h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 950;
}

.contact-popup-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

.contact-popup-card a {
  color: var(--mint-text);
  font-weight: 950;
}

.legal-popup-card {
  width: min(100%, 720px);
  max-height: min(78vh, 760px);
  overflow: auto;
}

.legal-effective {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.legal-copy {
  display: grid;
  gap: 18px;
}

.legal-copy section {
  display: grid;
  gap: 6px;
}

.legal-copy h3 {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  font-weight: 950;
}

.legal-copy p {
  line-height: 1.55;
}

.contact-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: var(--muted);
  background: rgba(16, 42, 31, 0.08);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.newsletter-form {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.newsletter-form label {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 950;
}

.newsletter-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(16, 42, 31, 0.16);
  border-radius: 12px;
  padding: 0 13px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-weight: 800;
}

.newsletter-form button {
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  color: #07110d;
  background: var(--mint);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.newsletter-form span {
  min-height: 18px;
  color: var(--mint-text);
  font-size: 0.9rem;
  font-weight: 850;
}

.account-status {
  min-height: 20px;
  color: var(--mint-text);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.35;
}

.account-mode-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 5px;
  background: #f4f7f5;
}

.account-mode-tabs button {
  min-height: 38px;
  border: 0;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
}

.account-mode-tabs button.active {
  color: var(--text);
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(24, 35, 29, 0.08);
}

.google-signin-card {
  display: grid;
  gap: 12px;
  width: min(100%, 420px);
}

.google-signin-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 50%;
  color: #4285f4;
  background: #ffffff;
  font-size: 1.35rem;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(23, 33, 29, 0.08);
}

.google-signin-form {
  margin-top: 6px;
}

.website-shell .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.website-shell .footer-bottom p {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 850;
}

.website-shell .footer-social {
  display: flex;
  align-items: center;
  gap: 22px;
}

.website-shell .footer-social a {
  display: grid;
  min-width: 28px;
  min-height: 28px;
  place-items: center;
  color: var(--muted);
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
}

.website-shell .footer-social svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.website-shell .app-header {
  max-width: 1040px;
  margin: 0 auto 18px;
}

.website-shell .deck-note,
.website-shell .save-limit-note {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.website-shell .card-stack {
  min-height: 0;
}

.website-shell .internship-card {
  min-height: 0;
}

.website-shell .swipe-screen.active {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 18px;
  min-height: 100vh;
  padding: 34px clamp(20px, 5vw, 72px);
}

.website-shell .swipe-screen .app-header,
.website-shell .swipe-screen .deck-note,
.website-shell .swipe-layout {
  width: min(100%, 1180px);
  margin-right: auto;
  margin-left: auto;
}

.website-shell .swipe-screen .deck-note {
  font-size: 0.96rem;
}

.website-shell .website-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.website-shell .website-internship-card {
  min-height: 390px;
  grid-template-rows: auto auto 1fr auto;
  border-radius: 18px;
  padding: 18px;
}

.website-shell .website-internship-card h2 {
  font-size: 1.1rem;
  line-height: 1.15;
}

.website-shell .website-internship-card .description {
  font-size: 0.9rem;
}

.website-shell .website-internship-card .info-grid {
  grid-template-columns: 1fr;
}

.website-shell .website-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 4px;
}

.website-shell .website-card-actions span {
  color: var(--mint-text);
  font-size: 0.85rem;
  font-weight: 900;
}

.website-shell .website-card-actions .secondary-action {
  width: auto;
  min-height: 40px;
  border-radius: 999px;
  padding: 0 16px;
  font-size: 0.82rem;
}

.website-shell .swipe-screen .swipe-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0;
}

.website-shell .swipe-screen .round-action {
  width: auto;
  height: 48px;
  min-width: 132px;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 0.95rem;
}

.website-shell .website-grid-empty {
  grid-column: 1 / -1;
  min-height: 320px;
}

.website-shell .swipe-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: start;
}

.website-shell .swipe-feed {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.website-shell .swipe-sidebar {
  position: sticky;
  top: 24px;
}

.website-shell .sidebar-nav {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px;
  background: #f6f7f9;
}

.website-shell .sidebar-nav-group {
  display: grid;
  gap: 6px;
  padding-top: 10px;
}

.website-shell .sidebar-nav-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 8px 6px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 850;
}

.website-shell .sidebar-nav-group .sidebar-nav-label {
  color: #9a6a00;
}

.website-shell .sidebar-nav-label::after {
  width: 0;
  height: 0;
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.website-shell .sidebar-nav-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  color: #4b5565;
  background: transparent;
  font-size: 1rem;
  font-weight: 850;
  text-align: left;
}

.website-shell .sidebar-nav-item.active {
  color: var(--text);
  background: #eceff3;
}

.website-shell .sidebar-nav-item.nested {
  min-height: 46px;
  padding-left: 24px;
}

.website-shell .sidebar-nav-item[data-open-premium-panel] {
  border: 1px solid rgba(224, 157, 0, 0.34);
  color: #7a5600;
  background:
    linear-gradient(145deg, rgba(255, 211, 90, 0.22), transparent 62%),
    rgba(255, 255, 255, 0.74);
}

.website-shell .sidebar-nav-item[data-open-premium-panel]:hover,
.website-shell .sidebar-nav-item[data-open-premium-panel]:focus-visible {
  border-color: rgba(194, 128, 0, 0.62);
  color: #141713;
  background:
    linear-gradient(145deg, rgba(255, 211, 90, 0.36), transparent 62%),
    #ffffff;
}

.website-shell .sidebar-nav-item[data-open-premium-panel] svg {
  color: #b77b00;
}

.website-shell .sidebar-nav-item:hover,
.website-shell .sidebar-nav-item:focus-visible {
  color: var(--text);
  background: #eceff3;
}

.website-shell .sidebar-nav-item svg {
  width: 22px;
  height: 22px;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.website-shell .sidebar-nav-item small {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  color: var(--muted);
  background: #ffffff;
  font-size: 0.78rem;
  font-weight: 950;
}

.website-shell .account-login-note {
  margin: 2px 6px 6px;
  border: 1px solid rgba(88, 188, 133, 0.24);
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--mint-text);
  background: rgba(236, 255, 244, 0.78);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.25;
  word-break: break-word;
}

.website-shell .saved-summary,
.website-shell .saved-list,
.website-shell .premium-hero,
.website-shell .premium-features,
.website-shell .premium-tools,
.website-shell .premium-tool-panel {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.website-shell .saved-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.website-shell .premium-screen.active {
  grid-template-columns: minmax(280px, 0.82fr) minmax(380px, 1.18fr);
  grid-template-areas:
    "premium-header premium-header"
    "premium-hero premium-tools"
    "premium-features premium-tools"
    "premium-panel premium-panel";
  column-gap: 28px;
  row-gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding-right: clamp(20px, 5vw, 72px);
  padding-left: clamp(20px, 5vw, 72px);
}

.website-shell .premium-screen.active.tool-open {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "premium-header"
    "premium-panel";
  width: 100%;
  max-width: none;
  min-height: 100vh;
  padding: 28px clamp(20px, 3vw, 48px) 56px;
}

.website-shell .premium-screen.active.tool-open .premium-hero,
.website-shell .premium-screen.active.tool-open .premium-features,
.website-shell .premium-screen.active.tool-open .premium-tools {
  display: none;
}

.website-shell .premium-screen.active.tool-open .app-header,
.website-shell .premium-screen.active.tool-open .premium-tool-panel {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.website-shell .premium-screen .app-header {
  grid-area: premium-header;
}

.website-shell .premium-hero {
  grid-area: premium-hero;
  width: 100%;
  max-width: none;
  margin: 0;
}

.website-shell .premium-features {
  grid-area: premium-features;
  width: 100%;
  max-width: none;
  margin: 0;
}

.website-shell .premium-tools {
  grid-area: premium-tools;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 14px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.website-shell .premium-tool-section {
  padding: 14px;
}

.website-shell .premium-tool-section h2 {
  font-size: 0.78rem;
}

.website-shell .premium-tool-button {
  min-height: 0;
  padding: 14px 16px;
}

.website-shell .premium-tool-button strong {
  font-size: 1.02rem;
}

.website-shell .premium-tool-panel {
  grid-area: premium-panel;
  width: 100%;
  max-width: none;
}

.website-shell .premium-tool-panel {
  padding: 26px;
}

.website-shell .premium-screen.active.tool-open .premium-tool-panel {
  min-height: calc(100vh - 170px);
  align-content: start;
  gap: 28px;
  border-radius: 18px;
  padding: clamp(28px, 4vw, 56px);
}

.website-shell .premium-screen.active.tool-open .premium-tool-panel .section-head h2 {
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1;
}

.website-shell .premium-screen.active.tool-open .premium-tool-panel .section-head span {
  border: 1px solid rgba(224, 157, 0, 0.38);
  border-radius: 999px;
  padding: 8px 12px;
  color: #9a6a00;
  background: rgba(255, 211, 90, 0.14);
}

.website-shell .premium-screen.active.tool-open .tool-back-button {
  min-height: 44px;
  padding: 0 18px;
}

.website-shell .premium-screen.active.tool-open .score-resume-upload {
  min-height: 110px;
  align-content: center;
  border-color: rgba(224, 157, 0, 0.38);
  background:
    linear-gradient(145deg, rgba(255, 211, 90, 0.16), transparent 62%),
    rgba(255, 255, 255, 0.84);
}

.website-shell .score-resume-upload input {
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 9px 0;
  color: var(--muted);
  font-weight: 850;
}

.website-shell .premium-screen.active.tool-open .field-label {
  font-size: 1rem;
}

.website-shell .premium-screen.active.tool-open .contact-search-label input,
.website-shell .premium-screen.active.tool-open .contact-finder select,
.website-shell .premium-screen.active.tool-open .resume-tailor select,
.website-shell .premium-screen.active.tool-open .cover-letter-tool input,
.website-shell .premium-screen.active.tool-open .cover-letter-tool select,
.website-shell .premium-screen.active.tool-open .interview-practice-tool select,
.website-shell .premium-screen.active.tool-open .application-tracker-tool select,
.website-shell .premium-screen.active.tool-open .application-score-tool select,
.website-shell .premium-screen.active.tool-open .priority-alerts-tool input,
.website-shell .premium-screen.active.tool-open .priority-alerts-tool select {
  min-height: 58px;
  border-radius: 14px;
  font-size: 1rem;
}

.website-shell .premium-screen.active.tool-open .tailor-preview,
.website-shell .premium-screen.active.tool-open .tracker-preview {
  gap: 16px;
  border-radius: 18px;
  padding: clamp(18px, 2vw, 28px);
}

.website-shell .contact-table {
  overflow: visible;
}

.website-shell .contact-row {
  grid-template-columns: minmax(220px, 1fr) minmax(240px, 1fr) minmax(210px, 0.8fr);
}

@media (max-width: 820px) {
  .website-stage {
    padding: 0;
  }

  .website-shell {
    width: 100%;
    min-height: 100vh;
    border-radius: 0;
  }

  .website-shell .screen {
    padding: 0;
  }

  .website-shell .sign-in-screen.active {
    grid-template-columns: 1fr;
    grid-template-areas:
      "nav"
      "brand"
      "features"
      "trusted"
      "tools"
      "privacy";
    gap: 24px;
    align-content: start;
    padding: 20px;
  }

  .website-shell .website-nav {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .website-shell .website-nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .website-shell .brand-block {
    width: 100%;
    margin-left: 0;
    padding-top: 18px;
  }

  .website-shell .brand-block h1 {
    font-size: 3rem;
  }

  .website-shell .hero-actions .primary-action,
  .website-shell .hero-actions .secondary-action {
    width: 100%;
  }

  .website-shell .auth-stack,
  .website-shell .trusted-strip,
  .website-shell .premium-tools-showcase,
  .website-shell .website-feature-strip,
  .website-shell .site-footer {
    max-width: none;
    width: 100%;
  }

  .website-shell .site-footer {
    gap: 28px;
  }

  .website-shell .footer-main,
  .website-shell .footer-links {
    grid-template-columns: 1fr;
  }

  .website-shell .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .website-shell .trusted-strip {
    border-radius: 18px;
    padding: 28px 0 18px;
  }

  .website-shell .trusted-marquee-track {
    gap: 36px;
  }

  .website-shell .website-feature-strip,
  .website-shell .auth-stack,
  .website-shell .premium-tools-grid {
    grid-template-columns: 1fr;
  }

  .website-shell .saved-list,
  .website-shell .premium-tools {
    grid-template-columns: 1fr;
  }

  .website-shell .premium-screen.active {
    grid-template-columns: 1fr;
    grid-template-areas:
      "premium-header"
      "premium-hero"
      "premium-features"
      "premium-tools"
      "premium-panel";
    padding-right: 22px;
    padding-left: 22px;
  }

  .website-shell .premium-screen.active.tool-open {
    grid-template-areas:
      "premium-header"
      "premium-hero"
      "premium-features"
      "premium-panel";
  }

  .website-shell .swipe-screen.active {
    padding: 22px;
  }

  .website-shell .swipe-layout {
    grid-template-columns: 1fr;
  }

  .website-shell .swipe-sidebar {
    position: static;
  }

  .website-shell .website-card-grid {
    grid-template-columns: 1fr;
  }

  .website-shell .contact-row {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 821px) and (max-width: 1080px) {
  .website-shell .website-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .website-shell .trusted-marquee-track {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
}

/* Modern website refresh */
.website-body {
  background:
    radial-gradient(circle at 18% 0%, rgba(124, 240, 189, 0.2), transparent 28%),
    linear-gradient(180deg, #f8fbfa 0%, #eef6f2 52%, #f7faf9 100%);
}

.website-body::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(23, 33, 29, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 33, 29, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

.website-shell .sign-in-screen.active {
  gap: clamp(28px, 4vw, 52px);
  padding: 20px clamp(18px, 4vw, 64px) 46px;
}

.website-shell .website-nav {
  position: sticky;
  top: 14px;
  z-index: 20;
  width: min(100%, 1240px);
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 999px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 60px rgba(23, 33, 29, 0.08);
  backdrop-filter: blur(18px);
}

.website-shell .website-brand {
  gap: 12px;
  font-size: 1rem;
}

.website-shell .website-brand span,
.website-shell .footer-brand > span {
  border-radius: 10px;
  background: var(--mint);
  box-shadow: 0 10px 24px rgba(15, 143, 97, 0.16);
}

.website-shell .website-nav-links {
  gap: 6px;
}

.website-shell .website-nav-links a {
  border-radius: 999px;
  padding: 10px 13px;
  transition: background 160ms ease, color 160ms ease;
}

.website-shell .website-nav-links a:hover {
  color: var(--text);
  background: rgba(23, 33, 29, 0.06);
}

.website-shell .brand-block {
  width: min(100%, 820px);
  padding-top: clamp(54px, 8vw, 108px);
}

.website-shell .brand-block h1 {
  max-width: 13ch;
  margin: 0 auto;
  font-size: clamp(3.4rem, 7.4vw, 6.9rem);
  line-height: 0.92;
}

.website-shell .intro {
  max-width: 56ch;
  color: #53645d;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
}

.website-shell .hero-actions {
  margin-top: 10px;
}

.website-shell .hero-actions .primary-action,
.website-shell .primary-action {
  border: 1px solid rgba(23, 33, 29, 0.08);
  border-radius: 12px;
  background: var(--mint);
  color: #07110d;
  box-shadow: 0 16px 34px rgba(15, 143, 97, 0.18);
}

.website-shell .hero-actions .secondary-action,
.website-shell .secondary-action {
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
}

.website-shell .auth-stack {
  width: min(100%, 720px);
  gap: 10px;
}

.website-shell .auth-button {
  min-height: 54px;
  border-radius: 12px;
  border: 1px solid rgba(23, 33, 29, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(23, 33, 29, 0.06);
}

.website-shell .trusted-strip,
.website-shell .premium-tools-showcase,
.website-shell .site-footer,
.website-shell .swipe-screen .app-header,
.website-shell .swipe-screen .deck-note,
.website-shell .swipe-layout {
  width: min(100%, 1240px);
}

.website-shell .trusted-strip {
  gap: 30px;
  border-color: rgba(23, 33, 29, 0.08);
  border-radius: 8px;
  padding: clamp(28px, 4vw, 42px) 0 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 252, 250, 0.88)),
    #ffffff;
  box-shadow: 0 24px 80px rgba(23, 33, 29, 0.08);
}

.website-shell .trusted-copy {
  max-width: 760px;
  margin: 0 auto;
}

.website-shell .trusted-copy h2,
.website-shell .premium-tools-showcase h2 {
  letter-spacing: 0;
}

.website-shell .website-feature-strip {
  width: min(100%, 760px);
  gap: 10px;
}

.website-shell .website-feature-strip article,
.website-shell .premium-tool-card,
.website-shell .profile-setup,
.website-shell .sidebar-nav,
.website-shell .premium-hero,
.website-shell .premium-features article,
.website-shell .premium-tool-section,
.website-shell .premium-tool-panel,
.website-shell .saved-summary div,
.website-shell .saved-item,
.website-shell .contact-popup-card {
  border-radius: 8px;
  border-color: rgba(23, 33, 29, 0.09);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 54px rgba(23, 33, 29, 0.07);
}

.website-shell .premium-tools-showcase {
  gap: 22px;
}

.website-shell .premium-tools-grid {
  gap: 14px;
}

.website-shell .premium-tool-card {
  min-height: 360px;
  grid-template-rows: 220px auto auto;
  padding: 16px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.website-shell .premium-tool-card:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 143, 97, 0.2);
  box-shadow: 0 26px 72px rgba(23, 33, 29, 0.1);
}

.website-shell .premium-tool-visual {
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f3f8f5);
}

.website-shell .site-footer {
  border-top: 1px solid rgba(23, 33, 29, 0.08);
  padding-top: 34px;
}

.website-shell .footer-social a {
  min-width: 36px;
  min-height: 36px;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
}

.website-shell .swipe-screen.active,
.website-shell .saved-screen.active,
.website-shell .premium-screen.active {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(239, 247, 243, 0.82)),
    transparent;
}

.website-shell .app-header {
  width: min(100%, 1240px);
}

.website-shell .app-header h1 {
  line-height: 0.96;
}

.website-shell .website-card-grid {
  gap: 14px;
}

.website-shell .website-internship-card,
.website-shell .internship-card,
.website-shell .empty-state {
  border-radius: 8px;
  border-color: rgba(23, 33, 29, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(23, 33, 29, 0.08);
}

.website-shell .website-internship-card {
  min-height: 370px;
}

.website-shell .website-card-actions .secondary-action {
  border-radius: 10px;
}

.website-shell .swipe-layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: 20px;
}

.website-shell .sidebar-nav {
  gap: 7px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(16px);
}

.website-shell .sidebar-nav-item {
  min-height: 46px;
  border-radius: 8px;
  color: #4e5b55;
}

.website-shell .sidebar-nav-item.active,
.website-shell .sidebar-nav-item:hover,
.website-shell .sidebar-nav-item:focus-visible {
  background: rgba(23, 33, 29, 0.06);
}

.website-shell .sidebar-nav-item[data-open-premium-panel] {
  border-color: rgba(224, 157, 0, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 211, 90, 0.22), rgba(255, 255, 255, 0.76)),
    #ffffff;
  box-shadow: none;
}

.website-shell .premium-screen.active {
  max-width: 1240px;
  padding-top: 34px;
}

.website-shell .premium-tool-button {
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 211, 90, 0.2), rgba(255, 255, 255, 0.92)),
    #ffffff;
  box-shadow: 0 12px 32px rgba(198, 139, 0, 0.07);
}

.website-shell .premium-tool-button .tool-arrow {
  width: 38px;
  height: 38px;
}

.website-shell .premium-screen.active.tool-open {
  max-width: none;
}

.website-shell .premium-screen.active.tool-open .premium-tool-panel {
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 252, 250, 0.94)),
    #ffffff;
}

.website-shell .tailor-preview,
.website-shell .tracker-preview,
.website-shell .company-result,
.website-shell .contact-table {
  border-radius: 8px;
}

@media (max-width: 820px) {
  .website-shell .website-nav {
    position: static;
    border-radius: 8px;
  }

  .website-shell .brand-block h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .website-shell .auth-stack {
    grid-template-columns: 1fr;
  }

  .website-shell .premium-tool-card {
    min-height: 320px;
    grid-template-rows: 190px auto auto;
  }

  .website-shell .swipe-layout {
    grid-template-columns: 1fr;
  }
}
