html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
  }

  body {
    background: #f4f7f2;
    color: #183226;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .welcome {
    display: block;
    position: relative;
    min-height: 118vh;
    padding: 1.15rem 0 6rem;
    background:
      radial-gradient(circle at 12% 18%, rgba(73, 181, 126, 0.16), transparent 22%),
      radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.09), transparent 24%),
      linear-gradient(135deg, rgba(8, 25, 19, 0.94), rgba(18, 67, 47, 0.86)),
      radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 35%);
    overflow: hidden;
  }

  .welcome::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(6, 18, 14, 0.58) 0%, rgba(6, 18, 14, 0.18) 42%, rgba(6, 18, 14, 0.52) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 38%);
    pointer-events: none;
  }

  .welcome::after {
    content: "";
    position: absolute;
    inset: auto -12% -18% 52%;
    height: 420px;
    background: radial-gradient(circle, rgba(87, 193, 138, 0.18), transparent 62%);
    filter: blur(24px);
    pointer-events: none;
  }

  .welcome > .container,
  .inner-wrapper {
    position: relative;
    z-index: 1;
  }

  .site-nav {
    margin-bottom: 1rem;
    padding: 0.82rem 1.35rem 0.82rem 1.25rem;
    border: none;
    border-radius: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem 1.25rem;
    flex-wrap: wrap;

  }

  .site-nav .navbar-brand,
  .footer-nav .navbar-brand {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .site-nav .navbar-brand {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-right: 0.9rem !important;
    padding: 0 0.25rem 0 0.1rem;
    flex-shrink: 0;
  }

  .site-nav .navbar-nav {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
    width: auto;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: auto;
    gap: 0.05rem;
    list-style: none;
  }

  .footer-nav .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3);
    padding: 0.45rem 0.7rem;
  }

  .footer-nav .navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.14);
  }

  .site-nav .nav-link,
  .footer-nav .nav-link {
    font-weight: 600;
    letter-spacing: 0.02em;
  }

  .site-nav .nav-item,
  .footer-nav .nav-item {
    margin-right: 0.1rem;
  }

  .site-nav .nav-link {
    color: rgba(255, 255, 255, 0.88) !important;
    padding: 0.5rem 0.45rem;
    font-size: 0.88rem;
    white-space: nowrap;
    border-radius: 999px;
    transition: color 0.25s ease, opacity 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  }

  .site-nav .nav-link:hover,
  .site-nav .nav-item.active .nav-link {
    color: #79efac !important;

  }

  .footer-nav .nav-link:hover,
  .footer-nav .nav-item.active .nav-link {
    color: #ffffff !important;
    opacity: 1;
  }

  .inner-wrapper {
    margin-top: 0.25rem;
    padding: 0.45rem 1rem 0;
    border-radius: 34px;
    background:
      linear-gradient(135deg, rgba(18, 27, 31, 0.82), rgba(22, 33, 37, 0.58));
    backdrop-filter: blur(10px);
    box-shadow:
      0 32px 80px rgba(0, 0, 0, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .inner-wrapper .row {
    align-items: flex-start;
    min-height: clamp(460px, 52vh, 560px);
  }

  .hero-copy {
    padding: 1.85rem 1.8rem 1.2rem 1.7rem;
    margin-bottom: 0.2rem;
    border: none;
    border-radius: 28px;
    background: transparent;
    box-shadow: none;
  }

  .hero-copy .d-flex {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .hero-copy .welcome-heading {
    margin-bottom: 0.85rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-size: clamp(2.2rem, 5vw, 4rem);
  }

  .hero-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.8rem;
  }

  .hero-copy .text-muted,
  .cta-band .text-muted,
  .quick-proof-strip {
    color: rgba(255, 255, 255, 0.82) !important;
  }

  .hero-note {
    font-size: 0.95rem;
    font-weight: 600;
  }

  .hero-cta-group {
    margin-top: 0.6rem;
  }

  .hero-primary-cta {
    margin-bottom: 0.35rem;
  }

  .hero-primary-cta .btn {
    min-width: 240px;
  }

  .app-download-block {
    max-width: 480px;
    padding: 0.72rem 0.82rem 0.8rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow:
      0 18px 36px rgba(0, 0, 0, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .app-availability {
    margin-bottom: 0.45rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
  }

  .store-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.55rem;
    margin-top: 0.45rem !important;
  }

  .download-label {
    margin-top: 0;
    margin-bottom: 0.35rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
  }

  .store-badge-link {
    min-width: 188px;
    padding: 0.58rem 0.68rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    background: rgba(255, 255, 255, 0.08);
    box-shadow:
      0 12px 24px rgba(0, 0, 0, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  }

  .store-badge-link:hover,
  .store-badge-link:focus {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
    box-shadow:
      0 16px 30px rgba(0, 0, 0, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .store-badge-main {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
  }

  .store-badge {
    height: 32px;
    width: auto;
    display: block;
    flex-shrink: 0;
  }

  .store-badge-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
  }

  .store-badge-kicker {
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
  }

  .store-badge-title {
    margin-top: 0.18rem;
    font-size: 0.86rem;
    font-weight: 700;
    color: #ffffff;
  }

  .store-badge-arrow {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    flex-shrink: 0;
  }

  .btn {
    min-height: 54px;
    padding: 0.9rem 1.6rem;
    border-width: 1px;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  }

  .btn:hover {
    transform: translateY(-2px);
  }

  .btn-success {
    border-color: #2b9c6d;
    background: linear-gradient(135deg, #2b9c6d, #1d7b54);
    box-shadow: 0 16px 32px rgba(32, 127, 86, 0.28);
  }

  .btn-success:hover,
  .btn-success:focus {
    border-color: #34af7a;
    background: linear-gradient(135deg, #34af7a, #1f8359);
    box-shadow: 0 20px 38px rgba(32, 127, 86, 0.34);
  }

  .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
  }

  .btn-outline-light:hover,
  .btn-outline-light:focus {
    color: #103124;
    background: #ffffff;
    border-color: #ffffff;
  }

  .btn-outline-success {
    border-color: rgba(31, 124, 84, 0.2);
    color: #1d7b54;
    background: rgba(43, 156, 109, 0.04);
  }

  .btn-outline-success:hover,
  .btn-outline-success:focus {
    color: #ffffff;
    border-color: #1d7b54;
    background: #1d7b54;
  }

  .hero-device-shell {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 100%;
    padding: 1.6rem 0.35rem 0.6rem 0.4rem;
    border: none;
    border-radius: 28px;
    background: transparent;
    box-shadow: none;
  }

  .hero-device-shell .iphone-mockup {
    width: min(430px, 90%);
    max-width: 100%;
    margin-right: -0.15rem;
    filter: drop-shadow(0 26px 40px rgba(0, 0, 0, 0.22));
  }

  .quick-proof-strip {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    background: linear-gradient(90deg, #1d7b54, #2b9c6d) !important;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .premium-section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .section-title {
    margin-bottom: 1rem !important;
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: -0.02em;
    line-height: 1;
    color: #153326;
  }

  .section-lead {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #61756a !important;
  }

  .card,
  .testimonial,
  .app-features-wrapper,
  .app-screenshot {
    border-radius: 24px;
  }

  .premium-card,
  .testimonial {
    border: 1px solid rgba(21, 51, 38, 0.07);
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(20, 45, 34, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  }

  .premium-card:hover,
  .testimonial:hover {
    transform: translateY(-4px);
    border-color: rgba(31, 124, 84, 0.14);
    box-shadow: 0 24px 54px rgba(20, 45, 34, 0.11);
  }

  .premium-card .card-body {
    padding: 2.2rem;
  }

  .premium-card .card-title,
  .testimonial h5,
  #FAQ .card-title,
  #Compare .card-title,
  .feature h5 {
    color: #123224;
    font-weight: 700;
  }

  .premium-card .card-text,
  .testimonial p,
  #FAQ .card-text,
  #Compare li,
  .feature p {
    color: #61756a;
    line-height: 1.75;
  }

  .icon {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 28px rgba(31, 124, 84, 0.2);
  }

  .icon i {
    font-size: 1.65rem;
  }

  .feature .icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 20px;
  }

  .feature .icon i {
    font-size: 1.45rem;
  }

  #app-features .app-screenshot,
  #app-features .app-features-wrapper {
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(20, 45, 34, 0.08);
  }

  #app-features {
    background: #f8faf7;
  }

  #app-features .container-fluid {
    max-width: 1380px;
  }

  #app-features .row {
    align-items: stretch;
    justify-content: center;
    gap: 1.15rem;
  }

  #app-features .app-screenshot {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    min-height: 620px;
    flex: 0 0 46%;
    max-width: 46%;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 247, 0.98)),
      radial-gradient(circle at 20% 20%, rgba(43, 156, 109, 0.08), transparent 34%);
  }

  #app-features .app-screenshot img {
    width: 82%;
    max-width: 82%;
    max-height: 92%;
    top: auto;
    left: auto;
    transform: none;
    box-shadow: 0 22px 44px rgba(18, 50, 36, 0.12);
  }

  #app-features .app-features-wrapper {
    display: flex;
    align-items: stretch;
    flex: 0 0 46%;
    max-width: 46%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  #app-features .app-features-wrapper > .container {
    width: 100%;
    padding: 2.3rem 2.1rem;
  }

  #app-features .section-title {
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
    white-space: nowrap;
  }

  #app-features .feature {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  #app-features .feature + .feature {
    border-top: 1px solid rgba(21, 51, 38, 0.08);
  }

  #app-features .feature .icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 1.4rem !important;
    border-radius: 18px;
    box-shadow: 0 10px 20px rgba(31, 124, 84, 0.16);
  }

  #app-features .feature .icon i {
    font-size: 1.25rem;
  }

  #app-features .feature h5 {
    margin-bottom: 0.55rem;
    font-size: 1.08rem;
  }

  #app-features .feature p {
    margin-bottom: 0;
    font-size: 0.97rem;
    line-height: 1.7;
  }

  .blog .card-img-top {
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .use-cases-row > [class*="col-"] {
    display: flex;
    margin-bottom: 1.5rem;
  }

  .use-case-card {
    width: 100%;
  }

  .use-case-card .card-img-top {
    width: 100%;
    height: 210px;
    display: block;
  }

  .use-case-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.55rem 1.55rem 1.4rem;
  }

  .use-case-card .small {
    margin-bottom: 0.45rem !important;
  }

  .use-case-card .card-title {
    margin-bottom: 0.6rem;
    font-size: 1.14rem;
    line-height: 1.35;
  }

  .use-case-card .card-text {
    margin-bottom: 1rem;
    line-height: 1.62;
  }

  .use-case-card .btn {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    line-height: 1.1;
  }

  .overview-section,
  .storage-guide-section {
    position: relative;
    overflow: hidden;
  }

  .overview-section {
    background:
      radial-gradient(circle at top left, rgba(76, 180, 120, 0.12), transparent 26%),
      linear-gradient(180deg, #f7faf6, #f2f7f2);
  }

  .overview-panel {
    padding: 3rem 3rem 2.6rem;
    border: 1px solid rgba(21, 51, 38, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
      0 24px 60px rgba(20, 45, 34, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }

  .section-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(43, 156, 109, 0.1);
    color: #1d7b54;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .overview-panel .section-title,
  .storage-guide-header .section-title {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .overview-secondary-copy {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.85;
    color: #61756a !important;
  }

  .overview-keywords {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
    margin-top: 1.75rem;
  }

  .overview-keywords span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(21, 51, 38, 0.08);
    box-shadow: 0 10px 24px rgba(20, 45, 34, 0.05);
    color: #315244;
    font-size: 0.92rem;
    font-weight: 600;
  }

  .storage-guide-section {
    background: #ffffff;
  }

  .storage-guide-header {
    margin-bottom: 2.1rem;
    text-align: center;
  }

  .storage-guide-grid > [class*="col-"] {
    display: flex;
    margin-bottom: 1.5rem;
  }

  .storage-guide-card {
    width: 100%;
    padding: 1.8rem 1.7rem 1.6rem;
    border: 1px solid rgba(21, 51, 38, 0.07);
    border-radius: 26px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 248, 0.98));
    box-shadow: 0 18px 42px rgba(20, 45, 34, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  }

  .storage-guide-card:hover {
    transform: translateY(-3px);
    border-color: rgba(31, 124, 84, 0.14);
    box-shadow: 0 24px 52px rgba(20, 45, 34, 0.1);
  }

  .storage-guide-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.9rem;
    color: #1d7b54;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .storage-guide-card .h4 {
    margin-bottom: 0.8rem;
    color: #123224;
    font-weight: 700;
    line-height: 1.4;
  }

  .storage-guide-card .text-muted {
    margin-bottom: 0 !important;
    line-height: 1.78;
  }

  .step-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-top: 2.4rem;
  }

  .step-number {
    width: 74px;
    height: 74px;
    margin: 0 auto 1.2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #36b67d, #1d7b54);
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    box-shadow:
      0 18px 32px rgba(32, 127, 86, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }

  .step-card .card-title {
    min-height: 3.4rem;
  }

  .step-card .card-text {
    margin-bottom: 0;
  }

  .video-grid > [class*="col-"] {
    display: flex;
    margin-bottom: 1.5rem;
  }

  .video-card {
    width: 100%;
    overflow: hidden;
  }

  .video-frame {
    position: relative;
    padding: 1rem 1rem 0;
    background:
      linear-gradient(180deg, rgba(244, 247, 242, 0.98), rgba(236, 243, 237, 0.98));
  }

  .video-poster-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #102219;
    cursor: pointer;
    box-shadow: 0 16px 32px rgba(18, 50, 36, 0.12);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
  }

  .video-poster-trigger:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 38px rgba(18, 50, 36, 0.15);
  }

  .video-poster-image {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
  }

  .video-poster-overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(9, 19, 15, 0.12), rgba(9, 19, 15, 0.68)),
      radial-gradient(circle at center, rgba(42, 154, 108, 0.14), transparent 45%);
  }

  .video-poster-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #1d7b54;
    font-size: 1.35rem;
    box-shadow:
      0 18px 34px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
  }

  .video-poster-play i {
    margin-left: 0.18rem;
  }

  .video-poster-copy {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    color: #ffffff;
  }

  .video-poster-kicker {
    margin-bottom: 0.28rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.86;
  }

  .video-poster-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
  }

  .video-frame video {
    display: none;
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 18px;
    background: #0f1f18;
    box-shadow: 0 16px 32px rgba(18, 50, 36, 0.12);
  }

  .video-frame.is-video-loaded .video-poster-trigger {
    display: none;
  }

  .video-frame.is-video-loaded video {
    display: block;
  }

  .video-card .card-body {
    padding: 1.5rem 1.55rem 1.6rem;
  }

  .video-card .card-title {
    margin-bottom: 0.6rem;
    font-size: 1.12rem;
    line-height: 1.35;
  }

  .video-card .card-text {
    margin-bottom: 0;
    line-height: 1.68;
  }

  #FAQ .card,
  #Compare .card,
  .blog .card,
  #HowItWorks .card,
  #Benefits .card,
  #WhoItsFor .card {
    overflow: hidden;
  }

  .testimonials {
    background: #f8faf7;
  }

  .testimonials .container {
    max-width: 1240px;
  }

  .testimonials .section-lead {
    max-width: 880px;
  }

  .testimonials-grid > [class*="col-"] {
    display: flex;
    margin-bottom: 1.15rem;
  }

  .testimonial {
    padding: 1.45rem 1.2rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  .testimonial .avatar {
    width: 72px;
    height: 72px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(20, 45, 34, 0.1);
  }

  .testimonial .review-stars {
    color: #f4b740;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    margin-bottom: 0.45rem;
  }

  .testimonial .review-source {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1d7b54;
  }

  .testimonial .review-summary {
    min-height: 2.2rem;
    line-height: 1.45;
  }

  .testimonial p {
    margin-bottom: 0;
    font-size: 0.94rem;
    line-height: 1.62;
  }

  #Compare ul {
    padding-left: 1.2rem;
  }

  .cta-band {
    background: linear-gradient(135deg, #0f281d, #1f704d) !important;
  }

  .cta-band .container {
    max-width: 900px;
  }

  .cta-band .section-title {
    color: #ffffff;
  }

  .cta-band .btn {
    min-width: 260px;
  }

  .footer-nav .navbar-nav {
    width: auto;
    gap: 0.15rem;
  }

  .footer-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #0f1f18 !important;
  }

  .footer-nav .container {
    align-items: center;
    row-gap: 0.75rem;
  }

  .footer-nav span {
    max-width: 420px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
  }

  @media (max-width: 991.98px) {
    .site-nav {
      padding: 0.95rem 1rem;
      margin-bottom: 1.2rem;
    }

    .site-nav .nav-item,
    .footer-nav .nav-item {
      margin-right: 0;
    }

    .site-nav .navbar-brand {
      margin-right: 1rem !important;
      padding-left: 0;
    }

    .site-nav .navbar-nav {
      width: 100%;
      justify-content: flex-start;
      margin-left: 0;
      align-items: center;
      gap: 0.15rem;
      padding-top: 0.75rem;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .footer-nav .navbar-collapse {
      display: block !important;
      margin-top: 0.85rem;
      padding-top: 0.85rem;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .site-nav .nav-link {
      width: auto;
      padding-top: 0.45rem;
      padding-bottom: 0.45rem;
    }

    .footer-nav .nav-link {
      display: block;
      width: 100%;
      padding-top: 0.65rem;
      padding-bottom: 0.65rem;
    }

    .hero-copy {
      margin-bottom: 1.5rem;
      padding: 2rem;
    }

    .app-download-block {
      max-width: 100%;
    }

    .inner-wrapper {
      padding: 0.5rem;
    }

    .hero-device-shell {
      padding-right: 0.25rem;
      padding-left: 0.25rem;
    }

    .hero-device-shell .iphone-mockup {
      max-width: 100%;
      margin-right: -0.2rem;
    }

    #app-features .app-screenshot {
      margin: 0 1rem 2rem;
      min-height: auto;
      flex: 0 0 100%;
      max-width: 100%;
    }

    #app-features .app-features-wrapper {
      flex: 0 0 100%;
      max-width: 100%;
    }

    #app-features .app-features-wrapper > .container {
      padding: 2rem 1.8rem;
    }

    .video-frame video {
      height: 220px;
    }

    .video-poster-image {
      height: 220px;
    }
  }

  @media (max-width: 767.98px) {
    .welcome {
      min-height: auto;
      padding-bottom: 2.5rem;
    }

    .hero-copy {
      padding: 1.5rem;
      border-radius: 24px;
      background: transparent;
    }

    .section-title {
      font-size: 1.9rem;
    }

    .btn {
      width: 100%;
      justify-content: center;
    }

    .hero-copy .d-flex {
      display: block !important;
    }

    .hero-copy .btn {
      margin-right: 0 !important;
    }

    .hero-primary-cta .btn {
      min-width: 100%;
    }

    .inner-wrapper .row {
      min-height: auto;
    }

    .hero-device-shell {
      padding-top: 0.5rem;
      padding-bottom: 1rem;
      background: transparent;
    }

    .hero-device-shell .iphone-mockup {
      width: min(420px, 100%);
      margin-right: 0;
    }

    #app-features .section-title {
      white-space: normal;
    }

    .video-frame {
      padding: 0.75rem 0.75rem 0;
    }

    .video-frame video {
      height: 210px;
      border-radius: 16px;
    }

    .video-poster-trigger {
      border-radius: 16px;
    }

    .video-poster-image {
      height: 210px;
    }

    .video-poster-play {
      width: 62px;
      height: 62px;
      font-size: 1.15rem;
    }


    #app-features .feature {
      padding-top: 1.25rem !important;
      padding-bottom: 1.25rem !important;
    }

    .inner-wrapper {
      padding: 0.35rem;
      border-radius: 26px;
    }

    .store-badges {
      gap: 0.75rem;
    }

    .store-badge-link {
      min-width: 100%;
      width: 100%;
    }

    .store-badge {
      height: 34px;
    }

    .overview-panel {
      padding: 2.2rem 1.5rem 2rem;
    }

    .storage-guide-card {
      padding: 1.5rem 1.35rem 1.4rem;
    }


    .quick-proof-strip .col-md-3 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }

    .footer-nav span {
      max-width: 100%;
      margin-bottom: 0.5rem;
    }
  }

  @media (max-height: 920px) {
    .welcome {
      min-height: auto;
      padding-top: 0.9rem;
      padding-bottom: 3rem;
    }

    .site-nav {
      margin-bottom: 1.1rem;
    }

    .inner-wrapper {
      padding: 0.35rem 0.7rem 0;
    }

    .inner-wrapper .row {
      min-height: auto;
      align-items: flex-start;
      flex-direction: column;
    }

    .hero-copy {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      margin-right: 0 !important;
      padding: 1.7rem 1.6rem 1.55rem;
    }

    .hero-copy .welcome-heading {
      font-size: clamp(2rem, 4.2vw, 3.45rem);
      margin-bottom: 0.8rem;
    }

    .hero-copy .text-muted {
      margin-bottom: 0.65rem;
      line-height: 1.65;
    }

    .hero-primary-cta {
      margin-bottom: 0.55rem;
    }

    .hero-note {
      font-size: 0.86rem;
    }

    .app-download-block {
      max-width: 100%;
      width: 100%;
      margin-top: 0.85rem !important;
      padding: 0.78rem 0.82rem 0.88rem;
    }

    .store-badges {
      gap: 0.5rem;
      margin-top: 0.45rem !important;
    }

    .store-badge-link {
      min-width: 178px;
      padding: 0.58rem 0.68rem;
    }

    .store-badge {
      height: 32px;
    }

    .store-badge-title {
      font-size: 0.86rem;
    }

    .store-badge-kicker {
      font-size: 0.62rem;
    }

    .hero-device-shell {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      justify-content: center;
      padding-top: 0.7rem;
      padding-bottom: 0.65rem;
    }

    .hero-device-shell .iphone-mockup {
      width: min(280px, 34vw);
      max-width: 100%;
      margin-right: 0;
      margin-left: 0 !important;
    }

    .inner-wrapper .row {
      gap: 0.25rem;
    }
  }

  @media (max-height: 760px) {
    .welcome {
      padding-bottom: 2.4rem;
    }

    .site-nav {
      margin-bottom: 0.9rem;
    }

    .hero-copy {
      padding: 1.35rem 1.3rem 1.2rem;
    }

    .hero-copy .welcome-heading {
      font-size: clamp(1.85rem, 3.6vw, 3rem);
    }

    .hero-copy .text-muted {
      font-size: 0.94rem;
      line-height: 1.55;
    }

    .app-download-block {
      padding: 0.72rem 0.74rem 0.8rem;
    }

    .store-badge-link {
      min-width: 168px;
      padding: 0.54rem 0.62rem;
    }

    .hero-device-shell {
      display: none;
    }
  }
