body a{
    text-decoration: none;
}
.box1_0{
    width: 100%;
    padding: 40px 0;
}

.bg-1{
    background: linear-gradient(180deg, #f6f9ff 0%, #eef3ff 100%);
}

.box1_1{
    max-width: 1160px;
    margin: 30px auto 0 auto;
}

.hero-fba {
    background: #f8fbff;
}

.hero-fba .hero-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 96px 16px 80px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

/* ---------- Content ---------- */

.hero-fba .hero-content {
    order: 1;
}

.hero-fba h1 {
    font-family: 'Karla', -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin: 0 0 20px;
}

.hero-fba .hero-lead {
    font-size: 17px;
    line-height: 1.6;
    color: #1f2937;
    max-width: 560px;
    margin: 0;
}

.hero-fba .cta-group {
    margin-top: 28px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-fba .cta-group a {
    min-height: 44px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #1851e0;
    background: #1851e0;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-fba .cta-group a:last-child {
    background: #ffffff;
    color: #1851e0;
}

/* ---------- Image ---------- */

.hero-fba .hero-image {
    order: 2;
    width: 100%;
    max-width: 720px;
}

.hero-fba .hero-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

/* =========================================================
                       FBA Fulfillment Services — Execution Scope
                       Audience: Amazon FBA Sellers (US)
                       ========================================================= */

.fba-services {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.fba-services .services-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 72px 16px;
}

.fba-services h2 {
    font-family: 'Karla', -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin: 0 0 40px;
}

.fba-services .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.fba-services .service-item {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 24px 22px;
    background: #ffffff;
}

.fba-services .service-item h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #0f172a;
}

.fba-services .service-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

/* =========================================================
                       FBA Execution Workflow — Conditional Governance Model
                       Purpose: Risk Control + Trust
                       ========================================================= */

.fba-execution {
    background: #f8fbff;
    border-top: 1px solid #e5e7eb;
}

.fba-execution .execution-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 72px 16px;
}

.fba-execution h2 {
    font-family: 'Karla', -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin: 0 0 28px;
}

.fba-execution .workflow-note {
    max-width: 760px;
    font-size: 16px;
    line-height: 1.6;
    color: #334155;
    margin-bottom: 40px;
}

.fba-execution .process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.fba-execution .process-step {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 24px 22px;
}

.fba-execution .step-number {
    font-size: 12px;
    font-weight: 700;
    color: #1851e0;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.fba-execution .process-step h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #0f172a;
}

.fba-execution .process-step p {
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

.fba-execution .conditional {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-top: 10px;
}

.fba-execution .execution-hint {
    margin-top: 32px;
    font-size: 14px;
    color: #334155;
}

.fba-execution .execution-hint a {
    color: #1851e0;
    font-weight: 700;
    text-decoration: none;
}

.fba-intake {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.fba-intake .intake-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 40px 16px;
}

.fba-intake h2 {
    font-family: 'Karla', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin-bottom: 12px;
}

.subhead {
    max-width: 760px;
    font-size: 16px;
    line-height: 1.6;
    color: #334155;
    margin-bottom: 36px;
}

.intake-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: start;
}

/* ---------- Left: Services ---------- */

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.service-card {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #f8fbff;
    padding: 16px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    word-wrap: break-word; /* Allow text to break and wrap inside card */
}

.service-card input {
    margin-top: 4px;
    accent-color: #1851e0;
}

.service-card strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.service-card span {
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
    display: inline-block;
    width: 70%;
}

/* Incentive Card */
.promo-card {
    margin-top: 20px;
    border: 1px solid #dbeafe;
    border-radius: 4px;
    background: #f8fbff;
    padding: 16px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    word-wrap: break-word; /* Allow text to break and wrap */
}

.promo-badge {
    font-size: 12px;
    font-weight: 700;
    color: #1851e0;
    background: #eaf1ff;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    margin-top: 2px;
}

.promo-card strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.promo-card span {
    font-size: 14px;
    line-height: 1.5;
    color: #334155;
    display: inline-block;
    width: 50%;
}

.control-note {
    margin-top: 16px;
    padding: 14px 16px;
    border-left: 3px solid #1851e0;
    background: #f8fbff;
    font-size: 14px;
    line-height: 1.6;
    color: #334155;
}

/* ---------- Right: Form ---------- */

.form-panel {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #ffffff;
    padding: 24px;
}

.form-panel h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0f172a;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-grid label {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
    color: #0f172a;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
    word-wrap: break-word; /* Allow input text to wrap */
}

.form-grid textarea {
    min-height: 90px;
    resize: vertical;
    grid-column: 1 / -1;
}

.full {
    grid-column: 1 / -1;
}

.btn-primary {
    margin-top: 18px;
    width: 100%;
    min-height: 44px;
    background: #1851e0;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.form-note {
    margin-top: 10px;
    font-size: 13px;
    color: #475569;
}

.fba-execution {
    background: #f8fbff;
    border-top: 1px solid #e5e7eb;
}

.fba-execution .execution-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 72px 16px;
}

.fba-execution h2 {
    font-family: 'Karla', sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin-bottom: 12px;
}

.execution-subhead {
    max-width: 780px;
    font-size: 16px;
    line-height: 1.6;
    color: #334155;
    margin-bottom: 40px;
}

/* ---------- Execution Flow ---------- */

.execution-flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.flow-step {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 24px;
}

.flow-step span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1851e0;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.flow-step h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.flow-step p {
    font-size: 14px;
    line-height: 1.6;
    color: #334155;
    margin: 0;
}

/* ---------- Execution Notes ---------- */

.execution-notes {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 24px;
}

.execution-notes h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.notes-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
}

.note-item {
    font-size: 14px;
    line-height: 1.6;
    color: #334155;
    position: relative;
    padding-left: 14px;
}

.note-item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1851e0;
    font-weight: 700;
}

/* ---------- Soft CTA ---------- */

.execution-cta {
    margin-top: 28px;
    font-size: 14px;
}

.execution-cta a {
    color: #1851e0;
    font-weight: 700;
    text-decoration: none;
}

.execution-cta a:hover {
    text-decoration: underline;
}

.fba-exception-gov{
    background:#ffffff;
    border-top:1px solid #e5e7eb;
    font-family:'Karla',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    color:#0f172a;
}
.fba-exception-gov .gov-container{
    max-width:1160px;
    margin:0 auto;
    padding:72px 16px;
}
.fba-exception-gov h2{
    font-size:28px;
    line-height:1.2;
    font-weight:700;
    letter-spacing:-0.02em;
    margin:0 0 12px;
}
.fba-exception-gov .gov-subhead{
    max-width:820px;
    font-size:16px;
    line-height:1.6;
    color:#334155;
    margin:0 0 40px;
}

.gov-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-bottom:28px;
}
.gov-card{
    background:#f8fbff;
    border:1px solid #e5e7eb;
    border-radius:4px;
    padding:20px;
}
.gov-card h3{
    font-size:16px;
    font-weight:700;
    margin:0 0 8px;
    color:#0f172a;
}
.gov-card p{
    margin:0;
    font-size:14px;
    line-height:1.7;
    color:#334155;
}

.gov-standards{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:4px;
    padding:22px;
}
.gov-standards h3{
    font-size:16px;
    font-weight:700;
    margin:0 0 12px;
}
.standards-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px 24px;
}
.standard-item{
    font-size:14px;
    line-height:1.7;
    color:#334155;
    position:relative;
    padding-left:14px;
}
.standard-item::before{
    content:"•";
    position:absolute;
    left:0;
    color:#1851e0;
    font-weight:700;
}

.gov-boundary{
    margin-top:18px;
    padding-top:16px;
    border-top:1px dashed #e5e7eb;
    font-size:14px;
    line-height:1.7;
    color:#475569;
}
.gov-boundary strong{ color:#0f172a; }

.gov-cta{
    margin-top:22px;
    font-size:14px;
}
.gov-cta a{
    color:#1851e0;
    font-weight:700;
    text-decoration:none;
}
.gov-cta a:hover{ text-decoration:underline; }

.fba-coverage{
    background:#f8fbff;
    border-top:1px solid #e5e7eb;
    font-family:'Karla',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    color:#0f172a;
}
.coverage-container{
    max-width:1160px;
    margin:0 auto;
    padding:72px 16px;
}

.fba-coverage h2{
    margin:0 0 12px;
    font-size:28px;
    font-weight:700;
    letter-spacing:-0.02em;
}
.coverage-subhead{
    max-width:900px;
    margin-bottom:36px;
    font-size:16px;
    line-height:1.6;
    color:#334155;
}

.coverage-grid{
    display:grid;
    grid-template-columns:1.15fr 0.85fr;
    gap:28px;
    align-items:start;
}

/* ---------- Region Switch ---------- */
.region-tabs{
    display:flex;
    gap:8px;
    margin-bottom:16px;
    flex-wrap:wrap;
}
.region-tabs button{
    padding:6px 14px;
    font-size:13px;
    font-weight:700;
    border:1px solid #e5e7eb;
    border-radius:4px;
    background:#ffffff;
    color:#334155;
    cursor:pointer;
}
.region-tabs button.active{
    background:#1851e0;
    color:#ffffff;
    border-color:#1851e0;
}

/* ---------- Left Panel ---------- */
.locations-panel{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:4px;
    padding:24px;
}

.region-content{ display:none; }
.region-content.active{ display:block; }

.loc-list{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:14px;
}
.loc-item{
    border:1px solid #e5e7eb;
    border-radius:4px;
    padding:14px 16px;
    display:flex;
    gap:14px;
    align-items:flex-start;
    background:#ffffff;
}
.loc-badge{
    font-size:12px;
    font-weight:700;
    color:#1851e0;
    background:#eaf1ff;
    border:1px solid #dbeafe;
    border-radius:4px;
    padding:4px 8px;
    white-space:nowrap;
}
.loc-title{
    margin:0 0 6px;
    font-size:14px;
    font-weight:700;
}
.loc-desc{
    margin:0;
    font-size:14px;
    line-height:1.6;
    color:#334155;
    width: 44%;
}

.loc-meta{
    margin-top:16px;
    padding:14px 16px;
    background:#f8fbff;
    border-left:3px solid #1851e0;
    font-size:14px;
    line-height:1.6;
    color:#334155;
}

/* ---------- Right Panel ---------- */
.why-panel{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:4px;
    padding:24px;
}
.why-panel h3{
    margin:0 0 12px;
    font-size:16px;
    font-weight:700;
}
.why-copy{
    font-size:14px;
    line-height:1.7;
    color:#334155;
    margin-bottom:14px;
}

.cta-row{
    margin-top:20px;
    display:flex;
    flex-direction:column;
    gap:10px;
}
.btn-primary,
.btn-secondary{
    min-height:44px;
    border-radius:4px;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
}
.btn-primary{
    background:#1851e0;
    color:#ffffff;
    border:1px solid #1851e0;
}
.btn-secondary{
    background:#ffffff;
    color:#1851e0;
    border:1px solid #1851e0;
}

.coverage-note{
    margin-top:12px;
    font-size:13px;
    line-height:1.6;
    color:#475569;
}

.fba-faq{
    background:#ffffff;
    border-top:1px solid #e5e7eb;
    font-family:'Karla',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    color:#0f172a;
}

.faq-container{
    max-width:860px;
    margin:0 auto;
    padding:64px 16px 72px;
}

.fba-faq h2{
    margin:0 0 8px;
    font-size:24px;
    font-weight:700;
    letter-spacing:-0.02em;
}

.faq-subhead{
    margin-bottom:28px;
    font-size:15px;
    line-height:1.6;
    color:#475569;
}

/* ---------- FAQ List ---------- */

.faq-list{
    border-top:1px solid #e5e7eb;
}

.faq-item{
    border-bottom:1px solid #e5e7eb;
    padding:18px 0;
}

.faq-question{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:16px;
    cursor:pointer;
}

.faq-question span{
    font-size:15px;
    font-weight:600;
    line-height:1.5;
    color:#0f172a;
}

.faq-toggle{
    font-size:14px;
    font-weight:700;
    color:#1851e0;
    line-height:1;
    margin-top:4px;
    user-select:none;
}

.faq-answer{
    display:none;
    margin-top:10px;
    font-size:14px;
    line-height:1.7;
    color:#334155;
    max-width:760px;
}

.faq-item.active .faq-answer{
    display:block;
}

/* ---------- Mobile Priority ---------- */
@media (max-width: 900px) {

    .hero-fba .hero-container {
        grid-template-columns: 1fr;
        padding: 56px 16px 64px;
        gap: 28px;
    }

    /* Image first on mobile */
    .hero-fba .hero-image {
        order: 0;
    }

    .hero-fba .hero-content {
        order: 1;
    }

    .hero-fba h1 {
        font-size: 30px;
    }

    .hero-fba .cta-group {
        flex-direction: column;
    }

    .hero-fba .cta-group a {
        width: 100%;
    }

    .fba-services .services-grid {
        grid-template-columns: 1fr;
    }

    .fba-services h2 {
        font-size: 24px;
    }

    .fba-execution .process-grid {
        grid-template-columns: 1fr;
    }

    .fba-execution h2 {
        font-size: 24px;
    }

    .intake-grid,
    .service-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }
    .fba-intake h2 { font-size: 24px; }

    .execution-flow {
        grid-template-columns: 1fr;
    }
    .notes-list {
        grid-template-columns: 1fr;
    }
    .fba-execution h2 {
        font-size: 24px;
    }

    .fba-exception-gov h2{ font-size:24px; }
    .gov-grid{ grid-template-columns:1fr; }
    .standards-list{ grid-template-columns:1fr; }

    .coverage-grid{ grid-template-columns:1fr; }
    .fba-coverage h2{ font-size:24px; }
}

@media(max-width:768px){
    .fba-faq h2{ font-size:22px; }
    .faq-question span{ font-size:14px; }
}