/* M2 advertising service-page family */
.service-page { background: #fff; }
.service-page-main { overflow: hidden; }

.service-hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(115deg,#fff 0%,#fff 52%,#fff7f8 100%); border-bottom: 1px solid rgba(23,59,94,.09); }
.service-hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: -190px; border: 1px solid rgba(229,34,50,.1); border-radius: 50%; box-shadow: 0 0 0 54px rgba(23,59,94,.025),0 0 0 108px rgba(229,34,50,.02); }
.service-hero::after { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(rgba(23,59,94,.2) .65px,transparent .65px); background-size: 26px 26px; mask-image: linear-gradient(90deg,transparent 0 55%,#000 72%,transparent 100%); pointer-events: none; }
.service-hero-grid { position: relative; z-index: 1; width: min(calc(100% - 48px),1320px); display: grid; grid-template-columns: minmax(0,.96fr) minmax(480px,1.04fr); gap: 52px; align-items: center; padding: 52px 0 62px; }
.service-hero-copy { max-width: 650px; }
.service-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 28px; color: #788594; font-size: .78rem; }
.service-breadcrumb a { color: var(--brand-navy); text-decoration: none; }
.service-breadcrumb a:hover { color: var(--brand-primary); }
.service-hero h1 { max-width: 680px; margin: 0; color: var(--brand-navy); font-size: clamp(2.7rem,4vw,3.65rem); line-height: 1.12; letter-spacing: -.05em; text-wrap: balance; }
.service-hero-lead { max-width: 650px; margin: 23px 0 0; color: var(--text-secondary); font-size: 1.03rem; line-height: 1.78; }
.service-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.service-policy-note { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0 0; color: var(--text-secondary); font-size: .8rem; }
.service-policy-note span { flex: 0 0 auto; width: 17px; height: 17px; display: grid; place-items: center; margin-top: 4px; color: var(--brand-navy); border: 1px solid var(--brand-navy); border-radius: 50%; font-size: .76rem; font-weight: 850; }
.service-hero-visual { min-width: 0; }
.campaign-console { position: relative; min-height: 510px; padding: 24px; overflow: hidden; background: rgba(255,255,255,.94); border: 1px solid rgba(23,59,94,.13); border-radius: 26px; box-shadow: 0 30px 75px rgba(23,59,94,.14); }
.campaign-console::before { content: ""; position: absolute; width: 300px; height: 300px; left: 50%; top: 51%; border: 1px solid rgba(23,59,94,.08); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 42px rgba(229,34,50,.025),0 0 0 84px rgba(23,59,94,.018); }
.campaign-console-top { position: relative; z-index: 2; display: flex; justify-content: space-between; padding-bottom: 18px; color: var(--brand-navy); border-bottom: 1px solid var(--border); font-size: .76rem; font-weight: 850; letter-spacing: .12em; }
.campaign-console-top strong { color: var(--brand-primary); }
.campaign-channel-row { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 28px; }
.campaign-channel-row > div { min-height: 100px; display: grid; align-content: center; padding: 14px; background: #f7f9fb; border: 1px solid var(--border); border-radius: 13px; }
.campaign-channel-row span { color: var(--brand-primary); font-size: .76rem; font-weight: 900; }
.campaign-channel-row strong { margin-top: 7px; color: var(--brand-navy); font-size: .76rem; letter-spacing: .07em; }
.campaign-route { position: relative; z-index: 2; width: 68%; height: 45px; display: grid; grid-template-columns: 1fr 9px 1fr; align-items: center; margin: 0 auto; }
.campaign-route i { height: 1px; background: linear-gradient(90deg,var(--brand-navy),var(--brand-primary)); }
.campaign-route span { width: 9px; height: 9px; background: var(--brand-gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(242,166,58,.14); }
.campaign-build-card { position: relative; z-index: 2; width: 64%; margin: 0 auto; padding: 24px; color: #fff; background: linear-gradient(145deg,var(--brand-navy),#102e4a); border-radius: 16px; box-shadow: 0 20px 40px rgba(23,59,94,.2); }
.campaign-build-card > span,.campaign-endpoint span { display: block; color: var(--brand-gold); font-size: .76rem; font-weight: 900; letter-spacing: .13em; }
.campaign-build-card > strong,.campaign-endpoint strong { display: block; margin-top: 6px; font-size: .92rem; }
.campaign-build-card div { display: flex; gap: 6px; margin-top: 16px; }
.campaign-build-card i { width: 34%; height: 5px; background: rgba(255,255,255,.18); border-radius: 6px; }
.campaign-build-card i:first-child { background: var(--brand-primary); }
.campaign-endpoint { position: relative; z-index: 2; width: 48%; margin: 33px auto 0; padding: 16px 18px; color: var(--brand-navy); background: #fff7f8; border: 1px solid #f4cdd1; border-radius: 12px; text-align: center; }
.campaign-endpoint::before { content: ""; position: absolute; left: 50%; top: -34px; width: 1px; height: 33px; background: linear-gradient(var(--brand-primary),var(--brand-gold)); }
.campaign-endpoint span { color: var(--brand-primary); }

.related-services { background: linear-gradient(180deg,#f7f9fb,#fff); border-top: 1px solid var(--border); }

@media (max-width: 1100px) {
  .service-hero-grid { grid-template-columns: minmax(0,.9fr) minmax(410px,1.1fr); gap: 30px; }
  .service-hero h1 { font-size: clamp(2.45rem,4.3vw,3.15rem); }
  .campaign-console { min-height: 470px; }
}

@media (max-width: 900px) {
  .service-hero { min-height: auto; }
  .service-hero-grid { grid-template-columns: 1fr; gap: 38px; padding: 48px 0 58px; }
  .service-hero-copy { max-width: 760px; }
  .service-hero-visual { width: min(100%,680px); margin-inline: auto; }
  .campaign-console { min-height: 490px; }
}

@media (max-width: 700px) {
  .service-page .container { width: min(calc(100% - 32px),var(--content-width)); }
  .service-hero-grid { width: min(calc(100% - 32px),1320px); padding: 34px 0 48px; }
  .service-breadcrumb { margin-bottom: 22px; font-size: .75rem; }
  .service-hero h1 { font-size: 2.42rem; line-height: 1.14; }
  .service-hero-lead { margin-top: 19px; font-size: .94rem; line-height: 1.7; }
  .service-hero-actions { display: grid; margin-top: 22px; }
  .service-hero-actions .button { min-height: 50px; width: 100%; padding: 12px 18px; }
  .campaign-console { min-height: 405px; padding: 17px; border-radius: 20px; }
  .campaign-channel-row { gap: 6px; margin-top: 20px; }
  .campaign-channel-row > div { min-height: 78px; padding: 9px; }
  .campaign-channel-row strong { font-size: .76rem; }
  .campaign-route { height: 36px; }
  .campaign-build-card { width: 78%; padding: 18px; }
  .campaign-endpoint { width: 66%; margin-top: 28px; }
}

@media (max-width: 390px) {
  .service-hero h1 { font-size: 2.18rem; }
  .service-policy-note { font-size: .75rem; }
  .campaign-console { min-height: 385px; }
  .campaign-console-top { font-size: .76rem; }
  .campaign-channel-row > div { min-height: 72px; }
  .campaign-build-card { width: 84%; }
  .campaign-endpoint { width: 72%; }
}

/* P3.5C Google Ads representative experience — intentionally route-scoped. */
.google-ads-experience { color: var(--text-primary); background: #fff; }
.google-ads-experience .container { width: min(calc(100% - 48px), 1280px); }
.google-hero { position: relative; overflow: hidden; border-bottom: 1px solid rgba(23,59,94,.05); background: #fcfcfd; }
.google-hero::after { content:""; position:absolute; inset:0 0 0 46%; opacity:.22; background-image:radial-gradient(#173b5e 0.7px,transparent .7px); background-size:10px 10px; mask-image:radial-gradient(ellipse at center,#000 0%,transparent 71%); pointer-events:none; }
.google-hero-grid { position:relative; z-index:1; width:min(calc(100% - 48px),1280px); min-height:598px; display:grid; grid-template-columns:minmax(0,.88fr) minmax(500px,1.12fr); gap:42px; align-items:center; margin:auto; padding:46px 0 42px; }
.google-hero-copy { max-width:615px; }
.google-breadcrumb { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 24px; color:#788594; font-size:.78rem; }
.google-breadcrumb a { color:var(--brand-navy); text-decoration:none; }
.google-kicker { margin:0 0 9px; color:var(--brand-primary); font-size:.78rem; font-weight:850; letter-spacing:.12em; text-transform:uppercase; }
.google-hero h1 { max-width:590px; margin:0; color:var(--brand-navy); font-size:clamp(2.65rem,3.55vw,3.4rem); line-height:1.12; letter-spacing:-.052em; text-wrap:balance; }
.google-h1-keep { white-space:nowrap; }
.google-hero-lead { margin:9px 0 0; color:var(--brand-navy); font-size:clamp(1.65rem,2.3vw,2.25rem); font-weight:850; line-height:1.22; letter-spacing:-.04em; }
.google-hero-lead span { color:var(--brand-primary); }
.google-hero-copytext { max-width:536px; margin:17px 0 0; color:var(--text-secondary); font-size:.92rem; line-height:1.78; }
.google-hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.google-hero-actions .button,.google-consult .button { min-height:45px; padding:11px 22px; border-radius:7px; font-size:.82rem; font-weight:800; }
.google-hero-actions .button-secondary { color:var(--brand-navy); background:#fff; border:1px solid #cbd6df; }
.google-ecosystem { position:relative; min-height:414px; }
.google-orbits { position:absolute; inset:0; width:100%; height:100%; fill:none; stroke:#9ac1e9; stroke-width:1; stroke-dasharray:3 6; opacity:.75; }
.google-orbits path { stroke:#c8d9ee; }
.google-orbits circle { fill:var(--brand-primary); stroke:none; }
.google-platform-core { position:absolute; left:50%; top:50%; width:177px; height:156px; display:grid; place-content:center; gap:12px; transform:translate(-50%,-50%); background:rgba(255,255,255,.94); border:1px solid rgba(23,59,94,.09); border-radius:17px; box-shadow:0 18px 42px rgba(23,59,94,.13); text-align:center; }
.google-platform-core img { width:82px; height:70px; object-fit:contain; margin:auto; }
.google-platform-core strong { color:#3c4653; font-size:1rem; }
.google-satellite { position:absolute; min-width:133px; display:flex; align-items:center; gap:10px; padding:13px 15px; background:rgba(255,255,255,.94); border:1px solid rgba(23,59,94,.08); border-radius:999px; box-shadow:0 10px 24px rgba(23,59,94,.09); color:var(--brand-navy); }
.google-satellite b { width:29px; height:29px; display:grid; place-items:center; color:#1679e7; background:#edf7ff; border-radius:8px; font-size:1.15rem; }
.google-satellite span { font-size:.72rem; font-weight:850; line-height:1.25; white-space:nowrap; }.google-satellite small { display:block; margin-top:2px; color:#758496; font-size:.64rem; font-weight:700; }
.satellite-search { left:7%; top:8%; }.satellite-display { left:5%; bottom:13%; }.satellite-video { right:2%; top:15%; }.satellite-video b { color:#fff; background:#ef2231; }.satellite-shopping { right:4%; bottom:10%; }.satellite-shopping b { color:#0ca84b; background:#eafaf0; }
.google-trust { border-bottom:1px solid rgba(23,59,94,.05); background:#fff; }.google-trust ul { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:23px; margin:0; padding:23px 0; list-style:none; }.google-trust li { display:flex; gap:11px; align-items:flex-start; }.google-trust li>b { color:var(--brand-primary); font-size:1.1rem; }.google-trust strong,.google-trust small { display:block; }.google-trust strong { color:var(--brand-navy); font-size:.72rem; }.google-trust small { margin-top:3px; color:var(--text-secondary); font-size:.65rem; line-height:1.5; }
.google-section { padding:78px 0; }.google-section-heading { margin:0 0 30px; }.google-section-heading.centered { text-align:center; }.google-section-heading>p { margin:0 0 7px; color:var(--brand-primary); font-size:.71rem; font-weight:850; letter-spacing:.14em; text-transform:uppercase; }.google-section-heading h2 { margin:0; color:var(--brand-navy); font-size:clamp(1.75rem,2.65vw,2.35rem); letter-spacing:-.04em; }
.google-services { border-top:1px solid rgba(23,59,94,.05); background:#f4f7fa; }.google-service-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }.google-service-grid article { position:relative; min-height:205px; padding:24px 23px; overflow:hidden; background:#fff; border:1px solid rgba(23,59,94,.1); border-radius:12px; box-shadow:0 11px 25px rgba(23,59,94,.055); }.google-service-grid article::after { content:""; position:absolute; width:78px; height:78px; right:-39px; bottom:-39px; border:1px solid rgba(229,34,50,.16); border-radius:50%; }.service-number { position:absolute; right:20px; top:19px; color:#aeb7c2; font-size:.65rem; font-weight:850; }.service-icon { width:38px; height:38px; display:grid; place-items:center; color:var(--brand-primary); background:#fff4f5; border-radius:10px; font-size:1.45rem; }.google-service-grid h3 { margin:20px 0 0; color:var(--brand-navy); font-size:1rem; }.google-service-grid h3 small { display:block; margin-top:3px; font-size:.72rem; }.google-service-grid p { margin:12px 0 0; color:#526273; font-size:.8rem; line-height:1.7; }
.google-process { border-top:1px solid rgba(23,59,94,.05); background:#fff; }.google-process ol { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:16px; margin:0; padding:0; list-style:none; }.google-process li { position:relative; min-height:156px; padding:20px 18px; border:1px solid rgba(23,59,94,.1); border-radius:11px; background:#fff; }.google-process li:not(:last-child)::after { content:'→'; position:absolute; right:-22px; top:50%; z-index:2; color:var(--brand-primary); font-weight:900; }.google-process li>span { color:var(--brand-primary); font-size:.69rem; font-weight:900; }.google-process h3 { margin:17px 0 0; color:var(--brand-navy); font-size:.88rem; }.google-process p { margin:9px 0 0; color:#526273; font-size:.75rem; line-height:1.65; }
.google-advantages { border-top:1px solid rgba(23,59,94,.05); background:#f1f5f9; }.google-advantages ul { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); margin:0; padding:0; list-style:none; }.google-advantages li { display:flex; gap:13px; min-height:100px; padding:8px 22px; border-right:1px solid rgba(23,59,94,.12); }.google-advantages li:first-child { padding-left:0; }.google-advantages li:last-child { padding-right:0; border:0; }.google-advantages li>b { flex:0 0 auto; color:var(--brand-primary); font-size:1.45rem; }.google-advantages h3 { margin:1px 0 0; color:var(--brand-navy); font-size:.84rem; }.google-advantages p { margin:7px 0 0; color:#526273; font-size:.74rem; line-height:1.6; }
.google-consult { padding:46px 0 78px; border-top:1px solid rgba(23,59,94,.05); background:#f7fafc; }.google-consult-panel { display:grid; grid-template-columns:auto minmax(0,1fr) auto; gap:23px; align-items:center; padding:27px 30px; border:1px solid rgba(149,180,207,.34); border-radius:15px; background:#fff; }.consult-mark { width:54px; height:54px; display:grid; place-items:center; color:#fff; background:#2aa6df; border-radius:50%; font-size:1.55rem; transform:rotate(-28deg); }.google-consult h2 { margin:0; color:var(--brand-navy); font-size:1.1rem; }.google-consult p { margin:7px 0 0; color:var(--text-secondary); font-size:.79rem; }.consult-actions { text-align:right; }.consult-actions small { display:block; margin-top:10px; color:#607083; font-size:.69rem; }
@media (max-width: 1020px) { .google-hero-grid { grid-template-columns:minmax(0,.83fr) minmax(410px,1.17fr); gap:20px; }.google-ecosystem { transform:scale(.91); transform-origin:center right; }.google-service-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.google-process ol,.google-advantages ul { grid-template-columns:repeat(3,minmax(0,1fr)); }.google-process li::after { display:none; }.google-advantages li:nth-child(3) { border-right:0; }.google-advantages li:nth-child(4) { padding-left:0; }.google-advantages li { padding-block:16px; } }
@media (max-width: 760px) { .google-ads-experience .container,.google-hero-grid { width:min(calc(100% - 32px),1280px); }.google-hero-grid { grid-template-columns:1fr; min-height:0; gap:11px; padding:30px 0 19px; }.google-breadcrumb { margin-bottom:18px; font-size:.7rem; }.google-kicker { margin-bottom:6px; font-size:.66rem; }.google-hero h1 { max-width:360px; font-size:2.05rem; }.google-hero-lead { margin-top:8px; font-size:1.38rem; }.google-hero-copytext { margin-top:14px; font-size:.83rem; line-height:1.66; }.google-hero-actions { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin-top:19px; }.google-hero-actions .button { min-height:43px; padding:8px 10px; text-align:center; font-size:.72rem; }.google-ecosystem { min-height:266px; margin:-3px -9px 0; transform:none; }.google-platform-core { width:127px; height:112px; border-radius:13px; gap:6px; }.google-platform-core img { width:62px; height:54px; }.google-platform-core strong { font-size:.75rem; }.google-satellite { min-width:102px; gap:6px; padding:8px 9px; }.google-satellite b { width:23px; height:23px; border-radius:6px; font-size:.9rem; }.google-satellite span { font-size:.58rem; }.google-satellite small { font-size:.53rem; }.satellite-search { left:2%; top:6%; }.satellite-display { left:2%; bottom:9%; }.satellite-video { right:0; top:10%; }.satellite-shopping { right:1%; bottom:5%; }.google-trust ul { grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px 11px; padding:18px 0; }.google-trust li { gap:7px; }.google-trust li>b { font-size:.88rem; }.google-trust strong { font-size:.63rem; }.google-trust small { font-size:.56rem; }.google-section { padding:54px 0; }.google-section-heading { margin-bottom:21px; }.google-section-heading h2 { font-size:1.55rem; }.google-service-grid { grid-template-columns:1fr; gap:9px; }.google-service-grid article { min-height:0; padding:17px 18px 18px 70px; }.service-icon { position:absolute; left:18px; top:20px; width:34px; height:34px; font-size:1.2rem; }.google-service-grid h3 { margin:0; font-size:.91rem; }.google-service-grid h3 small { display:inline; margin-left:7px; font-size:.65rem; }.google-service-grid p { margin-top:8px; font-size:.71rem; }.google-process ol,.google-advantages ul { grid-template-columns:1fr; gap:0; }.google-process li { min-height:0; display:flex; gap:14px; padding:15px 16px; border-radius:0; border-bottom:0; }.google-process li:first-child { border-radius:10px 10px 0 0; }.google-process li:last-child { border-bottom:1px solid rgba(23,59,94,.1); border-radius:0 0 10px 10px; }.google-process h3 { margin:0; font-size:.82rem; }.google-process p { margin-top:5px; font-size:.68rem; }.google-advantages li { min-height:0; padding:13px 0; border-right:0; border-bottom:1px solid rgba(23,59,94,.1); }.google-advantages li:last-child { border-bottom:0; }.google-advantages h3 { font-size:.79rem; }.google-advantages p { font-size:.68rem; }.google-consult { padding:33px 0 54px; }.google-consult-panel { grid-template-columns:auto 1fr; gap:14px; padding:20px; }.consult-mark { width:45px; height:45px; font-size:1.25rem; }.google-consult h2 { font-size:.95rem; }.google-consult p { font-size:.7rem; line-height:1.55; }.consult-actions { grid-column:1/-1; text-align:left; }.consult-actions .button { width:100%; }.consult-actions small { text-align:center; font-size:.62rem; } }
@media (max-width: 375px) { .google-hero h1 { font-size:1.85rem; }.google-satellite { min-width:92px; padding:7px; }.google-satellite span { font-size:.53rem; }.google-platform-core { transform:translate(-50%,-50%) scale(.92); }.google-ecosystem { min-height:251px; } }

/* R10 — shared advertising-platform density scale. */
.service-hero h1 { font-size:clamp(2.5rem,3.35vw,2.875rem); line-height:1.12; }
.service-hero-lead { max-width:640px; font-size:1rem; line-height:1.7; }
.service-page main section { padding-block:80px; }
.service-page main h2 { font-size:clamp(2.125rem,2.7vw,2.375rem); line-height:1.18; }
.service-page main h3 { font-size:1.25rem; }.service-page main p { line-height:1.7; }
@media (max-width:760px) { .service-hero h1 { font-size:clamp(1.875rem,8.6vw,2.125rem); }.service-page main section { padding-block:56px; }.service-page main h2 { font-size:clamp(1.625rem,7.2vw,1.875rem); } }

/* Google retains its semantic H1 while using the same internal-page scale. */
.google-hero h1 { font-size:clamp(2.5rem,3.2vw,2.875rem); }.google-section { padding-block:80px; }.google-section-heading h2 { font-size:clamp(2.125rem,2.7vw,2.375rem); }
@media (max-width:760px) { .google-hero h1 { font-size:clamp(1.875rem,8.6vw,2.125rem); }.google-section { padding-block:56px; }.google-section-heading h2 { font-size:clamp(1.625rem,7.2vw,1.875rem); } }

/* R10.1 — final page-scoped type scale and denser service heroes. */
.service-hero h1,.google-hero h1 { font-size:clamp(2.5rem,2.95vw,2.625rem); }
.service-hero { min-height:600px; }.service-hero-grid { padding-block:44px 52px; }
.google-hero-grid { min-height:530px; padding-block:40px 36px; }
.service-page main h2,.google-section-heading h2 { font-size:clamp(1.875rem,2.2vw,2rem); }
.service-page main h3,.google-service-grid h3 { font-size:clamp(1.1875rem,1.45vw,1.25rem); }
@media (max-width:760px) {
  .service-hero h1,.google-hero h1 { font-size:clamp(1.8125rem,7.8vw,1.9375rem); }
  .service-page main h2,.google-section-heading h2 { font-size:clamp(1.5rem,6.4vw,1.625rem); }
  .service-page main h3,.google-service-grid h3 { font-size:clamp(1.0625rem,4.6vw,1.125rem); }
  .service-hero { min-height:0; }.service-hero-grid,.google-hero-grid { min-height:0; }
}
