/* Ported from Website-ioxtech-2026 on-site-app.html landing styles. */
:root {
    --osa-primary: #01B1E3;
    --osa-navy: #004A99;
    --osa-lavender: #0195D3;
    --osa-teal: #02B6CC;
}

.page-on-site-app {
    background: #ffffff;
    color: #1d1d1f;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.page-on-site-app .osa-btn-buy {
    display: inline-block;
    background: #25d366;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 980px;
    text-decoration: none;
    transition: opacity .2s, filter .2s, background .2s;
}
.page-on-site-app .osa-btn-buy:hover { background: #1ebe5d; opacity: .95; filter: none; color: #fff; }
.page-on-site-app .osa-btn-outline {
    display: inline-block;
    border: 1px solid rgba(0, 74, 153, .35);
    color: #004A99;
    font-size: 17px;
    padding: 12px 24px;
    border-radius: 980px;
    text-decoration: none;
    margin-left: 12px;
}

/* Section 1 Hero */
.page-on-site-app .osa-s1-hero {
    min-height: 100vh;
    background: #ffffff;
    padding: 168px 24px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.page-on-site-app .osa-s1-title {
    font-size: clamp(48px, 10vw, 112px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.04em;
    background: linear-gradient(180deg, #01B1E3 0%, #004A99 50%, #0195D3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 16px;
}
.page-on-site-app .osa-s1-tagline {
    font-size: clamp(17px, 2.5vw, 24px);
    color: #6e6e73;
    max-width: 680px;
    margin: 0 auto 24px;
    line-height: 1.4;
    letter-spacing: -.01em;
}
.page-on-site-app .osa-s1-actions { margin-bottom: 0; }
.page-on-site-app .osa-s1-price-note { font-size: 14px; color: #86868b; margin-top: 12px; margin-bottom: 0; }
.page-on-site-app .osa-s1-signup-note {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    color: #01B1E3;
    margin: 10px 0 0;
    letter-spacing: -.02em;
    line-height: 1.15;
}
.page-on-site-app .osa-btn-signup {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 14px 30px;
    border-radius: 980px;
    background: linear-gradient(135deg, #01B1E3 0%, #004A99 100%);
    border: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(1, 177, 227, .28);
    transition: opacity .2s, transform .2s;
}
.page-on-site-app .osa-btn-signup:hover { color: #fff; opacity: .92; transform: translateY(-1px); }
.page-on-site-app .osa-s1-phone-wrap { margin-top: 12px; position: relative; height: clamp(420px, 62vh, 680px); overflow: hidden; }
.page-on-site-app .osa-s1-phone {
    position: absolute;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
    width: min(520px, 92vw);
}
.page-on-site-app .osa-s1-phone img { width: 100%; height: auto; display: block; }

/* Section 2 Highlights */
.page-on-site-app .osa-s2-highlights { width: 100%; background: #f5f5f7; padding: 80px 0 100px; }
.page-on-site-app .osa-s2-header { max-width: 980px; margin: 0 auto 40px; padding: 0 24px; }
.page-on-site-app .osa-s2-heading { font-size: clamp(40px, 6vw, 56px); font-weight: 700; letter-spacing: -.03em; color: #1d1d1f; margin: 0; }
.page-on-site-app .osa-s2-carousel-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.page-on-site-app .osa-s2-slide {
    background: #fff;
    border-radius: 28px;
    padding: 48px 40px 32px;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .04);
}
.page-on-site-app .osa-s2-slide-text {
    font-size: clamp(19px, 2.5vw, 24px);
    font-weight: 600;
    color: #1d1d1f;
    line-height: 1.35;
    max-width: 640px;
    margin: 0 0 32px;
    letter-spacing: -.02em;
}
.page-on-site-app .osa-s2-slide-phone { width: min(280px, 62vw); }
.page-on-site-app .osa-s2-slide-phone img { width: 100%; display: block; }
.page-on-site-app .osa-s2-slide--modules { justify-content: flex-start; }
.page-on-site-app .osa-s2-slide--modules .osa-s2-module-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-content: flex-start;
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
}
.page-on-site-app .osa-s2-module-grid span {
    background: rgba(1, 177, 227, .12);
    color: #004A99;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
}
.page-on-site-app .osa-s2-module-grid .osa-s2-more-tag { background: rgba(0, 74, 153, .12); font-weight: 600; }
.page-on-site-app .osa-s2-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 24px; }
.page-on-site-app .osa-s2-pagination { display: flex !important; gap: 8px; width: auto !important; position: static !important; }
.page-on-site-app .osa-s2-pagination .swiper-pagination-bullet { width: 8px; height: 8px; background: rgba(0, 0, 0, .2); opacity: 1; margin: 0 !important; }
.page-on-site-app .osa-s2-pagination .swiper-pagination-bullet-active { background: #004A99; width: 24px; border-radius: 4px; }
.page-on-site-app .osa-s2-pause {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .15);
    background: transparent;
    color: #1d1d1f;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Section 3 Closer look */
.page-on-site-app .osa-s3-closer { background: #ffffff; padding: 80px 24px 100px; }
.page-on-site-app .osa-s3-heading {
    font-size: clamp(40px, 6vw, 56px);
    font-weight: 700;
    letter-spacing: -.03em;
    color: #1d1d1f;
    margin: 0 auto 40px;
    max-width: 980px;
}
.page-on-site-app .osa-s3-panel {
    max-width: 1200px;
    margin: 0 auto;
    background: #f5f5f7;
    border-radius: 28px;
    padding: 40px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: center;
    min-height: 520px;
}
.page-on-site-app .osa-s3-menu { display: flex; flex-direction: column; gap: 8px; }
.page-on-site-app .osa-s3-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    color: #1d1d1f;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 16px;
    border-radius: 999px;
    cursor: pointer;
    transition: background .2s;
}
.page-on-site-app .osa-s3-pill:hover { background: rgba(0, 0, 0, .04); }
.page-on-site-app .osa-s3-pill.active { background: rgba(1, 177, 227, .1); }
.page-on-site-app .osa-s3-pill-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .2);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-on-site-app .osa-s3-pill.active .osa-s3-pill-dot { background: #01B1E3; border-color: #01B1E3; }
.page-on-site-app .osa-s3-pill.active .osa-s3-pill-dot::after { content: ""; width: 6px; height: 6px; background: #fff; border-radius: 50%; }
.page-on-site-app .osa-s3-preview { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.page-on-site-app .osa-s3-phone { width: min(320px, 70vw); transition: transform .4s ease; }
.page-on-site-app .osa-s3-phone img { width: 100%; display: block; transition: opacity .3s; }
.page-on-site-app .osa-s3-module-info { text-align: center; max-width: 400px; }
.page-on-site-app .osa-s3-module-info h3 { font-size: 24px; font-weight: 600; color: #1d1d1f; margin: 0 0 8px; }
.page-on-site-app .osa-s3-module-info p { font-size: 15px; color: #6e6e73; line-height: 1.5; margin: 0; }

/* Section 4 Built */
.page-on-site-app .osa-s4-built { background: #ffffff; padding: 80px 24px 100px; text-align: center; }
.page-on-site-app .osa-s4-eyebrow { font-size: 17px; color: #01B1E3; font-weight: 600; margin: 0 0 12px; }
.page-on-site-app .osa-s4-heading {
    font-size: clamp(40px, 6vw, 64px);
    font-weight: 700;
    letter-spacing: -.03em;
    color: #1d1d1f;
    line-height: 1.08;
    margin: 0 0 48px;
}
.page-on-site-app .osa-s4-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1100px; margin: 0 auto 64px; }
.page-on-site-app .osa-s4-card { background: #f5f5f7; border-radius: 20px; padding: 28px 20px; text-align: left; }
.page-on-site-app .osa-s4-card-icon { font-size: 28px; color: #01B1E3; margin-bottom: 16px; }
.page-on-site-app .osa-s4-card h3 { font-size: 19px; font-weight: 600; color: #1d1d1f; margin: 0 0 8px; }
.page-on-site-app .osa-s4-card p { font-size: 14px; color: #6e6e73; line-height: 1.5; margin: 0; }
.page-on-site-app .osa-s4-devices { display: flex; justify-content: center; align-items: flex-end; gap: 32px; max-width: 980px; margin: 0 auto; }
.page-on-site-app .osa-s4-device--web { flex: 1; max-width: 560px; }
.page-on-site-app .osa-s4-device--mobile { width: min(220px, 42vw); flex-shrink: 0; }
.page-on-site-app .osa-s4-device img { width: 100%; display: block; }

/* Section 5 Pricing */
.page-on-site-app .osa-s5-pricing { background: #f5f5f7; padding: 80px 24px; color: #1d1d1f; }
.page-on-site-app .osa-s5-container { max-width: 1180px; margin: 0 auto; }
.page-on-site-app .osa-s5-header { text-align: center; margin-bottom: 48px; }
.page-on-site-app .osa-s5-header .currency-toggle { margin-top: 22px; }
.page-on-site-app .osa-s5-heading { font-size: clamp(32px, 5vw, 48px); font-weight: 700; letter-spacing: -.03em; margin: 0 0 8px; }
.page-on-site-app .osa-s5-sub { font-size: 17px; color: #6e6e73; margin: 0; }
.page-on-site-app .osa-s5-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1180px; margin: 0 auto; }
.page-on-site-app .osa-s5-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 24px;
    border: 1px solid #d2d2d7;
    position: relative;
    display: flex;
    flex-direction: column;
}
.page-on-site-app .osa-s5-card--featured { border-color: #01B1E3; box-shadow: 0 8px 32px rgba(1, 177, 227, .15); }
.page-on-site-app .osa-s5-card--setup { border-style: dashed; }
.page-on-site-app .osa-s5-save {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #34c759;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
}
.page-on-site-app .osa-s5-tier { font-size: 15px; font-weight: 600; color: #6e6e73; margin: 0 0 8px; }
.page-on-site-app .osa-s5-price { font-size: 40px; font-weight: 700; color: #004A99; line-height: 1.1; margin-bottom: 24px; }
.page-on-site-app .osa-s5-period { font-size: 17px; font-weight: 400; color: #6e6e73; }
.page-on-site-app .osa-s5-features { list-style: none; padding: 0; margin: 0 0 24px; flex-grow: 1; }
.page-on-site-app .osa-s5-features li { font-size: 13px; color: #1d1d1f; padding: 6px 0 6px 22px; position: relative; border-bottom: 1px solid #f0f0f0; }
.page-on-site-app .osa-s5-features li::before { content: "\2713"; position: absolute; left: 0; color: #34c759; font-weight: 700; }
.page-on-site-app .osa-s5-card:not(.osa-s5-card--setup) .osa-s5-features { max-height: 320px; overflow-y: auto; scrollbar-width: thin; }
.page-on-site-app .osa-s5-btn {
    display: block;
    text-align: center;
    background: #004A99;
    color: #fff;
    padding: 14px;
    border-radius: 980px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: background .2s;
}
.page-on-site-app .osa-s5-btn:hover { background: #01B1E3; color: #fff; }
.page-on-site-app .osa-s5-note { text-align: center; font-size: 13px; color: #6e6e73; margin-top: 32px; }

/* App Store / Play Store */
.page-on-site-app .osa-s5b-stores { background: #ffffff; padding: 72px 24px; color: #1d1d1f; }
.page-on-site-app .osa-s5b-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.page-on-site-app .osa-s5b-heading { font-size: clamp(28px, 4vw, 40px); font-weight: 700; letter-spacing: -.03em; margin: 0 0 8px; }
.page-on-site-app .osa-s5b-sub { font-size: 17px; color: #6e6e73; margin: 0 0 28px; }
.page-on-site-app .osa-s5b-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.page-on-site-app .osa-store-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 180px;
    padding: 12px 18px;
    border-radius: 12px;
    background: #1d1d1f;
    color: #fff;
    text-decoration: none;
    transition: transform .2s, opacity .2s;
}
.page-on-site-app .osa-store-badge:hover { opacity: .92; transform: translateY(-1px); color: #fff; }
.page-on-site-app .osa-store-badge-icon { width: 28px; height: 28px; flex-shrink: 0; }
.page-on-site-app .osa-store-badge-copy { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; text-align: left; }
.page-on-site-app .osa-store-badge-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: .04em; opacity: .85; }
.page-on-site-app .osa-store-badge-name { font-size: 18px; font-weight: 600; letter-spacing: -.01em; }

/* Section 6 FAQ */
.page-on-site-app .osa-s6-faq { background: #f5f5f7; padding: 80px 24px 100px; }
.page-on-site-app .osa-s6-inner { max-width: 860px; margin: 0 auto; }
.page-on-site-app .osa-s6-heading {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    color: #1d1d1f;
    text-align: center;
    margin: 0 0 40px;
    letter-spacing: -.03em;
}
.page-on-site-app .osa-faq-accordion .accordion-item {
    background: #1d1d1f;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    margin-bottom: 10px;
    overflow: hidden;
}
.page-on-site-app .osa-faq-accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 18px 20px;
    background: transparent;
    color: #f5f5f7;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    list-style: none;
}
.page-on-site-app .osa-faq-accordion .accordion-button::-webkit-details-marker { display: none; }
.page-on-site-app .osa-faq-accordion .accordion-button::after {
    content: "";
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s;
}
.page-on-site-app .osa-faq-accordion .accordion-item[open] .accordion-button { background: rgba(1, 177, 227, .12); color: #01B1E3; }
.page-on-site-app .osa-faq-accordion .accordion-item[open] .accordion-button::after { transform: rotate(-135deg); }
.page-on-site-app .osa-faq-accordion .accordion-body { padding: 4px 20px 20px; color: #86868b; font-size: 15px; line-height: 1.6; }
.page-on-site-app .osa-s6-cta { text-align: center; margin-top: 40px; }

.page-on-site-app .osa-wa-fab {
    position: fixed;
    right: 20px;
    bottom: 88px;
    z-index: 1001;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
    text-decoration: none;
}
.page-on-site-app .osa-wa-fab-icon { width: 30px; height: 30px; display: block; }
.page-on-site-app footer { background: #f5f5f7; color: #1d1d1f; }

@media (max-width: 991px) {
    .page-on-site-app .osa-s3-panel { grid-template-columns: 1fr; padding: 24px; }
    .page-on-site-app .osa-s3-menu { flex-direction: row; flex-wrap: wrap; }
    .page-on-site-app .osa-s4-grid { grid-template-columns: repeat(2, 1fr); }
    .page-on-site-app .osa-s5-grid { grid-template-columns: repeat(2, 1fr); max-width: 640px; }
}

@media (max-width: 767px) {
    .page-on-site-app .osa-s4-grid { grid-template-columns: 1fr; }
    .page-on-site-app .osa-s4-devices { flex-direction: column; align-items: center; }
    .page-on-site-app .osa-s4-device--web { max-width: 100%; }
    .page-on-site-app .osa-s1-hero { padding-top: 148px; }
    .page-on-site-app .osa-s1-phone { width: min(360px, 94vw); }
    .page-on-site-app .osa-s1-phone-wrap { height: clamp(380px, 58vh, 520px); }
    .page-on-site-app .osa-s5-grid { grid-template-columns: 1fr; max-width: 400px; }
    .page-on-site-app .osa-s6-cta .osa-btn-outline { display: block; margin: 12px auto 0; max-width: 280px; }
}
