:root { --hb-black: #000000; --hb-white: #FFFFFF; --hb-lime: #E0FD60; --hb-grey: #8A8A8A; --hb-grey-light: #C9C9C5; --hb-grey-dark: #333333; --hb-cream: #FAF9F5; --hb-card-dark: #14140C; --hb-divider: #2A2A26; } /* Reset within the LP scope only */ .websitescan-lp, .websitescan-lp *, .websitescan-lp *::before, .websitescan-lp *::after { box-sizing: border-box; } /* === FORCE FULL-WIDTH BREAKOUT FROM THEME WRAPPER === */ .websitescan-lp { font-family: 'sofia-pro', 'Manrope', 'Helvetica Neue', Arial, sans-serif; background: var(--hb-black); color: var(--hb-white); line-height: 1.55; font-size: 16px; -webkit-font-smoothing: antialiased; /* Break out of theme container */ width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-top: -1px; margin-bottom: -1px; overflow-x: hidden; text-align: left; } .websitescan-lp p { color: var(--hb-grey-light); } .websitescan-lp .wrap { max-width: 1120px; margin: 0 auto; padding: 0 28px; width: 100%; } .websitescan-lp .asterisk { display: inline-block; color: var(--hb-lime); font-weight: 800; line-height: 1; } .websitescan-lp .asterisk::before { content: '✱'; } /* === HERO === */ .websitescan-lp .hero { padding: 70px 0 60px; } .websitescan-lp .hero .wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; } .websitescan-lp .eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; color: var(--hb-lime); margin-bottom: 22px; } .websitescan-lp .eyebrow .asterisk { font-size: 15px; } .websitescan-lp h1 { font-size: clamp(40px, 5.5vw, 76px); font-weight: 800; line-height: 0.98; letter-spacing: -2.5px; margin: 0 0 22px 0; color: var(--hb-white); } .websitescan-lp h1 .lime { color: var(--hb-lime); } .websitescan-lp .lead { font-size: 18px; color: var(--hb-grey-light); margin: 0 0 28px 0; max-width: 520px; line-height: 1.55; font-weight: 400; } .websitescan-lp .cta-row { display: flex; gap: 12px; flex-wrap: wrap; } .websitescan-lp .btn-lime { background: var(--hb-lime); color: var(--hb-black) !important; padding: 16px 28px; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 1.4px; display: inline-flex; align-items: center; gap: 10px; transition: all 0.18s; border: 2px solid var(--hb-lime); cursor: pointer; line-height: 1; } .websitescan-lp .btn-lime:hover { background: var(--hb-black); color: var(--hb-lime) !important; border-color: var(--hb-lime); transform: translateY(-1px); } .websitescan-lp .btn-ghost { background: transparent; color: var(--hb-white) !important; padding: 16px 28px; border-radius: 999px; border: 2px solid var(--hb-white); text-decoration: none; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1.4px; display: inline-flex; align-items: center; gap: 10px; transition: all 0.18s; line-height: 1; } .websitescan-lp .btn-ghost:hover { background: var(--hb-lime); color: var(--hb-black) !important; border-color: var(--hb-lime); } .websitescan-lp .hero-stats { display: flex; gap: 40px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--hb-divider); } .websitescan-lp .stat .num { font-size: 30px; font-weight: 800; color: var(--hb-white); letter-spacing: -1px; line-height: 1; } .websitescan-lp .stat .num .lime { color: var(--hb-lime); } .websitescan-lp .stat .lbl { font-size: 10px; color: var(--hb-grey); margin-top: 7px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; } /* === FORM CARD === */ .websitescan-lp .form-card { background: var(--hb-white); border-radius: 20px; padding: 32px 28px; color: var(--hb-black); } .websitescan-lp .form-card h3 { font-size: 22px; margin: 0 0 6px 0; letter-spacing: -0.6px; font-weight: 800; color: var(--hb-black); } .websitescan-lp .form-card .sub { color: var(--hb-grey-dark); font-size: 13px; margin: 0 0 22px 0; } .websitescan-lp .form-card label { display: block; font-size: 10px; font-weight: 700; margin: 14px 0 5px 0; color: var(--hb-black); text-transform: uppercase; letter-spacing: 1.2px; } .websitescan-lp .form-card label:first-of-type { margin-top: 0; } .websitescan-lp .form-card input, .websitescan-lp .form-card select { width: 100%; padding: 12px 14px; border: none; border-bottom: 1.5px solid #D8D8D8; border-radius: 0; font-size: 14px; font-family: inherit; background: transparent; color: var(--hb-black); transition: border-color 0.18s; } .websitescan-lp .form-card input:focus, .websitescan-lp .form-card select:focus { outline: none; border-color: var(--hb-black); } .websitescan-lp .form-card .req::after { content: ' *'; color: #C5A82C; } .websitescan-lp .form-card button { width: 100%; margin-top: 24px; background: var(--hb-black); color: var(--hb-white); padding: 16px; border: 2px solid var(--hb-black); border-radius: 999px; font-size: 12px; font-weight: 800; cursor: pointer; text-transform: uppercase; letter-spacing: 1.5px; font-family: inherit; transition: all 0.18s; display: inline-flex; align-items: center; justify-content: center; gap: 10px; } .websitescan-lp .form-card button:hover { background: var(--hb-lime); color: var(--hb-black); border-color: var(--hb-lime); } .websitescan-lp .form-card .trust { margin-top: 14px; font-size: 11px; color: var(--hb-grey-dark); text-align: center; } /* === LOGOS === */ .websitescan-lp .logos-bar { padding: 36px 0; border-top: 1px solid var(--hb-divider); border-bottom: 1px solid var(--hb-divider); } .websitescan-lp .logos-bar p { text-align: center; font-size: 10px; text-transform: uppercase; letter-spacing: 2.5px; color: var(--hb-grey); margin: 0 0 22px 0; font-weight: 600; } .websitescan-lp .logos-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 40px; } .websitescan-lp .logos-row .logo-item { font-weight: 700; font-size: 15px; color: var(--hb-grey-light); letter-spacing: -0.3px; opacity: 0.6; } /* === SECTIONS === */ .websitescan-lp .section { padding: 80px 0; } .websitescan-lp .section-header { max-width: 720px; margin: 0 auto 48px; text-align: center; } .websitescan-lp .section-header.left { text-align: left; margin: 0 0 40px 0; } .websitescan-lp .section-tag { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; color: var(--hb-lime); margin-bottom: 16px; } .websitescan-lp .section-header h2 { font-size: clamp(32px, 4.5vw, 52px); font-weight: 800; line-height: 1.02; letter-spacing: -1.4px; margin: 0 0 16px 0; color: var(--hb-white); } .websitescan-lp .section-header h2 .lime { color: var(--hb-lime); } .websitescan-lp .section-header p { font-size: 17px; color: var(--hb-grey-light); max-width: 580px; margin: 0 auto; } /* === BEFORE/AFTER (subtler — no full lime card) === */ .websitescan-lp .ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 980px; margin: 0 auto; } .websitescan-lp .ba-card { border-radius: 20px; padding: 32px 30px; background: var(--hb-card-dark); border: 1px solid var(--hb-divider); } .websitescan-lp .ba-card h3 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; margin: 0 0 20px 0; display: inline-flex; align-items: center; gap: 10px; } .websitescan-lp .ba-card.before h3 { color: var(--hb-grey); } .websitescan-lp .ba-card.after h3 { color: var(--hb-lime); } .websitescan-lp .ba-card .ico { width: 26px; height: 26px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; } .websitescan-lp .ba-card.before .ico { background: var(--hb-divider); color: var(--hb-grey); } .websitescan-lp .ba-card.after .ico { background: var(--hb-lime); color: var(--hb-black); } .websitescan-lp .ba-card ul { list-style: none; padding: 0; margin: 0; } .websitescan-lp .ba-card li { padding: 13px 0; border-bottom: 1px solid var(--hb-divider); font-size: 15px; display: flex; gap: 12px; align-items: start; font-weight: 500; color: var(--hb-grey-light); } .websitescan-lp .ba-card.after li { color: var(--hb-white); } .websitescan-lp .ba-card li:last-child { border-bottom: none; } .websitescan-lp .ba-card .check { font-weight: 800; flex-shrink: 0; } .websitescan-lp .ba-card.before .check { color: var(--hb-grey); } .websitescan-lp .ba-card.after .check { color: var(--hb-lime); } /* === STEPS (cream bg, very minimal) === */ .websitescan-lp .hoe { background: var(--hb-cream); color: var(--hb-black); } .websitescan-lp .hoe .section-header h2 { color: var(--hb-black); } .websitescan-lp .hoe .section-header p { color: var(--hb-grey-dark); } .websitescan-lp .hoe .section-tag { color: var(--hb-grey-dark); } .websitescan-lp .hoe .section-tag .asterisk { color: var(--hb-black); } .websitescan-lp .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 980px; margin: 0 auto; } .websitescan-lp .step { background: var(--hb-white); padding: 36px 28px; border-radius: 18px; position: relative; } .websitescan-lp .step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--hb-black); color: var(--hb-lime); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; margin-bottom: 18px; } .websitescan-lp .step h3 { font-size: 19px; letter-spacing: -0.4px; margin: 0 0 10px 0; font-weight: 800; color: var(--hb-black); } .websitescan-lp .step p { color: var(--hb-grey-dark); font-size: 14px; margin: 0; } .websitescan-lp .step .time { display: inline-block; margin-top: 16px; font-size: 10px; font-weight: 700; text-transform: uppercase; color: var(--hb-grey-dark); letter-spacing: 1.5px; } /* === REVIEWS === */ .websitescan-lp .reviews-section { background: var(--hb-cream); color: var(--hb-black); padding-top: 0; } .websitescan-lp .reviews-section .section-header h2 { color: var(--hb-black); } .websitescan-lp .reviews-section .section-tag { color: var(--hb-grey-dark); } .websitescan-lp .reviews-section .section-tag .asterisk { color: var(--hb-black); } .websitescan-lp .reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1040px; margin: 0 auto; } .websitescan-lp .review { background: var(--hb-white); padding: 26px 24px; border-radius: 16px; border: 1px solid #EBEAE5; } .websitescan-lp .review .stars { font-size: 13px; margin: 0 0 14px 0; letter-spacing: 3px; color: var(--hb-lime); } .websitescan-lp .review p { font-size: 14px; margin: 0 0 18px 0; color: var(--hb-black); font-weight: 500; line-height: 1.5; } .websitescan-lp .review .author { display: flex; align-items: center; gap: 12px; } .websitescan-lp .review .avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--hb-black); color: var(--hb-lime); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; } .websitescan-lp .review .author strong { display: block; font-size: 13px; color: var(--hb-black); } .websitescan-lp .review .author span { font-size: 11px; color: var(--hb-grey-dark); } /* === FAQ === */ .websitescan-lp .faq-section { padding: 80px 0 60px; } .websitescan-lp .faq { max-width: 720px; margin: 0 auto; } .websitescan-lp .faq-item { border-bottom: 1px solid var(--hb-divider); padding: 22px 0; cursor: pointer; } .websitescan-lp .faq-q { display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 17px; color: var(--hb-white); gap: 16px; } .websitescan-lp .faq-item:hover .faq-q { color: var(--hb-lime); } .websitescan-lp .faq-q .toggle { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--hb-grey); color: var(--hb-grey); display: inline-flex; align-items: center; justify-content: center; font-weight: 400; font-size: 16px; flex-shrink: 0; transition: all 0.18s; } .websitescan-lp .faq-item.open .faq-q .toggle { background: var(--hb-lime); color: var(--hb-black); border-color: var(--hb-lime); } .websitescan-lp .faq-a { display: none; padding-top: 12px; color: var(--hb-grey-light); font-size: 15px; line-height: 1.6; } .websitescan-lp .faq-item.open .faq-a { display: block; } /* === FINAL CTA (minimal, centered, NOT a giant lime banner) === */ .websitescan-lp .final { padding: 70px 0 90px; text-align: center; background: var(--hb-black); border-top: 1px solid var(--hb-divider); } .websitescan-lp .final h2 { font-size: clamp(28px, 3.8vw, 44px); font-weight: 800; letter-spacing: -1.4px; line-height: 1.05; margin: 0 auto 14px; max-width: 620px; color: var(--hb-white); } .websitescan-lp .final h2 .lime { color: var(--hb-lime); } .websitescan-lp .final p { font-size: 16px; max-width: 480px; margin: 0 auto 28px; color: var(--hb-grey-light); } /* === MOBILE === */ @media (max-width: 980px) { .websitescan-lp .hero .wrap { grid-template-columns: 1fr; gap: 36px; } .websitescan-lp .ba-grid { grid-template-columns: 1fr; } .websitescan-lp .steps { grid-template-columns: 1fr; gap: 16px; } .websitescan-lp .reviews { grid-template-columns: 1fr; } .websitescan-lp .section { padding: 60px 0; } .websitescan-lp .hero { padding: 50px 0 40px; } .websitescan-lp h1 { font-size: 42px; letter-spacing: -1.8px; } .websitescan-lp .hero-stats { gap: 24px; flex-wrap: wrap; } } @media (max-width: 600px) { .websitescan-lp .wrap { padding: 0 20px; } .websitescan-lp .form-card { padding: 26px 22px; } .websitescan-lp .ba-card { padding: 26px 22px; } .websitescan-lp .step { padding: 28px 22px; } }