body {
    background: #f6f8f7;
}

.public-navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
}

.public-navbar .navbar-brand {
    color: #1ab394 !important;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 20px;
}

.public-brand-icon {
    vertical-align: middle;
    margin-right: 6px;
}

.public-navbar .nav > li > a {
    color: #555;
    padding: 18px 16px;
    font-size: 14px;
}

.public-navbar .nav > li > a:hover,
.public-navbar .nav > li.active > a {
    color: #1ab394;
    background: none;
    border-bottom: 2px solid #1ab394;
}

.public-navbar .navbar-toggle {
    border-color: #ddd;
    margin-top: 10px;
}

.public-navbar .navbar-toggle .icon-bar {
    background-color: #555;
}

.public-navbar .navbar-toggle:hover,
.public-navbar .navbar-toggle:focus {
    background-color: #f5f5f5;
}

.public-content {
    padding: 30px 0;
    min-height: calc(100vh - 110px);
}

.public-footer {
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 20px 0;
    text-align: center;
    color: #999;
    font-size: 12px;
}

.public-footer-link {
    color: #999;
}

.hero-section,
.intro-hero {
    background: linear-gradient(135deg, #1ab394 0%, #17a082 100%);
    color: #fff;
    border-radius: 8px;
}

.hero-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: center;
    gap: 42px;
    overflow: hidden;
    padding: 58px 64px;
    margin-bottom: 28px;
    background:
        linear-gradient(135deg, rgba(26, 179, 148, 0.95) 0%, rgba(18, 139, 118, 0.98) 100%),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.08) 0, rgba(255,255,255,0.08) 1px, transparent 1px, transparent 34px),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.07) 0, rgba(255,255,255,0.07) 1px, transparent 1px, transparent 34px);
    box-shadow: 0 18px 40px rgba(16, 122, 104, 0.18);
}

.intro-hero {
    text-align: center;
    padding: 50px 20px;
    margin-bottom: 36px;
}

.hero-section h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.22;
    margin-bottom: 16px;
}

.hero-section p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.intro-hero h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.app-logo-wrap {
    margin-bottom: 18px;
}

.app-logo-wrap.compact {
    margin-bottom: 14px;
}

.app-logo {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.25));
}

.app-logo.compact {
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.25));
}

.public-page-title {
    font-size: 40px;
    margin-bottom: 8px;
}

.hero-copy {
    position: relative;
    z-index: 1;
    max-width: 560px;
    text-align: left;
}

.hero-kicker {
    display: inline-block;
    margin-bottom: 10px !important;
    padding: 5px 12px;
    border: 1px solid rgba(255,255,255,0.34);
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.92);
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0;
}

.hero-description {
    max-width: 480px;
    color: rgba(255,255,255,0.9);
}

.store-actions {
    margin-top: 30px;
}

.intro-copy {
    font-size: 15px;
    opacity: 0.9;
}

.intro-release {
    opacity: 0.75;
}

.btn-store {
    display: inline-block;
    min-width: 142px;
    margin: 5px 8px 5px 0;
    padding: 12px 22px;
    border-radius: 25px;
    background: rgba(255,255,255,0.96);
    color: #14836f;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,0.8);
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(4, 82, 67, 0.16);
}

.intro-hero .btn-store {
    background: rgba(255,255,255,0.2);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: none;
}

.intro-hero .btn-store {
    margin: 6px 4px;
    padding: 10px 24px;
}

.btn-store:hover {
    background: #fff;
    color: #0f745f;
    text-decoration: none;
    transform: translateY(-1px);
}

.intro-hero .btn-store:hover {
    background: rgba(255,255,255,0.35);
    color: #fff;
}

.hero-preview {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.phone-mockup {
    position: relative;
    width: 238px;
    height: 430px;
    overflow: hidden;
    padding: 0;
    border: 7px solid rgba(16, 58, 51, 0.88);
    border-radius: 32px;
    background: #f7f6fb;
    box-shadow: 0 26px 50px rgba(0,0,0,0.24);
}

.phone-mockup img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.stats-row {
    margin-bottom: 30px;
}

.stat-card,
.feature-card,
.info-card,
.policy-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.stat-card {
    min-height: 138px;
    padding: 24px 16px;
    text-align: center;
    border: 1px solid rgba(26, 179, 148, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.stat-card:hover {
    transform: translateY(-2px);
    border-color: rgba(26, 179, 148, 0.24);
    box-shadow: 0 12px 28px rgba(20, 80, 68, 0.1);
}

.feature-summary-card {
    min-height: 190px;
    padding: 32px 24px;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #1ab394;
}

.stat-label {
    font-size: 13px;
    color: #5d6f6a;
    font-weight: 700;
    margin-top: 8px;
}

.stat-helper {
    margin-top: 8px;
    color: #9aa8a4;
    font-size: 12px;
}

.feature-card {
    padding: 30px 24px;
    margin-bottom: 20px;
}

.feature-card h4,
.info-card h4 {
    color: #1ab394;
    font-weight: 700;
}

.feature-card h4 {
    margin-bottom: 10px;
}

.feature-icon {
    font-size: 36px;
    color: #1ab394;
    margin-bottom: 14px;
}

.feature-icon-accent {
    color: #1ab394;
}

.feature-title {
    margin-top: 12px;
    color: #34423f;
    font-weight: 700;
}

.feature-description {
    min-height: 42px;
    font-size: 14px;
    line-height: 1.65;
}

.policy-container {
    padding: 36px 40px;
    margin-bottom: 30px;
}

.policy-container h2 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    border-bottom: 2px solid #1ab394;
    padding-bottom: 10px;
    margin-bottom: 24px;
}

.policy-container h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1ab394;
    margin-top: 28px;
    margin-bottom: 10px;
}

.policy-container h4 {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    margin-top: 18px;
    margin-bottom: 8px;
}

.policy-container p {
    font-size: 13px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 8px;
}

.policy-container ol,
.policy-container ul {
    font-size: 13px;
    color: #555;
    line-height: 1.9;
    padding-left: 22px;
}

.policy-container ol li,
.policy-container ul li {
    margin-bottom: 4px;
}

.policy-container ol ol {
    list-style-type: lower-alpha;
    margin-top: 6px;
}

.policy-empty {
    color: #777;
    font-size: 13px;
    line-height: 1.8;
}

.policy-tabs {
    margin-bottom: 0;
}

.info-card {
    padding: 30px 24px;
    margin-bottom: 20px;
}

.info-card h4 {
    margin-bottom: 14px;
}

.support-accent {
    color: #1ab394;
}

.support-copy {
    font-size: 14px;
}

.support-contact {
    margin-top: 16px;
}

.support-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding: 34px 38px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(26, 179, 148, 0.96) 0%, rgba(20, 132, 113, 0.98) 100%),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.08) 0, rgba(255,255,255,0.08) 1px, transparent 1px, transparent 32px);
    color: #fff;
    box-shadow: 0 14px 32px rgba(16, 122, 104, 0.14);
}

.support-eyebrow {
    margin-bottom: 7px !important;
    color: rgba(255,255,255,0.72);
    font-size: 12px !important;
    font-weight: 700;
}

.support-hero h2 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 700;
}

.support-hero p {
    max-width: 620px;
    margin-bottom: 0;
    color: rgba(255,255,255,0.86);
    font-size: 15px;
    line-height: 1.7;
}

.support-mail-cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 20px;
    border-radius: 999px;
    background: #fff;
    color: #14836f;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(4, 82, 67, 0.14);
}

.support-mail-cta:hover {
    color: #0f745f;
    text-decoration: none;
}

.support-layout {
    margin-bottom: 24px;
}

.support-contact-card,
.support-faq-card {
    background: #fff;
    border: 1px solid rgba(26, 179, 148, 0.08);
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.support-contact-card {
    margin-bottom: 16px;
    padding: 24px;
}

.support-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #e9f8f4;
    color: #1ab394;
    font-size: 18px;
}

.support-contact-card h4 {
    margin: 0 0 10px;
    color: #263f39;
    font-weight: 700;
}

.support-contact-card p {
    margin-bottom: 12px;
    color: #6b7875;
    font-size: 14px;
    line-height: 1.7;
}

.support-contact-card a {
    color: #14836f;
    font-weight: 700;
}

.support-faq-card {
    padding: 28px;
}

.support-section-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #edf1ef;
}

.support-section-title h3 {
    margin: 0 0 6px;
    color: #263f39;
    font-size: 22px;
    font-weight: 700;
}

.support-section-title p {
    margin: 0;
    color: #8b9995;
    font-size: 13px;
}

.support-section-title > i {
    color: #1ab394;
    font-size: 28px;
}

.support-faq-item + .support-faq-item {
    border-top: 1px solid #edf1ef;
}

.support-faq-question {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 0;
    border: 0;
    background: transparent;
    color: #263f39;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    outline: none;
}

.support-faq-qmark {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    border-radius: 50%;
    background: #e9f8f4;
    color: #1ab394;
    font-size: 13px;
}

.support-faq-text {
    flex: 1 1 auto;
}

.support-faq-question i {
    flex: 0 0 auto;
    color: #8b9995;
    font-size: 18px;
    transition: transform 0.18s ease;
}

.support-faq-question.is-open i {
    transform: rotate(180deg);
}

.support-faq-answer {
    padding: 0 0 18px 40px;
}

.support-faq-answer p {
    margin: 0;
    color: #65736f;
    font-size: 14px;
    line-height: 1.8;
    white-space: pre-line;
}

@media (max-width: 767px) {
    .public-navbar .nav > li > a {
        padding: 12px 16px;
        border-bottom: none;
    }

    .public-navbar .navbar-collapse {
        border-top: 1px solid #f0f0f0;
    }

    .policy-container {
        padding: 24px 16px;
    }

    .support-hero {
        display: block;
        padding: 28px 22px;
    }

    .support-hero h2 {
        font-size: 25px;
    }

    .support-mail-cta {
        margin-top: 18px;
    }

    .support-faq-card {
        padding: 22px 18px;
    }

    .support-faq-question {
        font-size: 14px;
    }

    .support-faq-answer {
        padding-left: 0;
    }

    .public-content {
        padding: 18px 0;
    }

    .hero-section {
        display: block;
        padding: 36px 20px;
        margin-bottom: 22px;
        text-align: center;
    }

    .hero-copy {
        max-width: none;
        text-align: center;
    }

    .hero-section h1,
    .public-page-title {
        font-size: 31px;
    }

    .hero-description {
        max-width: none;
        font-size: 15px !important;
    }

    .store-actions {
        margin-top: 22px;
    }

    .btn-store {
        min-width: 132px;
        margin: 5px 3px;
        padding: 11px 16px;
    }

    .hero-preview {
        margin-top: 30px;
    }

    .phone-mockup {
        width: min(100%, 238px);
        height: 430px;
        padding: 0;
    }

    .stats-row {
        margin-bottom: 18px;
    }

    .stat-card,
    .feature-summary-card {
        min-height: auto;
        margin-bottom: 14px;
    }
}
