:root {
  --bg: #0d1117;
  --bg-2: #111a24;
  --card-bg: rgba(255, 255, 255, 0.92);
  --card-dark: rgba(26, 35, 45, 0.8);
  --text: #10151b;
  --muted: rgba(17, 24, 32, 0.62);
  --soft: #e5e7eb;
  --stroke: rgba(17, 24, 32, 0.12);
  --orange: #f47f3d;
  --orange-deep: #e96d2f;
  --blue: #1d3d58;
  --blue-2: #365a78;
  --green: #3bc884;
  --shadow: rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  height: 100%;
  font-family: 'Inter', sans-serif;
  background: #0b0d12;
  color: white;
}

body {
  min-height: 100vh;
  display: grid;
  place-items: start center;
}

button {
  font: inherit;
}

.page-shell {
  width: 100%;
  min-height: 100vh;
  display: grid;
  place-items: start center;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.05), transparent 36%),
    linear-gradient(180deg, #0b0f14 0%, #11161d 100%);
  padding: 22px;
}

.phone-frame {
  position: relative;
  width: min(100%, 440px);
  min-height: 820px;
  background: linear-gradient(180deg, rgba(18, 22, 28, 0.95), rgba(12, 17, 22, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px 28px 28px 28px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  padding: 12px 14px 16px;
}

.status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px 4px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.92);
}

.status-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cell-icon {
  width: 14px;
  height: 10px;
  border-radius: 2px;
  border: 1.5px solid rgba(255,255,255,0.9);
  border-top: none;
  position: relative;
  transform: rotate(180deg);
}

.cell-icon::before {
  content: "";
  position: absolute;
  inset: 2px 2px 1px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75);
}

.wifi-icon {
  width: 14px;
  height: 10px;
  position: relative;
  display: inline-block;
}

.wifi-icon::before,
.wifi-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-top-color: rgba(255,255,255,0.9);
  border-radius: 50%;
}

.wifi-icon::before {
  transform: scale(0.8) translateY(2px);
}

.wifi-icon::after {
  transform: scale(0.55) translateY(5px);
}

.battery-icon {
  width: 26px;
  height: 12px;
  border: 1.5px solid rgba(255,255,255,0.9);
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  padding: 2px;
  position: relative;
}

.battery-icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 6px;
  right: -4px;
  border-radius: 1px;
  background: rgba(255,255,255,0.9);
}

.battery-level {
  display: block;
  width: 70%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  border-radius: 2px;
}

.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 12px;
  color: rgba(255,255,255,0.9);
}

.app-header h1 {
  margin: 0;
  flex: 1;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-align: left;
  padding-left: 6px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.icon-button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255,255,255,0.03);
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
}

.back-button {
  width: 42px;
  height: 42px;
  background: transparent;
  border: none;
  font-size: 2.2rem;
  line-height: 1;
  color: rgba(255,255,255,0.9);
  padding: 0;
}

.more-button {
  width: 38px;
  height: 38px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 1.9rem;
  display: grid;
  place-items: center;
  line-height: 0.8;
}

.tabs {
  display: flex;
  gap: 5px;
  padding: 8px 6px 12px;
  overflow: visible;
}

.tab {
  flex: 1 1 0;
  min-width: 0;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.7);
  border-radius: 12px;
  padding: 9px 4px;
  min-height: 40px;
  font-size: clamp(0.62rem, 2.2vw, 0.78rem);
  line-height: 1.1;
  font-weight: 600;
  white-space: normal;
  cursor: pointer;
  transition: 0.2s ease;
}

.tab.active {
  background: rgba(255,255,255,0.18);
  color: white;
  border-color: rgba(255,255,255,0.18);
}

.services-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(4, 8, 12, 0.72);
  backdrop-filter: blur(6px);
}

.services-modal[hidden] {
  display: none;
}

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(4, 8, 12, 0.72);
  backdrop-filter: blur(6px);
}

.quote-modal[hidden] {
  display: none;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(4, 8, 12, 0.72);
  backdrop-filter: blur(6px);
}

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

.settings-modal,
.more-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(4, 8, 12, 0.72);
  backdrop-filter: blur(6px);
}

.settings-modal[hidden],
.more-modal[hidden] {
  display: none;
}

.support-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(4, 8, 12, 0.72);
  backdrop-filter: blur(6px);
}

.support-modal[hidden] {
  display: none;
}

.services-dialog {
  position: relative;
  width: min(100%, 380px);
  padding: 28px;
  border-radius: 20px;
  background: #f7f8f6;
  color: var(--text);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
}

.services-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 24, 32, 0.08);
  color: var(--text);
  font-size: 1.4rem;
  cursor: pointer;
}

.dialog-kicker {
  color: var(--orange-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.services-dialog h2 {
  margin: 12px 34px 10px 0;
  font-size: 1.8rem;
}

.services-dialog p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.5;
}

.services-dialog ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-dialog li {
  position: relative;
  padding-left: 22px;
  line-height: 1.4;
}

.services-dialog li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange-deep);
  font-weight: 800;
}

.quick-links {
  display: grid;
  gap: 10px;
}

.quick-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 14px;
  border: 0;
  border-radius: 11px;
  background: rgba(17, 24, 32, 0.06);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.quick-link:hover {
  background: rgba(244, 127, 61, 0.14);
  transform: translateY(-1px);
}

.quick-link span {
  color: var(--orange-deep);
  font-size: 1.2rem;
}

.support-actions {
  display: grid;
  gap: 10px;
}

.support-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  border-radius: 11px;
  background: var(--orange);
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.quote-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 13px 15px;
  border-radius: 11px;
  background: var(--orange);
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.quote-success {
  margin: 12px 0 0;
  color: var(--orange-deep);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
}

.quote-success[hidden] {
  display: none;
}

.contact-details {
  display: grid;
  gap: 10px;
}

.contact-details a,
.contact-details div {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 11px;
  background: rgba(17, 24, 32, 0.06);
  color: var(--text);
  text-decoration: none;
}

.contact-details strong {
  color: var(--orange-deep);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-details span {
  line-height: 1.4;
}

.settings-options {
  display: grid;
  gap: 10px;
}

.settings-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 11px;
  background: rgba(17, 24, 32, 0.06);
  color: var(--text);
  font-size: 0.9rem;
  cursor: pointer;
}

.settings-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.switch {
  position: relative;
  flex: 0 0 auto;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #c7cbd0;
  transition: background 0.2s ease;
}

.switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}

.settings-option input:checked + .switch {
  background: var(--orange);
}

.settings-option input:checked + .switch::after {
  transform: translateX(18px);
}

.content-area {
  padding: 0 12px;
}

.services-page[hidden] {
  display: none;
}

.process-page[hidden] {
  display: none;
}

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

.corporate-page[hidden] {
  display: none;
}

.services-active .hero-card,
.services-active .stats-box,
.services-active .why-box {
  display: none;
}

.process-active .hero-card,
.process-active .stats-box,
.process-active .why-box {
  display: none;
}

.contact-active .hero-card,
.contact-active .stats-box,
.contact-active .why-box {
  display: none;
}

.corporate-active .hero-card,
.corporate-active .stats-box,
.corporate-active .why-box {
  display: none;
}

.services-page {
  min-height: 426px;
  padding: 28px 4px 18px;
  color: var(--text);
}

.services-page-header {
  padding: 12px 8px 22px;
}

.services-page-header h2 {
  margin: 10px 0 8px;
  color: white;
  font-size: 2rem;
  line-height: 1.05;
}

.services-page-header p {
  max-width: 330px;
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.5;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.service-card {
  min-height: 160px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  background: rgba(255,255,255,0.94);
  color: var(--text);
}

.service-card span {
  color: var(--orange-deep);
  font-size: 0.72rem;
  font-weight: 800;
}

.service-card h3 {
  margin: 12px 0 7px;
  font-size: 1rem;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.process-page {
  min-height: 426px;
  padding: 28px 4px 18px;
  color: var(--text);
}

.process-list {
  display: grid;
  gap: 10px;
}

.process-step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  padding: 15px;
  border-radius: 16px;
  background: rgba(255,255,255,0.94);
  color: var(--text);
}

.process-step > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-size: 0.72rem;
  font-weight: 800;
}

.process-step h3 {
  margin: 2px 0 5px;
  font-size: 1rem;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.contact-page {
  min-height: 426px;
  padding: 28px 4px 18px;
}

.contact-page-details {
  display: grid;
  gap: 12px;
}

.contact-page-details a {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.94);
  color: var(--text);
  text-decoration: none;
}

.contact-page-details a:hover {
  background: white;
  transform: translateY(-1px);
}

.contact-page-details strong {
  color: var(--orange-deep);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-page-details span {
  line-height: 1.45;
}

.corporate-page {
  min-height: 426px;
  padding: 28px 4px 18px;
}

.corporate-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.corporate-highlights article {
  display: grid;
  gap: 6px;
  padding: 14px 10px;
  border-radius: 14px;
  background: rgba(255,255,255,0.94);
  color: var(--text);
}

.corporate-highlights strong {
  color: var(--orange-deep);
  font-size: 1.2rem;
}

.corporate-highlights span {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
}

.corporate-note {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.94);
  color: var(--text);
}

.corporate-note h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.corporate-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.references-section {
  margin-top: 18px;
}

.references-section h3 {
  margin: 0 0 10px;
  color: white;
  font-size: 1.1rem;
}

.reference-list {
  display: grid;
  gap: 8px;
}

.reference-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.94);
  color: var(--text);
}

.reference-card span {
  color: var(--orange-deep);
  font-size: 0.72rem;
  font-weight: 800;
}

.reference-card strong {
  font-size: 0.86rem;
  line-height: 1.35;
}

.hero-card {
  position: relative;
  min-height: 426px;
  border-radius: 18px 18px 18px 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18, 26, 33, 0.15), rgba(10, 24, 39, 0.18)),
    url('https://images.unsplash.com/photo-1524758631624-e2822e304c36?auto=format&fit=crop&w=900&q=80') center/cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 24, 35, 0.28) 0%, rgba(13, 25, 39, 0.5) 45%, rgba(12, 21, 29, 0.75) 100%);
}

.hero-topbar,
.hero-overlay {
  position: relative;
  z-index: 2;
}

.hero-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 0;
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f58942, #f57c2f);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 8px 18px rgba(245, 125, 47, 0.42);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: white;
}

.brand-name {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-copy small {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  opacity: 0.8;
}

.mini-action {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(230, 233, 236, 0.1);
  color: #fff;
  font-size: 1.1rem;
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.hero-overlay {
  padding: 150px 22px 20px;
}

.badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(248, 132, 53, 0.18);
  color: white;
  font-size: 0.75rem;
  padding: 7px 10px 7px 8px;
  border-radius: 999px;
  margin-bottom: 14px;
  border: 1px solid rgba(255,255,255,0.05);
}

.hero-overlay h2 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.07;
  letter-spacing: -0.06em;
  font-weight: 800;
  max-width: 340px;
}

.hero-overlay p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.88);
  max-width: 310px;
}

.cta-row {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.primary-btn,
.secondary-btn {
  border: none;
  border-radius: 12px;
  height: 46px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.primary-btn {
  flex: 1.4;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: white;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  box-shadow: 0 12px 20px rgba(244, 127, 61, 0.3);
}

.secondary-btn {
  flex: 0.8;
  background: rgba(255,255,255,0.18);
  color: white;
  border: 1px solid rgba(255,255,255,0.12);
}

.primary-btn:hover,
.secondary-btn:hover,
.tab:hover,
.send-button:hover,
.nav-button:hover,
.icon-button:hover {
  transform: translateY(-1px);
}

.stats-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: rgba(255,255,255,0.95);
  color: var(--text);
  border-radius: 0 0 18px 18px;
  margin-top: -2px;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
}

.stat-item {
  padding: 18px 12px 16px;
  position: relative;
}

.stat-item:nth-child(1),
.stat-item:nth-child(2) {
  border-bottom: 1px solid var(--stroke);
}

.stat-item:nth-child(1),
.stat-item:nth-child(3) {
  border-right: 1px solid var(--stroke);
}

.value {
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  margin-bottom: 6px;
}

.label {
  color: rgba(17, 24, 32, 0.68);
  font-size: 0.8rem;
  line-height: 1.45;
}

.why-box {
  background: rgba(255,255,255,0.96);
  border-radius: 16px;
  margin-top: 16px;
  color: var(--text);
  padding: 14px 16px 18px;
  box-shadow: 0 12px 20px rgba(0,0,0,0.08);
}

.why-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.why-header h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  line-height: 1.1;
  letter-spacing: -0.06em;
}

.check-bubble {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(17,24,32,0.35);
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  background: rgba(255,255,255,0.8);
}

.why-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 6px 0;
  color: rgba(17,24,32,0.8);
  font-weight: 600;
  font-size: 0.8rem;
}

.mini-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  color: rgba(17,24,32,0.8);
  border: 1px solid rgba(17,24,32,0.2);
  background: rgba(17,24,32,0.02);
}

.filter-pills {
  display: flex;
  padding: 12px 14px 0;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.tag-pill span {
  font-size: 1.1rem;
  opacity: 0.8;
}

.search-bar {
  margin: 12px 12px 0;
  background: rgba(255,255,255,0.11);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: rgba(255,255,255,0.86);
}

.search-icon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  border-radius: 5px;
  background: rgba(255,255,255,0.06);
}

.search-text {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
}

.select-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 0.8rem;
  font-weight: 600;
}

.send-button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  color: white;
  font-size: 1rem;
  cursor: pointer;
}

.browser-bar {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px 0;
}

.nav-button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: white;
  font-size: 1.4rem;
  cursor: pointer;
}

.menu-nav {
  background: rgba(255,255,255,0.14);
}

.address-bar {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.9);
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

@media (max-width: 460px) {
  .page-shell {
    padding: 0;
  }

  .phone-frame {
    width: 100vw;
    min-height: 100vh;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
}

/* Desktop presentation */
@media (min-width: 461px) {
  body {
    place-items: start center;
  }

  .page-shell {
    min-height: 100vh;
    padding: 0;
    place-items: start center;
  }

  .phone-frame {
    width: 100%;
    min-height: 100vh;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 20px clamp(24px, 5vw, 72px) 34px;
  }

  .status-bar {
    max-width: 1440px;
    margin: 0 auto;
  }

  .app-header {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 18px;
  }

  .tabs {
    max-width: 1440px;
    margin: 0 auto;
    gap: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .tab {
    flex: 0 1 auto;
    min-width: 120px;
    padding: 11px 20px;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .content-area {
    max-width: 1440px;
    margin: 0 auto;
  }

  .hero-card {
    min-height: 480px;
  }

  .hero-overlay {
    max-width: 620px;
    padding-top: 190px;
  }

  .hero-overlay h2 {
    max-width: 600px;
    font-size: clamp(2.2rem, 5vw, 4.3rem);
  }

  .hero-overlay p {
    font-size: 1.1rem;
  }

  .stats-box {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stat-item:nth-child(1),
  .stat-item:nth-child(2) {
    border-bottom: 0;
  }

  .stat-item:nth-child(2),
  .stat-item:nth-child(3) {
    border-right: 1px solid var(--stroke);
  }

  .stat-item:nth-child(1) {
    border-right: 1px solid var(--stroke);
  }

  .why-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .filter-pills,
  .search-bar,
  .browser-bar {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
