:root {
  --ink: #07184a;
  --royal: #0038b8;
}

/* Homepage mobile refinements */
@media (max-width: 640px) {
  .hero .mt-8.flex.flex-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: .42rem;
    width: 100%;
  }

  .hero .check {
    gap: .25rem;
    white-space: nowrap;
    font-size: clamp(.58rem, 2.75vw, .72rem);
  }

  .hero .check::before {
    width: .78rem;
    height: .78rem;
    flex: 0 0 .78rem;
    font-size: .5rem;
  }

  .mobile-website-samples {
    display: block !important;
    margin: 1.2rem -1.2rem 0;
    overflow: hidden;
  }

  .mobile-website-samples img {
    width: 118%;
    max-width: none;
    transform: translateX(-6%);
    filter: drop-shadow(0 18px 30px rgba(7, 24, 74, .14));
  }

  .website-panel .website-strip {
    display: none !important;
  }

  .video-band {
    gap: 1.35rem;
    padding: 1.2rem;
  }

  .youtube-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
}

/* Customer logo final sizing */
.customer-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.customer-logo-grid div,
.logo-row .customer-logo-grid div {
  display: grid;
  min-height: 96px;
  place-items: center;
  gap: 8px;
  margin-top: 0;
  border: 1px solid rgba(7, 24, 74, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  padding: 14px;
  box-shadow: 0 14px 30px rgba(7, 24, 74, .05);
}

.customer-logo-grid img {
  display: block;
  width: 100%;
  max-width: 150px;
  max-height: 46px;
  object-fit: contain;
}

.customer-logo-grid div:nth-child(1) img,
.customer-logo-grid div:nth-child(3) img,
.customer-logo-grid div:nth-child(6) img {
  max-width: 170px;
  max-height: 54px;
}

.customer-logo-grid span,
.logo-row .customer-logo-grid span {
  margin: 0;
  display: block;
  font-family: Inter, sans-serif;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(7, 24, 74, .58);
}

.logo-row .customer-logo-grid {
  margin-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .trust-band .customer-logo-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero .hero-bg-photo {
    object-position: 28% center !important;
    opacity: .48 !important;
  }

  .customer-logo-grid,
  .logo-row .customer-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .customer-logo-grid div,
  .logo-row .customer-logo-grid div {
    min-height: 86px;
    padding: 10px;
  }

  .customer-logo-grid img {
    max-width: 126px;
    max-height: 42px;
  }

  .customer-logo-grid div:nth-child(1) img,
  .customer-logo-grid div:nth-child(3) img,
  .customer-logo-grid div:nth-child(6) img {
    max-width: 136px;
    max-height: 46px;
  }

  .customer-logo-grid span,
  .logo-row .customer-logo-grid span {
    font-size: .52rem;
  }
}

/* Mobile hero device/media layouts */
.mobile-device-showcase,
.web-mobile-hero-media {
  display: none;
}

@media (max-width: 640px) {
  .mobile-device-showcase {
    position: relative;
    display: block;
    width: min(100%, 22.5rem);
    height: 14.6rem;
    margin: 1.55rem auto .35rem;
  }

  .mobile-device-tablet,
  .mobile-device-phone {
    position: absolute;
    overflow: hidden;
    border: 5px solid #0b0f19;
    background: #fff;
    box-shadow: 0 22px 48px rgba(7, 24, 74, .18);
  }

  .mobile-device-tablet {
    left: 0;
    bottom: 1.1rem;
    width: 82%;
    aspect-ratio: 4 / 2.8;
    border-radius: .82rem;
  }

  .mobile-device-phone {
    right: .25rem;
    bottom: 0;
    z-index: 2;
    width: 29%;
    aspect-ratio: 9 / 17.4;
    border-width: 4px;
    border-radius: 1rem;
  }

  .mobile-device-tablet img,
  .mobile-device-phone img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mobile-home-devices .mobile-device-tablet img {
    object-fit: cover;
    object-position: center top;
  }

  .mobile-home-devices .mobile-device-phone img {
    object-fit: cover;
    object-position: center center;
  }

  .mobile-features-devices .mobile-device-tablet img {
    object-fit: contain;
    object-position: center center;
    background: #fff;
  }

  .mobile-features-devices .mobile-device-phone img {
    object-fit: cover;
    object-position: center top;
  }

  .hero p,
  .features-hero p {
    margin-top: 1.25rem !important;
  }

  .web-hero h1 {
    max-width: 20rem;
    font-size: clamp(2rem, 8.4vw, 2.55rem) !important;
    line-height: 1.05 !important;
  }

  .web-mobile-hero-media {
    display: block;
    width: 100%;
    margin: 1.35rem 0 .35rem;
    overflow: hidden;
    border: 1px solid rgba(7, 24, 74, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(7, 24, 74, .09);
  }

  .web-mobile-hero-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9.2;
    object-fit: cover;
    object-position: 62% center;
  }

  .web-hero > .mx-auto > .web-hero-media {
    display: none !important;
  }

  .web-hero p {
    margin-top: 1.2rem !important;
  }
}
/* Homepage mobile refinements - absolute final override */
@media (max-width: 640px) {
  .hero .mt-8.flex.flex-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: .42rem;
    width: 100%;
  }

  .hero .check {
    gap: .25rem;
    white-space: nowrap;
    font-size: clamp(.58rem, 2.75vw, .72rem);
  }

  .hero .check::before {
    width: .78rem;
    height: .78rem;
    flex: 0 0 .78rem;
    font-size: .5rem;
  }

  .mobile-website-samples {
    display: block !important;
    margin: 1.2rem -1.2rem 0;
    overflow: hidden;
  }

  .mobile-website-samples img {
    width: 118%;
    max-width: none;
    transform: translateX(-6%);
    filter: drop-shadow(0 18px 30px rgba(7, 24, 74, .14));
  }

  .website-panel .website-strip {
    display: none !important;
  }

  .video-band {
    gap: 1.35rem;
    padding: 1.2rem;
  }

  .youtube-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
}

/* Final mobile overrides */
@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }

  body > header nav {
    height: 72px;
    padding-inline: 18px;
  }

  .brand-logo {
    min-width: 0;
    transform: translateY(4px);
  }

  .wordmark {
    font-size: 1.78rem;
    letter-spacing: .2em;
  }

  .wordmark::after {
    width: .3rem;
    height: .3rem;
    margin-top: .54rem;
  }

  .brand-subtitle {
    margin-top: .18rem;
    font-size: .68rem;
  }

  .hero,
  .features-hero,
  .contact-hero,
  .company-hero,
  .reseller-hero,
  .demo-hero,
  .legal-page {
    background:
      radial-gradient(circle at 90% 4%, rgba(0, 56, 184, .08), transparent 34%),
      linear-gradient(180deg, #fff, #f7faff 100%) !important;
  }

  .hero > .absolute.inset-0,
  .features-hero > .absolute.inset-0 {
    z-index: 0 !important;
  }

  .hero > .mx-auto,
  .features-hero > .mx-auto {
    position: relative;
    z-index: 1;
  }

  .hero .mx-auto,
  .features-hero .mx-auto,
  .contact-hero .mx-auto,
  .company-hero .mx-auto,
  .reseller-hero .mx-auto {
    min-height: 0 !important;
    padding-top: 2.2rem;
    padding-bottom: 2.7rem;
  }

  .hero-bg-photo {
    width: 100%;
    transform: none;
    object-position: 74% top;
    opacity: .78;
    filter: saturate(1.04) contrast(1.03);
  }

  .hero-wash,
  .features-hero-wash {
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 48%, rgba(255,255,255,.38) 100%),
      linear-gradient(180deg, rgba(255,255,255,.18), rgba(247,250,255,.72) 100%) !important;
  }

  .features-hero-bg {
    opacity: .42;
    transform: none;
    object-position: 72% top;
  }

  .mobile-hero-card {
    display: none !important;
  }

  .contact-hero-img,
  .company-hero-img,
  .reseller-visual,
  .web-hero-media {
    display: block !important;
  }

  .hero h1,
  .contact-hero h1,
  .company-hero h1,
  .reseller-hero h1,
  .demo-hero h1,
  .features-hero-title,
  .legal-hero h1 {
    max-width: 19.5rem;
    font-size: clamp(2.18rem, 10vw, 2.85rem) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
  }

  .reseller-hero h1,
  .company-hero h1,
  .features-hero-title {
    font-size: clamp(2.03rem, 9vw, 2.58rem) !important;
  }

  .legal-hero h1 {
    font-size: clamp(2.35rem, 10.8vw, 3rem) !important;
  }

  .hero p,
  .features-hero p,
  .contact-hero p,
  .company-hero p,
  .reseller-hero p,
  .demo-hero p,
  .legal-hero p {
    max-width: 20.5rem;
    font-size: 1rem !important;
    line-height: 1.68 !important;
  }

  .hero .btn-primary,
  .hero .btn-secondary,
  .features-hero .btn-primary,
  .features-hero .btn-secondary,
  .reseller-hero .btn-primary,
  .reseller-hero .btn-secondary,
  .company-final-cta .btn-light,
  .company-final-cta .btn-outline-light {
    width: 100%;
    min-height: 52px;
  }

  .trust-band {
    padding-block: 1.55rem;
  }

  .trust-band p {
    font-size: .72rem;
    line-height: 1.55;
    letter-spacing: .1em;
  }

  .brand {
    font-size: 1.05rem;
  }

  .customer-logo-grid,
  .logo-row .customer-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .customer-logo-grid div {
    min-height: 86px;
    padding: 10px;
  }

  .customer-logo-grid img {
    max-width: 126px;
    max-height: 42px;
  }

  .customer-logo-grid div:nth-child(1) img,
  .customer-logo-grid div:nth-child(3) img,
  .customer-logo-grid div:nth-child(6) img {
    max-width: 136px;
    max-height: 46px;
  }

  .customer-logo-grid span {
    font-size: .52rem;
  }

  .feature-section {
    padding-top: 2.4rem;
    padding-bottom: 2.6rem;
  }

  .feature-section .mb-9 {
    margin-bottom: 1.35rem;
  }

  .feature-section h2 {
    font-size: 1.78rem;
    line-height: 1.16;
  }

  .feature-grid {
    gap: .9rem;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .feature-card,
  .feature-card:last-child {
    min-height: auto;
    border: 1px solid rgba(7, 24, 74, .1);
    border-radius: 8px;
    padding: 1.35rem 1.25rem;
    background: #fff;
    text-align: center;
    box-shadow: 0 14px 34px rgba(7, 24, 74, .06);
  }

  .feature-card > svg {
    margin-inline: auto;
    width: 2.35rem;
    height: 2.35rem;
  }

  .feature-card h2 {
    margin-top: .85rem;
    font-size: 1.05rem;
  }

  .feature-card p {
    max-width: none;
    margin-inline: auto;
    font-size: .9rem;
    line-height: 1.62;
  }

  .feature-card a {
    justify-content: center;
  }

  .website-heading {
    max-width: none;
    font-size: 1.82rem;
  }

  .website-heading span {
    white-space: normal;
  }

  .website-strip {
    min-height: 235px;
    padding: 1rem;
  }

  .website-samples-img {
    width: 118%;
    transform: none;
  }

  .web-price-panel,
  .update-panel,
  .mobile-web-panel,
  .soft-cta,
  .price-card,
  .why-price-card,
  .switch-panel,
  .contact-form-card,
  .demo-form-card,
  .contact-methods,
  .world-card,
  .faq-card,
  .contact-cta-card,
  .country-strip,
  .company-message-card,
  .company-story-card,
  .profile-card,
  .company-belief-panel,
  .reseller-card,
  .commission-panel,
  .legal-hero,
  .legal-card,
  .legal-toc {
    padding: 1.35rem;
  }

  .mini-proof {
    grid-template-columns: 46px 1fr;
    gap: 2px 13px;
  }

  .mini-proof svg {
    width: 46px;
    height: 46px;
    padding: 12px;
  }

  .contact-methods article,
  .belief-list article,
  .company-values-grid article,
  .reseller-grid article {
    grid-template-columns: 48px 1fr;
    gap: 8px 14px;
  }

  .contact-methods article > svg,
  .belief-list svg,
  .company-values-grid svg,
  .reseller-grid svg {
    width: 42px;
    height: 42px;
    padding: 10px;
  }

  .company-belief-panel h2,
  .company-story-card h2,
  .profile-card h2,
  .company-final-cta h2,
  .reseller-card h2,
  .commission-panel h2,
  .contact-form-card h2,
  .demo-form-card h2,
  .world-card h2,
  .faq-card h2,
  .contact-cta-card h2,
  .demo-contact-panel h2 {
    font-size: clamp(1.65rem, 8vw, 2.05rem);
    line-height: 1.12;
  }

  .world-map-inline {
    height: 145px;
    margin-block: 18px;
  }

  .legal-card section + section {
    margin-top: 30px;
    padding-top: 30px;
  }

  .legal-card p {
    font-size: .94rem;
    line-height: 1.82;
  }

  .hero .mt-8.flex.flex-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: .42rem;
    width: 100%;
  }

  .hero .check {
    gap: .25rem;
    white-space: nowrap;
    font-size: clamp(.58rem, 2.75vw, .72rem);
  }

  .hero .check::before {
    width: .78rem;
    height: .78rem;
    flex: 0 0 .78rem;
    font-size: .5rem;
  }

  .mobile-website-samples {
    display: block;
    margin: 1.2rem -1.2rem 0;
    overflow: hidden;
  }

  .mobile-website-samples img {
    width: 118%;
    max-width: none;
    transform: translateX(-6%);
    filter: drop-shadow(0 18px 30px rgba(7, 24, 74, .14));
  }

  .website-panel .website-strip {
    display: none;
  }

  .video-band {
    gap: 1.35rem;
    padding: 1.2rem;
  }

  .youtube-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
}

/* Mobile polish pass */
@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }

  body > header nav {
    height: 72px;
    padding-inline: 18px;
  }

  .brand-logo {
    min-width: 0;
    transform: translateY(4px);
  }

  .wordmark {
    font-size: 1.78rem;
    letter-spacing: .2em;
  }

  .wordmark::after {
    width: .3rem;
    height: .3rem;
    margin-top: .54rem;
  }

  .brand-subtitle {
    margin-top: .18rem;
    font-size: .68rem;
  }

  .hero,
  .features-hero,
  .contact-hero,
  .company-hero,
  .reseller-hero,
  .demo-hero,
  .legal-page {
    background:
      radial-gradient(circle at 90% 4%, rgba(0, 56, 184, .08), transparent 34%),
      linear-gradient(180deg, #fff, #f7faff 100%);
  }

  .hero .mx-auto,
  .features-hero .mx-auto,
  .contact-hero .mx-auto,
  .company-hero .mx-auto,
  .reseller-hero .mx-auto {
    min-height: 0;
    padding-top: 2.2rem;
    padding-bottom: 2.7rem;
  }

  .hero-bg-photo {
    width: 100%;
    transform: none;
    object-position: 74% top;
    opacity: .48;
    filter: saturate(1.04) contrast(1.03);
  }

  .hero-wash,
  .features-hero-wash {
    background:
      linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.9)),
      linear-gradient(180deg, rgba(255,255,255,.5), #f7faff);
  }

  .features-hero-bg {
    opacity: .42;
    transform: none;
    object-position: 72% top;
  }

  .mobile-hero-card {
    display: none !important;
  }

  .contact-hero-img,
  .company-hero-img,
  .reseller-visual,
  .web-hero-media {
    display: block !important;
  }

  .hero h1,
  .contact-hero h1,
  .company-hero h1,
  .reseller-hero h1,
  .demo-hero h1,
  .features-hero-title,
  .legal-hero h1 {
    max-width: 19.5rem;
    font-size: clamp(2.18rem, 10vw, 2.85rem) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
  }

  .reseller-hero h1,
  .company-hero h1,
  .features-hero-title {
    font-size: clamp(2.03rem, 9vw, 2.58rem) !important;
  }

  .legal-hero h1 {
    font-size: clamp(2.35rem, 10.8vw, 3rem) !important;
  }

  .hero p,
  .features-hero p,
  .contact-hero p,
  .company-hero p,
  .reseller-hero p,
  .demo-hero p,
  .legal-hero p {
    max-width: 20.5rem;
    font-size: 1rem !important;
    line-height: 1.68 !important;
  }

  .hero .btn-primary,
  .hero .btn-secondary,
  .features-hero .btn-primary,
  .features-hero .btn-secondary,
  .reseller-hero .btn-primary,
  .reseller-hero .btn-secondary,
  .company-final-cta .btn-light,
  .company-final-cta .btn-outline-light {
    width: 100%;
    min-height: 52px;
  }

  .hero .check {
    font-size: .82rem;
  }

  .trust-band {
    padding-block: 1.55rem;
  }

  .trust-band p {
    font-size: .72rem;
    line-height: 1.55;
    letter-spacing: .1em;
  }

  .brand {
    font-size: 1.05rem;
  }

  .feature-section {
    padding-top: 2.4rem;
    padding-bottom: 2.6rem;
  }

  .feature-section .mb-9 {
    margin-bottom: 1.35rem;
  }

  .feature-section h2 {
    font-size: 1.78rem;
    line-height: 1.16;
  }

  .feature-grid {
    gap: .9rem;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .feature-card,
  .feature-card:last-child {
    min-height: auto;
    border: 1px solid rgba(7, 24, 74, .1);
    border-radius: 8px;
    padding: 1.35rem 1.25rem;
    background: #fff;
    text-align: center;
    box-shadow: 0 14px 34px rgba(7, 24, 74, .06);
  }

  .feature-card > svg {
    margin-inline: auto;
    width: 2.35rem;
    height: 2.35rem;
  }

  .feature-card h2 {
    margin-top: .85rem;
    font-size: 1.05rem;
  }

  .feature-card p {
    max-width: none;
    margin-inline: auto;
    font-size: .9rem;
    line-height: 1.62;
  }

  .feature-card a {
    justify-content: center;
  }

  .website-panel {
    border-radius: 8px;
  }

  .website-panel .p-8,
  .website-panel .sm\:p-12 {
    padding: 1.55rem !important;
  }

  .website-heading {
    max-width: none;
    font-size: 1.82rem;
  }

  .website-heading span {
    white-space: normal;
  }

  .website-strip {
    min-height: 235px;
    padding: 1rem;
  }

  .website-samples-img {
    width: 118%;
    transform: none;
  }

  .web-price-panel,
  .update-panel,
  .mobile-web-panel,
  .soft-cta,
  .price-card,
  .why-price-card,
  .switch-panel,
  .contact-form-card,
  .demo-form-card,
  .contact-methods,
  .world-card,
  .faq-card,
  .contact-cta-card,
  .country-strip,
  .company-message-card,
  .company-story-card,
  .profile-card,
  .company-belief-panel,
  .reseller-card,
  .commission-panel,
  .legal-hero,
  .legal-card,
  .legal-toc {
    padding: 1.35rem;
  }

  .detail-card,
  .web-service-strip,
  .reason-strip,
  .pricing-promise,
  .pricing-card-grid,
  .switch-panel,
  .demo-contact-panel,
  .company-values-grid article,
  .reseller-grid article {
    border-radius: 8px;
  }

  .mini-proof {
    grid-template-columns: 46px 1fr;
    gap: 2px 13px;
  }

  .mini-proof svg {
    width: 46px;
    height: 46px;
    padding: 12px;
  }

  .contact-methods article,
  .belief-list article,
  .company-values-grid article,
  .reseller-grid article {
    grid-template-columns: 48px 1fr;
    gap: 8px 14px;
  }

  .contact-methods article > svg,
  .belief-list svg,
  .company-values-grid svg,
  .reseller-grid svg {
    width: 42px;
    height: 42px;
    padding: 10px;
  }

  .company-belief-panel h2,
  .company-story-card h2,
  .profile-card h2,
  .company-final-cta h2,
  .reseller-card h2,
  .commission-panel h2,
  .contact-form-card h2,
  .demo-form-card h2,
  .world-card h2,
  .faq-card h2,
  .contact-cta-card h2,
  .demo-contact-panel h2 {
    font-size: clamp(1.65rem, 8vw, 2.05rem);
    line-height: 1.12;
  }

  .contact-cta-card img,
  .demo-contact-panel > img,
  .founder-card img {
    max-height: 230px;
    object-fit: cover;
  }

  .world-map-inline {
    height: 145px;
    margin-block: 18px;
  }

  .legal-card section + section {
    margin-top: 30px;
    padding-top: 30px;
  }

  .legal-card p {
    font-size: .94rem;
    line-height: 1.82;
  }
}

/* Homepage mobile refinements - final override */
@media (max-width: 640px) {
  .hero .mt-8.flex.flex-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: .42rem;
    width: 100%;
  }

  .hero .check {
    gap: .25rem;
    white-space: nowrap;
    font-size: clamp(.58rem, 2.75vw, .72rem);
  }

  .hero .check::before {
    width: .78rem;
    height: .78rem;
    flex: 0 0 .78rem;
    font-size: .5rem;
  }

  .mobile-website-samples {
    display: block !important;
    margin: 1.2rem -1.2rem 0;
    overflow: hidden;
  }

  .mobile-website-samples img {
    width: 118%;
    max-width: none;
    transform: translateX(-6%);
    filter: drop-shadow(0 18px 30px rgba(7, 24, 74, .14));
  }

  .website-panel .website-strip {
    display: none !important;
  }

  .video-band {
    gap: 1.35rem;
    padding: 1.2rem;
  }

  .youtube-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
}

body > header {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 1px 0 rgba(7, 24, 74, .06), 0 14px 30px rgba(7, 24, 74, .04);
}

.nav-link {
  position: relative;
  color: var(--ink);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--royal);
  transition: transform .22s ease;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.nav-active::after {
  transform: scaleX(1);
}

.btn-primary,
.btn-secondary,
.btn-light,
.btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  border-radius: .38rem;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn-primary {
  background: linear-gradient(180deg, #053ec4, #002c98);
  color: #fff;
  box-shadow: 0 14px 26px rgba(0, 56, 184, .24);
}

.btn-secondary {
  border: 1px solid rgba(0, 56, 184, .55);
  color: var(--royal);
  background: rgba(255, 255, 255, .75);
}

.btn-light {
  background: #fff;
  color: var(--royal);
}

.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, .55);
  color: #fff;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-light:hover,
.btn-outline-light:hover {
  transform: translateY(-2px);
}

.check {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.check::before {
  content: "\2713";
  display: grid;
  width: 1.1rem;
  height: 1.1rem;
  place-items: center;
  border-radius: 999px;
  background: var(--royal);
  color: #fff;
  font-size: .72rem;
}

.check-white::before {
  background: #fff;
  color: var(--royal);
}

.hero {
  background-color: #f7faff;
  isolation: isolate;
}

.brand-logo {
  min-width: 12.5rem;
  transform: translateY(6px);
}

.brand-subtitle {
  margin-top: .25rem;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: 2.05rem;
  font-weight: 650;
  letter-spacing: .22em;
  line-height: .9;
  text-transform: uppercase;
}

.wordmark::after {
  content: "";
  width: .36rem;
  height: .36rem;
  margin-left: .18rem;
  margin-top: .65rem;
  border-radius: 999px;
  background: #00a4d8;
}

.wordmark-footer {
  color: #fff;
}

.wordmark-footer::after {
  background: #65d6ff;
}

.social-icons {
  display: flex;
  gap: 14px;
}

.social-dot {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.hero-bg-photo {
  width: 130%;
  max-width: none;
  object-position: right center;
  filter: saturate(1.04) contrast(1.02);
  transform: translate(112px, 28px) scale(.92);
  transform-origin: right center;
}

.hero-wash {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 34%, rgba(255, 255, 255, .76) 47%, rgba(255, 255, 255, .18) 62%, rgba(255, 255, 255, 0) 84%),
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .03) 48%, rgba(247, 250, 255, .52) 100%);
}

.hero-owner-photo {
  position: absolute;
  right: -1rem;
  top: .3rem;
  z-index: 0;
  width: min(700px, 106%);
  height: 430px;
  object-fit: cover;
  object-position: 90% center;
  border-radius: .75rem;
  filter: drop-shadow(0 30px 58px rgba(7, 24, 74, .13));
}

.mobile-hero-card {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: .55rem;
  box-shadow: 0 24px 50px rgba(7, 24, 74, .14);
}

.mobile-hero-card img {
  object-position: center center;
}

.dashboard-mock,
.phone-mock {
  border: 8px solid #0b0f19;
  border-radius: 1.3rem;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 32px 80px rgba(7, 24, 74, .2);
  overflow: hidden;
}

.hero-visual .dashboard-mock {
  left: -2.15rem;
  top: 15.85rem;
  z-index: 2;
  width: 475px;
  height: 356px;
  border-width: 7px;
  border-radius: 1.15rem;
}

.hero-visual .phone-mock {
  right: 6.2rem;
  bottom: -4.6rem;
  z-index: 3;
  width: 146px;
  height: 296px;
  border-width: 7px;
}

.hero-visual .dashboard-mock > .grid {
  grid-template-columns: 86px 1fr 102px;
  gap: .7rem;
  padding: .85rem;
}

.hero-visual .dashboard-mock aside {
  font-size: .58rem;
}

.hero-visual .dashboard-mock .schedule-grid {
  gap: .48rem;
}

.hero-visual .dashboard-mock .schedule-grid span {
  min-height: 3rem;
  padding: .42rem;
  font-size: .56rem;
}

.hero-visual .dashboard-mock button {
  border-radius: .35rem;
  font-size: .62rem;
}

.mock-top {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid rgba(7, 24, 74, .12);
  padding: .72rem 1.1rem;
  font-size: .68rem;
  font-weight: 800;
}

.logo-mini {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 1rem;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.schedule-grid span {
  min-height: 4.2rem;
  border-radius: .3rem;
  padding: .7rem;
  background: #dff0ff;
  font-size: .72rem;
  font-weight: 700;
}

.schedule-grid span:nth-child(2),
.schedule-grid span:nth-child(5) {
  background: #ffe5c1;
}

.schedule-grid span:nth-child(3),
.schedule-grid span:nth-child(6) {
  background: #dff0d4;
}

.dashboard-mock button {
  aspect-ratio: 1;
  border-radius: .42rem;
  background: #f3f5f9;
  font-size: .74rem;
  font-weight: 800;
}

.dashboard-mock button.ok {
  background: #d9efcf;
}

.dashboard-mock button.hot {
  background: #ffd3a3;
}

.phone-mock {
  padding: .62rem;
}

.phone-bar {
  width: 3.8rem;
  height: .28rem;
  margin: 0 auto .55rem;
  border-radius: 999px;
  background: #0b0f19;
}

.phone-mock h3 {
  font-size: .78rem;
  font-weight: 900;
}

.phone-mock dl {
  margin-top: .5rem;
  display: grid;
  gap: .29rem;
  font-size: .54rem;
}

.phone-mock dt {
  color: rgba(7, 24, 74, .55);
  font-weight: 800;
}

.phone-mock dd {
  margin: -.28rem 0 0;
  border-bottom: 1px solid rgba(7, 24, 74, .12);
  padding-bottom: .25rem;
  font-weight: 800;
}

.phone-mock button {
  margin-top: .42rem;
  width: 100%;
  border-radius: .35rem;
  background: var(--ink);
  padding: .44rem .3rem;
  color: #fff;
  font-size: .52rem;
  font-weight: 800;
}

.device-screen {
  padding: 0;
  background: #fff;
}

.device-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual .tablet-screen {
  width: 520px;
  height: 354px;
  border-width: 8px;
  border-radius: 1.2rem;
}

.hero-visual .tablet-screen img {
  object-position: center top;
}

.hero-visual .phone-screen {
  width: 150px;
  height: 292px;
  border-width: 7px;
  border-radius: 1.55rem;
}

.hero-visual .phone-screen img {
  object-fit: cover;
  object-position: center center;
}

.currency-estimates {
  margin-top: .85rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem;
}

.currency-estimates span {
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: .5rem;
  background: rgba(0, 72, 255, .045);
  padding: .48rem .62rem;
  color: rgba(7, 24, 74, .72);
  font-size: .78rem;
  font-weight: 850;
}

.currency-estimates-dark span {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .86);
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  letter-spacing: .18em;
}

.brand span {
  margin-top: .35rem;
  display: block;
  font-family: Inter, sans-serif;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .75;
}

.customer-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.customer-logo-grid div {
  display: grid;
  min-height: 96px;
  place-items: center;
  gap: 8px;
  border: 1px solid rgba(7, 24, 74, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  padding: 14px;
  box-shadow: 0 14px 30px rgba(7, 24, 74, .05);
}

.customer-logo-grid img {
  display: block;
  width: 100%;
  max-width: 150px;
  max-height: 46px;
  object-fit: contain;
}

.customer-logo-grid div:nth-child(1) img,
.customer-logo-grid div:nth-child(3) img,
.customer-logo-grid div:nth-child(6) img {
  max-width: 170px;
  max-height: 54px;
}

.customer-logo-grid span {
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(7, 24, 74, .58);
}

.customer-logo-grid.compact {
  margin-top: 28px;
}

.logo-row .customer-logo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coming-soon-card {
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(245,248,255,.94)),
    radial-gradient(circle at 90% 10%, rgba(0,56,184,.1), transparent 36%);
  padding: clamp(34px, 6vw, 72px);
  box-shadow: 0 24px 70px rgba(7, 24, 74, .1);
}

.coming-soon-card h1 {
  margin-top: 14px;
  font-size: clamp(2.5rem, 6vw, 4.7rem);
  line-height: 1;
  font-weight: 900;
}

.coming-soon-card p:not(.eyebrow) {
  margin: 20px auto 0;
  max-width: 660px;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.75;
  color: rgba(7, 24, 74, .72);
}

.trust-band {
  box-shadow: inset 0 18px 32px rgba(255, 255, 255, .8);
}

.feature-section {
  position: relative;
}

.feature-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(7, 24, 74, .14), transparent);
}

.feature-grid {
  overflow: hidden;
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: .55rem;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 20px 54px rgba(7, 24, 74, .06);
}

.feature-card {
  min-height: 14.2rem;
  border-right: 1px solid rgba(7, 24, 74, .1);
  border-bottom: 1px solid rgba(7, 24, 74, .1);
  padding: 1.65rem 1.75rem 1.45rem;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.feature-card:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, rgba(246, 250, 255, .92), rgba(255, 255, 255, .88));
  box-shadow: 0 16px 34px rgba(7, 24, 74, .07);
}

.feature-card:last-child {
  border-right: 1px solid rgba(7, 24, 74, .1);
}

.feature-card > svg {
  width: 2.65rem;
  height: 2.65rem;
  stroke-width: 1.5;
  color: var(--royal);
}

.feature-card h2 {
  margin-top: 1rem;
  font-size: 1.08rem;
  font-weight: 900;
}

.feature-card p {
  margin-top: .58rem;
  max-width: 19rem;
  color: rgba(7, 24, 74, .72);
  font-weight: 650;
  line-height: 1.52;
  font-size: .92rem;
}

.feature-card a {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--royal);
  font-weight: 900;
}

.feature-card a svg {
  width: 1rem;
}

.website-strip {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 60% 40%, rgba(212, 229, 255, .95), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, rgba(255, 255, 255, .76), rgba(230, 239, 255, .95));
}

.website-panel {
  background:
    linear-gradient(120deg, #eef5ff 0%, #f7fbff 44%, #eef5ff 100%);
  position: relative;
}

.website-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.website-heading {
  max-width: 28rem;
  font-size: clamp(1.95rem, 2.25vw, 2.38rem);
  letter-spacing: 0;
}

.website-heading span {
  display: block;
  white-space: nowrap;
}

.website-samples-img {
  width: min(112%, 880px);
  max-height: 400px;
  object-fit: contain;
  transform: translateX(.5rem);
  filter: drop-shadow(0 25px 38px rgba(7, 24, 74, .20));
}

.mobile-website-samples {
  display: none;
}

.sample-title {
  position: absolute;
  max-width: 12.5rem;
  color: #fff;
  font-size: clamp(.95rem, 1.65vw, 1.35rem);
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .9);
}

.sample-title-one {
  left: 7%;
  top: 26%;
  transform: rotate(-5deg);
}

.sample-title-two {
  left: 39%;
  top: 23%;
  transform: rotate(-2deg);
}

.sample-title-three {
  right: 5%;
  top: 28%;
  transform: rotate(5deg);
}

.video-band {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  background:
    radial-gradient(circle at 82% 20%, rgba(0, 86, 255, .22), rgba(0, 0, 0, 0) 34%),
    linear-gradient(135deg, #061949, #001b63 58%, #001347);
}

.video-card {
  min-height: 320px;
  border-radius: .45rem;
  background:
    linear-gradient(90deg, rgba(7, 24, 74, .1), rgba(7, 24, 74, .18)),
    url("assets/hero-top.jpg") center / cover;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.play-button {
  display: grid;
  width: 5.2rem;
  height: 5.2rem;
  place-items: center;
  border-radius: 1rem;
  background: #f00;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
}

.mini-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  row-gap: .25rem;
}

.mini-feature svg {
  grid-row: span 2;
  width: 2rem;
  height: 2rem;
  color: var(--royal);
}

.mini-feature b {
  font-size: .95rem;
}

.mini-feature span {
  font-size: .86rem;
  font-weight: 650;
  line-height: 1.55;
  color: rgba(7, 24, 74, .68);
}

.system-section {
  padding-top: .75rem;
}

.comparison {
  border-radius: .5rem;
  border: 1px solid rgba(7, 24, 74, .12);
  background:
    linear-gradient(180deg, rgba(247, 250, 255, .88), rgba(255, 255, 255, 1));
  padding: 2rem;
  box-shadow: 0 24px 70px rgba(7, 24, 74, .1);
}

.comparison h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 900;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: .35rem;
  font-size: .9rem;
  font-weight: 750;
}

.comparison th {
  background: linear-gradient(180deg, #eef4ff, #e7eefb);
}

.comparison th,
.comparison td {
  border: 1px solid rgba(7, 24, 74, .12);
  padding: .9rem;
  text-align: center;
}

.comparison td:first-child,
.comparison th:first-child {
  text-align: left;
}

.comparison td:nth-child(2) {
  color: var(--royal);
  font-weight: 950;
}

.integration-section {
  border-top: 1px solid rgba(7, 24, 74, .08);
  padding-top: 2.4rem;
}

.integration-grid span {
  display: grid;
  min-height: 5.25rem;
  place-items: center;
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: .5rem;
  background:
    linear-gradient(180deg, #fff, #f5f8ff);
  color: rgba(7, 24, 74, .82);
  font-size: clamp(1.35rem, 2vw, 1.95rem);
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(7, 24, 74, .06);
}

.integration-grid span:nth-child(2) {
  color: #0b48c6;
}

.integration-grid span:nth-child(4) {
  font-size: clamp(1.05rem, 1.55vw, 1.5rem);
}

.footer-list {
  display: grid;
  align-content: start;
  gap: .75rem;
  font-size: .9rem;
}

.footer-list a {
  color: rgba(255, 255, 255, .68);
  font-weight: 650;
}

.footer-login-btn,
.footer-register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border-radius: .45rem;
  padding: .82rem 1rem;
  font-size: .9rem;
  font-weight: 850;
}

.footer-login-btn {
  background: #fff;
  color: var(--ink);
}

.footer-register-btn {
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.youtube-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border-radius: .45rem;
  background:
    linear-gradient(90deg, rgba(7, 24, 74, .18), rgba(7, 24, 74, .06)),
    url("assets/hero-top.jpg") center / cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16), 0 24px 50px rgba(0, 0, 0, .18);
}

.youtube-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.features-hero {
  isolation: isolate;
  background: #f7faff;
}

.features-hero-bg {
  object-position: center center;
  transform: translateY(10px) scale(1.02);
  filter: saturate(1.04) contrast(1.02);
}

.features-hero-wash {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 34%, rgba(255, 255, 255, .78) 48%, rgba(255, 255, 255, .18) 64%, rgba(255, 255, 255, 0) 88%),
    linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(247, 250, 255, .7) 100%);
}

.features-hero-title {
  font-size: clamp(2.4rem, 4.35vw, 3.6rem);
}

.features-hero-visual {
  position: relative;
}

.feature-dashboard {
  position: absolute;
  left: -.6rem;
  top: 7.6rem;
  width: 520px;
  height: 354px;
  overflow: hidden;
  border: 8px solid #0b0f19;
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 34px 80px rgba(7, 24, 74, .2);
}

.features-tablet-screen img {
  object-fit: contain;
  object-position: center center;
  background: #fff;
}

.feature-dashboard-body {
  display: grid;
  grid-template-columns: 110px 1fr 150px;
  gap: 1rem;
  padding: 1.2rem;
}

.feature-dashboard-body aside {
  display: grid;
  align-content: start;
  gap: .95rem;
  color: rgba(7, 24, 74, .62);
  font-size: .72rem;
  font-weight: 800;
}

.table-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  align-content: start;
}

.table-mini-grid button,
.floor-mini button {
  aspect-ratio: 1;
  border-radius: .45rem;
  background: #f3f5f9;
  font-size: .78rem;
  font-weight: 850;
}

.table-mini-grid .ok,
.floor-mini .ok {
  background: #d9efcf;
}

.table-mini-grid .hot,
.floor-mini .hot {
  background: #ffd3a3;
}

.features-phone {
  position: absolute;
  right: 5.1rem;
  bottom: -1.55rem;
  z-index: 2;
  width: 150px;
  height: 292px;
  border-width: 7px;
  border-radius: 1.55rem;
}

.features-phone-screen img {
  object-fit: cover;
  object-position: center top;
}

.features-page-section {
  padding: 3.1rem 0;
}

.features-page-section.soft {
  background: linear-gradient(180deg, #f7fbff, #fff);
}

.feature-category-label {
  margin-bottom: 1rem;
  color: var(--royal);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.feature-detail-grid {
  display: grid;
  gap: .9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-detail-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-detail-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-split-heading {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
}

.feature-split-heading .feature-category-label:first-child {
  grid-column: 1 / 3;
}

.feature-split-heading .feature-category-label:last-child {
  grid-column: 3 / 5;
}

.detail-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: .55rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 251, 255, .96));
  padding: 1.55rem;
  box-shadow: 0 18px 44px rgba(7, 24, 74, .06);
}

.detail-card.compact {
  display: block;
  min-height: 310px;
}

.detail-card.wide {
  min-height: 250px;
  grid-template-columns: .9fr 1fr;
}

.detail-card.visual-card {
  display: block;
}

.detail-card > div:first-child > svg,
.detail-card.compact > svg {
  width: 2.6rem;
  height: 2.6rem;
  color: var(--royal);
  stroke-width: 1.45;
}

.detail-card h2 {
  margin-top: 1rem;
  font-size: 1.05rem;
  font-weight: 900;
}

.detail-card p {
  margin-top: .45rem;
  color: rgba(7, 24, 74, .72);
  font-size: .86rem;
  font-weight: 650;
  line-height: 1.48;
}

.detail-card ul {
  margin-top: 1.15rem;
  display: grid;
  gap: .55rem;
  color: rgba(7, 24, 74, .78);
  font-size: .78rem;
  font-weight: 750;
}

.detail-card li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  line-height: 1.42;
}

.detail-card li::before {
  content: "\2713";
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: .86rem;
  height: .86rem;
  margin-top: .1rem;
  border-radius: 999px;
  background: var(--royal);
  color: #fff;
  font-size: .56rem;
  font-weight: 900;
  line-height: 1;
}

.booking-mini,
.menu-mini,
.settings-mini,
.guest-mini,
.notification-mini {
  align-self: end;
  width: 132px;
  border: 1px solid rgba(7, 24, 74, .12);
  border-radius: .65rem;
  background: #fff;
  padding: .8rem;
  box-shadow: 0 16px 32px rgba(7, 24, 74, .1);
}

.booking-mini {
  display: grid;
  gap: .45rem;
  text-align: center;
  font-size: .62rem;
  font-weight: 800;
}

.booking-mini b {
  display: block;
  border-radius: .35rem;
  background: #f1f5ff;
  padding: .55rem .4rem;
}

.booking-mini small,
.settings-mini label,
.menu-mini span {
  display: block;
  border-radius: .35rem;
  background: #f7f9fd;
  padding: .45rem;
}

.booking-mini button {
  border-radius: .35rem;
  background: var(--royal);
  padding: .52rem .4rem;
  color: #fff;
  font-size: .62rem;
  font-weight: 900;
}

.mini-timeline {
  align-self: end;
  display: grid;
  gap: .55rem;
  width: 132px;
}

.mini-timeline span {
  border-radius: .4rem;
  padding: .7rem;
  font-size: .68rem;
  font-weight: 850;
}

.blue { background: #dff0ff; }
.orange { background: #ffe5c1; }
.green { background: #dff0d4; }

.floor-mini {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  width: 148px;
  border: 1px solid rgba(7, 24, 74, .12);
  border-radius: .65rem;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 16px 32px rgba(7, 24, 74, .1);
}

.menu-mini {
  display: grid;
  gap: .55rem;
  width: 160px;
}

.menu-mini b,
.settings-mini b {
  display: block;
  font-size: .7rem;
}

.menu-mini small,
.settings-mini label {
  color: rgba(7, 24, 74, .65);
  font-size: .62rem;
  font-weight: 750;
}

.settings-mini {
  display: grid;
  gap: .6rem;
  width: 145px;
}

.guest-mini {
  width: 150px;
  align-self: end;
}

.avatar {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 999px;
  background: #ffe2a9;
  font-size: .8rem;
  font-weight: 900;
}

.guest-mini b,
.guest-mini small {
  display: block;
  margin-top: .45rem;
}

.guest-mini small,
.guest-mini p {
  color: rgba(7, 24, 74, .65);
  font-size: .68rem;
  font-weight: 750;
}

.website-card img {
  margin-top: 1.3rem;
  width: 128%;
  max-width: none;
  transform: rotate(-4deg) translateX(.2rem);
  filter: drop-shadow(0 16px 22px rgba(7, 24, 74, .16));
}

.card-visual-img {
  align-self: end;
  width: 220px;
  max-width: 100%;
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: .7rem;
  object-fit: cover;
  box-shadow: 0 18px 36px rgba(7, 24, 74, .12);
}

.operations-img {
  width: 100%;
  margin-top: 1.05rem;
  aspect-ratio: 1.75;
  object-position: 45% center;
}

.insights-img {
  width: min(100%, 420px);
  aspect-ratio: 1.65;
  object-position: center;
}

.compact-photo {
  margin-top: 1.1rem;
  width: 116%;
  max-width: none;
  aspect-ratio: 1.55;
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: .65rem;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 32px rgba(7, 24, 74, .11);
}

.device-photo {
  object-position: 36% center;
}

.notification-mini {
  display: grid;
  gap: .7rem;
  width: min(100%, 290px);
}

.notification-mini span {
  border-radius: .5rem;
  background: #fff;
  border: 1px solid rgba(7, 24, 74, .1);
  padding: .75rem;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 850;
}

.notification-mini span.ok {
  background: #f3fbf0;
}

.notification-mini span.hot {
  background: #fff5ee;
}

.notification-mini small {
  color: rgba(7, 24, 74, .58);
}

.chart-mini {
  align-self: end;
  display: flex;
  align-items: end;
  gap: .75rem;
  height: 170px;
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: .65rem;
  background: #fff;
  padding: 1.2rem;
  box-shadow: 0 16px 32px rgba(7, 24, 74, .1);
}

.chart-mini span {
  width: 1.25rem;
  border-radius: .28rem .28rem 0 0;
  background: linear-gradient(180deg, #0a56d8, #002f9a);
}

.features-bottom {
  padding-top: 1.5rem;
}

.features-proof {
  position: relative;
  display: grid;
  grid-template-columns: .8fr 1fr .75fr;
  gap: 1.4rem;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: .65rem;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 22px 54px rgba(7, 24, 74, .08);
}

.features-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(245, 250, 255, .98), rgba(255, 255, 255, .9) 42%, rgba(255, 255, 255, .72)),
    url("assets/features-proof-bg.jpg") center / cover;
  opacity: .9;
}

.features-proof > * {
  position: relative;
  z-index: 1;
}

.features-proof h2 {
  font-size: 1.55rem;
  font-weight: 900;
}

.features-proof p {
  margin-top: .65rem;
  color: rgba(7, 24, 74, .72);
  font-weight: 650;
  line-height: 1.55;
}

.features-proof table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: .4rem;
  font-size: .8rem;
  font-weight: 800;
}

.features-proof th,
.features-proof td {
  border: 1px solid rgba(7, 24, 74, .12);
  padding: .65rem .8rem;
}

.features-proof th:first-child {
  background: var(--royal);
  color: #fff;
}

.features-proof th:last-child {
  background: #e9edf3;
}

.features-proof blockquote {
  border-radius: .6rem;
  background: #fff;
  padding: 1.3rem;
  box-shadow: 0 16px 34px rgba(7, 24, 74, .08);
}

.features-proof blockquote span {
  color: #ffc400;
  font-weight: 900;
}

.features-proof blockquote b {
  display: block;
  margin-top: .8rem;
  font-size: .85rem;
}

.eyebrow {
  color: var(--royal);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.web-hero {
  background:
    linear-gradient(90deg, #fff 0%, #fff 38%, rgba(245, 249, 255, .72) 100%);
}

.web-hero-media {
  margin-right: calc((100vw - min(100vw, 80rem)) / -2);
  overflow: hidden;
  border-radius: .65rem 0 0 .65rem;
}

.web-hero-media img {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.03) contrast(1.02);
}

.web-hero-media-custom img {
  min-height: 520px;
  object-position: 62% center;
}

.web-service-strip,
.reason-strip {
  display: grid;
  grid-template-columns: 1.35fr repeat(5, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 24, 74, .09);
  border-radius: .65rem;
  background: linear-gradient(90deg, #f1f6ff, #fff);
  box-shadow: 0 18px 44px rgba(7, 24, 74, .06);
}

.web-service-strip > *,
.reason-strip > * {
  padding: 1.45rem;
  border-right: 1px solid rgba(7, 24, 74, .09);
}

.web-service-strip > *:last-child,
.reason-strip > *:last-child {
  border-right: 0;
}

.web-service-strip h2,
.soft-cta h2 {
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.18;
}

.web-service-strip p,
.soft-cta p {
  margin-top: .85rem;
  color: rgba(7, 24, 74, .72);
  font-weight: 650;
  line-height: 1.65;
}

.web-strip-item,
.reason-strip div {
  display: grid;
  gap: .6rem;
  justify-items: center;
  text-align: center;
}

.web-strip-item svg,
.reason-strip svg {
  width: 2.65rem;
  height: 2.65rem;
  color: var(--royal);
  stroke-width: 1.45;
}

.web-strip-item b,
.reason-strip b {
  font-weight: 900;
}

.web-strip-item span,
.reason-strip span {
  color: rgba(7, 24, 74, .68);
  font-size: .8rem;
  font-weight: 650;
  line-height: 1.45;
}

.web-price-panel,
.update-panel,
.mobile-web-panel,
.soft-cta,
.price-card,
.why-price-card,
.switch-panel,
.faq-grid details {
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: .65rem;
  box-shadow: 0 20px 50px rgba(7, 24, 74, .07);
}

.web-price-panel {
  background: linear-gradient(135deg, #06163f, #00206d);
  color: #fff;
  padding: 2.2rem;
}

.web-price-panel p {
  color: rgba(255, 255, 255, .72);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.web-price-panel h2 {
  margin-top: 1.3rem;
  font-size: clamp(3rem, 5vw, 4.2rem);
  font-weight: 900;
}

.web-price-panel h2 span {
  font-size: 1rem;
}

.web-price-panel .web-price-features li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  color: rgba(255, 255, 255, .88);
  font-weight: 750;
  line-height: 1.35;
}

.web-price-panel .web-price-features li::before {
  content: "\2713";
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin-top: .13rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  color: #fff;
  font-size: .62rem;
  font-weight: 900;
  line-height: 1;
}

.update-panel {
  background: linear-gradient(180deg, #f6faff, #fff);
  padding: 2.2rem;
}

.update-panel h2,
.mobile-web-panel h2,
.why-price-card h2,
.switch-panel h2 {
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.22;
}

.update-panel p,
.mobile-web-panel p {
  margin-top: .8rem;
  color: rgba(7, 24, 74, .72);
  font-weight: 650;
  line-height: 1.6;
}

.update-box {
  display: flex;
  gap: 1rem;
  margin-top: 1.4rem;
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: .55rem;
  background: #fff;
  padding: 1.2rem;
}

.update-box svg {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--royal);
}

.update-box b,
.update-box span {
  display: block;
}

.update-box span {
  margin-top: .35rem;
  color: rgba(7, 24, 74, .68);
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.5;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.2rem;
}

.pill-row span {
  border: 1px solid rgba(7, 24, 74, .14);
  border-radius: 999px;
  background: #f3f7ff;
  padding: .45rem .78rem;
  color: var(--ink);
  font-size: .82rem;
  font-weight: 800;
}

.mobile-web-panel {
  display: grid;
  grid-template-columns: .7fr 1fr .72fr;
  gap: 2rem;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, #f6faff, #fff);
  padding: 2rem;
}

.mobile-web-panel img,
.portfolio-img {
  width: 100%;
  border-radius: .65rem;
  object-fit: cover;
  box-shadow: 0 20px 45px rgba(7, 24, 74, .1);
}

.mobile-web-panel img {
  aspect-ratio: .8;
  object-position: 28% center;
}

.check-list {
  display: grid;
  gap: .65rem;
  color: rgba(7, 24, 74, .78);
  font-weight: 750;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  line-height: 1.42;
}

.check-list li::before {
  content: "\2713";
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: .1rem;
  border-radius: 999px;
  background: var(--royal);
  color: #fff;
  font-size: .65rem;
  font-weight: 900;
  line-height: 1;
}

.reason-strip {
  grid-template-columns: repeat(5, 1fr);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.process-grid div {
  border-left: 1px dashed rgba(0, 56, 184, .26);
  padding-left: 1rem;
}

.process-grid b {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: var(--royal);
  color: #fff;
}

.process-grid h3 {
  margin-top: 1rem;
  font-size: .95rem;
  font-weight: 900;
}

.process-grid p {
  margin-top: .45rem;
  color: rgba(7, 24, 74, .68);
  font-size: .84rem;
  font-weight: 650;
  line-height: 1.5;
}

.portfolio-img {
  aspect-ratio: 1.75;
}

.soft-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: linear-gradient(90deg, #f0f6ff, #fff);
  padding: 2rem 2.4rem;
}

.pricing-promise {
  border-right: 1px solid rgba(7, 24, 74, .13);
  padding-right: 1rem;
}

.pricing-promise svg {
  width: 1.3rem;
  height: 1.3rem;
  color: var(--royal);
}

.pricing-promise b,
.pricing-promise span {
  display: block;
}

.pricing-promise b {
  margin-top: .45rem;
  font-size: .9rem;
  font-weight: 900;
}

.pricing-promise span {
  margin-top: .2rem;
  color: rgba(7, 24, 74, .65);
  font-size: .78rem;
  font-weight: 700;
}

.revenue-card {
  display: flex;
  gap: 1.2rem;
  margin-top: 4rem;
  max-width: 460px;
  border-radius: .65rem;
  background: #f0f6ff;
  padding: 1.7rem;
}

.revenue-card svg {
  width: 3rem;
  height: 3rem;
  color: var(--royal);
}

.revenue-card b {
  font-size: 1.15rem;
  font-weight: 900;
}

.revenue-card p {
  margin-top: .45rem;
  color: rgba(7, 24, 74, .72);
  font-weight: 650;
  line-height: 1.55;
}

.pricing-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
}

.price-card {
  position: relative;
  background: #fff;
  padding: 2rem;
}

.price-card.popular {
  border-color: var(--royal);
}

.popular-badge {
  position: absolute;
  right: 1.5rem;
  top: -1rem;
  border-radius: .45rem;
  background: var(--royal);
  padding: .42rem .9rem;
  color: #fff;
  font-size: .8rem;
  font-weight: 900;
}

.price-card h2 {
  font-size: 1.7rem;
  font-weight: 900;
}

.price-card p {
  margin-top: .4rem;
  color: rgba(7, 24, 74, .72);
  font-weight: 650;
}

.price {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: .45rem;
  margin-top: 1.4rem;
  white-space: nowrap;
  font-size: clamp(2.55rem, 4.35vw, 3.45rem);
  font-weight: 900;
}

.price span {
  font-size: 1rem;
}

.price-card hr {
  margin: 1.4rem 0;
  border-color: rgba(7, 24, 74, .14);
}

.plain-list {
  display: grid;
  gap: .55rem;
  margin-top: .65rem;
  color: rgba(7, 24, 74, .72);
  font-weight: 750;
}

.compare-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(7, 24, 74, .12);
  border-radius: .55rem;
  background: #fff;
}

.compare-table,
.switch-panel table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
  font-weight: 750;
}

.compare-table th,
.compare-table td,
.switch-panel th,
.switch-panel td {
  border: 1px solid rgba(7, 24, 74, .1);
  padding: .82rem 1rem;
}

.compare-table th {
  background: #f4f7fc;
  font-weight: 900;
}

.compare-table th span,
.compare-table small {
  color: rgba(7, 24, 74, .62);
  font-size: .76rem;
}

.compare-table td:nth-child(2),
.compare-table td:nth-child(3) {
  text-align: center;
  color: var(--royal);
  font-weight: 900;
}

.why-price-card {
  display: grid;
  gap: 1.25rem;
  background: linear-gradient(180deg, #f0f6ff, #fff);
  padding: 1.7rem;
}

.why-price-card div {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  column-gap: .85rem;
}

.why-price-card svg {
  grid-row: span 2;
  width: 2rem;
  height: 2rem;
  color: var(--royal);
}

.why-price-card b {
  font-weight: 900;
}

.why-price-card span {
  color: rgba(7, 24, 74, .68);
  font-size: .84rem;
  font-weight: 650;
}

.switch-panel {
  display: grid;
  grid-template-columns: .8fr 1.2fr .8fr;
  gap: 1.5rem;
  align-items: center;
  background: linear-gradient(90deg, #f5f9ff, #fff);
  padding: 1.8rem;
}

.switch-panel > div span {
  display: block;
  width: 3rem;
  height: .18rem;
  margin-top: 1rem;
  background: var(--royal);
}

.switch-panel th:first-child {
  background: var(--royal);
  color: #fff;
}

.switch-panel th:last-child {
  background: #dfe4ec;
}

.switch-panel blockquote {
  border-radius: .55rem;
  background: #fff;
  padding: 1.5rem;
}

.switch-panel blockquote b {
  color: #ffc400;
}

.switch-panel blockquote p {
  margin-top: .85rem;
  font-weight: 700;
  line-height: 1.55;
}

.switch-panel blockquote span {
  display: block;
  margin-top: 1rem;
  color: rgba(7, 24, 74, .68);
  font-weight: 800;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.faq-grid details {
  background: #fff;
  padding: 1.1rem 1.3rem;
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-grid p {
  margin-top: .8rem;
  color: rgba(7, 24, 74, .7);
  font-weight: 650;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .feature-card {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 24, 74, .14);
    padding-inline: 0;
  }

  .feature-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .feature-detail-grid,
  .feature-detail-grid.four,
  .feature-detail-grid.two,
  .features-proof,
  .feature-split-heading {
    grid-template-columns: 1fr;
  }

  .detail-card,
  .detail-card.wide {
    grid-template-columns: 1fr;
  }

  .booking-mini,
  .menu-mini,
  .settings-mini,
  .guest-mini,
  .mini-timeline,
  .floor-mini,
  .card-visual-img {
    width: min(100%, 240px);
  }

  .insights-img,
  .compact-photo {
    width: 100%;
  }

  .web-service-strip,
  .reason-strip,
  .mobile-web-panel,
  .pricing-card-grid,
  .switch-panel,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .web-service-strip > *,
  .reason-strip > * {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 24, 74, .09);
  }

  .web-service-strip > *:last-child,
  .reason-strip > *:last-child {
    border-bottom: 0;
  }

  .web-hero-media {
    margin-right: 0;
    border-radius: .65rem;
  }

  .web-hero-media img {
    min-height: 320px;
  }

  .web-hero-media-custom img {
    min-height: 300px;
    object-position: 58% center;
  }

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

  .soft-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .hero {
    background: #fff;
  }

  .brand {
    font-size: 1.1rem;
  }

  .website-strip {
    min-height: 310px;
  }

  .sample-title {
    display: none;
  }

  .web-price-panel,
  .update-panel,
  .mobile-web-panel,
  .soft-cta,
  .price-card,
  .why-price-card,
  .switch-panel {
    padding: 1.35rem;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .compare-table-wrap {
    overflow-x: auto;
  }

  .compare-table {
    min-width: 620px;
  }
}

/* Contact and demo pages */
.contact-hero,
.demo-hero {
  background:
    radial-gradient(circle at 80% 10%, rgba(0, 56, 184, .08), transparent 36%),
    linear-gradient(180deg, #fff, #f7faff 100%);
}

.contact-hero-img,
.contact-form-card,
.demo-form-card,
.contact-methods,
.world-card,
.faq-card,
.contact-cta-card {
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 58px rgba(7, 24, 74, .07);
}

.contact-hero-img {
  overflow: hidden;
}

.contact-hero-img img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.mini-proof {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 4px 16px;
}

.mini-proof svg,
.contact-methods article > svg,
.demo-benefits svg {
  grid-row: span 2;
  border-radius: 999px;
  color: var(--royal);
  background: #f0f5ff;
}

.mini-proof svg {
  width: 54px;
  height: 54px;
  padding: 14px;
}

.mini-proof b,
.mini-proof span,
.contact-methods b,
.contact-methods span,
.contact-methods small,
.contact-methods a,
.stats-band b,
.stats-band span {
  display: block;
}

.mini-proof b,
.contact-methods b {
  font-weight: 900;
}

.mini-proof span,
.contact-methods span,
.contact-methods small {
  font-weight: 700;
  color: rgba(7, 24, 74, .72);
}

.mini-proof span {
  font-size: 13px;
  line-height: 1.65;
}

.contact-form-card,
.demo-form-card {
  padding: clamp(24px, 3vw, 38px);
}

.contact-form-card h2,
.demo-form-card h2,
.world-card h2,
.faq-card h2,
.contact-cta-card h2,
.demo-contact-panel h2 {
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.08;
  font-weight: 900;
}

.contact-form-card label,
.demo-form-card label {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 900;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea,
.demo-form-card input,
.demo-form-card select,
.demo-form-card textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(7, 24, 74, .18);
  border-radius: 6px;
  padding: 0 16px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form-card textarea,
.demo-form-card textarea {
  min-height: 120px;
  padding-top: 14px;
  resize: vertical;
}

.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus,
.demo-form-card input:focus,
.demo-form-card select:focus,
.demo-form-card textarea:focus {
  border-color: rgba(0, 56, 184, .58);
  box-shadow: 0 0 0 4px rgba(0, 56, 184, .09);
}

.phone-input-row {
  display: grid;
  grid-template-columns: minmax(10.5rem, .46fr) 1fr;
  gap: .65rem;
}

.phone-input-row select,
.phone-input-row input {
  margin: 0;
}

.privacy-note {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(7, 24, 74, .68);
}

.contact-methods,
.world-card,
.faq-card {
  padding: 28px;
}

.contact-methods {
  display: grid;
}

.contact-methods article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  min-height: 150px;
  align-content: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(7, 24, 74, .1);
}

.contact-methods article:first-child {
  padding-top: 0;
}

.contact-methods article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-methods article:first-child {
  padding-top: 22px;
}

.contact-methods article:last-child {
  padding-bottom: 22px;
}

.contact-methods article > svg {
  width: 48px;
  height: 48px;
  padding: 12px;
}

.contact-methods span,
.contact-methods small {
  margin-top: 5px;
}

.contact-methods small {
  font-size: 12px;
}

.contact-methods a,
.faq-card a {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--royal);
  font-weight: 900;
}

.contact-methods a svg,
.faq-card a svg {
  width: 16px;
  height: 16px;
}

.world-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(246,249,255,.9)),
    radial-gradient(circle at 100% 0%, rgba(208, 153, 78, .16), transparent 36%);
}

.world-card p,
.contact-cta-card p,
.demo-contact-panel p {
  margin-top: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: rgba(7, 24, 74, .72);
}

.dot-map,
.world-map-img,
.world-map-inline {
  margin: 28px 0;
}

.dot-map {
  position: relative;
  height: 176px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(240,245,255,.72)),
    url("assets/world-map.svg") center / contain no-repeat;
}

.dot-map span {
  display: none;
}

.world-map-img {
  display: block;
  width: 100%;
  height: 220px;
  max-height: 230px;
  object-fit: contain;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(240,245,255,.72));
}

.contact-map-image {
  height: 210px;
  max-height: none;
  object-fit: contain;
  object-position: center;
  padding: .25rem;
  background: #fffdf8;
}

.world-map-inline {
  display: block;
  width: 100%;
  height: 190px;
}

.world-map-clear {
  filter: drop-shadow(0 12px 26px rgba(7, 24, 74, .08));
}

.world-map-clear .map-land {
  opacity: .92;
}

.world-map-clear .map-pins circle:nth-child(odd) {
  fill: var(--royal);
}

.world-map-clear .map-pins circle:nth-child(even) {
  fill: rgba(0, 56, 184, .1);
  stroke: rgba(0, 56, 184, .38);
  stroke-width: 2;
}

.customer-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.customer-thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.country-strip {
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: 8px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 18px 58px rgba(7, 24, 74, .06);
}

.country-strip h2,
.demo-preview-section h2 {
  text-align: center;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 900;
}

.country-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}

.country-grid div {
  display: grid;
  place-items: center;
  gap: 6px;
  text-align: center;
  border-right: 1px solid rgba(7, 24, 74, .1);
}

.country-grid div:last-child {
  border-right: 0;
}

.country-grid svg {
  width: 34px;
  height: 34px;
  color: var(--ink);
}

.country-grid b {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  font-weight: 900;
}

.country-grid span {
  font-size: 11px;
  font-weight: 700;
  color: rgba(7, 24, 74, .66);
}

.faq-card details {
  margin-top: 14px;
  border: 1px solid rgba(7, 24, 74, .12);
  border-radius: 7px;
  background: #fff;
  padding: 18px 20px;
}

.faq-card summary {
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

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

.faq-card p {
  margin-top: 12px;
  font-weight: 700;
  line-height: 1.7;
  color: rgba(7, 24, 74, .68);
}

.contact-cta-card {
  display: grid;
  grid-template-columns: .78fr 1fr;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  padding: 34px 34px 0;
  background: linear-gradient(135deg, #f4f8ff, #fff);
}

.contact-cta-card p {
  margin-bottom: 28px;
}

.contact-cta-card img {
  width: 100%;
  align-self: end;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 18px 46px rgba(7, 24, 74, .12);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stats-band div {
  border-right: 1px solid rgba(7, 24, 74, .12);
  padding: 20px 28px;
}

.stats-band div:last-child {
  border-right: 0;
}

.stats-band b {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
}

.stats-band span {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 800;
  color: rgba(7, 24, 74, .68);
}

.demo-intro {
  padding-top: 36px;
}

.demo-benefits {
  display: grid;
  gap: 24px;
}

.demo-benefits div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 4px 18px;
  align-items: center;
}

.demo-benefits svg {
  width: 64px;
  height: 64px;
  padding: 16px;
}

.demo-benefits b {
  font-size: 18px;
  font-weight: 900;
}

.demo-benefits span {
  max-width: 330px;
  font-weight: 700;
  line-height: 1.65;
  color: rgba(7, 24, 74, .72);
}

.demo-quote {
  margin-top: 34px;
  max-width: 400px;
  border-radius: 8px;
  background: #f1f6ff;
  padding: 26px;
  font-weight: 800;
  line-height: 1.7;
  color: rgba(7, 24, 74, .86);
  box-shadow: 0 18px 46px rgba(7, 24, 74, .06);
}

.demo-quote span {
  display: block;
  margin-top: 16px;
  color: #f7b500;
}

.demo-quote b {
  color: var(--ink);
}

.demo-form-card p {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: rgba(7, 24, 74, .76);
}

.demo-form-card fieldset {
  margin-top: 20px;
}

.demo-form-card legend {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 900;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}

.checkbox-grid label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
}

.checkbox-grid input {
  min-height: auto;
  width: 16px;
  height: 16px;
  padding: 0;
}

.demo-preview-section {
  border-top: 1px solid rgba(7, 24, 74, .1);
  border-bottom: 1px solid rgba(7, 24, 74, .08);
  background: #f8fbff;
}

.demo-preview-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.demo-preview-grid article {
  display: grid;
  gap: 12px;
}

.demo-preview-grid img,
.mini-calendar,
.mini-floor {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  border-radius: 7px;
  border: 1px solid rgba(7, 24, 74, .12);
  background: #fff;
  object-fit: cover;
  box-shadow: 0 14px 36px rgba(7, 24, 74, .07);
}

.demo-preview-grid b {
  font-size: 18px;
  font-weight: 900;
}

.demo-preview-grid p {
  font-weight: 700;
  line-height: 1.65;
  color: rgba(7, 24, 74, .68);
}

.mini-calendar {
  background:
    repeating-linear-gradient(180deg, transparent 0 38px, rgba(7,24,74,.08) 39px 40px),
    linear-gradient(90deg, transparent 0 30%, rgba(181,216,244,.8) 30% 56%, transparent 56% 100%),
    linear-gradient(90deg, transparent 0 44%, rgba(252,207,160,.8) 44% 78%, transparent 78% 100%),
    #fff;
}

.mini-floor {
  background:
    radial-gradient(circle at 25% 24%, #e8ebef 0 20px, transparent 21px),
    radial-gradient(circle at 50% 24%, #f7fafc 0 20px, transparent 21px),
    radial-gradient(circle at 75% 24%, #e8ebef 0 20px, transparent 21px),
    radial-gradient(circle at 25% 50%, #e8ebef 0 20px, transparent 21px),
    radial-gradient(circle at 50% 50%, #bfe4b5 0 20px, transparent 21px),
    radial-gradient(circle at 75% 50%, #e8ebef 0 20px, transparent 21px),
    radial-gradient(circle at 25% 76%, #e8ebef 0 20px, transparent 21px),
    radial-gradient(circle at 50% 76%, #e8ebef 0 20px, transparent 21px),
    radial-gradient(circle at 75% 76%, #ffd7ad 0 20px, transparent 21px),
    #fff;
}

.logo-row {
  text-align: center;
}

.logo-row p {
  font-size: 18px;
  font-weight: 900;
}

.logo-row div {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  align-items: center;
}

.logo-row span {
  font-family: Georgia, serif;
  font-size: clamp(20px, 2.3vw, 30px);
  letter-spacing: .13em;
  color: rgba(7, 24, 74, .9);
}

.demo-contact-panel {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef5ff, #fff);
  border: 1px solid rgba(7, 24, 74, .1);
  box-shadow: 0 18px 58px rgba(7, 24, 74, .07);
}

.demo-contact-panel > img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.demo-contact-panel > div {
  padding: clamp(26px, 4vw, 48px);
}

.demo-contact-options {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.demo-contact-options span {
  display: grid;
  gap: 8px;
  border-left: 1px solid rgba(7, 24, 74, .14);
  padding-left: 22px;
  font-weight: 700;
}

.demo-contact-options svg {
  color: var(--royal);
  width: 42px;
  height: 42px;
}

.demo-contact-options b {
  font-weight: 900;
}

.demo-contact-form-link {
  margin-top: 28px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  max-width: 640px;
  border: 1px solid rgba(0, 70, 200, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  padding: 18px 20px;
  box-shadow: 0 18px 40px rgba(7, 24, 74, .08);
  color: var(--ink);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.demo-contact-form-link:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 70, 200, .36);
  box-shadow: 0 24px 48px rgba(7, 24, 74, .12);
}

.demo-contact-form-link span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 70, 200, .09);
  color: var(--royal);
}

.demo-contact-form-link span svg {
  width: 28px;
  height: 28px;
}

.demo-contact-form-link em {
  min-width: 0;
  font-style: normal;
}

.demo-contact-form-link strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
}

.demo-contact-form-link small {
  display: block;
  margin-top: 4px;
  color: rgba(7, 24, 74, .64);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.5;
}

.demo-contact-form-link > svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: var(--royal);
}

@media (max-width: 640px) {
  .demo-contact-form-link {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 16px;
  }

  .demo-contact-form-link > svg {
    display: none;
  }

  .demo-contact-form-link span {
    width: 48px;
    height: 48px;
  }
}

/* Company page */
.company-hero {
  background:
    radial-gradient(circle at 82% 8%, rgba(0, 56, 184, .08), transparent 36%),
    linear-gradient(180deg, #fff, #f7faff 100%);
}

.company-hero-img,
.founder-card,
.company-message-card,
.company-belief-panel,
.company-story-card,
.profile-card,
.company-values-grid article {
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 58px rgba(7, 24, 74, .07);
}

.company-hero-img {
  overflow: hidden;
}

.company-hero-img img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.founder-card {
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #f3f7ff);
}

.founder-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.founder-card img.founder-photo {
  aspect-ratio: 4 / 3.25;
  object-position: 58% 24%;
}

.founder-card div {
  padding: 28px;
}

.founder-card h2,
.company-belief-panel h2,
.company-story-card h2,
.profile-card h2,
.company-final-cta h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  font-weight: 900;
}

.founder-card span {
  margin-top: 10px;
  display: block;
  font-weight: 800;
  color: rgba(7, 24, 74, .68);
}

.company-message-card,
.company-story-card,
.profile-card {
  padding: clamp(26px, 4vw, 48px);
}

.company-message-card p,
.company-belief-panel p,
.company-story-card p,
.profile-card dd,
.company-final-cta p {
  font-weight: 700;
  line-height: 1.85;
  color: rgba(7, 24, 74, .72);
}

.cal-card {
  min-height: 720px;
}

.cal-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.cal-open-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid rgba(0, 56, 184, .22);
  border-radius: 6px;
  padding: .72rem .9rem;
  color: var(--royal);
  font-size: .82rem;
  font-weight: 900;
  white-space: nowrap;
}

.cal-open-link svg {
  width: 1rem;
  height: 1rem;
}

.cal-embed-wrap {
  margin-top: 1.35rem;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: 8px;
  background: #fff;
}

.cal-embed-wrap [data-cal-link] {
  width: 100%;
  min-height: 620px;
}

.company-message-card p + p,
.company-belief-panel p + p,
.company-story-card p + p {
  margin-top: 18px;
}

.company-belief-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(30px, 5vw, 64px);
  background:
    linear-gradient(120deg, rgba(255,255,255,.95), rgba(245,248,255,.92)),
    radial-gradient(circle at 100% 0%, rgba(208,153,78,.16), transparent 36%);
}

.belief-list {
  display: grid;
  gap: 16px;
}

.belief-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 6px 18px;
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.belief-list svg,
.company-values-grid svg {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  padding: 12px;
  color: var(--royal);
  background: #f0f5ff;
}

.belief-list b,
.company-values-grid b,
.profile-card dt {
  font-weight: 900;
}

.belief-list span,
.company-values-grid span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
  color: rgba(7, 24, 74, .68);
}

.profile-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(246,249,255,.9)),
    radial-gradient(circle at 92% 10%, rgba(0,56,184,.1), transparent 38%);
}

.profile-card dl {
  margin-top: 24px;
  display: grid;
  gap: 0;
}

.profile-card div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  border-top: 1px solid rgba(7, 24, 74, .1);
  padding: 18px 0;
}

.profile-card dt {
  color: rgba(7, 24, 74, .9);
}

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

.company-values-grid article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 8px 16px;
  padding: 24px;
}

.company-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-radius: 8px;
  padding: clamp(28px, 4vw, 48px);
  background: linear-gradient(110deg, #0038b8, #06163f);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 56, 184, .2);
}

.company-final-cta p {
  margin-top: 12px;
  max-width: 660px;
  color: rgba(255, 255, 255, .76);
}

/* Reseller and legal pages */
.reseller-hero,
.legal-page {
  background:
    radial-gradient(circle at 84% 8%, rgba(0, 56, 184, .08), transparent 36%),
    linear-gradient(180deg, #fff, #f7faff 100%);
}

.reseller-visual,
.reseller-card,
.commission-panel,
.reseller-grid article,
.legal-hero,
.legal-card,
.legal-toc {
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 58px rgba(7, 24, 74, .07);
}

.reseller-visual {
  position: relative;
  overflow: hidden;
}

.reseller-visual > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.reseller-floating-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(310px, calc(100% - 48px));
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 44px rgba(7, 24, 74, .18);
}

.reseller-floating-card b,
.reseller-floating-card span,
.reseller-grid b,
.reseller-grid span {
  display: block;
}

.reseller-floating-card b,
.reseller-grid b,
.reseller-card h2,
.commission-panel h2,
.legal-hero h1,
.legal-card h2 {
  font-weight: 900;
}

.reseller-floating-card span,
.reseller-grid span,
.reseller-card p,
.commission-panel p {
  margin-top: 8px;
  font-weight: 700;
  line-height: 1.7;
  color: rgba(7, 24, 74, .7);
}

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

.reseller-grid article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 8px 16px;
  padding: 24px;
}

.reseller-grid svg {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  padding: 12px;
  color: var(--royal);
  background: #f0f5ff;
}

.reseller-card {
  padding: clamp(28px, 4vw, 50px);
}

.reseller-card h2,
.commission-panel h2 {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.08;
}

.reseller-card p + p {
  margin-top: 18px;
}

.reseller-dark {
  background: linear-gradient(135deg, #06163f, #0038b8);
  color: #fff;
}

.reseller-dark .eyebrow,
.reseller-dark p {
  color: rgba(255, 255, 255, .78);
}

.commission-panel {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  padding: clamp(30px, 5vw, 62px);
  background:
    linear-gradient(120deg, rgba(255,255,255,.96), rgba(245,248,255,.92)),
    radial-gradient(circle at 100% 0%, rgba(208,153,78,.15), transparent 36%);
}

.commission-steps {
  display: grid;
  gap: 14px;
}

.commission-steps span {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  font-weight: 900;
}

.commission-steps b {
  display: grid;
  width: 38px;
  height: 38px;
  flex: none;
  place-items: center;
  border-radius: 999px;
  background: var(--royal);
  color: #fff;
}

.legal-hero {
  padding: clamp(32px, 5vw, 64px);
  background:
    linear-gradient(120deg, rgba(255,255,255,.96), rgba(245,248,255,.92)),
    radial-gradient(circle at 92% 14%, rgba(0,56,184,.1), transparent 38%);
}

.legal-hero h1 {
  margin-top: 12px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

.legal-hero p {
  margin-top: 18px;
  max-width: 760px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  color: rgba(7, 24, 74, .72);
}

.legal-toc {
  position: sticky;
  top: 104px;
  align-self: start;
  display: grid;
  gap: 12px;
  padding: 24px;
}

.legal-toc b {
  margin-bottom: 8px;
  font-weight: 900;
}

.legal-toc a {
  color: rgba(7, 24, 74, .68);
  font-size: 14px;
  font-weight: 800;
}

.legal-card {
  padding: clamp(28px, 4vw, 56px);
}

.legal-card section + section {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid rgba(7, 24, 74, .1);
}

.legal-card h2 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.16;
}

.legal-card p {
  margin-top: 16px;
  font-weight: 650;
  line-height: 1.9;
  color: rgba(7, 24, 74, .72);
}

.legal-card a {
  color: var(--royal);
  font-weight: 900;
}

@media (max-width: 1024px) {
  .country-grid,
  .demo-preview-grid,
  .logo-row div,
  .demo-contact-options,
  .stats-band,
  .company-values-grid,
  .reseller-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-cta-card,
  .demo-contact-panel,
  .company-belief-panel,
  .commission-panel {
    grid-template-columns: 1fr;
  }

  .country-grid div:nth-child(even),
  .stats-band div:nth-child(even) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .phone-input-row {
    grid-template-columns: 1fr;
  }

  .cal-card {
    min-height: 670px;
  }

  .cal-card-head {
    display: grid;
  }

  .cal-open-link {
    justify-content: center;
    white-space: normal;
  }

  .cal-embed-wrap,
  .cal-embed-wrap [data-cal-link] {
    min-height: 560px;
  }

  .contact-form-card,
  .demo-form-card,
  .contact-methods,
  .world-card,
  .faq-card,
  .contact-cta-card,
  .country-strip {
    padding: 1.35rem;
  }

  .country-grid,
  .demo-preview-grid,
  .logo-row div,
  .demo-contact-options,
  .stats-band,
  .checkbox-grid,
  .company-values-grid,
  .reseller-grid {
    grid-template-columns: 1fr;
  }

  .profile-card div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .company-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-toc {
    position: static;
  }

  .reseller-floating-card {
    position: static;
    width: auto;
    border-radius: 0;
    box-shadow: none;
  }

  .country-grid div,
  .stats-band div {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 24, 74, .1);
    padding-bottom: 16px;
  }

  .country-grid div:last-child,
  .stats-band div:last-child {
    border-bottom: 0;
  }
}

/* Final mobile overrides - keep this block last */
@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }

  body > header nav {
    height: 72px;
    padding-inline: 18px;
  }

  .brand-logo {
    min-width: 0;
    transform: translateY(4px);
  }

  .wordmark {
    font-size: 1.78rem;
    letter-spacing: .2em;
  }

  .wordmark::after {
    width: .3rem;
    height: .3rem;
    margin-top: .54rem;
  }

  .brand-subtitle {
    margin-top: .18rem;
    font-size: .68rem;
  }

  .hero,
  .features-hero,
  .contact-hero,
  .company-hero,
  .reseller-hero,
  .demo-hero,
  .legal-page {
    background:
      radial-gradient(circle at 90% 4%, rgba(0, 56, 184, .08), transparent 34%),
      linear-gradient(180deg, #fff, #f7faff 100%) !important;
  }

  .hero > .absolute.inset-0,
  .features-hero > .absolute.inset-0 {
    z-index: 0 !important;
  }

  .hero > .mx-auto,
  .features-hero > .mx-auto {
    position: relative;
    z-index: 1;
  }

  .hero .mx-auto,
  .features-hero .mx-auto,
  .contact-hero .mx-auto,
  .company-hero .mx-auto,
  .reseller-hero .mx-auto {
    min-height: 0 !important;
    padding-top: 2.2rem;
    padding-bottom: 2.7rem;
  }

  .hero-bg-photo {
    width: 100%;
    transform: none;
    object-position: 74% top;
    opacity: .78;
    filter: saturate(1.04) contrast(1.03);
  }

  .hero-wash,
  .features-hero-wash {
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 48%, rgba(255,255,255,.38) 100%),
      linear-gradient(180deg, rgba(255,255,255,.18), rgba(247,250,255,.72) 100%) !important;
  }

  .features-hero-bg {
    opacity: .42;
    transform: none;
    object-position: 72% top;
  }

  .mobile-hero-card {
    display: none !important;
  }

  .contact-hero-img,
  .company-hero-img,
  .reseller-visual,
  .web-hero-media {
    display: block !important;
  }

  .hero h1,
  .contact-hero h1,
  .company-hero h1,
  .reseller-hero h1,
  .demo-hero h1,
  .features-hero-title,
  .legal-hero h1 {
    max-width: 19.5rem;
    font-size: clamp(2.18rem, 10vw, 2.85rem) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
  }

  .reseller-hero h1,
  .company-hero h1,
  .features-hero-title {
    font-size: clamp(2.03rem, 9vw, 2.58rem) !important;
  }

  .legal-hero h1 {
    font-size: clamp(2.35rem, 10.8vw, 3rem) !important;
  }

  .hero p,
  .features-hero p,
  .contact-hero p,
  .company-hero p,
  .reseller-hero p,
  .demo-hero p,
  .legal-hero p {
    max-width: 20.5rem;
    font-size: 1rem !important;
    line-height: 1.68 !important;
  }

  .hero .btn-primary,
  .hero .btn-secondary,
  .features-hero .btn-primary,
  .features-hero .btn-secondary,
  .reseller-hero .btn-primary,
  .reseller-hero .btn-secondary,
  .company-final-cta .btn-light,
  .company-final-cta .btn-outline-light {
    width: 100%;
    min-height: 52px;
  }

  .trust-band {
    padding-block: 1.55rem;
  }

  .trust-band p {
    font-size: .72rem;
    line-height: 1.55;
    letter-spacing: .1em;
  }

  .brand {
    font-size: 1.05rem;
  }

  .feature-section {
    padding-top: 2.4rem;
    padding-bottom: 2.6rem;
  }

  .feature-section .mb-9 {
    margin-bottom: 1.35rem;
  }

  .feature-section h2 {
    font-size: 1.78rem;
    line-height: 1.16;
  }

  .feature-grid {
    gap: .9rem;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .feature-card,
  .feature-card:last-child {
    min-height: auto;
    border: 1px solid rgba(7, 24, 74, .1);
    border-radius: 8px;
    padding: 1.35rem 1.25rem;
    background: #fff;
    text-align: center;
    box-shadow: 0 14px 34px rgba(7, 24, 74, .06);
  }

  .feature-card > svg {
    margin-inline: auto;
    width: 2.35rem;
    height: 2.35rem;
  }

  .feature-card h2 {
    margin-top: .85rem;
    font-size: 1.05rem;
  }

  .feature-card p {
    max-width: none;
    margin-inline: auto;
    font-size: .9rem;
    line-height: 1.62;
  }

  .feature-card a {
    justify-content: center;
  }

  .website-heading {
    max-width: none;
    font-size: 1.82rem;
  }

  .website-heading span {
    white-space: normal;
  }

  .website-strip {
    min-height: 235px;
    padding: 1rem;
  }

  .website-samples-img {
    width: 118%;
    transform: none;
  }

  .web-price-panel,
  .update-panel,
  .mobile-web-panel,
  .soft-cta,
  .price-card,
  .why-price-card,
  .switch-panel,
  .contact-form-card,
  .demo-form-card,
  .contact-methods,
  .world-card,
  .faq-card,
  .contact-cta-card,
  .country-strip,
  .company-message-card,
  .company-story-card,
  .profile-card,
  .company-belief-panel,
  .reseller-card,
  .commission-panel,
  .legal-hero,
  .legal-card,
  .legal-toc {
    padding: 1.35rem;
  }

  .mini-proof {
    grid-template-columns: 46px 1fr;
    gap: 2px 13px;
  }

  .mini-proof svg {
    width: 46px;
    height: 46px;
    padding: 12px;
  }

  .contact-methods article,
  .belief-list article,
  .company-values-grid article,
  .reseller-grid article {
    grid-template-columns: 48px 1fr;
    gap: 8px 14px;
  }

  .contact-methods article > svg,
  .belief-list svg,
  .company-values-grid svg,
  .reseller-grid svg {
    width: 42px;
    height: 42px;
    padding: 10px;
  }

  .company-belief-panel h2,
  .company-story-card h2,
  .profile-card h2,
  .company-final-cta h2,
  .reseller-card h2,
  .commission-panel h2,
  .contact-form-card h2,
  .demo-form-card h2,
  .world-card h2,
  .faq-card h2,
  .contact-cta-card h2,
  .demo-contact-panel h2 {
    font-size: clamp(1.65rem, 8vw, 2.05rem);
    line-height: 1.12;
  }

  .world-map-inline {
    height: 145px;
    margin-block: 18px;
  }

  .legal-card section + section {
    margin-top: 30px;
    padding-top: 30px;
  }

  .legal-card p {
    font-size: .94rem;
    line-height: 1.82;
  }
}

/* Homepage mobile refinements - runtime final override */
@media (max-width: 640px) {
  .hero .mt-8.flex.flex-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: .42rem;
    width: 100%;
  }

  .hero .check {
    gap: .25rem;
    white-space: nowrap;
    font-size: clamp(.58rem, 2.75vw, .72rem);
  }

  .hero .check::before {
    width: .78rem;
    height: .78rem;
    flex: 0 0 .78rem;
    font-size: .5rem;
  }

  .mobile-website-samples {
    display: block !important;
    margin: 1.2rem -1.2rem 0;
    overflow: hidden;
  }

  .mobile-website-samples img {
    width: 118%;
    max-width: none;
    transform: translateX(-6%);
    filter: drop-shadow(0 18px 30px rgba(7, 24, 74, .14));
  }

  .website-panel .website-strip {
    display: none !important;
  }

  .video-band {
    gap: 1.35rem;
    padding: 1.2rem;
  }

  .youtube-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
}

/* Customer logo runtime final sizing */
.customer-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.customer-logo-grid div,
.logo-row .customer-logo-grid div {
  display: grid;
  min-height: 96px;
  place-items: center;
  gap: 8px;
  margin-top: 0;
  border: 1px solid rgba(7, 24, 74, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  padding: 14px;
  box-shadow: 0 14px 30px rgba(7, 24, 74, .05);
}

.customer-logo-grid img {
  display: block;
  width: 100%;
  max-width: 150px;
  max-height: 46px;
  object-fit: contain;
}

.customer-logo-grid div:nth-child(1) img,
.customer-logo-grid div:nth-child(3) img,
.customer-logo-grid div:nth-child(6) img {
  max-width: 170px;
  max-height: 54px;
}

.customer-logo-grid span,
.logo-row .customer-logo-grid span {
  margin: 0;
  display: block;
  font-family: Inter, sans-serif;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(7, 24, 74, .58);
}

.logo-row .customer-logo-grid {
  margin-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .trust-band .customer-logo-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .customer-logo-grid,
  .logo-row .customer-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .customer-logo-grid div,
  .logo-row .customer-logo-grid div {
    min-height: 86px;
    padding: 10px;
  }

  .customer-logo-grid img {
    max-width: 126px;
    max-height: 42px;
  }

  .customer-logo-grid div:nth-child(1) img,
  .customer-logo-grid div:nth-child(3) img,
  .customer-logo-grid div:nth-child(6) img {
    max-width: 136px;
    max-height: 46px;
  }

  .customer-logo-grid span,
  .logo-row .customer-logo-grid span {
    font-size: .52rem;
  }
}

@media (max-width: 640px) {
  .hero .hero-bg-photo {
    object-position: 34% center !important;
    opacity: .48 !important;
  }
}

/* Launch Partner page */
.launch-hero {
  background:
    radial-gradient(circle at 78% 22%, rgba(0, 70, 200, .11), transparent 28%),
    linear-gradient(110deg, #fff 0%, #fff 46%, #f1f6ff 100%);
}

.launch-hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 24, 74, .12);
}

.launch-hero-card img {
  display: block;
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.launch-market-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(320px, calc(100% - 48px));
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(7, 24, 74, .1);
  padding: 18px;
  box-shadow: 0 18px 42px rgba(7, 24, 74, .14);
  backdrop-filter: blur(10px);
}

.launch-market-badge span {
  display: block;
  color: var(--royal);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.launch-market-badge strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.12;
  font-weight: 900;
}

.launch-proof-panel,
.launch-process,
.launch-cta {
  display: grid;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: 8px;
  background: linear-gradient(135deg, #f3f7ff, #fff);
  padding: clamp(24px, 4vw, 42px);
}

.launch-proof-panel,
.launch-cta {
  grid-template-columns: 1fr auto;
}

.launch-proof-panel h2,
.launch-process h2,
.launch-cta h2 {
  margin-top: 10px;
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  line-height: 1.08;
  font-weight: 900;
}

.launch-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 12px;
}

.launch-proof-grid span,
.launch-steps span {
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  padding: 16px;
  color: rgba(7, 24, 74, .72);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.45;
}

.launch-proof-grid b,
.launch-steps b {
  display: block;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 900;
}

.launch-info-card {
  border: 1px solid rgba(7, 24, 74, .1);
  border-radius: 8px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(7, 24, 74, .07);
}

.launch-info-card > svg {
  width: 46px;
  height: 46px;
  color: var(--royal);
}

.launch-info-card h2 {
  margin-top: 22px;
  font-size: 1.45rem;
  line-height: 1.1;
  font-weight: 900;
}

.launch-info-card ul {
  margin-top: 20px;
  display: grid;
  gap: 13px;
}

.launch-info-card li {
  position: relative;
  padding-left: 28px;
  color: rgba(7, 24, 74, .74);
  font-weight: 750;
  line-height: 1.55;
}

.launch-info-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--royal);
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px rgba(0, 56, 184, .25);
}

.launch-process {
  grid-template-columns: .8fr 1.2fr;
}

.launch-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.launch-cta p {
  margin-top: 14px;
  max-width: 640px;
  color: rgba(7, 24, 74, .72);
  font-weight: 750;
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .launch-proof-panel,
  .launch-process,
  .launch-cta {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .launch-hero {
    background: linear-gradient(180deg, #fff, #f4f8ff);
  }

  .launch-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .launch-hero-card img {
    min-height: 280px;
  }

  .launch-market-badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -18px 14px 14px;
  }

  .launch-proof-grid,
  .launch-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pricing-hero .pricing-promise {
    display: grid;
    justify-items: center;
    align-content: start;
    min-height: 112px;
    border: 1px solid rgba(7, 24, 74, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    padding: 14px 8px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(7, 24, 74, .06);
  }

  .pricing-hero .pricing-promise svg {
    width: 1.45rem;
    height: 1.45rem;
  }

  .pricing-hero .pricing-promise b {
    margin-top: .55rem;
    font-size: clamp(.72rem, 3.1vw, .86rem);
    line-height: 1.18;
  }

  .pricing-hero .pricing-promise span {
    margin-top: .28rem;
    font-size: clamp(.62rem, 2.75vw, .74rem);
    line-height: 1.22;
  }

  .pricing-hero .mt-10.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .launch-hero .mx-auto.grid {
    display: flex;
    flex-direction: column;
  }

  .launch-hero .reveal:first-child {
    display: contents;
  }

  .launch-hero .eyebrow {
    order: 1;
    margin-bottom: 0;
  }

  .launch-hero h1 {
    order: 2;
    margin-top: 12px;
  }

  .launch-hero-card {
    order: 3;
    margin-top: 16px;
  }

  .launch-hero .reveal:first-child > p:not(.eyebrow) {
    order: 4;
  }

  .launch-hero .reveal:first-child > .mt-9 {
    order: 5;
  }
}
