/* GBP Expert - gbpexpert.com */
:root {
    --navy: #0B2F58;
    --blue: #1A73E8;
    --blue-2: #1558B0;
    --green: #188038;
    --yellow: #F9AB00;
    --red: #D93025;
    --cream: #FEFDFC;
    --soft: #F6F8FB;
    --ink: #1F2933;
    --muted: #667085;
    --line: #D9E1EC;
    --white: #ffffff;
    --shadow: 0 18px 50px rgba(11, 47, 88, .10);
    --shadow-soft: 0 8px 28px rgba(11, 47, 88, .08);
    --radius: 18px;
    --radius-sm: 12px;
    --max: 1320px;
    --font: Inter, Roboto, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font);
    line-height: 1.65;
    color: var(--ink);
    background: var(--cream);
    text-rendering: optimizeLegibility;
}
a { color: var(--blue); text-decoration: none; transition: .22s ease; }
a:hover { color: var(--green); }
img { max-width: 100%; height: auto; }
.container {
    width: 100%;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 22px;
}
.skip-link {
    position: absolute; left: -999px; top: 10px; background: var(--navy); color: #fff;
    padding: 8px 12px; border-radius: 8px; z-index: 9999;
}
.skip-link:focus { left: 10px; }

.site-header {
    position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96);
    border-bottom: 1px solid rgba(11,47,88,.08); box-shadow: 0 8px 30px rgba(11,47,88,.06);
    backdrop-filter: blur(10px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); min-width: 220px; }
.brand-mark {
    width: 48px; height: 48px; border-radius: 15px; background: linear-gradient(135deg, var(--navy), var(--blue));
    color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; letter-spacing: -.08em;
    box-shadow: 0 10px 24px rgba(26,115,232,.24);
}
.brand-title { display: block; font-weight: 900; font-size: 1.18rem; letter-spacing: -.035em; line-height: 1; }
.brand-subtitle { display: block; color: var(--muted); font-size: .78rem; line-height: 1.25; margin-top: 4px; }
.site-nav ul { display: flex; list-style: none; align-items: center; gap: 18px; margin: 0; padding: 0; }
.site-nav a { color: var(--ink); font-weight: 700; font-size: .93rem; padding: 8px 0; position: relative; }
.site-nav a:after { content: ''; position: absolute; left: 0; bottom: 2px; width: 0; height: 2px; border-radius: 2px; background: var(--blue); transition: .22s ease; }
.site-nav a:hover:after, .site-nav a.active:after { width: 100%; }
.header-cta { white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 12px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); transition: .22s ease; }
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 12px 20px; font-weight: 800; border: 0; cursor: pointer; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 14px 26px rgba(26,115,232,.20); }
.btn-primary:hover { background: var(--blue-2); color: #fff; transform: translateY(-1px); }
.btn-secondary { background: #fff; color: var(--navy); border: 1px solid rgba(11,47,88,.14); }
.btn-secondary:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-1px); }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.34); }
.btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn-large { padding: 14px 24px; font-size: 1.02rem; }

.hero {
    position: relative; overflow: hidden; background:
        radial-gradient(circle at 12% 12%, rgba(249,171,0,.18), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(24,128,56,.20), transparent 30%),
        linear-gradient(135deg, #0B2F58 0%, #1558B0 64%, #1A73E8 100%);
    color: #fff; padding: 78px 0 74px; min-height: 520px; display: flex; align-items: center;
}
.hero:before { content:''; position:absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 46px 46px; opacity: .28; }
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .62fr); gap: 44px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.20); color: rgba(255,255,255,.92); font-size: .86rem; font-weight: 800; margin-bottom: 20px; }
h1 { font-size: clamp(2.1rem, 5vw, 4.7rem); line-height: .98; margin: 0 0 22px; letter-spacing: -.065em; }
.hero p { color: rgba(255,255,255,.88); font-size: clamp(1.03rem, 1.6vw, 1.28rem); max-width: 780px; margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.hero-card { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 24px; padding: 26px; box-shadow: 0 24px 70px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.hero-card h2 { font-size: 1.25rem; margin: 0 0 12px; letter-spacing: -.02em; }
.hero-card ul { padding-left: 20px; margin: 0; color: rgba(255,255,255,.9); }
.hero-card li { margin: 8px 0; }

.section { padding: 72px 0; }
.section-soft { background: var(--soft); }
.section-white { background: #fff; }
.section-compact { padding: 48px 0; }
.section-title { max-width: 900px; margin: 0 auto 34px; text-align: center; }
.section-title.align-left { margin-left: 0; text-align: left; }
.kicker { color: var(--blue); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; margin-bottom: 8px; }
h2 { color: var(--navy); font-size: clamp(1.75rem, 3vw, 2.7rem); line-height: 1.08; margin: 0 0 14px; letter-spacing: -.045em; }
h3 { color: var(--navy); font-size: 1.22rem; line-height: 1.25; margin: 0 0 12px; letter-spacing: -.018em; }
p { margin: 0 0 18px; }
.lead { color: var(--muted); font-size: 1.08rem; max-width: 860px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: #fff; border: 1px solid rgba(11,47,88,.10); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-soft); }
.card-soft { background: var(--cream); }
.card h3 { display: flex; align-items: center; gap: 10px; }
.card-icon { width: 42px; height: 42px; border-radius: 14px; background: rgba(26,115,232,.10); display: inline-flex; align-items: center; justify-content: center; font-size: 1.3rem; flex: 0 0 auto; }
.card p:last-child { margin-bottom: 0; }
.card ul, .content-card ul { margin: 0; padding-left: 21px; }
.card li, .content-card li { margin: 8px 0; }
.feature-card { min-height: 100%; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.stat { border-radius: 18px; padding: 18px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.20); }
.stat strong { display: block; font-size: 1.5rem; color: #fff; }
.stat span { color: rgba(255,255,255,.80); font-size: .88rem; }

.breadcrumbs { font-size: .92rem; color: var(--muted); margin: 0 0 24px; }
.breadcrumbs a { font-weight: 800; }
.content-hero { background: linear-gradient(135deg, #0B2F58, #1A73E8); color: #fff; padding: 58px 0; }
.content-hero h1 { font-size: clamp(2rem, 4vw, 3.7rem); max-width: 950px; }
.content-hero p { color: rgba(255,255,255,.86); max-width: 860px; font-size: 1.13rem; }
.content-wrap { max-width: 980px; margin: 0 auto; }
.content-card { background: #fff; border: 1px solid rgba(11,47,88,.10); border-radius: 22px; padding: 32px; box-shadow: var(--shadow-soft); margin-bottom: 24px; }
.content-card h2 { font-size: clamp(1.42rem, 2.3vw, 2.1rem); }
.content-card h3 { margin-top: 18px; }
.note { border-left: 5px solid var(--blue); background: #EEF5FF; padding: 18px 20px; border-radius: 14px; color: #27425D; }
.warning { border-left-color: var(--red); background: #FFF2F0; color: #4D2A26; }
.success { border-left-color: var(--green); background: #EEF8F0; color: #1F4630; }
.checklist { display: grid; gap: 12px; padding: 0 !important; list-style: none; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; margin: 0; }
.checklist li:before { content: '✓'; color: var(--green); font-weight: 900; }
.risk-list li:before { content: '!' ; color: var(--red); }

.cta-band { background: linear-gradient(135deg, var(--navy), var(--blue)); color: #fff; border-radius: 28px; padding: 42px; box-shadow: var(--shadow); overflow: hidden; position: relative; }
.cta-band:after { content:''; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(249,171,0,.18); right: -120px; bottom: -130px; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.86); max-width: 760px; }

.service-card { border-top: 5px solid var(--blue); }
.price-note { font-size: .95rem; color: var(--muted); }
.faq details { background: #fff; border: 1px solid rgba(11,47,88,.10); border-radius: 16px; padding: 18px 20px; box-shadow: 0 5px 16px rgba(11,47,88,.05); }
.faq details + details { margin-top: 12px; }
.faq summary { cursor: pointer; font-weight: 900; color: var(--navy); }
.faq p { margin: 12px 0 0; color: var(--muted); }

.page-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.page-nav a { font-weight: 900; }
.site-footer { background: #061A31; color: rgba(255,255,255,.78); padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 34px; }
.site-footer h2, .site-footer h3 { color: #fff; }
.site-footer h2 { font-size: 1.45rem; }
.site-footer h3 { font-size: 1.04rem; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 8px 0; }
.site-footer a { color: rgba(255,255,255,.82); }
.site-footer a:hover { color: #fff; }
.disclaimer { font-size: .86rem; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); padding: 14px; border-radius: 14px; margin-top: 18px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .9rem; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--blue); color: #fff; opacity: 0; visibility: hidden; box-shadow: 0 14px 26px rgba(26,115,232,.25); z-index: 900; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { color: #fff; background: var(--green); transform: translateY(-2px); }

@media (max-width: 1180px) {
    .header-cta { display: none; }
    .site-nav ul { gap: 13px; }
    .site-nav a { font-size: .9rem; }
}
@media (max-width: 992px) {
    .menu-toggle { display: flex; }
    .site-nav ul { display: none; position: absolute; top: 82px; left: 0; width: 100%; flex-direction: column; align-items: flex-start; gap: 0; background: #fff; padding: 16px 22px 24px; border-bottom: 1px solid rgba(11,47,88,.10); box-shadow: 0 18px 34px rgba(11,47,88,.10); }
    .site-nav ul.show { display: flex; }
    .site-nav li { width: 100%; border-bottom: 1px solid rgba(11,47,88,.06); }
    .site-nav a { display: block; padding: 12px 0; }
    .hero-grid, .grid-2, .grid-3, .grid-4, .footer-grid { grid-template-columns: 1fr; }
    .hero { padding: 56px 0; min-height: auto; }
    .hero-card { max-width: 620px; }
}
@media (max-width: 640px) {
    .container { padding: 0 17px; }
    .brand-subtitle { display: none; }
    .brand { min-width: auto; }
    .brand-mark { width: 43px; height: 43px; }
    .section { padding: 52px 0; }
    .content-card, .card, .cta-band { padding: 22px; border-radius: 18px; }
    .hero-actions, .page-nav, .footer-bottom { flex-direction: column; align-items: flex-start; }
    .stat-row { grid-template-columns: 1fr; }
}
