/*
Theme Name: Ranking Factory Social Studio
Theme URI: https://rankingfactory.nl
Author: Ranking Factory
Description: Aparte Elementor-vriendelijke Ranking Factory-basis voor social media management.
Version: 1.1.0
Text Domain: ranking-factory-social
*/

:root {
  --rf-bg: #080513;
  --rf-bg-soft: #100b20;
  --rf-panel: #151027;
  --rf-panel-light: #1c1533;
  --rf-orange: #f28a19;
  --rf-orange-dark: #c9650c;
  --qf-accent: #ff5f7e;
  --rf-cream: #fffaf3;
  --rf-white: #ffffff;
  --rf-text: #c9c4d6;
  --rf-line: rgba(255,255,255,.1);
  --rf-radius: 24px;
  --rf-shadow: 0 28px 80px rgba(0,0,0,.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--rf-text); background: var(--rf-bg); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.admin-bar .rf-header { top: 32px; }
.rf-elementor-page { min-height: 60vh; }
.qf-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.qf-price { padding: 32px; border: 1px solid var(--rf-line); border-radius: var(--rf-radius); background: var(--rf-panel); }
.qf-price > span, .qf-portfolio span { color: var(--qf-accent); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.qf-price h3 { margin: 12px 0; color: #fff; font-size: 28px; }
.qf-price ul { min-height: 120px; padding-left: 20px; }
.qf-featured { border-color: rgba(255,95,126,.65); transform: translateY(-12px); box-shadow: 0 24px 70px rgba(255,95,126,.13); }
.qf-portfolio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.qf-portfolio article { min-height: 235px; padding: 30px; border: 1px dashed rgba(255,255,255,.2); border-radius: var(--rf-radius); background: rgba(255,255,255,.025); }
.qf-portfolio h3 { margin: 25px 0 10px; color: #fff; }
.qf-about-photo { display: grid; min-height: 450px; place-items: center; border: 1px solid rgba(255,95,126,.35); border-radius: 30px; color: #fff; background: radial-gradient(circle at 50% 25%, rgba(255,95,126,.24), transparent 38%), linear-gradient(145deg, #21173a, #100b20); font-size: 20px; font-weight: 800; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.rf-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; width: auto; height: auto; clip: auto; padding: 10px 14px; color: #111; background: #fff; }

.rf-header { position: sticky; z-index: 200; top: 0; border-bottom: 1px solid var(--rf-line); background: rgba(8,5,19,.84); backdrop-filter: blur(18px); }
.rf-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.rf-brand { display: flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; }
.rf-logo-link { flex: 0 0 auto; }
.rf-header-logo { display: block; width: auto; height: 48px; max-width: 150px; object-fit: contain; }
.custom-logo-link { display: flex; align-items: center; flex: 0 0 auto; }
.custom-logo { display: block; width: auto !important; max-width: 150px !important; max-height: 38px !important; object-fit: contain; }
.rf-brand-mark { position: relative; width: 38px; height: 34px; border: 2px solid var(--rf-orange); border-radius: 6px 6px 3px 3px; }
.rf-brand-mark::before { content: ""; position: absolute; left: 5px; right: 5px; top: -9px; height: 15px; border-top: 2px solid var(--rf-orange); background: linear-gradient(135deg, transparent 0 30%, var(--rf-orange) 31% 34%, transparent 35% 60%, var(--rf-orange) 61% 64%, transparent 65%); }
.rf-brand-mark::after { content: ""; position: absolute; right: 5px; top: 9px; width: 5px; height: 16px; border-radius: 1px; background: var(--rf-orange); box-shadow: -10px 0 var(--rf-orange); opacity: .85; }
.rf-brand-text { font-size: 18px; font-weight: 850; letter-spacing: -.03em; }
.rf-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 650; }
.rf-nav a { text-decoration: none; transition: color .2s ease; }
.rf-nav a:hover { color: var(--rf-orange); }
.rf-nav .rf-nav-cta { padding: 10px 16px; border: 1px solid rgba(242,138,25,.65); border-radius: 999px; color: var(--rf-bg); background: var(--rf-orange); }
.rf-menu-button { display: none; padding: 9px 12px; border: 1px solid var(--rf-line); border-radius: 10px; color: #fff; background: transparent; font: inherit; }

.rf-grid-bg { position: relative; isolation: isolate; overflow: hidden; }
.rf-grid-bg::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000 0 74%, transparent); }
.rf-grid-bg::after { content: ""; position: absolute; z-index: -1; width: 700px; height: 700px; left: 50%; top: -400px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(242,138,25,.19), transparent 68%); filter: blur(10px); }
.rf-hero { padding: 112px 0 76px; text-align: center; }
.rf-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 8px 13px; border: 1px solid rgba(242,138,25,.45); border-radius: 999px; color: #ffe0b7; background: rgba(242,138,25,.07); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.rf-kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--rf-orange); box-shadow: 0 0 15px var(--rf-orange); }
.rf-hero h1 { max-width: 1000px; margin: 0 auto 25px; color: #fff; font-size: clamp(48px, 7.2vw, 92px); line-height: .98; letter-spacing: -.065em; }
.rf-gradient-text { color: var(--rf-orange); text-shadow: 0 0 35px rgba(242,138,25,.16); }
.rf-hero-copy { max-width: 760px; margin: 0 auto 34px; color: #b9b3c9; font-size: 19px; }
.rf-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; }
.rf-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border: 1px solid var(--rf-line); border-radius: 999px; color: #fff; background: rgba(255,255,255,.035); text-decoration: none; font-weight: 800; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.rf-button:hover { transform: translateY(-2px); border-color: rgba(242,138,25,.65); }
.rf-button-primary { border-color: var(--rf-orange); color: var(--rf-bg); background: var(--rf-orange); box-shadow: 0 12px 32px rgba(242,138,25,.2); }
.rf-button-primary:hover { background: #ff9b2e; }
.rf-capabilities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 74px; }
.rf-capability { padding: 18px; border: 1px solid var(--rf-line); border-radius: 16px; color: #e8e4ef; background: rgba(255,255,255,.025); font-size: 14px; font-weight: 750; }
.rf-capability span { color: var(--rf-orange); }

.rf-section { padding: 100px 0; }
.rf-section-soft { background: var(--rf-bg-soft); }
.rf-section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; margin-bottom: 45px; align-items: end; }
.rf-eyebrow { margin: 0 0 12px; color: var(--rf-orange); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.rf-section h2 { margin: 0; color: #fff; font-size: clamp(36px, 4.6vw, 60px); line-height: 1.04; letter-spacing: -.055em; }
.rf-section-head > p { max-width: 560px; margin: 0 0 6px; justify-self: end; }
.rf-services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.rf-card { position: relative; overflow: hidden; min-height: 270px; padding: 32px; border: 1px solid var(--rf-line); border-radius: var(--rf-radius); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); box-shadow: var(--rf-shadow); }
.rf-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -85px; bottom: -100px; border: 1px solid rgba(242,138,25,.26); border-radius: 50%; }
.rf-card-number { display: inline-grid; width: 44px; height: 44px; place-items: center; margin-bottom: 28px; border: 1px solid rgba(242,138,25,.45); border-radius: 12px; color: var(--rf-orange); background: rgba(242,138,25,.07); font-weight: 850; }
.rf-card h3 { margin: 0 0 13px; color: #fff; font-size: 25px; letter-spacing: -.035em; }
.rf-card p { max-width: 480px; margin: 0; }

.rf-content-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.rf-content-copy h2 { margin-bottom: 22px; }
.rf-checks { list-style: none; margin: 27px 0 34px; padding: 0; }
.rf-checks li { position: relative; padding: 9px 0 9px 30px; color: #e8e4ef; }
.rf-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--rf-orange); font-weight: 900; }
.rf-visual-stack { position: relative; min-height: 500px; }
.rf-visual-card { position: absolute; width: 78%; padding: 28px; border: 1px solid var(--rf-line); border-radius: 24px; background: linear-gradient(145deg, #1b1432, #100b20); box-shadow: 0 30px 60px rgba(0,0,0,.32); }
.rf-visual-card:nth-child(1) { top: 0; left: 0; transform: rotate(-4deg); }
.rf-visual-card:nth-child(2) { top: 150px; right: 0; transform: rotate(4deg); }
.rf-visual-card:nth-child(3) { left: 8%; bottom: 0; }
.rf-visual-label { display: inline-block; margin-bottom: 28px; padding: 6px 10px; border-radius: 999px; color: #1a0c00; background: var(--rf-orange); font-size: 11px; font-weight: 850; }
.rf-visual-line { height: 10px; margin: 10px 0; border-radius: 99px; background: rgba(255,255,255,.1); }
.rf-visual-line.short { width: 58%; }
.rf-visual-metric { color: #fff; font-size: 32px; font-weight: 900; }

.rf-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rf-step { padding: 26px 0; border-top: 1px solid rgba(242,138,25,.48); }
.rf-step small { color: var(--rf-orange); font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.rf-step h3 { margin: 13px 0 10px; color: #fff; }
.rf-step p { margin: 0; }

.rf-about { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; }
.rf-quote { padding: 42px; border: 1px solid rgba(242,138,25,.28); border-radius: 30px; color: #fff; background: linear-gradient(145deg, #21173a, #100b20); font-size: clamp(25px, 3vw, 38px); font-weight: 800; line-height: 1.2; letter-spacing: -.035em; }
.rf-about-panel { padding: 36px; border: 1px solid var(--rf-line); border-radius: 30px; background: rgba(255,255,255,.025); }
.rf-about-panel h2 { font-size: 38px; }

.rf-cta { position: relative; overflow: hidden; padding: 60px; border: 1px solid rgba(242,138,25,.36); border-radius: 34px; color: #fff; background: linear-gradient(135deg, #25153c, #10091e 58%, #25110a); box-shadow: var(--rf-shadow); }
.rf-cta::after { content: ""; position: absolute; width: 340px; height: 340px; right: -130px; top: -190px; border-radius: 50%; background: rgba(242,138,25,.18); filter: blur(50px); }
.rf-cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; gap: 60px; }
.rf-cta h2 { margin-bottom: 18px; }
.rf-form { display: grid; gap: 11px; }
.rf-form label { font-size: 13px; font-weight: 750; }
.rf-form input, .rf-form textarea, .rf-form select { width: 100%; padding: 13px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; color: #fff; background: rgba(255,255,255,.055); font: inherit; }
.rf-form select { color-scheme: dark; }
.rf-form input:focus, .rf-form textarea:focus, .rf-form select:focus { outline: 3px solid rgba(242,138,25,.16); border-color: var(--rf-orange); }
.rf-form button { min-height: 50px; border: 0; border-radius: 999px; color: var(--rf-bg); background: var(--rf-orange); font: inherit; font-weight: 850; cursor: pointer; }
.rf-trap { position: absolute !important; left: -9999px !important; }
.rf-consent { display: grid; grid-template-columns: auto 1fr; gap: 9px; color: #bcb5ca; font-size: 12px !important; font-weight: 500 !important; }
.rf-consent input { width: auto; margin-top: 4px; }
.rf-notice { margin-bottom: 14px; padding: 12px 14px; border-radius: 10px; background: rgba(242,138,25,.12); }

.rf-page { min-height: 65vh; padding: 90px 0; }
.rf-page article { max-width: 900px; margin: auto; padding: 42px; border: 1px solid var(--rf-line); border-radius: 28px; background: var(--rf-panel); }
.rf-page h1, .rf-page h2, .rf-page h3 { color: #fff; }
.rf-inner-hero { padding: 92px 0 58px; text-align: center; }
.rf-inner-hero h1 { max-width: 900px; margin: 0 auto 20px; color: #fff; font-size: clamp(46px, 6vw, 76px); line-height: 1; letter-spacing: -.06em; }
.rf-inner-hero p { max-width: 720px; margin: 0 auto; font-size: 19px; }
.rf-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.rf-detail-card { padding: 31px; border: 1px solid var(--rf-line); border-radius: 22px; background: var(--rf-panel); }
.rf-detail-card h2, .rf-detail-card h3 { margin-top: 0; color: #fff; }
.rf-detail-card p:last-child { margin-bottom: 0; }
.rf-detail-card .rf-eyebrow { margin-bottom: 10px; }
.rf-page-band { padding: 40px; border: 1px solid rgba(242,138,25,.28); border-radius: 28px; background: linear-gradient(145deg, #21173a, #100b20); }
.rf-page-band h2 { margin-top: 0; color: #fff; }
.rf-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; align-items: start; }
.rf-contact-info { padding: 32px; border: 1px solid var(--rf-line); border-radius: 24px; background: var(--rf-panel); }
.rf-contact-form-panel { padding: 32px; border: 1px solid rgba(242,138,25,.28); border-radius: 24px; background: linear-gradient(145deg, #1b1432, #100b20); }
.rf-contact-info h2, .rf-contact-form-panel h2 { margin: 0 0 14px; color: #fff; font-size: 31px; line-height: 1.15; letter-spacing: -.035em; }
.rf-form-intro { margin: 0 0 24px; }
.rf-contact-method { display: grid; gap: 3px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--rf-line); }
.rf-contact-method span { color: #aaa3b8; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rf-contact-expect { margin-top: 28px; padding: 22px; border: 1px solid rgba(242,138,25,.25); border-radius: 17px; background: rgba(242,138,25,.055); }
.rf-contact-expect strong { color: #fff; }
.rf-contact-expect p { margin: 7px 0 0; }
.rf-page-link { color: var(--rf-orange); font-weight: 800; text-decoration: none; }
.rf-footer { padding: 42px 0; border-top: 1px solid var(--rf-line); background: #05030c; }
.rf-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.rf-footer-brand { display: flex; align-items: center; gap: 16px; }
.rf-footer-logo { display: block; width: 126px; height: auto; object-fit: contain; background: transparent; }
.rf-footer-links { display: flex; gap: 20px; }
.rf-footer a { text-decoration: none; }
.rf-footer a:hover { color: var(--rf-orange); }

@media (max-width: 900px) {
  body.admin-bar .rf-header { top: 46px; }
  .rf-menu-button { display: block; }
  .rf-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 24px 20px; align-items: stretch; flex-direction: column; background: rgba(8,5,19,.98); border-bottom: 1px solid var(--rf-line); }
  .rf-nav.is-open { display: flex; }
  .rf-section-head, .rf-content-layout, .rf-about, .rf-cta-grid, .rf-contact-grid, .qf-pricing { grid-template-columns: 1fr; }
  .qf-featured { transform: none; }
  .rf-section-head > p { justify-self: start; }
  .rf-process { grid-template-columns: repeat(2, 1fr); }
  .rf-capabilities { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .rf-container { width: min(100% - 28px, 1180px); }
  .rf-hero { padding: 82px 0 55px; }
  .rf-section { padding: 74px 0; }
  .rf-services, .rf-process, .rf-capabilities, .rf-detail-grid, .qf-portfolio { grid-template-columns: 1fr; }
  .rf-visual-stack { min-height: 440px; }
  .rf-visual-card { width: 88%; }
  .rf-cta, .rf-quote, .rf-about-panel, .rf-page article { padding: 27px; border-radius: 22px; }
  .rf-footer-inner { align-items: flex-start; flex-direction: column; }
}
