:root {
    --blue-950: #062f67;
    --blue-900: #073d80;
    --blue-800: #074c9d;
    --blue-700: #0759bd;
    --blue-600: #0a67d3;
    --blue-100: #e9f3ff;
    --blue-50: #f4f9ff;
    --ink: #0d1b2e;
    --muted: #596575;
    --line: #dfe6ee;
    --soft: #f4f7fb;
    --white: #fff;
    --gold: #ffbd16;
    --danger: #b42318;
    --success: #067647;
    --shadow: 0 24px 70px rgba(7, 61, 128, .14);
    --radius: 14px;
    --container: 1420px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg.icon {
    width: 1.35em;
    height: 1.35em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}
.container { width: min(calc(100% - 72px), var(--container)); margin: 0 auto; }
.section { padding: 92px 0; }
.section--soft { background: var(--blue-50); }
.small-label {
    display: inline-block;
    color: var(--blue-700);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.small-label--light { color: #b8d7ff; }

.topbar { height: 40px; background: linear-gradient(90deg, var(--blue-900), var(--blue-950)); color: #fff; font-size: 12px; }
.topbar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar__left, .topbar__right { display: flex; align-items: center; gap: 32px; }
.topbar__left span, .topbar__left a { display: flex; align-items: center; gap: 8px; opacity: .95; }
.topbar .icon { width: 15px; height: 15px; }
.topbar__right { gap: 18px; font-weight: 800; }
.topbar__divider { width: 1px; height: 16px; background: rgba(255,255,255,.35); }

.site-header { height: 84px; background: #fff; border-bottom: 1px solid #e5e9ef; position: relative; z-index: 60; }
.site-header.is-sticky { position: fixed; top: 0; left: 0; right: 0; box-shadow: 0 8px 30px rgba(8, 42, 83, .1); animation: headerIn .25s ease; }
@keyframes headerIn { from { transform: translateY(-100%); } }
.site-header__inner { height: 100%; display: flex; align-items: center; }
.brand { width: 260px; margin-right: 58px; }
.brand img { width: 218px; height: 67px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: stretch; height: 100%; gap: 29px; margin-right: auto; }
.desktop-nav > a, .nav-dropdown > button {
    position: relative; display: flex; align-items: center; gap: 4px; border: 0; background: none;
    color: #111a27; font-size: 12px; font-weight: 700; text-transform: uppercase; white-space: nowrap; padding: 0;
}
.desktop-nav > a::after, .nav-dropdown > button::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--blue-700); transform: scaleX(0); transition: .2s; }
.desktop-nav > a:hover::after, .desktop-nav > a.active::after, .nav-dropdown:hover > button::after { transform: scaleX(1); }
.nav-dropdown { position: relative; display: flex; align-items: stretch; }
.nav-dropdown > button .icon { width: 12px; height: 12px; }
.nav-dropdown__menu {
    position: absolute; top: calc(100% - 1px); left: -20px; min-width: 230px; padding: 12px; background: #fff; border: 1px solid var(--line);
    border-radius: 0 0 10px 10px; box-shadow: 0 18px 40px rgba(7, 61, 128, .12); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s;
}
.nav-dropdown:hover .nav-dropdown__menu, .nav-dropdown:focus-within .nav-dropdown__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown__menu a { display: block; padding: 10px 12px; border-radius: 6px; font-size: 13px; font-weight: 650; }
.nav-dropdown__menu a:hover { color: var(--blue-700); background: var(--blue-50); }
.nav-dropdown__menu--columns { columns: 2; min-width: 330px; }
.header-phone { display: flex; align-items: center; gap: 13px; margin-left: 36px; }
.header-phone__icon { width: 48px; height: 48px; border: 2px solid var(--blue-800); color: var(--blue-800); border-radius: 50%; display: grid; place-items: center; }
.header-phone__icon .icon { width: 22px; height: 22px; }
.header-phone strong { display: block; font-size: 20px; line-height: 1.15; letter-spacing: .01em; }
.header-phone small { display: block; color: #616873; font-size: 11px; margin-top: 3px; }
.mobile-menu-button { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; color: var(--blue-900); border-radius: 8px; place-items: center; }
.mobile-nav, .mobile-nav-overlay { display: none; }

.hero-section { min-height: 575px; position: relative; overflow: hidden; background: linear-gradient(90deg,#fff 0%,#fff 37%,#e9f4ff 68%,#d6eaff 100%); }
.hero-section::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.94) 29%, rgba(255,255,255,.24) 53%, rgba(255,255,255,0) 75%); }
.hero-visual { position: absolute; inset: 0 0 0 34%; z-index: 0; overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 50%; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.55) 18%, transparent 40%), linear-gradient(0deg, rgba(255,255,255,.12), transparent 20%); }
.hero-grid { min-height: 575px; display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: center; position: relative; z-index: 2; gap: 50px; }
.hero-copy { padding: 42px 0 33px; max-width: 630px; }
.hero-copy h1 { margin: 0; color: var(--blue-950); text-transform: uppercase; font-size: clamp(42px, 3.55vw, 62px); line-height: .98; letter-spacing: -.035em; font-weight: 850; }
.hero-subtitle { margin: 13px 0 14px; color: var(--blue-700); font-size: 25px; line-height: 1.2; font-weight: 750; }
.hero-description { margin: 0 0 24px; font-size: 16px; line-height: 1.55; }
.hero-benefits { display: grid; grid-template-columns: repeat(4, 1fr); width: 555px; gap: 18px; margin: 0 0 25px; }
.hero-benefits > div { text-align: center; color: var(--blue-900); }
.hero-benefits .icon { width: 36px; height: 36px; margin: 0 auto 7px; stroke-width: 1.6; }
.hero-benefits strong { display: block; font-size: 13px; margin-bottom: 4px; }
.hero-benefits span { display: block; color: #373f49; font-size: 11.5px; line-height: 1.4; }
.hero-actions { display: flex; gap: 12px; align-items: center; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 5px; padding: 0 22px; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .01em; transition: transform .18s, background .18s, border .18s, color .18s, box-shadow .18s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: linear-gradient(90deg, var(--blue-900), var(--blue-700)); color: #fff; box-shadow: 0 8px 24px rgba(7, 73, 150, .18); }
.btn--primary:hover { box-shadow: 0 11px 30px rgba(7, 73, 150, .28); }
.btn--outline { border-color: var(--blue-700); color: var(--blue-800); background: #fff; }
.btn--white { color: var(--blue-900); background: #fff; }
.btn--full { width: 100%; }
.hero-actions .btn:first-child { min-width: 306px; }
.hero-actions .btn:last-child { min-width: 250px; }
.hero-proof { display: flex; align-items: center; gap: 9px; margin-top: 22px; font-size: 11.5px; }
.proof-avatars { display: flex; margin-right: 8px; }
.proof-avatars span { width: 29px; height: 29px; border: 2px solid #fff; border-radius: 50%; background: linear-gradient(135deg,#0e4f99,#bed6ee); color: #fff; font-size: 8px; display: grid; place-items: center; margin-left: -6px; }
.proof-avatars span:first-child { margin-left: 0; }
.hero-proof strong { font-size: 13px; }
.stars { color: var(--gold); font-size: 18px; letter-spacing: 1px; line-height: 1; white-space: nowrap; }
.hero-form-wrap { justify-self: end; width: 350px; }

.estimate-form { background: #fff; border: 1px solid rgba(9,70,140,.16); border-radius: 15px; box-shadow: var(--shadow); overflow: hidden; }
.estimate-form__head { height: 74px; background: linear-gradient(120deg,var(--blue-900),var(--blue-700)); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.estimate-form__head strong { text-transform: uppercase; font-size: 16px; line-height: 1.15; }
.estimate-form__head span { font-size: 12.5px; margin-top: 4px; opacity: .92; }
.estimate-form__progress { height: 60px; display: flex; align-items: center; padding: 0 38px; }
.estimate-form__progress span { width: 28px; height: 28px; border-radius: 50%; background: #e5e8ec; color: #757c84; display: grid; place-items: center; font-size: 12px; font-weight: 700; transition: .2s; }
.estimate-form__progress span.active, .estimate-form__progress span.complete { background: var(--blue-700); color: #fff; }
.estimate-form__progress i { flex: 1; height: 1px; background: #d9dde2; }
.estimate-step { display: none; padding: 0 20px 10px; }
.estimate-step.active { display: block; animation: stepIn .2s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateX(8px); } }
.estimate-form label, .estimate-form legend { color: #171d26; font-size: 12px; font-weight: 700; }
.estimate-form label { display: block; margin-bottom: 12px; }
.estimate-form input:not([type="checkbox"]):not([type="radio"]), .estimate-form select, .estimate-form textarea,
.admin-login input, .admin-filters input, .admin-filters select, .admin-update input, .admin-update select, .admin-update textarea {
    width: 100%; border: 1px solid #d2d8e0; border-radius: 5px; background: #fff; color: #182130; outline: none; transition: border .15s, box-shadow .15s;
}
.estimate-form input:not([type="checkbox"]):not([type="radio"]), .estimate-form select { height: 40px; padding: 0 11px; margin-top: 7px; font-size: 12px; }
.estimate-form textarea { padding: 10px 11px; margin-top: 7px; font-size: 12px; resize: vertical; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus, .admin-login input:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(10,103,211,.11); }
.estimate-form fieldset { border: 0; padding: 0; margin: 4px 0 12px; }
.estimate-form legend { margin-bottom: 8px; }
.form-next, .form-submit { height: 44px; width: 100%; border: 0; border-radius: 5px; background: linear-gradient(90deg,var(--blue-900),var(--blue-700)); color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; gap: 10px; }
.form-next .icon, .form-submit .icon { width: 16px; height: 16px; margin-left: auto; }
.form-back { height: 44px; min-width: 90px; border: 1px solid #cbd3dc; background: #fff; color: #495564; border-radius: 5px; font-size: 12px; font-weight: 700; }
.form-actions { display: flex; gap: 9px; }
.form-actions .form-next, .form-actions .form-submit { flex: 1; }
.form-grid { display: grid; gap: 10px; }
.form-grid--2 { grid-template-columns: 1fr 1fr; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.switch-row { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.estimate-form .check-option { margin: 0; }
.check-option input, .delivery-choice input { position: absolute; opacity: 0; pointer-events: none; }
.check-option span { min-height: 34px; display: flex; align-items: center; padding: 7px 9px; border: 1px solid #d9e0e8; border-radius: 5px; font-size: 10.5px; font-weight: 600; cursor: pointer; }
.check-option input:checked + span { color: var(--blue-800); border-color: var(--blue-600); background: var(--blue-50); box-shadow: inset 0 0 0 1px var(--blue-600); }
.file-upload { border: 1px dashed #9bb5d1; background: var(--blue-50); border-radius: 7px; padding: 10px; display: flex !important; align-items: center; gap: 10px; cursor: pointer; }
.file-upload .icon { color: var(--blue-700); width: 28px; height: 28px; }
.file-upload span { display: flex; flex-direction: column; }
.file-upload small { color: var(--muted); font-size: 9px; font-weight: 500; }
.file-upload input { display: none; }
[data-email-photo-upload][hidden], .delivery-help[hidden] { display: none !important; }
.delivery-help { margin: 0 0 12px; padding: 10px 11px; display: flex; align-items: flex-start; gap: 8px; border-radius: 7px; background: #eef7ff; color: #45617f; font-size: 10.5px; line-height: 1.45; }
.delivery-help .icon { width: 18px; height: 18px; flex: 0 0 auto; color: var(--blue-700); }
.delivery-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 10px; }
.delivery-choice label { margin: 0; }
.delivery-choice span { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 7px; border: 1px solid #d7dee7; border-radius: 5px; cursor: pointer; font-size: 10px; }
.delivery-choice input:checked + span { background: var(--blue-800); color: #fff; border-color: var(--blue-800); }
.delivery-choice .icon { width: 17px; height: 17px; }
.privacy-check { display: flex !important; align-items: flex-start; gap: 7px; color: #69717d !important; font-size: 9.5px !important; font-weight: 500 !important; }
.privacy-check input { margin-top: 3px; }
.honeypot { position: absolute; left: -10000px; }
.estimate-form__secure { height: 38px; margin: 0; display: flex; align-items: center; justify-content: center; gap: 6px; color: #7a828d; font-size: 9.5px; }
.estimate-form__secure .icon { width: 12px; height: 12px; }
.form-alert { margin: 0 20px 12px; padding: 9px 11px; border: 1px solid #f0b7b2; background: #fff1f0; color: var(--danger); border-radius: 5px; font-size: 11px; }

.stats-strip { min-height: 92px; background: rgba(247,250,253,.96); border-top: 1px solid rgba(223,230,238,.7); border-bottom: 1px solid rgba(223,230,238,.7); }
.stats-grid { min-height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.stats-grid > div { display: flex; align-items: center; justify-content: center; gap: 18px; color: var(--blue-900); }
.stats-grid .icon { width: 43px; height: 43px; stroke-width: 1.55; }
.stats-grid span { display: flex; flex-direction: column; color: #4d5663; font-size: 11px; }
.stats-grid strong { color: var(--blue-950); font-size: 28px; line-height: 1.2; }

.services-section { padding-top: 26px; }
.section-heading { text-align: center; margin-bottom: 27px; }
.section-heading h2 { margin: 0; color: #151922; font-size: 20px; text-transform: uppercase; letter-spacing: .025em; }
.section-heading span { width: 30px; height: 3px; background: var(--blue-700); display: block; margin: 10px auto 0; }
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.service-card { min-height: 152px; border: 1px solid #dce2e9; border-radius: 13px; padding: 21px 17px 15px; display: grid; grid-template-columns: 50px 1fr; gap: 12px; background: #fff; transition: transform .18s, box-shadow .18s, border .18s; }
.service-card:hover { transform: translateY(-5px); border-color: #a8c8eb; box-shadow: 0 18px 38px rgba(7,61,128,.1); }
.service-card > .icon { width: 45px; height: 45px; color: var(--blue-700); stroke-width: 1.5; }
.service-card h3 { margin: 0 0 6px; font-size: 13px; }
.service-card p { margin: 0 0 16px; color: #4b5664; font-size: 10.5px; line-height: 1.55; min-height: 49px; }
.service-card a { display: inline-flex; align-items: center; gap: 6px; color: var(--blue-700); font-size: 10.5px; font-weight: 750; }
.service-card a .icon { width: 13px; height: 13px; }

.location-section { background: var(--blue-50); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.location-copy h2, .premium-header h2, .final-cta h2, .process-section h2, .testimonial-section h2 { margin: 0; color: var(--blue-950); font-size: clamp(30px, 3vw, 45px); line-height: 1.08; letter-spacing: -.025em; }
.location-copy p { color: #536172; font-size: 17px; max-width: 690px; }
.location-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.location-links a { padding: 10px 15px; background: #fff; color: var(--blue-800); border: 1px solid #d1e1f2; border-radius: 6px; font-size: 13px; font-weight: 750; }
.location-links a:hover { color: #fff; background: var(--blue-800); }
.coverage-map { height: 420px; position: relative; border-radius: 20px; background: radial-gradient(circle at 20% 20%,#fff,transparent 42%), linear-gradient(135deg,#d7ebff,#f8fbff); border: 1px solid #cfe0f2; overflow: hidden; }
.map-shape { position: absolute; width: 72%; height: 74%; top: 13%; left: 14%; background: linear-gradient(145deg,#83b8e8,#226cb2); opacity: .2; clip-path: polygon(41% 0,61% 9%,63% 22%,80% 28%,100% 45%,83% 54%,80% 69%,60% 74%,46% 100%,30% 80%,15% 77%,0 55%,19% 43%,17% 21%); }
.map-pin { position: absolute; padding: 8px 11px 8px 28px; background: #fff; border: 1px solid #aac9e8; box-shadow: 0 8px 18px rgba(7,61,128,.12); border-radius: 20px; color: var(--blue-900); font-size: 12px; font-weight: 800; }
.map-pin::before { content: ""; position: absolute; left: 10px; top: 50%; width: 9px; height: 9px; transform: translateY(-50%); background: var(--blue-700); border-radius: 50%; box-shadow: 0 0 0 4px #d9eaff; }
.map-pin--pg { left: 48%; top: 53%; }
.map-pin--tivat { left: 19%; top: 43%; }
.map-pin--kotor { left: 25%; top: 30%; }
.map-pin--hn { left: 5%; top: 23%; }
.map-pin--budva { left: 38%; top: 66%; }

.premium-section { background: linear-gradient(125deg,var(--blue-950),#0b5eb2); color: #fff; }
.premium-header { display: grid; grid-template-columns: 1.4fr .8fr; gap: 70px; align-items: end; }
.premium-header h2 { color: #fff; }
.premium-header p { margin: 0; color: #d3e4f8; font-size: 16px; }
.premium-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 45px; }
.premium-grid a { min-height: 170px; position: relative; border: 1px solid rgba(255,255,255,.23); border-radius: 12px; padding: 26px; background: rgba(255,255,255,.06); display: flex; flex-direction: column; transition: .2s; }
.premium-grid a:hover { transform: translateY(-5px); background: rgba(255,255,255,.12); }
.premium-grid strong { font-size: 20px; }
.premium-grid span { color: #cbdff4; font-size: 13px; margin-top: 7px; }
.premium-grid .icon { position: absolute; right: 22px; bottom: 22px; width: 23px; height: 23px; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.process-grid article { position: relative; padding: 28px; border-top: 3px solid var(--blue-700); background: #fff; box-shadow: 0 14px 40px rgba(7,61,128,.08); }
.process-grid article > span { color: #bdd3e9; font-size: 38px; font-weight: 850; line-height: 1; }
.process-grid h3 { margin: 18px 0 8px; color: var(--blue-950); font-size: 18px; }
.process-grid p { margin: 0; color: #5b6878; font-size: 14px; }
.process-grid--three { grid-template-columns: repeat(3,1fr); }

.testimonial-section { background: var(--soft); }
.testimonial-grid { display: grid; grid-template-columns: 220px 1fr auto; gap: 45px; align-items: center; }
.testimonial-score strong { display: block; color: var(--blue-950); font-size: 56px; line-height: 1; }
.testimonial-score span { display: block; color: var(--muted); margin-top: 10px; font-size: 13px; }
.testimonial-section blockquote { margin: 0; color: #334052; font-size: 20px; line-height: 1.5; font-weight: 520; }
.testimonial-section cite { display: block; color: var(--blue-800); font-size: 13px; font-style: normal; font-weight: 800; margin-top: 16px; }
.final-cta { padding: 52px 0; background: linear-gradient(100deg,var(--blue-900),var(--blue-700)); color: #fff; }
.final-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.final-cta h2 { color: #fff; font-size: 34px; }
.final-cta p { margin: 7px 0 0; color: #dcecff; }

.site-footer { background: #051f41; color: #d4deeb; padding-top: 68px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 55px; }
.footer-brand img { width: 230px; height: 78px; object-fit: contain; object-position: left; background: #fff; border-radius: 4px; }
.footer-brand p { max-width: 350px; color: #99acc3; }
.footer-grid h3 { color: #fff; font-size: 15px; margin: 0 0 18px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a, .footer-grid p { font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { min-height: 66px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; color: #8196ad; font-size: 11px; }
.footer-bottom a { color: #b7d7ff; }

.page-hero { padding: 80px 0; background: linear-gradient(110deg,#f7fbff,#dceeff); border-bottom: 1px solid #d8e6f4; }
.page-hero .container > span, .page-hero__grid > div:first-child > span { color: var(--blue-700); text-transform: uppercase; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.page-hero h1 { margin: 12px 0 14px; max-width: 900px; color: var(--blue-950); font-size: clamp(38px,5vw,62px); line-height: 1.04; letter-spacing: -.035em; }
.page-hero p { margin: 0; max-width: 850px; color: #4d5b6b; font-size: 18px; }
.page-hero__grid { display: grid; grid-template-columns: 1fr 360px; gap: 70px; align-items: center; }
.page-hero__actions { display: flex; gap: 10px; margin-top: 30px; }
.page-hero__card { padding: 28px; color: #fff; background: linear-gradient(135deg,var(--blue-950),var(--blue-700)); border-radius: 16px; box-shadow: var(--shadow); }
.page-hero__card .icon { width: 50px; height: 50px; }
.page-hero__card strong { display: block; font-size: 20px; margin: 16px 0 7px; }
.page-hero__card p { color: #d7e7f8; font-size: 14px; }
.standard-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.standard-grid article { padding: 32px; border: 1px solid var(--line); border-radius: 12px; display: flex; gap: 15px; }
.standard-grid .icon { color: var(--blue-700); width: 28px; height: 28px; }
.standard-grid h2 { margin: 0 0 10px; font-size: 21px; color: var(--blue-950); }
.standard-grid p { margin: 0; color: var(--muted); }
.seo-content { display: grid; grid-template-columns: 1fr 360px; gap: 80px; }
.seo-content h2 { color: var(--blue-950); font-size: 30px; margin: 0 0 13px; }
.seo-content p { color: #4f5d6d; font-size: 17px; margin: 0 0 34px; }
.seo-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.seo-checks span { display: flex; align-items: center; gap: 8px; color: #23364d; font-weight: 700; }
.seo-checks .icon { color: var(--blue-700); }
.seo-content aside { align-self: start; padding: 30px; border: 1px solid #d3e2f1; background: var(--blue-50); border-radius: 14px; position: sticky; top: 110px; }
.seo-content aside h3 { margin: 0 0 8px; color: var(--blue-950); font-size: 24px; }
.seo-content aside p { font-size: 14px; margin-bottom: 20px; }
.seo-phone { margin-top: 17px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--blue-800); font-weight: 800; }
.estimate-page { background: var(--soft); }
.estimate-page__grid { display: grid; grid-template-columns: minmax(0,850px) 340px; justify-content: center; gap: 34px; align-items: start; }
.estimate-form--full .estimate-form__head { height: 92px; }
.estimate-form--full .estimate-step { padding: 10px 36px 22px; }
.estimate-form--full .estimate-form__progress { max-width: 560px; margin: auto; }
.estimate-form--full label, .estimate-form--full legend { font-size: 14px; }
.estimate-form--full input:not([type="checkbox"]):not([type="radio"]), .estimate-form--full select { height: 48px; font-size: 14px; }
.estimate-form--full textarea { font-size: 14px; }
.estimate-form--full .check-option span { min-height: 43px; font-size: 13px; }
.estimate-form--full .delivery-choice span { min-height: 48px; font-size: 13px; }
.estimate-form--full .privacy-check { font-size: 12px !important; }
.estimate-help { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 15px 40px rgba(7,61,128,.07); }
.estimate-help h2 { margin-top: 0; color: var(--blue-950); }
.estimate-help ul { padding-left: 20px; color: #536172; }
.estimate-help li { margin-bottom: 10px; }
.estimate-help__contact { display: flex; align-items: center; gap: 12px; margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--blue-800); }
.estimate-help__contact .icon { width: 35px; height: 35px; }
.estimate-help__contact span { display: flex; flex-direction: column; }
.estimate-help__contact small { color: var(--muted); }
.reference-grid, .blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.reference-grid article, .blog-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.reference-grid h2, .blog-grid h2 { margin: 14px 0 10px; color: var(--blue-950); font-size: 21px; }
.reference-grid p, .blog-grid p { color: var(--muted); }
.reference-grid > article > span, .blog-grid > article > span { color: var(--blue-700); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.blog-grid a { display: inline-flex; align-items: center; gap: 6px; color: var(--blue-700); font-weight: 800; font-size: 13px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-cards > * { padding: 25px; border: 1px solid var(--line); border-radius: 12px; display: flex; align-items: center; gap: 14px; }
.contact-cards .icon { width: 35px; height: 35px; color: var(--blue-700); }
.contact-cards span { display: flex; flex-direction: column; }
.contact-cards small { color: var(--muted); }
.contact-panel { padding: 45px; background: linear-gradient(135deg,var(--blue-950),var(--blue-700)); color: #fff; border-radius: 16px; }
.contact-panel h2 { margin-top: 0; font-size: 34px; }
.contact-panel p { color: #d8e8f8; }
.contact-panel .btn { background: #fff; color: var(--blue-900); margin-top: 15px; }

.success-page { min-height: 650px; background: var(--soft); display: grid; align-items: center; }
.success-card { max-width: 750px; margin: auto; padding: 55px; background: #fff; border-radius: 18px; box-shadow: var(--shadow); text-align: center; }
.success-icon { width: 72px; height: 72px; margin: 0 auto 20px; color: #fff; background: var(--success); border-radius: 50%; display: grid; place-items: center; }
.success-icon .icon { width: 38px; height: 38px; }
.success-card > span { color: var(--blue-700); font-weight: 800; }
.success-card h1 { margin: 8px 0 12px; color: var(--blue-950); font-size: 40px; }
.success-card p { color: var(--muted); }
.success-summary { margin: 30px 0; padding: 20px; background: var(--blue-50); display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; text-align: left; }
.success-summary div { display: flex; flex-direction: column; }
.success-summary small { color: var(--muted); }
.estimate-public { background: var(--soft); }
.estimate-public__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.estimate-public__head span { color: var(--blue-700); font-weight: 800; text-transform: uppercase; font-size: 12px; }
.estimate-public__head h1 { margin: 3px 0; color: var(--blue-950); }
.estimate-public__head p { margin: 0; color: var(--muted); }
.estimate-details { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.estimate-details article, .estimate-photos { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.estimate-details h2, .estimate-photos h2 { margin: 0 0 18px; color: var(--blue-950); }
.estimate-details dl { display: grid; grid-template-columns: 160px 1fr; gap: 9px 15px; margin: 0; }
.estimate-details dt { color: var(--muted); }
.estimate-details dd { margin: 0; font-weight: 700; }
.estimate-photos { margin-top: 18px; }
.estimate-photos > div, .admin-photos > div { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.estimate-photos img, .admin-photos img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; }

.admin-login { min-height: 100vh; background: linear-gradient(135deg,var(--blue-950),var(--blue-700)); display: grid; place-items: center; padding: 30px; }
.admin-login__card { width: min(100%,420px); padding: 38px; background: #fff; border-radius: 16px; box-shadow: var(--shadow); }
.admin-login__card img { width: 210px; margin: auto; }
.admin-login__card h1 { text-align: center; color: var(--blue-950); margin: 20px 0 4px; }
.admin-login__card > p { text-align: center; color: var(--muted); margin: 0 0 25px; }
.admin-login__card label { display: block; font-weight: 700; margin: 14px 0; }
.admin-login__card input { height: 46px; margin-top: 6px; padding: 0 12px; }
.admin-login__card > a { display: block; text-align: center; color: var(--blue-700); margin-top: 18px; font-size: 13px; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 250px 1fr; background: #f4f7fb; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; background: #061f42; color: #fff; padding: 24px; display: flex; flex-direction: column; }
.admin-sidebar img { background: #fff; border-radius: 5px; }
.admin-sidebar nav { display: flex; flex-direction: column; gap: 7px; margin-top: 35px; }
.admin-sidebar nav a { padding: 11px 12px; border-radius: 6px; color: #a9bdd3; font-size: 13px; }
.admin-sidebar nav a:hover, .admin-sidebar nav a.active { background: rgba(255,255,255,.1); color: #fff; }
.admin-sidebar form { margin-top: auto; }
.admin-sidebar button { width: 100%; border: 1px solid rgba(255,255,255,.2); background: transparent; color: #fff; padding: 10px; border-radius: 6px; }
.admin-main { padding: 38px; min-width: 0; }
.admin-main__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.admin-main__head span { color: var(--blue-700); text-transform: uppercase; font-size: 11px; font-weight: 850; }
.admin-main__head h1 { margin: 3px 0; color: var(--blue-950); }
.admin-main__head p { color: var(--muted); margin: 0; }
.admin-filters { display: grid; grid-template-columns: 1fr 220px auto; gap: 10px; margin-bottom: 18px; }
.admin-filters input, .admin-filters select, .admin-update input, .admin-update select { height: 44px; padding: 0 12px; }
.admin-table-wrap { overflow-x: auto; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.admin-table th, .admin-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid #e9edf2; }
.admin-table th { color: #667385; background: #f9fbfd; font-size: 11px; text-transform: uppercase; }
.admin-table td small { display: block; color: var(--muted); margin-top: 3px; }
.admin-table td a { color: var(--blue-700); font-weight: 800; }
.status { display: inline-block; padding: 4px 8px; background: #e8eef5; border-radius: 10px; font-size: 10px; font-weight: 800; }
.status--new { background: #ddebff; color: #0759bd; }
.status--completed { background: #dcfae6; color: #067647; }
.status--rejected { background: #fee4e2; color: #b42318; }
.admin-detail-grid { display: grid; grid-template-columns: 1fr 340px; gap: 20px; align-items: start; }
.admin-detail-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.admin-detail-cards article, .admin-update { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.admin-detail-cards h2, .admin-update h2 { margin-top: 0; color: var(--blue-950); font-size: 18px; }
.admin-detail-cards p { color: #4d5a69; }
.admin-photos { grid-column: 1 / -1; }
.admin-update { position: sticky; top: 25px; }
.admin-update label { display: block; margin: 14px 0; font-weight: 700; font-size: 13px; }
.admin-update input, .admin-update select, .admin-update textarea { margin-top: 6px; padding: 10px 12px; }
.success-banner { padding: 12px; margin-bottom: 15px; background: #dcfae6; color: #067647; border-radius: 7px; }

@media (max-width: 1320px) {
    .container { width: min(calc(100% - 48px), 1200px); }
    .brand { width: 220px; margin-right: 30px; }
    .desktop-nav { gap: 18px; }
    .header-phone { margin-left: 22px; }
    .header-phone strong { font-size: 17px; }
    .hero-copy { max-width: 570px; }
    .hero-copy h1 { font-size: 49px; }
    .hero-benefits { width: 520px; }
    .services-grid { grid-template-columns: repeat(3,1fr); }
    .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 1; }
}

@media (max-width: 1100px) {
    .topbar { display: none; }
    .site-header { height: 74px; }
    .brand { width: auto; margin-right: auto; }
    .brand img { height: 58px; width: 200px; }
    .desktop-nav, .header-phone { display: none; }
    .mobile-menu-button { display: grid; }
    .mobile-nav-overlay { display: block; position: fixed; inset: 0; z-index: 90; background: rgba(3,20,42,.55); opacity: 0; visibility: hidden; transition: .2s; }
    .mobile-nav { display: flex; position: fixed; top: 0; right: 0; z-index: 100; width: min(86vw,380px); height: 100dvh; padding: 20px; background: #fff; flex-direction: column; transform: translateX(100%); transition: .25s; }
    body.menu-open .mobile-nav { transform: translateX(0); }
    body.menu-open .mobile-nav-overlay { opacity: 1; visibility: visible; }
    .mobile-nav__head { display: flex; justify-content: space-between; align-items: center; }
    .mobile-nav__head img { width: 190px; }
    .mobile-nav__head button { width: 40px; height: 40px; border: 1px solid var(--line); background: #fff; border-radius: 7px; display: grid; place-items: center; }
    .mobile-nav nav { display: flex; flex-direction: column; margin: 30px 0; overflow-y: auto; }
    .mobile-nav nav a { padding: 12px 4px; border-bottom: 1px solid #edf0f4; font-weight: 700; }
    .mobile-nav .btn { margin-top: auto; }
    .hero-section, .hero-grid { min-height: auto; }
    .hero-section { padding-bottom: 45px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-visual { inset: 0 0 auto 38%; height: 590px; }
    .hero-copy { padding-top: 65px; }
    .hero-form-wrap { justify-self: center; width: min(100%,620px); }
    .hero-form-wrap .estimate-form--compact .estimate-step { padding-left: 30px; padding-right: 30px; }
    .hero-copy h1 { font-size: 54px; }
    .stats-grid { grid-template-columns: repeat(2,1fr); padding: 18px 0; row-gap: 18px; }
    .location-grid, .premium-header, .page-hero__grid, .seo-content, .estimate-page__grid { grid-template-columns: 1fr; }
    .premium-grid { grid-template-columns: repeat(2,1fr); }
    .process-grid { grid-template-columns: repeat(2,1fr); }
    .testimonial-grid { grid-template-columns: 180px 1fr; }
    .testimonial-grid .btn { grid-column: 2; justify-self: start; }
    .seo-content aside { position: static; }
    .estimate-help { order: -1; }
}

@media (max-width: 760px) {
    .container { width: min(calc(100% - 30px), 680px); }
    .section { padding: 65px 0; }
    .brand img { width: 180px; }
    .hero-section { background: #fff; }
    .hero-visual { inset: 270px -30% auto 22%; height: 480px; opacity: .93; }
    .hero-section::after { background: linear-gradient(180deg,#fff 0%,rgba(255,255,255,.98) 40%,rgba(255,255,255,.3) 67%,#fff 92%); }
    .hero-grid { gap: 10px; }
    .hero-copy { padding: 45px 0 25px; }
    .hero-copy h1 { font-size: 39px; line-height: 1.02; }
    .hero-subtitle { font-size: 21px; }
    .hero-description { font-size: 14px; max-width: 380px; }
    .hero-description br { display: none; }
    .hero-benefits { width: 100%; grid-template-columns: repeat(2,1fr); margin-top: 235px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; min-width: 0 !important; }
    .hero-proof { flex-wrap: wrap; }
    .hero-form-wrap { width: 100%; }
    .estimate-form__head strong { font-size: 14px; }
    .form-grid--2, .switch-row, .check-grid, .delivery-choice { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr; }
    .stats-grid > div { justify-content: flex-start; padding-left: 25px; }
    .services-grid, .standard-grid, .reference-grid, .blog-grid, .contact-grid, .contact-cards { grid-template-columns: 1fr; }
    .service-card { min-height: auto; }
    .location-grid { gap: 35px; }
    .coverage-map { height: 330px; }
    .premium-grid, .process-grid, .process-grid--three { grid-template-columns: 1fr; }
    .premium-header { gap: 20px; }
    .testimonial-grid { grid-template-columns: 1fr; }
    .testimonial-grid .btn { grid-column: auto; }
    .final-cta__inner, .footer-bottom, .estimate-public__head { flex-direction: column; align-items: flex-start; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { justify-content: center; align-items: center; text-align: center; padding: 18px 0; gap: 5px; }
    .page-hero { padding: 60px 0; }
    .page-hero h1 { font-size: 39px; }
    .page-hero p { font-size: 16px; }
    .page-hero__actions { flex-direction: column; }
    .seo-checks { grid-template-columns: 1fr; }
    .success-card { padding: 35px 20px; }
    .success-card h1 { font-size: 31px; }
    .success-summary, .estimate-details { grid-template-columns: 1fr; }
    .estimate-details dl { grid-template-columns: 110px 1fr; }
    .estimate-photos > div, .admin-photos > div { grid-template-columns: repeat(2,1fr); }
    .admin-shell { grid-template-columns: 1fr; }
    .admin-sidebar { height: auto; position: static; }
    .admin-main { padding: 20px 15px; }
    .admin-filters, .admin-detail-grid, .admin-detail-cards { grid-template-columns: 1fr; }
    .admin-update { position: static; }
}

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


/* v1.1 — real brand, bilingual navigation, real Montenegro map and richer SEO */
.brand--real {
    width: 92px;
    height: 78px;
    margin-right: 34px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.brand--real img {
    width: 82px;
    height: 82px;
    object-fit: contain;
    object-position: center;
}
.language-switch {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
}
.language-switch a { opacity: .58; }
.language-switch a.active,
.language-switch a:hover { opacity: 1; color: #fff; }
.mobile-header-actions { display: none; align-items: center; gap: 9px; margin-left: auto; }
.mobile-language {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--blue-900);
    font-size: 12px;
    font-weight: 850;
}
.mobile-language-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 20px;
}
.mobile-language-switch a {
    padding: 9px;
    text-align: center;
    border: 1px solid var(--line);
    border-radius: 7px;
    font-size: 12px;
    font-weight: 850;
}
.mobile-language-switch a.active {
    color: #fff;
    border-color: var(--blue-700);
    background: var(--blue-700);
}
.nav-all-link {
    break-before: column;
    color: var(--blue-700) !important;
    font-weight: 850 !important;
}
.btn--whatsapp .icon,
.footer-social .icon,
.delivery-choice .icon,
.contact-cards .icon {
    fill: currentColor;
    stroke: none;
}
.btn--whatsapp:hover {
    border-color: #169b62;
    color: #087747;
}
.seo-2026-section { background: #fff; }
.seo-2026-grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 80px;
    align-items: center;
}
.seo-2026-intro h2 {
    margin: 0 0 19px;
    color: var(--blue-950);
    font-size: clamp(34px, 3.5vw, 52px);
    line-height: 1.05;
    letter-spacing: -.035em;
}
.seo-2026-intro p {
    margin: 0 0 28px;
    color: #536172;
    font-size: 17px;
}
.seo-2026-points {
    display: grid;
    gap: 14px;
}
.seo-2026-points article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 20px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--blue-50);
}
.seo-2026-points article > .icon {
    width: 48px;
    height: 48px;
    padding: 10px;
    color: var(--blue-700);
    background: #fff;
    border-radius: 11px;
    box-shadow: 0 8px 25px rgba(7,61,128,.08);
}
.seo-2026-points h3 {
    margin: 0 0 5px;
    color: var(--blue-950);
    font-size: 18px;
}
.seo-2026-points p {
    margin: 0;
    color: #5a6878;
    font-size: 13.5px;
}
.location-grid--map { grid-template-columns: .9fr 1.1fr; }
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    color: var(--blue-700);
    font-weight: 800;
}
.text-link .icon { width: 17px; height: 17px; }
.real-map-card {
    min-height: 575px;
    position: relative;
    overflow: visible;
    padding: 8px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.real-map-card::before { display: none; }
.real-map-card__head {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: baseline;
    padding: 0 8px 10px;
}
.real-map-card__head strong { color: var(--blue-950); font-size: 16px; }
.real-map-card__head span { color: #607187; font-size: 11px; }
.montenegro-map {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
    overflow: visible;
}
.montenegro-map__border {
    fill: none;
    stroke: #1766ab;
    stroke-width: 2.2;
    stroke-linejoin: round;
}
.map-city { color: var(--blue-700); }
.map-city__halo {
    fill: rgba(7,89,189,.18);
    transition: .2s;
}
.map-city__dot { fill: currentColor; }
.map-city:hover .map-city__halo { r: 13; fill: rgba(7,89,189,.3); }
.map-city__label {
    fill: #073d80;
    font-size: 10px;
    font-weight: 800;
    paint-order: stroke;
    stroke: #eff8ff;
    stroke-width: 4px;
    stroke-linejoin: round;
    pointer-events: none;
}
.all-locations-section { padding-top: 78px; }
.section-heading--left {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 70px;
    align-items: end;
    text-align: left;
}
.section-heading--left h2 {
    color: var(--blue-950);
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.08;
    text-transform: none;
    letter-spacing: -.025em;
}
.section-heading--left span { margin: 0 0 10px; }
/* Keep the location eyebrow text horizontal; the generic section-heading span is the decorative line. */
.section-heading--left > div > .small-label {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 0 10px;
    background: transparent;
    line-height: 1.35;
    white-space: nowrap;
}
.section-heading--left p {
    margin: 0;
    color: #5a6878;
}
.city-link-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.city-link-cloud a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    color: #24415f;
    border: 1px solid #d8e4ef;
    border-radius: 999px;
    background: #fff;
    font-size: 12px;
    font-weight: 730;
    transition: .18s;
}
.city-link-cloud a .icon { width: 14px; height: 14px; color: var(--blue-700); }
.city-link-cloud a:hover {
    color: #fff;
    border-color: var(--blue-700);
    background: var(--blue-700);
    transform: translateY(-2px);
}
.city-link-cloud a:hover .icon { color: #fff; }
.faq-section { background: #fff; }
.faq-grid {
    display: grid;
    grid-template-columns: .68fr 1.32fr;
    gap: 80px;
    align-items: start;
}
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 {
    margin: 0 0 16px;
    color: var(--blue-950);
    font-size: clamp(34px,3.3vw,50px);
    line-height: 1.05;
    letter-spacing: -.03em;
}
.faq-intro p { color: var(--muted); margin: 0 0 25px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    color: var(--blue-950);
    font-size: 17px;
    font-weight: 780;
    cursor: pointer;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    color: var(--blue-700);
    border: 1px solid #bcd4eb;
    border-radius: 50%;
    transition: .2s;
}
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--blue-700); color: #fff; }
.faq-list details p { margin: -5px 45px 22px 0; color: #596878; }
.seo-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 4px 0 30px;
}
.seo-detail-grid article {
    display: flex;
    gap: 13px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--blue-50);
}
.seo-detail-grid article > .icon {
    width: 28px;
    height: 28px;
    color: var(--blue-700);
}
.seo-detail-grid h3 { margin: 0 0 6px; color: var(--blue-950); font-size: 15px; }
.seo-detail-grid p { margin: 0; font-size: 13px; }
.cities-page__intro {
    max-width: 780px;
    margin-bottom: 34px;
}
.cities-page__intro h2 { color: var(--blue-950); font-size: 38px; margin: 0 0 10px; }
.cities-page__intro p { color: var(--muted); font-size: 17px; }
.cities-directory {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
}
.cities-directory > a {
    min-height: 92px;
    display: grid;
    grid-template-columns: 34px 1fr 22px;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    transition: .18s;
}
.cities-directory > a:hover {
    transform: translateY(-4px);
    border-color: #a8caea;
    box-shadow: 0 15px 35px rgba(7,61,128,.09);
}
.cities-directory > a > .icon:first-child { color: var(--blue-700); width: 28px; height: 28px; }
.cities-directory > a > .icon:last-child { color: var(--blue-700); width: 18px; height: 18px; }
.cities-directory strong { display: block; color: var(--blue-950); }
.cities-directory small { display: block; color: var(--muted); margin-top: 3px; }
.footer-brand img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    object-position: left center;
    background: transparent;
    border-radius: 0;
    margin-top: -30px;
}
.footer-social { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 9px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 6px;
}
.footer-social .icon { width: 15px; height: 15px; }
.footer-languages { display: flex; gap: 7px; margin-top: 10px; }
.footer-languages a {
    min-width: 42px;
    padding: 7px 10px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 6px;
}
.footer-languages a.active { color: #051f41; background: #fff; }

@media (max-width: 1450px) {
    .brand--real { width: 76px; margin-right: 22px; }
    .brand--real img { width: 72px; height: 72px; }
    .desktop-nav { gap: 17px; }
    .desktop-nav > a, .nav-dropdown > button { font-size: 11px; }
    .header-phone { margin-left: 20px; }
}
@media (max-width: 1100px) {
    .brand--real { width: 72px; height: 70px; margin-right: auto; }
    .brand--real img { width: 68px; height: 68px; }
    .mobile-header-actions { display: flex; }
    .mobile-menu-button { display: grid; margin-left: 0; }
    .mobile-nav__head img { width: 88px; height: 88px; object-fit: contain; }
    .seo-2026-grid,
    .location-grid--map,
    .section-heading--left,
    .faq-grid { grid-template-columns: 1fr; }
    .faq-intro { position: static; }
    .real-map-card { max-width: 680px; width: 100%; margin-inline: auto; }
    .cities-directory { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
    .brand--real { width: 62px; }
    .brand--real img { width: 60px; height: 60px; }
    .mobile-language { width: 40px; height: 40px; }
    .seo-2026-grid { gap: 38px; }
    .seo-2026-points article { grid-template-columns: 42px 1fr; padding: 18px; }
    .seo-2026-points article > .icon { width: 40px; height: 40px; padding: 8px; }
    .real-map-card { min-height: auto; padding: 8px 0 0; border-radius: 0; }
    .real-map-card__head { padding: 0 0 8px; flex-direction: column; gap: 2px; }
    .montenegro-map { height: 410px; }
    .map-city__label { font-size: 8px; }
    .section-heading--left { gap: 12px; }
    .city-link-cloud { gap: 7px; }
    .city-link-cloud a { padding: 8px 10px; font-size: 11px; }
    .faq-grid { gap: 30px; }
    .faq-list summary { font-size: 15px; }
    .seo-detail-grid,
    .cities-directory { grid-template-columns: 1fr; }
    .footer-brand img { width: 125px; height: 125px; }
}

/* v1.1.1 — cropped client logo proportions and tighter mobile hero */
.brand--real { width: 108px; height: 78px; margin-right: 30px; }
.brand--real img { width: 104px; height: 72px; }
.footer-brand img { width: 210px; height: 118px; margin-top: -14px; }
@media (max-width: 1450px) {
    .brand--real { width: 94px; margin-right: 18px; }
    .brand--real img { width: 90px; height: 68px; }
}
@media (max-width: 1100px) {
    .brand--real { width: 92px; height: 68px; }
    .brand--real img { width: 88px; height: 62px; }
}
@media (max-width: 760px) {
    .brand--real { width: 88px; height: 64px; }
    .brand--real img { width: 84px; height: 58px; }
    .hero-visual { inset: 255px -28% auto 16%; height: 415px; }
    .hero-benefits { margin-top: 145px; }
    .footer-brand img { width: 170px; height: 100px; margin-top: 0; }
}

.montenegro-map-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 700px;
    object-fit: contain;
    filter: none;
    background: transparent;
}

/* v1.3.1 — mobile hero spacing hotfix */
@media (max-width: 760px) {
    .hero-visual {
        inset: 210px -26% auto 18%;
        height: 350px;
        opacity: .92;
    }

    .hero-copy {
        padding: 34px 0 18px;
    }

    .hero-benefits {
        margin-top: 78px;
    }
}
