:root {
    --ink: #07111f;
    --muted: #526173;
    --line: #dce4ec;
    --paper: #f6f9fc;
    --blue: #1f6fff;
    --cyan: #20c4d9;
    --green: #42db9c;
    --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.pgseo-shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.pgseo-header {
    position: sticky;
    z-index: 50;
    top: 0;
    border-bottom: 1px solid rgba(220, 228, 236, .8);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(16px);
}
.pgseo-nav { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.pgseo-logo img { width: 158px; height: auto; }
.pgseo-nav nav { display: flex; gap: 24px; margin-left: auto; }
.pgseo-nav nav a { color: #334155; font-size: 14px; font-weight: 650; text-decoration: none; }
.pgseo-nav nav a:hover { color: var(--blue); }
.pgseo-nav-cta {
    border-radius: 12px;
    padding: 11px 17px;
    color: var(--white);
    background: var(--ink);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.pgseo-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 86% 10%, rgba(31,111,255,.22), transparent 28%),
        linear-gradient(135deg, #06101d, #0d1c30 58%, #10284a);
}
.pgseo-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.16fr .84fr;
    align-items: center;
    gap: 72px;
    min-height: 690px;
    padding: 80px 0;
}
.pgseo-glow { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.pgseo-glow-one { top: -160px; right: -80px; width: 430px; height: 430px; background: rgba(32,196,217,.11); }
.pgseo-glow-two { bottom: -260px; left: 25%; width: 560px; height: 560px; background: rgba(31,111,255,.1); }
.pgseo-breadcrumb { display: flex; gap: 9px; margin-bottom: 28px; color: #9eb0c4; font-size: 12px; }
.pgseo-breadcrumb a { text-decoration: none; }
.pgseo-eyebrow, .pgseo-kicker {
    margin: 0 0 14px;
    color: var(--cyan);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.pgseo-hero h1 {
    max-width: 790px;
    margin: 0;
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: 1.04;
    letter-spacing: -.055em;
    overflow-wrap: anywhere;
}
.pgseo-lead { max-width: 700px; margin: 26px 0 0; color: #c8d6e6; font-size: 18px; }
.pgseo-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.pgseo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 51px;
    border: 1px solid transparent;
    border-radius: 13px;
    padding: 13px 21px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.pgseo-button:hover { transform: translateY(-2px); }
.pgseo-button-primary { color: var(--ink); background: var(--green); box-shadow: 0 14px 35px rgba(66,219,156,.22); }
.pgseo-button-secondary { border-color: rgba(255,255,255,.25); color: var(--white); background: rgba(255,255,255,.06); }
.pgseo-button-light { color: var(--ink); background: var(--white); }
.pgseo-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin: 28px 0 0;
    padding: 0;
    color: #9fb2c7;
    font-size: 12px;
    list-style: none;
}
.pgseo-trust li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }
.pgseo-visual {
    position: relative;
    max-width: 410px;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 30px;
    padding: 14px;
    background: rgba(255,255,255,.07);
    box-shadow: 0 35px 90px rgba(0,0,0,.38);
    transform: rotate(2deg);
}
.pgseo-visual img { width: 100%; max-height: 500px; border-radius: 20px; object-fit: cover; object-position: center; }
.pgseo-visual figcaption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 8px 4px;
    font-size: 12px;
}
.pgseo-visual figcaption span { color: #aebed0; text-align: right; }

.pgseo-section { padding: 96px 0; }
.pgseo-section-heading { max-width: 760px; margin-bottom: 42px; }
.pgseo-section h2, .pgseo-proof h2, .pgseo-audience h2, .pgseo-cta h2 {
    margin: 0;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.12;
    letter-spacing: -.045em;
}
.pgseo-proof { padding: 56px 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.pgseo-proof-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 70px; align-items: start; }
.pgseo-proof h2 { font-size: clamp(28px, 3.4vw, 44px); }
.pgseo-proof p:not(.pgseo-kicker) { max-width: 780px; margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.pgseo-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pgseo-card { min-height: 290px; border: 1px solid var(--line); border-radius: 20px; padding: 27px; background: var(--white); }
.pgseo-card-number { display: block; margin-bottom: 48px; color: var(--blue); font-size: 13px; font-weight: 800; }
.pgseo-card h3 { margin: 0 0 13px; font-size: 19px; line-height: 1.25; }
.pgseo-card p { margin: 0; color: var(--muted); font-size: 14px; }
.pgseo-dark { color: var(--white); background: var(--ink); }
.pgseo-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; }
.pgseo-steps li { display: flex; gap: 18px; border-top: 1px solid #304057; padding-top: 28px; }
.pgseo-steps li > span {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: var(--ink);
    background: var(--green);
    font-size: 13px;
    font-weight: 850;
}
.pgseo-steps h3 { margin: 4px 0 10px; font-size: 20px; }
.pgseo-steps p { margin: 0; color: #aebed0; font-size: 14px; }
.pgseo-audience { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.pgseo-audience > p { margin: 0; color: var(--muted); font-size: 18px; }
.pgseo-faq { background: var(--paper); }
.pgseo-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.pgseo-faq h2 { font-size: clamp(30px, 3.8vw, 48px); }
.pgseo-accordion details { border-bottom: 1px solid var(--line); padding: 19px 0; }
.pgseo-accordion summary { cursor: pointer; font-weight: 750; list-style: none; }
.pgseo-accordion summary::-webkit-details-marker { display: none; }
.pgseo-accordion summary::after { content: "+"; float: right; color: var(--blue); font-size: 22px; }
.pgseo-accordion details[open] summary::after { content: "−"; }
.pgseo-accordion p { margin: 14px 34px 0 0; color: var(--muted); font-size: 14px; }
.pgseo-related { padding: 42px 0; border-top: 1px solid var(--line); background: var(--white); }
.pgseo-related-links { display: flex; flex-wrap: wrap; gap: 10px; }
.pgseo-related-links a {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 9px 14px;
    color: #334155;
    background: var(--paper);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
.pgseo-related-links a:hover { border-color: var(--blue); color: var(--blue); }
.pgseo-cta { padding: 72px 0; color: var(--white); background: linear-gradient(120deg, #155ddb, #1a7eea 55%, #16a6be); }
.pgseo-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.pgseo-cta h2 { max-width: 790px; font-size: clamp(30px, 4vw, 48px); }
.pgseo-cta .pgseo-eyebrow { color: #baf6e0; }

.pgseo-footer { padding: 66px 0 24px; color: #b4c1d0; background: #050b13; }
.pgseo-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.pgseo-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.pgseo-footer p { max-width: 440px; color: #8292a4; font-size: 13px; }
.pgseo-footer strong { margin-bottom: 8px; color: var(--white); }
.pgseo-footer a { font-size: 13px; text-decoration: none; }
.pgseo-footer a:hover { color: var(--white); }
.pgseo-copyright { margin-top: 46px; border-top: 1px solid #1d2938; padding-top: 22px; color: #68788b; font-size: 12px; }
.pgseo-empty { max-width: 620px; margin: 15vh auto; padding: 30px; text-align: center; }
.pgseo-empty .pgseo-logo { display: inline-block; margin-bottom: 40px; }
.pgseo-empty .pgseo-button { margin-top: 20px; color: var(--white); background: var(--blue); }

@media (max-width: 980px) {
    .pgseo-nav nav { display: none; }
    .pgseo-nav-cta { margin-left: auto; }
    .pgseo-hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 50px; }
    .pgseo-visual { max-width: 500px; transform: none; }
    .pgseo-benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .pgseo-steps { grid-template-columns: 1fr; }
    .pgseo-proof-grid, .pgseo-audience, .pgseo-faq-grid { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 640px) {
    .pgseo-shell { width: min(100% - 28px, 1160px); }
    .pgseo-header .pgseo-nav { min-height: 66px; }
    .pgseo-logo img { width: 132px; }
    .pgseo-nav-cta { padding: 9px 11px; font-size: 11px; }
    .pgseo-hero-grid { padding: 58px 0; }
    .pgseo-hero h1 { font-size: 42px; }
    .pgseo-lead { font-size: 16px; }
    .pgseo-actions, .pgseo-actions .pgseo-button { width: 100%; }
    .pgseo-trust { flex-direction: column; }
    .pgseo-section { padding: 70px 0; }
    .pgseo-benefit-grid { grid-template-columns: 1fr; }
    .pgseo-card { min-height: 0; }
    .pgseo-card-number { margin-bottom: 26px; }
    .pgseo-cta-inner { align-items: stretch; flex-direction: column; gap: 32px; }
    .pgseo-footer-grid { grid-template-columns: 1fr; gap: 34px; }
}
