/* PPC — Free Website Audit standalone lander.
   Reference: PPC - Free Website Audit.dc.html — every section verbatim. */

/* Body reset for standalone */
.rw-ppc-body { margin: 0; background: #fff; color: #16181D; font-family: 'Schibsted Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; }
.rw-ppc-body a { color: #16181D; }
.rw-ppc-body a:hover { color: #5D6066; }
.rw-ppc-body .rw-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.rw-ppc-body input::placeholder, .rw-ppc-body textarea::placeholder { color: #8A8D93; }

/* Hide shared theme chrome */
.page-template-tpl-ppc-free-audit #rw-annbar,
.page-template-tpl-ppc-free-audit #rw-navwrap,
.page-template-tpl-ppc-free-audit .rw-navwrap,
.page-template-tpl-ppc-free-audit .rw-nav,
.page-template-tpl-ppc-free-audit .rw-footer,
.page-template-tpl-ppc-free-audit .rw-cta,
.page-template-tpl-ppc-free-audit .rw-cta-band { display: none !important; }

/* Marker highlight */
.rw-mark { background: linear-gradient(180deg, transparent 62%, #D9F154 62%); }

/* ANNBAR */
.rw-ppc-annbar { background: #0E1733; color: #fff; padding: 9px 20px; text-align: center; font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.06em; }
.rw-ppc-annbar-chip { background: #D9F154; color: #0E1733; padding: 2px 7px; border-radius: 4px; margin-right: 8px; font-weight: 700; }

/* STICKY SLIM NAV */
.rw-ppc-nav { background: #fff; border-bottom: 1px solid #E5E6E8; padding: 0 32px; position: sticky; top: 0; z-index: 50; }
.rw-ppc-nav-inner { max-width: 1240px; margin: 0 auto; display: flex; align-items: center; gap: 28px; height: 62px; }
.rw-ppc-logo { font-size: 17px; font-weight: 800; letter-spacing: -0.02em; color: #16181D; text-decoration: none; flex-shrink: 0; display: inline-flex; align-items: center; min-height: 44px; }
.rw-ppc-logo span { color: #4F7B2A; }
.rw-ppc-nav-links { display: flex; gap: 22px; margin-left: auto; }
.rw-ppc-nav-links a { font-size: 13.5px; font-weight: 600; text-decoration: none; color: #43464E; display: inline-flex; align-items: center; min-height: 44px; }
.rw-ppc-nav-links a:hover { color: #16181D; }
.rw-ppc-nav-cta { background: #D9F154; color: #0E1733; font-size: 13.5px; font-weight: 700; padding: 11px 20px; border-radius: 9px; text-decoration: none; transition: transform 0.2s ease; flex-shrink: 0; }
.rw-ppc-nav-cta:hover { transform: translateY(-2px); color: #0E1733; }

/* HERO */
.rw-fa-hero { background: linear-gradient(180deg, #EDF1FB, #F9FAFD); padding: 88px 32px; border-bottom: 1px solid #E5E6E8; }
.rw-fa-hero-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 64px; align-items: center; }
.rw-fa-hero-kicker { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.14em; color: #575B62; margin-bottom: 18px; }
.rw-fa-hero-chip { background: #D9F154; color: #0E1733; padding: 2px 7px; border-radius: 4px; margin-right: 8px; font-weight: 700; }
.rw-fa-hero-h1 { margin: 0; font-size: clamp(36px, 4.6vw, 56px); line-height: 1.05; letter-spacing: -0.04em; font-weight: 800; text-wrap: pretty; }
.rw-fa-hero-sub { margin: 22px 0 0; font-size: 16px; line-height: 1.65; color: #43464E; max-width: 480px; }
.rw-fa-hero-bullets { display: flex; flex-direction: column; gap: 10px; margin-top: 26px; }
.rw-fa-hero-bullet { display: flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 600; }
.rw-fa-check { color: #4F7B2A; font-weight: 800; flex-shrink: 0; }
.rw-fa-hero-pill { display: inline-flex; align-items: center; gap: 9px; background: #EFF7E6; border: 1px solid #CBE3AE; border-radius: 9px; padding: 11px 15px; margin-top: 24px; }
.rw-fa-hero-pill-check { color: #3F6D1E; font-weight: 800; }
.rw-fa-hero-pill span:last-child { font-size: 13.5px; color: #3F6D1E; font-weight: 600; }

/* HERO FORM CARD */
.rw-fa-hero-form { scroll-margin-top: 90px; }
.rw-fa-form-card { background: #fff; border: 1px solid #E5E6E8; border-radius: 16px; padding: 28px; box-shadow: 0 30px 80px rgba(14, 23, 51, 0.12); }
.rw-fa-form-slots { display: inline-flex; align-items: center; gap: 6px; background: #EFF7E6; color: #3F6D1E; font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 0.04em; padding: 5px 10px; border-radius: 99px; }
.rw-fa-form-slots-dot { width: 6px; height: 6px; border-radius: 50%; background: #4F7B2A; }
.rw-fa-form-h2 { margin: 14px 0 0; font-size: 21px; font-weight: 800; letter-spacing: -0.02em; }
.rw-fa-form { margin-top: 18px; display: flex; flex-direction: column; gap: 12px; }
.rw-fa-form-row2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.rw-fa-form label { display: block; font-size: 12.5px; font-weight: 700; margin-bottom: 6px; }
.rw-fa-form-req { color: #B4232A; }
.rw-in { width: 100%; box-sizing: border-box; border: 1px solid #CBCDD1; border-radius: 9px; padding: 11px 13px; font-size: 14px; font-family: 'Schibsted Grotesk', sans-serif; color: #16181D; background: #fff; outline: none; }
.rw-in:focus { border-color: #0E1733; }
.rw-textarea { resize: vertical; min-height: 56px; }
select.rw-in { appearance: auto; cursor: pointer; }
.rw-fa-form-btn { width: 100%; background: #D9F154; color: #0E1733; font-size: 15px; font-weight: 700; padding: 14px; border-radius: 9px; border: 0; cursor: pointer; font-family: 'Schibsted Grotesk', sans-serif; margin-top: 16px; transition: transform 0.2s; }
.rw-fa-form-btn:hover { transform: translateY(-2px); }
.rw-fa-form-trust { display: flex; gap: 14px; justify-content: center; margin-top: 12px; flex-wrap: wrap; font-family: 'IBM Plex Mono', monospace; font-size: 8.5px; letter-spacing: 0.05em; color: #575B62; }

/* RATINGS STRIP */
.rw-fa-rates { background: #fff; border-bottom: 1px solid #E5E6E8; padding: 24px 32px 22px; }
.rw-fa-rates-inner { max-width: 1240px; margin: 0 auto; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.rw-fa-rates-eb { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.1em; color: #575B62; max-width: 170px; line-height: 1.6; }
.rw-fa-rates-list { display: flex; gap: 10px; flex-wrap: wrap; flex: 1; justify-content: flex-end; }
.rw-fa-rate { border: 1px solid #E5E6E8; border-radius: 10px; padding: 9px 13px; white-space: nowrap; }
.rw-fa-rate b { font-weight: 800; font-size: 13px; color: #16181D; }
.rw-fa-rate span { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: #575B62; }

/* WHAT YOU GET · 2-COL WITH LIVE FIX LOG DASHBOARD */
.rw-fa-what { background: #fff; padding: 104px 32px; }
.rw-fa-what-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.rw-fa-eb { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: 0.12em; color: #575B62; }
.rw-fa-h2 { margin: 14px 0 0; font-size: clamp(28px, 3vw, 38px); letter-spacing: -0.04em; font-weight: 800; text-wrap: pretty; }
.rw-fa-sub { margin: 18px 0 0; font-size: 15px; line-height: 1.7; color: #43464E; max-width: 460px; }
.rw-fa-what-bullets { margin-top: 24px; }
.rw-fa-what-bullets .rw-fa-hero-bullet { font-size: 14px; }

/* LIVE FIX LOG DASHBOARD */
.rw-fa-log { background: linear-gradient(160deg, #0E1733, #132044); border-radius: 16px; padding: 24px; color: #fff; box-shadow: 0 30px 80px rgba(14, 23, 51, 0.18); }
.rw-fa-log-head { display: flex; align-items: center; gap: 8px; }
.rw-fa-log-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.rw-fa-log-dot-red { background: #F26D5F; }
.rw-fa-log-dot-yel { background: #F2B33D; }
.rw-fa-log-dot-grn { background: #8BE04A; }
.rw-fa-log-url { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 0.08em; color: rgba(255, 255, 255, 0.5); margin-left: 8px; }
.rw-fa-log-row { background: rgba(255, 255, 255, 0.06); border: 1px solid #26365F; border-radius: 10px; padding: 14px 16px; margin-top: 16px; }
.rw-fa-log-row + .rw-fa-log-row { margin-top: 10px; }
.rw-fa-log-row-head { display: flex; align-items: center; gap: 10px; }
.rw-fa-log-chip { background: #D9F154; color: #0E1733; font-family: 'IBM Plex Mono', monospace; font-size: 8.5px; font-weight: 500; padding: 3px 7px; border-radius: 4px; }
.rw-fa-log-title { font-size: 13.5px; font-weight: 700; }
.rw-fa-log-live { margin-left: auto; font-family: 'IBM Plex Mono', monospace; font-size: 8.5px; color: #8BE04A; }
.rw-fa-log-body { margin: 8px 0 0; font-size: 11.5px; line-height: 1.55; color: rgba(255, 255, 255, 0.6); }
.rw-fa-log-foot { display: flex; align-items: center; gap: 8px; margin-top: 16px; font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 0.06em; color: #8BE04A; }
.rw-fa-log-foot-dot { width: 7px; height: 7px; border-radius: 50%; background: #8BE04A; }

/* WHY 2-COL */
.rw-fa-why { background: #F4F5F6; padding: 104px 32px; scroll-margin-top: 70px; }
.rw-fa-why-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 56px; align-items: start; }
.rw-fa-why-cards { display: flex; flex-direction: column; gap: 14px; }
.rw-fa-why-card { background: #fff; border: 1px solid #E5E6E8; border-radius: 12px; padding: 22px 24px; }
.rw-fa-why-card-t { font-size: 15.5px; font-weight: 800; letter-spacing: -0.01em; }
.rw-fa-why-card-b { margin: 8px 0 0; font-size: 13.5px; line-height: 1.65; color: #43464E; }

/* CALCULATOR */
.rw-fa-calc { background: #fff; padding: 104px 32px; scroll-margin-top: 70px; }
.rw-fa-calc-card { max-width: 1240px; margin: 0 auto; box-sizing: border-box; background: linear-gradient(165deg, #0E1733, #132044); border-radius: 18px; padding: 56px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 400px); gap: 56px; align-items: center; position: relative; overflow: hidden; }
.rw-fa-calc-eb { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.14em; color: #D9F154; }
.rw-fa-calc-h2 { margin: 14px 0 0; font-size: 32px; line-height: 1.08; letter-spacing: -0.04em; font-weight: 800; color: #fff; max-width: 440px; }
.rw-fa-calc-sub { margin: 14px 0 0; font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.55); max-width: 440px; }
.rw-fa-calc-sliders { margin-top: 32px; max-width: 440px; display: flex; flex-direction: column; gap: 24px; }
.rw-fa-calc-srow { display: flex; justify-content: space-between; align-items: baseline; }
.rw-fa-calc-srow span:first-child { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: 0.1em; color: rgba(255, 255, 255, 0.5); }
.rw-fa-calc-srow span:last-child { font-size: 15px; font-weight: 700; color: #fff; }
.rw-fa-calc-slider input[type=range] { width: 100%; margin-top: 10px; cursor: pointer; accent-color: #D9F154; }
.rw-fa-calc-result { background: #192850; border: 1px solid #26365F; border-radius: 14px; padding: 34px; }
.rw-fa-calc-result-eb { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: 0.12em; color: rgba(255, 255, 255, 0.6); }
.rw-fa-calc-result-num { font-size: 54px; font-weight: 800; letter-spacing: -0.045em; margin-top: 10px; color: #D9F154; line-height: 1; }
.rw-fa-calc-result-row { display: flex; justify-content: space-between; padding: 14px 0; border-top: 1px solid #26365F; font-size: 13.5px; color: rgba(255, 255, 255, 0.6); }
.rw-fa-calc-result-row:first-of-type { margin-top: 22px; }
.rw-fa-calc-result-row span:last-child { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: #fff; }
.rw-fa-calc-result-row .is-lime { color: #8BE04A; }
.rw-fa-calc-btn { display: block; text-align: center; background: #D9F154; color: #0E1733; font-size: 14px; font-weight: 700; padding: 13px; border-radius: 9px; text-decoration: none; margin-top: 20px; transition: transform 0.2s; }
.rw-fa-calc-btn:hover { transform: translateY(-2px); color: #0E1733; }
.rw-fa-calc-disc { font-size: 10.5px; color: rgba(255, 255, 255, 0.45); margin-top: 12px; line-height: 1.5; }

/* HOW IT WORKS · 4 STEPS */
.rw-fa-how { background: #fff; padding: 0 32px 104px; scroll-margin-top: 70px; }
.rw-fa-how-inner { max-width: 1240px; margin: 0 auto; }
.rw-fa-how-head { display: flex; align-items: flex-end; gap: 32px; flex-wrap: wrap; }
.rw-fa-how-head .rw-fa-h2 { margin: 0; max-width: 560px; }
.rw-fa-how-sub { margin: 0 0 4px; font-size: 14.5px; line-height: 1.65; color: #43464E; max-width: 380px; }
.rw-fa-how-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 44px; }
.rw-fa-step { border: 1px solid #E5E6E8; border-radius: 12px; padding: 24px; }
.rw-fa-step-head { display: flex; justify-content: space-between; align-items: center; }
.rw-fa-step-meta { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 0.08em; color: #575B62; }
.rw-fa-step-check { color: #4F7B2A; font-weight: 800; }
.rw-fa-step-t { margin: 12px 0 8px; font-size: 17px; font-weight: 800; letter-spacing: -0.01em; }
.rw-fa-step-b { margin: 0; font-size: 13.5px; line-height: 1.65; color: #43464E; }

/* MID CTA BAND */
.rw-fa-midcta { background: #0E1733; padding: 22px 32px; }
.rw-fa-midcta-inner { max-width: 1240px; margin: 0 auto; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; color: #fff; }
.rw-fa-midcta-title { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; }
.rw-fa-midcta-chips { display: flex; gap: 14px; margin-top: 6px; flex-wrap: wrap; font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 0.06em; color: rgba(255, 255, 255, 0.6); }
.rw-fa-midcta-cta { margin-left: auto; background: #D9F154; color: #0E1733; font-size: 14px; font-weight: 700; padding: 13px 22px; border-radius: 9px; text-decoration: none; transition: transform 0.2s; flex-shrink: 0; }
.rw-fa-midcta-cta:hover { transform: translateY(-2px); color: #0E1733; }

/* TESTIMONIALS 3-COL */
.rw-fa-tst { background: #fff; padding: 104px 32px; }
.rw-fa-tst-inner { max-width: 1240px; margin: 0 auto; }
.rw-fa-tst-head { display: flex; align-items: flex-end; gap: 32px; flex-wrap: wrap; }
.rw-fa-tst-head .rw-fa-h2 { margin: 0; max-width: 480px; }
.rw-fa-tst-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 44px; }
.rw-fa-tst-card { border: 1px solid #E5E6E8; border-radius: 14px; padding: 28px; display: flex; flex-direction: column; }
.rw-fa-tst-card.is-dark { background: linear-gradient(160deg, #0E1733, #132044); color: #fff; border-color: transparent; }
.rw-fa-tst-stars { font-size: 11px; letter-spacing: 2px; color: #0E1733; }
.rw-fa-tst-card.is-dark .rw-fa-tst-stars { color: #D9F154; }
.rw-fa-tst-lead { margin: 16px 0 0; font-size: 15.5px; line-height: 1.6; font-weight: 700; }
.rw-fa-tst-body { margin: 12px 0 0; font-size: 13px; line-height: 1.65; color: #43464E; }
.rw-fa-tst-card.is-dark .rw-fa-tst-body { color: rgba(255, 255, 255, 0.7); }
.rw-fa-tst-meta { font-family: 'IBM Plex Mono', monospace; font-size: 8.5px; letter-spacing: 0.06em; color: #575B62; margin-top: auto; padding-top: 18px; }
.rw-fa-tst-card.is-dark .rw-fa-tst-meta { color: rgba(255, 255, 255, 0.5); }

/* GUARANTEES 4-COL */
.rw-fa-gua { background: #F4F5F6; padding: 104px 32px; }
.rw-fa-gua-inner { max-width: 1240px; margin: 0 auto; }
.rw-fa-gua-head { text-align: center; max-width: 560px; margin: 0 auto; }
.rw-fa-gua-head .rw-fa-h2 { margin: 14px 0 0; }
.rw-fa-gua-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 44px; }
.rw-fa-gua-card { background: #fff; border: 1px solid #E5E6E8; border-radius: 12px; padding: 24px; text-align: center; }
.rw-fa-gua-t { margin: 0; font-size: 16.5px; font-weight: 800; letter-spacing: -0.01em; }
.rw-fa-gua-b { margin: 10px 0 0; font-size: 13px; line-height: 1.65; color: #43464E; }

/* FAQ 2-COL */
.rw-fa-faq { background: #fff; padding: 104px 32px; scroll-margin-top: 70px; }
.rw-fa-faq-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 64px; align-items: start; }
.rw-fa-faq-h2 { margin: 14px 0 0; font-size: clamp(26px, 2.6vw, 34px); letter-spacing: -0.035em; font-weight: 800; text-wrap: pretty; }
.rw-fa-faq-sub { margin: 16px 0 0; font-size: 14.5px; line-height: 1.65; color: #43464E; }
.rw-fa-faq-contact { border: 1px solid #E5E6E8; border-radius: 12px; padding: 20px 24px; margin-top: 28px; }
.rw-fa-faq-contact-eb { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.1em; color: #575B62; }
.rw-fa-faq-phone { font-size: 15px; font-weight: 700; margin-top: 8px; }
.rw-fa-faq-email { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: #1D4ED8; text-decoration: none; display: inline-block; margin-top: 6px; }

/* STILL DECIDING navy CTA card in the FAQ left column (new in v2 reference). */
.rw-fa-faq-decide { background: linear-gradient(165deg, #0E1733, #132044); border-radius: 12px; padding: 24px; margin-top: 28px; }
.rw-fa-faq-decide-eb { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.1em; color: #D9F154; }
.rw-fa-faq-decide-t { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; color: #fff; margin-top: 8px; }
.rw-fa-faq-decide-b { margin: 8px 0 0; font-size: 13px; line-height: 1.6; color: rgba(255, 255, 255, 0.65); }
.rw-fa-faq-decide-btn { display: block; text-align: center; background: #D9F154; color: #0E1733; font-size: 14px; font-weight: 700; padding: 13px; border-radius: 9px; text-decoration: none; margin-top: 16px; transition: transform 0.2s; }
.rw-fa-faq-decide-btn:hover { transform: translateY(-2px); color: #0E1733; }
.rw-fa-faq-q { border: 1px solid #E5E6E8; border-radius: 11px; padding: 0 20px; margin-bottom: 10px; }
.rw-fa-faq-q summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 17px 0; cursor: pointer; font-size: 15.5px; font-weight: 700; list-style: none; }
.rw-fa-faq-q summary::-webkit-details-marker { display: none; }
.rw-fa-faq-x { font-family: 'IBM Plex Mono', monospace; font-size: 16px; color: #8C8F95; flex-shrink: 0; transition: transform 0.25s; }
.rw-fa-faq-q[open] .rw-fa-faq-x { transform: rotate(45deg); }
.rw-fa-faq-q p { margin: 0; padding: 0 0 18px; font-size: 14px; line-height: 1.7; color: #43464E; }
.rw-fa-faq-q a { color: #1D4ED8; }

/* NAVY CLOSER */
.rw-fa-closer { background: linear-gradient(165deg, #0E1733, #132044); padding: 104px 32px; color: #fff; }
.rw-fa-closer-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.rw-fa-closer-eb { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.14em; color: #D9F154; }
.rw-fa-closer-h2 { margin: 16px 0 0; font-size: clamp(30px, 3.6vw, 42px); line-height: 1.05; letter-spacing: -0.045em; font-weight: 800; }
.rw-fa-closer-sub { margin: 16px auto 0; font-size: 15.5px; line-height: 1.6; color: rgba(255, 255, 255, 0.65); max-width: 460px; }
.rw-fa-closer-cta { display: inline-block; background: #D9F154; color: #0E1733; font-size: 14.5px; font-weight: 700; padding: 15px 26px; border-radius: 9px; text-decoration: none; margin-top: 28px; transition: transform 0.2s; }
.rw-fa-closer-cta:hover { transform: translateY(-2px); color: #0E1733; }
.rw-fa-closer-chips { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 44px; }
.rw-fa-closer-chip { background: rgba(255, 255, 255, 0.05); border: 1px solid #26365F; border-radius: 10px; padding: 14px; text-align: left; }
.rw-fa-closer-chip-lbl { font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: 0.08em; color: rgba(255, 255, 255, 0.5); }
.rw-fa-closer-chip-val { font-size: 17px; font-weight: 800; margin-top: 5px; }

/* SLIM FOOTER */
.rw-ppc-foot { background: #0B1229; color: rgba(255, 255, 255, 0.65); padding: 28px 32px; }
.rw-ppc-foot-inner { max-width: 1240px; margin: 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; font-size: 12.5px; }
.rw-ppc-foot-logo { font-size: 15px; font-weight: 800; letter-spacing: -0.02em; color: #fff; }
.rw-ppc-foot-logo span { color: #8BE04A; }
.rw-ppc-foot-links { margin-left: auto; display: flex; gap: 18px; }
.rw-ppc-foot-links a { color: rgba(255, 255, 255, 0.65); text-decoration: none; }
.rw-ppc-foot-links a:hover { color: #fff; }

/* RESPONSIVE */
@media (max-width: 1100px) {
	.rw-fa-hero-inner, .rw-fa-what-inner, .rw-fa-why-inner, .rw-fa-calc-card, .rw-fa-faq-inner { grid-template-columns: minmax(0, 1fr) !important; }
	.rw-fa-how-grid, .rw-fa-gua-grid, .rw-fa-closer-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rw-ppc-nav-links { display: none; }
	.rw-ppc-nav-cta { margin-left: auto; }
	.rw-fa-calc-card { padding: 40px; }
}
@media (max-width: 767px) {
	.rw-fa-hero, .rw-fa-what, .rw-fa-why, .rw-fa-calc, .rw-fa-how, .rw-fa-tst, .rw-fa-gua, .rw-fa-faq, .rw-fa-closer { padding-left: 20px; padding-right: 20px; padding-top: 64px; padding-bottom: 64px; }
	.rw-fa-hero { padding-top: 56px; padding-bottom: 64px; }
	.rw-fa-form-row2 { grid-template-columns: minmax(0, 1fr) !important; }
	.rw-fa-how-grid, .rw-fa-gua-grid, .rw-fa-tst-grid, .rw-fa-closer-chips { grid-template-columns: minmax(0, 1fr); }
	.rw-fa-calc-result-num { font-size: clamp(28px, 9vw, 40px); }
	.rw-fa-calc-card { padding: 32px 24px; }
	.rw-fa-midcta-inner { flex-direction: column; align-items: flex-start; }
	.rw-fa-midcta-cta { margin-left: 0; }
	.rw-fa-rates-list { justify-content: flex-start; }
}
