.home-v2 {
  --ink: #2b1633;
  --purple: #721b71;
  --soft: #f7f3f8;
  color: var(--ink);
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
.home-v2 a {
  text-decoration: none;
}
.home-v2 p {
  color: #726677;
  margin: 0;
}
.home-v2 h1,
.home-v2 h2,
.home-v2 h3,
.home-v2 h4 {
  margin: 0;
  line-height: 1.14;
}
.home-v2 h2 {
  font-size: clamp(28px, 3.2vw, 43px);
  letter-spacing: -1.5px;
}
.home-v2 h3 {
  font-size: 21px;
  letter-spacing: -0.5px;
}
.home-v2 svg {
  flex-shrink: 0;
}
.home-v2 section[id] {
  scroll-margin-top: 100px;
}
.home-v2 a:focus-visible,
.home-v2 summary:focus-visible,
.comparison-wrap:focus-visible {
  outline: 3px solid #a4318b;
  outline-offset: 5px;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  background: white;
  padding: 12px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.announcement {
  min-height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 7px 18px;
  background: #35123e;
  color: white;
  font-size: 12px;
  letter-spacing: 0.15px;
}
.announcement a {
  color: #f0c4e8;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 15px;
  font-weight: 700;
}
.home-header {
  position: sticky;
  top: 0;
  background: #fffffff2;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #eae2ed;
  z-index: 40;
}
.home-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 80px;
}
.home-header nav {
  display: flex;
  gap: 27px;
}
.home-header nav a {
  font-size: 13px;
  color: #695c6e;
  font-weight: 700;
}
.home-header nav a:hover {
  color: #8b227d;
}
.home-hero {
  background:
    radial-gradient(ellipse at 80% 20%, #e9d8ed 0, transparent 55%), #fbf9fc;
  overflow: hidden;
}
.home-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 54px;
  align-items: center;
  padding-top: 68px;
  padding-bottom: 62px;
}
.home-v2 .eyebrow {
  font-size: 10px;
  letter-spacing: 1px;
  background: white;
}
.home-hero h1 {
  font-size: clamp(36px, 4.4vw, 61px);
  letter-spacing: -2.8px;
  line-height: 1.08;
  margin: 25px 0 22px;
  font-weight: 800;
}
.home-hero h1 > span {
  color: #822272;
}
.home-hero h1 em {
  font-style: normal;
  background: #ecd6e9;
  border-radius: 10px;
  padding: 0 7px;
  white-space: nowrap;
}
.home-v2 .hero-lead {
  font-size: 18px;
  color: #402747;
  font-weight: 700;
  margin-bottom: 10px;
}
.home-intro {
  font-size: 15px;
  line-height: 1.9;
  max-width: 530px;
}
.home-intro strong {
  color: #4a2953;
}
.home-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.home-v2 .primary-button-lg {
  font-size: 13px;
  min-height: 52px;
  padding-inline: 20px;
}
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #71206f;
  font-size: 13px;
  font-weight: 700;
}
.hero-benefits {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 25px;
  font-size: 11px;
  color: #796780;
}
.hero-benefits span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero-benefits svg {
  width: 14px;
  height: 14px;
  color: #8b4386;
}
.home-visual {
  position: relative;
  border: 1px solid #e1d4e5;
  border-radius: 24px;
  background: white;
  padding: 12px;
  box-shadow: 0 24px 60px #42114f15;
  transform: rotate(1deg);
}
.home-visual > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  aspect-ratio: 1.2;
  object-fit: cover;
}
.visual-caption {
  font-size: 9px;
  letter-spacing: 1.3px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 8px 18px;
  color: #786380;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: #8d3990;
  border-radius: 50%;
}
.visual-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 8px;
}
.visual-bottom small {
  display: block;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #8c718f;
  margin-bottom: 3px;
}
.visual-bottom strong {
  font-size: 18px;
}
.visual-bottom a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f3e9f5;
  color: #69216c;
}
.promo-stamp {
  position: absolute;
  right: -18px;
  top: 48px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #792173;
  color: white;
  border: 5px solid #fbf9fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(10deg);
  box-shadow: 0 8px 20px #43124a20;
}
.promo-stamp span {
  font-size: 8px;
  letter-spacing: 1px;
}
.promo-stamp strong {
  font-size: 26px;
  line-height: 1.3;
}
.platform-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid #e6dbe9;
  padding-block: 23px;
  color: #8a798f;
}
.platform-strip span {
  font-size: 12px;
}
.platform-strip b {
  font-size: 12px;
  letter-spacing: 1.3px;
  color: #67546d;
}
.quick-answer {
  padding-block: 45px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 55px;
  align-items: center;
}
.section-kicker {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 10px;
  font-weight: 800;
  color: #903680;
  margin-bottom: 13px;
}
.quick-answer h2 {
  font-size: 23px;
  letter-spacing: -0.6px;
  margin-bottom: 12px;
}
.quick-answer p {
  font-size: 13px;
  line-height: 1.85;
}
.quick-answer dl {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0;
}
.quick-answer dt {
  font-size: 10px;
  color: #8d7c93;
}
.quick-answer dd {
  margin: 4px 0 0;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.home-section {
  padding: 76px 0;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 45px;
  margin-bottom: 34px;
}
.section-top > div {
  max-width: 670px;
}
.section-top > p {
  max-width: 310px;
  font-size: 13px;
  line-height: 1.8;
}
.section-top > .text-link {
  max-width: 270px;
  flex-shrink: 0;
}
.trial-section {
  background: #f8f5fa;
  border-block: 1px solid #eee7f0;
}
.trial-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
}
.trial-card {
  background:
    radial-gradient(circle at 100% 0, #aa3c91, transparent 65%), #391540;
  padding: 35px 38px;
  border-radius: 20px;
  color: white;
  position: relative;
}
.trial-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  border: 1px solid #ffffff36;
  border-radius: 14px;
  padding: 12px;
  display: flex;
}
.card-overline {
  font-size: 9px;
  letter-spacing: 1.7px;
  color: #e1badd;
}
.trial-card h3 {
  font-size: 35px;
  letter-spacing: -1px;
  margin: 19px 0;
}
.trial-duration {
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -3px;
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 18px;
}
.trial-duration span {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  color: #ebcde7;
}
.home-v2 .trial-card p {
  font-size: 13px;
  color: #e3cde4;
  line-height: 1.9;
  margin-bottom: 25px;
  max-width: 350px;
}
.light-button,
.outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 49px;
  padding: 12px 20px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
}
.light-button {
  background: white;
  color: #632163;
}
.outline-light {
  border: 1px solid #b78ab6;
  color: white;
}
.trial-checklist {
  padding: 12px 8px;
}
.trial-checklist h3 {
  font-size: 23px;
  margin-bottom: 23px;
}
.trial-checklist ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.trial-checklist li {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #e5dbe9;
}
.trial-checklist li:last-child {
  border: 0;
}
.trial-checklist li > span {
  font-size: 13px;
  font-weight: 700;
  color: #9a5193;
  width: 30px;
  padding-top: 3px;
}
.trial-checklist h4 {
  font-size: 16px;
  margin-bottom: 6px;
}
.trial-checklist p {
  font-size: 13px;
  line-height: 1.8;
}
.promo-banner {
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid #e2cde2;
  border-radius: 16px;
  padding: 24px;
  margin-top: 27px;
  background: #fff;
}
.promo-symbol {
  font-size: 24px;
  font-weight: 800;
  color: #8b287d;
  white-space: nowrap;
}
.promo-banner h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.promo-banner p {
  font-size: 12px;
}
.promo-banner .secondary-button {
  white-space: nowrap;
  margin-left: auto;
  font-size: 12px;
}
.home-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.home-plan {
  border: 1px solid #e5dae8;
  padding: 28px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.featured-plan {
  background: #fcf8fc;
  border: 2px solid #85307f;
  box-shadow: 0 14px 40px #75216c0d;
}
.plan-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.plan-top > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}
.plan-top small {
  font-size: 9px;
  color: #862a77;
  background: #f3e4f1;
  padding: 4px 8px;
  border-radius: 20px;
  font-weight: 800;
  white-space: nowrap;
}
.home-plan h3 {
  font-size: 17px;
  margin-bottom: 20px;
}
.old-price {
  color: #98869e;
  font-size: 15px;
  min-height: 24px;
}
.plan-price {
  font-size: 57px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1.15;
}
.plan-price > span {
  font-size: 24px;
  letter-spacing: -1px;
}
.home-v2 .plan-term {
  font-size: 11px;
  margin-top: 7px;
}
.home-v2 .plan-detail {
  font-size: 12px;
  min-height: 40px;
  margin-top: 23px;
}
.home-plan ul {
  list-style: none;
  margin: 22px 0 27px;
  padding: 20px 0 0;
  border-top: 1px solid #e9e0ec;
  display: grid;
  gap: 10px;
  font-size: 12px;
  color: #66536e;
}
.home-plan li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-plan li svg {
  width: 14px;
  height: 14px;
  color: #a45999;
}
.home-plan > a {
  font-size: 12px;
  margin-top: auto;
}
.price-context {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 24px auto 36px;
  max-width: 850px;
}
.price-context > svg {
  color: #8c6b95;
  margin-top: 2px;
}
.price-context p {
  font-size: 11px;
  line-height: 1.8;
}
.price-context a,
.editorial-note a {
  color: #79246f;
  text-decoration: underline;
}
.comparison-wrap {
  overflow-x: auto;
  border: 1px solid #e6dce9;
  border-radius: 15px;
}
.comparison-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  min-width: 540px;
}
.comparison-wrap caption {
  text-align: left;
  padding: 20px 24px;
  background: #faf7fb;
  font-weight: 700;
  color: #4b2c56;
  font-size: 15px;
}
.comparison-wrap th,
.comparison-wrap td {
  text-align: left;
  padding: 16px 24px;
  border-top: 1px solid #ece5ef;
}
.comparison-wrap th {
  font-weight: 700;
}
.comparison-wrap tbody th {
  color: #796280;
  font-weight: 400;
}
.comparison-wrap thead {
  background: #fdfbfd;
}
.devices-section {
  background: #f5f1f7;
}
.device-guides {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}
.device-guide {
  display: flex;
  flex-direction: column;
  border: 1px solid #e7dfea;
  border-radius: 15px;
  padding: 27px 23px;
  background: white;
  color: #482551;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.device-guide:hover,
.resource-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px #421b5010;
}
.device-guide > svg {
  margin-bottom: 30px;
  color: #873382;
}
.device-guide > span {
  font-size: 9px;
  color: #927e98;
}
.device-guide h3 {
  font-size: 18px;
  margin: 8px 0 13px;
}
.device-guide p {
  font-size: 12px;
  line-height: 1.9;
  margin-bottom: 26px;
}
.device-guide strong,
.resource-card strong {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  margin-top: auto;
  color: #852b7a;
}
.setup-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 85px;
  align-items: center;
}
.setup-grid > div > p {
  font-size: 14px;
  margin: 20px 0 25px;
  max-width: 370px;
}
.setup-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.setup-steps li {
  display: flex;
  gap: 23px;
  padding: 23px 0;
  border-bottom: 1px solid #eee6f1;
}
.setup-steps li:last-child {
  border: 0;
}
.setup-steps li > span {
  font-size: 25px;
  font-weight: 700;
  color: #b482af;
  letter-spacing: -1px;
}
.setup-steps h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.setup-steps p {
  font-size: 13px;
  line-height: 1.85;
}
.help-section {
  background: #faf8fb;
  border-block: 1px solid #ece6ef;
}
.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
.help-grid article {
  border-left: 2px solid #dcc7df;
  padding-left: 22px;
}
.help-grid svg {
  color: #8e4888;
  margin-bottom: 18px;
}
.help-grid h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.help-grid p {
  font-size: 13px;
  line-height: 1.85;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
.resource-card {
  border: 1px solid #e5dbe8;
  border-radius: 16px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  color: #44284d;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.resource-card > div {
  display: flex;
  justify-content: space-between;
  color: #91658f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.resource-card > b {
  font-size: 62px;
  line-height: 1;
  margin: 26px 0 19px;
  color: #e4d4e7;
  letter-spacing: -4px;
}
.resource-card h3 {
  font-size: 21px;
  margin-bottom: 13px;
}
.resource-card p {
  font-size: 13px;
  line-height: 1.85;
  margin-bottom: 25px;
}
.country-guides {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 0 0;
  margin-top: 32px;
  border-top: 1px solid #e9e1ec;
}
.country-guides > svg {
  color: #9b749c;
}
.country-guides h3 {
  font-size: 14px;
  letter-spacing: 0;
}
.country-guides p {
  font-size: 12px;
  margin-top: 5px;
}
.country-guides nav {
  display: flex;
  gap: 7px;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 290px;
}
.country-guides nav a {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #f7f1f8;
  padding: 7px 10px;
  border-radius: 7px;
  color: #7d4680;
  font-size: 11px;
}
.home-faq {
  background: #f8f5fa;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 65px;
}
.faq-grid > div > p {
  font-size: 14px;
  margin: 22px 0 27px;
  max-width: 330px;
}
.faq-grid details {
  background: white;
  border: 1px solid #e6dce9;
  border-radius: 10px;
  margin-bottom: 10px;
}
.faq-grid summary {
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.faq-grid summary::-webkit-details-marker {
  display: none;
}
.faq-grid details[open] summary svg {
  transform: rotate(180deg);
}
.faq-grid details > p {
  font-size: 13px;
  padding: 0 22px 22px;
  line-height: 1.9;
}
.final-cta {
  background:
    radial-gradient(ellipse at 100% 0, #8e357f, transparent 65%), #37153f;
  border-radius: 23px;
  padding: 52px 48px;
  color: white;
  margin-top: 70px;
}
.final-cta .section-kicker {
  color: #d4a9d2;
}
.final-cta h2 {
  font-size: clamp(30px, 4vw, 48px);
}
.home-v2 .final-cta p {
  color: #d9c2dc;
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.9;
}
.editorial-note {
  display: flex;
  gap: 12px;
  padding-block: 30px 45px;
}
.editorial-note svg {
  margin-top: 3px;
  color: #9b7aa1;
}
.editorial-note p {
  font-size: 11px;
  line-height: 1.8;
}
.home-footer {
  background: #25142d;
  padding-top: 52px;
  color: #c5accd;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.85fr 1fr;
  gap: 36px;
  padding-bottom: 42px;
}
.home-footer .brand-lockup strong {
  color: #fff;
}
.home-footer .brand-lockup span {
  color: #c9a6cf;
}
.home-v2 .footer-grid p {
  font-size: 12px;
  color: #af95b6;
  line-height: 1.9;
  margin-top: 18px;
}
.footer-grid h2 {
  font-size: 12px;
  letter-spacing: 0;
  color: #efe2f3;
  margin: 6px 0 18px;
}
.footer-grid > div > a:not(.brand-lockup) {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c5accd;
  font-size: 12px;
  margin-top: 10px;
}
.footer-bottom {
  border-top: 1px solid #ffffff12;
  padding-block: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: #a588ad;
}
.footer-bottom > div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.footer-bottom a {
  color: #bba0c3;
}
@media (min-width: 1400px) {
  .home-v2 .site-shell {
    width: min(1240px, 100% - 80px);
  }
}
@media (max-width: 1000px) {
  .home-header nav {
    gap: 15px;
  }
  .header-help {
    font-size: 11px;
  }
  .home-header-row {
    gap: 15px;
  }
  .home-hero-grid {
    gap: 30px;
  }
  .home-hero h1 {
    font-size: 44px;
  }
  .hero-benefits {
    gap: 10px;
  }
  .home-actions {
    gap: 16px;
  }
  .quick-answer {
    gap: 25px;
  }
  .quick-answer dl {
    gap: 15px;
    flex-wrap: wrap;
  }
  .device-guides {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-plan {
    padding: 22px;
  }
  .plan-price {
    font-size: 48px;
  }
  .plan-top {
    gap: 7px;
  }
  .plan-top small {
    font-size: 8px;
  }
  .setup-grid {
    gap: 40px;
  }
  .country-guides {
    flex-wrap: wrap;
  }
  .country-guides nav {
    margin-left: 44px;
    justify-content: flex-start;
  }
  .section-top {
    gap: 25px;
  }
  .footer-grid {
    gap: 22px;
  }
  .promo-banner {
    gap: 16px;
  }
  .promo-banner .secondary-button {
    white-space: normal;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .home-header-row {
    min-height: 68px;
    flex-wrap: wrap;
    gap: 0;
    padding-block: 12px;
  }
  .home-header nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    gap: 24px;
    padding-top: 12px;
    padding-bottom: 2px;
  }
  .home-header nav a {
    font-size: 12px;
  }
  .header-help {
    font-size: 10px;
    min-height: 38px;
    padding: 8px 12px;
  }
  .announcement {
    font-size: 10px;
    gap: 7px;
  }
  .announcement a {
    margin-left: 0;
  }
  .announcement a svg {
    display: none;
  }
  .home-hero-grid {
    grid-template-columns: 1fr;
    padding-top: 35px;
    padding-bottom: 30px;
    gap: 32px;
  }
  .home-hero h1 {
    font-size: clamp(35px, 7.5vw, 53px);
    letter-spacing: -1.9px;
    margin-top: 20px;
  }
  .home-v2 .hero-lead {
    font-size: 16px;
  }
  .home-intro {
    font-size: 14px;
  }
  .home-visual {
    max-width: 530px;
    width: 100%;
    margin: auto;
    transform: none;
  }
  .home-visual > img {
    aspect-ratio: 1.45;
  }
  .promo-stamp {
    right: 5px;
    width: 82px;
    height: 82px;
    top: 42px;
  }
  .promo-stamp strong {
    font-size: 22px;
  }
  .visual-bottom strong {
    font-size: 16px;
  }
  .platform-strip {
    gap: 13px;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 20px;
  }
  .platform-strip span {
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
  .platform-strip b {
    font-size: 9px;
  }
  .quick-answer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 32px;
  }
  .quick-answer dl {
    justify-content: space-between;
  }
  .quick-answer dd {
    font-size: 18px;
  }
  .quick-answer dt {
    font-size: 9px;
  }
  .home-section {
    padding: 48px 0;
  }
  .section-top {
    display: block;
    margin-bottom: 27px;
  }
  .section-top > p {
    max-width: 100%;
    margin-top: 18px;
  }
  .section-top > .text-link {
    margin-top: 20px;
  }
  .home-v2 h2 {
    letter-spacing: -1px;
    font-size: 30px;
  }
  .trial-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .trial-card {
    padding: 28px;
  }
  .trial-card h3 {
    font-size: 32px;
  }
  .trial-checklist {
    padding-inline: 0;
  }
  .promo-banner {
    flex-wrap: wrap;
    padding: 22px;
    gap: 15px;
  }
  .promo-banner > div:nth-child(2) {
    flex: 1;
    min-width: 170px;
  }
  .promo-banner .secondary-button {
    margin: 0;
    width: 100%;
  }
  .home-plans {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .home-plan {
    padding: 26px;
  }
  .home-plan h3 {
    margin-bottom: 14px;
  }
  .plan-price {
    font-size: 53px;
  }
  .home-v2 .plan-detail {
    min-height: 0;
    margin-top: 18px;
  }
  .home-plan ul {
    margin: 18px 0 24px;
  }
  .device-guides {
    gap: 12px;
  }
  .device-guide {
    padding: 22px 17px;
  }
  .device-guide h3 {
    font-size: 17px;
  }
  .device-guide p {
    font-size: 12px;
  }
  .setup-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .setup-grid > div > p {
    max-width: none;
  }
  .help-grid,
  .resource-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .resource-card {
    padding: 24px;
  }
  .resource-card > b {
    font-size: 45px;
    margin: 18px 0;
  }
  .country-guides nav {
    min-width: 0;
    margin-left: 0;
  }
  .country-guides > div {
    flex: 1;
  }
  .country-guides h3 {
    line-height: 1.5;
  }
  .faq-grid > div > p {
    max-width: none;
    margin: 18px 0;
  }
  .faq-grid summary {
    padding: 18px;
    font-size: 13px;
  }
  .final-cta {
    margin-top: 40px;
    padding: 34px 25px;
    border-radius: 18px;
  }
  .final-cta h2 {
    font-size: 31px;
  }
  .final-cta .home-actions {
    gap: 12px;
  }
  .final-cta .home-actions > a {
    width: 100%;
    font-size: 12px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
  .home-v2 section[id] {
    scroll-margin-top: 128px;
  }
}
@media (max-width: 380px) {
  .announcement > a {
    display: none;
  }
  .device-guides {
    grid-template-columns: 1fr;
  }
  .home-v2 .primary-button-lg {
    font-size: 12px;
    padding-inline: 16px;
  }
  .quick-answer dd {
    font-size: 16px;
  }
  .hero-benefits {
    font-size: 10px;
  }
  .visual-bottom strong {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .device-guide,
  .resource-card {
    transition: none;
  }
  .home-v2 {
    scroll-behavior: auto;
  }
}
@media (max-width: 760px) {
  .home-header nav {
    gap: 16px;
    justify-content: space-between;
    scrollbar-width: none;
  }
  .home-header nav::-webkit-scrollbar {
    display: none;
  }
  .home-header nav a {
    font-size: 11px;
  }
}
.home-v2 .whatsapp-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  vertical-align: middle;
}
.home-header nav a[aria-current='page'] {
  color: #792173;
}
@media (max-width: 760px) {
  .home-header nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px 8px;
    overflow: visible;
  }
  .home-header nav a {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
  }
  .home-header nav a[aria-current='page'] {
    background: #f3e9f5;
  }
  .home-v2 section[id] {
    scroll-margin-top: 170px;
  }
  .home-v2 .primary-button-lg {
    font-size: 12px;
    gap: 8px;
  }
}
.application-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.application-options article {
  padding: 26px;
  border: 1px solid #e5dbe8;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.application-options article > svg {
  color: #822272;
}
.application-options p {
  font-size: 14px;
  line-height: 1.85;
}
.application-options .secondary-button {
  margin-top: auto;
  font-size: 12px;
}
.home-v2 .application-reference {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.85;
  text-wrap: pretty;
}
.application-reference a {
  color: #79246f;
  text-decoration: underline;
}
@media (max-width: 760px) {
  .application-options {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.trust-panel{margin:32px 0;padding:28px;border:1px solid #ddcfe0;border-radius:20px;background:#f7f1f8;color:#35203c}.trust-panel h2{font-size:1.4rem;line-height:1.3;margin:0 0 12px}.trust-panel p{line-height:1.75;margin:0 0 18px;color:#655a69}.trust-panel nav{display:flex;flex-wrap:wrap;gap:12px 24px}.trust-panel a{color:#5b145f;text-decoration:underline;text-underline-offset:4px;font-weight:700}.trust-panel a:focus-visible{outline:3px solid #8a368b;outline-offset:5px}@media(max-width:600px){.trust-panel{padding:20px}.trust-panel nav{display:grid;gap:16px}}
