/* Amikaso Pharma coming-soon styles. Paste into your theme stylesheet or enqueue this file. */
:root {
    --ink: #17324d;
    --muted: #667788;
    --line: #dfe8ee;
    --soft: #f5f9fb;
    --accent: #FE4B0F;
    --accent-2: #8fc4c8;
    --white: #fff
}

* {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    min-height: 100%;
    font-family: Inter, Arial, Helvetica, sans-serif;
    background: var(--soft);
    color: var(--ink)
}

body {
    min-height: 100vh;
    display: flex;
    align-items: stretch
}

.cs-page {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    background: radial-gradient(circle at 12% 20%, rgba(143, 196, 200, .16), transparent 30%), radial-gradient(circle at 88% 82%, rgba(43, 135, 148, .11), transparent 28%), linear-gradient(180deg, #fbfdfe 0%, #f4f8fa 100%)
}

.cs-orb,
.cs-orb:before,
.cs-orb:after {
    position: absolute;
    border: 1px solid rgba(43, 135, 148, .14);
    border-radius: 50%;
    content: "";
    display: block
}

.cs-orb {
    width: 460px;
    height: 460px;
    right: -150px;
    top: -120px
}

.cs-orb:before {
    width: 300px;
    height: 300px;
    left: 79px;
    top: 79px
}

.cs-orb:after {
    width: 150px;
    height: 150px;
    left: 154px;
    top: 154px;
    background: rgba(255, 255, 255, .25)
}

.cs-shell {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    min-height: 100vh;
    padding: 42px 40px;
    display: flex;
    flex-direction: column
}

.cs-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.cs-logo {
    display: block;
    width: min(230px, 48vw);
    height: auto
}

.cs-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .75);
    font-size: 13px;
    color: var(--muted)
}

.cs-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent)
}

.cs-hero {
    flex: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr);
    gap: 72px;
    align-items: center;
    padding: 80px 0 70px
}

.cs-eyebrow {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 22px
}

.cs-title {
    font-size: clamp(48px, 7vw, 92px);
    line-height: .96;
    letter-spacing: -.055em;
    margin: 0 0 26px;
    max-width: 790px;
    font-weight: 700
}

.cs-lead {
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.6;
    color: var(--muted);
    max-width: 650px;
    margin: 0 0 34px
}

.cs-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    align-items: center
}

.cs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid var(--accent);
    background: var(--accent);
    color: white
}

.cs-button.secondary {
    background: transparent;
    color: var(--ink);
    border-color: var(--line)
}

.cs-card {
    position: relative;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(210, 225, 232, .92);
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 24px 80px rgba(23, 50, 77, .08)
}

.cs-card:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 30px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(43, 135, 148, .2)
}

.cs-card-kicker {
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 38px
}

.cs-card h2 {
    font-size: 28px;
    line-height: 1.15;
    margin: 0 0 16px;
    letter-spacing: -.025em
}

.cs-card p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--muted);
    margin: 0 0 26px
}

.cs-meta {
    padding-top: 22px;
    border-top: 1px solid var(--line);
    display: grid;
    gap: 11px;
    font-size: 14px;
    color: var(--muted)
}

.cs-meta strong {
    color: var(--ink);
    font-weight: 600
}

.cs-footer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    font-size: 13px;
    color: var(--muted)
}

@media(max-width:860px) {
    .cs-shell {
        padding: 28px 22px
    }

    .cs-status {
        display: none
    }

    .cs-hero {
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 70px 0 54px
    }

    .cs-card {
        max-width: 620px
    }

    .cs-orb {
        width: 340px;
        height: 340px;
        right: -170px
    }

    .cs-orb:before {
        width: 220px;
        height: 220px;
        left: 59px;
        top: 59px
    }

    .cs-orb:after {
        width: 105px;
        height: 105px;
        left: 116px;
        top: 116px
    }
}

@media(max-width:560px) {
    .cs-title {
        font-size: 48px
    }

    .cs-lead {
        font-size: 17px
    }

    .cs-actions {
        align-items: stretch
    }

    .cs-button {
        width: 100%
    }

    .cs-card {
        padding: 26px;
        border-radius: 18px
    }

    .cs-card h2 {
        font-size: 24px
    }

    .cs-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px
    }

    .cs-hero {
        padding-top: 58px
    }
}