:root {
  color-scheme: dark;
  --ink: #f8f7ff;
  --muted: #b8b4cc;
  --paper: #05020d;
  --surface: #0d0717;
  --surface-2: #13091f;
  --line: rgba(255, 255, 255, 0.14);
  --pink: #ff0a8b;
  --pink-2: #ff4bb2;
  --blue: #315dff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; overflow-wrap: break-word; }
.eyebrow { margin: 0 0 10px; color: var(--pink-2); font-size: 0.78rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 20; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px 5%; border-bottom: 1px solid rgba(255,10,139,.28); background: rgba(5,2,13,.9); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; font-weight: 900; text-decoration: none; }
.brand img { width: 42px; height: 42px; display: block; border-radius: 50%; border: 1px solid rgba(255,10,139,.72); box-shadow: 0 0 24px rgba(255,10,139,.38); }
nav { display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: .94rem; }
nav a { text-decoration: none; }
nav a:hover { color: var(--pink-2); }

.catalog-hero { min-height: 610px; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.65fr); gap: 70px; align-items: center; padding: 90px 5%; background: linear-gradient(115deg, rgba(255,10,139,.2), transparent 34%), linear-gradient(245deg, rgba(49,93,255,.22), transparent 38%), #070310; border-bottom: 1px solid var(--line); }
.hero-copy { max-width: 850px; }
.hero-copy h1 { margin-bottom: 22px; color: white; font-size: 68px; line-height: 1; }
.lead { max-width: 720px; margin-bottom: 28px; color: rgba(255,255,255,.8); font-size: 1.22rem; }
.hero-actions, .autopilot-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 8px; font-weight: 900; text-decoration: none; }
.button.primary { color: white; background: linear-gradient(135deg,var(--pink),#a80cff); box-shadow: 0 0 24px rgba(255,10,139,.34); }
.button.secondary { color: white; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.hero-steps { margin: 0; padding: 0; list-style: none; display: grid; border-top: 1px solid var(--line); }
.hero-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.hero-steps span { color: var(--pink-2); font-weight: 900; }
.hero-steps strong { display: block; margin-bottom: 4px; color: white; font-size: 1.06rem; }
.hero-steps p { margin: 0; color: var(--muted); }

.package-section { display: grid; grid-template-columns: minmax(0,.86fr) minmax(480px,1fr); gap: clamp(48px,7vw,110px); align-items: start; padding: 92px 5%; border-bottom: 1px solid var(--line); background: linear-gradient(140deg,rgba(255,10,139,.12),transparent 35%), linear-gradient(235deg,rgba(49,93,255,.13),transparent 40%), #080411; }
.package-intro { max-width: 700px; }
.package-price { width: fit-content; margin: 18px 0 24px; display: flex; align-items: baseline; gap: 12px; padding: 12px 16px; border-left: 3px solid var(--pink); background: rgba(255,255,255,.05); }
.package-price span { color: var(--muted); font-size: .9rem; font-weight: 800; text-transform: uppercase; }
.package-price strong { color: white; font-size: 2.05rem; line-height: 1; }
.package-intro h2 { margin-bottom: 20px; color: white; font-size: 46px; line-height: 1.06; }
.package-intro > p:not(.eyebrow, .package-note) { color: rgba(255,255,255,.8); font-size: 1.08rem; }
.package-note { margin: 24px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .92rem; }
.package-contents { min-width: 0; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(5,2,13,.62); }
.package-contents h3 { margin-bottom: 24px; color: white; font-size: 1.6rem; }
.package-contents ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.package-contents li { min-width: 0; min-height: 116px; position: relative; display: grid; align-content: center; gap: 5px; padding: 20px 20px 20px 48px; background: #0b0613; }
.package-contents li:last-child:nth-child(odd) { grid-column: 1 / -1; min-height: 100px; }
.package-contents li::before { content: "✓"; position: absolute; left: 20px; top: 22px; color: var(--pink-2); font-weight: 900; }
.package-contents strong { color: white; line-height: 1.25; }
.package-contents span { color: var(--muted); font-size: .88rem; line-height: 1.4; }
.package-options { margin-top: 18px; padding: 18px 20px; border-left: 3px solid var(--blue); background: linear-gradient(90deg,rgba(49,93,255,.16),rgba(255,255,255,.035)); }
.package-options > span { display: block; margin-bottom: 4px; color: var(--blue-2, #7a8cff); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.package-options strong { display: block; margin-bottom: 5px; }
.package-options p { margin: 0; color: var(--muted); font-size: .9rem; }

.hull-catalog { padding: 92px 5% 108px; background: linear-gradient(145deg,rgba(255,10,139,.08),transparent 24%), var(--paper); }
.section-heading { max-width: 1400px; margin: 0 auto 36px; display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.6fr); gap: 70px; align-items: end; }
.section-heading h2 { margin-bottom: 0; color: white; font-size: 48px; line-height: 1.05; }
.section-heading > p { margin-bottom: 2px; color: var(--muted); font-size: 1.05rem; }
.hull-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.hull-card { min-width: 0; overflow: hidden; display: grid; grid-template-rows: 230px 1fr; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.hull-card:hover { border-color: rgba(255,10,139,.56); transform: translateY(-3px); transition: transform 180ms ease,border-color 180ms ease; }
.hull-media { overflow: hidden; background: #f1f2f5; }
.hull-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hull-body { min-height: 270px; display: flex; flex-direction: column; padding: 20px; background: linear-gradient(145deg,rgba(255,10,139,.08),transparent 48%), var(--surface); }
.model-number { margin-bottom: 6px; color: var(--pink-2); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.hull-body h3 { margin-bottom: 10px; color: white; font-size: 1.2rem; line-height: 1.2; }
.hull-body > p:not(.model-number) { margin-bottom: 18px; color: var(--muted); font-size: .93rem; }
.hull-body a { margin-top: auto; min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); color: white; font-weight: 850; text-decoration: none; }
.hull-body a:hover { color: var(--pink-2); }

.build-service { padding: 88px 5%; border-block: 1px solid var(--line); background: linear-gradient(225deg,rgba(49,93,255,.14),transparent 38%), #080411; }
.service-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; }
.service-grid > div { min-width: 0; min-height: 190px; padding: 26px; border: 1px solid var(--line); background: rgba(255,255,255,.03); }
.service-grid span { display: block; margin-bottom: 26px; color: var(--pink-2); font-weight: 900; }
.service-grid strong { display: block; margin-bottom: 8px; color: white; font-size: 1.08rem; }
.service-grid p { margin-bottom: 0; color: var(--muted); }

.autopilot-band { display: grid; grid-template-columns: minmax(360px,.75fr) minmax(0,1.25fr); min-height: 620px; border-bottom: 1px solid var(--line); background: linear-gradient(120deg,rgba(255,10,139,.1),transparent 38%), var(--surface-2); }
.autopilot-media { min-height: 520px; display: grid; place-items: center; overflow: hidden; background: #05070b; }
.autopilot-media img { width: 100%; height: 100%; min-height: 520px; display: block; object-fit: cover; }
.autopilot-copy { align-self: center; max-width: 760px; padding: 72px 8%; }
.autopilot-copy h2 { margin-bottom: 18px; color: white; font-size: 54px; line-height: 1; }
.autopilot-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.autopilot-copy ul { margin: 24px 0 30px; padding: 0; list-style: none; display: grid; gap: 10px; color: rgba(255,255,255,.86); }
.autopilot-copy li { display: flex; gap: 10px; align-items: center; }
.autopilot-copy li::before { content:""; width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 12px rgba(255,10,139,.8); }

.contact-section { display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,.72fr); gap: clamp(42px,7vw,110px); align-items: center; padding: 82px 5%; border-bottom: 1px solid var(--line); background: linear-gradient(120deg,rgba(255,10,139,.22),transparent 42%), linear-gradient(245deg,rgba(49,93,255,.2),transparent 45%), #070310; }
.contact-copy { max-width: 760px; }
.contact-copy h2 { margin-bottom: 18px; color: white; font-size: 42px; line-height: 1.08; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.contact-whatsapp { max-width: 520px; min-height: 84px; margin-top: 30px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1px 18px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; color: white; text-decoration: none; background: linear-gradient(135deg,rgba(255,10,139,.9),rgba(49,93,255,.82)); box-shadow: 0 0 28px rgba(255,10,139,.24); }
.contact-whatsapp span { grid-column: 1 / -1; color: rgba(255,255,255,.72); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.contact-whatsapp strong { font-size: 1.22rem; }
.contact-whatsapp small { text-align: right; color: rgba(255,255,255,.82); font-size: .9rem; }
.contact-form { position: relative; display: grid; gap: 14px; padding: 28px; border: 1px solid rgba(255,255,255,.17); border-radius: 8px; background: rgba(5,2,13,.72); box-shadow: inset 0 0 0 1px rgba(255,10,139,.06),0 18px 50px rgba(0,0,0,.24); }
.form-heading { margin-bottom: 6px; display: grid; gap: 2px; }
.form-heading span { color: var(--pink-2); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.form-heading strong { color: white; font-size: 1.35rem; }
.contact-form label { display: grid; gap: 6px; color: rgba(255,255,255,.84); font-size: .9rem; font-weight: 760; }
.contact-form input, .contact-form textarea { width: 100%; min-height: 46px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; color: white; background: rgba(255,255,255,.06); font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.4); }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(255,10,139,.55); border-color: transparent; }
.contact-form button { min-height: 50px; border: 0; border-radius: 8px; color: white; background: linear-gradient(135deg,var(--pink),var(--blue)); font: inherit; font-weight: 900; cursor: pointer; box-shadow: 0 0 24px rgba(255,10,139,.3); }
.contact-form button:disabled { cursor: wait; opacity: .68; }
.form-status { min-height: 24px; margin: 0; color: rgba(255,255,255,.82); }
.form-trap { position: absolute !important; left: -10000px; }

@media (max-width: 1180px) {
  .catalog-hero { grid-template-columns: 1fr; min-height: auto; gap: 44px; }
  .hero-copy h1 { font-size: 58px; }
  .hero-steps { grid-template-columns: repeat(3,1fr); border-top: 0; gap: 1px; }
  .hero-steps li { grid-template-columns: 1fr; padding: 22px; border: 1px solid var(--line); }
  .package-section { grid-template-columns: 1fr; }
  .package-intro { max-width: 800px; }
  .hull-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 880px) {
  nav a:nth-child(2), nav a:nth-child(3) { display: none; }
  .hero-copy h1 { font-size: 48px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .section-heading h2 { font-size: 40px; }
  .hull-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-grid { grid-template-columns: 1fr; }
  .autopilot-band { grid-template-columns: 1fr; }
  .autopilot-media { min-height: 420px; }
  .autopilot-media img { min-height: 420px; }
  .contact-section { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 560px) {
  .site-header { min-height: 60px; padding-inline: 18px; }
  .brand img { width: 38px; height: 38px; }
  nav { gap: 16px; font-size: .88rem; }
  .catalog-hero { padding: 54px 18px 60px; }
  .hero-copy h1 { font-size: 40px; }
  .lead { font-size: 1.05rem; }
  .hero-actions { display: grid; }
  .hero-steps { grid-template-columns: 1fr; }
  .package-section { padding: 62px 18px; gap: 34px; }
  .package-intro h2 { font-size: 34px; }
  .package-price strong { font-size: 1.8rem; }
  .package-contents { padding: 20px; }
  .package-contents ul { grid-template-columns: 1fr; }
  .package-contents li { min-height: 104px; }
  .package-contents li:last-child:nth-child(odd) { grid-column: auto; min-height: 104px; }
  .hull-catalog, .build-service { padding: 62px 18px; }
  .section-heading h2 { font-size: 34px; }
  .hull-grid { grid-template-columns: 1fr; gap: 14px; }
  .hull-card { grid-template-rows: 220px 1fr; }
  .hull-body { min-height: 240px; }
  .autopilot-media { min-height: 350px; }
  .autopilot-media img { min-height: 350px; }
  .autopilot-copy { padding: 54px 18px 62px; }
  .autopilot-copy h2 { font-size: 42px; }
  .autopilot-actions { display: grid; }
  .contact-section { padding: 58px 18px; gap: 36px; }
  .contact-copy h2 { font-size: 34px; }
  .contact-whatsapp { max-width: none; }
  .contact-form { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
