:root {
  --freya-navy: #092f4b;
  --freya-navy-deep: #061e31;
  --freya-blue: #2377a8;
  --freya-blue-dark: #145b86;
  --freya-ice: #eaf2f8;
  --freya-pearl: #f7fafc;
  --freya-silver: #c9d5df;
  --freya-green: #20a447;
  --freya-green-dark: #147c37;
  --freya-ink: #142d3e;
  --freya-muted: #5d7180;
  --freya-line: #d9e5ec;
  --freya-white: #fff;
  --freya-shadow: 0 24px 70px rgba(25, 63, 86, .12);
}

.page-freya {
  margin: 0;
  background: var(--freya-white);
}

.freya-guide,
.freya-guide *,
.freya-guide *::before,
.freya-guide *::after,
.page-freya .skip-link,
.page-freya .freya-whatsapp {
  box-sizing: border-box;
}

.freya-guide {
  color: var(--freya-ink);
  overflow: clip;
  overflow-wrap: break-word;
}

.freya-guide img,
.freya-guide svg {
  display: block;
  max-width: 100%;
}

.freya-guide .container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.freya-guide p {
  margin: 0;
  color: var(--freya-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.freya-guide h1,
.freya-guide h2,
.freya-guide h3 {
  margin: 0;
  color: var(--freya-navy);
  letter-spacing: -.035em;
}

.freya-guide h2 {
  font-size: clamp(2rem, 3.25vw, 3rem);
  line-height: 1.08;
}

.freya-guide h3 {
  font-size: 1.2rem;
  line-height: 1.28;
}

.freya-guide .button {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.page-freya .skip-link {
  position: fixed;
  z-index: 9999;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--freya-navy-deep);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .15s ease;
}

.page-freya .skip-link:focus {
  transform: translateY(0);
}

.page-freya .ncie-mobile-nav:not([open]) nav {
  display: none;
}

.page-freya a:focus-visible,
.page-freya summary:focus-visible {
  outline: 3px solid #1475a8;
  outline-offset: 4px;
}

.freya-section {
  padding: 88px 0;
}

.freya-eyebrow,
.freya-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--freya-blue-dark);
  font-size: .72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.freya-eyebrow::before,
.freya-kicker::before {
  content: "";
  width: 25px;
  height: 2px;
  flex: 0 0 25px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4f91b7, #c2d4df);
}

.freya-heading {
  max-width: 800px;
  margin-bottom: 44px;
}

.freya-heading > p {
  max-width: 730px;
  margin-top: 18px;
  font-size: 1.05rem;
}

.freya-heading-wide {
  max-width: 930px;
}

.freya-heading-split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .7fr);
  align-items: end;
  gap: 80px;
}

.freya-heading-split > p {
  margin-top: 0;
}

.freya-breadcrumb {
  border-bottom: 1px solid #edf3f6;
  background: #fff;
}

.freya-breadcrumb .container {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #60727e;
  font-size: .76rem;
}

.freya-breadcrumb a {
  color: #506672;
  text-decoration: none;
}

.freya-breadcrumb a:hover {
  color: var(--freya-blue-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.freya-breadcrumb strong {
  min-width: 0;
  overflow: hidden;
  color: var(--freya-navy);
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Hero */
.freya-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 76px;
  border-bottom: 1px solid rgba(106, 143, 165, .2);
  background:
    radial-gradient(circle at 83% 16%, rgba(255, 255, 255, .98) 0, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 73% 90%, rgba(151, 183, 202, .26) 0, rgba(151, 183, 202, 0) 32%),
    linear-gradient(124deg, #fbfdff 0%, #edf4f8 47%, #dce8ef 100%);
}

.freya-hero::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: -236px;
  left: 4%;
  border: 1px solid rgba(75, 120, 149, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(255, 255, 255, .22), 0 0 0 106px rgba(77, 124, 154, .028);
  pointer-events: none;
}

.freya-hero::after {
  content: "✦";
  position: absolute;
  right: 5%;
  bottom: 11%;
  color: rgba(255, 255, 255, .78);
  font-size: 2rem;
  text-shadow: -70px -320px 0 rgba(255, 255, 255, .7), -410px -355px 0 rgba(103, 142, 165, .17), 85px -180px 0 rgba(255, 255, 255, .65);
  pointer-events: none;
}

.freya-hero-grid {
  width: min(1280px, calc(100% - 48px)) !important;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 5vw, 76px);
}

.freya-hero-copy {
  min-width: 0;
}

.freya-kicker {
  margin-bottom: 19px;
  color: #3f6f8d;
}

.freya-kicker i {
  color: #8da7b8;
  font-style: normal;
}

.freya-hero h1 {
  max-width: 640px;
  color: #0a2e48;
  font-size: clamp(3rem, 4.1vw, 4rem);
  line-height: 1.01;
  letter-spacing: -.052em;
}

.freya-hero h1 span {
  color: #5e7e93;
}

.freya-lead {
  max-width: 650px;
  margin-top: 24px !important;
  color: #425f72 !important;
  font-size: 1.08rem !important;
  line-height: 1.63 !important;
}

.freya-lead strong {
  color: var(--freya-navy);
}

.freya-answer {
  max-width: 655px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  margin-top: 25px;
  padding: 18px 19px;
  border: 1px solid rgba(84, 126, 150, .2);
  border-left: 3px solid var(--freya-green);
  border-radius: 15px;
  background: rgba(255, 255, 255, .75);
  box-shadow: 0 18px 50px rgba(35, 79, 105, .08);
  backdrop-filter: blur(10px);
}

.freya-answer > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--freya-green);
  font-size: .82rem;
  font-weight: 900;
}

.freya-answer strong {
  display: block;
  color: var(--freya-navy);
  font-size: .98rem;
  line-height: 1.4;
}

.freya-answer p {
  margin-top: 5px;
  color: #526d7e;
  font-size: .88rem;
  line-height: 1.55;
}

.freya-answer b {
  color: #8a4c0d;
}

.freya-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}

.freya-button-secondary,
.freya-final-secondary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid #aec7d6;
  border-radius: 10px;
  color: var(--freya-navy);
  background: rgba(255, 255, 255, .82);
  font-size: .89rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.freya-button-secondary:hover {
  border-color: var(--freya-blue);
  color: var(--freya-blue-dark);
  background: #fff;
  transform: translateY(-1px);
}

.freya-hero .button {
  box-shadow: 0 16px 34px rgba(15, 136, 58, .2);
}

.freya-support-link {
  display: inline-flex;
  gap: 6px;
  margin-top: 15px;
  color: #3e6f8d;
  font-size: .82rem;
  font-weight: 780;
  text-underline-offset: 3px;
}

.freya-event-visual {
  min-width: 0;
  position: relative;
  isolation: isolate;
}

.freya-event-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 7% -5% 3% 9%;
  border-radius: 36%;
  background: linear-gradient(135deg, rgba(79, 130, 160, .28), rgba(255, 255, 255, .7));
  filter: blur(44px);
}

.freya-hero-figure {
  position: relative;
  margin: 0;
}

.freya-photo-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 26px;
  background: #d8e3eb;
  box-shadow: 0 32px 80px rgba(37, 69, 89, .24), inset 0 0 0 1px rgba(69, 108, 130, .1);
}

.freya-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(9, 36, 53, .08), transparent 30%, transparent 72%, rgba(9, 36, 53, .14));
  pointer-events: none;
}

.freya-photo-frame picture {
  display: block;
}

.freya-photo-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 3;
  object-fit: cover;
}

.freya-photo-credit {
  position: absolute;
  z-index: 2;
  right: 13px;
  bottom: 12px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: #eef5f8;
  background: rgba(5, 25, 39, .66);
  font-size: .58rem;
}

.freya-hero-figure figcaption {
  width: calc(100% - 44px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  position: relative;
  z-index: 2;
  margin: -28px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 16px;
  background: rgba(250, 253, 255, .91);
  box-shadow: 0 20px 45px rgba(30, 65, 85, .18);
  backdrop-filter: blur(14px);
}

.freya-hero-figure figcaption > span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 18px;
}

.freya-hero-figure figcaption > span + span {
  border-left: 1px solid #d8e5ec;
}

.freya-hero-figure figcaption small {
  color: #758b98;
  font-size: .53rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.freya-hero-figure figcaption strong {
  color: var(--freya-navy);
  font-size: .78rem;
  letter-spacing: .055em;
}

.freya-ticket-card {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, .75fr);
  margin: 13px 22px 0;
  overflow: hidden;
  border: 1px solid rgba(123, 155, 174, .22);
  border-radius: 14px;
  background: rgba(255, 255, 255, .63);
}

.freya-ticket-card > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px 13px;
}

.freya-ticket-card > div + div {
  border-left: 1px solid rgba(116, 150, 170, .18);
}

.freya-ticket-card small {
  color: #758a97;
  font-size: .49rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.freya-ticket-card strong {
  color: #244c65;
  font-size: .69rem;
  line-height: 1.3;
}

/* Facts */
.freya-facts {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d8e4ea;
  background: #f8fbfd;
}

.freya-facts-grid {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1.12fr .9fr 1.2fr .9fr .92fr 1fr;
  align-items: stretch;
}

.freya-facts-grid > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 9px;
  padding: 14px 16px;
}

.freya-facts-grid > div + div {
  border-left: 1px solid #dfe9ee;
}

.freya-facts-grid > div > span {
  width: 27px;
  height: 27px;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  align-self: center;
  border: 1px solid #c8d9e3;
  border-radius: 50%;
  color: #4d7891;
  background: #fff;
  font-size: .56rem;
  font-weight: 900;
}

.freya-facts-grid strong {
  overflow: hidden;
  color: var(--freya-navy);
  font-size: .72rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.freya-facts-grid small {
  margin-top: 3px;
  color: #718691;
  font-size: .59rem;
  line-height: 1.3;
}

/* Documentation */
.freya-docs {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 96% 8%, rgba(96, 141, 169, .08), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fbfdfe 100%);
}

.freya-docs::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  top: 48px;
  right: -175px;
  border: 1px solid rgba(71, 119, 147, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(91, 137, 164, .03), 0 0 0 58px rgba(91, 137, 164, .018);
}

.freya-docs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, .82fr);
  align-items: stretch;
  gap: 28px;
}

.freya-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0 24px 10px;
  overflow: hidden;
  border: 1px solid var(--freya-line);
  border-radius: 20px;
  background: rgba(248, 251, 253, .92);
  box-shadow: 0 18px 45px rgba(27, 71, 97, .055);
  list-style: none;
}

.freya-checklist li {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 12px;
  border-bottom: 1px solid #e1ebf0;
}

.freya-checklist li:nth-last-child(-n+2) {
  border-bottom: 0;
}

.freya-checklist li:nth-child(odd):not(:first-child) {
  border-left: 1px solid #e1ebf0;
  padding-left: 24px;
}

.freya-checklist .freya-checklist-primary {
  min-height: 93px;
  grid-column: 1 / -1;
  margin-inline: -24px;
  padding: 19px 24px;
  border-bottom-color: #cbe3d3;
  background: linear-gradient(90deg, #eff9f2, #f8fcfa);
}

.freya-checklist li > span {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--freya-green);
  font-size: .67rem;
  font-weight: 900;
}

.freya-checklist strong {
  color: #173b52;
  font-size: .91rem;
  line-height: 1.35;
}

.freya-checklist small {
  display: block;
  margin-top: 4px;
  color: #638071;
  font-size: .75rem;
  line-height: 1.45;
}

.freya-proof-card {
  padding: 30px;
  border: 1px solid #c8d9e3;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .7), transparent 35%),
    linear-gradient(145deg, #eaf2f7, #dce9f1);
  box-shadow: 0 20px 52px rgba(31, 74, 99, .1);
}

.freya-card-label,
.freya-service-grid article > small,
.freya-sector-grid article > span {
  color: #49748d;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.freya-proof-card h3 {
  max-width: 390px;
  margin-top: 10px;
  font-size: 1.5rem;
}

.freya-proof-card > p {
  margin-top: 13px;
  color: #486576;
}

.freya-proof-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 23px 0;
}

.freya-proof-flow > div {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(92, 132, 155, .19);
  border-radius: 14px;
  background: rgba(255, 255, 255, .65);
}

.freya-proof-flow b {
  color: #6d899a;
  font-size: .64rem;
  letter-spacing: .1em;
}

.freya-proof-flow span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.freya-proof-flow strong {
  color: var(--freya-navy);
  font-size: .9rem;
}

.freya-proof-flow small {
  color: #66808f;
  font-size: .71rem;
  line-height: 1.4;
}

.freya-proof-flow > i {
  color: #6d899a;
  font-style: normal;
}

.freya-proof-card > a {
  color: #285f7e;
  font-size: .79rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

.freya-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 26px;
  padding: 21px 24px;
  border: 1px solid #d8e5ec;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(34, 75, 98, .06);
}

.freya-inline-cta strong {
  color: var(--freya-navy);
}

.freya-inline-cta p {
  margin-top: 2px;
  font-size: .86rem;
  line-height: 1.45;
}

/* Ticketmaster */
.freya-ticketmaster {
  background: #f3f7fa;
}

.freya-sale-band {
  display: grid;
  grid-template-columns: 1fr 1px 1fr auto;
  align-items: center;
  gap: 27px;
  margin-bottom: 28px;
  padding: 25px 28px;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 0, rgba(96, 163, 205, .3), transparent 30%),
    linear-gradient(120deg, #061f34, #0d4162);
  box-shadow: 0 22px 55px rgba(9, 47, 75, .17);
}

.freya-sale-band > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.freya-sale-band small {
  color: #a7c8db;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.freya-sale-band strong {
  font-size: 1.3rem;
  letter-spacing: -.025em;
}

.freya-sale-band span {
  color: #c9dbe6;
  font-size: .75rem;
}

.freya-sale-band > i {
  width: 1px;
  height: 54px;
  background: rgba(255, 255, 255, .17);
}

.freya-sale-band > a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}

.freya-sale-band > a:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .09);
}

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

.freya-service-grid article {
  min-height: 230px;
  padding: 25px;
  border: 1px solid #d8e4eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(29, 69, 93, .055);
}

.freya-service-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 21px;
  border: 1px solid #c7d9e4;
  border-radius: 50%;
  color: #316c8e;
  background: #eef5f9;
  font-size: .76rem;
  font-weight: 900;
}

.freya-service-grid h3 {
  margin-top: 9px;
  font-size: 1.28rem;
}

.freya-service-grid article > p {
  margin-top: 11px;
  font-size: .88rem;
  line-height: 1.58;
}

.freya-service-grid .freya-box-office-card {
  min-height: auto;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 46px minmax(130px, .55fr) minmax(200px, .95fr) minmax(240px, 1.35fr);
  align-items: center;
  column-gap: 21px;
  padding-block: 22px;
}

.freya-box-office-card .freya-service-icon {
  margin: 0;
}

.freya-box-office-card h3 {
  margin: 0;
}

.freya-box-office-card > p {
  margin: 0;
}

.freya-box-office-card details {
  position: relative;
}

.freya-box-office-card summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid #cbdbe4;
  border-radius: 9px;
  color: #285e7d;
  background: #f8fbfd;
  font-size: .76rem;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.freya-box-office-card summary::-webkit-details-marker {
  display: none;
}

.freya-box-office-card details[open] summary {
  border-radius: 9px 9px 0 0;
  background: #edf4f8;
}

.freya-box-office-card details > div {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  padding: 14px;
  border: 1px solid #cbdbe4;
  border-top: 0;
  border-radius: 0 0 9px 9px;
  background: #fff;
  box-shadow: 0 18px 35px rgba(19, 57, 80, .14);
}

.freya-box-office-card details p {
  font-size: .72rem;
  line-height: 1.48;
}

.freya-box-office-card details p + p {
  margin-top: 8px;
}

.freya-update-note,
.freya-price-note {
  margin-top: 20px !important;
  color: #6b7d88 !important;
  font-size: .75rem !important;
  line-height: 1.55 !important;
}

.freya-update-note strong {
  color: #536b79;
}

/* Steps */
.freya-steps-section {
  background: #fff;
}

.freya-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.freya-steps li {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  padding: 26px 23px;
  border: 1px solid #d8e4eb;
  border-radius: 18px;
  background: linear-gradient(160deg, #fff, #f5f9fb);
}

.freya-steps li::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  right: -55px;
  bottom: -55px;
  border: 1px solid rgba(64, 113, 141, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 17px rgba(63, 113, 141, .03);
}

.freya-steps li > span {
  display: block;
  margin-bottom: 52px;
  color: #7592a4;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.freya-steps h3 {
  font-size: 1.08rem;
}

.freya-steps p {
  margin-top: 10px;
  font-size: .84rem;
  line-height: 1.58;
}

.freya-gate-note {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  padding: 18px 21px;
  border: 1px solid #ead8bd;
  border-radius: 14px;
  background: #fffaf2;
}

.freya-gate-note > span {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #a86116;
  font-size: .8rem;
  font-weight: 900;
}

.freya-gate-note p {
  color: #725637;
  font-size: .85rem;
  line-height: 1.5;
}

.freya-gate-note strong {
  color: #653e16;
}

/* Conversion */
.freya-conversion {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 90%, rgba(255, 255, 255, .9), transparent 27%),
    linear-gradient(125deg, #e8f1f6, #f7fafc 54%, #ddeaf1);
}

.freya-conversion-grid {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(58px, 7vw, 92px);
}

.freya-conversion-photo {
  position: relative;
}

.freya-conversion-photo::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -20px 26px 32px -20px;
  border: 1px solid rgba(77, 122, 149, .17);
  border-radius: 35% 55% 40% 52%;
  transform: rotate(-4deg);
}

.freya-conversion-photo img {
  width: 100%;
  position: relative;
  z-index: 1;
  border: 8px solid rgba(255, 255, 255, .85);
  border-radius: 24px;
  box-shadow: var(--freya-shadow);
}

.freya-conversion-photo > span {
  position: absolute;
  z-index: 2;
  right: -17px;
  bottom: 26px;
  padding: 11px 15px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 40, 61, .85);
  box-shadow: 0 12px 28px rgba(19, 55, 76, .18);
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .1em;
  backdrop-filter: blur(8px);
}

.freya-conversion-photo i {
  margin-inline: 4px;
  font-style: normal;
}

.freya-conversion-copy h2 {
  max-width: 700px;
}

.freya-conversion-copy > p {
  max-width: 720px;
  margin-top: 20px;
}

.freya-conversion-copy > p strong {
  color: var(--freya-navy);
}

.freya-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.freya-trust-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #284c62;
  font-size: .84rem;
  font-weight: 750;
}

.freya-trust-list span {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--freya-green);
  font-size: .54rem;
  font-weight: 900;
}

.freya-text-link {
  display: inline-flex;
  gap: 6px;
  margin-top: 18px;
  color: #285f7e;
  font-size: .81rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

/* Digital */
.freya-digital {
  color: #fff;
  background:
    radial-gradient(circle at 12% 100%, rgba(68, 140, 181, .28), transparent 32%),
    linear-gradient(125deg, #041d30, #0a3856 68%, #113a52);
}

.freya-digital-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(460px, 1fr);
  align-items: center;
  gap: 85px;
}

.freya-digital .freya-eyebrow {
  color: #9dc5dc;
}

.freya-digital .freya-eyebrow::before {
  background: linear-gradient(90deg, #6eabc9, #e2edf3);
}

.freya-digital h2 {
  color: #fff;
}

.freya-digital .freya-section-lead {
  margin-top: 20px;
  color: #c4d7e3;
  font-size: 1.03rem;
}

.freya-digital-alert {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 24px;
  padding: 15px 17px;
  border-left: 3px solid #68b1d5;
  border-radius: 0 10px 10px 0;
  background: rgba(255, 255, 255, .07);
}

.freya-digital-alert strong {
  color: #fff;
  font-size: .9rem;
}

.freya-digital-alert span {
  color: #bcd1de;
  font-size: .78rem;
  line-height: 1.45;
}

.freya-phone-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.freya-phone-steps li {
  min-height: 135px;
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
}

.freya-phone-steps b {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  color: #dceaf2;
  font-size: .68rem;
}

.freya-phone-steps div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.freya-phone-steps strong {
  color: #fff;
  font-size: .87rem;
}

.freya-phone-steps span {
  color: #aec5d3;
  font-size: .75rem;
  line-height: 1.47;
}

/* Sectors */
.freya-sectors {
  background: #f6f9fb;
}

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

.freya-sector-grid article {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #d7e3ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(26, 64, 87, .05);
}

.freya-sector-grid .freya-sector-vip {
  border-color: #bdd2df;
  background:
    radial-gradient(circle at 100% 0, rgba(111, 161, 191, .16), transparent 34%),
    linear-gradient(160deg, #fff, #eff5f8);
}

.freya-sector-grid h3 {
  margin-top: 10px;
  font-size: 1.35rem;
}

.freya-sector-grid article > p {
  min-height: 83px;
  margin: 13px 0 19px;
  font-size: .82rem;
  line-height: 1.55;
}

.freya-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 13px 0;
  border-top: 1px solid #e0e9ee;
}

.freya-price small {
  color: #7a8d98;
  font-size: .52rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.freya-price strong {
  color: #284c62;
  font-size: 1.05rem;
}

.freya-price-half strong {
  color: var(--freya-green-dark);
}

.freya-capacity {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 23px 0;
  border-top: 1px solid #e0e9ee;
}

.freya-capacity b {
  color: #274b62;
  font-size: 2rem;
  letter-spacing: -.05em;
}

.freya-capacity span {
  color: #7a8d98;
  font-size: .66rem;
}

.freya-sector-grid footer {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e0e9ee;
}

.freya-sector-grid footer span {
  color: #6e828f;
  font-size: .63rem;
  font-weight: 750;
}

/* Summary */
.freya-summary {
  background: #fff;
}

.freya-summary-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8e4ea;
  border-radius: 18px;
  background: #f8fbfc;
}

.freya-summary-grid > div {
  min-width: 0;
  padding: 22px 19px;
}

.freya-summary-grid > div + div {
  border-left: 1px solid #dfe9ee;
}

.freya-summary-grid dt {
  color: #708592;
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.freya-summary-grid dd {
  margin: 8px 0 0;
  color: var(--freya-navy);
  font-size: .88rem;
  font-weight: 820;
  line-height: 1.35;
}

.freya-related-line {
  margin-top: 22px !important;
  color: #70818b !important;
  font-size: .83rem !important;
}

.freya-related-line a {
  color: #285f7e;
  font-weight: 800;
  text-underline-offset: 3px;
}

/* Age */
.freya-age {
  padding-top: 0;
  background: #fff;
}

.freya-age-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  padding: 38px 44px;
  border: 1px solid #d1e0e8;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(109, 155, 182, .16), transparent 30%),
    linear-gradient(120deg, #edf4f8, #fbfdfe);
}

.freya-age-number {
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  border: 1px solid #b8ceda;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #143e58, #09263b);
  box-shadow: 0 18px 42px rgba(12, 50, 75, .2), inset 0 0 0 9px rgba(255, 255, 255, .05);
  font-size: 2.35rem;
  font-weight: 900;
  letter-spacing: -.055em;
}

.freya-age-card h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
}

.freya-age-card p {
  max-width: 770px;
  margin-top: 14px;
}

.freya-age-card small {
  display: block;
  margin-top: 10px;
  color: #6f818c;
  font-size: .7rem;
  line-height: 1.45;
}

/* Related */
.freya-related {
  background: #f4f8fa;
}

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

.freya-related-grid a {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  padding: 23px;
  border: 1px solid #d9e5eb;
  border-radius: 17px;
  color: inherit;
  background: #fff;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.freya-related-grid a:hover {
  border-color: #a9c7d7;
  box-shadow: 0 18px 40px rgba(29, 68, 91, .09);
  transform: translateY(-3px);
}

.freya-related-grid small {
  color: #527d95;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.freya-related-grid strong {
  margin-top: 15px;
  color: var(--freya-navy);
  font-size: .96rem;
  line-height: 1.46;
}

.freya-related-grid span {
  margin-top: auto;
  padding-top: 18px;
  color: #2c6889;
  font-size: .74rem;
  font-weight: 850;
}

/* FAQ */
.freya-faq {
  background: #fff;
}

.freya-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, .68fr) minmax(500px, 1fr);
  align-items: start;
  gap: 80px;
}

.freya-faq-intro {
  position: sticky;
  top: 100px;
}

.freya-faq-intro p {
  margin-top: 18px;
}

.freya-faq-intro > a {
  display: inline-flex;
  gap: 6px;
  margin-top: 22px;
  color: #285f7e;
  font-size: .8rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

.freya-faq-list {
  border-top: 1px solid #d9e5eb;
}

.freya-faq-list details {
  border-bottom: 1px solid #d9e5eb;
}

.freya-faq-list summary {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 4px;
  color: var(--freya-navy);
  font-size: .94rem;
  font-weight: 820;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

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

.freya-faq-list summary::after {
  content: "+";
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: grid;
  place-items: center;
  border: 1px solid #bfd2dd;
  border-radius: 50%;
  color: #46758f;
  font-size: 1rem;
  font-weight: 500;
}

.freya-faq-list details[open] summary::after {
  content: "−";
  color: #fff;
  background: #2f6e91;
}

.freya-faq-list details p {
  max-width: 720px;
  padding: 0 42px 21px 4px;
  font-size: .89rem;
  line-height: 1.67;
}

/* Sources */
.freya-sources {
  padding-top: 0;
  padding-bottom: 48px;
  background: #fff;
}

.freya-sources details {
  border: 1px solid #dbe6ec;
  border-radius: 13px;
  background: #f8fbfc;
}

.freya-sources summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 17px;
  color: #4d6776;
  font-size: .74rem;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.freya-sources summary::-webkit-details-marker {
  display: none;
}

.freya-sources details[open] summary span {
  transform: rotate(45deg);
}

.freya-sources details > p,
.freya-sources ul {
  margin-inline: 17px;
}

.freya-sources details > p {
  padding-top: 13px;
  border-top: 1px solid #dbe6ec;
  font-size: .72rem;
  line-height: 1.5;
}

.freya-sources ul {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  margin-bottom: 17px;
  padding-left: 18px;
}

.freya-sources li,
.freya-sources a {
  color: #4c6d7f;
  font-size: .73rem;
  line-height: 1.45;
}

.freya-sources a {
  font-weight: 750;
  text-underline-offset: 3px;
}

.freya-disclaimer {
  margin-top: 15px !important;
  color: #788892 !important;
  font-size: .68rem !important;
  line-height: 1.5 !important;
}

/* Final CTA */
.freya-final {
  padding-top: 42px;
  background: #f4f8fa;
}

.freya-final-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  align-items: center;
  gap: 60px;
  padding: 48px 50px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(90, 164, 205, .34), transparent 30%),
    linear-gradient(125deg, #051e31, #0b3d5d);
  box-shadow: 0 28px 70px rgba(7, 44, 69, .18);
}

.freya-final-card::after {
  content: "✦";
  position: absolute;
  right: 25%;
  bottom: 18%;
  color: rgba(255, 255, 255, .22);
  font-size: 2rem;
  text-shadow: 80px -110px 0 rgba(255, 255, 255, .14), -155px -70px 0 rgba(255, 255, 255, .11);
}

.freya-final-card > div {
  position: relative;
  z-index: 1;
}

.freya-final-card > div > span {
  display: block;
  margin-bottom: 12px;
  color: #a9c9dc;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.freya-final-card h2 {
  max-width: 730px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.freya-final-card p {
  max-width: 650px;
  margin-top: 16px;
  color: #c2d5e1;
}

.freya-final-actions {
  min-width: 330px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.freya-final-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .05);
}

.freya-final-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .1);
}

.page-freya .freya-whatsapp {
  z-index: 80;
  color: #fff;
  background: #1fa94b;
  box-shadow: 0 12px 30px rgba(23, 123, 58, .28);
}

@media (max-width: 1120px) {
  .freya-hero-grid {
    grid-template-columns: minmax(0, .96fr) minmax(430px, 1.04fr);
    gap: 42px;
  }

  .freya-hero h1 {
    font-size: clamp(2.65rem, 4.6vw, 3.4rem);
  }

  .freya-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .freya-facts-grid > div:nth-child(4) {
    border-left: 0;
  }

  .freya-facts-grid > div:nth-child(n+4) {
    border-top: 1px solid #dfe9ee;
  }

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

  .freya-sector-grid article {
    min-height: 390px;
  }

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

  .freya-related-grid a {
    min-height: 180px;
  }
}

@media (max-width: 980px) {
  .freya-section {
    padding-block: 72px;
  }

  .freya-hero {
    padding-block: 58px 64px;
  }

  .freya-hero-grid {
    grid-template-columns: 1fr;
  }

  .freya-hero-copy {
    max-width: 760px;
  }

  .freya-event-visual {
    max-width: 760px;
  }

  .freya-heading-split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .freya-docs-layout {
    grid-template-columns: 1fr;
  }

  .freya-proof-card {
    max-width: none;
  }

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

  .freya-service-grid .freya-box-office-card {
    grid-template-columns: 46px minmax(120px, .55fr) minmax(200px, 1fr);
  }

  .freya-box-office-card details {
    grid-column: 2 / -1;
    margin-top: 15px;
  }

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

  .freya-steps li {
    min-height: 205px;
  }

  .freya-steps li > span {
    margin-bottom: 36px;
  }

  .freya-conversion-grid {
    grid-template-columns: minmax(280px, .65fr) minmax(0, 1fr);
    gap: 50px;
  }

  .freya-digital-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .freya-summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .freya-summary-grid > div + div {
    border-left: 0;
  }

  .freya-summary-grid > div:nth-child(even) {
    border-left: 1px solid #dfe9ee;
  }

  .freya-summary-grid > div:nth-child(n+3) {
    border-top: 1px solid #dfe9ee;
  }

  .freya-faq-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .freya-faq-intro {
    position: static;
    max-width: 680px;
  }

  .freya-final-card {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .freya-final-actions {
    min-width: 0;
    max-width: 430px;
  }
}

@media (max-width: 760px) {
  .freya-guide .container {
    width: min(100% - 32px, 680px);
  }

  .freya-section {
    padding-block: 60px;
  }

  .freya-guide h2 {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
  }

  .freya-breadcrumb .container {
    gap: 7px;
  }

  .freya-breadcrumb a:nth-of-type(2),
  .freya-breadcrumb a:nth-of-type(3),
  .freya-breadcrumb a:nth-of-type(2) + span,
  .freya-breadcrumb a:nth-of-type(3) + span {
    display: none;
  }

  .freya-hero {
    padding-block: 46px 54px;
  }

  .freya-hero-grid {
    width: min(100% - 32px, 680px) !important;
    gap: 38px;
  }

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

  .freya-lead {
    font-size: 1rem !important;
  }

  .freya-photo-frame img {
    aspect-ratio: 1 / 1;
  }

  .freya-photo-credit {
    bottom: 44px;
  }

  .freya-hero-figure figcaption {
    width: calc(100% - 26px);
    margin-top: -29px;
  }

  .freya-ticket-card {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: 13px;
  }

  .freya-ticket-card > div:nth-child(3) {
    border-left: 0;
  }

  .freya-ticket-card > div:nth-child(n+3) {
    border-top: 1px solid rgba(116, 150, 170, .18);
  }

  .freya-facts-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 6px;
  }

  .freya-facts-grid > div:nth-child(3),
  .freya-facts-grid > div:nth-child(5) {
    border-left: 0;
  }

  .freya-facts-grid > div:nth-child(n+3) {
    border-top: 1px solid #dfe9ee;
  }

  .freya-facts-grid > div:nth-child(4) {
    border-left: 1px solid #dfe9ee;
  }

  .freya-checklist {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .freya-checklist li,
  .freya-checklist li:nth-last-child(-n+2) {
    min-height: 62px;
    border-bottom: 1px solid #e1ebf0;
  }

  .freya-checklist li:last-child {
    border-bottom: 0;
  }

  .freya-checklist li:nth-child(odd):not(:first-child) {
    border-left: 0;
    padding-left: 12px;
  }

  .freya-proof-flow {
    grid-template-columns: 1fr;
  }

  .freya-proof-flow > i {
    display: none;
  }

  .freya-proof-flow > div {
    min-height: auto;
  }

  .freya-inline-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .freya-inline-cta .button {
    width: 100%;
  }

  .freya-sale-band {
    grid-template-columns: 1fr;
    gap: 19px;
    padding: 23px;
  }

  .freya-sale-band > i {
    width: 100%;
    height: 1px;
  }

  .freya-sale-band > a {
    width: 100%;
  }

  .freya-service-grid {
    grid-template-columns: 1fr;
  }

  .freya-service-grid article {
    min-height: auto;
  }

  .freya-service-grid .freya-box-office-card {
    display: block;
  }

  .freya-box-office-card .freya-service-icon {
    margin-bottom: 21px;
  }

  .freya-box-office-card h3 {
    margin-top: 9px;
  }

  .freya-box-office-card > p {
    margin-top: 11px;
  }

  .freya-box-office-card details {
    margin-top: 17px;
  }

  .freya-box-office-card details > div {
    position: static;
  }

  .freya-conversion-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .freya-conversion-photo {
    width: min(100%, 430px);
  }

  .freya-conversion-photo > span {
    right: -5px;
  }

  .freya-sector-grid {
    grid-template-columns: 1fr;
  }

  .freya-sector-grid article {
    min-height: auto;
  }

  .freya-sector-grid article > p {
    min-height: 0;
  }

  .freya-age-card {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 25px;
    padding: 30px;
  }

  .freya-age-number {
    width: 105px;
    height: 105px;
    font-size: 1.8rem;
  }

  .freya-related-grid {
    grid-template-columns: 1fr;
  }

  .freya-related-grid a {
    min-height: 165px;
  }

  .freya-sources {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .freya-final {
    padding-top: 34px;
  }

  .freya-final-card {
    padding: 35px 27px;
  }
}

@media (max-width: 520px) {
  .freya-guide .container {
    width: calc(100% - 28px);
  }

  .freya-section {
    padding-block: 52px;
  }

  .freya-heading {
    margin-bottom: 32px;
  }

  .freya-hero-grid {
    width: calc(100% - 28px) !important;
  }

  .freya-kicker {
    align-items: flex-start;
    font-size: .61rem;
    line-height: 1.45;
  }

  .freya-hero h1 {
    font-size: clamp(2.15rem, 11.5vw, 2.75rem);
  }

  .freya-answer {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 16px;
  }

  .freya-answer > span {
    width: 31px;
    height: 31px;
  }

  .freya-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .freya-actions .button,
  .freya-actions .freya-button-secondary {
    width: 100%;
  }

  .freya-photo-frame {
    border-radius: 20px;
  }

  .freya-hero-figure figcaption {
    grid-template-columns: 1fr;
    width: calc(100% - 22px);
  }

  .freya-hero-figure figcaption > span {
    padding: 12px 15px;
  }

  .freya-hero-figure figcaption > span + span {
    border-top: 1px solid #d8e5ec;
    border-left: 0;
  }

  .freya-photo-credit {
    top: 10px;
    right: 10px;
    bottom: auto;
  }

  .freya-facts-grid {
    grid-template-columns: 1fr;
  }

  .freya-facts-grid > div + div,
  .freya-facts-grid > div:nth-child(4) {
    border-top: 1px solid #dfe9ee;
    border-left: 0;
  }

  .freya-facts-grid > div {
    min-height: 66px;
    padding: 10px 13px;
  }

  .freya-checklist {
    padding-inline: 17px;
  }

  .freya-checklist .freya-checklist-primary {
    margin-inline: -17px;
    padding-inline: 17px;
  }

  .freya-proof-card {
    padding: 24px 20px;
  }

  .freya-proof-card h3 {
    font-size: 1.3rem;
  }

  .freya-steps {
    grid-template-columns: 1fr;
  }

  .freya-steps li {
    min-height: 175px;
  }

  .freya-steps li > span {
    margin-bottom: 28px;
  }

  .freya-gate-note {
    align-items: flex-start;
  }

  .freya-trust-list {
    grid-template-columns: 1fr;
  }

  .freya-phone-steps {
    grid-template-columns: 1fr;
  }

  .freya-phone-steps li {
    min-height: auto;
  }

  .freya-summary-grid {
    grid-template-columns: 1fr;
  }

  .freya-summary-grid > div + div,
  .freya-summary-grid > div:nth-child(even),
  .freya-summary-grid > div:nth-child(n+3) {
    border-top: 1px solid #dfe9ee;
    border-left: 0;
  }

  .freya-age-card {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .freya-age-number {
    width: 90px;
    height: 90px;
    font-size: 1.55rem;
  }

  .freya-faq-list summary {
    font-size: .88rem;
  }

  .freya-final-card {
    padding: 31px 22px;
  }

  .freya-final-actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-freya *,
  .page-freya *::before,
  .page-freya *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .page-freya .ncie-topbar,
  .page-freya .ncie-header,
  .page-freya .freya-whatsapp,
  .page-freya .ncie-footer,
  .freya-actions,
  .freya-inline-cta,
  .freya-final {
    display: none !important;
  }

  .freya-section {
    padding-block: 28px;
    break-inside: avoid;
  }

  .freya-hero {
    padding-block: 28px;
    background: #fff;
  }
}
