.flower-calculator-page { --fbc-ink: #26352d; --fbc-muted: #607267; --fbc-border: #dbe7dc; --fbc-card: #ffffff; --fbc-green: #3f8753; --fbc-green-dark: #245a34; --fbc-soft: #f2f8f1; --fbc-lilac: #f8f5fc; }
.fbc-hero { padding: 66px 0 48px; background: linear-gradient(135deg, #eff8ef 0%, #fbf8f1 58%, #f6f0fb 100%); border-bottom: 1px solid var(--fbc-border); }
.fbc-readable { max-width: 930px; }
.fbc-kicker, .fbc-eyebrow { color: var(--fbc-green-dark); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.fbc-kicker { display: inline-flex; align-items: center; gap: 8px; }
.fbc-hero h1 { max-width: 900px; margin: 14px 0 18px; color: var(--fbc-ink); font-size: clamp(2.1rem, 5vw, 3.7rem); font-weight: 850; line-height: 1.06; overflow-wrap: anywhere; }
.fbc-lead { max-width: 820px; color: var(--fbc-muted); font-size: 1.12rem; line-height: 1.78; }
.fbc-hero-note { margin: 20px 0 0; color: var(--fbc-green-dark); font-size: .95rem; }
.fbc-tool-section, .fbc-content-section, .fbc-cta-section { padding: 60px 0; }
.fbc-tool-section { background: #fff; }
.fbc-content-section-alt { background: var(--fbc-lilac); }
.fbc-section-heading { margin-bottom: 28px; }
.fbc-section-heading h2, .fbc-readable h2 { margin: 10px 0 16px; color: var(--fbc-ink); font-size: clamp(1.65rem, 3vw, 2.35rem); font-weight: 820; line-height: 1.2; overflow-wrap: anywhere; }
.fbc-readable h3 { color: var(--fbc-ink); font-size: 1.15rem; font-weight: 800; }
.fbc-readable p, .fbc-readable li { color: var(--fbc-muted); line-height: 1.78; }
.fbc-tool-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 24px; align-items: start; }
.fbc-input-card, .fbc-result-card, .fbc-info-card, .fbc-callout { border: 1px solid var(--fbc-border); border-radius: 18px; background: var(--fbc-card); box-shadow: 0 12px 34px rgba(37, 70, 46, .07); }
.fbc-input-card, .fbc-result-card { padding: 26px; }
.fbc-result-card { position: sticky; top: 22px; }
.fbc-card-heading { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; margin-bottom: 24px; }
.fbc-card-heading h3 { margin: 0 0 7px; }
.fbc-card-heading p { margin: 0; color: var(--fbc-muted); line-height: 1.6; }
.fbc-example-chip { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; color: var(--fbc-green-dark); background: #e8f4e9; font-size: .78rem; font-weight: 800; }
.fbc-field-group { margin-bottom: 18px; }
.fbc-field-group label { display: block; margin-bottom: 7px; color: var(--fbc-ink); font-weight: 750; }
.fbc-field-group .form-select { min-height: 48px; border-color: var(--fbc-border); }
.fbc-parent-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.fbc-input-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.fbc-live-note, .fbc-form-error { margin: 16px 0 0; color: var(--fbc-muted); font-size: .9rem; line-height: 1.6; }
.fbc-form-error { color: #9a3e3e; font-weight: 700; }
.fbc-result-topline { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 18px; }
.fbc-result-label, .fbc-result-caption { color: var(--fbc-muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fbc-status-badge { padding: 6px 10px; border-radius: 999px; font-size: .78rem; font-weight: 800; }
.fbc-status-example { color: #5f4e86; background: #eee9fb; }
.fbc-status-ready { color: #6b5d2e; background: #fff4c9; }
.fbc-status-success { color: #276b38; background: #e1f3e3; }
.fbc-status-error { color: #8d3535; background: #fde8e8; }
.fbc-status-neutral { color: #56616a; background: #edf1f3; }
.fbc-result-card h3 { margin: 0 0 10px; color: var(--fbc-ink); font-size: 1.55rem; font-weight: 820; }
.fbc-result-summary { margin-bottom: 22px; color: var(--fbc-muted); line-height: 1.7; }
.fbc-result-highlight { display: flex; align-items: center; gap: 15px; padding: 18px; border-radius: 14px; background: var(--fbc-soft); }
.fbc-color-swatch { display: inline-block; width: 46px; height: 46px; border: 3px solid rgba(38, 53, 45, .14); border-radius: 50%; background: #e8eee9; }
.fbc-swatch-black { background: #25232d; }.fbc-swatch-blue { background: #78bce1; }.fbc-swatch-green { background: #82b67b; }.fbc-swatch-orange { background: #f2a24c; }.fbc-swatch-pink { background: #ef9eb7; }.fbc-swatch-purple { background: #a98ac9; }.fbc-swatch-red { background: #d95c5c; }.fbc-swatch-white { background: #fff; }.fbc-swatch-yellow { background: #f2d65c; }.fbc-swatch-empty { background: #e8eee9; }
.fbc-result-highlight strong { display: block; margin-top: 3px; color: var(--fbc-ink); font-size: 1.2rem; }
.fbc-result-details { margin: 22px 0 0; }
.fbc-result-details div { padding: 12px 0; border-bottom: 1px solid var(--fbc-border); }
.fbc-result-details dt { color: var(--fbc-muted); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.fbc-result-details dd { margin: 5px 0 0; color: var(--fbc-ink); line-height: 1.55; }
.fbc-example-button { padding-left: 0; margin-top: 14px; }
.fbc-callout { padding: 24px; margin-top: 24px; background: #fff; }
.fbc-callout h3 { margin-top: 0; }
.fbc-callout ul { margin: 0; padding-left: 1.2rem; }
.fbc-step-list { display: grid; gap: 17px; margin: 28px 0 0; padding: 0; list-style: none; }
.fbc-step-list li { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; align-items: start; }
.fbc-step-number { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--fbc-green); font-weight: 850; }
.fbc-step-list h3 { margin: 0 0 5px; }
.fbc-step-list p { margin: 0; }
.fbc-table-wrap { margin: 26px 0 14px; border: 1px solid var(--fbc-border); border-radius: 14px; background: #fff; }
.fbc-reference-table { min-width: 720px; margin-bottom: 0; }
.fbc-reference-table th { color: var(--fbc-ink); background: #edf7ee; font-weight: 800; }
.fbc-reference-table td, .fbc-reference-table th { padding: 14px 16px; vertical-align: top; }
.fbc-reference-table td { color: var(--fbc-muted); line-height: 1.55; }
.fbc-small-note { font-size: .9rem; }
.fbc-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
.fbc-info-card { padding: 22px; box-shadow: none; }
.fbc-info-card h3 { margin-top: 0; }
.fbc-info-card p { margin-bottom: 0; }
.fbc-check-list { display: grid; gap: 11px; margin: 22px 0 0; padding: 0; list-style: none; }
.fbc-check-list li { display: flex; gap: 10px; }
.fbc-check-list i { flex: 0 0 auto; margin-top: 5px; color: var(--fbc-green); }
.fbc-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.fbc-related-card { display: flex; flex-direction: column; gap: 7px; min-width: 0; padding: 18px; border: 1px solid var(--fbc-border); border-radius: 14px; color: inherit; text-decoration: none; background: #fff; transition: transform .2s ease, border-color .2s ease; }
.fbc-related-card:hover { transform: translateY(-2px); border-color: #9fc6a8; }
.fbc-related-card strong { color: var(--fbc-green-dark); }.fbc-related-card span { color: var(--fbc-muted); line-height: 1.6; }
.fbc-faq { padding: 16px 0; border-bottom: 1px solid var(--fbc-border); }.fbc-faq summary { cursor: pointer; color: var(--fbc-ink); font-weight: 800; }.fbc-faq p { max-width: 900px; margin: 12px 0 0; }
.fbc-cta-section { background: #eef8f0; border-top: 1px solid #dcefe0; }.fbc-cta-section p { max-width: 720px; margin: 0 auto 20px; }
@media (max-width: 991px) { .fbc-tool-grid { grid-template-columns: 1fr; }.fbc-result-card { position: static; } }
@media (max-width: 767px) { .fbc-hero { padding: 50px 0 36px; }.fbc-hero h1 { font-size: clamp(1.9rem, 9vw, 2.6rem); }.fbc-tool-section, .fbc-content-section, .fbc-cta-section { padding: 44px 0; }.fbc-input-card, .fbc-result-card { padding: 20px; border-radius: 14px; }.fbc-parent-grid, .fbc-info-grid, .fbc-related-grid { grid-template-columns: 1fr; }.fbc-readable { width: calc(100% - 2rem); max-width: none; }.fbc-card-heading { display: block; }.fbc-example-chip { display: inline-block; margin-top: 12px; } }
