.gustiva-page {
  --gustiva-bg: #0b0c10;
  --gustiva-cream: #f6f1e9;
  --gustiva-cream-2: #eee5d8;
  --gustiva-ink: #24251f;
  --gustiva-orange: #e78850;
  --gustiva-orange-2: #f4b36d;
  --gustiva-sage: #77856c;
  --gustiva-sage-soft: rgba(119,133,108,.16);
}

.gustiva-hero {
  position: relative;
  padding: 72px 0 112px;
  overflow: hidden;
}
.gustiva-hero::before {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  right: -170px;
  top: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231,136,80,.17), transparent 68%);
  pointer-events: none;
}
.gustiva-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 38px;
  color: var(--text-muted);
  font-size: .82rem;
}
.gustiva-breadcrumb a { color: var(--text-soft); }
.gustiva-breadcrumb a:hover { color: var(--text); }
.gustiva-breadcrumb span[aria-hidden="true"] { opacity: .45; }

.gustiva-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  align-items: center;
  gap: 78px;
}
.gustiva-brand-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.gustiva-app-icon {
  width: 102px;
  height: 102px;
  border-radius: 25px;
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
}
.gustiva-kicker {
  margin: 0 0 6px;
  color: #e9aa7f;
  font-size: .76rem;
  font-weight: 780;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.gustiva-hero h1 {
  margin: 0;
  font-size: clamp(3.5rem, 6vw, 6rem);
  line-height: .95;
}
.gustiva-hero-copy > h2 {
  max-width: 760px;
  margin: 0 0 23px;
  font-size: clamp(2.1rem, 4vw, 4rem);
}
.gustiva-lead {
  max-width: 700px;
  margin: 0;
  color: var(--text-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
}
.gustiva-cta-row,
.download-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}
.app-store-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 17px 8px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 15px;
  color: #fff;
  background: #050608;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.app-store-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.26);
  box-shadow: 0 16px 34px rgba(0,0,0,.25);
}
.app-store-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #fff;
  color: #090b10;
  font-size: 1rem;
  font-weight: 850;
}
.app-store-button > span:last-child {
  display: grid;
  line-height: 1.08;
}
.app-store-button small { color: #c8cad1; font-size: .68rem; }
.app-store-button strong { font-size: 1.06rem; }
.gustiva-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.gustiva-hero-meta span,
.feature-pills span {
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-muted);
  background: rgba(255,255,255,.025);
  font-size: .72rem;
  font-weight: 680;
}

.gustiva-hero-device {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: center;
}
.device-glow {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,179,109,.24), rgba(119,133,108,.08) 48%, transparent 72%);
  filter: blur(20px);
}
.iphone-mockup {
  position: relative;
  width: min(100%, 310px);
  padding: 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 48px;
  background: linear-gradient(145deg, #202329, #0a0b0e 60%);
  box-shadow: 0 38px 90px rgba(0,0,0,.42);
}
.iphone-hero {
  width: min(100%, 330px);
  transform: rotate(2deg);
}
.iphone-bezel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 38px;
  background: #000;
}
.iphone-camera {
  position: absolute;
  z-index: 4;
  top: 13px;
  left: 50%;
  width: 38%;
  height: 29px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #000;
}
.iphone-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 804 / 1798;
  border-radius: 36px;
  background: var(--gustiva-cream);
}
.iphone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-note {
  position: absolute;
  right: -6px;
  bottom: 76px;
  width: 225px;
  padding: 15px 17px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(13,15,20,.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 48px rgba(0,0,0,.25);
}
.hero-note span {
  display: block;
  margin-bottom: 4px;
  color: #e9aa7f;
  font-size: .68rem;
  font-weight: 760;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.hero-note strong { font-size: .86rem; }

.gustiva-summary {
  padding-top: 0;
}
.summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 27px;
  background: rgba(255,255,255,.03);
}
.summary-grid > div {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px;
  background: rgba(255,255,255,.022);
}
.summary-label {
  display: block;
  margin-bottom: 9px;
  color: #e9aa7f;
  font-size: .7rem;
  font-weight: 780;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.summary-grid strong {
  display: block;
  color: var(--text-soft);
  font-size: .91rem;
  line-height: 1.45;
}

.gustiva-intro-grid,
.gustiva-details-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}
.gustiva-intro-copy,
.app-facts { padding-top: 42px; }
.gustiva-intro-copy p {
  max-width: 710px;
  margin: 0 0 18px;
  color: var(--text-soft);
  font-size: 1.02rem;
}

.gustiva-feature-row {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  gap: 92px;
  align-items: center;
}
.gustiva-feature-row.is-reversed {
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr);
}
.gustiva-feature-row.is-reversed .feature-device-wrap { order: 2; }
.gustiva-feature-row.is-reversed .feature-copy { order: 1; }
.feature-device-wrap {
  min-height: 620px;
  display: grid;
  place-items: center;
  position: relative;
}
.feature-device-wrap::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231,136,80,.12), transparent 70%);
}
.feature-copy { max-width: 700px; }
.feature-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 32px;
  border: 1px solid rgba(231,136,80,.26);
  border-radius: 14px;
  color: #e9aa7f;
  background: rgba(231,136,80,.06);
  font-size: .72rem;
  font-weight: 800;
}
.feature-copy h2 {
  max-width: 690px;
  margin-bottom: 22px;
}
.feature-copy > p:not(.eyebrow):not(.feature-callout) {
  margin: 0 0 22px;
  color: var(--text-soft);
  font-size: 1.02rem;
}
.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.clean-feature-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.clean-feature-list li {
  position: relative;
  padding-left: 20px;
  color: var(--text-soft);
}
.clean-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(110deg, var(--gustiva-orange), var(--gustiva-orange-2));
}
.detail-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-top: 30px;
}
.detail-mini-grid > div {
  padding: 17px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
}
.detail-mini-grid strong { display: block; margin-bottom: 4px; font-size: .88rem; }
.detail-mini-grid span { color: var(--text-muted); font-size: .77rem; }
.feature-callout {
  margin: 28px 0 0;
  padding: 18px 20px;
  border-left: 3px solid var(--gustiva-sage);
  border-radius: 0 16px 16px 0;
  color: var(--text-soft);
  background: var(--gustiva-sage-soft);
}

.gustiva-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.gustiva-tool-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 25px;
  background: rgba(255,255,255,.035);
}
.tool-icon {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  margin-bottom: 48px;
  border: 1px solid rgba(231,136,80,.25);
  border-radius: 15px;
  color: #e9aa7f;
  background: rgba(231,136,80,.06);
  font-size: 1.05rem;
  font-weight: 800;
}
.gustiva-tool-card h3 { margin-bottom: 12px; }
.gustiva-tool-card p { margin: 0; color: var(--text-soft); }

.details-lead {
  max-width: 650px;
  margin-top: 24px;
  color: var(--text-soft);
}
.app-facts {
  display: grid;
  gap: 0;
  margin: 0;
}
.app-facts > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 17px 0;
  border-top: 1px solid rgba(255,255,255,.075);
}
.app-facts dt { color: var(--text-muted); font-size: .8rem; }
.app-facts dd {
  margin: 0;
  color: var(--text-soft);
  font-size: .9rem;
  font-weight: 680;
}

.download-card {
  position: relative;
  overflow: hidden;
  padding: 74px clamp(24px, 7vw, 82px);
  border: 1px solid var(--border-strong);
  border-radius: 36px;
  background:
    radial-gradient(circle at 92% 10%, rgba(231,136,80,.14), transparent 24rem),
    radial-gradient(circle at 6% 100%, rgba(119,133,108,.12), transparent 25rem),
    rgba(255,255,255,.03);
  text-align: center;
}
.download-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 26px;
  border-radius: 23px;
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(0,0,0,.26);
}
.download-card .eyebrow { justify-content: center; }
.download-card h2 { max-width: 760px; margin-inline: auto; }
.download-card > p:not(.eyebrow) {
  max-width: 640px;
  margin: 22px auto 0;
  color: var(--text-soft);
}
.download-actions { justify-content: center; }

@media (max-width: 1080px) {
  .gustiva-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .gustiva-hero-copy { max-width: 820px; }
  .gustiva-hero-device { min-height: 650px; }
  .hero-note { right: calc(50% - 290px); }
  .summary-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gustiva-feature-row,
  .gustiva-feature-row.is-reversed {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .gustiva-feature-row.is-reversed .feature-device-wrap,
  .gustiva-feature-row.is-reversed .feature-copy { order: initial; }
  .feature-device-wrap { min-height: 600px; }
  .feature-copy { max-width: 760px; }
  .gustiva-intro-grid,
  .gustiva-details-grid { grid-template-columns: 1fr; gap: 20px; }
  .gustiva-intro-copy,
  .app-facts { padding-top: 0; }
}

@media (max-width: 760px) {
  .gustiva-hero { padding-top: 52px; }
  .gustiva-brand-row { align-items: flex-start; }
  .gustiva-app-icon { width: 86px; height: 86px; border-radius: 21px; }
  .gustiva-hero h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .gustiva-hero-copy > h2 { font-size: clamp(2rem, 10vw, 3.45rem); }
  .gustiva-cta-row { align-items: stretch; flex-direction: column; }
  .gustiva-cta-row .button,
  .gustiva-cta-row .app-store-button { width: 100%; justify-content: center; }
  .gustiva-hero-device { min-height: 590px; }
  .iphone-hero { width: min(100%, 290px); transform: none; }
  .hero-note { right: 0; bottom: 35px; width: min(220px, 65vw); }
  .summary-grid { grid-template-columns: 1fr; }
  .feature-device-wrap { min-height: 560px; }
  .iphone-mockup { width: min(100%, 275px); }
  .detail-mini-grid { grid-template-columns: 1fr; }
  .gustiva-tools-grid { grid-template-columns: 1fr; }
  .gustiva-tool-card { min-height: 0; }
  .tool-icon { margin-bottom: 30px; }
  .app-facts > div { grid-template-columns: 1fr; gap: 5px; }
  .download-actions { align-items: stretch; flex-direction: column; }
  .download-actions .button,
  .download-actions .app-store-button { width: 100%; justify-content: center; }
}

@media (max-width: 430px) {
  .gustiva-brand-row { gap: 14px; }
  .gustiva-app-icon { width: 74px; height: 74px; }
  .gustiva-hero-meta { display: grid; }
  .feature-device-wrap { min-height: 520px; }
  .iphone-mockup { width: 245px; padding: 9px; border-radius: 41px; }
  .iphone-bezel { border-radius: 33px; }
  .iphone-screen { border-radius: 31px; }
  .iphone-camera { top: 11px; height: 25px; }
  .download-card { border-radius: 27px; }
}
