:root {
  --sb-teal: #147481;
  --sb-teal-dark: #1d2835;
  --sb-green: #37a5b5;
  --sb-cyan: #65d2e6;
  --sb-cyan-soft: #91deeb;
  --sb-ink: #1d2835;
  --sb-muted: #60717a;
  --sb-soft: #effcff;
  --sb-warm: #f7fdff;
  --sb-line: #d5eef3;
}

body { color: var(--sb-ink); background: #fff; overflow-x: hidden; }
.topbar { background: var(--sb-teal-dark); color: #dff5f1; font-size: 14px; padding: 8px 0; }
.topbar a { color: #fff; }
.navbar-custom { background: rgba(255,255,255,.96); box-shadow: 0 12px 35px rgba(20,116,129,.12); padding: 14px 0; }
.navbar-custom .logo-light { display: none; }
.navbar-custom .logo-dark { display: block; width: 172px; height: auto; }
.navbar-custom .nav-link { color: var(--sb-ink) !important; font-weight: 700; }
.navbar-custom .nav-link:hover, .dropdown-item:hover { color: var(--sb-teal) !important; }
.dropdown-menu { border: 1px solid var(--sb-line); box-shadow: 0 16px 35px rgba(20,116,129,.14); }
.btn-primary, .btn-primary:hover, .btn-primary:focus { background: var(--sb-teal) !important; border-color: var(--sb-teal) !important; }
.btn-outline-primary { color: var(--sb-teal); border-color: var(--sb-teal); }
.btn-outline-primary:hover { background: var(--sb-teal); border-color: var(--sb-teal); }
.text-primary { color: var(--sb-teal) !important; }
.title-box .title-sub-title, .title-sub-title, .hero-kicker, .eyebrow { color: var(--sb-teal); background: rgba(101,210,230,.16); border-radius: 999px; padding: 7px 16px; display: inline-block; font-weight: 800; letter-spacing: 0; }
.sb-hero { padding: 180px 0 90px; background: linear-gradient(135deg, #effcff 0%, #ffffff 55%, #f7fdff 100%); overflow: hidden; }
.sb-hero h1, .sb-page-hero h1 { font-size: clamp(42px, 7vw, 76px); line-height: 1.03; letter-spacing: 0; color: var(--sb-ink); margin: 18px 0; }
.sb-hero p, .sb-page-hero p { font-size: 19px; color: var(--sb-muted); line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.phone-showcase { display: flex; justify-content: center; align-items: flex-end; gap: 16px; min-height: 520px; }
.phone-showcase img { width: min(31%, 190px); height: auto; object-fit: contain; border-radius: 26px; box-shadow: 0 20px 50px rgba(8,75,85,.2); background: #fff; }
.phone-showcase img:nth-child(2) { width: min(35%, 215px); transform: translateY(-28px); }
.slider-logo { width: 210px; height: auto; }
.slider-kicker { color: #ffffff; background: rgba(255,255,255,.16); border-radius: 999px; padding: 7px 16px; display: inline-block; font-weight: 800; }
.slider-phone-strip { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 560px; }
.slider-phone-strip img { width: 44%; max-height: 600px; object-fit: contain; border-radius: 28px; box-shadow: 0 24px 60px rgba(0,0,0,.34); background: #fff; }
.slider-phone-strip img:nth-child(2) { transform: translateY(34px); }
.home-slider .bg-overlay { background-color: rgba(29,40,53,.66); }
.home-page .topbar { background: transparent; position: absolute; top: 0; left: 0; right: 0; z-index: 1032; color: rgba(255,255,255,.86); }
.home-page .topbar a { color: #fff; }
.home-page .navbar-custom:not(.nav-sticky) { background: transparent; box-shadow: none; top: 34px; }
.home-page .navbar-custom:not(.nav-sticky) .logo-light { display: block; width: 172px; height: auto; }
.home-page .navbar-custom:not(.nav-sticky) .logo-dark { display: none; }
.home-page .navbar-custom:not(.nav-sticky) .nav-link { color: #fff !important; }
.home-page .navbar-custom:not(.nav-sticky) .nav-link:hover { color: var(--sb-cyan-soft) !important; }
.home-page .navbar-custom:not(.nav-sticky) .btn-primary { background: rgba(255,255,255,.16) !important; border-color: rgba(255,255,255,.32) !important; color: #fff; }
.home-page .navbar-custom:not(.nav-sticky) .navbar-toggler { border-color: rgba(255,255,255,.65); }
.home-page .navbar-custom:not(.nav-sticky) .navbar-toggler-icon { filter: invert(1); }
.home-page .navbar-custom.nav-sticky { top: 0; background: rgba(255,255,255,.96); box-shadow: 0 12px 35px rgba(20,116,129,.12); }
.home-page .navbar-custom.nav-sticky .logo-light { display: none; }
.home-page .navbar-custom.nav-sticky .logo-dark { display: block; width: 172px; height: auto; }
.inner-page .topbar { background: transparent; position: absolute; top: 0; left: 0; right: 0; z-index: 1032; color: rgba(255,255,255,.86); }
.inner-page .topbar a { color: #fff; }
.inner-page .navbar-custom:not(.nav-sticky) { background: transparent; box-shadow: none; top: 34px; }
.inner-page .navbar-custom:not(.nav-sticky) .logo-light { display: block; width: 172px; height: auto; }
.inner-page .navbar-custom:not(.nav-sticky) .logo-dark { display: none; }
.inner-page .navbar-custom:not(.nav-sticky) .nav-link { color: #fff !important; }
.inner-page .navbar-custom:not(.nav-sticky) .nav-link:hover { color: var(--sb-cyan-soft) !important; }
.inner-page .navbar-custom:not(.nav-sticky) .btn-primary { background: rgba(255,255,255,.16) !important; border-color: rgba(255,255,255,.32) !important; color: #fff; }
.inner-page .navbar-custom:not(.nav-sticky) .navbar-toggler { border-color: rgba(255,255,255,.65); }
.inner-page .navbar-custom:not(.nav-sticky) .navbar-toggler-icon { filter: invert(1); }
.inner-page .navbar-custom.nav-sticky { top: 0; background: rgba(255,255,255,.96); box-shadow: 0 12px 35px rgba(20,116,129,.12); }
.inner-page .navbar-custom.nav-sticky .logo-light { display: none; }
.inner-page .navbar-custom.nav-sticky .logo-dark { display: block; width: 172px; height: auto; }
.section { padding-top: 92px; padding-bottom: 92px; }
.section > .row { --bs-gutter-x: 0; margin-left: 0; margin-right: 0; }
.bg-light-subtle { background: #f7fdff; }
.bg-brand-soft { background: linear-gradient(180deg, #effcff, #fff); }
.trust-pill { height: 100px; min-height: 100px; display: flex; align-items: center; justify-content: center; text-align: center; border: 1px solid var(--sb-line); border-radius: 8px; padding: 14px; font-weight: 800; color: var(--sb-teal-dark); background: #fff; line-height: 1.45; }
.sb-card, .step-card, .summary-panel, .contact-panel { border: 1px solid var(--sb-line); border-radius: 8px; padding: 28px; background: #fff; box-shadow: 0 14px 36px rgba(20,116,129,.1); }
.sb-card h3, .step-card h3, .footer h3 { font-size: 20px; margin: 16px 0 10px; }
.sb-card p, .step-card p, .summary-panel p { color: var(--sb-muted); line-height: 1.7; }
.step-card { min-height: 245px; display: flex; flex-direction: column; }
.step-card h3 { min-height: 58px; }
.step-card p { margin-bottom: 0; }
.sb-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--sb-soft); color: var(--sb-teal); font-size: 28px; }
.step-card span, .timeline-item span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--sb-teal); color: #fff; font-weight: 800; flex: 0 0 auto; }
.rounded-asset { border-radius: 8px; box-shadow: 0 20px 50px rgba(20,116,129,.14); }
.check-list { padding-left: 0; list-style: none; margin: 22px 0; }
.check-list li { position: relative; padding-left: 32px; margin: 12px 0; color: var(--sb-muted); line-height: 1.65; }
.check-list li::before { content: "\F012C"; font-family: "Material Design Icons"; position: absolute; left: 0; top: 1px; color: var(--sb-green); }
.why-susubox h2 { max-width: 940px; }
.why-susubox p:not(.title-sub-title) { max-width: 1010px; font-size: 18px; line-height: 1.78; }
.icon-list { padding-left: 0; list-style: none; margin: 28px 0 0; max-width: 1040px; }
.icon-list li { display: flex; align-items: flex-start; gap: 16px; margin: 18px 0; color: var(--sb-muted); font-size: 17px; line-height: 1.72; }
.icon-list i { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; background: var(--sb-soft); color: var(--sb-teal); font-size: 20px; margin-top: 2px; }
.icon-list span { display: block; }
.why-screen-wrap { display: flex; justify-content: flex-end; width: 100%; }
.screenshot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: end; max-width: 860px; margin: 0 auto; }
.screenshot-grid img { width: 100%; height: auto; object-fit: contain; border-radius: 28px; box-shadow: 0 18px 45px rgba(20,116,129,.18); }
.screenshot-grid-wide { max-width: 1040px; }
.app-showcase { margin-top: 16px; }
.app-showcase-copy h3 { font-size: clamp(34px, 4vw, 54px); line-height: 1.1; margin: 18px 0 26px; color: var(--sb-ink); }
.app-showcase-copy p:not(.eyebrow) { color: var(--sb-muted); font-size: 17px; line-height: 1.8; max-width: 430px; }
.showcase-arrows { display: flex; gap: 18px; margin-top: 70px; color: var(--sb-muted); font-size: 32px; }
.showcase-arrow { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid transparent; border-radius: 50%; background: transparent; color: var(--sb-muted); font-size: 32px; line-height: 1; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.showcase-arrow:hover, .showcase-arrow:focus { color: var(--sb-teal); border-color: var(--sb-line); background: #fff; outline: none; }
.app-screen-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; align-items: end; }
.app-screen-row.is-sliding-next { animation: appScreensNext .32s ease; }
.app-screen-row.is-sliding-prev { animation: appScreensPrev .32s ease; }
.app-screen-row img { width: 100%; height: auto; object-fit: contain; border-radius: 30px; box-shadow: 0 20px 55px rgba(20,116,129,.14); background: #fff; }
@keyframes appScreensNext { from { opacity: .25; transform: translateX(34px); } to { opacity: 1; transform: translateX(0); } }
@keyframes appScreensPrev { from { opacity: .25; transform: translateX(-34px); } to { opacity: 1; transform: translateX(0); } }
.single-screen { max-height: 720px; width: auto; display: block; margin: 0 auto; border-radius: 30px; box-shadow: 0 20px 50px rgba(20,116,129,.18); background: #fff; }
.sb-cta { position: relative; min-height: 500px; display: flex; align-items: center; overflow: visible; margin-top: 72px; padding-top: 70px; padding-bottom: 0; background: linear-gradient(135deg, rgba(29,40,53,.96), rgba(20,116,129,.92)); color: #fff; }
.sb-cta::before { content: ""; position: absolute; inset: 0; background: url("../images/bg/bg-1.png") center/cover no-repeat; opacity: .2; pointer-events: none; }
.sb-cta .container { position: relative; z-index: 1; }
.sb-cta .row { min-height: 430px; }
.sb-cta h2 { max-width: 720px; font-size: clamp(38px, 5vw, 64px); line-height: 1.08; margin-bottom: 20px; color: #fff; }
.sb-cta p, .sb-cta .confirmation-note { color: rgba(255,255,255,.84); }
.cta-kicker { color: #fff !important; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 7px 16px; display: inline-block; font-weight: 800; }
.store-badges { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 30px; }
.store-badge { display: inline-flex; width: 170px; max-width: calc(50vw - 32px); opacity: .96; }
.store-badge img { width: 100%; height: auto; display: block; object-fit: contain; filter: drop-shadow(0 14px 24px rgba(0,0,0,.18)); }
.cta-visual { position: relative; min-height: 500px; display: flex; align-items: flex-end; justify-content: right; margin-top: -120px; }
.cta-splash { position: relative; z-index: 2; width: min(100%, 300px); height: auto; max-height: 750px; object-fit: contain; object-position: bottom center; border-radius: 28px 28px 0 0; filter: drop-shadow(0 34px 60px rgba(0,0,0,.28)); }
.sb-page-hero { position: relative; overflow: hidden; padding: 210px 0 96px; background: linear-gradient(rgba(29,40,53,.72), rgba(20,116,129,.7)), url("../images/sliders/slider-1.png") center/cover no-repeat; }
.sb-page-hero::before { content: ""; position: absolute; inset: 0; background: rgba(29,40,53,.16); pointer-events: none; }
.sb-page-hero .container { position: relative; z-index: 1; }
.sb-page-hero h1 { color: #fff; }
.sb-page-hero p { color: rgba(255,255,255,.84); }
.sb-page-hero .hero-kicker { color: #fff; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.2); }
.comparison-table { border: 1px solid var(--sb-line); background: #fff; }
.comparison-table th { color: var(--sb-teal-dark); }
.comparison-table th, .comparison-table td { padding: 18px; vertical-align: top; border-color: var(--sb-line); }
.timeline-list { display: grid; gap: 14px; }
.timeline-item { display: flex; align-items: center; gap: 18px; padding: 18px; border: 1px solid var(--sb-line); border-radius: 8px; background: #fff; }
.timeline-item p { margin: 0; font-weight: 700; color: var(--sb-ink); }
.sb-accordion .accordion-item { border: 1px solid var(--sb-line); margin-bottom: 12px; border-radius: 8px; overflow: hidden; }
.sb-accordion .accordion-button { font-weight: 800; color: var(--sb-ink); }
.sb-accordion .accordion-button:not(.collapsed) { color: var(--sb-teal-dark); background: var(--sb-soft); box-shadow: none; }
.faq-search { max-width: 560px; margin-bottom: 30px; }
.faq-group { margin-bottom: 42px; }
.faq-group h2 { font-size: 24px; margin-bottom: 16px; }
.legal-page { font-size: 17px; line-height: 1.8; }
.legal-section { scroll-margin-top: 120px; margin-bottom: 36px; }
.legal-section h2 { font-size: 25px; color: var(--sb-teal-dark); }
.toc { position: sticky; top: 110px; border: 1px solid var(--sb-line); border-radius: 8px; padding: 20px; background: #fff; }
.toc h2 { font-size: 18px; }
.toc a, .footer a, .footer span { display: block; color: rgba(255,255,255,.76); margin: 8px 0; }
.contact-panel label { font-weight: 800; margin: 14px 0 6px; }
.confirmation-note { color: var(--sb-muted); font-size: 14px; }
.footer { background: var(--sb-teal-dark); color: rgba(255,255,255,.76); padding-bottom: 35px; }
.footer h3 { color: #fff; }
.footer-logo { width: 180px; height: auto; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 35px; padding-top: 22px; }
@media (max-width: 991px) {
  .sb-hero, .sb-page-hero { padding-top: 150px; }
  .home-page .navbar-custom:not(.nav-sticky) { top: 0; background: rgba(29,40,53,.2); backdrop-filter: blur(8px); }
  .home-page .navbar-custom:not(.nav-sticky) .navbar-collapse { background: rgba(29,40,53,.96); border-radius: 8px; margin-top: 12px; padding: 12px; }
  .inner-page .navbar-custom:not(.nav-sticky) { top: 0; background: rgba(29,40,53,.2); backdrop-filter: blur(8px); }
  .inner-page .navbar-custom:not(.nav-sticky) .navbar-collapse { background: rgba(29,40,53,.96); border-radius: 8px; margin-top: 12px; padding: 12px; }
  .why-screen-wrap { justify-content: center; }
  .sb-cta { min-height: auto; margin-top: 40px; padding-top: 82px; padding-bottom: 0; }
  .sb-cta .row { min-height: auto; }
  .cta-visual { min-height: 390px; margin-top: 12px; }
  .cta-splash { width: min(62%, 250px); }
  .phone-showcase { min-height: auto; }
  .phone-showcase img { width: 30%; border-radius: 18px; }
  .screenshot-grid { grid-template-columns: 1fr; max-width: 330px; }
  .app-showcase-copy { text-align: center; }
  .app-showcase-copy p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
  .showcase-arrows { justify-content: center; margin-top: 28px; }
  .app-screen-row { max-width: 720px; margin: 0 auto; gap: 18px; }
  .comparison-table { min-width: 900px; }
}
@media (max-width: 575px) {
  .row { --bs-gutter-x: 0; margin-left: 0; margin-right: 0; }
  .topbar { display: none; }
  .sb-hero, .sb-page-hero { padding-top: 120px; }
  .sb-hero h1, .sb-page-hero h1 { font-size: 42px; }
  .phone-showcase { gap: 8px; }
  .phone-showcase img { border-radius: 14px; }
  .hero-actions .btn { width: 100%; }
  .sb-cta h2 { font-size: 38px; }
  .store-badge { width: 145px; }
  .cta-visual { min-height: 340px; }
  .cta-splash { width: min(72%, 230px); }
  .step-card h3 { min-height: auto; }
  .app-screen-row { grid-template-columns: 1fr; max-width: 310px; }
}
