/* ================================================================
   FLORO CUSTOMISER — Product Page CSS v1.0
   Warm neon-gold aesthetic. Compatible with all WP themes.
================================================================ */

.frc-page {
    background: #07070e;
    color: #e8e8f5;
    font-family: 'Raleway', sans-serif;
    line-height: 1.65;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Hide default theme/WooCommerce elements */
.frc-page .woocommerce-breadcrumb,
.frc-page .entry-title,
.frc-page .woocommerce-product-gallery,
.frc-page .product_meta,
.frc-page .woocommerce-tabs,
.frc-page .related.products,
.frc-page .up-sells,
.frc-page > .price,
.frc-page .woocommerce-product-details__add-to-cart { display: none !important; }

/* ── Containers ───────────────────────────────── */
.frc-container        { max-width: 1160px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.frc-container--wide  { max-width: 1280px; }
.frc-container--narrow{ max-width: 860px; }

/* ── Sections ─────────────────────────────────── */
.frc-section { padding: 64px 0; position: relative; }
.frc-section + .frc-section { border-top: 1px solid rgba(255,255,255,0.07); }

.frc-section-eyebrow {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
    color: #f0a500; margin-bottom: 10px; display: block;
}
.frc-section-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: clamp(1.5rem, 3.5vw, 2.1rem); font-weight: 800;
    letter-spacing: .05em; text-transform: uppercase;
    color: #e8e8f5; margin: 0 0 32px; line-height: 1.2;
}

/* ================================================================
   HERO BAR
================================================================ */
.frc-hero-bar {
    background: linear-gradient(180deg, rgba(240,165,0,.09) 0%, rgba(7,7,14,0) 100%);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    padding: 28px 0 30px;
}

.frc-breadcrumb {
    display: flex; align-items: center; gap: 8px;
    font-size: .72rem; letter-spacing: .07em; text-transform: uppercase;
    color: rgba(232,232,245,.45); margin-bottom: 18px; flex-wrap: wrap;
}
.frc-breadcrumb a { color: rgba(232,232,245,.45); text-decoration: none; }
.frc-breadcrumb a:hover { color: #e8e8f5; }
.frc-bc-sep     { opacity: .4; }
.frc-bc-current { color: #e8e8f5; font-weight: 700; }

.frc-hero-title-row {
    display: flex; align-items: flex-start;
    justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.frc-hero-title-col { flex: 1; min-width: 200px; }

.frc-product-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: clamp(1.8rem, 4.5vw, 3rem); font-weight: 900;
    letter-spacing: .06em; text-transform: uppercase;
    color: #e8e8f5; margin: 0 0 8px; line-height: 1.1;
}
.frc-product-tagline {
    font-size: .88rem; color: rgba(232,232,245,.5);
    margin: 0; max-width: 520px;
}

.frc-hero-meta {
    display: flex; flex-direction: column;
    align-items: flex-end; gap: 10px; flex-shrink: 0;
}

/* Stars */
.frc-hero-rating { display: flex; align-items: center; gap: 8px; }
.frc-stars { display: flex; gap: 2px; }
.frc-star--on  { color: #f0a500; font-size: 1rem; }
.frc-star--off { color: rgba(240,165,0,.25); font-size: 1rem; }
.frc-rating-count { font-size: .75rem; color: rgba(232,232,245,.45); }
.frc-sale-badge {
    background: rgba(240,80,80,.15); color: #ff6060;
    border: 1px solid rgba(240,80,80,.3);
    padding: 4px 12px; border-radius: 100px;
    font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}

/* ================================================================
   CUSTOMISER SECTION
================================================================ */
.frc-section--customiser { background: #07070e; padding: 40px 0 56px; }

/* Price ribbon */
.frc-price-ribbon {
    display: flex; align-items: center;
    justify-content: space-between; gap: 18px;
    flex-wrap: wrap; margin-bottom: 28px;
    padding: 18px 24px;
    background: rgba(240,165,0,.05);
    border: 1px solid rgba(240,165,0,.12);
    border-radius: 14px;
}
.frc-ribbon-left  { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.frc-ribbon-was   { font-size: 1rem; color: rgba(232,232,245,.35); text-decoration: line-through; }
.frc-ribbon-price { font-family: 'Josefin Sans', sans-serif; font-size: 2.4rem; font-weight: 900; color: #e8e8f5; line-height: 1; }
.frc-ribbon-sym   { font-size: 1.3rem; font-weight: 600; color: rgba(232,232,245,.6); margin-right: 2px; }
.frc-ribbon-note  { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(232,232,245,.35); }

.frc-trust-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.frc-pill {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(232,232,245,.55);
    font-size: .72rem; letter-spacing: .05em;
    padding: 5px 12px; border-radius: 100px;
}

/* ================================================================
   FEATURE CARDS
================================================================ */
.frc-section--features { background: #0d0d18; }

.frc-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.frc-feature-card {
    background: #111120;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
    padding: 28px 22px;
    text-align: center;
    transition: border-color .2s, transform .2s;
}
.frc-feature-card:hover {
    border-color: rgba(240,165,0,.3);
    transform: translateY(-3px);
}
.frc-feature-icon { font-size: 1.8rem; margin-bottom: 14px; display: block; }
.frc-feature-card h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: .78rem; font-weight: 800;
    letter-spacing: .1em; text-transform: uppercase;
    color: #e8e8f5; margin: 0 0 8px;
}
.frc-feature-card p { font-size: .78rem; color: rgba(232,232,245,.5); margin: 0; line-height: 1.6; }

/* ================================================================
   PRODUCT DESCRIPTION
================================================================ */
.frc-section--description { background: #07070e; }
.frc-description-body { font-size: .88rem; color: rgba(232,232,245,.6); line-height: 1.8; }
.frc-description-body h2,
.frc-description-body h3 {
    font-family: 'Josefin Sans', sans-serif;
    color: #e8e8f5; letter-spacing: .06em;
    text-transform: uppercase; margin: 26px 0 10px;
}
.frc-description-body p  { margin: 0 0 14px; }
.frc-description-body ul,
.frc-description-body ol { padding-left: 20px; margin: 0 0 14px; }
.frc-description-body li { margin-bottom: 6px; }
.frc-description-body a  { color: #f0a500; text-decoration: underline; }

/* ================================================================
   SPECS TABLE
================================================================ */
.frc-section--specs { background: #0d0d18; }
.frc-specs-grid { display: flex; flex-direction: column; gap: 2px; }
.frc-spec-row {
    display: grid;
    grid-template-columns: 36px 200px 1fr;
    gap: 14px; align-items: center;
    padding: 12px 16px; border-radius: 8px;
}
.frc-spec-row:nth-child(odd)  { background: rgba(255,255,255,.025); }
.frc-spec-row:hover           { background: rgba(255,255,255,.04); }
.frc-spec-icon  { font-size: 1.1rem; text-align: center; }
.frc-spec-label { font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: rgba(232,232,245,.5); }
.frc-spec-value { font-size: .84rem; color: #e8e8f5; font-weight: 500; }

/* ================================================================
   HOW IT WORKS
================================================================ */
.frc-section--how { background: #07070e; }
.frc-steps {
    display: flex; align-items: center; gap: 0;
    flex-wrap: wrap; justify-content: center;
}
.frc-step {
    flex: 1; min-width: 200px; max-width: 280px;
    text-align: center; padding: 30px 18px;
    background: #111120;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
}
.frc-step-num {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.6rem; font-weight: 900;
    color: rgba(240,165,0,.2);
    line-height: 1; margin-bottom: 12px; letter-spacing: .04em;
}
.frc-step h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: .8rem; font-weight: 800;
    letter-spacing: .1em; text-transform: uppercase;
    color: #e8e8f5; margin: 0 0 8px;
}
.frc-step p { font-size: .77rem; color: rgba(232,232,245,.5); margin: 0; line-height: 1.6; }
.frc-step-arrow { font-size: 1.4rem; color: rgba(240,165,0,.4); padding: 0 14px; flex-shrink: 0; }

/* ================================================================
   FAQ
================================================================ */
.frc-section--faq { background: #0d0d18; }
.frc-faq-list { display: flex; flex-direction: column; gap: 6px; }
.frc-faq-item {
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px; overflow: hidden;
    transition: border-color .2s;
}
.frc-faq-item--open { border-color: rgba(240,165,0,.4); }
.frc-faq-q {
    width: 100%; display: flex;
    align-items: center; justify-content: space-between; gap: 16px;
    background: rgba(255,255,255,.025); border: none;
    padding: 16px 20px; cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: .88rem; font-weight: 700;
    color: #e8e8f5; text-align: left;
    transition: background .18s;
}
.frc-faq-q:hover { background: rgba(255,255,255,.04); }
.frc-faq-item--open .frc-faq-q { background: rgba(240,165,0,.09); }
.frc-faq-icon {
    font-size: 1.2rem; font-weight: 300; color: #f0a500;
    flex-shrink: 0; line-height: 1;
    transition: transform .2s;
}
.frc-faq-item--open .frc-faq-icon { transform: rotate(45deg); }
.frc-faq-a {
    padding: 14px 20px 18px;
    background: rgba(255,255,255,.015);
    border-top: 1px solid rgba(255,255,255,.07);
}
.frc-faq-a p { font-size: .82rem; color: rgba(232,232,245,.55); margin: 0; line-height: 1.7; }

/* ================================================================
   REVIEWS
================================================================ */
.frc-section--reviews { background: #07070e; }
.frc-section--reviews #reviews h2,
.frc-section--reviews .woocommerce-Reviews-title { display: none; }
.frc-section--reviews .comment-list { list-style: none; padding: 0; margin: 0; }
.frc-section--reviews .comment-list li {
    background: #111120; border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px; padding: 22px; margin-bottom: 12px;
}
.frc-section--reviews .star-rating { color: #f0a500; }
.frc-section--reviews .woocommerce-review__author { color: #e8e8f5; font-weight: 700; }
.frc-section--reviews .description p { color: rgba(232,232,245,.55); font-size: .84rem; margin: 8px 0 0; }
.frc-section--reviews #review_form_wrapper { margin-top: 32px; }
.frc-section--reviews #review_form_wrapper label { color: rgba(232,232,245,.55); font-size: .82rem; }
.frc-section--reviews #review_form_wrapper input,
.frc-section--reviews #review_form_wrapper textarea {
    background: #111120 !important; border: 1px solid rgba(255,255,255,.1) !important;
    color: #e8e8f5 !important; border-radius: 8px; padding: 10px 14px;
    width: 100%; box-sizing: border-box;
}
.frc-section--reviews #review_form_wrapper input:focus,
.frc-section--reviews #review_form_wrapper textarea:focus {
    border-color: #f0a500 !important; outline: none;
}
.frc-section--reviews #review_form_wrapper .submit {
    background: #f0a500 !important; color: #0a0a12 !important;
    border: none !important; border-radius: 8px; padding: 12px 24px;
    font-weight: 700; cursor: pointer; font-size: .84rem; transition: background .18s;
}
.frc-section--reviews #review_form_wrapper .submit:hover { background: #d48800 !important; }

/* ================================================================
   STICKY BAR
================================================================ */
.frc-sticky-bar {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 9990;
    background: rgba(10,8,18,.96);
    border-top: 1px solid rgba(240,165,0,.3);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateY(100%);
    transition: transform .3s ease;
    padding: 12px 0;
}
.frc-sticky-bar--visible { transform: translateY(0); }
.frc-sticky-inner {
    display: flex; align-items: center;
    justify-content: space-between; gap: 16px;
}
.frc-sticky-info { display: flex; flex-direction: column; gap: 2px; }
.frc-sticky-name {
    font-family: 'Josefin Sans', sans-serif;
    font-size: .72rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase;
    color: rgba(232,232,245,.5);
}
.frc-sticky-price {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.3rem; font-weight: 900; color: #e8e8f5;
}
.frc-sticky-amount { font-size: 1.5rem; }
.frc-sticky-btn {
    background: linear-gradient(90deg, #f0a500, #e06020);
    color: #0a0a12; border: none; border-radius: 8px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: .8rem; font-weight: 800;
    letter-spacing: .08em; text-transform: uppercase;
    padding: 13px 24px; cursor: pointer;
    transition: opacity .2s, transform .2s, box-shadow .2s;
    white-space: nowrap;
    box-shadow: 0 4px 22px rgba(240,165,0,.4);
}
.frc-sticky-btn:hover {
    opacity: .9; transform: translateY(-1px);
    box-shadow: 0 8px 28px rgba(240,165,0,.55);
}

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 960px) {
    .frc-features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
    .frc-section     { padding: 44px 0; }
    .frc-hero-title-row { flex-direction: column; }
    .frc-hero-meta   { align-items: flex-start; flex-direction: row; }
    .frc-price-ribbon{ flex-direction: column; align-items: flex-start; }
    .frc-spec-row    { grid-template-columns: 30px 1fr; }
    .frc-spec-value  { grid-column: 2; color: rgba(232,232,245,.5); }
    .frc-step-arrow  { display: none; }
    .frc-steps       { flex-direction: column; align-items: stretch; }
    .frc-step        { max-width: 100%; }
}
@media (max-width: 480px) {
    .frc-container     { padding: 0 16px; }
    .frc-product-title { font-size: 1.65rem; }
    .frc-features-grid { grid-template-columns: 1fr; }
    .frc-sticky-inner  { gap: 12px; }
    .frc-sticky-btn    { padding: 11px 16px; font-size: .74rem; }
}
