.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
    --af-black: #000000;
    --af-black-soft: #111111;
    --af-white: #ffffff;
    --af-offwhite: #f5f3de;
    --af-text: #171717;
    --af-text-soft: #555555;
    --af-accent: #0bb3c1;
    --af-border-dark: rgba(255,255,255,0.18);
    --af-max: 1080px;
}

html,
body {
    margin: 0;
    padding: 0;
    background: #000000;
}

.af-pocket-page,
.af-pocket-page * {
    box-sizing: border-box;
}

.af-pocket-page {
    position: relative;
    left: 50%;
    width: 100vw;
    min-height: 100dvh;
    margin-left: -50vw;
    overflow-x: hidden;
    background: var(--af-black);
    color: var(--af-white);
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
}

.af-pocket-page a {
    text-decoration: none;
}

.af-pocket-page button {
    font: inherit;
}

.af-container {
    width: calc(100% - 36px);
    max-width: var(--af-max);
    margin: 0 auto;
}

.af-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.af-logo {
    display: block;
    height: auto;
}

.af-panel {
    display: none;
}

.af-panel.is-active {
    display: block;
}

.af-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.af-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--af-white);
    background: rgba(255,255,255,0.06);
    border: 1px solid var(--af-border-dark);
    border-radius: 50%;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.af-social:hover,
.af-social:focus-visible {
    color: var(--af-black);
    background: var(--af-accent);
    transform: translateY(-2px);
}

.af-social svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.af-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 11px 18px;
    color: var(--af-white);
    background: var(--af-black);
    border: 2px solid var(--af-black);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.af-button:hover,
.af-button:focus {
    color: var(--af-white);
    background: #222222;
    transform: translateY(-1px);
}

.af-desktop-app {
    display: none;
}

.af-mobile-app {
    display: block;
    position: relative;
    width: 100%;
    min-height: 100dvh;
    padding: 20px 18px 94px;
    background: var(--af-black);
}

.af-mobile-home {
    display: none;
    min-height: calc(100dvh - 114px);
    align-items: center;
    justify-content: center;
}

.af-mobile-home.is-active {
    display: flex;
}

.af-mobile-profile {
    width: 100%;
    text-align: center;
}

.af-mobile-photo-wrap {
    width: 96px;
    height: 96px;
    margin: 0 auto 18px;
    overflow: hidden;
    background: var(--af-black-soft);
    border-radius: 50%;
}

.af-mobile-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.af-mobile-logo {
    width: 225px;
    max-width: 80%;
    margin: 0 auto 18px;
}

.af-mobile-positioning {
    max-width: 390px;
    margin: 0 auto;
    color: var(--af-white);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.af-mobile-positioning span {
    color: var(--af-accent);
}

.af-mobile-bio {
    max-width: 350px;
    margin: 11px auto 0;
    color: rgba(255,255,255,0.62);
    font-size: 14px;
    line-height: 1.5;
}

.af-mobile-socials {
    justify-content: center;
    margin-top: 19px;
}

.af-mobile-content-panel {
    display: none;
    min-height: calc(100dvh - 114px);
    align-items: center;
    justify-content: center;
}

.af-mobile-content-panel.is-active {
    display: flex;
}

.af-mobile-card {
    width: 100%;
    max-width: 520px;
    padding: 25px 22px;
    color: var(--af-text);
    background: var(--af-offwhite);
    border-radius: 22px;
}

.af-panel-title {
    margin: 0 0 12px;
    color: var(--af-black);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
}

.af-panel-text p {
    margin: 0 0 11px;
    color: var(--af-text);
    font-size: 16px;
    line-height: 1.55;
}

.af-panel-text p:last-child {
    margin-bottom: 0;
}

.af-panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.af-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 100;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(calc(100% - 24px), 430px);
    padding: 6px;
    background: rgba(22,22,22,0.95);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 22px;
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
}

.af-tab-btn {
    appearance: none;
    cursor: pointer;
}

.af-bottom-nav .af-tab-btn {
    min-height: 48px;
    padding: 9px;
    color: rgba(255,255,255,0.6);
    background: transparent;
    border: 0;
    border-radius: 17px;
    font-size: 13px;
    font-weight: 700;
}

.af-bottom-nav .af-tab-btn:hover,
.af-bottom-nav .af-tab-btn:focus {
    color: var(--af-white);
    background: rgba(255,255,255,0.08);
}

.af-bottom-nav .af-tab-btn.is-active,
.af-bottom-nav .af-tab-btn.is-active:hover,
.af-bottom-nav .af-tab-btn.is-active:focus {
    color: var(--af-black);
    background: var(--af-offwhite);
}

@media (max-width: 420px) {
    .af-mobile-app {
        padding-top: 16px;
    }

    .af-mobile-photo-wrap {
        width: 88px;
        height: 88px;
        margin-bottom: 15px;
    }

    .af-mobile-logo {
        width: 205px;
        margin-bottom: 15px;
    }

    .af-mobile-positioning {
        font-size: 16px;
    }

    .af-mobile-bio {
        font-size: 13px;
    }

    .af-social {
        width: 42px;
        height: 42px;
    }
}

@media (min-width: 900px) {
    .af-mobile-app {
        display: none !important;
    }

    .af-desktop-app {
        display: block !important;
        min-height: 100dvh;
        padding: clamp(22px, 3.5vh, 38px) 0;
    }

    .af-desktop-hero {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: clamp(45px, 7vw, 90px);
        align-items: center;
    }

    .af-desktop-info {
        padding-left: 3px;
    }

    .af-desktop-logo {
        width: 300px;
        max-width: 100%;
        margin-bottom: 23px;
    }

    .af-positioning {
        max-width: 630px;
        margin: 0;
        color: var(--af-white);
        font-size: clamp(20px, 2vw, 24px);
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: -0.02em;
    }

    .af-positioning span {
        color: var(--af-accent);
    }

    .af-short-bio {
        max-width: 630px;
        margin: 14px 0 0;
        color: rgba(255,255,255,0.65);
        font-size: 15px;
        line-height: 1.6;
    }

    .af-desktop-socials {
        margin-top: 21px;
    }

    .af-desktop-photo-wrap {
        width: 300px;
        overflow: hidden;
        background: var(--af-black-soft);
        border-radius: 24px;
        line-height: 0;
    }

    .af-desktop-photo {
        display: block;
        width: 100%;
        height: auto;
        max-height: 340px;
        object-fit: contain;
        object-position: center top;
        margin: 0 auto;
    }

    .af-desktop-content {
        margin-top: clamp(22px, 3vh, 32px);
    }

    .af-desktop-nav {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-bottom: 15px;
    }

    .af-desktop-nav .af-tab-btn {
        min-width: 100px;
        min-height: 41px;
        padding: 9px 17px;
        color: rgba(255,255,255,0.68);
        background: transparent;
        border: 1px solid rgba(255,255,255,0.25);
        border-radius: 999px;
        font-size: 14px;
        font-weight: 700;
    }

    .af-desktop-nav .af-tab-btn:hover,
    .af-desktop-nav .af-tab-btn:focus {
        color: var(--af-white);
        background: transparent;
        border-color: rgba(255,255,255,0.5);
    }

    .af-desktop-nav .af-tab-btn.is-active,
    .af-desktop-nav .af-tab-btn.is-active:hover,
    .af-desktop-nav .af-tab-btn.is-active:focus {
        color: var(--af-black);
        background: var(--af-offwhite);
        border-color: var(--af-offwhite);
    }

    .af-desktop-panel {
        display: none;
        width: 100%;
        max-width: 820px;
        margin: 0 auto;
        padding: 20px 25px;
        color: var(--af-text);
        background: var(--af-offwhite);
        border-radius: 17px;
    }

    .af-desktop-panel.is-active {
        display: block;
    }

    .af-desktop-panel .af-panel-title {
        font-size: 21px;
    }

    .af-desktop-panel .af-panel-text p {
        font-size: 15px;
        line-height: 1.55;
    }
}

@media (prefers-reduced-motion: reduce) {
    .af-social,
    .af-button,
    .af-tab-btn {
        transition: none;
    }
}/* End custom CSS */