:root {
  --background--warm: #f6f4ef;
  --contrast--primary-black: #10243a;
  --brand--light: #17476f;
  --brand--outline: #17476f;
  --pls-navy: #0b2742;
  --pls-blue: #174f7a;
  --pls-gold: #d89a3d;
  --pls-cream: #f6f4ef;
  --pls-line: rgba(16, 36, 58, .13);
  --pls-shadow: 0 22px 60px rgba(9, 32, 53, .13);
}

html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { background: var(--pls-cream); color: var(--pls-navy); font-size: 1.0625rem; line-height: 1.7; -webkit-font-smoothing: antialiased; }
::selection { color: #fff; background: var(--pls-blue); }
h1, h2, h3, h4 { color: var(--pls-navy); letter-spacing: -.035em; }
h2 { max-width: 18ch; margin-inline: auto; font-size: clamp(2.35rem, 4.5vw, 4.25rem); line-height: 1.06; }
h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.18; }
.container { width: min(100%, 1440px); padding-right: clamp(1.25rem, 5vw, 5rem); padding-left: clamp(1.25rem, 5vw, 5rem); }
.padding-9, .padding-9.max-w-80 { padding-top: clamp(6rem, 9vw, 9rem); padding-bottom: clamp(6rem, 10vw, 10rem); }

.navbar { background: rgba(255, 255, 255, .92); border-bottom: 1px solid rgba(16, 36, 58, .08); box-shadow: 0 8px 30px rgba(11, 39, 66, .06); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.navbar-grid { min-height: 82px; }
.navbar-logo { width: 132px; }
.menu-item-link .action { position: relative; font-size: .88rem; font-weight: 600; letter-spacing: -.01em; }
.menu-item-link .action::after { content: ""; position: absolute; right: 0; bottom: -.35rem; left: 0; height: 2px; background: var(--pls-gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.menu-item-link:hover .action::after { transform: scaleX(1); transform-origin: left; }

.section.full-screen { min-height: 700px; }
.main-image video { filter: saturate(.82) contrast(1.04); }
.section.full-screen > .banner-gradient, .topics-wrapper > .banner-gradient { background: linear-gradient(110deg, rgba(5, 23, 40, .85) 0%, rgba(7, 30, 51, .58) 48%, rgba(7, 30, 51, .18) 100%); }
.position-absolute-bottom { inset: auto 0 0; }
.banner-grid { grid-template-columns: minmax(220px, .75fr) minmax(320px, 1.25fr) auto; grid-template-rows: auto; gap: clamp(2rem, 5vw, 5rem); align-items: end; text-align: left; }
.banner-grid .padding-bottom-2 { width: min(300px, 65vw); opacity: 1; }
.paragraph.white.width750 { max-width: 620px; color: rgba(255, 255, 255, .88); font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.7; }

.button-wrapper, .button-wrapper.secondary { border: 1px solid rgba(255, 255, 255, .5); border-radius: 999px; padding: .95rem 1.45rem .82rem; font-size: .78rem; font-weight: 700; letter-spacing: .07em; box-shadow: 0 10px 30px rgba(4, 20, 35, .12); transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease; }
.button-wrapper.secondary { background: rgba(8, 29, 48, .66); }
.button-wrapper:hover, .button-wrapper.secondary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(4, 20, 35, .2); }

.sticky-grid { gap: clamp(3rem, 7vw, 8rem); grid-template-columns: .9fr 1.1fr; align-items: center; }
.sticky-description-wrapper { top: 9rem; }
.sticky-description-wrapper .heading { margin-inline: 0; }
.cover-image.min-h20 { min-height: 580px; border-radius: 28px; box-shadow: var(--pls-shadow); }

.section.background-yellow { background: var(--pls-navy); }
.section.background-yellow .heading-2::after, #Why .heading-2::after, #Process .heading-2::after { content: ""; display: block; width: 54px; height: 4px; margin: 1.35rem auto 0; border-radius: 99px; background: var(--pls-gold); }
.topics-wrapper { min-height: 440px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 24px; box-shadow: 0 22px 55px rgba(0, 0, 0, .2); isolation: isolate; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.topics-wrapper:hover { transform: translateY(-7px); box-shadow: 0 30px 70px rgba(0, 0, 0, .3); }
.topics-wrapper .card-wrapper { z-index: 100; }
.topics-wrapper .padding-4-full { display: flex; min-height: 440px; align-items: flex-end; padding: clamp(2rem, 4vw, 3.25rem); }
.topics-wrapper .color-text-primary { max-width: 14ch; color: #fff; text-shadow: none; font-size: clamp(1.8rem, 3vw, 2.5rem); letter-spacing: -.035em; }
.white-p { color: rgba(255, 255, 255, .84); text-shadow: none; font-size: .97rem; line-height: 1.65; }

#Why { background: #fbfaf7; }
.three-columns { gap: 1.25rem; }
.info-card { height: 100%; padding: clamp(1.75rem, 3vw, 2.5rem); border: 1px solid var(--pls-line); border-radius: 20px; background: rgba(255, 255, 255, .82); box-shadow: 0 12px 34px rgba(13, 43, 69, .06); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.info-card:hover { transform: translateY(-5px); border-color: rgba(216, 154, 61, .55); box-shadow: 0 20px 44px rgba(13, 43, 69, .11); }
.info-card-icon { width: 52px; height: 52px; padding: 11px; border-radius: 14px; background: rgba(216, 154, 61, .13); object-fit: contain; }
.paragraph-secondary { color: #526373; line-height: 1.65; }

.section.full-screen.processbg { background-position: center; }
#Process .padding-9 { background: linear-gradient(180deg, rgba(246, 244, 239, .94), rgba(246, 244, 239, .88)); }
#Process .grid { gap: 1rem; }
#Process .info-card { position: relative; background: rgba(255, 255, 255, .9); }

#FAQ .rt-pricing-faq-main.width-800 { width: min(900px, calc(100vw - 2.5rem)); }
.rt-radius-ten { border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; box-shadow: 0 24px 55px rgba(0, 0, 0, .18); }
.rt-pricing-faq-block { padding-inline: clamp(1.35rem, 5vw, 3.2rem); border-bottom: 1px solid rgba(16, 36, 58, .1); background: #fff; }
.rt-dropdown-toggle-2 { padding-block: 1.65rem; }
.faq-q { padding-right: 1.5rem; color: var(--pls-navy); font-size: 1.05rem; }
.rt-pricing-faq-line-one, .rt-pricing-faq-line-two { background: var(--pls-gold); }
.rt-pricing-faq-text { color: #536575; font-size: 1rem; }

.section-padding-8.background-blue.white-p { position: relative; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem); background: linear-gradient(120deg, #081f35, #123b5d); overflow: hidden; }
.section-padding-8.background-blue.white-p::before { content: ""; position: absolute; width: 420px; height: 420px; right: -140px; bottom: -230px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018); }
.section-padding-8 .grid-2-footer { position: relative; z-index: 1; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.section-padding-8 .button-wrapper.secondary { min-width: 100%; border-radius: 14px; text-transform: none; letter-spacing: 0; }

@media screen and (max-width: 1100px) {
  .banner-grid { grid-template-columns: 1fr auto; }
  .banner-grid > :first-child { grid-column: 1 / -1; }
  #Process .grid { grid-template-columns: repeat(3, 1fr); }
}

@media screen and (max-width: 767px) {
  h2 { font-size: clamp(2.2rem, 10vw, 3.25rem); }
  .navbar-grid { min-height: 72px; }
  .section.full-screen { min-height: 760px; }
  .banner-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .banner-grid > :first-child { grid-column: auto; }
  .banner-grid .padding-bottom-2 { width: min(240px, 62vw); }
  .sticky-grid { grid-template-columns: 1fr; }
  .sticky-description-wrapper { position: static; }
  .cover-image.min-h20 { min-height: 380px; }
  .three-columns, #Process .grid, .grid-2-footer, .grid-4 { grid-template-columns: 1fr; }
  .topics-wrapper, .topics-wrapper .padding-4-full { min-height: 400px; }
  .section-padding-8 .button-wrapper.secondary { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
