@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap");

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #000000;
}

body {
  overflow-x: hidden;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.page-shell {
  min-height: 100vh;
  background: #000000;
}

:root {
  --surface: #050505;
  --surface-soft: #0d0d0d;
  --surface-mid: #121212;
  --line: #ffffff;
  --line-soft: rgba(255, 255, 255, 0.2);
  --text-main: #ffffff;
  --text-soft: #cbcbcb;
  --text-dim: #8f8f8f;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 72px;
  margin: 0 auto;
  padding: 12px 52px 4px;
}

.topbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.topbar-logo {
  display: block;
  width: auto;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.topbar-logout-button {
  min-width: 118px;
}

.login-button,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-transform: uppercase;
}

.primary-button {
  min-width: 148px;
  background: #ffffff;
  color: #060606;
}

.topbar-actions .is-user {
  min-width: auto;
  padding-inline: 16px;
  text-transform: none;
  letter-spacing: 0.01em;
}

.content-shell {
  width: 100%;
  margin: 0 auto;
  padding: 0 52px 80px;
}

.hero-trial,
.domain-search-section,
.showcase-section,
.accordion-list,
.site-footer {
  width: min(100%, 960px);
  margin-inline: auto;
}

.hero-trial {
  width: min(100%, 1240px);
  margin-top: 0;
}

.hero-trial-stage {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 72px);
  background: #000000;
  display: grid;
  place-items: center;
}

.hero-drone-visual {
  position: absolute;
  inset: 0;
}

.hero-drone-canvas {
  position: absolute;
  left: 50%;
  top: 49%;
  width: min(148vw, 2140px);
  height: min(118vh, 1320px);
  transform: translate(-50%, -50%);
}

.hero-trial-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(54%, 420px);
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.hero-trial-copy h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", "Avenir Next", Arial, sans-serif;
  font-size: clamp(2.5rem, 4.9vw, 4.9rem);
  font-weight: 200;
  letter-spacing: -0.07em;
  line-height: 0.76;
  text-transform: lowercase;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.04);
}

.hero-trial-copy h2 span {
  display: block;
  white-space: nowrap;
}

.hero-trial-copy h2 span + span {
  margin-top: 0.08em;
}

.hero-trial-button {
  min-height: 38px;
  margin-top: 40px;
  min-width: 220px;
  padding: 0 18px;
  border-width: 1px;
  font-size: 0.58rem;
  letter-spacing: 0.03em;
  text-transform: none;
  pointer-events: auto;
}

.tutorial-section {
  width: min(100%, 960px);
  margin: 12px auto 26px;
}

.tutorial-grid {
  display: block;
}

.tutorial-tile {
  display: block;
}

.tutorial-video-shell {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.08), transparent 24%),
    radial-gradient(circle at 50% 76%, rgba(255,255,255,0.1), transparent 30%),
    linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
  isolation: isolate;
  border-radius: 0;
  box-shadow: none;
}

.tutorial-video-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.34) 24%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.72) 100%);
  z-index: 2;
  pointer-events: none;
}

.tutorial-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 24px 28px;
  pointer-events: none;
}

.tutorial-overlay h3 {
  max-width: 18ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.2rem, 2vw, 1.82rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.accordion-list {
  margin-top: 42px;
  border-top: 1px solid #292929;
}

.accordion-item {
  border-bottom: 1px solid #292929;
}

.accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 88px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
}

.accordion-trigger span:first-child {
  font-size: clamp(1.35rem, 2.8vw, 2.15rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.accordion-icon {
  flex: 0 0 auto;
  margin-left: 24px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.showcase-section {
  display: grid;
  align-items: start;
  margin-top: 36px;
}

.domain-search-section {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: auto;
  padding: 56px 0 18px;
  text-align: center;
  position: relative;
}

.domain-search-section.is-locked .domain-search-form,
.domain-search-section.is-locked .parcel-result,
.domain-search-section.is-locked .parcel-result--video {
  opacity: 0.2;
  pointer-events: none;
  filter: blur(1px);
}

.parcel-upload-input {
  display: none;
}

.showcase-carousel {
  position: relative;
  width: 100%;
  min-height: 460px;
  margin: 0 0 24px;
  overflow: hidden;
}

.showcase-track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.showcase-card {
  position: absolute;
  top: 0;
  transition:
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.showcase-card[data-slot="left"] {
  left: -3%;
  width: 28%;
  opacity: 0.72;
  transform: translateY(82px) scale(0.92);
  filter: saturate(0.82);
}

.showcase-card[data-slot="center"] {
  left: 50%;
  width: 54%;
  opacity: 1;
  transform: translateX(-50%) translateY(28px) scale(1);
  z-index: 2;
}

.showcase-card[data-slot="right"] {
  right: -3%;
  width: 28%;
  opacity: 0.78;
  transform: translateY(78px) scale(0.92);
  filter: saturate(0.9);
}

.showcase-card-shell {
  border-radius: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
}

.showcase-card-shell--soft {
  background: linear-gradient(180deg, #101010 0%, #070707 100%);
}

.showcase-card-shell--feature {
  background: linear-gradient(180deg, #101010 0%, #060606 100%);
}

.showcase-card-shell--light {
  background: linear-gradient(180deg, #121212 0%, #080808 100%);
}

.showcase-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.showcase-card-shell--light .showcase-card-topline,
.showcase-card-shell--soft .showcase-card-topline {
  color: rgba(255, 255, 255, 0.68);
}

.showcase-card-body {
  position: relative;
  min-height: 332px;
}

.showcase-card-body--minimal {
  background:
    radial-gradient(circle at 58% 38%, rgba(255,255,255,0.12), transparent 22%),
    linear-gradient(180deg, rgba(39, 37, 34, 0.2), rgba(20, 18, 17, 0.56)),
    linear-gradient(145deg, #1b1b1b 10%, #090909 100%);
}

.showcase-card-body--feature {
  display: grid;
  align-items: end;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0)),
    linear-gradient(180deg, #202020 0%, #373737 12%, #171717 12.5%, #0c0c0c 100%);
}

.showcase-card-copy {
  display: grid;
  gap: 8px;
  justify-items: start;
  max-width: 76%;
  text-align: left;
}

.showcase-card-copy strong {
  font-size: clamp(1.45rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.94;
  color: #ffffff;
}

.showcase-card-copy span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
  line-height: 1.5;
}

.showcase-card-body--photo {
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.11), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    linear-gradient(160deg, #1b1b1b 0%, #090909 100%);
}

.domain-search-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.domain-search-form {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.domain-search-bar {
  display: flex;
  align-items: center;
  width: min(100%, 960px);
  min-height: 56px;
  padding: 0 14px 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 0;
  background: #000000;
  color: #ffffff;
  box-shadow: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.domain-search-bar:focus-within {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.26);
  transform: translateY(-1px);
}

.domain-search-bar input.is-rendering {
  animation: parcel-render-pulse 1.25s ease-in-out infinite;
}

.domain-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  color: #f1f1f1;
}

.domain-search-icon svg,
.domain-search-submit svg {
  width: 100%;
  height: 100%;
}

.domain-search-bar input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  outline: none;
}

.domain-search-bar input::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.domain-search-submit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}

.domain-search-submit.is-locked {
  opacity: 0.36;
}

.parcel-result {
  width: min(100%, 960px);
  margin: 18px auto 0;
  display: grid;
  gap: 12px;
  text-align: left;
}

.parcel-result[hidden] {
  display: none;
}

.parcel-result-card {
  padding: 16px 16px 18px;
  border: 1px solid #ffffff;
  border-radius: 0;
  background: #000000;
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.parcel-result-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.parcel-result-card--preview {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.parcel-result-label {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.parcel-result-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.parcel-result-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.parcel-result-item input {
  margin-top: 3px;
}

.parcel-result-item-copy {
  display: grid;
  gap: 4px;
  cursor: pointer;
}

.parcel-result-item-title {
  color: #f1efef;
  font-size: 0.95rem;
  line-height: 1.45;
}

.parcel-result-item-meta {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
}

.parcel-result-summary {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.parcel-summary-line {
  color: #f1efef;
  font-size: 0.95rem;
  line-height: 1.55;
}

.parcel-summary-line strong {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 600;
}

.parcel-feature-groups {
  display: grid;
  gap: 18px;
  margin-top: 14px;
}

.parcel-feature-group {
  display: grid;
  gap: 10px;
}

.parcel-feature-group-title {
  color: #f1efef;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.parcel-feature-option-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.parcel-feature-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #ffffff;
  border-radius: 0;
  background: #050505;
  color: #f1efef;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.parcel-feature-option:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.parcel-feature-option.is-selected {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  border-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.parcel-feature-option input {
  margin: 0;
}

.parcel-feature-option span {
  font-size: 0.86rem;
  line-height: 1.2;
}

.parcel-result-editor {
  width: 100%;
  min-height: 180px;
  margin: 14px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f1efef;
  font-size: 0.95rem;
  line-height: 1.75;
  resize: none;
  outline: none;
  max-height: 240px;
}

.parcel-result--video {
  width: min(100%, 960px);
  margin-top: 18px;
}

.parcel-editor-bridge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #000000;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.parcel-editor-bridge-link:hover {
  background: #080808;
  border-color: rgba(255, 255, 255, 0.92);
}

.parcel-control-stage {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.parcel-control-slider {
  width: 100%;
  accent-color: #ffffff;
}

.parcel-control-stage-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.parcel-control-stage-value {
  color: #f1efef;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.parcel-preview-stage {
  display: grid;
  gap: 0;
  margin-top: 0;
}

.parcel-preview-screen {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 620px;
  border: 1px solid #ffffff;
  background: #000000;
}

.parcel-photo-slots {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.parcel-photo-slot {
  position: absolute;
  z-index: 7;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  cursor: grab;
  pointer-events: auto;
  overflow: visible;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.parcel-photo-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px dashed rgba(255, 255, 255, 0.24);
  border-radius: 0;
  pointer-events: none;
}

.parcel-photo-slot:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.parcel-photo-slot.is-active {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.parcel-photo-slot.is-active::before {
  border-color: rgba(255, 255, 255, 0.95);
}

.parcel-photo-slot.has-image {
  background: transparent;
}

.parcel-photo-slot.is-finalized {
  pointer-events: none;
  background: transparent;
  box-shadow: none;
}

.parcel-photo-slot.is-finalized::before {
  display: none;
}

.parcel-photo-slot-image {
  position: absolute;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  will-change: width, height, left, top;
}

.parcel-photo-slot.has-image .parcel-photo-slot-image {
  display: block;
}

.parcel-subtitle-safe-zone {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  background: transparent;
  border: 0;
  opacity: 0;
}

.parcel-preview-video {
  z-index: 1;
}

.parcel-preview-canvas {
  z-index: 3;
}

.parcel-preview-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #0f0f0f;
  pointer-events: none;
}

.parcel-preview-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.parcel-preview-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 3;
  pointer-events: none;
}

.parcel-status-pill {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 4;
  padding: 6px 10px;
  background: rgba(8, 8, 8, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #d5d5d5;
  font-size: 0.72rem;
  display: none;
}

.parcel-preview-meta {
  display: none;
}

.parcel-color-stage {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.parcel-color-input {
  flex: 0 0 92px;
  width: 92px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
}

.parcel-color-input::-webkit-color-swatch-wrapper {
  padding: 0;
}

.parcel-color-input::-webkit-color-swatch {
  border: 0;
  border-radius: 0;
}

.parcel-color-input::-moz-color-swatch {
  border: 0;
  border-radius: 0;
}

.parcel-render-status-card {
  display: grid;
  gap: 12px;
}

.parcel-render-status-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.parcel-render-status-percent {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.parcel-render-status-track {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #000000;
}

.parcel-render-status-fill {
  display: block;
  width: 0;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.22);
  transition: width 260ms ease;
}

.parcel-render-status-text {
  margin: 0;
  color: #d4cccc;
  font-size: 0.84rem;
  line-height: 1.45;
}

@keyframes parcel-render-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.58;
  }
}

.site-footer {
  width: 100%;
  margin: 56px 0 0;
  padding: 8px 52px 18px;
  border: 0;
}

.site-footer-signature {
  display: flex;
  justify-content: center;
  width: 100%;
}

.site-footer-legal {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.64rem;
  line-height: 1.3;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
}

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

.auth-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(12px);
}

.auth-modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  margin: min(12vh, 96px) auto 0;
  padding: 24px 24px 22px;
  border: 1px solid #ffffff;
  background: #000000;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
}

.auth-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.6rem;
  cursor: pointer;
}

.auth-modal-card h2 {
  margin: 0 0 16px;
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.auth-form {
  display: grid;
  gap: 12px;
}

.auth-field {
  display: grid;
  gap: 8px;
  text-align: left;
}

.auth-field span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: none;
}

.auth-field input {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #ffffff;
  background: #000000;
  color: #ffffff;
  font-size: 0.92rem;
}

.auth-error {
  margin: 0;
  color: #ff9d9d;
  font-size: 0.88rem;
}

.auth-submit-button {
  width: 100%;
  min-height: 44px;
  margin-top: 4px;
  font-size: 0.64rem;
}

@media (max-width: 900px) {
  .topbar-inner {
    min-height: 62px;
    padding: 20px 24px 8px;
  }

  .topbar-logo {
    height: 34px;
  }

  .topbar-actions {
    gap: 12px;
  }

  .login-button,
  .primary-button {
    min-height: 40px;
    padding: 0 18px;
    font-size: 0.7rem;
  }

  .primary-button {
    min-width: 130px;
  }

  .content-shell {
    padding: 0 24px 48px;
  }

  .hero-trial {
    width: 100%;
  }

  .hero-trial-stage {
    min-height: calc(100vh - 62px);
  }

  .hero-drone-canvas {
    width: min(172vw, 1460px);
    height: min(104vh, 1040px);
  }

  .hero-trial-copy {
    width: min(66%, 340px);
  }

  .hero-trial-copy h2 {
    font-size: clamp(2.1rem, 7.6vw, 4rem);
    line-height: 0.76;
  }

  .hero-trial-button {
    min-height: 34px;
    margin-top: 32px;
    min-width: 182px;
    padding: 0 14px;
    font-size: 0.56rem;
  }

  .tutorial-video-shell {
    min-height: 280px;
  }

  .accordion-trigger {
    min-height: 76px;
  }

  .accordion-icon {
    font-size: 1.7rem;
  }

  .domain-search-section {
    padding: 24px 0 34px;
  }

  .showcase-carousel {
    min-height: 320px;
    margin-top: 20px;
    margin-bottom: 28px;
  }

  .showcase-track {
    min-height: 320px;
  }

  .showcase-card[data-slot="left"],
  .showcase-card[data-slot="right"] {
    width: 32%;
  }

  .showcase-card[data-slot="center"] {
    width: 62%;
  }

  .showcase-card[data-slot="left"] {
    transform: translateY(64px) scale(0.9);
  }

  .showcase-card[data-slot="center"] {
    transform: translateX(-50%) translateY(18px) scale(1);
  }

  .showcase-card[data-slot="right"] {
    transform: translateY(60px) scale(0.9);
  }

  .showcase-card-body {
    min-height: 236px;
  }

  .showcase-card-copy {
    max-width: 88%;
  }

  .domain-search-title {
    margin-bottom: 28px;
  }

  .domain-search-bar {
    min-height: 58px;
    padding: 0 12px 0 14px;
  }

  .domain-search-bar input {
    font-size: 0.86rem;
  }

  .site-footer {
    width: 100%;
    margin-top: 40px;
    padding: 0 24px 12px;
  }

  .site-footer-signature {
    width: 100%;
  }

  .site-footer-legal {
    font-size: 0.62rem;
  }
}

@media (max-width: 980px) {
  .tutorial-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tutorial-video-shell {
    min-height: 420px;
  }

  .tutorial-overlay {
    padding: 22px 20px 24px;
  }

  .tutorial-overlay h3 {
    max-width: 16ch;
  }
}
