@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

:root {
  --font-body: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-display: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body {
  font-family: var(--font-body);
  font-weight: 500;
}

h1,
h2,
h3,
.hero h1,
.page-hero h1,
.section-head h2,
.dashboard-top h2,
.final-cta h2 {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0.01em;
}

.nav a,
.mobile-panel a,
.actions a,
.btn,
.chip,
.kicker,
.footer-title,
.bottom-cta a,
button,
input,
select,
textarea {
  font-family: var(--font-body);
}

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(29, 124, 255, .38);
  outline-offset: 3px;
}

.ui-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: currentColor;
}

.logo {
  min-width: 0;
}

.header-logo {
  flex: 0 0 auto;
  width: clamp(220px, 22vw, 240px);
}

.header-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 86px;
  object-fit: contain;
}

.nav {
  gap: clamp(14px, 1.4vw, 22px);
}

.nav a {
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 800;
}

.nav-wrap {
  height: 104px;
  gap: clamp(14px, 1.4vw, 22px);
}

.actions > a:not(.btn) {
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.logo-mark.logo-image-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(13, 43, 79, .1);
  box-shadow: 0 8px 24px rgba(13, 43, 79, .1);
}

.logo-mark.logo-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ui-icon-inline {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -3px;
}

.icon .ui-icon {
  width: 24px;
  height: 24px;
}

.auto-icon {
  margin-bottom: 14px;
  background: linear-gradient(135deg, #e9f4ff, #fff3e8);
  color: var(--navy);
}

.chip,
.proof-item,
.check-list li,
.plain-list li,
.white-card {
  align-items: flex-start;
}

.chip .ui-icon,
.proof-item .ui-icon,
.white-card .ui-icon,
.check-list .ui-icon,
.plain-list .ui-icon,
.bottom-cta .ui-icon {
  color: var(--orange);
}

.white-card {
  display: flex;
  gap: 10px;
}

.bg-navy .white-card .ui-icon {
  color: #ffb06f;
}

.bottom-cta a {
  gap: 6px;
}

.bottom-cta a .ui-icon {
  margin-right: 0;
}

.bottom-cta a:last-child .ui-icon {
  color: white;
}

.microcopy {
  margin: 16px 0 0;
  color: rgba(22, 32, 51, .68);
  font-size: 14px;
  font-weight: 700;
}

.hero-premium {
  background:
    radial-gradient(circle at 78% 18%, rgba(29, 124, 255, .12), transparent 28%),
    linear-gradient(180deg, #fbfcf8 0%, #f2f6f1 100%);
}

.hero-premium .hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  gap: 52px;
  padding: clamp(64px, 8vw, 104px) 0;
}

.hero-copy {
  max-width: 680px;
}

.visibility-dashboard {
  border: 1px solid rgba(13, 43, 79, .08);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f7faf5);
  box-shadow: 0 24px 70px rgba(13, 43, 79, .14);
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.visibility-dashboard::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 180px;
  height: 180px;
  background: rgba(255, 122, 26, .12);
  border-radius: 999px;
  transform: translate(54px, -72px);
}

.visual-card {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #edf2f7;
  border: 1px solid rgba(13, 43, 79, .08);
}

.mascot-card {
  background:
    radial-gradient(circle at 50% 28%, rgba(29, 124, 255, .12), transparent 42%),
    linear-gradient(180deg, #fff, #f6f9ff);
  display: grid;
  place-items: center;
  padding: 18px;
}

.mascot-card img {
  display: block;
  width: min(100%, 380px);
  height: auto;
  object-fit: contain;
}

.page-hero .mascot-card {
  margin-bottom: 18px;
}

.page-hero {
  padding: clamp(34px, 4.5vw, 54px) 0 !important;
}

.page-hero .page-grid {
  align-items: start !important;
}

.page-hero .breadcrumb {
  margin-bottom: clamp(18px, 2.5vw, 28px);
}

.page-hero .kicker {
  margin-top: 0;
}

.page-hero .card {
  align-self: start;
}

.restaurant-hero .hero-grid {
  align-items: start;
  padding: clamp(34px, 4.5vw, 54px) 0;
}

.visual-card img,
.project-image img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-image-card {
  margin-bottom: 18px;
}

.mascot-hero-card {
  margin-bottom: 18px;
}

.mascot-hero-card img,
.mascot-wide-visual img,
.mascot-social-visual img,
.mascot-portfolio-image img {
  display: block;
  width: 100%;
  height: auto;
}

.mascot-wide-visual,
.mascot-social-visual {
  box-shadow: 0 18px 48px rgba(13, 43, 79, .1);
}

.mascot-social-visual {
  max-width: 520px;
  justify-self: center;
}

.mascot-portfolio-image {
  margin: -24px -24px 20px;
  border-radius: 8px 8px 0 0;
  background: #fff7e8;
}

.mascot-portfolio-image img {
  aspect-ratio: 1;
  object-fit: cover;
}

.dashboard-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.dashboard-top h2 {
  margin: 12px 0 0;
  font-size: 28px;
  line-height: 1.12;
}

.score-circle {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 86px;
  height: 86px;
  border-radius: 999px;
  background: conic-gradient(var(--orange) 82%, #e7ece4 0);
  color: var(--navy);
  font-size: 28px;
  font-weight: 900;
  box-shadow: inset 0 0 0 10px white;
}

.dashboard-meter {
  height: 12px;
  margin: 24px 0;
  background: #e7ece4;
  border-radius: 999px;
  overflow: hidden;
}

.dashboard-meter span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--electric));
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.dashboard-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  padding: 12px;
  font-size: 14px;
  font-weight: 800;
  color: rgba(22, 32, 51, .82);
}

.dashboard-item span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 122, 26, .12);
}

.dashboard-note {
  margin-top: 16px;
  border-radius: 10px;
  background: #102d50;
  color: white;
  padding: 14px;
  font-weight: 800;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.service-card:hover,
.tool-card:hover,
.project-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 46px rgba(22, 32, 51, .12);
  border-color: rgba(29, 124, 255, .26);
}

.service-card .link,
.tool-card .link {
  margin-top: auto;
}

.service-detail {
  border-left: 3px solid var(--orange);
  padding-left: 12px;
}

.service-result {
  border-radius: 10px;
  background: #edf6ff;
  padding: 14px;
  color: #14365d !important;
  font-weight: 700;
}

.internal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.internal-strip a {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--mist);
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
}

.tools-highlight {
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}

.tool-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.free-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  border-radius: 999px;
  background: rgba(255, 122, 26, .12);
  color: #b64b00;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 900;
}

.duration {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin: 6px 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
  color: var(--navy);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 4%;
  right: 4%;
  height: 2px;
  background: var(--line);
}

.timeline-step {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  padding: 22px;
  box-shadow: 0 12px 34px rgba(22, 32, 51, .08);
}

.timeline-step h3 {
  margin: 16px 0 10px;
}

.deliverable {
  border-radius: 10px;
  background: var(--mist);
  padding: 12px;
  color: var(--navy) !important;
}

.project-card {
  overflow: hidden;
}

.project-image {
  margin: -24px -24px 20px;
  overflow: hidden;
  background: #edf2f7;
}

.project-image img {
  aspect-ratio: 1200 / 760;
  object-fit: cover;
}

.project-visual {
  border-radius: 12px;
  background: linear-gradient(135deg, #0d2b4f, #1d7cff 72%, #ff7a1a);
  padding: 16px;
  margin-bottom: 18px;
  color: white;
}

.mini-browser {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}

.mini-browser span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .65);
}

.mini-layout {
  border-radius: 10px;
  background: rgba(255, 255, 255, .14);
  padding: 18px;
  display: grid;
  gap: 12px;
}

.mini-layout em {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .6);
}

.mini-layout button {
  justify-self: start;
  border: 0;
  border-radius: 8px;
  background: white;
  color: var(--navy);
  padding: 9px 14px;
  font-weight: 900;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.tag-row span {
  border-radius: 999px;
  background: var(--mist);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
  color: var(--navy);
}

.choice-box {
  border: 1px solid rgba(255, 122, 26, .24);
  border-radius: 14px;
  background: #fff8f0;
  padding: 24px;
}

.choice-box h3 {
  margin-top: 0;
}

.pricing-featured {
  transform: translateY(-10px);
}

.testimonial-card {
  display: flex;
  flex-direction: column;
}

.testimonial-card small {
  color: rgba(22, 32, 51, .64);
}

.final-form-cta {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.final-form-cta .btn-secondary {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .22);
  color: white;
}

.mini-form {
  display: grid;
  gap: 14px;
  border-radius: 12px;
  background: white;
  color: var(--ink);
  padding: 22px;
}

.mini-form textarea {
  min-height: 104px;
}

.form-message {
  min-height: 20px;
  margin: 0;
  color: var(--navy);
  font-weight: 800;
}

.footer p {
  margin-top: 0;
}

.footer-logo {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  border-radius: 8px;
}

.footer-logo img {
  display: block;
  width: min(238px, 100%);
  height: auto;
  object-fit: contain;
}

.footer a:hover {
  text-decoration: underline;
}

@media (max-width: 1020px) {
  .hero-premium .hero-grid {
    grid-template-columns: 1fr;
  }

  .visibility-dashboard {
    max-width: 640px;
  }

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

  .timeline::before {
    display: none;
  }

  .final-form-cta {
    grid-template-columns: 1fr;
  }

  .pricing-featured {
    transform: none;
  }
}

@media (max-width: 700px) {
  .hero-premium .hero-grid {
    padding: 48px 0;
    gap: 32px;
  }

  .hero-copy .cta-row {
    margin-top: 22px;
  }

  .chips {
    margin-top: 22px;
  }

  .visibility-dashboard {
    padding: 18px;
    border-radius: 14px;
  }

  .dashboard-top {
    align-items: flex-start;
  }

  .dashboard-top h2 {
    font-size: 23px;
  }

  .score-circle {
    width: 72px;
    height: 72px;
    font-size: 23px;
    box-shadow: inset 0 0 0 8px white;
  }

  .dashboard-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .dashboard-item {
    min-height: 48px;
  }

  .internal-strip {
    display: grid;
  }

  .timeline-step {
    padding: 20px;
  }

  .final-form-cta .cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .proof-grid {
    gap: 10px;
  }

  .proof-item {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    padding: 12px;
  }

  .bottom-cta a {
    min-height: 48px;
  }

  .mobile-panel a {
    min-height: 48px;
  }

  .footer {
    padding-bottom: 86px;
  }
}

@media (min-width: 701px) and (max-width: 820px) {
  body {
    padding-bottom: 70px;
  }

  .bottom-cta {
    display: grid;
  }

  .bottom-cta a {
    min-height: 48px;
  }

  .footer {
    padding-bottom: 86px;
  }
}
