/* ============================================================
   VNYC APP page — Phone mockups, feature grid, download CTAs
   ============================================================ */

/* ─────────── Hero app ─────────── */
.hero-app {
  position: relative;
  padding: clamp(80px, 12vw, 140px) 0 clamp(60px, 10vw, 100px);
  background: linear-gradient(135deg, #044C7F 0%, #3769A0 50%, #044C7F 100%);
  color: #fff;
  overflow: hidden;
}
.hero-app::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(189, 166, 50, .18) 0%, transparent 50%),
              radial-gradient(circle at 80% 60%, rgba(255, 255, 255, .1) 0%, transparent 40%);
}
.hero-app .wrap {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center;
}
.hero-app-text .eyebrow { color: var(--gold-light); }
.hero-app-text h1 {
  color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); font-style: italic;
  font-weight: 500;
}
.hero-app-text h1 strong { font-style: normal; color: var(--gold-light); font-weight: 700; }
.hero-app-text .lead { color: #dce5f0; font-size: 1.12rem; }

.download-badges { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.badge-dl {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 20px; border-radius: 12px;
  background: #000; color: #fff; text-decoration: none;
  transition: transform .25s;
  border: 1px solid rgba(255, 255, 255, .18);
}
.badge-dl:hover { transform: translateY(-3px); color: #fff; border-color: var(--gold); }
.badge-dl-icon { font-size: 1.8rem; line-height: 1; }
.badge-dl-text small { display: block; font-size: .62rem; opacity: .75; letter-spacing: .08em; }
.badge-dl-text strong { font-size: 1.05rem; font-family: var(--body-font); letter-spacing: .01em; font-weight: 600; }

/* ─────────── Phone mockup ─────────── */
.phone-stack {
  position: relative; height: 620px;
  display: flex; justify-content: center; align-items: center;
}
.phone {
  position: absolute;
  width: 260px; height: 560px;
  background: #fff;
  border-radius: 36px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .35), 0 0 0 10px #1a2540, 0 0 0 11px #3b4d6f;
  overflow: hidden;
  transition: transform .4s ease;
}
.phone::before {
  content: ''; position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 100px; height: 22px; background: #1a2540; border-radius: 99px; z-index: 10;
}
.phone .status-bar {
  display: flex; justify-content: space-between; padding: 14px 20px 6px;
  font-size: .66rem; font-weight: 700; color: var(--ink);
}
.phone-stack .phone-center { z-index: 3; transform: translateY(-6px) scale(1); }
.phone-stack .phone-left { z-index: 2; transform: translate(-140px, 24px) rotate(-8deg) scale(.92); }
.phone-stack .phone-right { z-index: 2; transform: translate(140px, 24px) rotate(8deg) scale(.92); }

/* Screen — Welcome / News feed */
.screen-welcome { padding: 36px 16px 16px; background: #fff; height: 100%; overflow: hidden; }
.screen-welcome .news-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px;
}
.screen-welcome .news-big {
  grid-column: 1 / -1; aspect-ratio: 16/9; border-radius: 12px;
  background: linear-gradient(135deg, #044C7F, #3769A0) center/cover,
              url('../img/yacht-1.jpg') center/cover;
  background-blend-mode: multiply;
  position: relative; color: #fff; padding: 10px; display: flex; align-items: flex-end;
  font-size: .7rem; font-weight: 600;
}
.screen-welcome .news-item {
  aspect-ratio: 1/1.2; border-radius: 10px; position: relative;
  color: #fff; padding: 8px; display: flex; align-items: flex-end;
  font-size: .62rem; font-weight: 600;
  background-size: cover; background-position: center;
}
.screen-welcome .news-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,.6)); border-radius: 10px; }
.screen-welcome .news-item span { position: relative; z-index: 1; }

/* Screen — Login */
.screen-login {
  padding: 40px 22px 20px; background: #fff; height: 100%;
  display: flex; flex-direction: column; align-items: center;
}
.screen-login .app-logo {
  width: 170px; height: auto; margin: 40px 0 18px; max-height: 60px; object-fit: contain;
}
.screen-login h3 { font-size: .82rem; letter-spacing: .2em; color: var(--navy); margin: 8px 0 16px; font-family: var(--body-font); font-weight: 700; }
.screen-login .input {
  width: 100%; padding: 9px 12px; margin-bottom: 10px;
  border: 1px solid var(--border); border-radius: 999px; font-size: .65rem; color: var(--muted);
}
.screen-login .btn-login {
  width: 100%; padding: 10px; background: var(--navy); color: #fff;
  border-radius: 999px; text-align: center; font-size: .72rem; font-weight: 700;
  margin-top: 6px;
}
.screen-login .forgot { font-size: .58rem; color: var(--ink); margin: 10px 0; font-weight: 600; }
.screen-login .or {
  display: flex; align-items: center; gap: 8px; width: 100%;
  font-size: .56rem; color: var(--muted); margin: 8px 0;
}
.screen-login .or::before, .screen-login .or::after {
  content: ''; flex: 1; height: 1px; background: var(--border);
}
.screen-login .btn-google {
  width: 100%; padding: 9px; border: 1px solid var(--border); border-radius: 999px;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: .62rem; font-weight: 600;
}
.screen-login .btn-google::before { content: 'G'; width: 14px; height: 14px; border-radius: 50%;
  background: conic-gradient(#EA4335, #FBBC05, #34A853, #4285F4);
  color: #fff; font-size: .5rem; display: grid; place-items: center; font-weight: 700;
}
.screen-login .signup-link { font-size: .56rem; color: var(--muted); margin-top: 12px; }
.screen-login .signup-link strong { color: var(--navy); }

/* Screen — Booking detail */
.screen-booking { padding: 36px 16px 80px; background: #fff; height: 100%; overflow: hidden; position: relative; }
.screen-booking .steps {
  display: flex; align-items: center; justify-content: center; gap: 6px; margin: 10px 0 16px;
}
.screen-booking .step {
  width: 24px; height: 24px; border-radius: 50%;
  display: grid; place-items: center; font-size: .6rem;
  background: #f0f3f8; color: var(--muted); border: 1px solid var(--border);
}
.screen-booking .step.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.screen-booking .step-line { flex: 1; height: 1px; border-top: 1px dashed var(--border); max-width: 24px; }
.screen-booking .yacht-row {
  display: flex; gap: 10px; align-items: center; margin-bottom: 12px;
  padding: 8px; background: #f7f9fc; border-radius: 10px;
}
.screen-booking .yacht-thumb {
  width: 60px; height: 44px; border-radius: 6px;
  background: url('../img/yacht-2.jpg') center/cover;
}
.screen-booking .yacht-info h4 { font-size: .68rem; margin: 0 0 2px; font-family: var(--body-font); color: var(--navy); }
.screen-booking .yacht-info small { font-size: .56rem; color: var(--muted); }
.screen-booking .field { margin-bottom: 10px; }
.screen-booking .field label { display: block; font-size: .58rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; letter-spacing: 0; text-transform: none; }
.screen-booking .field .value {
  padding: 8px 12px; border: 1px solid var(--border); border-radius: 8px;
  font-size: .65rem; color: var(--ink);
}
.screen-booking .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.screen-booking .price-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0; border-top: 1px dashed var(--border);
  font-size: .65rem; color: var(--navy); font-weight: 600;
}
.screen-booking .price-row strong { color: var(--gold); font-size: .72rem; }
.screen-booking .cta-next {
  position: absolute; left: 12px; right: 12px; bottom: 12px;
  background: var(--navy); color: #fff; text-align: center;
  padding: 10px; border-radius: 10px; font-size: .72rem; font-weight: 700; letter-spacing: .04em;
}

/* ─────────── Feature grid ─────────── */
.app-features {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 28px; margin-top: 56px;
}
.feat-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px 28px; transition: all .3s;
}
.feat-card:hover { border-color: var(--gold); box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.feat-card .feat-icon {
  width: 54px; height: 54px; border-radius: 14px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: var(--gold-light); display: grid; place-items: center;
  font-size: 1.4rem; margin-bottom: 18px;
}
.feat-card h3 { font-size: 1.18rem; margin-bottom: 10px; color: var(--navy); }
.feat-card p { color: var(--muted); font-size: .94rem; margin: 0; }

/* ─────────── Booking flow 3 steps ─────────── */
.flow {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
  margin-top: 56px; position: relative;
}
.flow::before {
  content: ''; position: absolute; top: 42px; left: 14%; right: 14%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 8px, transparent 8px 16px);
  z-index: 0;
}
.flow-step { text-align: center; position: relative; z-index: 1; }
.flow-num {
  width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 18px;
  background: #fff; border: 3px solid var(--gold);
  font-family: var(--brand-font); font-size: 2.4rem; font-weight: 700; color: var(--navy);
  display: grid; place-items: center; font-style: italic;
  box-shadow: var(--shadow);
  letter-spacing: -.02em;
}
.flow-step h3 { font-size: 1.2rem; margin-bottom: 8px; color: var(--navy); }
.flow-step p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ─────────── Screens showcase ─────────── */
.screens-showcase {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px; margin-top: 56px;
}
.showcase-phone {
  position: relative; aspect-ratio: 9/19;
  background: #fff; border-radius: 26px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .18), 0 0 0 6px #1a2540, 0 0 0 7px #3b4d6f;
  overflow: hidden; transition: transform .3s;
}
.showcase-phone:hover { transform: translateY(-8px) scale(1.02); }
.showcase-phone::before {
  content: ''; position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
  width: 60px; height: 14px; background: #1a2540; border-radius: 99px; z-index: 10;
}
.showcase-phone .screen { padding: 30px 0 0; height: 100%; overflow: hidden; }
.showcase-caption {
  text-align: center; margin-top: 16px;
  font-family: var(--brand-font); color: var(--navy);
  font-size: 1.18rem; font-style: italic; font-weight: 500;
}

/* ─────────── Screen variants for showcase ─────────── */
.sc-notifications, .sc-services, .sc-list, .sc-filter, .sc-profile {
  padding: 32px 14px 16px; background: #fff; height: 100%; font-size: .62rem; overflow: hidden;
}
.sc-notifications h4, .sc-services h4, .sc-list h4, .sc-filter h4, .sc-profile h4 {
  font-size: .8rem; margin: 0 0 12px; letter-spacing: .06em; color: var(--navy);
  font-family: var(--body-font); font-weight: 700; text-transform: uppercase;
}
.sc-notifications .notif {
  display: flex; gap: 8px; padding: 8px 0; border-bottom: 1px solid var(--border);
}
.sc-notifications .notif-img {
  width: 36px; height: 36px; border-radius: 6px;
  background: url('../img/yacht-4.jpg') center/cover; flex: 0 0 36px;
}
.sc-notifications .notif-body strong { display: block; font-size: .62rem; color: var(--navy); }
.sc-notifications .notif-body p { margin: 2px 0 4px; color: var(--muted); font-size: .55rem; line-height: 1.4; }
.sc-notifications .notif-body time { font-size: .5rem; color: var(--muted); }

.sc-services .sv-card {
  margin-bottom: 10px; border: 1px solid var(--border); border-radius: 8px; overflow: hidden;
}
.sc-services .sv-img {
  aspect-ratio: 16/9; background-size: cover; background-position: center;
}
.sc-services .sv-info { padding: 6px 8px; }
.sc-services .sv-info strong { font-size: .58rem; color: var(--navy); display: block; }
.sc-services .sv-info span { font-size: .56rem; color: var(--gold); font-weight: 700; }

.sc-list .list-row {
  display: flex; gap: 8px; padding: 8px; margin-bottom: 6px;
  border-radius: 8px; background: #f7f9fc;
}
.sc-list .list-img {
  width: 44px; height: 44px; border-radius: 6px; flex: 0 0 44px;
  background-size: cover; background-position: center;
}
.sc-list .list-info strong { font-size: .6rem; color: var(--navy); display: block; }
.sc-list .list-info small { font-size: .5rem; color: var(--muted); }

.sc-filter .chip {
  display: inline-block; padding: 4px 10px; border-radius: 99px;
  border: 1px solid var(--border); font-size: .56rem; margin: 0 4px 6px 0;
}
.sc-filter .chip.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.sc-filter .range {
  margin-top: 12px; font-size: .56rem; color: var(--muted);
}
.sc-filter .range-bar {
  height: 4px; background: var(--border); border-radius: 2px; margin-top: 6px; position: relative;
}
.sc-filter .range-bar::before {
  content: ''; position: absolute; left: 15%; right: 25%; top: 0; bottom: 0;
  background: var(--gold); border-radius: 2px;
}

.sc-profile .avatar {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  margin: 10px auto; display: grid; place-items: center;
  color: var(--gold-light); font-family: var(--brand-font); font-weight: 700; font-size: 1.6rem;
}
.sc-profile .pname { text-align: center; font-size: .64rem; font-weight: 700; color: var(--navy); }
.sc-profile .prow {
  display: flex; justify-content: space-between; padding: 8px 0;
  border-bottom: 1px solid var(--border); font-size: .56rem; color: var(--ink);
}

.sc-bottom-nav {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: #fff; border-top: 1px solid var(--border);
  padding: 6px 0 8px; font-size: .48rem; color: var(--muted);
}
.sc-bottom-nav span {
  text-align: center; display: flex; flex-direction: column; gap: 2px; align-items: center;
}
.sc-bottom-nav span.active { color: var(--navy); font-weight: 700; }
.sc-bottom-nav i { font-size: .9rem; font-style: normal; }

/* ─────────── FAQ ─────────── */
.faq { max-width: 820px; margin: 48px auto 0; }
.faq-item {
  border: 1px solid var(--border); border-radius: 12px;
  margin-bottom: 12px; background: #fff; transition: border-color .2s;
}
.faq-item:hover { border-color: var(--gold); }
.faq-item summary {
  padding: 18px 22px; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  font-weight: 600; color: var(--navy);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--gold); font-size: 1.4rem; line-height: 1; }
.faq-item[open] summary::after { content: '−'; }
.faq-item[open] summary { border-bottom: 1px solid var(--border); }
.faq-item p { padding: 16px 22px; margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.65; }

/* ─────────── Responsive ─────────── */
@media (max-width: 960px) {
  .hero-app .wrap { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-app-text .eyebrow, .hero-app-text .lead { margin-left: auto; margin-right: auto; }
  .download-badges { justify-content: center; }
  .phone-stack { height: 560px; }
  .phone { width: 220px; height: 480px; }
  .phone-stack .phone-left { transform: translate(-100px, 24px) rotate(-8deg) scale(.9); }
  .phone-stack .phone-right { transform: translate(100px, 24px) rotate(8deg) scale(.9); }
  .flow { grid-template-columns: 1fr; gap: 40px; }
  .flow::before { display: none; }
}
@media (max-width: 520px) {
  .phone-stack .phone-left, .phone-stack .phone-right { display: none; }
  .phone-stack .phone-center { transform: none; }
}
