@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
:root {
  --navy: #0e2570;
  --blue: #1b4fe0;
  --gold: #f5b301;
  --ink: #101a34;
  --muted: #5b6478;
  --line: #e6eaf2;
  --soft: #f5f8ff;
  --cream: #fdf4da;
  --green: #16803b;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Manrope", system-ui, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
h1,
h2,
h3 {
  margin: 0;
  line-height: 1.14;
  letter-spacing: -0.5px;
}
h2 {
  font-size: 34px;
  font-weight: 800;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
section {
  padding: 76px 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 11px;
  padding: 14px 24px;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  border: 0;
  min-width: 186px;
}
.btn.blue {
  background: var(--blue);
  color: #fff;
}
.btn.gold {
  background: var(--gold);
  color: #1a1a1a;
}
.btn.outline {
  background: transparent;
  border: 1.6px solid var(--blue);
  color: var(--blue);
  min-width: 0;
  padding: 12px 20px;
}
.btn.outwhite {
  background: transparent;
  border: 1.6px solid rgba(255, 255, 255, 0.65);
  color: #fff;
}
.eyebrow {
  color: var(--blue);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.hrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  font-size: 22px;
  color: var(--blue);
}
.menu {
  display: flex;
  gap: 30px;
}
.menu a {
  color: var(--ink);
  font-weight: 600;
  font-size: 15px;
}
.menu a:hover {
  color: var(--blue);
}
.hact {
  display: flex;
  gap: 12px;
  align-items: center;
}
.burger {
  display: none;
  background: none;
  border: 0;
  font-size: 26px;
  color: var(--navy);
  cursor: pointer;
  line-height: 1;
  padding: 4px;
}
.mobonly {
  display: none;
}
.hero {
  background: linear-gradient(
    155deg,
    #0b1e5c 0%,
    var(--navy) 55%,
    #16337f 100%
  );
  color: #fff;
  overflow: hidden;
}
.herogrid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  padding: 70px 0 84px;
}
.pill {
  display: inline-block;
  background: rgba(245, 179, 1, 0.14);
  color: var(--gold);
  border: 1px solid rgba(245, 179, 1, 0.45);
  border-radius: 30px;
  padding: 7px 16px;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 1.6px;
}
.hero h1 {
  font-size: 50px;
  font-weight: 800;
  margin-top: 20px;
}
.hero h1 .g {
  color: var(--gold);
}
.herosub {
  color: var(--gold);
  font-weight: 700;
  font-size: 17px;
  margin-top: 18px;
  max-width: 520px;
}
.herobtns {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.trustrow {
  display: flex;
  gap: 22px;
  margin-top: 26px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
}
.trustrow span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #d7e2ff;
}
.trustrow b {
  color: var(--gold);
}
.heroimg {
  position: relative;
}
.heroimg .photo {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3.4;
  background: #1a2f6e;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}
.heroimg .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phfallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9fb2e8;
  font-size: 13px;
  text-align: center;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(160deg, #1a2f6e, #22409a);
}
.floatcard {
  position: absolute;
  left: -30px;
  bottom: -40px;
  width: 340px;
  background: #fff;
  color: var(--ink);
  border-radius: 14px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  display: flex;
}
.fc-side {
  width: 34%;
  background: var(--navy);
  color: #c9d6f5;
  padding: 12px 11px;
  font-size: 10px;
  line-height: 2;
}
.fc-side b {
  color: #fff;
  font-size: 12px;
  display: block;
  margin-bottom: 8px;
}
.fc-main {
  flex: 1;
  padding: 12px 13px;
}
.fc-title {
  font-weight: 800;
  color: var(--navy);
  font-size: 12px;
  margin-bottom: 8px;
}
.fc-rec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eef1f7;
  border-radius: 8px;
  padding: 7px 9px;
}
.fc-rec .lbl {
  font-size: 8px;
  color: var(--muted);
}
.fc-rec .sub {
  font-size: 11px;
  font-weight: 800;
  color: var(--green);
}
.fc-rec .price {
  font-size: 12px;
  font-weight: 800;
  color: var(--navy);
}
.fc-metrics {
  display: flex;
  gap: 5px;
  margin-top: 8px;
}
.fc-metrics > div {
  flex: 1;
  border: 1px solid #eef1f7;
  border-radius: 7px;
  padding: 5px;
  text-align: center;
}
.fc-metrics .v {
  font-size: 11px;
  font-weight: 800;
  color: var(--green);
}
.fc-metrics .k {
  font-size: 7.5px;
  color: var(--muted);
}
.fc-tbl {
  margin-top: 8px;
  font-size: 9px;
}
.fc-tbl .r {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  border-top: 1px solid #f0f2f7;
}
.fc-tbl .h {
  color: var(--blue);
  font-weight: 800;
  border-top: 0;
}
.herocenter {
  text-align: center;
  padding: 16px 24px 24px;
}
.herocenter .herosub {
  margin: 16px auto 0;
  max-width: 640px;
}
.herocenter .herobtns {
  justify-content: center;
  margin-top: 22px;
}
.herocenter .trustrow {
  justify-content: center;
  margin-top: 20px;
}
.herocenter h1 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.videosec h2 {
  text-align: center;
  margin-bottom: 18px;
}
.videosec .herovideo video {
  aspect-ratio: 16/9;
}
.howworks {
  background: var(--soft);
}
.steprow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.stepcard {
  flex: 1;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 18px;
  text-align: center;
}
.stepnum {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.stepcard h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
}
.stepcard p {
  font-size: 13.5px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.5;
}
.steparrow {
  display: flex;
  align-items: center;
  color: var(--gold);
  font-size: 26px;
  font-weight: 800;
}
.whylist {
  max-width: 720px;
  margin: 34px auto 0;
  text-align: left;
}
.whyitem {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 22px;
  margin-bottom: 12px;
  box-shadow: 0 4px 14px rgba(14, 37, 112, 0.04);
}
.whyitem .wc {
  flex: 0 0 30px;
  height: 30px;
  border-radius: 50%;
  background: #eaf0ff;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.whyitem .t {
  font-size: 16.5px;
  font-weight: 600;
  color: var(--navy);
}
footer .frow a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: 0.3s;
}

footer .frow a {
    transition: 0.3s;
}
.btn.gold, .btn.outwhite, .btn.outline, .btn.blue {
  transition: 0.3s;
}
.btn.gold:hover {
    background: var(--ink);
    transition: 0.3s;
    color: var(--cream);
}
.btn.outwhite:hover {
  background: #fff;
  color: var(--ink);
  transition: 0.3s;
}
.btn.outline:hover {
    background: var(--blue);
    color: #fff;
}
.btn.blue:hover {
    background: var(--gold);
    color: var(--ink);
}
@media (max-width: 900px) {
  .steprow {
    flex-direction: column;
  }
  .steparrow {
    transform: rotate(90deg);
    justify-content: center;
    padding: 2px 0;
  }
}
.ptwo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 840px;
  margin: 30px auto 0;
}
.plan {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  background: #fff;
  text-align: left;
  box-shadow: 0 8px 24px rgba(14, 37, 112, 0.06);
  position: relative;
}
.plan.pro {
  border: 2px solid var(--blue);
  box-shadow: 0 14px 34px rgba(14, 37, 112, 0.12);
}
.plan .pname {
  font-weight: 800;
  color: var(--navy);
  font-size: 20px;
}
.plan .price {
  font-size: 38px;
  font-weight: 800;
  color: var(--blue);
  margin: 6px 0 12px;
}
.plan .price small {
  font-size: 15px;
  color: var(--muted);
  font-weight: 600;
}
.plan .pf {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 6px 0;
  font-size: 15px;
  color: var(--ink);
}
.plan .pf .c {
  color: var(--green);
  font-weight: 900;
}
.rec {
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
  font-size: 11px;
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 700px) {
  .ptwo {
    grid-template-columns: 1fr;
  }
}
.twocol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.media-frame {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(14, 37, 112, 0.16);
  background: var(--navy);
}
.media-frame video {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
  background: #000;
}
.media-frame img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.herovideo {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  background: #000;
}
.herovideo video {
  width: 100%;
  display: block;
  aspect-ratio: 16/10.5;
  object-fit: cover;
  background: #000;
}
.imgfallback {
  aspect-ratio: 16/11;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  color: #8ea0c6;
  font-size: 13px;
  text-align: center;
  background: linear-gradient(160deg, #e9eefb, #dbe4fb);
}
.problem h2 {
  margin-top: 12px;
}
.problem p.body {
  color: var(--muted);
  font-size: 16.5px;
  margin-top: 14px;
}
.callout {
  display: flex;
  gap: 14px;
  background: var(--soft);
  border: 1px solid #dfe6fb;
  border-radius: 14px;
  padding: 18px 20px;
  margin-top: 22px;
}
.callout .ck {
  flex: 0 0 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.callout b {
  color: var(--navy);
}
.callout .ct {
  color: var(--muted);
  font-size: 15px;
}
.features {
  background: var(--soft);
}
.center {
  text-align: center;
}
.features h2 {
  margin-top: 12px;
}
.cards4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
  text-align: center;
}
.fcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 6px 20px rgba(14, 37, 112, 0.05);
}
.ficon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #eaf0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.fcard h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
}
.fcard p {
  color: var(--muted);
  font-size: 14.5px;
  margin-top: 8px;
}
.roi {
  background: var(--cream);
}
.roigrid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
  align-items: center;
}
.roilead {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.roiicon {
  flex: 0 0 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
}
.roilead p {
  color: #6b5a2a;
  font-size: 15.5px;
  margin-top: 8px;
}
.roicards {
  display: flex;
  align-items: center;
  gap: 16px;
}
.roicard {
  flex: 1;
  background: #fff;
  border: 1px solid #eadfbf;
  border-radius: 16px;
  padding: 22px 20px;
}
.roicard.hl {
  border: 2px solid var(--blue);
  box-shadow: 0 10px 26px rgba(14, 37, 112, 0.1);
}
.roicard .big {
  font-size: 34px;
  font-weight: 800;
  color: var(--navy);
  margin-top: 8px;
}
.roicard .big.green {
  color: var(--green);
  font-size: 28px;
}
.roicard .big small {
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
}
.roicard .sm {
  color: var(--muted);
  font-size: 13px;
  margin-top: 4px;
}
.roi-arrow {
  font-size: 24px;
  color: var(--blue);
  font-weight: 800;
}
.pricing {
  text-align: center;
}
.toggle {
  display: inline-flex;
  background: #eef1f9;
  border-radius: 30px;
  padding: 5px;
  margin: 22px auto 0;
}
.toggle button {
  border: 0;
  background: transparent;
  padding: 9px 20px;
  border-radius: 24px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  color: var(--muted);
}
.toggle button.on {
  background: #fff;
  color: var(--navy);
  box-shadow: 0 2px 8px rgba(14, 37, 112, 0.1);
}
.save {
  color: var(--green);
  font-size: 11px;
  margin-left: 6px;
}
.pcard {
  max-width: 440px;
  margin: 26px auto 0;
  border: 2px solid var(--gold);
  border-radius: 18px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(14, 37, 112, 0.1);
  text-align: left;
}
.pcard .pname {
  font-weight: 800;
  color: var(--navy);
  font-size: 20px;
}
.pcard .price {
  font-size: 40px;
  font-weight: 800;
  color: var(--blue);
  margin: 6px 0 2px;
}
.pcard .price small {
  font-size: 15px;
  color: var(--muted);
  font-weight: 600;
}
.pfeat {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 6px 0;
  font-size: 15px;
}
.pfeat .c {
  color: var(--green);
  font-weight: 900;
}
.pnote {
  color: var(--muted);
  font-size: 13.5px;
  margin-top: 16px;
  text-align: center;
}
.concierge {
  background: var(--soft);
}
.concierge .box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.badge {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 20px;
  letter-spacing: 1px;
}
.concierge h2 {
  margin-top: 12px;
}
.concierge p {
  color: var(--muted);
  font-size: 16px;
  margin: 10px auto 0;
  max-width: 640px;
}
.concierge .fee {
  font-size: 22px;
  font-weight: 800;
  color: var(--blue);
  margin-top: 14px;
}
.faqwrap {
  max-width: 760px;
  margin: 30px auto 0;
  text-align: left;
}
.qa {
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}
.qa button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 16px 18px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--navy);
}
.qa .a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
  color: var(--muted);
  font-size: 15px;
}
.qa .a p {
  padding: 0 18px 16px;
}
.qa.open .a {
  max-height: 260px;
}
.qa .pm {
  color: var(--blue);
  font-size: 20px;
}
.works h2 {
  margin-top: 12px;
}
.shots6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}
.shot {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.shot .thumb {
  aspect-ratio: 16/10;
  background: linear-gradient(160deg, #eef2fb, #e2e9f9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.shot .thumb .lines {
  width: 100%;
}
.shot .thumb .lines div {
  height: 6px;
  border-radius: 4px;
  background: #cdd8f0;
  margin: 5px 0;
}
.shot .cap {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  padding: 10px;
}
.startsec {
  background: linear-gradient(155deg, var(--navy), var(--blue));
  color: #fff;
}
.startgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.startgrid ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.startgrid li {
  margin: 14px 0;
  color: #dbe4ff;
  font-size: 22px;
  font-weight: 600;
}
.startgrid li:before {
  content: "\2713  ";
  color: var(--gold);
  font-weight: 800;
}
.formcard {
  background: #fff;
  color: var(--ink);
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}
.formcard label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  margin: 12px 0 4px;
}
.formcard input {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 14px;
}
.done {
  display: none;
  text-align: center;
  padding: 20px;
}
.finalcta {
  background: var(--blue);
  color: #fff;
  text-align: center;
}
.finalcta .ci {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.finalcta h2 {
  font-size: 30px;
}
.finalbtns {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
}
.fineprint {
  margin-top: 20px;
  color: #dbe4ff;
  font-size: 14px;
  display: flex;
  gap: 22px;
  justify-content: center;
  flex-wrap: wrap;
}
.fineprint b {
  color: #fff;
}
footer {
  background: #0a1740;
  color: #aeb9d6;
  padding: 34px 0;
}
.frow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}
.frow a {
  color: #cdd6ee;
  margin-left: 18px;
}
.legal {
  color: #7d89ab;
  font-size: 12.5px;
  margin-top: 12px;
}
.mcta {
  display: none;
}
@media (max-width: 960px) {
  section {
    padding: 54px 0;
  }
  .herogrid {
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 52px 0 70px;
  }
  .heroimg {
    margin-top: 6px;
  }
  .finalcta h2,
  .startsec h2 {
    font-size: 24px;
  }
  .roilead {
    flex-direction: column;
  }
  .floatcard {
    position: static;
    width: 100%;
    margin-top: 18px;
    box-shadow: 0 12px 30px rgba(14, 37, 112, 0.16);
  }
  .heroimg .photo {
    aspect-ratio: 16/10;
  }
  .twocol,
  .roigrid,
  .startgrid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cards4 {
    grid-template-columns: 1fr 1fr;
  }
  .hact {
    display: none;
  }
  .burger {
    display: block;
  }
  .menu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 0;
    padding: 6px 0;
    box-shadow: 0 12px 24px rgba(14, 37, 112, 0.1);
  }
  .menu.show {
    display: flex;
  }
  .menu a {
    padding: 13px 24px;
    font-size: 16px;
  }
  .mobonly {
    display: block;
    border-top: 1px solid var(--line);
  }
  .hero h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 27px;
  }
  .herosub {
    white-space: normal;
  }
  body {
    padding-bottom: 70px;
  }
  .mcta {
    display: flex;
    gap: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    background: #fff;
    border-top: 1px solid var(--line);
    padding: 10px 14px;
    box-shadow: 0 -6px 20px rgba(14, 37, 112, 0.12);
  }
  .mcta .btn {
    flex: 1;
    min-width: 0;
    padding: 12px;
  }
}
@media (max-width: 560px) {
  .cards4,
  .shots6 {
    grid-template-columns: 1fr;
  }
  .roicards {
    flex-direction: column;
  }
  .roi-arrow {
    transform: rotate(90deg);
  }
  .hact .btn.outline {
    display: none;
  }
  .hact .btn {
    min-width: 0;
    padding: 11px 16px;
    font-size: 14px;
  }
  .logo {
    font-size: 19px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .floatcard {
    width: 260px;
  }
  .trustrow {
    gap: 12px;
  }
}
