/* Site içi form önizlemesi — canlı site sayfa başlığı ile aynı iskelet */
:root {
    --brand-navy: #003359;
    --brand-deep: #004a7c;
    --brand-mid: #0077b6;
    --bg: #050f18;
    --surface2: #071828;
}
.fb-site-preview-root {
    margin: 0;
    min-height: 100vh;
    font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
    background: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(0, 119, 182, 0.18), transparent 55%),
        linear-gradient(180deg, var(--bg) 0%, #07121c 100%);
    color: #f2f8fc;
    -webkit-font-smoothing: antialiased;
}
.fb-site-preview-root .site-page-banner {
    position: relative;
    margin-top: 0;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(128deg, var(--surface2) 0%, var(--brand-navy) 38%, var(--brand-deep) 62%, var(--brand-mid) 100%);
    box-shadow: none;
}
.fb-site-preview-root .site-page-banner__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1100px;
    margin: auto auto 0;
    padding: clamp(0.85rem, 2.8vw, 1.35rem) 1rem clamp(0.75rem, 2.5vw, 1.2rem);
}
.fb-site-preview-root .site-page-banner__title {
    margin: 0;
    font-size: clamp(1.5rem, 4.2vw, 2.15rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.18;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 12, 30, 0.45), 0 1px 3px rgba(0, 0, 0, 0.35);
}
.fb-site-preview-root main.site-page {
    background: #fff;
    color: #1a2535;
    overflow-x: clip;
}
.fb-site-preview-root .site-page__layout {
    --site-page-pad-x: clamp(1rem, 2.5vw, 1.25rem);
    max-width: 1140px;
    margin: 0 auto;
    padding: clamp(1.25rem, 3vw, 2rem) var(--site-page-pad-x) clamp(2rem, 4vw, 3rem);
    box-sizing: border-box;
    overflow: visible;
}
.fb-site-preview-root .site-page__body {
    color: #243044;
    line-height: 1.45;
    min-width: 0;
    overflow: visible;
}
.fb-site-preview-root > .fb-form-wrap,
.fb-site-preview-root main.site-page > .fb-form-wrap,
.fb-site-preview-root .fb-form-wrap {
    max-width: none;
    width: 100%;
    margin: 0;
}
/* Canlı site form sayfası — form doğrudan main altında */
main.site-page > .fb-form-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
}
