@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
	--navy: #071a3a;
	--navy-2: #0b2857;
	--blue: #0866c6;
	--blue-2: #1686ee;
	--red: #ed2b24;
	--ink: #10213d;
	--muted: #64748b;
	--line: #dfe7f1;
	--cloud: #f4f8fc;
	--white: #fff;
	--green: #20b45a;
	--shadow: 0 24px 70px rgba(17, 43, 82, .12);
	--radius: 22px;
	--container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Manrope", system-ui, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto; width: auto; height: auto; padding: 12px 18px; margin: 8px; background: #fff; color: var(--navy); z-index: 9999; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 14px 24px; border: 0; border-radius: 10px; background: linear-gradient(135deg, var(--blue), #034b9b); color: #fff; box-shadow: 0 12px 30px rgba(8, 102, 198, .23); font-weight: 800; cursor: pointer; transition: .25s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(8, 102, 198, .32); color: #fff; }
.button.is-disabled { opacity: .45; pointer-events: none; box-shadow: none; }
.button--small { min-height: 44px; padding: 10px 18px; font-size: 13px; border-radius: 8px; }
.button--full { width: 100%; }
.button--light { background: #fff; color: var(--navy); box-shadow: none; }
.button--light:hover { color: var(--navy); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 3px; background: var(--red); border-radius: 10px; }
.eyebrow--light { color: #9ecdf9; }
.section { padding: 100px 0; }
.section--tint { background: var(--cloud); }
.section--dark { position: relative; background: radial-gradient(circle at 15% 25%, #133d74 0, transparent 30%), linear-gradient(135deg, #07162e, #071d41); color: #fff; overflow: hidden; }
.section-heading { max-width: 700px; margin-bottom: 46px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; max-width: none; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.13; letter-spacing: -.04em; }
.section-heading h2 span { color: var(--blue); }
.section-heading p { max-width: 620px; margin: 18px auto 0; color: var(--muted); }
.outline-link { display: inline-flex; align-items: center; gap: 12px; color: var(--blue); font-weight: 800; font-size: 14px; }

/* Header */
.site-header { position: relative; z-index: 100; height: 96px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(205, 218, 234, .65); }
.site-header.is-sticky { position: fixed; inset: 0 0 auto; box-shadow: 0 8px 28px rgba(7,26,58,.09); animation: slideDown .25s ease; }
@keyframes slideDown { from { transform: translateY(-100%); } }
.header-inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { position: relative; z-index: 2; display: flex; align-items: center; min-width: 235px; margin-right: auto; }
.brand::before { content: ""; position: absolute; z-index: -1; left: 36px; top: 50%; width: 150px; height: 48px; border-radius: 50%; background: rgba(8,102,198,.1); filter: blur(18px); transform: translateY(-50%); }
.brand img, .custom-logo { display: block; width: auto; height: 76px; transform: scale(1.08); transform-origin: left center; filter: drop-shadow(0 7px 9px rgba(7,26,58,.18)); transition: transform .25s ease, filter .25s ease; }
.brand:hover img, .brand:hover .custom-logo { transform: scale(1.12) translateY(-1px); filter: drop-shadow(0 10px 12px rgba(7,26,58,.22)); }
.main-nav ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.main-nav a { position: relative; color: #2b3b53; font-size: 14px; font-weight: 700; }
.main-nav a:hover, .main-nav .current-menu-item > a { color: var(--blue); }
.main-nav .current-menu-item > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -12px; height: 2px; background: var(--red); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: .2s; }

/* Hero */
.hero { position: relative; min-height: 710px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(107deg, #fff 0%, #f6faff 58%, #edf5fd 100%); }
.hero::after { content: ""; position: absolute; right: -150px; top: -130px; width: 650px; height: 650px; border: 1px solid rgba(14,106,204,.07); border-radius: 50%; box-shadow: 0 0 0 80px rgba(14,106,204,.025), 0 0 0 160px rgba(14,106,204,.018); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-top: 35px; padding-bottom: 55px; }
.hero-copy h1 { max-width: 680px; margin: 0; color: var(--navy); font-size: clamp(44px, 5.2vw, 69px); line-height: 1.05; letter-spacing: -.055em; }
.hero-copy h1 span { position: relative; color: var(--blue); white-space: nowrap; }
.hero-copy h1 span::after { content: ""; position: absolute; left: 5%; right: 2%; bottom: -8px; height: 8px; border-top: 3px solid var(--red); border-radius: 50%; transform: rotate(-1deg); }
.hero-lead { max-width: 620px; margin: 26px 0 28px; color: #53647b; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 14px; font-weight: 800; }
.play { display: grid; place-items: center; width: 37px; height: 37px; padding-left: 2px; border: 1px solid #ccd8e5; border-radius: 50%; color: var(--blue); font-size: 10px; }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 40px; }
.hero-trust p { margin: 0; color: #758397; font-size: 12px; line-height: 1.45; }
.hero-trust strong { color: var(--ink); font-size: 13px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; place-items: center; width: 35px; height: 35px; margin-right: -8px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--blue); font-size: 9px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: #ef6d43; }
.avatar-stack span:nth-child(3) { background: var(--navy); }
.hero-visual { position: relative; height: 540px; }
.visual-glow { position: absolute; inset: 50px 0 0 50px; background: radial-gradient(circle, rgba(45,145,237,.2), transparent 65%); filter: blur(5px); }
.job-card { position: absolute; z-index: 3; top: 40px; left: 64px; width: 345px; min-height: 430px; overflow: hidden; border: 8px solid #fff; border-radius: 25px; background: #fff; box-shadow: 0 35px 80px rgba(14,50,94,.24); transform: rotate(2.5deg); }
.job-card__head { display: flex; align-items: center; gap: 13px; padding: 25px; color: #fff; background: linear-gradient(135deg, #096acb, #103d79); }
.company-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: #fff; color: var(--red); font-size: 25px; font-weight: 900; }
.job-card__head span, .job-card__head strong { display: block; }
.job-card__head span { font-size: 9px; letter-spacing: .16em; }
.job-card__head strong { font-size: 22px; }
.job-card__body { padding: 28px 26px; }
.job-card__body small, .job-card__body b { display: block; }
.job-card__body small { color: var(--muted); font-size: 10px; }
.job-card__body b { color: var(--navy); font-size: 17px; }
.job-tags { display: flex; gap: 7px; margin: 22px 0; }
.job-tags span { padding: 5px 8px; border-radius: 5px; color: var(--blue); background: #eaf5ff; font-size: 9px; font-weight: 800; }
.job-lines i { display: block; width: 90%; height: 7px; margin: 10px 0; border-radius: 5px; background: #e7edf4; }
.job-lines i:nth-child(2) { width: 76%; }
.job-lines i:nth-child(3) { width: 83%; }
.job-card button { width: 100%; margin-top: 25px; padding: 12px; border: 0; border-radius: 7px; background: var(--red); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .09em; }
.channel-card, .reach-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(211,224,237,.8); border-radius: 13px; background: rgba(255,255,255,.95); box-shadow: 0 16px 42px rgba(10,44,84,.14); backdrop-filter: blur(8px); }
.channel-card--ig { top: 105px; left: 0; }
.channel-card--fb { top: 215px; right: -12px; }
.channel-card > b { display: grid; place-items: center; width: 20px; height: 20px; margin-left: 10px; border-radius: 50%; background: #dbf7e5; color: var(--green); font-size: 11px; }
.channel-card small, .channel-card strong, .reach-card small, .reach-card strong { display: block; line-height: 1.35; }
.channel-card small { color: var(--muted); font-size: 9px; }
.channel-card strong { font-size: 11px; }
.channel-icon { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 10px; color: #fff; font-size: 21px; font-weight: 800; }
.channel-icon--ig { background: linear-gradient(135deg, #8034a5, #ff334f, #ffb33b); }
.channel-icon--fb { background: #1877f2; }
.reach-card { left: 20px; bottom: 60px; }
.reach-card > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: #e8f4ff; color: var(--blue); font-weight: 900; }
.reach-card strong { font-size: 11px; }
.reach-card small { color: var(--muted); font-size: 9px; }

/* Trust & services */
.trust-strip { position: relative; z-index: 3; border-block: 1px solid #e9eef5; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 100px; border-right: 1px solid #e9eef5; }
.trust-grid > div:last-child { border: 0; }
.trust-grid > div > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 8px; background: #edf6ff; color: var(--blue); font-weight: 800; }
.trust-grid p, .trust-grid strong { display: block; margin: 0; }
.trust-grid p { color: #8692a3; font-size: 10px; }
.trust-grid strong { color: var(--navy); font-size: 13px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { position: relative; padding: 34px; border: 2px solid transparent; border-radius: var(--radius); outline: 1px solid var(--line); background: #fff; box-shadow: 0 10px 30px rgba(20,53,90,.04); cursor: pointer; transition: transform .25s, box-shadow .25s, border-color .25s, outline-color .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.is-selected { border-color: var(--blue); outline-color: transparent; box-shadow: 0 20px 48px rgba(8,102,198,.14); transform: translateY(-4px); }
.service-card:focus-visible { outline: 3px solid rgba(8,102,198,.22); outline-offset: 4px; }
.popular { position: absolute; top: -13px; right: 20px; padding: 5px 11px; border-radius: 20px; background: var(--red); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .09em; }
.service-icon { display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 22px; border-radius: 14px; color: #fff; font-size: 28px; font-weight: 800; }
.service-icon--ig { background: linear-gradient(135deg, #7934b6, #ef3657, #ff963f); }
.service-icon--fb { background: #1877f2; }
.service-icon--page { background: var(--navy); }
.service-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 22px; }
.service-card p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.service-card ul { margin: 0 0 25px; padding: 0; list-style: none; }
.service-card li { position: relative; margin: 8px 0; padding-left: 23px; color: #41516a; font-size: 13px; font-weight: 600; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.service-card > a { color: var(--blue); font-size: 13px; font-weight: 800; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.steps article { position: relative; min-height: 250px; padding: 30px; overflow: hidden; border: 1px solid #e3ebf4; border-radius: 18px; background: #fff; }
.steps article::after { content: ""; position: absolute; left: calc(100% - 4px); top: 72px; width: 26px; border-top: 2px dashed #afc6df; }
.steps article:last-child::after { display: none; }
.steps article > b { position: absolute; right: 20px; top: 10px; color: #edf3f8; font-size: 48px; line-height: 1; }
.step-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 40px; border-radius: 13px; background: #eaf5ff; color: var(--blue); font-size: 21px; font-weight: 800; }
.steps h3 { margin: 0 0 8px; color: var(--navy); font-size: 18px; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; }

/* Locations */
.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.location-card { position: relative; min-height: 280px; overflow: hidden; border-radius: 18px; background: var(--navy); box-shadow: 0 10px 24px rgba(7,26,58,.11); }
.location-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.location-card:hover img { transform: scale(1.07); }
.location-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,15,34,.93), rgba(4,15,34,.02) 65%); }
.location-copy { position: absolute; inset: auto 22px 20px; color: #fff; }
.location-copy small, .location-copy strong, .location-copy em { display: block; }
.location-copy small { color: #badcfb; font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.location-copy strong { font-size: 22px; line-height: 1.3; }
.location-copy em { margin-top: 8px; color: #fff; opacity: 0; transform: translateY(6px); font-size: 11px; font-style: normal; font-weight: 700; transition: .25s; }
.location-card:hover .location-copy em { opacity: .85; transform: none; }
.location-grid--archive { grid-template-columns: repeat(4, 1fr); }
.location-grid--archive .location-card[hidden] { display: none; }
.empty-state { padding: 50px; text-align: center; color: var(--muted); background: var(--cloud); border-radius: 18px; }

/* Calculator */
.calculator-wrap { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.calculator-copy h2 { margin: 0; font-size: clamp(38px, 4.6vw, 56px); line-height: 1.12; letter-spacing: -.045em; }
.calculator-copy h2 span { color: #5aafff; }
.calculator-copy > p { max-width: 520px; color: #acbdd2; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { margin: 10px 0; padding-left: 29px; position: relative; color: #d5e0ec; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: rgba(54,194,112,.14); color: #54d78a; font-size: 10px; }
.price-calculator { padding: 32px; border: 1px solid rgba(255,255,255,.09); border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 35px 90px rgba(0,0,0,.25); }
.calculator-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.calculator-top small, .calculator-top strong { display: block; }
.calculator-top small { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.calculator-top strong { color: var(--navy); font-size: 20px; }
.calculator-top > span { padding: 5px 10px; border-radius: 20px; background: #edf6ff; color: var(--blue); font-size: 9px; font-weight: 800; }
.price-calculator > label:first-of-type { display: block; margin: 20px 0; color: var(--navy); font-size: 12px; font-weight: 800; }
.price-calculator select { width: 100%; height: 48px; margin-top: 7px; padding: 0 13px; border: 1px solid #dce5ef; border-radius: 8px; color: #37475d; background: #fff; font-size: 13px; }
.city-search-label { position: relative; }
.city-search-control { position: relative; display: block; margin-top: 8px; }
.city-search-control svg { position: absolute; z-index: 1; left: 15px; top: 50%; width: 20px; height: 20px; fill: var(--blue); transform: translateY(-50%); pointer-events: none; }
.city-search-control input { width: 100%; height: 52px; padding: 0 44px; border: 1px solid #d6e1ed; border-radius: 9px; outline: none; color: var(--navy); background: #fff; font-size: 13px; font-weight: 700; transition: .2s ease; }
.city-search-control input::placeholder { color: #92a0b2; font-weight: 500; }
.city-search-control input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,102,198,.1); }
.city-search-control input.is-invalid { border-color: var(--red); box-shadow: 0 0 0 3px rgba(237,43,36,.08); }
.city-search-control input::-webkit-search-cancel-button { cursor: pointer; }
.city-search-results { position: absolute; z-index: 20; left: 0; right: 0; top: 82px; overflow: hidden; border: 1px solid #d6e1ed; border-radius: 10px; background: #fff; box-shadow: 0 18px 45px rgba(7,26,58,.18); }
.city-search-results[hidden] { display: none; }
.city-search-results button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 47px; padding: 9px 14px; border: 0; border-bottom: 1px solid #edf1f6; color: var(--navy); background: #fff; text-align: left; cursor: pointer; }
.city-search-results button:last-child { border-bottom: 0; }
.city-search-results button:hover, .city-search-results button:focus { outline: none; background: #edf6ff; }
.city-search-results button strong { font-size: 12px; }
.city-search-results button small { color: #8190a4; font-size: 9px; }
.city-search-results .no-city-result { display: block; padding: 14px; color: #8190a4; font-size: 10px; font-weight: 500; }
.city-search-help { display: block; margin-top: 6px; color: #8492a5; font-size: 9px; font-weight: 500; }
.price-calculator fieldset { margin: 0; padding: 0; border: 0; }
.price-calculator legend { margin-bottom: 8px; color: var(--navy); font-size: 12px; font-weight: 800; }
.package-fieldset { margin-top: 4px !important; }
.package-list { display: grid; gap: 9px; }
.package-option { position: relative; display: grid; grid-template-columns: 18px 1fr auto; align-items: start; gap: 11px; padding: 14px; border: 1px solid #dfe7f0; border-radius: 11px; background: #fff; cursor: pointer; transition: .2s ease; }
.package-option:has(input:checked) { border-color: var(--blue); background: #f2f8ff; box-shadow: inset 0 0 0 1px var(--blue); }
.package-option > input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--blue); }
.package-option__main > b { display: inline-block; color: var(--navy); font-size: 12px; }
.package-option__main > small { display: inline-block; margin-left: 8px; padding: 3px 7px; border-radius: 20px; color: #b8201b; background: #ffebe9; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.package-option__main ul { display: flex; flex-wrap: wrap; gap: 3px 12px; margin: 6px 0 0; padding: 0; list-style: none; }
.package-option__main li { position: relative; padding-left: 12px; color: #6c7c91; font-size: 9px; }
.package-option__main li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.package-option > strong { padding-top: 1px; color: var(--blue); font-size: 14px; white-space: nowrap; }
.option-row { display: flex; align-items: center; justify-content: space-between; min-height: 47px; margin: 7px 0; padding: 7px 12px; border: 1px solid #e0e7ef; border-radius: 9px; cursor: pointer; transition: .2s; }
.option-row:has(input:checked) { border-color: var(--blue); background: #f3f9ff; }
.option-row > span { display: flex; align-items: center; gap: 9px; }
.option-row input { width: 16px; height: 16px; accent-color: var(--blue); }
.option-row i { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 6px; background: #edf5ff; color: var(--blue); font-style: normal; font-weight: 800; }
.option-row b { font-size: 11px; }
.option-row em { color: var(--blue); font-size: 10px; font-style: normal; font-weight: 700; }
.option-row--addon { margin-top: 14px; border-style: dashed; }
.price-total { display: flex; align-items: center; justify-content: space-between; margin: 20px 0; padding-top: 20px; border-top: 1px solid var(--line); }
.price-total span, .price-total small { display: block; }
.price-total span { color: var(--navy); font-size: 12px; font-weight: 800; }
.price-total small { color: #8a98aa; font-size: 9px; font-weight: 500; }
.price-total strong { color: var(--blue); font-size: 25px; }

/* FAQ & CTA */
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.faq-layout .section-heading { position: sticky; top: 120px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 22px; color: var(--blue); transition: .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -8px 0 24px; padding-right: 50px; color: var(--muted); font-size: 14px; }
.final-cta { padding: 60px 0; background: linear-gradient(120deg, #0767c7, #04509e); color: #fff; }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta span { color: #b8dafb; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.final-cta h2 { margin: 4px 0; font-size: clamp(30px, 4vw, 43px); letter-spacing: -.035em; }
.final-cta p { margin: 0; color: #d3e6fa; font-size: 14px; }

/* Inner pages */
.page-hero { padding: 105px 0 85px; color: #fff; background: radial-gradient(circle at 80% 10%, #1a5797 0, transparent 32%), linear-gradient(135deg, #06162f, #092c5a); }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(42px, 5vw, 64px); line-height: 1.1; letter-spacing: -.045em; }
.page-hero p { max-width: 680px; margin: 18px 0 0; color: #bfd0e3; font-size: 17px; }
.page-hero--simple { padding: 90px 0 70px; }
.location-tools { margin-top: 38px; }
.location-tools input { width: min(100%, 520px); height: 54px; padding: 0 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; outline: none; background: rgba(255,255,255,.1); color: #fff; }
.location-tools input::placeholder { color: #b7c9dc; }
.location-tools input:focus { border-color: #64b2fa; }
.filter-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.filter-pills button { padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; color: #cee0f2; background: transparent; font-size: 11px; cursor: pointer; }
.filter-pills button.active { border-color: #fff; background: #fff; color: var(--navy); }
.location-hero { position: relative; min-height: 570px; display: flex; align-items: center; color: #fff; background-image: linear-gradient(90deg, rgba(3,15,35,.94), rgba(3,15,35,.68) 53%, rgba(3,15,35,.25)), var(--location-image); background-position: center; background-size: cover; }
.location-hero__copy { max-width: 720px; padding: 70px 0 90px; }
.location-hero h1 { margin: 0; font-size: clamp(44px, 5.5vw, 68px); line-height: 1.08; letter-spacing: -.05em; }
.location-hero p { max-width: 650px; margin: 22px 0 30px; color: #dbe5f0; font-size: 17px; }
.breadcrumbs { padding-top: 25px; color: #becbdd; font-size: 11px; }
.breadcrumbs span { margin: 0 8px; }
.location-content { display: grid; grid-template-columns: 1fr 360px; gap: 70px; align-items: start; }
.location-content article > h2 { margin: 0; color: var(--navy); font-size: 40px; letter-spacing: -.035em; }
.entry-content { color: #4c5c71; }
.entry-content h2, .entry-content h3 { color: var(--navy); }
.entry-content a { color: var(--blue); text-decoration: underline; }
.entry-content--page { max-width: 820px; }
.entry-content--page > *:first-child { margin-top: 0; }
.article-cover { margin-bottom: 35px; overflow: hidden; border-radius: 20px; }
.city-pricing { margin-top: 48px; }
.city-pricing > h2 { margin: 0 0 22px; color: var(--navy); font-size: 30px; letter-spacing: -.03em; }
.city-package-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 15px; }
.city-package-card { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 30px rgba(20,53,90,.06); }
.city-package-card > small { display: inline-block; margin-bottom: 8px; padding: 4px 8px; border-radius: 20px; color: #b8201b; background: #ffebe9; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.city-package-card h3 { margin: 0; color: var(--navy); font-size: 17px; }
.city-package-card > strong { display: block; margin: 5px 0 14px; color: var(--blue); font-size: 25px; }
.city-package-card ul { min-height: 100px; margin: 0 0 18px; padding: 0; list-style: none; }
.city-package-card li { position: relative; margin: 6px 0; padding-left: 18px; color: var(--muted); font-size: 10px; }
.city-package-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.city-package-card .button { min-height: 43px; padding: 9px 12px; font-size: 11px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 40px; }
.benefit-grid > div { padding: 20px; border: 1px solid var(--line); border-radius: 13px; }
.benefit-grid span { color: var(--blue); font-size: 22px; }
.benefit-grid h3 { margin: 10px 0 4px; font-size: 14px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.order-aside { position: sticky; top: 110px; padding: 30px; border-radius: 18px; background: var(--cloud); box-shadow: inset 0 0 0 1px #e3ebf4; }
.order-aside > small { color: var(--blue); font-weight: 800; letter-spacing: .1em; }
.order-aside h2 { margin: 6px 0 10px; color: var(--navy); font-size: 25px; line-height: 1.3; }
.order-aside p { color: var(--muted); font-size: 13px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.post-card img { display: block; width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.post-card > div { padding: 24px; }
.post-card small { color: var(--blue); }
.post-card h2 { margin: 7px 0; color: var(--navy); font-size: 20px; line-height: 1.35; }
.post-card p { color: var(--muted); font-size: 13px; }
.post-card > div > a { color: var(--blue); font-size: 12px; font-weight: 800; }
.not-found { min-height: 75vh; display: grid; place-items: center; padding: 100px 0; text-align: center; background: var(--cloud); }
.not-found strong { color: #dce8f3; font-size: 130px; line-height: 1; }
.not-found h1 { margin: 0; color: var(--navy); font-size: 42px; }
.not-found p { color: var(--muted); }

/* Footer */
.site-footer { padding: 70px 0 25px; color: #b9c5d5; background: #05142c; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 70px; }
.footer-brand img { height: 58px; width: auto; filter: drop-shadow(0 5px 12px rgba(0,0,0,.25)); }
.footer-brand p { max-width: 320px; color: #91a0b3; font-size: 13px; }
.site-footer h2 { margin: 0 0 18px; color: #fff; font-size: 14px; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 9px 0; }
.site-footer li a { color: #9aaabd; font-size: 12px; }
.site-footer li a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #6e8198; font-size: 10px; }
.footer-bottom p { margin: 0; }
.floating-wa { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: #22c763; box-shadow: 0 13px 35px rgba(26,158,77,.36); }
.floating-wa svg { width: 29px; height: 29px; fill: #fff; }

@media (max-width: 1050px) {
	.brand { min-width: 205px; }
	.brand img, .custom-logo { height: 68px; }
	.main-nav ul { gap: 16px; }
	.hero-grid { gap: 20px; }
	.hero-visual { transform: scale(.88); transform-origin: center; }
	.location-grid, .location-grid--archive { grid-template-columns: repeat(3, 1fr); }
	.calculator-wrap { gap: 45px; }
}

@media (max-width: 860px) {
	.site-header { height: 78px; }
	.brand { min-width: 190px; }
	.brand img, .custom-logo { height: 58px; transform: scale(1.06); }
	.brand:hover img, .brand:hover .custom-logo { transform: scale(1.08); }
	.menu-toggle { display: block; order: 3; }
	.header-cta { margin-left: auto; }
	.main-nav { position: fixed; inset: 78px 0 auto; padding: 20px; background: #fff; box-shadow: 0 20px 40px rgba(7,26,58,.13); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }
	.main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
	.main-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
	.main-nav li a { display: block; padding: 12px; border-bottom: 1px solid var(--line); }
	.hero { min-height: auto; }
	.hero-grid { grid-template-columns: 1fr; padding-top: 85px; }
	.hero-copy { text-align: center; }
	.hero-copy .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
	.hero-lead { margin-inline: auto; }
	.hero-visual { width: 520px; max-width: 100%; margin: -20px auto 0; }
	.trust-grid { grid-template-columns: repeat(2, 1fr); }
	.trust-grid > div:nth-child(2) { border-right: 0; }
	.service-grid { grid-template-columns: 1fr; max-width: 620px; margin: auto; }
	.steps { grid-template-columns: repeat(2, 1fr); }
	.location-grid, .location-grid--archive { grid-template-columns: repeat(2, 1fr); }
	.calculator-wrap, .faq-layout, .location-content { grid-template-columns: 1fr; }
	.calculator-copy { text-align: center; }
	.calculator-copy .eyebrow { justify-content: center; }
	.check-list { display: inline-block; text-align: left; }
	.faq-layout { gap: 20px; }
	.faq-layout .section-heading, .order-aside { position: static; }
	.footer-grid { grid-template-columns: 2fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 600px) {
	.container { width: min(calc(100% - 28px), var(--container)); }
	.section { padding: 72px 0; }
	.header-cta { display: none; }
	.brand { min-width: 0; }
	.brand::before { left: 20px; width: 110px; height: 38px; }
	.brand img, .custom-logo { height: 53px; }
	.hero-grid { gap: 34px; padding-top: 48px; padding-bottom: 24px; }
	.hero-copy h1 { max-width: 520px; margin-inline: auto; font-size: clamp(36px, 10.5vw, 43px); line-height: 1.08; }
	.hero-copy h1 span { white-space: normal; }
	.hero-lead { margin-top: 22px; margin-bottom: 24px; font-size: 15px; line-height: 1.65; }
	.hero-actions { flex-direction: column; gap: 15px; }
	.hero-actions .button { width: 100%; }
	.hero-trust { margin-top: 30px; text-align: left; }
	.hero-visual { width: 100%; height: 430px; margin: 0 auto -10px; transform: none; }
	.visual-glow { inset: 15px 0 0; }
	.job-card { top: 18px; left: 50%; width: min(300px, calc(100% - 28px)); min-height: 382px; border-width: 6px; border-radius: 21px; transform: translateX(-50%) rotate(1.5deg); }
	.job-card__head { gap: 10px; padding: 20px; }
	.company-mark { width: 42px; height: 42px; }
	.job-card__head strong { font-size: 19px; }
	.job-card__body { padding: 22px 20px; }
	.job-card button { margin-top: 20px; }
	.channel-card, .reach-card { padding: 10px 11px; }
	.channel-card { max-width: 158px; }
	.channel-card > b { width: 17px; height: 17px; margin-left: 0; flex: 0 0 auto; }
	.channel-icon { width: 33px; height: 33px; flex: 0 0 auto; }
	.channel-card--ig { top: 92px; left: 0; }
	.channel-card--fb { top: 225px; right: 0; }
	.reach-card { left: 4px; bottom: 10px; }
	.trust-grid { margin-inline: 0; width: 100%; }
	.trust-grid > div { min-height: 85px; justify-content: flex-start; padding-left: 16px; }
	.trust-grid p { font-size: 9px; }
	.trust-grid strong { font-size: 11px; }
	.section-heading h2 { font-size: 35px; }
	.section-heading--split { align-items: flex-start; flex-direction: column; gap: 20px; }
	.steps { grid-template-columns: 1fr; }
	.steps article { min-height: 210px; }
	.step-icon { margin-bottom: 25px; }
	.location-grid, .location-grid--archive { grid-template-columns: 1fr; }
	.location-card { min-height: 250px; }
	.price-calculator { padding: 22px 16px; }
	.option-row { padding: 7px 9px; }
	.option-row em { font-size: 9px; }
	.price-total strong { font-size: 21px; }
	.final-cta__inner { align-items: flex-start; flex-direction: column; gap: 25px; }
	.final-cta .button { width: 100%; }
	.page-hero { padding: 75px 0 60px; }
	.page-hero h1, .location-hero h1 { font-size: 41px; }
	.location-hero { min-height: 590px; }
	.benefit-grid { grid-template-columns: 1fr; }
	.post-grid { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 380px) {
	.hero-grid { padding-top: 38px; }
	.hero-copy .eyebrow { font-size: 10px; letter-spacing: .075em; }
	.hero-copy h1 { font-size: 35px; }
	.hero-lead { font-size: 14px; }
	.hero-trust p { font-size: 11px; }
	.hero-visual { height: 405px; margin-bottom: 0; }
	.job-card { width: calc(100% - 18px); min-height: 360px; }
	.job-card__head { padding: 17px; }
	.job-card__body { padding: 18px; }
	.job-tags { margin: 17px 0; }
	.job-lines i { margin: 8px 0; }
	.job-card button { margin-top: 16px; }
	.channel-card { max-width: 145px; padding: 8px; }
	.channel-card--ig { top: 85px; }
	.channel-card--fb { top: 214px; }
	.channel-card > b { display: none; }
	.reach-card { bottom: 4px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
