/* ==========================================================
   SURFLOCAL REPUTATION MOTION UX
   Inspired by the SurfLocal Opportunity Engine visual system
   Shared by:
   /google-review-help/
   /google-review-help/plans/
   ========================================================== */

:root{
    --sl-blue:#38bdf8;
    --sl-blue-deep:#0a3d91;
    --sl-blue-mid:#2563eb;

    --sl-gold:#f59e0b;
    --sl-orange:#f97316;

    --sl-green:#22c55e;
    --sl-green-deep:#14532d;

    --sl-purple:#a855f7;
    --sl-purple-deep:#4c1d95;

    --sl-pink:#ec4899;
    --sl-red:#fb7185;

    --sl-ink:#020617;
    --sl-navy:#08111f;

    --sl-glass:rgba(255,255,255,.075);
    --sl-line:rgba(219,234,254,.16);

    --sl-button-shadow:
        0 18px 34px rgba(0,0,0,.38),
        inset 0 1px 0 rgba(255,255,255,.38);
}


/* ==========================================================
   LIVING PAGE BACKGROUND
   ========================================================== */

html{
    background:#020617;
}

body{
    position:relative;
    isolation:isolate;
    min-height:100vh;
    overflow-x:hidden;

    background:
        radial-gradient(
            circle at 8% 8%,
            rgba(56,189,248,.24),
            transparent 27%
        ),
        radial-gradient(
            circle at 91% 4%,
            rgba(245,158,11,.20),
            transparent 24%
        ),
        radial-gradient(
            circle at 78% 64%,
            rgba(168,85,247,.16),
            transparent 29%
        ),
        radial-gradient(
            circle at 12% 84%,
            rgba(34,197,94,.13),
            transparent 27%
        ),
        linear-gradient(
            135deg,
            #020617 0%,
            #08111f 48%,
            #030712 100%
        ) !important;

    background-attachment:fixed;
}


/*
 * Colored atmosphere drifting behind the content.
 */
body::before{
    content:"";
    position:fixed;
    z-index:-2;
    inset:-35%;
    pointer-events:none;

    background:
        conic-gradient(
            from 30deg,
            transparent 0deg,
            rgba(56,189,248,.11) 55deg,
            transparent 115deg,
            rgba(245,158,11,.09) 180deg,
            transparent 235deg,
            rgba(168,85,247,.10) 300deg,
            transparent 360deg
        );

    filter:blur(16px);
    animation:slAtmosphereSpin 26s linear infinite;
}


/*
 * Slow glass/light sweep across the viewport.
 */
body::after{
    content:"";
    position:fixed;
    z-index:-1;
    inset:0;
    pointer-events:none;

    background:
        linear-gradient(
            115deg,
            transparent 0 34%,
            rgba(255,255,255,.045) 40%,
            transparent 47% 100%
        ),
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,.018) 0 1px,
            transparent 1px 92px
        );

    background-size:
        230% 100%,
        auto;

    animation:slLightSweep 12s ease-in-out infinite;
}


/* ==========================================================
   SURFLOCAL GLASS / CARD SURFACES
   ========================================================== */

.plan,
.manager-contact,
.sales-block,
.client-note,
.rep-card,
.rep-panel,
.rep-form-wrap,
.rep-guide-panel,
.rep-help-card{
    position:relative;
    overflow:hidden;
    isolation:isolate;
}


/*
 * Soft reflective surface over cards.
 */
.plan::before,
.manager-contact::before,
.sales-block::before,
.rep-card::before,
.rep-panel::before,
.rep-form-wrap::before,
.rep-guide-panel::before,
.rep-help-card::before{
    content:"";
    position:absolute;
    z-index:-1;
    inset:-45%;

    background:
        conic-gradient(
            from 180deg,
            transparent,
            rgba(56,189,248,.065),
            transparent,
            rgba(249,115,22,.055),
            transparent,
            rgba(168,85,247,.05),
            transparent
        );

    animation:slPanelSpin 32s linear infinite;
    pointer-events:none;
}


/* ==========================================================
   PRICING CARDS
   ========================================================== */

.plan{
    border-color:rgba(219,234,254,.17) !important;

    box-shadow:
        0 22px 54px rgba(0,0,0,.34),
        inset 0 1px 0 rgba(255,255,255,.07) !important;

    transition:
        transform .20s ease,
        border-color .20s ease,
        box-shadow .20s ease,
        filter .20s ease;
}

.plan:hover{
    transform:translateY(-7px) scale(1.008);

    border-color:rgba(56,189,248,.42) !important;

    box-shadow:
        0 31px 66px rgba(0,0,0,.46),
        0 0 35px rgba(56,189,248,.08),
        inset 0 1px 0 rgba(255,255,255,.13) !important;
}


/* Featured plan keeps a stronger blue halo. */
.plan.featured{
    border-color:rgba(56,189,248,.72) !important;

    box-shadow:
        0 27px 70px rgba(0,0,0,.48),
        0 0 44px rgba(56,189,248,.16),
        inset 0 1px 0 rgba(255,255,255,.12) !important;

    animation:slFeaturedBreath 5.2s ease-in-out infinite;
}


/*
 * Give each offer its own SurfLocal accent.
 */
.pricing-grid .plan:nth-child(1){
    background:
        radial-gradient(
            circle at 85% 4%,
            rgba(56,189,248,.18),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            rgba(12,30,56,.97),
            rgba(5,12,24,.97)
        ) !important;
}

.pricing-grid .plan:nth-child(2){
    background:
        radial-gradient(
            circle at 88% 5%,
            rgba(168,85,247,.17),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            rgba(31,19,58,.96),
            rgba(8,10,24,.97)
        ) !important;
}

.pricing-grid .plan:nth-child(3){
    background:
        radial-gradient(
            circle at 88% 5%,
            rgba(34,197,94,.15),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            rgba(10,45,33,.95),
            rgba(5,14,18,.97)
        ) !important;
}

.pricing-grid .plan:nth-child(4){
    background:
        radial-gradient(
            circle at 88% 5%,
            rgba(245,158,11,.17),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            rgba(59,31,9,.96),
            rgba(18,11,6,.97)
        ) !important;
}


/* ==========================================================
   BUTTONS — OPPORTUNITY ENGINE STYLE
   ========================================================== */

.button,
.btn,
.rep-submit,
.manager-submit,
.top-link{
    position:relative;
    isolation:isolate;
    overflow:hidden;

    border:1px solid rgba(255,255,255,.18) !important;

    text-shadow:
        0 2px 1px rgba(0,0,0,.48);

    box-shadow:
        var(--sl-button-shadow) !important;

    transition:
        transform .15s ease,
        filter .15s ease,
        box-shadow .15s ease !important;

    -webkit-tap-highlight-color:transparent;
}


/*
 * The glossy top reflection.
 */
.button::before,
.btn::before,
.rep-submit::before,
.manager-submit::before,
.top-link::before{
    content:"";
    position:absolute;
    z-index:1;
    inset:1px;

    border-radius:inherit;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.33),
            rgba(255,255,255,.08) 32%,
            transparent 59%
        );

    pointer-events:none;
}


/*
 * Moving shine streak.
 */
.button::after,
.btn::after,
.rep-submit::after,
.manager-submit::after,
.top-link::after{
    content:"";
    position:absolute;
    z-index:2;
    top:-35%;
    bottom:-35%;
    left:-75%;
    width:38%;

    transform:skewX(-24deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.30),
            transparent
        );

    pointer-events:none;
}

.button:hover::after,
.btn:hover::after,
.rep-submit:hover::after,
.manager-submit:hover::after,
.top-link:hover::after{
    animation:slButtonShine .7s ease forwards;
}

.button:hover,
.btn:hover,
.rep-submit:hover,
.manager-submit:hover,
.top-link:hover{
    transform:translateY(-3px) scale(1.01);
    filter:brightness(1.09);

    box-shadow:
        0 27px 46px rgba(0,0,0,.48),
        inset 0 1px 0 rgba(255,255,255,.43) !important;
}

.button:active,
.btn:active,
.rep-submit:active,
.manager-submit:active,
.top-link:active{
    transform:translateY(2px) scale(.99);

    box-shadow:
        0 10px 20px rgba(0,0,0,.35),
        inset 0 2px 9px rgba(0,0,0,.28) !important;
}


/* ==========================================================
   BUTTON COLORS
   ========================================================== */

/* Primary help / buy / submit */
.button.blue,
.rep-submit,
.manager-submit,
.btn-primary{
    background:
        linear-gradient(
            135deg,
            #0a3d91,
            #2563eb 52%,
            #38bdf8
        ) !important;
}


/* Plans links get a warm shopping-gate treatment. */
a[href="/google-review-help/plans/"],
a[href="/google-review-help/plans/"].btn,
a[href="/google-review-help/plans/"].top-link{
    background:
        linear-gradient(
            135deg,
            #92400e,
            #f59e0b 52%,
            #f97316
        ) !important;

    color:#fff !important;

    box-shadow:
        0 18px 34px rgba(0,0,0,.38),
        0 0 24px rgba(245,158,11,.15),
        inset 0 1px 0 rgba(255,255,255,.38) !important;
}


/*
 * Pricing plan buttons get individual colors.
 */
.pricing-grid .plan:nth-child(1) .button{
    background:
        linear-gradient(
            135deg,
            #0a3d91,
            #2563eb 52%,
            #38bdf8
        ) !important;
}

.pricing-grid .plan:nth-child(2) .button{
    background:
        linear-gradient(
            135deg,
            #4c1d95,
            #7c3aed 52%,
            #a855f7
        ) !important;
}

.pricing-grid .plan:nth-child(3) .button{
    background:
        linear-gradient(
            135deg,
            #14532d,
            #16a34a 52%,
            #22c55e
        ) !important;
}

.pricing-grid .plan:nth-child(4) .button{
    background:
        linear-gradient(
            135deg,
            #92400e,
            #f59e0b 52%,
            #f97316
        ) !important;
}


/* ==========================================================
   FORM INTERACTION
   ========================================================== */

.manager-field input,
.manager-field textarea,
.rep-form input,
.rep-form select,
.rep-form textarea{
    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease,
        background .18s ease !important;
}

.manager-field input:focus,
.manager-field textarea:focus,
.rep-form input:focus,
.rep-form select:focus,
.rep-form textarea:focus{
    border-color:#38bdf8 !important;

    box-shadow:
        0 0 0 4px rgba(56,189,248,.14),
        0 12px 28px rgba(0,0,0,.16) !important;

    transform:translateY(-1px);
}


/* ==========================================================
   BADGES / EMPHASIS
   ========================================================== */

.badge,
.eyebrow{
    box-shadow:
        0 9px 25px rgba(0,0,0,.24),
        inset 0 1px 0 rgba(255,255,255,.18);

    animation:slBadgeFloat 4.5s ease-in-out infinite;
}


/* ==========================================================
   HERO COLOR / MOTION
   ========================================================== */

.hero,
.rep-hero{
    position:relative;
    overflow:hidden;
    isolation:isolate;
}

.hero::before,
.rep-hero::before{
    content:"";
    position:absolute;
    z-index:-1;
    inset:-45%;

    background:
        conic-gradient(
            from 15deg,
            transparent,
            rgba(56,189,248,.13),
            transparent,
            rgba(245,158,11,.11),
            transparent,
            rgba(168,85,247,.10),
            transparent
        );

    animation:slHeroSpin 22s linear infinite;
    pointer-events:none;
}

.hero::after,
.rep-hero::after{
    content:"";
    position:absolute;
    z-index:-1;
    inset:0;

    background:
        linear-gradient(
            120deg,
            transparent 0%,
            rgba(255,255,255,.045) 40%,
            transparent 70%
        );

    transform:translateX(-90%);
    animation:slHeroShine 8s ease-in-out infinite;
    pointer-events:none;
}


/* ==========================================================
   ACCOUNT MANAGER AREA
   ========================================================== */

.manager-contact{
    border-color:rgba(56,189,248,.26) !important;

    background:
        radial-gradient(
            circle at 8% 5%,
            rgba(56,189,248,.17),
            transparent 32%
        ),
        radial-gradient(
            circle at 93% 8%,
            rgba(168,85,247,.15),
            transparent 28%
        ),
        radial-gradient(
            circle at 50% 110%,
            rgba(245,158,11,.12),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            rgba(10,18,34,.98),
            rgba(5,9,18,.98)
        ) !important;
}


/* ==========================================================
   MAIN GOOGLE REVIEW PAGE EXTRAS
   ========================================================== */

.rep-header,
.rep-footer{
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}

.rep-footer{
    background:rgba(2,6,23,.72) !important;
}


/*
 * Give interactive reputation choices a little life.
 */
[data-concern]{
    transition:
        transform .16s ease,
        filter .16s ease,
        border-color .16s ease,
        box-shadow .16s ease !important;
}

[data-concern]:hover{
    transform:translateY(-4px);

    box-shadow:
        0 18px 34px rgba(0,0,0,.30),
        0 0 22px rgba(56,189,248,.08) !important;
}

[data-concern]:active{
    transform:translateY(1px);
}


/* ==========================================================
   MOTION
   ========================================================== */

@keyframes slAtmosphereSpin{
    from{
        transform:rotate(0deg) scale(1);
    }
    50%{
        transform:rotate(180deg) scale(1.08);
    }
    to{
        transform:rotate(360deg) scale(1);
    }
}

@keyframes slLightSweep{
    0%{
        background-position:
            -120% 0,
            0 0;
    }
    50%{
        background-position:
            120% 0,
            0 0;
    }
    100%{
        background-position:
            -120% 0,
            0 0;
    }
}

@keyframes slPanelSpin{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

@keyframes slHeroSpin{
    from{
        transform:rotate(0deg) scale(1);
    }
    50%{
        transform:rotate(180deg) scale(1.05);
    }
    to{
        transform:rotate(360deg) scale(1);
    }
}

@keyframes slHeroShine{
    0%,
    18%{
        transform:translateX(-110%);
    }

    52%{
        transform:translateX(110%);
    }

    100%{
        transform:translateX(110%);
    }
}

@keyframes slButtonShine{
    from{
        left:-75%;
    }
    to{
        left:135%;
    }
}

@keyframes slFeaturedBreath{
    0%,
    100%{
        filter:brightness(1);
    }

    50%{
        filter:brightness(1.08);
    }
}

@keyframes slBadgeFloat{
    0%,
    100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-3px);
    }
}


/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

@media(prefers-reduced-motion:reduce){

    *,
    *::before,
    *::after{
        animation-duration:.001ms !important;
        animation-iteration-count:1 !important;
        scroll-behavior:auto !important;
    }

    .button:hover,
    .btn:hover,
    .rep-submit:hover,
    .manager-submit:hover,
    .top-link:hover,
    .plan:hover,
    [data-concern]:hover{
        transform:none !important;
    }
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media(max-width:760px){

    body::before{
        inset:-20%;
    }

    .plan:hover{
        transform:none;
    }

    .button:hover,
    .btn:hover,
    .rep-submit:hover,
    .manager-submit:hover,
    .top-link:hover{
        transform:none;
    }
}


/* ==========================================================
   REPUTATION IMPACT — LEFT FORM COLUMN BALANCER
   ========================================================== */

.rep-form-wrap{
    align-items:stretch;
}

.rep-form-copy{
    display:flex;
    flex-direction:column;
    height:100%;
}

.rep-impact-panel{
    position:relative;
    isolation:isolate;
    overflow:hidden;

    flex:1;
    display:flex;
    flex-direction:column;

    margin-top:26px;
    padding:28px;

    min-height:580px;

    border:1px solid rgba(56,189,248,.28);
    border-radius:28px;

    background:
        radial-gradient(
            circle at 10% 8%,
            rgba(56,189,248,.24),
            transparent 34%
        ),
        radial-gradient(
            circle at 92% 12%,
            rgba(168,85,247,.20),
            transparent 30%
        ),
        radial-gradient(
            circle at 48% 100%,
            rgba(245,158,11,.17),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(230,244,255,.97),
            rgba(218,235,251,.96)
        );

    color:#0f172a;

    box-shadow:
        0 26px 60px rgba(2,6,23,.20),
        inset 0 1px 0 rgba(255,255,255,.72);
}

.rep-impact-panel::before{
    content:"";
    position:absolute;
    z-index:-1;
    inset:-45%;

    background:
        conic-gradient(
            from 20deg,
            transparent,
            rgba(56,189,248,.22),
            transparent,
            rgba(168,85,247,.17),
            transparent,
            rgba(245,158,11,.16),
            transparent
        );

    animation:repImpactSpin 24s linear infinite;
}

.rep-impact-panel::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;

    background:
        linear-gradient(
            120deg,
            transparent 0 35%,
            rgba(255,255,255,.32) 44%,
            transparent 53% 100%
        );

    transform:translateX(-120%);
    animation:repImpactSweep 8s ease-in-out infinite;
}

.rep-impact-kicker{
    position:relative;
    z-index:2;

    align-self:flex-start;

    padding:7px 12px;
    margin-bottom:13px;

    border-radius:999px;

    background:
        linear-gradient(
            135deg,
            #0a3d91,
            #2563eb 55%,
            #38bdf8
        );

    color:#fff;

    font-size:11px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;

    box-shadow:
        0 10px 24px rgba(37,99,235,.24),
        inset 0 1px 0 rgba(255,255,255,.40);
}

.rep-impact-panel h3{
    position:relative;
    z-index:2;

    margin:0 0 10px;

    color:#0f172a;

    font-size:clamp(26px,3vw,35px);
    line-height:1.04;
    letter-spacing:-.04em;
}

.rep-impact-intro{
    position:relative;
    z-index:2;

    margin:0;

    color:#475569;

    font-size:15px;
    line-height:1.6;
}


/* -----------------------------
   Moving reputation orbit
   ----------------------------- */

.rep-impact-orbit{
    position:relative;
    z-index:2;

    width:280px;
    height:280px;

    margin:30px auto 28px;

    flex:0 0 auto;
}

.rep-impact-ring{
    position:absolute;
    border-radius:50%;
}

.rep-impact-ring.ring-one{
    inset:13px;

    border:
        1px solid rgba(37,99,235,.30);

    box-shadow:
        inset 0 0 35px rgba(56,189,248,.12),
        0 0 28px rgba(37,99,235,.08);

    animation:repOrbitSpin 18s linear infinite;
}

.rep-impact-ring.ring-one::before,
.rep-impact-ring.ring-one::after{
    content:"";

    position:absolute;

    width:14px;
    height:14px;

    border-radius:50%;

    box-shadow:
        0 0 18px currentColor;
}

.rep-impact-ring.ring-one::before{
    top:22px;
    left:27px;

    background:#38bdf8;
    color:#38bdf8;
}

.rep-impact-ring.ring-one::after{
    right:22px;
    bottom:37px;

    background:#f59e0b;
    color:#f59e0b;
}

.rep-impact-ring.ring-two{
    inset:52px;

    border:
        1px dashed rgba(124,58,237,.34);

    animation:
        repOrbitSpinReverse 13s linear infinite;
}

.rep-impact-core{
    position:absolute;
    z-index:4;

    left:50%;
    top:50%;

    width:112px;
    height:112px;

    transform:translate(-50%,-50%);

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    border-radius:34px;

    background:
        linear-gradient(
            135deg,
            #0a3d91,
            #2563eb 48%,
            #38bdf8
        );

    color:#fff;

    text-align:center;

    box-shadow:
        0 21px 38px rgba(37,99,235,.32),
        inset 0 1px 0 rgba(255,255,255,.45);

    animation:
        repCorePulse 3.2s ease-in-out infinite;
}

.rep-impact-core small{
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.rep-impact-core strong{
    font-size:19px;
    line-height:1;
}

.rep-orbit-item{
    position:absolute;
    z-index:5;

    padding:6px 10px;

    border:1px solid rgba(15,23,42,.08);
    border-radius:999px;

    background:rgba(255,255,255,.90);

    color:#334155;

    font-size:11px;
    font-weight:900;

    box-shadow:
        0 9px 20px rgba(15,23,42,.10);
}

.orbit-search{
    top:5px;
    left:50%;
    transform:translateX(-50%);
}

.orbit-reviews{
    right:-3px;
    top:50%;
    transform:translateY(-50%);
}

.orbit-trust{
    bottom:4px;
    left:50%;
    transform:translateX(-50%);
}

.orbit-choice{
    left:-2px;
    top:50%;
    transform:translateY(-50%);
}


/* -----------------------------
   Consequence cells
   ----------------------------- */

.rep-impact-cells{
    position:relative;
    z-index:2;

    display:grid;
    gap:11px;

    margin-top:auto;
}

.rep-impact-cell{
    position:relative;
    overflow:hidden;

    display:grid;
    gap:4px;

    padding:15px 16px 15px 19px;

    border:1px solid rgba(15,23,42,.08);
    border-radius:17px;

    background:rgba(255,255,255,.76);

    box-shadow:
        0 12px 25px rgba(15,23,42,.09),
        inset 0 1px 0 rgba(255,255,255,.82);

    transition:
        transform .17s ease,
        box-shadow .17s ease;
}

.rep-impact-cell:hover{
    transform:translateX(5px);

    box-shadow:
        0 17px 31px rgba(15,23,42,.13);
}

.rep-impact-cell::before{
    content:"";
    position:absolute;

    left:0;
    top:0;
    bottom:0;

    width:5px;
}

.rep-impact-cell.blue::before{
    background:
        linear-gradient(
            #38bdf8,
            #2563eb
        );
}

.rep-impact-cell.purple::before{
    background:
        linear-gradient(
            #a855f7,
            #7c3aed
        );
}

.rep-impact-cell.gold::before{
    background:
        linear-gradient(
            #f59e0b,
            #f97316
        );
}

.rep-impact-cell b{
    color:#0f172a;
    font-size:14px;
}

.rep-impact-cell span{
    color:#64748b;
    font-size:13px;
    line-height:1.5;
}

.rep-impact-close{
    position:relative;
    z-index:2;

    margin-top:16px;

    padding:14px 16px;

    border:1px solid rgba(34,197,94,.18);
    border-radius:16px;

    background:
        linear-gradient(
            135deg,
            rgba(34,197,94,.10),
            rgba(56,189,248,.08)
        );

    color:#334155;

    font-size:13px;
    line-height:1.55;
}

.rep-impact-close strong{
    color:#15803d;
}


/* -----------------------------
   Animation
   ----------------------------- */

@keyframes repImpactSpin{
    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }
}

@keyframes repImpactSweep{
    0%,
    20%{
        transform:translateX(-120%);
    }

    55%{
        transform:translateX(120%);
    }

    100%{
        transform:translateX(120%);
    }
}

@keyframes repOrbitSpin{
    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }
}

@keyframes repOrbitSpinReverse{
    from{
        transform:rotate(360deg);
    }

    to{
        transform:rotate(0deg);
    }
}

@keyframes repCorePulse{
    0%,
    100%{
        transform:
            translate(-50%,-50%)
            scale(1);
    }

    50%{
        transform:
            translate(-50%,-50%)
            scale(1.06);
    }
}


/* -----------------------------
   Responsive
   ----------------------------- */

@media(max-width:900px){

    .rep-impact-panel{
        min-height:0;
    }
}

@media(max-width:600px){

    .rep-impact-panel{
        padding:23px 18px;
    }

    .rep-impact-orbit{
        width:240px;
        height:240px;
    }

    .rep-impact-core{
        width:96px;
        height:96px;
    }
}

@media(prefers-reduced-motion:reduce){

    .rep-impact-panel::before,
    .rep-impact-panel::after,
    .rep-impact-ring,
    .rep-impact-core{
        animation:none !important;
    }

    .rep-impact-cell:hover{
        transform:none;
    }
}


/* ==========================================================
   REPUTATION IMPACT CELLS — V2
   ========================================================== */

.rep-impact-cells{
    gap:14px;
}

.rep-impact-cell{
    position:relative;

    display:grid;
    grid-template-columns:68px minmax(0,1fr);
    align-items:center;
    gap:15px;

    min-height:112px;

    padding:17px 20px;

    border-radius:22px;

    color:#fff;

    overflow:hidden;

    box-shadow:
        0 18px 35px rgba(15,23,42,.18),
        inset 0 1px 0 rgba(255,255,255,.32);

    transition:
        transform .18s ease,
        filter .18s ease,
        box-shadow .18s ease;
}

.rep-impact-cell::before{
    content:"";

    position:absolute;
    inset:1px;

    width:auto;

    border-radius:21px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.22),
            transparent 52%
        );

    pointer-events:none;
}

.rep-impact-cell::after{
    content:"";

    position:absolute;

    top:-50%;
    bottom:-50%;
    left:-65%;

    width:32%;

    transform:skewX(-22deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.24),
            transparent
        );

    pointer-events:none;
}

.rep-impact-cell:hover{
    transform:
        translateX(7px)
        translateY(-2px);

    filter:brightness(1.07);

    box-shadow:
        0 26px 45px rgba(15,23,42,.25),
        inset 0 1px 0 rgba(255,255,255,.42);
}

.rep-impact-cell:hover::after{
    animation:impactCellShine .8s ease forwards;
}


/* Blue — what they see */
.rep-impact-cell.impact-blue{
    border:
        1px solid rgba(255,255,255,.28);

    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(125,211,252,.30),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #075985,
            #0284c7 52%,
            #38bdf8
        );
}


/* Purple — trust */
.rep-impact-cell.impact-purple{
    border:
        1px solid rgba(255,255,255,.26);

    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(216,180,254,.24),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #4c1d95,
            #7c3aed 52%,
            #a855f7
        );
}


/* Gold — decision / opportunity */
.rep-impact-cell.impact-gold{
    border:
        1px solid rgba(255,255,255,.28);

    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(253,230,138,.30),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #92400e,
            #ea580c 48%,
            #f59e0b
        );
}


.impact-number{
    position:relative;
    z-index:2;

    display:grid;
    place-items:center;

    width:62px;
    height:62px;

    border:
        1px solid rgba(255,255,255,.28);

    border-radius:19px;

    background:
        rgba(255,255,255,.14);

    color:#fff;

    font-size:22px;
    font-weight:950;

    text-shadow:
        0 2px 1px rgba(0,0,0,.30);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.32),
        0 12px 24px rgba(0,0,0,.14);

    animation:
        impactNumberFloat 4s ease-in-out infinite;
}

.rep-impact-cell:nth-child(2) .impact-number{
    animation-delay:.5s;
}

.rep-impact-cell:nth-child(3) .impact-number{
    animation-delay:1s;
}


.impact-copy{
    position:relative;
    z-index:2;

    display:grid;
    gap:6px;
}

.rep-impact-cell .impact-copy b{
    color:#fff;

    font-size:17px;
    font-weight:950;

    letter-spacing:-.015em;

    text-shadow:
        0 2px 1px rgba(0,0,0,.22);
}

.rep-impact-cell .impact-copy span{
    color:rgba(255,255,255,.90);

    font-size:13px;
    line-height:1.52;
}


/*
 * Small directional connector between the ideas.
 */
.rep-impact-cell + .rep-impact-cell{
    margin-top:2px;
}

.rep-impact-cell + .rep-impact-cell::before{
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.30);
}


@keyframes impactCellShine{

    from{
        left:-65%;
    }

    to{
        left:135%;
    }
}


@keyframes impactNumberFloat{

    0%,
    100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-4px);
    }
}


@media(max-width:600px){

    .rep-impact-cell{
        grid-template-columns:54px minmax(0,1fr);
        padding:15px;
        gap:12px;
    }

    .impact-number{
        width:52px;
        height:52px;
        border-radius:16px;
        font-size:18px;
    }

    .rep-impact-cell .impact-copy b{
        font-size:15px;
    }
}


@media(prefers-reduced-motion:reduce){

    .impact-number{
        animation:none !important;
    }

    .rep-impact-cell:hover{
        transform:none !important;
    }
}


/* ==========================================================
   REPUTATION ATOM UX — V3
   Removes the long-box feeling and uses SurfLocal as nucleus
   ========================================================== */


/* ----------------------------------------------------------
   Let the page background breathe through this section.
   No more tall pale rectangular slab.
   ---------------------------------------------------------- */

.rep-impact-panel{
    flex:1;

    min-height:0 !important;

    margin-top:26px;

    padding:26px 10px 10px !important;

    border:0 !important;
    border-radius:0 !important;

    background:transparent !important;

    box-shadow:none !important;

    overflow:visible !important;
}

.rep-impact-panel::before{
    inset:-10% !important;

    opacity:.52;

    filter:blur(42px);

    background:
        radial-gradient(
            circle at 50% 32%,
            rgba(56,189,248,.17),
            transparent 30%
        ),
        radial-gradient(
            circle at 28% 58%,
            rgba(168,85,247,.11),
            transparent 30%
        ),
        radial-gradient(
            circle at 76% 74%,
            rgba(245,158,11,.10),
            transparent 32%
        ) !important;

    animation:
        repAtmosphereDrift 9s ease-in-out infinite !important;
}

.rep-impact-panel::after{
    display:none !important;
}


/* Keep the heading readable on the dark page. */

.rep-impact-kicker{
    align-self:flex-start;
}

.rep-impact-panel h3{
    color:#f8fbff !important;

    text-shadow:
        0 2px 18px rgba(0,0,0,.35);
}

.rep-impact-intro{
    color:#9fb2c9 !important;
}


/* ==========================================================
   ATOM VISUAL
   ========================================================== */

.rep-impact-orbit.rep-atom{
    position:relative;

    width:min(340px,92%);
    height:320px;

    margin:18px auto 18px;

    overflow:visible;
}


/* Three different orbital paths */

.rep-atom-orbit{
    position:absolute;

    left:50%;
    top:50%;

    border-radius:50%;

    pointer-events:none;

    transform-origin:center;
}


.atom-orbit-one{
    width:280px;
    height:142px;

    margin-left:-140px;
    margin-top:-71px;

    border:
        1px solid rgba(56,189,248,.34);

    transform:rotate(12deg);

    box-shadow:
        0 0 28px rgba(56,189,248,.07);

    animation:
        atomOrbitOne 15s linear infinite;
}


.atom-orbit-two{
    width:270px;
    height:130px;

    margin-left:-135px;
    margin-top:-65px;

    border:
        1px dashed rgba(168,85,247,.34);

    transform:rotate(67deg);

    animation:
        atomOrbitTwo 19s linear infinite reverse;
}


.atom-orbit-three{
    width:250px;
    height:116px;

    margin-left:-125px;
    margin-top:-58px;

    border:
        1px solid rgba(245,158,11,.26);

    transform:rotate(-46deg);

    animation:
        atomOrbitThree 22s linear infinite;
}


/* ==========================================================
   SURFLOCAL LOGO NUCLEUS
   ========================================================== */

.rep-logo-nucleus{
    position:absolute;

    left:50%;
    top:50%;

    width:118px !important;
    height:118px !important;

    transform:
        translate(-50%,-50%) !important;

    display:grid;
    place-items:center;

    padding:12px;

    border-radius:50% !important;

    border:
        1px solid rgba(125,211,252,.52);

    background:
        radial-gradient(
            circle at 35% 20%,
            rgba(255,255,255,.14),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #06111f,
            #0b2341
        ) !important;

    box-shadow:
        0 0 0 8px rgba(56,189,248,.06),
        0 0 44px rgba(56,189,248,.23),
        0 22px 38px rgba(0,0,0,.32),
        inset 0 1px 0 rgba(255,255,255,.20);

    animation:
        repLogoPulse 3.6s ease-in-out infinite !important;

    z-index:8;
}


.rep-logo-nucleus img{
    position:relative;
    z-index:3;

    display:block;

    width:82px;
    height:82px;

    object-fit:contain;

    border-radius:15px;

    box-shadow:
        0 10px 25px rgba(0,0,0,.25);
}


.rep-logo-nucleus-ring{
    position:absolute;

    inset:-10px;

    border:
        1px solid rgba(56,189,248,.28);

    border-radius:50%;

    box-shadow:
        0 0 24px rgba(56,189,248,.12);

    animation:
        nucleusRing 4.2s ease-in-out infinite;
}


/* ==========================================================
   ORBIT LABELS
   ========================================================== */

.rep-orbit-item{
    z-index:10;

    padding:7px 11px !important;

    border:
        1px solid rgba(255,255,255,.16) !important;

    background:
        rgba(248,252,255,.95) !important;

    color:#172033 !important;

    font-size:11px !important;
    font-weight:950 !important;

    box-shadow:
        0 10px 22px rgba(0,0,0,.16),
        inset 0 1px 0 rgba(255,255,255,.92) !important;

    animation:
        orbitPillFloat 4.5s ease-in-out infinite;
}


.orbit-search{
    left:50%;
    top:7px;

    transform:translateX(-50%);
}


.orbit-reviews{
    right:0;
    top:42%;

    transform:none;
}


.orbit-trust{
    left:50%;
    bottom:5px;

    transform:translateX(-50%);
}


.orbit-choice{
    left:0;
    top:42%;

    transform:none;
}


.orbit-visibility{
    right:22px;
    top:76px;

    animation-delay:.7s;
}


.orbit-customers{
    left:18px;
    bottom:72px;

    animation-delay:1.2s;
}


/* ==========================================================
   GLOWING ATOM PARTICLES
   ========================================================== */

.rep-atom-particle{
    position:absolute;

    z-index:7;

    width:11px;
    height:11px;

    border-radius:50%;

    pointer-events:none;
}


.particle-a{
    left:55px;
    top:56px;

    background:#38bdf8;

    box-shadow:
        0 0 16px rgba(56,189,248,.95);

    animation:
        particlePulseA 3s ease-in-out infinite;
}


.particle-b{
    right:52px;
    top:62px;

    background:#a855f7;

    box-shadow:
        0 0 16px rgba(168,85,247,.95);

    animation:
        particlePulseB 3.5s ease-in-out infinite;
}


.particle-c{
    right:72px;
    bottom:52px;

    background:#f59e0b;

    box-shadow:
        0 0 16px rgba(245,158,11,.95);

    animation:
        particlePulseA 3.8s ease-in-out infinite reverse;
}


.particle-d{
    left:72px;
    bottom:52px;

    background:#22c55e;

    box-shadow:
        0 0 16px rgba(34,197,94,.95);

    animation:
        particlePulseB 4.1s ease-in-out infinite;
}


/* ==========================================================
   COMPACT CONSEQUENCE CARDS
   Keep the copy but remove excessive vertical weight.
   ========================================================== */

.rep-impact-cells{
    position:relative;

    z-index:5;

    display:grid;

    gap:10px !important;

    margin-top:2px !important;
}


.rep-impact-cell{
    width:94%;

    min-height:82px !important;

    grid-template-columns:54px minmax(0,1fr) !important;

    gap:12px !important;

    padding:
        12px
        15px !important;

    border-radius:20px !important;
}


.rep-impact-cell:nth-child(1){
    justify-self:start;

    transform:
        rotate(-.6deg);
}


.rep-impact-cell:nth-child(2){
    justify-self:end;

    transform:
        rotate(.6deg);
}


.rep-impact-cell:nth-child(3){
    justify-self:start;

    transform:
        rotate(-.45deg);
}


.rep-impact-cell:hover{
    transform:
        translateY(-3px)
        scale(1.012) !important;
}


.impact-number{
    width:48px !important;
    height:48px !important;

    border-radius:15px !important;

    font-size:17px !important;
}


.rep-impact-cell .impact-copy{
    gap:3px !important;
}


.rep-impact-cell .impact-copy b{
    font-size:14px !important;
}


.rep-impact-cell .impact-copy span{
    font-size:11.5px !important;

    line-height:1.42 !important;
}


/* Closing note becomes a floating capsule instead of a box */

.rep-impact-close{
    align-self:center;

    width:auto;

    margin:
        15px auto
        0 !important;

    padding:
        9px 15px !important;

    border:
        1px solid rgba(56,189,248,.20) !important;

    border-radius:999px !important;

    background:
        linear-gradient(
            90deg,
            rgba(56,189,248,.10),
            rgba(168,85,247,.10),
            rgba(245,158,11,.08)
        ) !important;

    color:#cbd9e8 !important;

    text-align:center;

    box-shadow:
        0 12px 24px rgba(0,0,0,.13) !important;
}


.rep-impact-close strong{
    color:#67e8f9 !important;
}


/* ==========================================================
   FOOTER TEXT — INTENTIONALLY NON-INTERACTIVE
   ========================================================== */

.rep-footer span{
    color:inherit;

    cursor:default;

    text-decoration:none;
}


/* ==========================================================
   ANIMATION
   ========================================================== */

@keyframes atomOrbitOne{

    from{
        transform:
            rotate(12deg)
            rotate(0deg);
    }

    to{
        transform:
            rotate(12deg)
            rotate(360deg);
    }
}


@keyframes atomOrbitTwo{

    from{
        transform:
            rotate(67deg)
            scale(1);
    }

    50%{
        transform:
            rotate(247deg)
            scale(1.03);
    }

    to{
        transform:
            rotate(427deg)
            scale(1);
    }
}


@keyframes atomOrbitThree{

    from{
        transform:
            rotate(-46deg);
    }

    to{
        transform:
            rotate(314deg);
    }
}


@keyframes repLogoPulse{

    0%,
    100%{
        transform:
            translate(-50%,-50%)
            scale(1);
    }

    50%{
        transform:
            translate(-50%,-50%)
            scale(1.055);
    }
}


@keyframes nucleusRing{

    0%,
    100%{
        transform:scale(.94);
        opacity:.50;
    }

    50%{
        transform:scale(1.08);
        opacity:1;
    }
}


@keyframes orbitPillFloat{

    0%,
    100%{
        margin-top:0;
    }

    50%{
        margin-top:-4px;
    }
}


@keyframes particlePulseA{

    0%,
    100%{
        transform:scale(.75);
        opacity:.55;
    }

    50%{
        transform:scale(1.28);
        opacity:1;
    }
}


@keyframes particlePulseB{

    0%,
    100%{
        transform:
            translateY(0)
            scale(.85);
    }

    50%{
        transform:
            translateY(-7px)
            scale(1.18);
    }
}


@keyframes repAtmosphereDrift{

    0%,
    100%{
        transform:
            translate(0,0)
            scale(1);
    }

    50%{
        transform:
            translate(12px,-8px)
            scale(1.04);
    }
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media(max-width:600px){

    .rep-impact-orbit.rep-atom{
        width:270px;
        height:270px;
    }

    .atom-orbit-one{
        width:235px;
        margin-left:-117.5px;
    }

    .atom-orbit-two{
        width:225px;
        margin-left:-112.5px;
    }

    .atom-orbit-three{
        width:205px;
        margin-left:-102.5px;
    }

    .rep-logo-nucleus{
        width:100px !important;
        height:100px !important;
    }

    .rep-logo-nucleus img{
        width:68px;
        height:68px;
    }

    .rep-impact-cell{
        width:100%;
    }
}


@media(prefers-reduced-motion:reduce){

    .rep-atom-orbit,
    .rep-logo-nucleus,
    .rep-logo-nucleus-ring,
    .rep-atom-particle,
    .rep-orbit-item{
        animation:none !important;
    }
}


/* ==========================================================
   REPUTATION ATOM CLEANUP — V4
   Straight cards, no clipping, shorter visual footprint
   ========================================================== */

.rep-impact-panel{
    overflow:hidden !important;

    padding:
        24px
        22px
        22px !important;

    border:
        1px solid rgba(56,189,248,.18) !important;

    border-radius:
        28px !important;

    background:
        radial-gradient(
            circle at 50% 18%,
            rgba(56,189,248,.13),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 34%,
            rgba(168,85,247,.09),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            rgba(7,20,34,.92),
            rgba(8,16,29,.96)
        ) !important;

    box-shadow:
        0 22px 48px rgba(0,0,0,.22),
        inset 0 1px 0 rgba(255,255,255,.05) !important;
}


.rep-impact-panel::before{
    inset:-22% !important;

    opacity:.50;

    filter:blur(34px);
}


/* Keep the atom comfortably inside the panel. */

.rep-impact-orbit.rep-atom{
    width:min(320px,100%) !important;
    height:285px !important;

    margin:
        16px auto
        16px !important;

    overflow:visible !important;
}


.atom-orbit-one{
    width:250px !important;
    height:130px !important;

    margin-left:-125px !important;
    margin-top:-65px !important;
}


.atom-orbit-two{
    width:240px !important;
    height:122px !important;

    margin-left:-120px !important;
    margin-top:-61px !important;
}


.atom-orbit-three{
    width:225px !important;
    height:112px !important;

    margin-left:-112.5px !important;
    margin-top:-56px !important;
}


/* Slightly smaller nucleus keeps labels from colliding. */

.rep-logo-nucleus{
    width:106px !important;
    height:106px !important;

    padding:10px !important;
}


.rep-logo-nucleus img{
    width:72px !important;
    height:72px !important;
}


/* Pull orbit labels inward so nothing gets cut off. */

.orbit-search{
    top:10px !important;
}

.orbit-reviews{
    right:8px !important;
}

.orbit-choice{
    left:8px !important;
}

.orbit-trust{
    bottom:9px !important;
}

.orbit-visibility{
    right:26px !important;
    top:70px !important;
}

.orbit-customers{
    left:24px !important;
    bottom:67px !important;
}


/* ==========================================================
   STRAIGHT, CLEAN CONSEQUENCE CARDS
   ========================================================== */

.rep-impact-cells{
    display:grid !important;

    gap:10px !important;

    margin-top:4px !important;
}


.rep-impact-cell{
    width:100% !important;

    min-height:72px !important;

    grid-template-columns:
        48px
        minmax(0,1fr) !important;

    gap:12px !important;

    padding:
        11px
        14px !important;

    border-radius:
        18px !important;

    transform:none !important;

    justify-self:stretch !important;
}


.rep-impact-cell:nth-child(1),
.rep-impact-cell:nth-child(2),
.rep-impact-cell:nth-child(3){
    transform:none !important;
    justify-self:stretch !important;
}


.rep-impact-cell:hover{
    transform:
        translateY(-3px) !important;
}


.impact-number{
    width:44px !important;
    height:44px !important;

    border-radius:
        14px !important;

    font-size:
        16px !important;
}


.rep-impact-cell .impact-copy b{
    font-size:
        13.5px !important;
}


.rep-impact-cell .impact-copy span{
    font-size:
        11px !important;

    line-height:
        1.38 !important;
}


/* Remove the last floating capsule if it adds unnecessary height. */

.rep-impact-close{
    margin-top:
        12px !important;

    padding:
        8px
        13px !important;

    font-size:
        11.5px !important;
}


/* Footer links should behave like normal site links again. */

.rep-footer a{
    color:inherit !important;

    text-decoration:none !important;
}

.rep-footer a:hover{
    color:#bfdbfe !important;

    text-decoration:underline !important;
}


@media(max-width:600px){

    .rep-impact-panel{
        padding:
            20px
            15px !important;
    }

    .rep-impact-orbit.rep-atom{
        width:260px !important;
        height:250px !important;
    }

    .rep-impact-cell{
        width:100% !important;
    }
}


/* ==========================================================
   REPUTATION GATEWAY BALANCE — V5
   Gives the right column more useful visual weight
   ========================================================== */

.rep-plans-value-grid{
    position:relative;
    z-index:3;

    display:grid;
    grid-template-columns:1fr;
    gap:10px;

    max-width:760px;

    margin:
        22px auto
        22px;
}


.rep-plans-value{
    position:relative;
    overflow:hidden;

    display:grid;
    gap:4px;

    padding:
        13px
        16px
        13px
        19px;

    border:
        1px solid rgba(15,23,42,.08);

    border-radius:
        17px;

    background:
        rgba(255,255,255,.62);

    text-align:left;

    box-shadow:
        0 10px 24px rgba(15,23,42,.08),
        inset 0 1px 0 rgba(255,255,255,.85);

    transition:
        transform .16s ease,
        box-shadow .16s ease;
}


.rep-plans-value:hover{
    transform:
        translateY(-2px);

    box-shadow:
        0 16px 30px rgba(15,23,42,.12),
        inset 0 1px 0 rgba(255,255,255,.90);
}


.rep-plans-value::before{
    content:"";

    position:absolute;

    left:0;
    top:0;
    bottom:0;

    width:5px;
}


.rep-plans-value.blue::before{
    background:
        linear-gradient(
            #38bdf8,
            #2563eb
        );
}


.rep-plans-value.purple::before{
    background:
        linear-gradient(
            #a855f7,
            #7c3aed
        );
}


.rep-plans-value.gold::before{
    background:
        linear-gradient(
            #f59e0b,
            #f97316
        );
}


.rep-plans-value strong{
    color:#0f172a;

    font-size:14px;
    font-weight:950;
}


.rep-plans-value span{
    color:#526174;

    font-size:12.5px;
    line-height:1.45;
}


.rep-plans-choice-line{
    position:relative;
    z-index:3;

    display:grid;
    gap:3px;

    max-width:680px;

    margin:
        0 auto
        22px;

    padding:
        12px
        16px;

    border:
        1px solid rgba(37,99,235,.11);

    border-radius:
        16px;

    background:
        linear-gradient(
            135deg,
            rgba(37,99,235,.07),
            rgba(168,85,247,.06),
            rgba(245,158,11,.07)
        );

    text-align:center;
}


.rep-plans-choice-line b{
    color:#172033;

    font-size:13px;
}


.rep-plans-choice-line span{
    color:#64748b;

    font-size:12px;
}


/* ==========================================================
   MATCH THE BOTTOM SHAPE OF BOTH FORM COLUMNS
   ========================================================== */

.rep-form-copy,
.rep-form-wrap > .rep-reveal{
    min-width:0;
}


.rep-impact-panel{
    border-bottom-left-radius:
        28px !important;

    border-bottom-right-radius:
        28px !important;

    overflow:hidden !important;
}


.rep-plans-gateway,
.rep-plans-gateway-inner{
    border-bottom-left-radius:
        28px !important;

    border-bottom-right-radius:
        28px !important;
}


/*
 * Make both bottom cards visually terminate on the same
 * rounded language instead of one feeling chopped off.
 */

.rep-form-copy{
    padding-bottom:0 !important;
}

.rep-form-wrap > .rep-reveal{
    padding-bottom:0 !important;
}


/* ==========================================================
   PLANS PAGE SURFLOCAL FOOTER
   ========================================================== */

.rep-plans-site-footer{
    position:relative;
    z-index:5;

    margin-top:34px;

    border-top:
        1px solid rgba(219,234,254,.12);

    background:
        rgba(2,6,23,.72);

    backdrop-filter:
        blur(14px);

    -webkit-backdrop-filter:
        blur(14px);
}


.rep-plans-site-footer-inner{
    max-width:1180px;

    margin:0 auto;

    padding:
        22px
        24px
        26px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;

    color:#9fb0c8;

    font-size:13px;
}


.rep-plans-site-footer nav{
    display:flex;
    align-items:center;
    gap:10px;

    white-space:nowrap;
}


.rep-plans-site-footer a{
    color:#bfdbfe;

    font-weight:800;

    text-decoration:none;
}


.rep-plans-site-footer a:hover{
    color:#fff;

    text-decoration:underline;
}


@media(max-width:760px){

    .rep-plans-site-footer-inner{
        flex-direction:column;

        text-align:center;
    }

    .rep-plans-value{
        text-align:left;
    }
}


/* ==========================================================
   REPUTATION IMPACT CARDS 04–06
   Six-color consequence sequence
   ========================================================== */


/* 04 — GREEN */

.rep-impact-cell.impact-green{
    border:
        1px solid rgba(255,255,255,.27);

    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(134,239,172,.28),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #14532d,
            #16a34a 52%,
            #22c55e
        );
}


/* 05 — CYAN */

.rep-impact-cell.impact-cyan{
    border:
        1px solid rgba(255,255,255,.28);

    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(165,243,252,.30),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #155e75,
            #0891b2 52%,
            #22d3ee
        );
}


/* 06 — ROSE */

.rep-impact-cell.impact-rose{
    border:
        1px solid rgba(255,255,255,.27);

    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(251,207,232,.26),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #831843,
            #db2777 52%,
            #f472b6
        );
}


/* ==========================================================
   MATCH EACH NUMBER TILE TO ITS CARD
   ========================================================== */

.rep-impact-cell.impact-blue .impact-number{
    background:
        linear-gradient(
            135deg,
            rgba(14,165,233,.78),
            rgba(37,99,235,.78)
        ) !important;
}

.rep-impact-cell.impact-purple .impact-number{
    background:
        linear-gradient(
            135deg,
            rgba(168,85,247,.78),
            rgba(109,40,217,.78)
        ) !important;
}

.rep-impact-cell.impact-gold .impact-number{
    background:
        linear-gradient(
            135deg,
            rgba(245,158,11,.82),
            rgba(234,88,12,.82)
        ) !important;
}

.rep-impact-cell.impact-green .impact-number{
    background:
        linear-gradient(
            135deg,
            rgba(34,197,94,.82),
            rgba(21,128,61,.82)
        ) !important;
}

.rep-impact-cell.impact-cyan .impact-number{
    background:
        linear-gradient(
            135deg,
            rgba(34,211,238,.80),
            rgba(8,145,178,.82)
        ) !important;
}

.rep-impact-cell.impact-rose .impact-number{
    background:
        linear-gradient(
            135deg,
            rgba(244,114,182,.82),
            rgba(190,24,93,.82)
        ) !important;
}


/* Keep all six perfectly straight */

.rep-impact-cell:nth-child(1),
.rep-impact-cell:nth-child(2),
.rep-impact-cell:nth-child(3),
.rep-impact-cell:nth-child(4),
.rep-impact-cell:nth-child(5),
.rep-impact-cell:nth-child(6){
    transform:none !important;
    justify-self:stretch !important;
}


/* Slightly tighten the six-card stack */

.rep-impact-cells{
    gap:9px !important;
}

.rep-impact-cell{
    min-height:70px !important;
}

/* ==========================================================
   LEFT COLUMN ROUNDING CLEANUP
   Make the left lower section round like the right side
   ========================================================== */

.rep-impact-panel{
    border-radius:28px !important;
    overflow:hidden !important;
}

/* catch the left-side wrapper/grid item */
.rep-bottom-grid > :first-child,
.rep-contact-grid > :first-child,
.rep-main-grid > :first-child,
.rep-content-grid > :first-child,
.rep-two-col > :first-child{
    border-bottom-left-radius:28px !important;
    border-bottom-right-radius:28px !important;
    overflow:hidden !important;
}

/* make sure the stack itself stays inside the rounded area */
.rep-impact-cells{
    overflow:hidden !important;
    border-bottom-left-radius:24px !important;
    border-bottom-right-radius:24px !important;
}

/* keep both closing bubbles neat */
.rep-impact-close{
    width:100% !important;
    border-radius:999px !important;
}


/* ==========================================================
   FINAL LEFT BOTTOM MATCH
   Force the visible left panel to terminate with round corners
   ========================================================== */

.rep-impact-panel{
    border-radius:28px !important;

    overflow:hidden !important;

    /*
     * This clips backgrounds, pseudo-elements and children
     * to the same rounded silhouette.
     */
    clip-path:
        inset(
            0
            round 28px
        );
}


/*
 * The real left column wrapper.
 * Prevent anything inside it from producing a square
 * visual edge beneath the rounded impact panel.
 */
.rep-form-copy{
    border-bottom-left-radius:28px !important;
    border-bottom-right-radius:28px !important;
}


/* Keep the final bubbles safely inside the rounded edge. */

.rep-impact-close:last-child{
    margin-bottom:0 !important;
}



/* ==========================================================
   SURFLOCAL FIX — REMOVE DUPLICATE PAGE ATMOSPHERE
   Keeps component motion but restores original page background.
   ========================================================== */

body{
    background-attachment:initial !important;
}

body::before,
body::after{
    display:none !important;
}
