/* prelookcss.css - Premium Edition */

/* -----------------------------
   Premium Design System
------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
  --bg: #FAFBFD;
  --text: #0F0F14;
  --text-light: #52525E;
  --muted: rgba(82, 82, 94, 0.9);
  --subtle: rgba(125, 125, 145, 0.85);
  --border: rgba(228, 228, 238, 1);
  --card: #FFFFFF;
  --panel: rgba(247, 248, 251, 1);

  --purple: #8B5CF6;
  --purple-light: #A78BFA;
  --pink: #F472B6;
  --pink-light: #F9A8D4;
  --orange: #FB923C;
  --orange-light: #FDBA74;

  --shadow-xs: 0 2px 8px rgba(0, 0, 0, 0.02);
  --shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.04), 0 2px 8px rgba(0, 0, 0, 0.02);
  --shadow-md: 0 16px 48px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.03);
  --shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.04);
  --shadow-xl: 0 32px 80px rgba(0, 0, 0, 0.10), 0 12px 32px rgba(0, 0, 0, 0.05);

  --glass-bg: rgba(255, 255, 255, 0.88);
  --glass-border: rgba(255, 255, 255, 0.25);
  --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-2xl: 40px;

  --container: 1200px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s var(--ease-out);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text);
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
}

p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-light);
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

::selection {
  background: var(--purple-light);
  color: white;
}

::-moz-selection {
  background: var(--purple-light);
  color: white;
}

/* -----------------------------
   Background
------------------------------ */
.bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

.bg__gradient {
  position: absolute;
  inset: 0;
  background: url("assets/ArrierePlan.png") center / cover no-repeat;
  opacity: 0.22;
  filter: blur(90px);
  transform: translate3d(0, 0, 0);
  animation: bgFloat 30s ease-in-out infinite;
}

@keyframes bgFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-20px, -20px, 0) scale(1.05); }
}

.bg__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.35;
  transform: translate3d(0, 0, 0);
  animation: blobFloat 25s ease-in-out infinite;
}

@keyframes blobFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  33% { transform: translate3d(30px, -30px, 0) rotate(120deg); }
  66% { transform: translate3d(-30px, 30px, 0) rotate(240deg); }
}

.bg__blob--a {
  width: 900px;
  height: 700px;
  left: -250px;
  top: -150px;
  background: radial-gradient(circle at 30% 30%, #FB923C, transparent 55%),
              radial-gradient(circle at 75% 65%, #FDBA74, transparent 50%);
  animation-delay: -5s;
}

.bg__blob--b {
  width: 950px;
  height: 750px;
  right: -280px;
  top: 80px;
  background: radial-gradient(circle at 35% 35%, #FB923C, transparent 52%),
              radial-gradient(circle at 70% 75%, #8B5CF6, transparent 50%);
  animation-delay: -12s;
}

.bg__noise {
  position: absolute;
  inset: -20%;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='280' height='280' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  transform: rotate(8deg);
  mix-blend-mode: overlay;
}

/* -----------------------------
   Navigation
------------------------------ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(20px) saturate(180%);
  background: var(--glass-bg);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  transition: all 0.4s var(--ease-out);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 80px;
  padding: 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 180px;
  transition: transform 0.3s var(--ease-out);
}

.brand:hover {
  transform: translateY(-2px);
}

.brand__mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--card);
  box-shadow: var(--shadow-sm);
  display: grid;
  place-items: center;
  overflow: hidden;
  transition: all 0.3s var(--ease-out);
}

.brand:hover .brand__mark {
  box-shadow: var(--shadow-md);
  transform: rotate(-5deg) scale(1.05);
}

.brand__mark img {
  width: 38px;
  height: 38px;
  object-fit: cover;
}

.brand__name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.nav__links {
  display: flex;
  gap: 36px;
  color: var(--text-light);
  font-weight: 500;
  font-size: 0.9375rem;
}

.nav__links a {
  position: relative;
  padding: 6px 0;
  transition: color 0.3s var(--ease-out);
}

.nav__links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--purple), var(--pink));
  transition: width 0.4s var(--ease-out);
}

.nav__links a:hover {
  color: var(--text);
}

.nav__links a:hover::after {
  width: 100%;
}

.nav__langs {
  display: flex;
  gap: 8px;
  background: var(--panel);
  padding: 6px;
  border-radius: 50px;
  box-shadow: var(--shadow-xs);
}

.lang {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.125rem;
  transition: all 0.3s var(--ease-spring);
  opacity: 0.6;
}

.lang:hover {
  opacity: 1;
  transform: scale(1.1);
}

.lang--active {
  background: var(--card);
  box-shadow: var(--shadow-xs);
  opacity: 1;
}

/* -----------------------------
   Hero
------------------------------ */
.hero {
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 80px;
}

.hero__left {
  animation: fadeInUp 0.8s var(--ease-out) 0.2s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, var(--purple-light), var(--pink-light));
  color: white;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 28px;
  box-shadow: var(--shadow-md);
  animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: var(--shadow-md);
  }
  50% {
    transform: scale(1.02);
    box-shadow: var(--shadow-lg);
  }
}

.hero h1 {
  margin-bottom: 24px;
  background: linear-gradient(135deg, var(--text) 0%, var(--text-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__subline {
  font-size: 1.1875rem;
  line-height: 1.75;
  color: var(--muted);
  margin-bottom: 0;
  max-width: 560px;
}

.hero__right {
  animation: fadeInUp 0.8s var(--ease-out) 0.4s both;
}

.hero__bullets {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-md);
  transition: all 0.4s var(--ease-out);
}

.hero__bullets:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.hero__bullets p {
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-light);
  word-wrap: break-word;
}

.hero__bullets p:last-child {
  margin-bottom: 0;
}

.hero__bullets strong {
  color: var(--text);
  font-weight: 600;
}

.hero__proof {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(244, 114, 182, 0.08));
  border: 1px solid rgba(139, 92, 246, 0.15);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  margin-bottom: 32px;
}

.hero__proof p {
  margin-bottom: 8px;
  font-size: 0.9375rem;
  color: var(--text);
  font-weight: 500;
}

.hero__proof p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 400;
}

.hero__cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* -----------------------------
   Buttons
------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: var(--radius-md);
  transition: all 0.3s var(--ease-out);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1.5px solid transparent;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  opacity: 0;
  transition: opacity 0.3s var(--ease-out);
  z-index: -1;
}

.btn--primary {
  background: linear-gradient(135deg, var(--purple), var(--pink));
  color: white;
  box-shadow: var(--shadow-md);
}

.btn--primary:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px) scale(1.02);
}

.btn--primary:active {
  transform: translateY(0) scale(0.98);
}

.btn:not(.btn--primary) {
  background: var(--card);
  color: var(--text);
  border-color: var(--border);
  box-shadow: var(--shadow-sm);
}

.btn:not(.btn--primary):hover {
  border-color: var(--purple);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.btn:not(.btn--primary):hover::before {
  opacity: 0.05;
}

/* -----------------------------
   Device iPad
------------------------------ */
.devicePanel {
  padding: 48px 0 80px;
  animation: fadeInUp 0.8s var(--ease-out) 0.6s both;
}

.device {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  background: linear-gradient(145deg, #1F1F23, #2A2A30);
  border-radius: var(--radius-2xl);
  padding: 20px;
  box-shadow: var(--shadow-xl);
  position: relative;
  transition: all 0.5s var(--ease-out);
}

.device:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.15), 0 16px 40px rgba(0, 0, 0, 0.08);
}

.device__camera {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #4A4A52, #2A2A30);
  margin: 0 auto 16px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.device__screen {
  background: var(--bg);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.08);
}

.screenMock {
  min-height: 900px;
  height: 900px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

/* -----------------------------
   Tabs
------------------------------ */
.tabs {
  background: var(--card);
  border-bottom: 1px solid var(--border);
  padding: 16px 24px 0;
}

.tabs__wrap {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.tab {
  padding: 12px 24px;
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--muted);
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  transition: all 0.3s var(--ease-out);
  position: relative;
}

.tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--purple), var(--pink));
  transform: scaleX(0);
  transition: transform 0.3s var(--ease-out);
}

.tab:hover {
  color: var(--text);
  background: rgba(139, 92, 246, 0.05);
}

.tab--active {
  color: var(--text);
  background: var(--panel);
  font-weight: 600;
}

.tab--active::after {
  transform: scaleX(1);
}

.tabPanel {
  padding: 32px;
  animation: tabFadeIn 0.4s var(--ease-out);
  height: 100%;
  overflow-y: auto;
}

@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* -----------------------------
   Passport
------------------------------ */
.passport {
  background: var(--card);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.passport__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  color: white;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  box-shadow: var(--shadow-sm);
}

.passport__meta {
  flex: 1;
}

.passport__name {
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--text);
  margin-bottom: 4px;
}

.passport__sub {
  font-size: 0.875rem;
  color: var(--muted);
}

.pill {
  padding: 6px 16px;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 50px;
  background: var(--panel);
  color: var(--text-light);
}

.pill--status {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(244, 114, 182, 0.12));
  color: var(--purple);
}

/* -----------------------------
   Cards
------------------------------ */
.rec {
  margin-top: 24px;
}

.rec__title {
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 16px;
}

.rec__grid {
  display: grid;
  gap: 12px;
}

.recCard {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: var(--panel);
  border-radius: var(--radius-md);
  transition: all 0.3s var(--ease-out);
  cursor: pointer;
  border: 1px solid transparent;
}

.recCard:hover {
  background: var(--card);
  border-color: var(--border);
  box-shadow: var(--shadow-sm);
  transform: translateX(4px);
}

.recCard__icon {
  font-size: 1.75rem;
  flex-shrink: 0;
}

.recCard__body {
  flex: 1;
  min-width: 0;
}

.recCard__name {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text);
  margin-bottom: 2px;
}

.recCard__meta {
  font-size: 0.8125rem;
  color: var(--muted);
}

.recCard__pill {
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
  background: var(--card);
  color: var(--text-light);
  flex-shrink: 0;
}

.recCard__pill--top {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(244, 114, 182, 0.15));
  color: var(--purple);
}

.record {
  margin-top: 20px;
}

.rLine {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.rLine:last-child {
  border-bottom: none;
}

.rDot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--purple);
  flex-shrink: 0;
}

.rText {
  flex: 1;
  font-size: 0.875rem;
  color: var(--text-light);
}

.rText strong {
  color: var(--text);
  font-weight: 600;
}

.rPill {
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
  background: var(--panel);
  color: var(--text-light);
}

.rPill--soft {
  background: rgba(139, 92, 246, 0.1);
  color: var(--purple);
}

.passport__footer {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hint {
  font-size: 0.8125rem;
  color: var(--muted);
  font-style: italic;
}

.ctaMini {
  padding: 10px 20px;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: var(--radius-sm);
  transition: all 0.3s var(--ease-out);
  box-shadow: var(--shadow-sm);
}

.ctaMini:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

/* -----------------------------
   Sections
------------------------------ */
.section {
  padding: 80px 0;
  position: relative;
}

.section__title {
  text-align: center;
  margin-bottom: 64px;
  animation: fadeInUp 0.8s var(--ease-out);
}

.cards {
  display: grid;
  gap: 32px;
}

.cards--3 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.cards--4 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px 32px;
  box-shadow: var(--shadow-sm);
  transition: all 0.4s var(--ease-out);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--purple), var(--pink));
  transform: scaleX(0);
  transition: transform 0.4s var(--ease-out);
}

.card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-8px);
  border-color: var(--purple);
}

.card:hover::before {
  transform: scaleX(1);
}

.card__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  margin: 0 auto 24px;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.4);
}

.card h3 {
  margin-bottom: 12px;
  font-size: 1.5rem;
  text-align: center;
}

.card p {
  margin: 0;
  font-size: 1rem;
  text-align: center;
}

.card--step {
  text-align: center;
}

.chip {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  color: white;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 auto 20px;
  box-shadow: var(--shadow-md);
}

/* -----------------------------
   Callout
------------------------------ */
.callout {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(244, 114, 182, 0.08));
  border: 2px solid rgba(139, 92, 246, 0.2);
  border-radius: var(--radius-2xl);
  padding: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  box-shadow: var(--shadow-md);
  transition: all 0.4s var(--ease-out);
}

.callout:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-4px);
}

.callout__copy h3 {
  margin-bottom: 12px;
  font-size: 2rem;
}

.callout__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.0625rem;
}

.callout__actions {
  flex-shrink: 0;
}

/* -----------------------------
   Footer
------------------------------ */
.footer {
  padding: 48px 0;
  border-top: 1px solid var(--border);
  background: var(--panel);
  margin-top: 80px;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 0.9375rem;
  color: var(--muted);
}

.footer a:hover {
  color: var(--purple);
}

/* -----------------------------
   Animations
------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s var(--ease-out);
}

.reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--panel);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--purple), var(--pink));
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--purple-light), var(--pink-light));
}

/* -----------------------------
   RESPONSIVE - Mobile & Tablet
------------------------------ */

/* Tablet */
@media (max-width: 1024px) {
  .hero__grid {
    gap: 48px;
  }

  .device {
    width: 650px;
  }

  .screenMock {
    height: 800px;
    min-height: 800px;
  }

  .callout {
    padding: 48px 40px;
    gap: 32px;
  }
}

/* Mobile Large */
@media (max-width: 768px) {
  .container {
    width: calc(100% - 32px);
  }

  .nav__inner {
    height: 68px;
  }

  .nav__links {
    display: none;
  }

  .brand {
    min-width: auto;
  }

  .hero {
    padding: 60px 0 40px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }

  .badge {
    font-size: 0.75rem;
    padding: 8px 16px;
  }

  h1 {
    font-size: 2.5rem !important;
  }

  h2 {
    font-size: 2rem !important;
  }

  .hero__subline {
    font-size: 1.0625rem;
  }

  .hero__bullets {
    padding: 24px;
  }

  .hero__proof {
    padding: 20px 24px;
  }

  .hero__cta {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .device {
    width: 100%;
    max-width: 500px;
    padding: 16px;
  }

  .screenMock {
    height: 700px;
    min-height: 700px;
  }

  .device__camera {
    width: 12px;
    height: 12px;
    margin-bottom: 12px;
  }

  .tabs {
    padding: 12px 16px 0;
  }

  .tab {
    padding: 10px 16px;
    font-size: 0.875rem;
  }

  .tabPanel {
    padding: 24px 20px;
  }

  .passport {
    padding: 20px;
  }

  .passport__head {
    gap: 12px;
  }

  .avatar {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .passport__name {
    font-size: 1rem;
  }

  .passport__sub {
    font-size: 0.8125rem;
  }

  .recCard {
    padding: 14px;
    gap: 12px;
  }

  .recCard__icon {
    font-size: 1.5rem;
  }

  .recCard__name {
    font-size: 0.875rem;
  }

  .recCard__meta {
    font-size: 0.75rem;
  }

  .section {
    padding: 60px 0;
  }

  .section__title {
    margin-bottom: 48px;
    font-size: 2rem !important;
  }

  .cards {
    gap: 24px;
  }

  .cards--3 {
    grid-template-columns: 1fr;
  }

  .cards--4 {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 32px 24px;
  }

  .callout {
    flex-direction: column;
    text-align: center;
    padding: 40px 28px;
    gap: 32px;
  }

  .callout__copy h3 {
    font-size: 1.75rem;
  }

  .callout__copy p {
    font-size: 1rem;
  }

  .footer {
    padding: 40px 0;
    margin-top: 60px;
  }

  .footer__inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .passport__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ctaMini {
    width: 100%;
  }
}

/* Mobile Small */
@media (max-width: 480px) {
  .container {
    width: calc(100% - 24px);
  }

  h1 {
    font-size: 2rem !important;
  }

  h2 {
    font-size: 1.75rem !important;
  }

  .hero__subline {
    font-size: 1rem;
  }

  .device {
    max-width: 100%;
    padding: 12px;
  }

  .screenMock {
    height: 600px;
    min-height: 600px;
  }

  .tabs__wrap {
    gap: 4px;
  }

  .tab {
    padding: 8px 12px;
    font-size: 0.8125rem;
  }

  .tabPanel {
    padding: 20px 16px;
  }

  .passport {
    padding: 16px;
  }

  .rec {
    margin-top: 16px;
  }

  .rec__title {
    font-size: 0.8125rem;
    margin-bottom: 12px;
  }

  .recCard {
    padding: 12px;
  }

  .card {
    padding: 28px 20px;
  }

  .callout {
    padding: 32px 24px;
  }

  .callout__copy h3 {
    font-size: 1.5rem;
  }

  .btn {
    padding: 14px 28px;
    font-size: 0.9375rem;
  }
}