/* AseoOK Landing Builder v1.3.1 */

.aseook-editable-page {
    --ak-green: #39b54a;
    --ak-green-dark: #22963a;
    --ak-blue: #0f4c97;
    --ak-blue-dark: #0a3367;
    --ak-text: #102033;
    --ak-muted: #667085;
    --ak-border: #e6edf3;
    --ak-shadow: 0 24px 70px rgba(15, 76, 151, .13);
    color: var(--ak-text);
}

.aseook-editable-page * { box-sizing: border-box; }

.ak-container {
    width: min(1180px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}

.ak-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 78px;
    background:
        radial-gradient(circle at 82% 12%, rgba(57,181,74,.20), transparent 32%),
        radial-gradient(circle at 8% 10%, rgba(15,76,151,.18), transparent 34%),
        linear-gradient(135deg, #f7fbff 0%, #ffffff 52%, #effaf2 100%);
}

.ak-hero:after {
    content: "";
    position: absolute;
    right: -160px;
    bottom: -180px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: rgba(57,181,74,.10);
    pointer-events: none;
}

.ak-hero-grid,
.ak-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .65fr);
    gap: 54px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.ak-eyebrow,
.ak-section-kicker {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 18px !important;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(57,181,74,.13);
    color: var(--ak-green-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.ak-blue-kicker {
    background: rgba(255,255,255,.12);
    color: #fff;
}

.ak-hero h1 {
    max-width: 760px;
    margin: 0 0 22px !important;
    font-size: clamp(44px, 6vw, 76px);
    line-height: .94;
    letter-spacing: -2.8px;
    color: var(--ak-blue-dark);
}

.ak-lead {
    max-width: 690px;
    margin: 0 0 28px !important;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
    color: #344054;
}

.ak-btn-row { gap: 14px; }

.aseook-editable-page .wp-block-button__link {
    border-radius: 999px;
    padding: 15px 24px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.aseook-editable-page .wp-block-button__link:hover { transform: translateY(-2px); }

.ak-btn-green .wp-block-button__link {
    background: var(--ak-green);
    color: #fff;
    box-shadow: 0 14px 30px rgba(57,181,74,.27);
}

.ak-btn-outline .wp-block-button__link {
    background: #fff;
    color: var(--ak-blue);
    border: 1px solid rgba(15,76,151,.16);
}

.ak-btn-card .wp-block-button__link {
    background: var(--ak-blue);
    color: #fff;
    padding: 12px 18px;
    font-size: 14px;
}

.ak-btn-full,
.ak-btn-full .wp-block-button__link { width: 100%; }

.ak-action-card {
    padding: 34px;
    border-radius: 30px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(255,255,255,.78);
    box-shadow: var(--ak-shadow);
    backdrop-filter: blur(14px);
}

.ak-action-card h2 {
    margin: 0 0 16px !important;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.05;
    color: var(--ak-blue-dark);
    letter-spacing: -1px;
}

.ak-form-badge {
    width: fit-content;
    margin: 0 0 14px !important;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eaf7ed;
    color: var(--ak-green-dark);
    font-weight: 800;
    font-size: 13px;
}

.ak-card-list {
    margin: 0 0 26px !important;
    padding: 0 !important;
    list-style: none;
}

.ak-card-list li {
    position: relative;
    margin: 12px 0;
    padding-left: 34px;
    color: #344054;
    font-weight: 700;
}

.ak-card-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(57,181,74,.14);
    color: var(--ak-green-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.ak-microcopy {
    margin: 14px 0 0 !important;
    color: var(--ak-muted);
    font-size: 13px;
}

.ak-action-card .ak-microcopy { text-align: center; }

.ak-info-section {
    padding: 82px 0 72px;
}

.ak-info-section > h2 {
    margin: 0 0 32px !important;
    text-align: center;
    color: var(--ak-blue-dark);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -1.4px;
}

.ak-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ak-info-card {
    display: flex;
    flex-direction: column;
    min-height: 320px;
    padding: 30px;
    border: 1px solid var(--ak-border);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(16,32,51,.06);
}

.ak-info-card h3 {
    margin: 0 0 14px !important;
    color: var(--ak-blue-dark);
    font-size: 26px;
}

.ak-info-card p {
    color: var(--ak-muted);
    line-height: 1.65;
}

.ak-info-card .wp-block-buttons {
    margin-top: auto;
}

.ak-specialists-section {
    padding: 82px 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(57,181,74,.16), transparent 30%),
        linear-gradient(135deg, #0a3367, #0f4c97);
    color: #fff;
}

.ak-specialists-section h2 {
    margin: 0 0 18px !important;
    max-width: 780px;
    color: #fff;
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.04;
    letter-spacing: -2px;
}

.ak-specialists-section p,
.ak-specialists-section li { color: #fff; }

.ak-check-list {
    margin: 28px 0 !important;
    padding-left: 22px;
}

.ak-check-list li {
    margin-bottom: 10px;
    font-size: 17px;
}

.ak-commission-card {
    padding: 34px;
    border-radius: 30px;
    background: rgba(255,255,255,.96);
    color: var(--ak-text);
    box-shadow: 0 28px 70px rgba(0,0,0,.18);
}

.ak-commission-card p { color: var(--ak-muted); }

.ak-commission-card h3 {
    margin: 0 0 10px !important;
    font-size: clamp(84px, 10vw, 124px);
    line-height: .85;
    color: var(--ak-green);
    letter-spacing: -5px;
}

.ak-commission-card hr { margin: 28px 0 !important; }

@media (max-width: 900px) {
    .ak-hero { padding: 58px 0 48px; }

    .ak-hero-grid,
    .ak-two-col,
    .ak-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ak-hero h1 {
        letter-spacing: -1.6px;
    }

    .ak-info-card {
        min-height: auto;
    }
}

@media (max-width: 620px) {
    .ak-container {
        width: min(100% - 24px, 1180px);
    }

    .ak-action-card,
    .ak-info-card,
    .ak-commission-card {
        padding: 24px;
        border-radius: 24px;
    }

    .ak-hero h1 {
        font-size: 44px;
    }

    .ak-specialists-section h2 {
        font-size: 40px;
    }
}
