:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --surface-muted: #f1f5f9;
  --text: #0f172a;
  --muted: #475569;
  --line: #e2e8f0;
  --line-soft: #eef2f7;
  --primary: #c91449;
  --primary-dark: #9f0d38;
  --primary-soft: rgba(201, 20, 73, 0.1);
  --shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  --shadow-pink: 0 18px 50px rgba(255, 45, 120, 0.12);
  --container: min(1200px, calc(100% - 32px));
  --header-height: 64px;
}

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

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

body {
  margin: 0;
  min-width: 320px;
  font-family: "Alexandria", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  overflow-x: hidden;
}

body.page--en {
  font-family: "Sora", "Space Grotesk", sans-serif;
  letter-spacing: -0.01em;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 92px 0;
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.section--plain {
  background: var(--bg);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading h2,
.split-heading h2,
.why-content h2,
.contact-box h2 {
  margin: 0 0 12px;
  font-family: "Sora", "Alexandria", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--text);
}

.section-heading p,
.split-heading p,
.contact-box p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--text);
  white-space: nowrap;
}

.brand img {
  flex: none;
  border-radius: 9px;
  object-fit: cover;
  box-shadow: 0 6px 14px rgba(227, 24, 55, 0.16);
}

.brand span {
  font-size: 0.95rem;
}

.brand__latin {
  color: var(--primary);
  font-weight: 900;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(227, 24, 55, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--primary);
  font-family: var(--font-latin);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.lang-switch:hover {
  background: rgba(227, 24, 55, 0.08);
}

.lang-switch--mobile {
  width: 100%;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.nav a {
  padding: 20px 0 17px;
  border-bottom: 2px solid transparent;
  transition: color 160ms ease, border-color 160ms ease;
}

.nav a:hover,
.nav a.active {
  color: var(--primary);
  border-color: var(--primary);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--sm {
  min-height: 38px;
  padding: 8px 14px;
  font-size: 0.82rem;
}

.btn--primary {
  color: #ffffff;
  background: var(--primary);
  box-shadow: 0 10px 24px rgba(255, 45, 120, 0.25);
}

.btn--primary:hover {
  background: var(--primary-dark);
}

.btn--outline {
  color: var(--text);
  background: #ffffff;
  border-color: var(--line);
}

.btn--outline:hover {
  border-color: rgba(255, 45, 120, 0.35);
  box-shadow: 0 10px 24px rgba(255, 45, 120, 0.08);
}

.btn--muted {
  color: var(--text);
  background: #e2e8f0;
}

.material-symbols-outlined {
  display: inline-block;
  flex: none;
  width: 1em;
  height: 1em;
  overflow: hidden;
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.menu-toggle {
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--primary);
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.mobile-nav__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.22);
}

.mobile-nav__panel {
  position: absolute;
  top: 12px;
  right: 12px;
  left: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.mobile-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.mobile-nav__close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.mobile-nav__links,
.mobile-nav__cta {
  display: grid;
  gap: 8px;
}

.mobile-nav__links a {
  padding: 10px;
  border-radius: 7px;
  color: var(--text);
  background: var(--surface-soft);
  font-weight: 700;
}

.mobile-nav__cta {
  margin-top: 12px;
}

.hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  background: #ffffff;
  overflow: hidden;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(255, 45, 120, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 45, 120, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}

.hero__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.5)),
    radial-gradient(circle at 18% 40%, rgba(255, 45, 120, 0.1), transparent 26%);
}

.hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  align-items: center;
  min-width: 0;
}

.hero__content {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 45, 120, 0.22);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(255, 45, 120, 0.06);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero h1 {
  max-width: 620px;
  margin: 0 0 20px;
  font-family: "Sora", "Alexandria", sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.14;
  letter-spacing: 0;
  color: var(--text);
  overflow-wrap: anywhere;
}

.hero p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
  min-width: 0;
}

.hero__chips {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.hero-chip {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  text-align: center;
}

.hero-chip .material-symbols-outlined {
  color: var(--primary);
}

.hero-chip strong {
  margin-top: 4px;
  font-size: 0.76rem;
}

.hero__media {
  position: relative;
  min-width: 0;
  max-width: 100%;
}

.image-frame {
  aspect-ratio: 1 / 1;
  padding: 14px;
  border: 1px solid rgba(255, 45, 120, 0.45);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: var(--shadow-pink);
}

.image-frame img,
.image-frame video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  background: #111827;
}

.delivery-badge {
  position: absolute;
  right: -28px;
  bottom: -26px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 210px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.delivery-badge > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  color: #ffffff;
  background: var(--primary);
}

.delivery-badge strong,
.delivery-badge small {
  display: block;
}

.delivery-badge small {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-card,
.area-card,
.faq-item,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.04);
}

.service-card {
  min-height: 205px;
  padding: 28px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 45, 120, 0.28);
  box-shadow: var(--shadow-pink);
}

.service-card > .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--text);
  background: var(--surface-muted);
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.seo-link-panel {
  margin-top: 56px;
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
}

.seo-service-link {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.seo-service-link:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 20, 73, 0.28);
  box-shadow: var(--shadow-pink);
}

.seo-service-link .material-symbols-outlined {
  color: var(--primary);
  font-size: 24px;
}

.seo-service-link strong {
  line-height: 1.35;
}

.seo-service-link small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.seo-hero {
  overflow: hidden;
  background: #ffffff;
}

.seo-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 48px;
  align-items: center;
}

.seo-hero__copy h1 {
  max-width: 780px;
  margin: 0 0 20px;
  font-family: "Sora", "Alexandria", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.15;
}

.seo-hero__copy p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.breadcrumb-link {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--primary);
  font-weight: 800;
  font-size: 0.85rem;
}

.seo-summary-card {
  padding: 32px;
  border: 1px solid rgba(201, 20, 73, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(201, 20, 73, 0.08), rgba(255, 255, 255, 0.96)),
    #ffffff;
  box-shadow: var(--shadow-pink);
}

.seo-summary-card > .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 12px;
  color: #ffffff;
  background: var(--primary);
  font-size: 28px;
}

.seo-summary-card h2 {
  margin: 0 0 16px;
  font-size: 1.35rem;
}

.seo-summary-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.seo-summary-card li {
  position: relative;
  padding-inline-start: 26px;
  color: var(--text);
  font-weight: 700;
}

.seo-summary-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  inset-inline-start: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
}

.seo-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.seo-content-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.04);
}

.seo-content-card h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.seo-content-card p {
  margin: 0;
  color: var(--muted);
}

.phrase-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.phrase-card {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid rgba(201, 20, 73, 0.18);
  border-radius: 999px;
  color: var(--primary);
  background: #ffffff;
  font-weight: 800;
}

.section--steps {
  background:
    linear-gradient(to right, rgba(255, 45, 120, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 45, 120, 0.035) 1px, transparent 1px),
    #ffffff;
  background-size: 40px 40px;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.steps::before {
  content: "";
  position: absolute;
  top: 39px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: rgba(255, 45, 120, 0.28);
}

.step-card {
  position: relative;
  text-align: center;
}

.step-card span {
  display: inline-grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 18px;
  border: 3px solid var(--primary);
  border-radius: 8px;
  color: var(--primary);
  background: #ffffff;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(255, 45, 120, 0.1);
}

.step-card:first-child span {
  color: #ffffff;
  background: var(--primary);
}

.step-card h3 {
  margin: 0 0 8px;
  font-size: 1.04rem;
}

.step-card p {
  max-width: 220px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.88rem;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.coverage-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: none;
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--primary);
  background: var(--primary-soft);
  font-weight: 800;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.area-card {
  padding: 24px;
  text-align: center;
}

.area-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.08rem;
}

.area-card span {
  color: var(--muted);
  font-size: 0.84rem;
}

.why-section {
  background: var(--surface-soft);
}

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.why-list {
  display: grid;
  gap: 20px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.why-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.why-list .material-symbols-outlined {
  display: grid;
  place-items: center;
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: var(--primary);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.why-list strong {
  display: block;
  margin-bottom: 4px;
}

.why-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.why-media {
  position: relative;
  aspect-ratio: 1.1 / 1;
}

.why-media::before {
  content: "";
  position: absolute;
  inset: 12% -8% -8% 8%;
  border-radius: 28px;
  background: rgba(255, 45, 120, 0.08);
  filter: blur(38px);
}

.why-media img,
.why-media video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.1 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  background: #111827;
}

.contact-box {
  max-width: 900px;
  padding: 54px;
  border-radius: 28px;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 45, 120, 0.09), rgba(241, 245, 249, 0.92));
  box-shadow: var(--shadow-pink);
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.contact-card {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.contact-card > .material-symbols-outlined {
  margin-inline: auto;
  color: var(--primary);
  font-size: 32px;
}

.contact-card small {
  color: var(--muted);
  font-weight: 700;
}

.contact-card strong {
  font-size: 1.05rem;
}

.faq-section {
  background: #ffffff;
}

.faq-container {
  max-width: 760px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  box-shadow: var(--shadow);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 20px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
}

.faq-item .material-symbols-outlined {
  color: var(--primary);
  transition: transform 160ms ease;
}

.faq-item[open] .material-symbols-outlined {
  transform: rotate(180deg);
}

.footer {
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 88px;
  color: var(--muted);
  font-size: 0.82rem;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.footer__links a:hover {
  color: var(--primary);
}

.sticky-cta {
  display: none;
}

@media (max-width: 980px) {
  .nav--desktop,
  .header__actions .btn {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .hero {
    min-height: auto;
  }

  .hero__layout,
  .why-layout {
    grid-template-columns: 1fr;
  }

  .hero__media {
    order: -1;
  }

  .service-grid,
  .seo-link-grid,
  .areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-hero__layout,
  .seo-content {
    grid-template-columns: 1fr;
  }

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

  .steps::before {
    display: none;
  }
}

@media (max-width: 680px) {
  :root {
    --container: calc(100% - 28px);
  }

  .section {
    padding: 68px 0;
  }

  .header__inner {
    min-height: 58px;
  }

  .brand span {
    font-size: 0.86rem;
  }

  .hero {
    padding-top: 28px;
  }

  .hero__layout {
    gap: 34px;
    overflow: hidden;
  }

  .hero__media {
    order: 1;
  }

  .hero__content {
    order: 0;
    text-align: right;
    width: 100%;
    overflow: hidden;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 1.75rem;
    line-height: 1.22;
  }

  .hero p {
    max-width: 100%;
  }

  .hero__actions,
  .split-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .hero__chips,
  .seo-link-grid,
  .service-grid,
  .steps,
  .areas-grid,
  .contact-actions {
    grid-template-columns: 1fr;
  }

  .image-frame {
    max-width: 100%;
    padding: 10px;
    border-radius: 16px;
    overflow: hidden;
  }

  .image-frame img,
  .image-frame video {
    border-radius: 11px;
  }

  .delivery-badge {
    position: static;
    margin-top: -24px;
    margin-inline: 14px;
    min-width: 0;
  }

  .contact-box {
    padding: 34px 18px;
    border-radius: 18px;
  }

  .footer__inner {
    flex-direction: column;
    padding: 24px 0;
    text-align: center;
  }

  .sticky-cta {
    position: fixed;
    right: 12px;
    left: 12px;
    bottom: 12px;
    z-index: 45;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sticky-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    border-radius: 10px;
    font-weight: 800;
    box-shadow: var(--shadow);
  }

  .sticky-cta a:first-child {
    color: var(--text);
    background: #ffffff;
    border: 1px solid var(--line);
  }

  .sticky-cta a:last-child {
    color: #ffffff;
    background: var(--primary);
  }

  body {
    padding-bottom: 82px;
  }
}
