:root {
  --ink: #111827;
  --muted: #5b6475;
  --line: #dfe6f1;
  --paper: #ffffff;
  --mist: #f5f8fc;
  --navy: #111a44;
  --blue: #0a78ff;
  --violet: #6b4dff;
  --teal: #009b93;
  --lime: #c9f26b;
  --instagram-gradient: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  --whatsapp-green: #25d366;
  --whatsapp-dark: #128c7e;
  --shadow: 0 18px 45px rgba(17, 26, 68, 0.12);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

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

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 6px;
}

.skip-link:focus {
  top: 12px;
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(223, 230, 241, 0.78);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(var(--max), calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 138px;
}

.brand img {
  width: 138px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #29324a;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
}

.nav-chat {
  padding: 0;
  color: #29324a;
  background: transparent;
  border: 0;
  font-weight: 800;
  cursor: pointer;
}

.nav-links a:not(.nav-cta):not(.nav-social):hover {
  color: var(--blue);
}

.nav-chat:hover {
  color: var(--blue);
}

.nav-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--instagram-gradient);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(214, 36, 159, 0.22);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.nav-social svg,
.social-icon,
.whatsapp-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-icon {
  fill: currentColor;
  stroke: none;
}

.whatsapp-icon path {
  fill: currentColor;
  stroke: none;
}

.nav-links a.nav-social:hover {
  color: #fff;
  transform: translateY(-1px);
  filter: saturate(1.08);
  box-shadow: 0 16px 30px rgba(214, 36, 159, 0.28);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  color: var(--paper);
  background: var(--navy);
  border-radius: 8px;
}

.nav-whatsapp {
  background: var(--whatsapp-green);
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.24);
}

.nav-cta.nav-whatsapp:hover {
  color: #fff;
  filter: saturate(1.08);
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.3);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  padding: 86px 0 78px;
  background:
    radial-gradient(circle at 74% 24%, rgba(10, 120, 255, 0.1), transparent 30%),
    linear-gradient(120deg, #ffffff 0%, #f7fbff 58%, #eef5ff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  right: clamp(-180px, -8vw, -70px);
  top: 50%;
  width: min(58vw, 900px);
  aspect-ratio: 2947 / 1879;
  background: url("assets/lyra-logo.png") center / contain no-repeat;
  opacity: 0.075;
  transform: translateY(-50%);
  filter: saturate(0.9);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}

.hero-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-line {
  position: absolute;
  right: 0;
  width: 46vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(10, 120, 255, 0.32), rgba(0, 155, 147, 0.28), transparent);
}

.line-one {
  top: 26%;
}

.line-two {
  top: 49%;
  width: 58vw;
}

.line-three {
  top: 72%;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 54px;
}

.hero-copy-block {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(3rem, 5.25vw, 5.35rem);
  line-height: 1;
  text-wrap: balance;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  text-wrap: balance;
}

h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 560px;
  margin: 24px 0 0;
  color: #3f495f;
  font-size: clamp(1.06rem, 2vw, 1.28rem);
}

.hero-media {
  position: relative;
  margin: 0;
  min-height: 540px;
  animation: heroDrift 9s ease-in-out infinite;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 34px -18px -18px 34px;
  border: 1px solid rgba(10, 120, 255, 0.2);
  border-radius: 8px;
}

.hero-media img {
  position: relative;
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(17, 26, 68, 0.2);
}

.media-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: grid;
  gap: 5px;
  max-width: 330px;
  padding: 18px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(223, 230, 241, 0.9);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(17, 26, 68, 0.16);
  backdrop-filter: blur(12px);
}

.media-badge strong {
  font-size: 1.04rem;
}

.media-badge span {
  color: #4b5568;
}

@keyframes heroDrift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: var(--paper);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  box-shadow: 0 12px 25px rgba(10, 120, 255, 0.22);
}

.button.primary.whatsapp-button {
  gap: 9px;
  background: linear-gradient(135deg, var(--whatsapp-dark), var(--whatsapp-green));
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.24);
}

.button.primary.whatsapp-button:hover {
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.3);
}

.button.secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--line);
}

.button:hover,
.nav-cta:hover,
.text-button:hover {
  transform: translateY(-1px);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 730px;
  margin: 48px 0 0;
}

.proof-strip div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.proof-strip dt {
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 900;
}

.proof-strip dd {
  margin: 4px 0 0;
  color: var(--muted);
}

.section {
  padding: 92px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow),
.split p,
.contact p {
  color: var(--muted);
  font-size: 1.05rem;
}

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

.option-card,
.service-grid article,
.price-card,
.addon-card {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 35px rgba(17, 26, 68, 0.08);
}

.option-card.featured {
  border-color: rgba(10, 120, 255, 0.35);
  background: linear-gradient(180deg, #ffffff, #f3f8ff);
}

.option-card p,
.service-grid p,
.price-card p,
.addon-card p {
  color: var(--muted);
}

.option-kicker {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.audience,
.pricing {
  background: var(--mist);
}

.image-band {
  background:
    linear-gradient(90deg, rgba(10, 120, 255, 0.07), rgba(0, 155, 147, 0.07)),
    #f7faff;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 48px;
  align-items: center;
}

.visual-split {
  grid-template-columns: minmax(320px, 1.1fr) minmax(0, 0.9fr);
}

.feature-image {
  margin: 0;
}

.feature-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 65px rgba(17, 26, 68, 0.16);
}

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

.segment-grid span {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: var(--navy);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
}

.value-grid span {
  justify-content: flex-start;
  min-height: 92px;
  padding-left: 22px;
  background:
    linear-gradient(90deg, rgba(10, 120, 255, 0.08), rgba(0, 155, 147, 0.08)),
    #fff;
}

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

.service-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  color: var(--navy);
  background: var(--lime);
  border-radius: 8px;
  font-weight: 900;
}

.add-ons {
  background:
    linear-gradient(180deg, #fff 0%, #fff 48%, var(--mist) 48%, var(--mist) 100%);
}

.addon-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 38px;
  color: var(--paper);
  background:
    radial-gradient(circle at 88% 18%, rgba(201, 242, 107, 0.14), transparent 28%),
    linear-gradient(135deg, var(--navy) 0%, #15245c 58%, #0b4f86 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(17, 26, 68, 0.2);
}

.addon-panel::before {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -150px;
  width: 520px;
  aspect-ratio: 2947 / 1879;
  background: url("assets/lyra-logo.png") center / contain no-repeat;
  opacity: 0.065;
  pointer-events: none;
}

.addon-copy,
.addon-grid {
  position: relative;
  z-index: 1;
}

.addon-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 800px;
}

.addon-copy .eyebrow {
  color: var(--lime);
}

.addon-copy h2 {
  color: var(--paper);
}

.addon-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
}

.addon-grid {
  align-items: stretch;
  gap: 14px;
}

.addon-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: auto;
  color: var(--paper);
  background: var(--navy);
  border-radius: 8px;
  font-weight: 900;
}

.addon-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 214px;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 42px rgba(2, 7, 32, 0.17);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.addon-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--teal));
}

.addon-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(2, 7, 32, 0.2);
}

.addon-card:nth-child(2)::before {
  background: linear-gradient(90deg, var(--whatsapp-dark), var(--whatsapp-green));
}

.addon-card:nth-child(3)::before {
  background: linear-gradient(90deg, var(--violet), var(--blue));
}

.addon-card h3 {
  font-size: 1.35rem;
}

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

.timeline div {
  position: relative;
  padding: 22px 18px;
  border-top: 3px solid var(--blue);
  background: #fff;
}

.timeline span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
  font-weight: 900;
}

.timeline p {
  color: var(--muted);
}

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

.price-card.accent {
  background: var(--navy);
}

.price-card.accent h3,
.price-card.accent p {
  color: var(--paper);
}

.price {
  margin: 18px 0 12px;
  color: var(--navy);
  font-size: 2rem;
  font-weight: 950;
}

.price span {
  font-size: 1rem;
  color: var(--muted);
}

.price-card.accent .price span {
  color: rgba(255, 255, 255, 0.7);
}

.pricing-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 20px;
  padding: 18px 20px;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(10, 120, 255, 0.18);
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 16px 35px rgba(17, 26, 68, 0.06);
}

.pricing-note strong {
  flex: 0 0 auto;
}

.pricing-note span {
  color: var(--muted);
}

.compliance-note {
  border-left-color: var(--teal);
}

.faq {
  scroll-margin-top: 92px;
  background:
    linear-gradient(90deg, rgba(10, 120, 255, 0.08), rgba(0, 155, 147, 0.08)),
    #fff;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-list li {
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #344057;
}

.faq-list strong,
.faq-list span {
  display: block;
}

.faq-list strong {
  color: var(--navy);
  font-weight: 800;
  line-height: 1.35;
}

.faq-list span {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.55;
}

.contact {
  background: var(--navy);
  color: var(--paper);
}

.contact h2,
.contact .eyebrow {
  color: var(--paper);
}

.contact p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 50px;
  align-items: start;
}

.text-button {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 14px;
  color: var(--navy);
  background: var(--lime);
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.contact-method {
  display: grid;
  gap: 4px;
  padding: 16px;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  text-decoration: none;
}

.contact-method strong {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-method span {
  color: #344057;
  font-weight: 850;
}

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

.contact-method.has-icon {
  grid-template-columns: 42px 1fr;
  align-items: center;
}

.contact-method.has-icon > span {
  display: grid;
  gap: 4px;
}

.contact-method.has-icon .social-icon {
  width: 36px;
  height: 36px;
  padding: 8px;
  color: #fff;
  border-radius: 8px;
}

.contact-method.has-icon.instagram-card .social-icon {
  background: var(--instagram-gradient);
  box-shadow: 0 12px 22px rgba(214, 36, 159, 0.2);
}

.contact-method.has-icon.whatsapp-card .social-icon {
  background: var(--whatsapp-green);
  box-shadow: 0 12px 22px rgba(37, 211, 102, 0.22);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  color: var(--ink);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #263149;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  color: var(--ink);
  border: 1px solid #ccd6e6;
  border-radius: 8px;
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(10, 120, 255, 0.18);
  border-color: var(--blue);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #43506a;
  font-weight: 750;
}

.site-footer {
  padding: 34px 0;
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-inner img {
  width: 120px;
}

.footer-inner p {
  margin: 0;
  color: var(--muted);
}

.footer-inner a {
  color: var(--navy);
  font-weight: 850;
  text-decoration: none;
}

.footer-inner a:hover {
  color: var(--blue);
}

.footer-inner a[href*="wa.me"] {
  color: var(--whatsapp-green);
}

.footer-inner a[href*="wa.me"]:hover {
  color: var(--whatsapp-dark);
}

.footer-inner a[href*="instagram.com"] {
  color: transparent;
  background: var(--instagram-gradient);
  background-clip: text;
  -webkit-background-clip: text;
}

.footer-inner a[href*="instagram.com"]:hover {
  filter: saturate(1.15);
}

.footer-links {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  align-items: center;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  color: var(--navy);
  background: #f4f8ff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: var(--blue);
  border-color: rgba(10, 120, 255, 0.28);
}

.policy-hero {
  padding: 96px 0 72px;
  background:
    linear-gradient(90deg, rgba(10, 120, 255, 0.08), rgba(0, 155, 147, 0.08)),
    #fff;
  border-bottom: 1px solid rgba(223, 230, 241, 0.75);
}

.policy-hero-inner {
  max-width: 880px;
}

.policy-hero h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 7vw, 5.6rem);
  line-height: 0.98;
}

.policy-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.1rem;
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.policy-meta span {
  padding: 9px 12px;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(10, 120, 255, 0.16);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 850;
}

.policy-section {
  background: var(--mist);
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.36fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.policy-summary {
  position: sticky;
  top: 104px;
  padding: 24px;
  color: var(--paper);
  background: var(--navy);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(17, 26, 68, 0.12);
}

.policy-summary h2 {
  margin-bottom: 14px;
  color: var(--paper);
  font-size: 1.45rem;
}

.policy-summary ul,
.policy-card ul {
  margin: 0;
  padding-left: 20px;
}

.policy-summary li + li,
.policy-card li + li {
  margin-top: 8px;
}

.policy-summary li {
  color: rgba(255, 255, 255, 0.78);
}

.policy-content {
  display: grid;
  gap: 16px;
}

.policy-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 35px rgba(17, 26, 68, 0.06);
}

.policy-card h2 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.25;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
}

.policy-card p {
  margin: 0;
}

.policy-card p + p,
.policy-card ul + p,
.policy-card p + ul,
.policy-table + p {
  margin-top: 14px;
}

.policy-card a {
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
}

.policy-card a:hover {
  text-decoration: underline;
}

.policy-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.policy-table > div {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: 0;
}

.policy-table > div + div {
  border-top: 1px solid var(--line);
}

.policy-table strong,
.policy-table span {
  padding: 14px 16px;
}

.policy-table strong {
  color: var(--navy);
  background: #f7faff;
}

.policy-table span {
  color: var(--muted);
  border-left: 1px solid var(--line);
}

.chat-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  font-size: 0.95rem;
}

.chat-launcher {
  min-height: 52px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(17, 26, 68, 0.25);
  font-weight: 900;
  cursor: pointer;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: min(380px, calc(100vw - 28px));
  max-height: min(660px, calc(100vh - 110px));
  display: none;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 26, 68, 0.22);
}

.chat-widget.is-open .chat-panel {
  display: grid;
  grid-template-rows: auto minmax(220px, 1fr) auto auto;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  color: #fff;
  background: var(--navy);
}

.chat-header p {
  margin: 0;
  font-weight: 950;
}

.chat-header span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
}

.chat-header button {
  width: 34px;
  height: 34px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  border-radius: 8px;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.chat-messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  overflow-y: auto;
  background: #f7f9fd;
}

.chat-message {
  width: fit-content;
  max-width: 86%;
  padding: 10px 12px;
  border-radius: 8px;
  color: #263149;
  background: #fff;
  border: 1px solid var(--line);
}

.chat-message.agent {
  align-self: flex-start;
}

.chat-message.user {
  align-self: flex-end;
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.chat-message p {
  margin: 0;
}

.chat-message p + p {
  margin-top: 8px;
}

.chat-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.chat-quick-replies button,
.chat-quick-replies a {
  min-height: 34px;
  padding: 0 10px;
  color: var(--navy);
  background: #eef5ff;
  border: 1px solid #d7e7ff;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.chat-quick-replies a {
  text-decoration: none;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.chat-form input {
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #ccd6e6;
  border-radius: 8px;
}

.chat-form input:focus {
  outline: 3px solid rgba(10, 120, 255, 0.18);
  border-color: var(--blue);
}

.chat-form button {
  min-height: 42px;
  padding: 0 13px;
  color: #fff;
  background: var(--navy);
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 960px) {
  .hero {
    min-height: auto;
    padding-top: 86px;
  }

  .hero::before {
    right: -170px;
    top: 36%;
    width: 760px;
    opacity: 0.055;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-media,
  .hero-media img {
    min-height: 0;
    height: auto;
  }

  .hero-media img {
    aspect-ratio: 16 / 10;
  }

  .proof-strip,
  .option-grid,
  .service-grid,
  .addon-grid,
  .pricing-grid,
  .timeline,
  .split,
  .policy-layout,
  .contact-layout {
    grid-template-columns: 1fr 1fr;
  }

  .addon-panel {
    grid-template-columns: 1fr;
  }

  .addon-copy {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .container,
  .nav {
    width: min(100% - 28px, var(--max));
  }

  .nav {
    min-height: 68px;
  }

  .brand,
  .brand img {
    width: 120px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 74px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 13px 12px;
  }

  .nav-chat {
    padding: 13px 12px;
    text-align: left;
  }

  .nav-social {
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 46px;
    padding: 13px 12px;
    border: 0;
  }

  .nav-social::after {
    content: "@lyratech.ie";
    margin-left: 10px;
  }

  .nav-cta {
    margin-top: 6px;
  }

  .hero {
    padding: 68px 0 56px;
  }

  .hero::before {
    right: -210px;
    top: 28%;
    width: 620px;
    opacity: 0.045;
  }

  h1 {
    font-size: clamp(2.55rem, 15vw, 4.1rem);
  }

  .section {
    padding: 66px 0;
  }

  .proof-strip,
  .option-grid,
  .service-grid,
  .addon-grid,
  .pricing-grid,
  .timeline,
  .split,
  .segment-grid,
  .policy-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .policy-hero {
    padding: 68px 0 56px;
  }

  .policy-hero h1 {
    font-size: clamp(2.45rem, 12vw, 4.1rem);
  }

  .policy-summary {
    position: static;
  }

  .policy-table > div {
    grid-template-columns: 1fr;
  }

  .policy-table span {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .addon-panel {
    padding: 24px;
  }

  .addon-card {
    min-height: 190px;
  }

  .pricing-note {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .chat-widget {
    right: 14px;
    bottom: 14px;
  }

  .chat-launcher {
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
