:root {
  --navy: #062552;
  --navy2: #17396b;
  --blue: #0a5dad;
  --orange: #ff4a20;
  --cream: #fbf7f1;
  --white: #ffffff;
  --text: #092750;
  --muted: #6f7890;
  --line: #dce3ea;
  --green: #22c48b;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: #fff;
}
img {
  max-width: 100%;
  display: block;
}
button,
a {
  font: inherit;
}
.container {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}
.narrow {
  width: min(980px, calc(100% - 40px));
}
.center {
  text-align: center;
}
.section-cream {
  background: var(--cream);
}
.section-white {
  background: #fff;
}
.section-navy {
  background: #1a3a6d;
  color: #fff;
}
.section-dark {
  background: #062554;
  color: #fff;
}
.topbar {
  height: 72px;
  background: #062554;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}
.topbar-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
}
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--orange);
  display: grid;
  place-items: center;
  color: white;
  font-size: 11px;
  letter-spacing: -0.5px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18);
}
.btn {
  border: 0;
  border-radius: 6px;
  padding: 13px 22px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}
.btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
}
.btn-orange {
  background: var(--orange);
  color: #fff;
}
.btn-outline {
  background: white;
  color: var(--text);
  border: 1px solid #abc2d6;
}
.btn-lg {
  padding: 15px 26px;
}
.hero {
  padding: 74px 0 64px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 70px;
  align-items: center;
}
.eyebrow {
  font-size: 13px;
  margin-bottom: 14px;
  color: #353f53;
}
.eyebrow strong {
  color: #18ad71;
  letter-spacing: 2px;
}
.hero h1 {
  font-size: 48px;
  line-height: 1.06;
  margin: 0 0 20px;
  letter-spacing: -1.6px;
}
.hero p {
  font-size: 16px;
  line-height: 1.65;
  color: #5d677d;
  max-width: 640px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0;
}
.check-list li {
  margin: 12px 0;
  color: #4c5b71;
  font-size: 14px;
  position: relative;
  padding-left: 22px;
}
.check-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-size: 23px;
  line-height: 14px;
}
.hero-art {
  min-height: 390px;
  position: relative;
}
.photo-card {
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(14, 40, 71, 0.16);
}
.photo-one {
  width: 78%;
  right: 4%;
  top: 0;
}
.photo-card img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.scribble {
  position: absolute;
  width: 220px;
  height: 70px;
  border-bottom: 5px solid #0a5dad;
  border-radius: 50%;
  transform: rotate(-12deg);
  left: 18px;
  bottom: 45px;
}
.capitol-shape {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 250px;
  height: 128px;
  background: linear-gradient(145deg, #0b3d73, #17396b);
  clip-path: polygon(
    0 100%,
    4% 72%,
    13% 66%,
    17% 52%,
    29% 50%,
    33% 34%,
    45% 30%,
    48% 22%,
    55% 22%,
    60% 10%,
    66% 18%,
    70% 9%,
    74% 20%,
    80% 16%,
    83% 25%,
    91% 28%,
    100% 18%,
    100% 100%
  );
  display: grid;
  place-items: end center;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  padding-bottom: 15px;
}
.symbol {
  position: absolute;
  color: var(--orange);
  font-weight: 700;
  font-size: 34px;
}
.symbol-r {
  right: 8%;
  top: 37%;
}
.symbol-tm {
  left: 34%;
  bottom: 0;
  color: #0e4c88;
  border: 2px solid #0e4c88;
  border-radius: 50%;
  font-size: 15px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: #fff;
}
.steps {
  padding: 70px 0;
}
.steps h2,
.pricing h2,
.why h2,
.search-section h2,
.save-section h2,
.faq h2 {
  font-size: 31px;
  margin: 0 0 12px;
  letter-spacing: -0.6px;
}
.section-intro {
  color: #7b8498;
  font-size: 14px;
  margin: 0 0 45px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  text-align: left;
}
.step {
  display: flex;
  gap: 18px;
}
.step > span {
  font-size: 46px;
  font-weight: 400;
  color: #0b4d90;
  line-height: 1;
}
.step h3 {
  font-size: 15px;
  margin: 2px 0 8px;
}
.step p {
  font-size: 13px;
  line-height: 1.55;
  color: #6f7890;
  margin: 0;
}
.pricing {
  padding: 75px 0 90px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  align-items: stretch;
}
.price-card {
  background: #fff;
  border: 1px solid #f0cdae;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 8px 18px rgba(19, 44, 74, 0.04);
  overflow: hidden;
}
.price-card.standard {
  border-color: #0b69c4;
  box-shadow: 0 12px 25px rgba(14, 76, 137, 0.13);
}
.price-card.premium {
  border-color: #ff6a46;
  box-shadow: 0 12px 25px rgba(255, 74, 32, 0.12);
}
.plan-tag {
  height: 36px;
  background: #0b5cac;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
}
.premium .plan-tag {
  background: var(--orange);
}
.price-head {
  padding: 25px;
}
.price-head h3 {
  margin: 0 0 6px;
  font-size: 24px;
  color: #798498;
}
.price-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 6px;
}
.price-row strong {
  font-size: 32px;
  color: #133965;
}
.price-row small {
  font-size: 10px;
  color: #7d8998;
  margin-bottom: 5px;
}
.price-head p {
  font-size: 12px;
  min-height: 34px;
  color: #4e5d72;
}
.price-head .btn {
  width: 100%;
  margin-top: 12px;
}
.includes {
  border: 1px solid #d2dde6;
  border-radius: 7px;
  margin: 0 20px 20px;
  padding: 18px;
}
.includes strong {
  font-size: 13px;
}
.includes ul {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
.includes li {
  font-size: 11px;
  color: #56667a;
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
  line-height: 1.35;
}
.includes li:before {
  content: "✓";
  color: var(--green);
  position: absolute;
  left: 0;
  font-weight: 800;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 75px;
  align-items: center;
}
.footer-contact a {
  color: #d2ddef;
  text-decoration: none;
}
.search-section {
  padding: 85px 0;
}
.search-section p,
.save-section p,
.why p {
  color: #778095;
  line-height: 1.65;
  font-size: 14px;
}
.phone-mock {
  width: 225px;
  height: 430px;
  border: 5px solid #111;
  border-radius: 42px;
  margin: auto;
  background: #fff;
  box-shadow: 0 18px 40px rgba(20, 42, 72, 0.14);
  padding: 16px 10px;
  position: relative;
  outline: 3px solid #ff6b30;
}
.phone-speaker {
  width: 80px;
  height: 22px;
  background: #111;
  border-radius: 0 0 15px 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.phone-screen {
  margin-top: 22px;
  border-radius: 24px;
  padding: 18px 12px;
  background: #fff;
  height: calc(100% - 25px);
  box-shadow: inset 0 0 0 1px #e1e5ea;
  color: #233f64;
}
.mini-logo {
  font-size: 9px;
  font-weight: 800;
  color: #ff4a20;
}
.phone-screen h4 {
  font-size: 17px;
  margin: 22px 0 8px;
}
.phone-screen p {
  font-size: 10px;
}
.phone-screen label {
  display: block;
  border: 1px solid #e3e6ea;
  padding: 10px;
  border-radius: 7px;
  margin: 9px 0;
  font-size: 10px;
}
.mini-btn {
  width: 100%;
  background: #ff4a20;
  color: #fff;
  border: 0;
  padding: 11px;
  border-radius: 7px;
  margin-top: 18px;
  font-size: 11px;
}
.save-section {
  padding: 65px 0 95px;
}
.save-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: end;
}
.save-visual {
  height: 250px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 26px;
}
.save-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.save-copy strong {
  font-size: 30px;
  border-bottom: 4px solid var(--orange);
}
.save-copy span {
  font-size: 10px;
}
.save-copy b {
  font-size: 36px;
  line-height: 1;
  margin: 5px;
}
.save-copy small {
  margin-top: 10px;
}
.bar {
  width: 115px;
  border-radius: 8px 8px 0 0;
}
.bar.short {
  height: 55px;
  background: var(--orange);
  display: none;
}
.bar.tall {
  height: 230px;
  background: #e8ddc7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9e927c;
}
.bar.tall small {
  position: absolute;
  bottom: -28px;
  color: #5f6471;
  width: 130px;
  text-align: center;
  font-size: 9px;
}
.why {
  padding: 85px 0;
}
.why-art {
  position: relative;
  min-height: 370px;
}
.why-art img {
  position: absolute;
  width: 60%;
  right: 14%;
  bottom: 0;
  height: 300px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 6px;
  z-index: 2;
}
.torn {
  position: absolute;
  inset: 0 0 20px 15%;
  background: #0a3a72;
  clip-path: polygon(
    5% 6%,
    86% 0,
    100% 10%,
    94% 20%,
    100% 32%,
    96% 44%,
    100% 54%,
    97% 67%,
    100% 76%,
    96% 91%,
    72% 94%,
    55% 100%,
    41% 95%,
    27% 100%,
    19% 92%,
    4% 96%,
    0 70%,
    4% 55%,
    0 38%,
    4% 20%
  );
}
.symbol-r.big {
  z-index: 3;
  left: 21%;
  top: 70%;
  font-size: 48px;
}
.symbol.check {
  z-index: 3;
  right: 3%;
  top: 62%;
  font-size: 64px;
  color: #0a5dad;
}
.reviews-section {
  padding: 80px 0;
}
.reviews-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 42px;
}
.reviews-head h2 {
  font-size: 35px;
  line-height: 1.1;
  margin: 6px 0 10px;
}
.reviews-head p {
  color: #c9d3e5;
}
.muted-light {
  font-size: 13px;
}
.review-slider {
  overflow: hidden;
}
.review-track {
  display: flex;
  gap: 18px;
  transition: transform 0.6s ease;
}
.review-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 235px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.035);
}
.review-card .stars {
  color: #2fd29e;
  letter-spacing: 2px;
}
.review-card h3 {
  font-size: 15px;
  margin: 15px 0 10px;
}
.review-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #c8d3e5;
  min-height: 104px;
}
.review-card strong {
  font-size: 12px;
}
.slider-dots {
  text-align: center;
  margin-top: 25px;
}
.slider-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  margin: 0 4px;
  background: #6e87aa;
  padding: 0;
}
.slider-dots button.active {
  background: #fff;
}
.faq {
  padding: 80px 0 45px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 80px;
}
.faq-grid > div:first-child p {
  color: #b7c6dc;
  max-width: 340px;
  line-height: 1.55;
}
.accordion {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.faq-question {
  width: 100%;
  background: none;
  color: #fff;
  border: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  padding: 19px 0;
  font-weight: 700;
  cursor: pointer;
}
.faq-question b {
  transition: 0.2s;
}
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.25s;
}
.faq-answer > p {
  overflow: hidden;
  margin: 0;
  color: #d1dbea;
  font-size: 13px;
  line-height: 1.6;
}
.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}
.faq-item.open .faq-answer > p {
  padding: 0 0 18px;
}
.faq-item.open .faq-question b {
  transform: rotate(45deg);
}
.footer {
  padding: 40px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
}
.footer-brand {
  margin-bottom: 18px;
}
.footer-small {
  font-size: 11px;
  line-height: 1.6;
  color: #c0cee2;
}
.footer-small a {
  color: #fff;
}
.footer-contact {
  justify-self: end;
  font-size: 11px;
  color: #d2ddef;
}
.cards {
  font-weight: 700;
  letter-spacing: 0.4px;
}
.legal-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 25px;
  padding-top: 18px;
  color: #8ea4c1;
  font-size: 9px;
  line-height: 1.5;
}
.floating-chat {
  position: fixed;
  right: 20px;
  bottom: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  background: var(--orange);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  z-index: 90;
}
@media (max-width: 900px) {
  .hero-grid,
  .two-col,
  .save-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 48px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }
  .check-list.compact {
    display: inline-block;
    text-align: left;
  }
  .hero-art {
    min-height: 330px;
  }
  .steps-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .pricing-grid {
    gap: 38px;
  }
  .search-section .two-col {
    gap: 45px;
  }
  .reverse-mobile > div:first-child {
    order: 2;
  }
  .save-visual {
    margin-top: 20px;
  }
  .why-art {
    min-height: 330px;
  }
  .review-card {
    flex-basis: calc((100% - 18px) / 2);
  }
  .faq-grid {
    gap: 45px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-contact {
    justify-self: start;
  }
}
@media (max-width: 600px) {
  .container,
  .narrow {
    width: min(100% - 26px, 1160px);
  }
  .topbar {
    height: 64px;
  }
  .topbar-inner {
    height: 64px;
  }
  .brand {
    font-size: 16px;
  }
  .topbar .btn {
    padding: 10px 12px;
    font-size: 12px;
  }
  .hero h1 {
    font-size: 37px;
  }
  .hero-art {
    min-height: 280px;
  }
  .photo-one {
    width: 88%;
    right: 0;
  }
  .photo-card img {
    height: 220px;
  }
  .capitol-shape {
    width: 200px;
    height: 100px;
  }
  .steps,
  .pricing,
  .search-section,
  .why,
  .reviews-section,
  .faq {
    padding: 58px 0;
  }
  .steps-grid {
    gap: 28px;
  }
  .steps h2,
  .pricing h2,
  .why h2,
  .search-section h2,
  .save-section h2,
  .faq h2 {
    font-size: 27px;
  }
  .save-section {
    padding: 50px 0 75px;
  }
  .save-visual {
    transform: scale(0.9);
    transform-origin: center;
  }
  .reviews-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .review-card {
    flex-basis: 100%;
  }
  .review-card p {
    min-height: auto;
  }
  .why-art img {
    width: 70%;
    right: 7%;
  }
  .footer {
    padding-top: 35px;
  }
}
