.public-page {
    color: #1f2933;
    background:
        radial-gradient(circle at 16% 12%, rgba(39, 199, 189, 0.14), transparent 28%),
        linear-gradient(180deg, #f7fbfb 0%, #ffffff 46%, #f8fafc 100%);
}

.public-page .organize_section {
    padding-bottom: 42px;
}

.public-page .btn.yellow_btn,
.public-page .btn.btn-primary {
    border-radius: 8px !important;
    padding: 10px 22px;
    line-height: 1.35;
}

.public-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 34px;
    margin-bottom: 30px;
    border: 1px solid rgba(39, 199, 189, 0.2);
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #eefaf8 100%);
    box-shadow: 0 18px 50px rgba(31, 41, 51, 0.08);
}

.public-hero h1,
.public-hero h2 {
    margin-bottom: 12px;
    color: #12212f;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.15;
}

.public-hero p {
    max-width: 860px;
    margin-bottom: 0;
    color: #52616b;
    font-size: 17px;
    line-height: 1.7;
}

.public-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #0f8f88;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.public-eyebrow i {
    color: #eb8c00;
    font-size: 18px;
}

.public-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.public-action-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    margin-bottom: 22px;
    border: 1px solid rgba(235, 140, 0, 0.24);
    border-radius: 8px;
    background: #fffaf2;
}

.public-action-panel h5 {
    flex: 1 1 320px;
    margin-bottom: 0;
    color: #20313f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.public-app-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.public-app-buttons img {
    width: 136px;
    height: 46px;
    object-fit: contain;
}

.public-intro {
    margin-bottom: 28px;
    color: #364954;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
}

.public-section-title {
    margin: 34px 0 18px;
    color: #172633;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
}

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

.public-feature-card {
    min-height: 100%;
    padding: 20px;
    border: 1px solid rgba(18, 33, 47, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(18, 33, 47, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.public-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(18, 33, 47, 0.12);
}

.public-feature-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #eb8c00 0%, #27c7bd 100%);
    font-size: 22px;
}

.public-feature-card h3 {
    margin-bottom: 10px;
    color: #142431;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
}

.public-feature-card p {
    margin-bottom: 0;
    color: #52616b;
    font-size: 15px;
    line-height: 1.65;
}

.public-feature-accent {
    display: block;
    margin-top: 14px;
    color: #0f8f88;
    font-weight: 700;
}

.public-media-row {
    align-items: center;
    row-gap: 24px;
}

.public-media-image {
    overflow: hidden;
    border-radius: 8px;
    background: #eef3f5;
    box-shadow: 0 18px 44px rgba(18, 33, 47, 0.12);
}

.public-media-image img {
    display: block;
    width: 100%;
    max-height: 450px;
    object-fit: contain;
}

.public-copy-stack p {
    color: #364954;
    font-size: 17px;
    line-height: 1.78;
}

.public-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.public-highlight {
    display: grid;
    grid-template-columns: 136px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(39, 199, 189, 0.18);
    border-radius: 8px;
    background: #ffffff;
}

.public-highlight img {
    width: 136px;
    height: 112px;
    border-radius: 8px;
    object-fit: cover;
}

.public-highlight h3 {
    margin-bottom: 8px;
    color: #142431;
    font-size: 20px;
    font-weight: 800;
}

.public-highlight p,
.public-closing p {
    margin-bottom: 0;
    color: #52616b;
    font-size: 16px;
    line-height: 1.68;
}

.public-closing {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding: 18px 20px;
    border-left: 4px solid #27c7bd;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(18, 33, 47, 0.07);
}

.public-closing + .public-closing {
    margin-top: 14px;
}

.public-closing .public-section-title {
    margin: 0;
    font-size: 22px;
    text-align: left;
}

.public-coming-soon {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.marketing-page-section {
    padding: 48px 0 56px;
}

.marketing-hero {
    align-items: center;
    background: linear-gradient(135deg, #f2fffc 0%, #fffaf1 100%);
    border: 1px solid #c9f0ec;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(26, 56, 72, 0.1);
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
    overflow: hidden;
    padding: 54px;
    position: relative;
}

.marketing-hero::before {
    background: linear-gradient(90deg, #22a69d 0 60%, #fb920d 60%);
    content: "";
    height: 5px;
    inset: 0 0 auto;
    position: absolute;
}

.marketing-hero__content h1 {
    color: #14263a;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.08;
    margin: 0 0 18px;
}

.marketing-hero__content > p {
    color: #53677b;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
    max-width: 680px;
}

.marketing-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.marketing-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 9px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    transition: transform .2s ease, box-shadow .2s ease;
}

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

.marketing-button--primary {
    background: #fb920d;
    box-shadow: 0 12px 24px rgba(251, 146, 13, .24);
    color: #fff;
}

.marketing-button--primary:hover {
    color: #fff;
}

.marketing-button--secondary {
    background: #fff;
    border-color: #bce7e2;
    color: #176d69;
}

.marketing-hero__visual {
    padding: 28px 12px;
    position: relative;
}

.marketing-preview {
    background: #fff;
    border: 1px solid #d8ece9;
    border-radius: 14px;
    box-shadow: 0 26px 55px rgba(30, 59, 77, .16);
    overflow: hidden;
    transform: rotate(1.5deg);
}

.marketing-preview__top {
    align-items: center;
    background: #203957;
    color: #fff;
    display: flex;
    gap: 6px;
    min-height: 43px;
    padding: 0 15px;
}

.marketing-preview__top > span {
    background: #fb920d;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.marketing-preview__top > span:nth-child(2) { background: #f4d35e; }
.marketing-preview__top > span:nth-child(3) { background: #35c5b9; }

.marketing-preview__top strong {
    font-size: 11px;
    letter-spacing: .4px;
    margin-left: auto;
    text-transform: uppercase;
}

.marketing-preview__body {
    padding: 20px;
}

.marketing-preview__campaign {
    align-items: center;
    background: #f2fbfa;
    border: 1px solid #d9f1ee;
    border-radius: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: auto 1fr auto;
    padding: 12px;
}

.marketing-preview__icon {
    align-items: center;
    background: #25a39a;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 20px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.marketing-preview__campaign small,
.marketing-preview__campaign strong {
    display: block;
}

.marketing-preview__campaign small {
    color: #738496;
    font-size: 10px;
}

.marketing-preview__campaign strong {
    color: #203957;
    font-size: 12px;
}

.marketing-preview__status {
    background: #dcf8f2;
    border-radius: 20px;
    color: #19857d;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 8px;
}

.marketing-preview__chart {
    align-items: end;
    background: linear-gradient(180deg, rgba(37, 163, 154, .08), transparent);
    border-bottom: 1px solid #dce9e7;
    display: flex;
    gap: 9px;
    height: 125px;
    margin: 18px 0;
    padding: 14px 14px 0;
}

.marketing-preview__chart span {
    background: linear-gradient(180deg, #fb920d, #25a39a);
    border-radius: 5px 5px 0 0;
    flex: 1;
    opacity: .9;
}

.marketing-preview__chart span:nth-child(1) { height: 44%; }
.marketing-preview__chart span:nth-child(2) { height: 68%; }
.marketing-preview__chart span:nth-child(3) { height: 54%; }
.marketing-preview__chart span:nth-child(4) { height: 82%; }
.marketing-preview__chart span:nth-child(5) { height: 66%; }
.marketing-preview__chart span:nth-child(6) { height: 94%; }
.marketing-preview__chart span:nth-child(7) { height: 78%; }

.marketing-preview__metrics {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
}

.marketing-preview__metrics div {
    background: #f8fafb;
    border-radius: 8px;
    padding: 9px;
}

.marketing-preview__metrics strong,
.marketing-preview__metrics small {
    display: block;
}

.marketing-preview__metrics strong {
    color: #203957;
    font-size: 15px;
}

.marketing-preview__metrics small {
    color: #748394;
    font-size: 9px;
}

.marketing-float-card {
    align-items: center;
    background: #fff;
    border: 1px solid #d9efec;
    border-radius: 9px;
    box-shadow: 0 14px 30px rgba(32, 57, 87, .14);
    color: #203957;
    display: flex;
    font-size: 11px;
    font-weight: 800;
    gap: 7px;
    padding: 9px 12px;
    position: absolute;
}

.marketing-float-card i { color: #25a39a; font-size: 17px; }
.marketing-float-card--audience { left: -14px; top: 6px; }
.marketing-float-card--growth { bottom: 4px; right: -8px; }

.marketing-section-heading {
    margin: 52px auto 26px;
    max-width: 760px;
    text-align: center;
}

.marketing-section-heading > span,
.marketing-cta span {
    color: #15958d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.marketing-section-heading h2 {
    color: #14263a;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 900;
    margin: 8px 0;
}

.marketing-section-heading p {
    color: #637487;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

.marketing-feature-grid .public-feature-card {
    border-color: #dcecea;
    box-shadow: 0 16px 36px rgba(24, 54, 72, .08);
    padding: 26px;
    position: relative;
}

.marketing-feature-number {
    color: #d9e7e5;
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    right: 22px;
    top: 18px;
}

.marketing-cta {
    align-items: center;
    background: linear-gradient(120deg, #203957, #24516a);
    border-radius: 16px;
    box-shadow: 0 22px 48px rgba(32, 57, 87, .2);
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin-top: 34px;
    padding: 30px 36px;
}

.marketing-cta h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    margin: 5px 0;
}

.marketing-cta p {
    color: #d9e5ef;
    line-height: 1.6;
    margin: 0;
    max-width: 780px;
}

.marketing-button--light {
    background: #fff;
    color: #203957;
    flex: 0 0 auto;
}

@media (max-width: 991px) {
    .marketing-hero {
        gap: 24px;
        grid-template-columns: 1fr;
        padding: 36px;
    }

    .marketing-hero__visual {
        margin: 0 auto;
        max-width: 600px;
        width: 100%;
    }

    .public-hero {
        grid-template-columns: 1fr;
        padding: 28px;
    }

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

    .public-highlight-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .marketing-page-section {
        padding: 24px 0 36px !important;
    }

    .marketing-hero {
        border-radius: 12px;
        padding: 28px 20px;
    }

    .marketing-hero__content h1 {
        font-size: 34px;
        letter-spacing: -.5px;
    }

    .marketing-hero__actions,
    .marketing-button {
        width: 100%;
    }

    .marketing-hero__visual {
        padding: 16px 0 24px;
    }

    .marketing-float-card--audience { left: -8px; }
    .marketing-float-card--growth { right: -6px; }

    .marketing-preview__body {
        padding: 12px;
    }

    .marketing-preview__metrics {
        grid-template-columns: 1fr;
    }

    .marketing-preview__chart {
        height: 95px;
    }

    .marketing-cta {
        align-items: stretch;
        flex-direction: column;
        padding: 25px 22px;
    }

    .public-page .organize_section {
        padding-top: 24px !important;
    }

    .public-hero {
        padding: 22px;
    }

    .public-action-panel {
        justify-content: center;
        text-align: center;
    }

    .public-hero h1,
    .public-hero h2 {
        font-size: 28px;
    }

    .public-hero p,
    .public-intro,
    .public-copy-stack p {
        font-size: 16px;
    }

    .public-feature-grid {
        grid-template-columns: 1fr;
    }

    .public-highlight {
        grid-template-columns: 1fr;
    }

    .public-highlight img {
        width: 100%;
        height: 180px;
    }
}

@media (max-width: 575px) {
    .marketing-hero,
    .marketing-cta,
    .public-hero {
        border-radius: 12px;
    }

    .marketing-preview__campaign {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .marketing-preview__status {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .marketing-float-card {
        font-size: 9px;
        padding: 7px 9px;
    }
}
