/* Webmaster Sanremo — Mediterranean service design */
:root {
  --sea-950: #073747;
  --sea-900: #0a4659;
  --sea-800: #0b5268;
  --sea-700: #126a7e;
  --turquoise: #27a99a;
  --turquoise-text: #0d746d;
  --turquoise-light: #80d8ca;
  --foam: #eaf8f4;
  --sand: #f3eadb;
  --sand-light: #fbf7ef;
  --coral: #e57958;
  --ink: #153238;
  --muted: #5e7478;
  --line: #d7e3df;
  --white: #fff;
  --green: #1f9d69;
  --shadow: 0 20px 60px rgba(7, 55, 71, .10);
  --shadow-small: 0 10px 28px rgba(7, 55, 71, .09);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 30px;
  --shell: 1180px;
  --header-height: 82px;
  --font-display: "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--sea-950); background: var(--turquoise-light); }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; color: var(--white); background: var(--sea-950); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

h1, h2, h3 { margin: 0; color: var(--sea-950); font-family: var(--font-display); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 6vw, 5.4rem); font-weight: 750; }
h2 { font-size: clamp(2.35rem, 5vw, 4.6rem); font-weight: 720; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.2em; }
.eyebrow { margin-bottom: 20px; color: var(--sea-700); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 30px; height: 2px; margin: 0 10px 3px 0; background: var(--turquoise); content: ""; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .95rem; font-weight: 750; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(39, 169, 154, .36); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--sea-800); box-shadow: 0 12px 25px rgba(11, 82, 104, .22); }
.button-primary:hover { background: var(--sea-950); box-shadow: 0 16px 30px rgba(11, 82, 104, .26); }
.button-whatsapp { color: #126744; background: #e7f7ef; border-color: #bce8d1; }
.button-whatsapp svg { width: 20px; fill: currentColor; }
.button-light { color: var(--sea-950); background: var(--white); }
.button-ghost { color: var(--sea-950); background: transparent; border-color: var(--line); }
.button-small { min-height: 44px; padding: 10px 18px; }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); background: rgba(255, 255, 255, .92); border-bottom: 1px solid rgba(215, 227, 223, .8); backdrop-filter: blur(14px); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 12px; color: var(--sea-950); text-decoration: none; }
.brand-wave { width: 43px; height: 34px; }
.brand-wave path { fill: none; stroke: var(--turquoise); stroke-width: 4; stroke-linecap: round; }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-family: var(--font-display); font-size: 1.05rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .67rem; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: 26px; }
.desktop-nav a { position: relative; color: #38545a; font-size: .88rem; font-weight: 650; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--turquoise); content: ""; transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-whatsapp { display: none; min-height: 44px; align-items: center; gap: 8px; color: var(--green); font-size: .85rem; font-weight: 750; text-decoration: none; }
.header-whatsapp svg { width: 22px; fill: currentColor; }
.menu-toggle { display: none; width: 46px; min-height: 44px; padding: 11px; border: 0; border-radius: 50%; background: var(--foam); cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--sea-950); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { position: fixed; inset: var(--header-height) 0 0; padding: 30px 24px; background: var(--sand-light); }
.mobile-nav a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--sea-950); font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; text-decoration: none; }

.hero { position: relative; overflow: hidden; padding: 82px 0 0; background: linear-gradient(180deg, var(--sand-light) 0%, #fff 78%); }
.hero-watermark { position: absolute; width: 720px; height: 720px; top: -360px; right: -160px; border: 1px solid rgba(39, 169, 154, .16); border-radius: 50%; box-shadow: 0 0 0 80px rgba(39, 169, 154, .03), 0 0 0 160px rgba(39, 169, 154, .025); }
.hero-grid { position: relative; display: grid; min-height: 590px; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 52px; }
.local-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 27px; padding: 8px 13px; color: var(--sea-800); background: rgba(255, 255, 255, .72); border: 1px solid var(--line); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.local-badge span { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 4px rgba(229, 121, 88, .13); }
.hero h1 em { color: var(--turquoise); font-style: normal; }
.hero-lead { margin: 32px 0 12px; color: #38545a; font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.55; }
.hero-lead strong { color: var(--sea-950); }
.hero-promise { display: inline-block; margin-bottom: 28px; padding-bottom: 5px; color: var(--sea-950); border-bottom: 2px solid var(--coral); font-weight: 780; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.micro-proof { margin-top: 18px; color: var(--muted); font-size: .84rem; }
.hero-scene { position: relative; min-height: 520px; }
.sun-disc { position: absolute; top: 18px; right: 20px; width: 250px; height: 250px; background: #f7dfb3; border-radius: 50%; opacity: .7; }
.hero-card { position: absolute; z-index: 2; top: 92px; right: 15px; width: min(100%, 430px); overflow: hidden; background: var(--white); border: 1px solid rgba(215, 227, 223, .9); border-radius: 22px; box-shadow: 0 35px 80px rgba(7, 55, 71, .18); transform: rotate(2deg); }
.browser-bar { display: flex; height: 48px; align-items: center; gap: 7px; padding: 0 16px; background: #f1f5f3; border-bottom: 1px solid var(--line); }
.browser-bar span { width: 8px; height: 8px; background: #c4d1ce; border-radius: 50%; }
.browser-bar span:first-child { background: var(--coral); }
.browser-bar b { margin-left: 10px; color: #789094; font-size: .69rem; font-weight: 600; }
.browser-body { padding: 36px; }
.status-line { display: flex; align-items: center; gap: 10px; color: var(--sea-950); }
.status-dot { width: 13px; height: 13px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 6px rgba(229, 121, 88, .12); }
.code-lines { display: grid; gap: 12px; margin: 32px 0; }
.code-lines i { display: block; width: 100%; height: 10px; background: #e4ece9; border-radius: 10px; }
.code-lines i:nth-child(2) { width: 74%; }
.code-lines i:nth-child(3) { width: 88%; }
.code-lines i:nth-child(4) { width: 52%; }
.repair-line { display: flex; align-items: center; gap: 10px; padding: 15px; color: #146346; background: var(--foam); border-radius: 12px; font-weight: 750; }
.repair-line span { display: grid; width: 24px; height: 24px; color: var(--white); background: var(--green); border-radius: 50%; place-items: center; }
.coast-line { position: absolute; right: -220px; bottom: -80px; width: 680px; height: 250px; background: var(--turquoise-light); border-radius: 50% 0 0; opacity: .38; transform: rotate(-9deg); }
.seagull { position: absolute; z-index: 1; top: 45px; left: 12px; width: 82px; fill: var(--sea-800); opacity: .32; }
.trust-wrap { position: relative; display: grid; margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: repeat(4, 1fr); }
.trust-item { display: grid; padding: 25px 28px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { color: var(--sea-800); font-family: var(--font-display); font-size: .78rem; letter-spacing: .11em; }
.trust-item span { margin-top: 3px; color: var(--muted); font-size: .78rem; }

.section-heading { margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 22px; }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.section-heading.narrow { text-align: center; }
.problems-section { background: var(--white); }
.problem-grid { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.problem-card { position: relative; display: grid; min-height: 260px; padding: 30px; text-align: left; background: var(--white); border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); cursor: pointer; align-content: space-between; transition: color .22s, background .22s, transform .22s, box-shadow .22s; }
.problem-card:hover { z-index: 2; color: var(--white); background: var(--sea-800); box-shadow: var(--shadow); transform: translateY(-3px); }
.problem-card:hover strong, .problem-card:hover .problem-number { color: var(--white); }
.problem-number { color: var(--turquoise-text); font-family: var(--font-display); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.problem-arrow { position: absolute; top: 24px; right: 25px; font-size: 1.4rem; transition: transform .2s; }
.problem-card:hover .problem-arrow { transform: translate(4px, 4px); }
.problem-card strong { margin-top: 45px; color: var(--sea-950); font-family: var(--font-display); font-size: 1.35rem; line-height: 1.2; }
.problem-card > span:last-child { margin-top: 15px; font-size: .85rem; line-height: 1.65; opacity: .78; }
.problem-hint { margin-top: 20px; color: var(--sea-700); font-size: .82rem; font-weight: 700; text-align: right; }

.services-section { background: var(--sand-light); }
.split-heading { display: grid; margin-bottom: 52px; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 40px; }
.split-heading > p { margin: 0; color: var(--muted); }
.service-list { display: grid; gap: 16px; }
.service-card { display: grid; min-height: 190px; padding: 30px 34px; background: var(--white); border: 1px solid transparent; border-radius: var(--radius); grid-template-columns: 1fr 1.15fr .75fr; align-items: center; gap: 32px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.service-card:hover { border-color: #bfd9d3; box-shadow: var(--shadow-small); transform: translateX(5px); }
.featured-service { color: var(--white); background: var(--sea-800); }
.featured-service h3, .featured-service .service-meta span, .featured-service .service-price strong { color: var(--white); }
.featured-service ul, .featured-service .service-price small, .featured-service .service-price span { color: rgba(255,255,255,.74); }
.service-meta { display: flex; align-items: flex-start; gap: 20px; }
.service-meta span { color: var(--turquoise-text); font-size: .72rem; font-weight: 800; }
.service-meta h3 { font-size: 1.65rem; }
.service-card ul { display: grid; margin: 0; padding: 0; color: var(--muted); list-style: none; grid-template-columns: 1fr 1fr; gap: 6px 18px; }
.service-card.featured-service ul { color: rgba(255,255,255,.84); }
.service-card li::before { color: var(--turquoise); content: "— "; }
.service-price { display: grid; justify-items: end; text-align: right; }
.service-price small, .service-price span { color: var(--muted); font-size: .72rem; }
.service-price strong { color: var(--sea-950); font-family: var(--font-display); font-size: 1.8rem; letter-spacing: -.04em; }

.process-section { overflow: hidden; color: var(--white); background: var(--sea-950); }
.process-section h2, .process-section h3 { color: var(--white); }
.process-section .eyebrow { color: var(--turquoise-light); }
.process-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.process-intro > p:last-child { margin-top: 24px; color: rgba(255,255,255,.66); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.16); grid-template-columns: 72px 1fr; gap: 20px; }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.steps li > span { color: var(--turquoise-light); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.steps h3 { margin-bottom: 10px; font-size: 1.45rem; }
.steps p { max-width: 520px; margin: 0; color: rgba(255,255,255,.68); }
.process-note { margin-top: 65px; padding: 22px 28px; color: var(--sea-950); background: var(--turquoise-light); border-radius: var(--radius-sm); text-align: center; }

.portfolio-section { background: #f5faf8; }
.portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.portfolio-card { overflow: hidden; color: inherit; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .25s, box-shadow .25s; }
.portfolio-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.portfolio-card picture { display: block; overflow: hidden; aspect-ratio: 506/358; background: #dfe9e6; }
.portfolio-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.portfolio-card:hover img { transform: scale(1.035); }
.portfolio-copy { padding: 27px 28px 30px; }
.portfolio-copy > span { color: var(--turquoise-text); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.portfolio-copy h3 { margin: 10px 0 12px; font-size: 1.55rem; }
.portfolio-copy p { color: var(--muted); font-size: .92rem; }
.portfolio-copy strong { color: var(--sea-800); font-size: .88rem; }

.about-section { background: var(--sand-light); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.about-mark { position: relative; display: grid; min-height: 460px; overflow: hidden; background: var(--sea-800); border-radius: 48% 48% 10% 10%; place-items: center; }
.about-mark span { color: var(--white); font-family: var(--font-display); font-size: clamp(6rem, 13vw, 11rem); font-weight: 800; letter-spacing: -.1em; opacity: .95; transform: translateX(-.05em); }
.about-mark svg { position: absolute; right: -10%; bottom: 8%; width: 120%; }
.about-mark path { fill: none; stroke: var(--turquoise-light); stroke-width: 8; stroke-linecap: round; opacity: .65; }
.about-copy > p:not(.eyebrow) { max-width: 610px; color: #38545a; font-size: 1.05rem; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy blockquote { margin: 30px 0; padding: 0 0 0 22px; color: var(--sea-800); border-left: 3px solid var(--coral); font-family: var(--font-display); font-size: 1.35rem; line-height: 1.45; }
.area-list { display: grid; margin-top: 32px; padding-top: 25px; border-top: 1px solid #d9cebd; }
.area-list strong { color: var(--sea-950); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.area-list span { margin: 8px 0 2px; color: var(--sea-800); font-weight: 700; }
.area-list small { color: var(--muted); }

.reasons-section { background: var(--white); }
.reasons-grid { display: grid; margin-top: 50px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.reason { min-height: 210px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reason span { color: #aa4027; font-size: .7rem; font-weight: 800; }
.reason h3 { margin: 42px 0 12px; }
.reason p { margin: 0; color: var(--muted); font-size: .9rem; }

.reviews-section { color: var(--white); background: var(--sea-800); }
.reviews-section h2 { color: var(--white); }
.reviews-section .eyebrow { color: var(--turquoise-light); }
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.review-note { padding: 36px; color: var(--sea-950); background: var(--sand); border-radius: var(--radius); }
.review-note svg { width: 42px; margin-bottom: 22px; fill: var(--coral); }
.review-note p { font-family: var(--font-display); font-size: 1.25rem; font-weight: 650; line-height: 1.5; }
.review-note small { color: #4b6064; }

.new-site-section { padding-block: 80px; background: var(--white); }
.new-site-card { display: grid; padding: 50px 55px; color: var(--sea-950); background: var(--turquoise-light); border-radius: var(--radius-lg); grid-template-columns: 1.25fr .75fr; align-items: center; gap: 50px; }
.new-site-card h2 { color: var(--sea-950); font-size: clamp(2.2rem, 4vw, 3.8rem); }
.new-site-card .eyebrow { color: var(--sea-950); }
.new-site-card p:last-child { max-width: 650px; margin: 20px 0 0; color: #38545a; }
.new-site-action { display: grid; justify-items: end; gap: 18px; }
.new-site-action strong { color: var(--sea-950); font-family: var(--font-display); font-size: 1.25rem; }

.contact-section { color: var(--white); background: var(--sea-950); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.contact-section h2 { color: var(--white); }
.contact-section .eyebrow { color: var(--turquoise-light); }
.contact-copy > p:not(.eyebrow) { max-width: 480px; margin: 26px 0 38px; color: rgba(255,255,255,.68); }
.direct-contacts { display: grid; gap: 0; }
.direct-contacts a, .direct-contacts > div { display: grid; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.direct-contacts span { color: var(--turquoise-light); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.direct-contacts strong { font-size: .96rem; }
.direct-contacts a:hover strong { color: var(--turquoise-light); }
.contact-form { position: relative; padding: 38px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.16); }
.form-status:not(:empty) { margin-bottom: 20px; padding: 12px 15px; color: #125f43; background: var(--foam); border-radius: 8px; font-size: .9rem; }
.form-status.error:not(:empty) { color: #8d3924; background: #fff0eb; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; margin-bottom: 18px; color: var(--sea-950); font-size: .82rem; font-weight: 750; gap: 7px; }
.contact-form label > span[aria-hidden] { display: inline; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fbfdfc; border: 1px solid #cbdad6; border-radius: 8px; outline: none; transition: border .18s, box-shadow .18s; }
.contact-form input:not([type="checkbox"]) { min-height: 48px; }
.contact-form textarea { min-height: 145px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--turquoise); box-shadow: 0 0 0 4px rgba(39,169,154,.12); }
.contact-form [aria-invalid="true"] { border-color: var(--coral) !important; }
.check-label { display: flex !important; grid-template-columns: none; align-items: flex-start; gap: 10px !important; color: var(--muted) !important; font-size: .76rem !important; font-weight: 500 !important; }
.check-label input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--sea-800); }
.check-label a { color: var(--sea-700); }
.form-submit { width: 100%; min-height: 54px; border: 0; }
.form-footnote { margin: 14px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip-path: inset(50%) !important; }

.site-footer { padding: 65px 0 24px; color: rgba(255,255,255,.68); background: #052c38; }
.footer-grid { display: grid; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.12); grid-template-columns: 1.5fr repeat(3, 1fr); gap: 45px; }
.footer-grid > div { display: grid; align-content: start; gap: 8px; }
.footer-brand { color: var(--white); font-family: var(--font-display); font-size: 1.4rem; font-weight: 750; text-decoration: none; }
.footer-grid p { font-size: .78rem; }
.footer-grid strong { margin-bottom: 8px; color: var(--white); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a, .footer-grid span, .footer-grid button { color: inherit; background: none; border: 0; font-size: .82rem; text-align: left; text-decoration: none; cursor: pointer; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--turquoise-light); }
.footer-bottom { display: flex; padding-top: 23px; justify-content: space-between; gap: 20px; font-size: .72rem; }

.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; min-height: 54px; align-items: center; gap: 9px; padding: 13px 18px; color: var(--white); background: #168b58; border-radius: 999px; box-shadow: 0 12px 32px rgba(9,82,51,.28); font-size: .83rem; font-weight: 800; text-decoration: none; transition: bottom .25s, transform .2s, background .2s; }
.floating-whatsapp:hover { background: #107548; transform: translateY(-3px); }
.floating-whatsapp svg { width: 24px; fill: currentColor; }
body.cookie-open .floating-whatsapp { opacity: 0; visibility: hidden; pointer-events: none; }
.cookie-banner { position: fixed; z-index: 110; right: 18px; bottom: 18px; left: 18px; display: flex; max-width: 1040px; min-height: 104px; margin: auto; padding: 20px 24px; align-items: center; justify-content: space-between; gap: 25px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 22px 70px rgba(7,55,71,.23); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { color: var(--sea-950); font-family: var(--font-display); }
.cookie-banner p { margin: 3px 0 0; color: var(--muted); font-size: .82rem; }
.cookie-banner a { color: var(--sea-700); font-size: .76rem; }
.cookie-actions { display: flex; flex-shrink: 0; gap: 9px; }

.legal-page { background: var(--sand-light); }
.legal-header { padding: 24px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.legal-main { width: min(calc(100% - 48px), 820px); margin: 70px auto 100px; padding: 45px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.legal-main h1 { margin-bottom: 15px; font-size: clamp(2.4rem, 6vw, 4.4rem); }
.legal-main h2 { margin: 42px 0 14px; font-size: 1.7rem; }
.legal-main h3 { margin: 28px 0 10px; font-size: 1.15rem; }
.legal-main p, .legal-main li { color: #425d62; font-size: .95rem; }
.legal-main a { color: var(--sea-700); }
.legal-meta { padding-bottom: 25px; border-bottom: 1px solid var(--line); color: var(--muted); }

.reveal { opacity: 1; transform: translateY(10px); transition: transform .65s ease; }
.reveal.is-visible { transform: translateY(0); }

@keyframes gull-pass {
  0% { opacity: 0; transform: translate(-50px, 8px) scale(.9); }
  25% { opacity: .32; }
  100% { opacity: .2; transform: translate(110px, -15px) scale(1.05); }
}
.hero.is-observed .seagull { animation: gull-pass 3.4s ease-out .35s both; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: .8rem; }
  .header-actions .button { display: none; }
  .hero-grid { gap: 25px; }
  .service-card { grid-template-columns: .9fr 1fr .75fr; }
}

@media (max-width: 900px) {
  :root { --header-height: 74px; }
  .desktop-nav { display: none; }
  .header-whatsapp, .menu-toggle { display: flex; }
  .hero { padding-top: 55px; }
  .hero-grid { min-height: auto; padding-bottom: 50px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-scene { display: none; }
  .trust-wrap { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .problem-grid, .reasons-grid { grid-template-columns: 1fr 1fr; }
  .service-card { grid-template-columns: 1fr 1fr; }
  .service-price { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--line); justify-items: start; text-align: left; }
  .featured-service .service-price { border-color: rgba(255,255,255,.15); }
  .process-grid, .about-grid, .reviews-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .process-intro { max-width: 600px; }
  .about-mark { width: min(100%, 520px); min-height: 370px; }
  .new-site-card { grid-template-columns: 1fr; }
  .new-site-action { justify-items: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 78px 0; }
  body { font-size: 16px; }
  h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.5rem); }
  .brand-copy small { display: none; }
  .brand-wave { width: 36px; }
  .header-whatsapp span { display: none; }
  .hero { padding-top: 42px; }
  .local-badge { letter-spacing: .04em; }
  .hero-lead { margin-top: 25px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 auto; min-height: 52px; }
  .trust-wrap { width: 100%; margin-top: 15px; }
  .trust-item { padding: 19px 18px; }
  .problem-grid, .portfolio-grid, .reasons-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 220px; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-card { padding: 25px; grid-template-columns: 1fr; gap: 23px; }
  .service-card ul { grid-template-columns: 1fr 1fr; }
  .service-price { grid-column: auto; }
  .process-grid { gap: 42px; }
  .steps li { grid-template-columns: 48px 1fr; }
  .about-grid { gap: 40px; }
  .about-mark { min-height: 300px; border-radius: 44% 44% 9% 9%; }
  .reason { min-height: 180px; }
  .new-site-section { padding-block: 50px; }
  .new-site-card { width: calc(100% - 24px); padding: 34px 25px; border-radius: 22px; }
  .contact-form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 54px; padding: 14px; justify-content: center; }
  .floating-whatsapp span { display: none; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; padding: 17px; flex-direction: column; align-items: stretch; gap: 14px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .button { min-height: 46px; padding: 10px; font-size: .78rem; }
  .legal-main { width: min(calc(100% - 28px), 820px); margin-top: 35px; padding: 28px 20px; }
}

@media (max-width: 420px) {
  .header-inner { gap: 8px; }
  .brand { gap: 7px; }
  .brand-copy strong { font-size: .92rem; }
  .header-actions { gap: 2px; }
  .service-card ul { grid-template-columns: 1fr; }
  .trust-item strong { font-size: .68rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
