:root {
  --navy: #062b52;
  --navy-2: #0b3b68;
  --teal: #02a2a8;
  --teal-2: #12bcc1;
  --ink: #14263a;
  --muted: #5f7081;
  --line: #dce6ed;
  --soft: #f2f7f9;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(6, 43, 82, .12);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; text-rendering: optimizeLegibility; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.93); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(6,43,82,.08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 150px; display: block; }
.brand img { width: 100%; aspect-ratio: 1.55 / 1; object-fit: cover; object-position: center; }
.main-nav { display: flex; align-items: center; gap: 28px; font-weight: 650; }
.main-nav > a:not(.button) { text-decoration: none; position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--teal); transition: right .2s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--navy); display: block; margin: 5px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 24px; border-radius: 999px; border: 1px solid var(--navy); background: var(--navy); color: #fff; text-decoration: none; font-weight: 750; box-shadow: 0 10px 30px rgba(6,43,82,.16); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(6,43,82,.22); background: var(--navy-2); }
.button-secondary { background: #fff; color: var(--navy); box-shadow: none; }
.button-secondary:hover { background: var(--soft); }
.button-small { min-height: 42px; padding: 8px 18px; }
.button-full { width: 100%; }
.hero { position: relative; overflow: hidden; background: linear-gradient(145deg, #fff 0%, #f4fafb 55%, #edf6f8 100%); }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding-block: 72px 86px; position: relative; z-index: 2; }
.hero-copy h1 { margin: 12px 0 22px; font-size: clamp(3rem, 6vw, 5.45rem); line-height: .98; letter-spacing: -.055em; color: var(--navy); max-width: 760px; }
.hero-copy h1 span { color: var(--teal); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-size: .82rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 36px; height: 2px; background: currentColor; }
.eyebrow-light { color: #63e1e4; }
.hero-lead { max-width: 650px; font-size: 1.22rem; color: var(--muted); margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--line); }
.trust-points strong, .trust-points span { display: block; }
.trust-points strong { color: var(--navy); font-size: .95rem; }
.trust-points span { color: var(--muted); font-size: .82rem; margin-top: 4px; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.logo-card { width: min(100%, 510px); aspect-ratio: 1 / 1; display: grid; place-items: center; background: #fff; border: 1px solid rgba(6,43,82,.08); border-radius: 36px; box-shadow: var(--shadow); transform: rotate(2deg); }
.logo-card img { width: 89%; transform: rotate(-2deg); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 260px; background: rgba(255,255,255,.97); border: 1px solid rgba(6,43,82,.08); border-radius: 18px; padding: 14px 16px; box-shadow: 0 16px 40px rgba(6,43,82,.16); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--navy); font-size: .92rem; }
.floating-card small { color: var(--muted); font-size: .76rem; }
.floating-card-one { left: -26px; top: 84px; }
.floating-card-two { right: -20px; bottom: 64px; }
.check, .shield { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--teal); font-weight: 900; flex: 0 0 auto; }
.shield { background: var(--navy); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .6; }
.hero-orb-one { width: 430px; height: 430px; background: radial-gradient(circle, rgba(2,162,168,.17), rgba(2,162,168,0)); right: -70px; top: -90px; }
.hero-orb-two { width: 300px; height: 300px; background: radial-gradient(circle, rgba(6,43,82,.12), rgba(6,43,82,0)); left: -80px; bottom: -120px; }
.signal-strip { background: var(--navy); color: #fff; }
.signal-grid { min-height: 72px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; font-weight: 750; letter-spacing: .03em; }
.signal-grid i { width: 5px; height: 5px; border-radius: 50%; background: var(--teal-2); }
.section { padding-block: 110px; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 790px; margin-bottom: 52px; }
.section-heading.narrow { max-width: 690px; }
.section-heading h2 { margin: 12px 0 16px; color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.1rem; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-card { position: relative; padding: 30px 26px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; min-height: 285px; }
.step-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background: linear-gradient(90deg, var(--navy), var(--teal)); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.step-card:hover::after { transform: scaleX(1); }
.step-number { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--soft); color: var(--teal); font-weight: 900; }
.step-card h3 { color: var(--navy); font-size: 1.18rem; margin: 48px 0 10px; }
.step-card p { color: var(--muted); margin: 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { padding: 30px; background: #fff; border: 1px solid #e2ebef; border-radius: var(--radius); box-shadow: 0 10px 35px rgba(6,43,82,.06); }
.icon-wrap { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; background: rgba(2,162,168,.11); color: var(--teal); font-size: 1.35rem; font-weight: 900; }
.service-card h3 { color: var(--navy); margin: 24px 0 9px; }
.service-card p { color: var(--muted); margin: 0; }
.security-section { background: var(--navy); color: #fff; }
.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.security-copy h2 { font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1; letter-spacing: -.045em; margin: 14px 0 22px; }
.security-copy p { color: #c8d8e5; font-size: 1.12rem; max-width: 540px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; text-decoration: none; margin-top: 18px; }
.text-link span { color: var(--teal-2); font-size: 1.4rem; }
.checklist-card { background: #fff; color: var(--ink); border-radius: 30px; padding: 38px; box-shadow: 0 22px 70px rgba(0,0,0,.2); }
.checklist-card h3 { margin-top: 0; color: var(--navy); font-size: 1.45rem; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 16px; }
.check-list li { position: relative; padding-left: 36px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; background: rgba(2,162,168,.12); color: var(--teal); font-weight: 900; }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.audience-card { min-height: 230px; border-radius: 28px; padding: 34px; background: linear-gradient(145deg, #fff, #f1f7f9); border: 1px solid var(--line); }
.audience-card h3 { color: var(--navy); font-size: 1.55rem; margin: 75px 0 10px; }
.audience-card p { color: var(--muted); margin: 0; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 0 22px; }
summary { list-style: none; cursor: pointer; color: var(--navy); font-weight: 800; padding: 20px 40px 20px 0; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 14px; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--soft); color: var(--teal); font-size: 1.3rem; }
details[open] summary::after { content: "–"; }
details p { margin: 0 0 22px; color: var(--muted); }
.contact-section { padding-block: 110px; background: linear-gradient(135deg, var(--navy), #0d4774); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-copy h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.045em; margin: 14px 0 18px; }
.contact-copy > p { color: #c8d8e5; font-size: 1.08rem; max-width: 520px; }
.contact-items { display: grid; gap: 14px; margin-top: 38px; }
.contact-items a { display: flex; gap: 14px; align-items: center; color: #fff; text-decoration: none; padding: 12px 0; }
.contact-items a > span { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: rgba(255,255,255,.1); color: #62e1e4; flex: 0 0 auto; }
.contact-items small, .contact-items strong { display: block; }
.contact-items small { color: #a9c3d6; }
.contact-items strong { max-width: 470px; }
.contact-form { background: #fff; color: var(--ink); border-radius: 30px; padding: 34px; box-shadow: 0 22px 70px rgba(0,0,0,.22); }
.contact-form h3 { margin: 0 0 24px; color: var(--navy); font-size: 1.6rem; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 17px; font-size: .88rem; font-weight: 750; color: var(--navy); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cfdce4; border-radius: 13px; padding: 13px 14px; color: var(--ink); background: #fff; outline: none; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(2,162,168,.12); }
.consent { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 500 !important; color: var(--muted) !important; }
.consent input { width: 18px; height: 18px; margin-top: 2px; }
.consent a { color: var(--navy); }
.form-note { color: var(--muted); font-size: .78rem; text-align: center; margin: 13px 0 0; }
.site-footer { background: #031e38; color: #c9d7e2; padding-top: 65px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; padding-bottom: 52px; }
.footer-brand img { width: 180px; background: #fff; border-radius: 16px; padding: 8px; }
.footer-brand p { color: #fff; font-weight: 700; }
.footer-grid h2 { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a, .footer-grid span { display: block; text-decoration: none; margin: 8px 0; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { min-height: 72px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .82rem; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #16b76f; color: #fff; text-decoration: none; font-weight: 900; box-shadow: 0 12px 28px rgba(0,0,0,.24); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.legal-main { padding: 84px 0 110px; }
.legal-main .container { max-width: 900px; }
.legal-main h1 { color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.2rem); letter-spacing: -.04em; }
.legal-main h2 { color: var(--navy); margin-top: 38px; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-meta { padding: 16px 20px; background: var(--soft); border-left: 4px solid var(--teal); border-radius: 0 12px 12px 0; }
@media (max-width: 980px) {
  .main-nav { position: fixed; top: 82px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero-grid, .security-grid, .contact-grid, .faq-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 38px; padding-block: 62px 78px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .floating-card-one { left: 0; }
  .floating-card-two { right: 0; }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand { width: 132px; }
  .hero-grid { min-height: 0; padding-top: 46px; }
  .hero-copy h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .trust-points, .steps-grid, .services-grid, .audience-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-points { text-align: left; }
  .hero-visual { min-height: 420px; }
  .logo-card { width: 92%; }
  .floating-card { min-width: 230px; max-width: 88%; }
  .floating-card-one { top: 28px; }
  .floating-card-two { bottom: 20px; }
  .signal-grid { gap: 12px; font-size: .82rem; }
  .section, .contact-section { padding-block: 80px; }
  .step-card { min-height: auto; }
  .step-card h3 { margin-top: 28px; }
  .contact-form, .checklist-card { padding: 26px 22px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Relación de marca Autofianza + LlaveSegura — aplicación discreta en pie de página */
.footer-llavesegura {
  max-width: 365px;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.11);
  display: flex;
  align-items: center;
  gap: 13px;
}
.footer-brand .footer-llavesegura img {
  width: 92px;
  height: auto;
  flex: 0 0 auto;
  padding: 5px;
  border-radius: 10px;
  background: rgba(255,255,255,.96);
  opacity: .94;
}
.footer-llavesegura strong,
.footer-llavesegura small {
  display: block;
  line-height: 1.38;
}
.footer-llavesegura strong {
  color: #eef5f8;
  font-size: .78rem;
  font-weight: 750;
}
.footer-llavesegura small {
  margin-top: 3px;
  color: #9fb4c4;
  font-size: .72rem;
  font-weight: 500;
}
@media (max-width: 680px) {
  .footer-llavesegura { max-width: 390px; }
}


/* Paquetes y precios */
.packages-section {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8fa 100%);
  border-top: 1px solid rgba(6,43,82,.06);
}
.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 14px 42px rgba(6,43,82,.07);
  overflow: hidden;
}
.package-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--navy), var(--teal));
}
.package-featured {
  border-color: rgba(2,162,168,.5);
  box-shadow: 0 22px 58px rgba(2,162,168,.14);
  transform: translateY(-8px);
}
.package-featured::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: -70px;
  top: -75px;
  background: radial-gradient(circle, rgba(2,162,168,.16), rgba(2,162,168,0));
  pointer-events: none;
}
.package-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}
.package-number {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: var(--soft);
  color: var(--teal);
  font-weight: 900;
  letter-spacing: .04em;
}
.package-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(2,162,168,.11);
  color: #087f84;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.package-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: -.025em;
}
.package-summary {
  min-height: 78px;
  margin: 12px 0 22px;
  color: var(--muted);
}
.package-price {
  padding: 18px;
  margin-bottom: 22px;
  background: var(--soft);
  border: 1px solid #e2ebef;
  border-radius: 18px;
}
.package-price span,
.package-price strong,
.package-price small {
  display: block;
}
.package-price span {
  color: var(--muted);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.package-price strong {
  margin: 3px 0 2px;
  color: var(--navy);
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -.04em;
}
.package-price strong em {
  font-style: normal;
  font-size: .72rem;
  letter-spacing: .05em;
}
.package-price small {
  color: var(--muted);
  font-size: .76rem;
}
.package-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 11px;
}
.package-list li {
  position: relative;
  padding-left: 28px;
  color: #42566a;
  font-size: .92rem;
}
.package-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(2,162,168,.11);
  color: var(--teal);
  font-size: .72rem;
  font-weight: 900;
}
.package-rule {
  margin: auto 0 22px;
  padding: 15px 16px;
  border-left: 4px solid var(--teal);
  border-radius: 0 14px 14px 0;
  background: #f1fafb;
}
.package-rule strong,
.package-rule span {
  display: block;
}
.package-rule strong {
  color: var(--navy);
  font-size: .82rem;
}
.package-rule span {
  margin-top: 4px;
  color: var(--muted);
  font-size: .8rem;
}
.package-button {
  width: 100%;
  margin-top: auto;
}
.package-integral {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
  padding: 36px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #0d4774);
  border-color: transparent;
  box-shadow: 0 24px 70px rgba(6,43,82,.22);
}
.package-integral::before {
  background: linear-gradient(90deg, #59e0e3, #d8b969);
}
.package-integral h3,
.package-integral .package-price strong {
  color: #fff;
}
.package-integral .package-summary,
.package-integral .package-list li,
.package-integral .package-price small {
  color: #c9d9e5;
}
.package-integral .package-number {
  background: rgba(255,255,255,.1);
  color: #6ee5e8;
}
.package-integral .package-badge {
  background: rgba(216,185,105,.16);
  color: #efd898;
}
.package-integral .package-price {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12);
}
.package-integral .package-price span {
  color: #9eb7ca;
}
.package-integral .package-list li::before {
  background: rgba(91,226,229,.16);
  color: #6ee5e8;
}
.package-integral .package-button {
  width: fit-content;
  min-width: 250px;
  background: #fff;
  border-color: #fff;
  color: var(--navy);
  box-shadow: none;
}
.package-integral .package-button:hover {
  background: #eff7f8;
}
.package-integral-rules {
  align-self: stretch;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}
.package-integral-rules h4 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 1.2rem;
}
.integral-rule {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.integral-rule:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.integral-rule > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,.1);
  color: #6ee5e8;
  font-weight: 900;
}
.integral-rule p {
  margin: 0;
  color: #c9d9e5;
  font-size: .86rem;
}
.integral-rule strong {
  color: #fff;
}
.integral-legal {
  margin: 18px 0 0;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #9fb8cb;
  font-size: .76rem;
}
.package-notice {
  margin-top: 28px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
}
.package-notice strong {
  color: var(--navy);
}
.package-notice p {
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
}
.package-notice a {
  color: var(--teal);
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .packages-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .package-featured { transform: none; }
  .package-integral { grid-column: 1 / -1; }
  .main-nav { gap: 20px; }
}
@media (max-width: 820px) {
  .package-integral { grid-template-columns: 1fr; }
  .package-notice { grid-template-columns: 1fr; }
  .package-notice a { white-space: normal; }
}
@media (max-width: 680px) {
  .packages-grid { grid-template-columns: 1fr; }
  .package-integral { grid-column: auto; padding: 26px 22px; }
  .package-card { padding: 26px 22px; }
  .package-summary { min-height: 0; }
  .package-integral .package-button { width: 100%; min-width: 0; }
  .package-integral-rules { padding: 22px 18px; }
}
