.frdm-hub {
    background: #f7f8fb;
    color: #172033;
    font-family: inherit;
}

.frdm-hub *,
.frdm-hub *::before,
.frdm-hub *::after {
    box-sizing: border-box;
}

.frdm-wrap {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.frdm-hero {
    position: relative;
    z-index: 30;
    padding: 72px 0 64px;
    background: linear-gradient(135deg, #0f2d52 0%, #145c69 55%, #f2b84b 140%);
    color: #fff;
    overflow: visible;
}

.frdm-hero-compact {
    padding: 48px 0;
}

.frdm-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    align-items: center;
    gap: 38px;
}

.frdm-hero-copy {
    min-width: 0;
}

.frdm-hero-panel {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 48px rgba(15, 45, 82, 0.24);
    backdrop-filter: blur(8px);
}

.frdm-hero-panel strong {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 18px;
}

.frdm-hero-panel ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.frdm-hero-panel li {
    position: relative;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.55;
}

.frdm-hero-panel li::before {
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f2b84b;
    content: "";
}

.frdm-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.frdm-hero-tags span {
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.frdm-recharge-panel {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 18px 48px rgba(15, 45, 82, 0.24);
    backdrop-filter: blur(8px);
}

.frdm-recharge-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 700;
}

.frdm-recharge-panel h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
}

.frdm-recharge-selector {
    position: relative;
}

.frdm-recharge-selected,
.frdm-recharge-options button {
    width: 100%;
    min-height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.96);
    color: #172033;
    cursor: pointer;
    font: inherit;
}

.frdm-recharge-selected {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    text-align: left;
}

.frdm-recharge-flag,
.frdm-recharge-options img {
    width: 34px;
    height: 24px;
    border-radius: 4px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(23, 32, 51, 0.08);
}

.frdm-recharge-name {
    overflow: hidden;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.frdm-recharge-caret {
    color: #4b5870;
    font-size: 18px;
    line-height: 1;
    text-align: center;
}

.frdm-recharge-options {
    position: absolute;
    z-index: 1000;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    max-height: 270px;
    margin: 0;
    padding: 6px;
    overflow: auto;
    border: 1px solid rgba(23, 32, 51, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 45, 82, 0.24);
    list-style: none;
}

.frdm-recharge-options li + li {
    margin-top: 4px;
}

.frdm-recharge-options button {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 8px 10px;
    border-color: transparent;
    background: transparent;
    text-align: left;
}

.frdm-recharge-options button:hover,
.frdm-recharge-options button:focus {
    background: #f1f5f9;
}

.frdm-recharge-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
}

.frdm-recharge-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 6px;
    background: #f2b84b;
    color: #172033;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.frdm-recharge-button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.frdm-recharge-button:hover,
.frdm-recharge-button:focus {
    background: #ffd16f;
    color: #172033;
}

.frdm-recharge-button-secondary:hover,
.frdm-recharge-button-secondary:focus {
    border-color: #fff;
    background: #fff;
    color: #145c69;
}

.frdm-recharge-button-secondary.is-fallback {
    opacity: 0.9;
}

.frdm-recharge-note {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    line-height: 1.55;
}

.frdm-recharge-shortcode {
    width: min(100%, 420px);
}

.frdm-recharge-shortcode .frdm-recharge-panel {
    border-color: rgba(255, 255, 255, 0.28);
    background: linear-gradient(135deg, #0f2d52 0%, #145c69 72%, #2d7b76 100%);
    color: #fff;
}

.frdm-recharge-shortcode-standalone .frdm-recharge-panel {
    background: linear-gradient(135deg, #0f2d52 0%, #145c69 72%, #2d7b76 100%);
}

.frdm-recharge-shortcode .frdm-recharge-eyebrow {
    color: #f6c85f;
}

.frdm-recharge-shortcode .frdm-recharge-panel h2 {
    color: #fff;
}

.frdm-recharge-shortcode .frdm-recharge-note {
    color: #d8e8ee;
}

.frdm-kicker {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.frdm-hero h1 {
    max-width: 760px;
    margin: 0;
    color: inherit;
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1.05;
}

.frdm-lede {
    max-width: 720px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.7;
}

.frdm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.frdm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 6px;
    background: #f2b84b;
    color: #172033;
    font-weight: 700;
    text-decoration: none;
}

.frdm-button-ghost {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.frdm-button:hover,
.frdm-button:focus {
    background: #ffd16f;
    color: #172033;
}

.frdm-button-ghost:hover,
.frdm-button-ghost:focus {
    border-color: #fff;
    background: #fff;
    color: #145c69;
}

.frdm-page-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid #dfe4ed;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 28px rgba(23, 32, 51, 0.06);
}

.frdm-page-nav .frdm-wrap {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    scrollbar-width: thin;
}

.frdm-page-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 999px;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.frdm-page-nav a:hover,
.frdm-page-nav a:focus {
    background: #e9f6f5;
    color: #0d4250;
}

.frdm-section {
    padding: 48px 0 64px;
    scroll-margin-top: 72px;
}

.frdm-anchor-target {
    display: block;
    scroll-margin-top: 72px;
}

.frdm-section-white {
    background: #fff;
}

.frdm-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.frdm-section-heading h2,
.frdm-content h2 {
    margin: 0;
    color: #172033;
    font-size: 28px;
    line-height: 1.2;
}

.frdm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.frdm-card {
    display: flex;
    min-height: 116px;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #dfe4ed;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    box-shadow: 0 10px 28px rgba(23, 32, 51, 0.04);
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.frdm-card:hover,
.frdm-card:focus {
    border-color: #145c69;
    color: #172033;
    box-shadow: 0 16px 38px rgba(20, 92, 105, 0.12);
    transform: translateY(-2px);
}

.frdm-card span {
    font-size: 20px;
    font-weight: 700;
}

.frdm-card small {
    color: #59657a;
    font-size: 14px;
}

.frdm-content {
    max-width: 800px;
    padding: 32px;
    border: 1px solid #dfe4ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(23, 32, 51, 0.04);
}

.frdm-content h2 {
    margin-top: 28px;
}

.frdm-content h2:first-child {
    margin-top: 0;
}

.frdm-content p {
    color: #334155;
    font-size: 17px;
    line-height: 1.75;
}

.frdm-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.frdm-step,
.frdm-panel {
    padding: 22px;
    border: 1px solid #dfe4ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 32, 51, 0.04);
}

.frdm-step strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #145c69;
    color: #fff;
}

.frdm-step span {
    display: block;
    color: #172033;
    font-size: 18px;
    font-weight: 700;
}

.frdm-step p,
.frdm-panel p {
    margin: 10px 0 0;
    color: #59657a;
    line-height: 1.65;
}

.frdm-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
}

.frdm-panel h2 {
    margin: 0;
    color: #172033;
    font-size: 26px;
}

.frdm-facts {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.frdm-facts div {
    padding: 14px;
    border: 1px solid #e6ebf2;
    border-radius: 8px;
    background: #f7f8fb;
}

.frdm-facts small {
    display: block;
    margin-bottom: 4px;
    color: #59657a;
    font-size: 13px;
}

.frdm-facts strong {
    color: #172033;
    font-size: 17px;
}

.frdm-reviewed {
    margin-top: 18px;
    color: #59657a;
    font-size: 14px;
}

.frdm-table-wrap {
    margin-top: 28px;
    overflow-x: auto;
    border-radius: 8px;
}

.frdm-table-wrap h3 {
    margin: 0 0 12px;
    color: #172033;
    font-size: 22px;
}

.frdm-comparison {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    border: 1px solid #dfe4ed;
    background: #fff;
    box-shadow: 0 12px 32px rgba(23, 32, 51, 0.04);
}

.frdm-comparison th,
.frdm-comparison td {
    padding: 14px;
    border-bottom: 1px solid #e6ebf2;
    color: #293247;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
}

.frdm-comparison th {
    background: #f7f8fb;
    color: #172033;
    font-weight: 700;
}

.frdm-comparison tr:last-child td {
    border-bottom: 0;
}

.frdm-quick-answer {
    margin-bottom: 28px;
    padding: 18px 20px;
    border: 1px solid #bfdbfe;
    border-left: 4px solid #2563eb;
    border-radius: 8px;
    background: #eff6ff;
}

.frdm-quick-answer strong {
    display: block;
    margin-bottom: 8px;
    color: #172033;
    font-size: 16px;
}

.frdm-quick-answer p {
    margin: 0;
    color: #293247;
    line-height: 1.7;
}

.frdm-intro-block {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e6ebf2;
}

.frdm-intro-block h2 {
    margin: 0 0 12px;
    color: #172033;
    font-size: 26px;
    line-height: 1.25;
}

.frdm-intro-block p {
    margin: 0;
    color: #334155;
    font-size: 17px;
    line-height: 1.75;
}

.frdm-answer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 28px;
}

.frdm-answer-box {
    padding: 18px;
    border: 1px solid #dfe4ed;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.frdm-answer-box h2 {
    margin: 0 0 10px;
    color: #172033;
    font-size: 19px;
    line-height: 1.3;
}

.frdm-answer-box p {
    margin: 0;
    color: #334155;
    font-size: 15px;
    line-height: 1.7;
}

.frdm-seo-block {
    margin: 28px 0;
    padding: 20px;
    border: 1px solid #dfe4ed;
    border-left: 4px solid #f2b84b;
    border-radius: 8px;
    background: #f7f8fb;
}

.frdm-seo-block h2 {
    margin: 0 0 12px;
    font-size: 24px;
}

.frdm-check-list {
    margin: 0;
    padding-left: 20px;
    color: #334155;
    line-height: 1.8;
}

.frdm-check-list li + li {
    margin-top: 8px;
}

.frdm-blog-guides {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.frdm-blog-guides-compact {
    grid-template-columns: 1fr;
}

.frdm-blog-card {
    display: flex;
    min-height: 138px;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
    border: 1px solid #dfe4ed;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    text-decoration: none;
}

.frdm-blog-card:hover,
.frdm-blog-card:focus {
    border-color: #145c69;
    color: #172033;
}

.frdm-blog-card small {
    color: #59657a;
    font-size: 13px;
}

.frdm-blog-card span {
    color: #172033;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.frdm-blog-card p {
    margin: 0;
    color: #59657a;
    font-size: 14px;
    line-height: 1.6;
}

.frdm-faq {
    margin-top: 34px;
}

.frdm-faq-item {
    margin-top: 14px;
    padding: 18px;
    border: 1px solid #dfe4ed;
    border-radius: 8px;
    background: #fff;
}

.frdm-faq-item h3 {
    margin: 0 0 8px;
    color: #172033;
    font-size: 19px;
    line-height: 1.35;
}

.frdm-faq-item p {
    margin: 0;
}

.frdm-related {
    margin-top: 34px;
}

.frdm-breadcrumb-nav,
.frdm-guide-links,
.frdm-guide-operators {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.frdm-breadcrumb-nav {
    margin-bottom: 18px;
}

.frdm-breadcrumb-nav a,
.frdm-guide-links a,
.frdm-guide-operators a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid #dfe4ed;
    border-radius: 8px;
    background: #fff;
    color: #145c69;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.frdm-breadcrumb-nav a:hover,
.frdm-breadcrumb-nav a:focus,
.frdm-guide-links a:hover,
.frdm-guide-links a:focus,
.frdm-guide-operators a:hover,
.frdm-guide-operators a:focus {
    border-color: #145c69;
    background: #e9f6f5;
    color: #0d4250;
}

.frdm-guide-navigation {
    margin-top: 34px;
    padding: 24px;
    border: 1px solid #dfe4ed;
    border-radius: 8px;
    background: #f7f8fb;
}

.frdm-guide-navigation h2 {
    margin: 0 0 16px;
    color: #172033;
    font-size: 24px;
    line-height: 1.3;
}

.frdm-guide-operators {
    margin-top: 14px;
}

.frdm-mobile-cta {
    display: none;
}

@media (max-width: 960px) {
    .frdm-hero-layout {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .frdm-hero h1 {
        max-width: 860px;
    }

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

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

    .frdm-content {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .frdm-hub {
        padding-bottom: 82px;
    }

    .frdm-wrap {
        width: min(100% - 28px, 1120px);
    }

    .frdm-hero {
        padding: 42px 0 34px;
    }

    .frdm-hero h1 {
        font-size: 36px;
        line-height: 1.08;
    }

    .frdm-lede {
        font-size: 16px;
        line-height: 1.65;
    }

    .frdm-hero-actions {
        flex-direction: column;
    }

    .frdm-button {
        width: 100%;
    }

    .frdm-hero-panel,
    .frdm-recharge-panel {
        padding: 18px;
    }

    .frdm-recharge-actions {
        grid-template-columns: 1fr;
    }

    .frdm-page-nav {
        position: relative;
        top: auto;
    }

    .frdm-section {
        padding: 36px 0 44px;
        scroll-margin-top: 16px;
    }

    .frdm-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .frdm-steps,
    .frdm-two-column,
    .frdm-answer-grid {
        grid-template-columns: 1fr;
    }

    .frdm-content {
        width: min(100% - 28px, 1120px);
        padding: 22px;
    }

    .frdm-section-heading h2,
    .frdm-content h2 {
        font-size: 24px;
    }

    .frdm-grid,
    .frdm-blog-guides {
        grid-template-columns: 1fr;
    }

    .frdm-card,
    .frdm-blog-card {
        min-height: auto;
    }

    .frdm-table-wrap {
        overflow-x: visible;
    }

    .frdm-comparison {
        min-width: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .frdm-comparison thead {
        display: none;
    }

    .frdm-comparison,
    .frdm-comparison tbody,
    .frdm-comparison tr,
    .frdm-comparison td {
        display: block;
        width: 100%;
    }

    .frdm-comparison tr {
        margin-bottom: 12px;
        border: 1px solid #dfe4ed;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(23, 32, 51, 0.04);
        overflow: hidden;
    }

    .frdm-comparison td {
        display: grid;
        grid-template-columns: minmax(92px, 0.34fr) minmax(0, 0.66fr);
        gap: 12px;
        padding: 12px 14px;
        border-bottom: 1px solid #e6ebf2;
        word-break: break-word;
    }

    .frdm-comparison td::before {
        color: #59657a;
        font-weight: 700;
        content: attr(data-label);
    }

    .frdm-breadcrumb-nav a,
    .frdm-guide-links a,
    .frdm-guide-operators a {
        flex: 1 1 auto;
        justify-content: center;
    }

    .frdm-guide-navigation {
        padding: 20px;
    }

    .frdm-mobile-cta {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
        gap: 10px;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        border-top: 1px solid #dfe4ed;
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0 -14px 34px rgba(23, 32, 51, 0.12);
    }

    .frdm-mobile-cta a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 8px 12px;
        border: 1px solid #dfe4ed;
        border-radius: 8px;
        background: #fff;
        color: #145c69;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
    }

    .frdm-mobile-cta .frdm-mobile-cta-primary {
        border-color: #f2b84b;
        background: #f2b84b;
        color: #172033;
    }
}

@media (max-width: 480px) {
    .frdm-wrap,
    .frdm-content {
        width: min(100% - 22px, 1120px);
    }

    .frdm-hero h1 {
        font-size: 32px;
    }

    .frdm-hero-panel,
    .frdm-recharge-panel,
    .frdm-content,
    .frdm-step,
    .frdm-panel,
    .frdm-answer-box,
    .frdm-seo-block,
    .frdm-faq-item,
    .frdm-guide-navigation {
        padding: 16px;
    }

    .frdm-comparison td {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
