.beach-flag-page h1 { line-height: 1.35; }
.beach-flag-sticky-cta {
    position: sticky;
    bottom: 0;
    z-index: 30;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
}
@media (min-width: 1024px) {
    .beach-flag-sticky-cta { display: none; }
}
.bf-file-drop {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 8.5rem;
    padding: 1.25rem 1rem;
    border: 2px dashed #d1d5db;
    border-radius: 1.1rem;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
    text-align: center;
}
.bf-file-drop:hover,
.bf-file-drop.is-dragover {
    border-color: #d97706;
    background: #fffbeb;
    box-shadow: 0 0 0 4px rgba(217, 119, 6, 0.08);
}
.bf-file-drop input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}
.bf-file-drop__trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.1rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    background: #d97706;
    border-radius: 0.8rem;
    cursor: pointer;
}
.bf-file-drop__trigger:hover { filter: brightness(0.95); }
.bf-file-drop__trigger svg { width: 1.15rem; height: 1.15rem; }
.bf-file-drop__name { font-size: 0.85rem; color: #374151; font-weight: 600; margin: 0; }
.bf-file-drop__hint { font-size: 0.75rem; color: #6b7280; margin: 0; }
.bf-print-box__summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}
.bf-print-box__summary::-webkit-details-marker { display: none; }
.bf-print-box__summary::after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #6b7280;
    border-bottom: 2px solid #6b7280;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-top: -0.2rem;
}
.bf-page-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    margin: 0 0 1.5rem;
    padding: 0.75rem 1rem;
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 1rem;
}
.bf-page-nav a {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #4b5563;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #f9fafb;
}
.bf-page-nav a:hover { color: #92400e; background: #fffbeb; }
.bf-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.bf-hero-chips li {
    font-size: 0.75rem;
    font-weight: 600;
    color: #78350f;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
}
.bf-steps {
    display: grid;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .bf-steps { grid-template-columns: repeat(4, 1fr); }
}
.bf-steps li {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 1.1rem;
    padding: 1.15rem 1.1rem 1.2rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.bf-steps li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: #d97706;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    margin-bottom: 0.65rem;
}
.bf-steps h3 { font-size: 1rem; font-weight: 800; color: #111827; margin: 0 0 0.4rem; }
.bf-steps p { font-size: 0.8125rem; color: #4b5563; line-height: 1.7; margin: 0; }
.bf-steps a { color: #b45309; font-weight: 600; }
.bf-job-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.bf-job-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e5e7eb;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
    transition: border-color 0.15s, background-color 0.15s, color 0.15s;
}
.bf-job-chip:hover {
    border-color: #f59e0b;
    background: #fffbeb;
    color: #92400e;
}
.bf-related-card {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.1rem 1.15rem;
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 1.1rem;
    color: inherit;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.bf-related-card:hover { border-color: #f59e0b; }
.bf-related-card strong { color: #111827; }
.bf-related-card span { font-size: 0.8125rem; color: #6b7280; line-height: 1.6; }

