:root {
  --bg: #f6fbff;
  --surface: #ffffff;
  --surface-soft: #eef7ff;
  --primary: #0b72ff;
  --primary-dark: #0854bb;
  --secondary: #0d2d5c;
  --text: #16324f;
  --muted: #5e7691;
  --border: rgba(11, 114, 255, 0.12);
  --shadow: 0 24px 60px rgba(13, 45, 92, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #e7eef5;
  color: var(--text);
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(8, 28, 58, 0.56), rgba(8, 28, 58, 0.42)),
    radial-gradient(circle at top left, rgba(11, 114, 255, 0.16), transparent 28%),
    url("assets/ironing-background.jpg") center center / cover no-repeat;
  background-attachment: fixed;
  transform: scale(1.04);
  filter: contrast(1.08) saturate(1.06) brightness(1.02);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(246, 251, 255, 0.12));
  pointer-events: none;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  padding: 4.5rem 0;
}

.muted-section {
  background: rgba(255, 255, 255, 0.78);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: transparent;
  padding: 1rem 0 0;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  position: relative;
  padding: 0.95rem 0.4rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.brand {
  font-family: "DM Serif Display", serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.01em;
  line-height: 1;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.nav-menu-kicker {
  display: none;
}

.site-nav a {
  font-family: "Manrope", sans-serif;
  color: #f3f8ff;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #8ec5ff;
  transform: translateY(-1px);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #64c7ff, #0b72ff);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.site-nav a small {
  display: none;
}

.nav-menu-cta {
  display: none;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(5, 18, 36, 0.24);
}

.site-header.is-scrolled {
  padding-top: 0;
}

.site-header.is-scrolled .container.nav-shell {
  width: calc(100% - 2rem);
  max-width: none;
  margin: 0 1rem;
}

.site-header.is-scrolled .nav-shell {
  width: 100%;
  min-height: 78px;
  padding: 0.95rem 1.5rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(18, 48, 89, 0.08);
  border-radius: 0 0 26px 26px;
  box-shadow: 0 14px 28px rgba(8, 24, 47, 0.12);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled .brand {
  color: #15345f;
  text-shadow: none;
}

.site-header.is-scrolled .site-nav a {
  color: #36557e;
  text-shadow: none;
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-scrolled .site-nav a:focus-visible {
  color: #0b72ff;
}

.site-header.is-scrolled .nav-cta {
  border: 1px solid rgba(20, 51, 94, 0.16);
  background: linear-gradient(180deg, #ffffff, #eef6ff);
  color: #17325b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: none;
}

.site-header.is-scrolled .nav-cta:hover,
.site-header.is-scrolled .nav-cta:focus-visible {
  color: #0b72ff;
  box-shadow: 0 14px 28px rgba(11, 114, 255, 0.12);
}

.nav-toggle,
.nav-toggle-label {
  display: none;
}

.hero {
  padding: 4rem 0 3rem;
}

.hero-grid,
.section-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.hero-grid {
  grid-template-columns: 1.05fr 0.95fr;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(11, 114, 255, 0.1);
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero .eyebrow {
  background: rgba(86, 165, 255, 0.18);
  color: #8ec5ff;
  border: 1px solid rgba(142, 197, 255, 0.22);
}

.hero h1,
.section h2 {
  margin: 1rem 0 0.85rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--secondary);
}

.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  max-width: 10ch;
  color: #ffffff;
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.hero p,
.section-copy,
.feature-card p,
.step-card p,
.service-card p,
.reason-card p,
.contact-actions a {
  color: var(--muted);
  line-height: 1.7;
}

#services .section-tag,
#showcase .section-tag,
#why-us .section-tag {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#showcase .section-copy,
#showcase .feature-card p {
  color: rgba(255, 255, 255, 0.86);
}

#showcase .feature-card p {
  color: var(--muted);
}

#showcase h2,
#services h2,
#why-us h2 {
  color: #ffffff;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

#showcase .section-copy {
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.hero-copy {
  padding: 2rem;
  border-radius: 30px;
  background: rgba(7, 28, 56, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 54px rgba(4, 20, 42, 0.24);
}

.hero-copy p {
  color: rgba(255, 255, 255, 0.86);
}

.hero p,
.section-copy {
  font-size: 1.02rem;
  max-width: 60ch;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 2rem 0 1.5rem;
}

.store-badge {
  min-width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.store-badge:hover,
.store-badge:focus-visible {
  transform: translateY(-2px);
}

.store-badge img {
  display: block;
  width: 200px;
  height: auto;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-points span {
  padding: 0.65rem 0.9rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #ffffff;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.phone-frame,
.mini-phone {
  background: linear-gradient(180deg, #0b1b36 0%, #11284d 100%);
  border-radius: 34px;
  padding: 12px;
  box-shadow: var(--shadow);
}

.phone-frame {
  width: min(320px, 86vw);
}

.phone-screen,
.mini-screen {
  background:
    radial-gradient(circle at top, rgba(75, 166, 255, 0.2), transparent 36%),
    linear-gradient(180deg, #fafdff 0%, #eef7ff 100%);
  border-radius: 24px;
}

.phone-screen {
  min-height: 560px;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mockup-top,
.screen-header,
.screen-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.screen-order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
}

.mockup-chip {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(11, 114, 255, 0.1);
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
}

.mockup-card,
.screen-order {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1rem;
}

.primary-card {
  background: linear-gradient(135deg, #0b72ff, #37a2ff);
  color: #fff;
}

.primary-card p,
.primary-card strong {
  color: inherit;
}

.progress {
  margin: 0.75rem 0 0.45rem;
  height: 10px;
  background: rgba(13, 45, 92, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

.progress span {
  display: block;
  width: 72%;
  height: 100%;
  background: linear-gradient(90deg, #0b72ff, #60c7ff);
  border-radius: inherit;
}

.mockup-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.mockup-actions div {
  height: 52px;
  border-radius: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 114, 255, 0.14);
  border-radius: 18px;
  padding: 0.9rem 1rem;
  box-shadow: 0 16px 34px rgba(13, 45, 92, 0.14);
  display: grid;
  gap: 0.25rem;
}

.floating-card strong {
  color: var(--secondary);
}

.floating-card span,
.screen-order small,
.screen-header span {
  color: var(--muted);
  font-size: 0.88rem;
}

.pickup-card {
  top: 12%;
  left: 4%;
}

.payment-card {
  bottom: 12%;
  right: 1%;
}

.section-grid {
  grid-template-columns: 1fr 0.9fr;
}

.feature-list,
.service-grid,
.reasons-grid,
.steps-grid {
  display: grid;
  gap: 1rem;
}

.feature-list {
  margin-top: 2rem;
}

.feature-card,
.step-card,
.service-card,
.reason-card,
.contact-card,
.pricing-table,
.showcase-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(13, 45, 92, 0.06);
}

.feature-card,
.step-card,
.service-card,
.reason-card,
.showcase-panel {
  padding: 1.4rem;
}

.feature-card h3,
.step-card h3,
.service-card h3,
.reason-card h3 {
  margin: 0 0 0.65rem;
  color: var(--secondary);
}

.showcase-panel {
  min-height: 100%;
  display: grid;
  place-items: center;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.mini-phone {
  width: min(320px, 86vw);
}

.mini-screen {
  min-height: 540px;
  padding: 1rem;
  display: grid;
  gap: 0.9rem;
}

.screen-header strong,
.screen-row strong,
.screen-order strong {
  color: var(--secondary);
}

.steps-grid,
.service-grid,
.reasons-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-heading {
  margin-bottom: 2rem;
}

.section-heading.center {
  text-align: center;
}

.step-number {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--primary);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pricing-table {
  overflow: hidden;
}

.pricing-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 1rem;
  padding: 1rem 1.25rem;
  align-items: center;
}

.pricing-row + .pricing-row {
  border-top: 1px solid rgba(13, 45, 92, 0.08);
}

.pricing-head {
  background: #eef6ff;
  font-weight: 800;
  color: var(--secondary);
}

.contact-section {
  padding-bottom: 5rem;
}

.contact-card {
  padding: 2rem;
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.9rem 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: #fff;
  font-weight: 700;
  color: var(--secondary);
}

.contact-actions .whatsapp-link {
  width: 64px;
  min-width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 50%;
  background: #ffffff;
  border-color: rgba(37, 211, 102, 0.2);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.16);
}

.contact-actions .whatsapp-link svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

@media (max-width: 900px) {
  .hero-grid,
  .section-grid,
  .steps-grid,
  .service-grid,
  .reasons-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 1rem;
  }

  .hero-copy {
    padding: 1.5rem;
  }

  .pickup-card {
    left: 0;
  }

  .payment-card {
    right: 0;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 2rem, 1120px);
  }

  .site-header {
    padding-top: 0;
  }

  .site-header .container.nav-shell,
  .site-header.is-scrolled .container.nav-shell {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .nav-shell,
  .site-header.is-scrolled .nav-shell {
    width: 100%;
    min-height: 78px;
    padding: 0.95rem 1rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(18, 48, 89, 0.08);
    border-radius: 0 0 22px 22px;
    box-shadow: 0 14px 28px rgba(8, 24, 47, 0.12);
    backdrop-filter: blur(14px);
  }

  .brand,
  .site-header.is-scrolled .brand {
    color: #15345f;
    text-shadow: none;
  }

  .nav-toggle-label,
  .site-header.is-scrolled .nav-toggle-label {
    background: rgba(238, 246, 255, 0.96);
  }

  .nav-toggle-label span,
  .site-header.is-scrolled .nav-toggle-label span {
    background: var(--secondary);
  }

  .section {
    padding: 3.75rem 0;
  }

  .hero-copy,
  .section-grid > div:first-child,
  .contact-card,
  .feature-card,
  .step-card,
  .service-card,
  .reason-card,
  .pricing-table {
    text-align: center;
  }

  .hero-copy,
  .contact-card {
    justify-items: center;
  }

  .store-buttons,
  .hero-points,
  .contact-actions {
    justify-content: center;
  }

  .feature-list,
  .steps-grid,
  .service-grid,
  .reasons-grid {
    justify-items: center;
  }

  .app-showcase .section-grid {
    gap: 1.4rem;
  }

  .app-showcase .section-tag,
  .app-showcase h2,
  .app-showcase .section-copy {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .section h2 {
    font-size: clamp(1.72rem, 7vw, 2.3rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .section-copy,
  .feature-card p,
  .step-card p,
  .service-card p,
  .reason-card p {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .hero-points {
    flex-wrap: nowrap;
    gap: 0.45rem;
    width: 100%;
  }

  .hero-points span {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.62rem 0.45rem;
    font-size: 0.74rem;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .feature-card,
  .step-card,
  .service-card,
  .reason-card,
  .contact-card {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
    width: 100%;
  }

  .nav-toggle-label {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-content: center;
    gap: 5px;
    cursor: pointer;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
  }

  .nav-toggle-label span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--secondary);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.85rem);
    left: 0;
    right: 0;
    display: grid;
    gap: 0.65rem;
    padding: 0.9rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82));
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 26px;
    box-shadow:
      0 22px 48px rgba(7, 25, 52, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(28px) saturate(1.2);
  opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.98);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  }

  .nav-menu-kicker {
    display: block;
    margin: 0 0 0.2rem;
    padding: 0.35rem 0.4rem 0;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #5b7aa0;
  }

  .site-nav a {
    display: grid;
    gap: 0.28rem;
    padding: 1rem 1rem 1rem 1.1rem;
    border: 1px solid rgba(13, 45, 92, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 251, 255, 0.84));
    color: #16324f;
    text-shadow: none;
    box-shadow: 0 8px 18px rgba(14, 45, 92, 0.06);
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    color: #16324f;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(241, 247, 255, 0.96));
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(11, 114, 255, 0.14);
  }

  .site-header.is-scrolled .site-nav a {
    color: #16324f;
    text-shadow: none;
  }

  .site-header.is-scrolled .site-nav a:hover,
  .site-header.is-scrolled .site-nav a:focus-visible {
    color: #16324f;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a span {
    font-size: 1rem;
    line-height: 1.1;
  }

  .site-nav a small {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.83rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    color: #64809e;
  }

  .nav-menu-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-top: 0.15rem;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #0b72ff, #38a1ff);
    color: #ffffff;
    font-size: 0.94rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 18px 28px rgba(11, 114, 255, 0.24);
  }

  .nav-menu-cta:hover,
  .nav-menu-cta:focus-visible,
  .site-header.is-scrolled .nav-menu-cta:hover,
  .site-header.is-scrolled .nav-menu-cta:focus-visible {
    color: #ffffff;
    transform: translateY(-2px);
  }

  .nav-toggle:checked ~ .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  .hero h1 {
    max-width: none;
  }

  .nav-cta {
    display: none;
  }

  .store-badge {
    width: 100%;
    justify-content: center;
  }

  .pricing-row {
    grid-template-columns: 1fr;
  }

  .pricing-head {
    display: none;
  }

  .pricing-row {
    padding: 1.15rem;
  }

  .pricing-row span {
    display: block;
  }

  .pricing-row span + span {
    margin-top: 0.2rem;
  }

  .contact-card {
    padding: 1.5rem;
  }
}

@media (max-width: 760px), (prefers-reduced-motion: reduce) {
  body::before {
    background-attachment: scroll;
  }
}
