:root {
  --navy: #071c33;
  --navy-soft: #0d2d4c;
  --blue: #0878c9;
  --blue-dark: #0563a8;
  --orange: #ff7a00;
  --orange-soft: #fff2e5;
  --ink: #13263a;
  --muted: #607184;
  --line: #dfe7ee;
  --paper: #f5f8fb;
  --white: #ffffff;
  --font-body: Inter, ui-sans-serif, system-ui, sans-serif;
  --font-heading: Inter, ui-sans-serif, system-ui, sans-serif;
  --base-font-size: 16px;
  --heading-weight: 830;
  --shadow: 0 24px 60px rgba(7, 28, 51, .12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--base-font-size);
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); font-weight: var(--heading-weight); }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-shell { min-height: 100vh; overflow: clip; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: white; padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #ffb76f; outline-offset: 3px; }

.topbar { background: #041425; color: #d6e3ef; font-size: 12px; }
.topbar-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-locations, .topbar a, .topbar span { display: flex; align-items: center; gap: 6px; }
.topbar-locations { gap: 24px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(7, 28, 51, .97); color: white; box-shadow: 0 8px 30px rgba(0,0,0,.12); backdrop-filter: blur(16px); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; flex: 0 0 248px; }
.brand img { width: 248px; height: auto; display: block; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; }
.main-nav > a { position: relative; padding-block: 31px; font-weight: 650; font-size: 14px; color: #dbe7f1; transition: .2s ease; }
.main-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav > a:hover { color: white; }
.main-nav > a:hover::after { right: 0; }
.nav-services { position: relative; align-self: stretch; display: flex; align-items: center; }
.nav-services > button { height: 100%; padding: 0; border: 0; color: #dbe7f1; background: transparent; cursor: pointer; font-weight: 650; font-size: 14px; display: flex; align-items: center; gap: 6px; }
.nav-services > button > span { color: #78caff; font-size: 17px; transition: transform .2s ease; }
.nav-services:hover > button, .nav-services:focus-within > button { color: white; }
.nav-services:hover > button > span, .nav-services:focus-within > button > span, .nav-services.is-open > button > span { transform: rotate(180deg); }
.services-submenu { position: absolute; top: calc(100% - 8px); left: -24px; width: 265px; padding: 10px; visibility: hidden; opacity: 0; transform: translateY(10px); border: 1px solid #dbe6ee; border-radius: 15px; color: var(--ink); background: white; box-shadow: 0 22px 50px rgba(4,20,37,.2); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.nav-services:hover .services-submenu, .nav-services:focus-within .services-submenu, .nav-services.is-open .services-submenu { visibility: visible; opacity: 1; transform: translateY(0); }
.services-submenu a { min-height: 45px; padding: 0 13px; border-radius: 9px; display: flex; align-items: center; justify-content: space-between; color: #263c50; font-size: 13px; font-weight: 750; transition: background .18s ease, color .18s ease, padding .18s ease; }
.services-submenu a:hover, .services-submenu a:focus-visible { padding-left: 17px; color: var(--blue); background: #eef7fd; }
.services-submenu svg { color: var(--blue); }
.mobile-whatsapp { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone { display: none; }
.menu-toggle { display: none; border: 0; color: white; background: transparent; padding: 10px; }

.button { min-height: 50px; padding: 0 22px; border-radius: 12px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); box-shadow: 0 14px 30px rgba(255, 122, 0, .24); }
.button-primary:hover { background: #e96f00; box-shadow: 0 16px 34px rgba(255, 122, 0, .32); }
.button-ghost { color: white; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.23); backdrop-filter: blur(8px); }
.button-light { color: var(--navy); background: white; box-shadow: 0 14px 28px rgba(0,0,0,.15); }
.button-full { width: 100%; }

.hero { position: relative; min-height: 705px; display: flex; align-items: center; background: var(--navy); color: white; isolation: isolate; }
.hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(4,20,37,.98) 0%, rgba(4,20,37,.86) 43%, rgba(4,20,37,.42) 73%, rgba(4,20,37,.65) 100%); }
.hero-glow { position: absolute; z-index: -1; width: 450px; height: 450px; left: 25%; top: 10%; border-radius: 50%; background: rgba(8,120,201,.18); filter: blur(80px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) 410px; gap: 76px; align-items: center; padding-top: 68px; padding-bottom: 68px; }
.hero-copy { max-width: 720px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; color: #d9e8f4; }
.hero-kicker > span { color: #fff; background: rgba(8,120,201,.55); width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; }
.hero h1 { margin: 23px 0 22px; max-width: 700px; font-size: clamp(50px, 5vw, 76px); line-height: .99; letter-spacing: -.055em; font-weight: 850; }
.hero h1 em { color: #55bafa; font-style: normal; }
.hero-copy > p { margin: 0; max-width: 630px; color: #cbdbe7; font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.whatsapp-dot { width: 23px; height: 23px; border-radius: 50%; background: #23c66e; display: grid; place-items: center; color: white; font-size: 11px; font-weight: 900; }
.hero-proof { margin-top: 33px; display: flex; align-items: center; gap: 13px; }
.avatars { display: flex; padding-left: 7px; }
.avatars span { width: 34px; height: 34px; margin-left: -7px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--navy); background: #dceaf4; color: var(--navy); font-size: 12px; font-weight: 900; }
.avatars span:nth-child(2) { background: #f7c29b; }
.avatars span:nth-child(3) { background: #c2d9c8; }
.avatars span:last-child { background: var(--blue); color: white; }
.stars { display: block; color: #ffb33a; letter-spacing: 2px; font-size: 12px; }
.hero-proof small { display: block; margin-top: 3px; color: #cbdbe7; }

.quote-card { position: relative; background: rgba(255,255,255,.97); color: var(--ink); border-radius: 22px; padding: 27px; box-shadow: 0 26px 70px rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.7); }
.quote-card::before { content: ""; position: absolute; top: 0; left: 27px; right: 27px; height: 4px; border-radius: 0 0 8px 8px; background: linear-gradient(90deg, var(--blue), var(--orange)); }
.quote-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 19px; }
.quote-icon { width: 47px; height: 47px; border-radius: 14px; display: grid; place-items: center; color: var(--blue); background: #eaf5fd; }
.quote-heading small { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 900; }
.quote-heading h2 { margin: 3px 0 0; font-size: 23px; letter-spacing: -.03em; }
.quote-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 10px; }
.quote-card label { display: grid; gap: 6px; color: #586a7b; font-size: 11px; font-weight: 800; }
.quote-card input, .quote-card select { min-width: 0; width: 100%; height: 45px; border: 1px solid #d8e2ea; background: #f8fafc; color: var(--ink); border-radius: 10px; padding: 0 12px; outline: none; }
.quote-card input:focus, .quote-card select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,120,201,.11); }
.quote-card .quote-field-full, .quote-card .button, .privacy-note { grid-column: 1 / -1; }
.quote-card .button { margin-top: 5px; }
.privacy-note { margin: 2px 0 0; display: flex; align-items: center; justify-content: center; gap: 5px; color: #718091; font-size: 10px; }
.form-success { min-height: 250px; padding: 32px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 14px; }
.form-success > span { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: #0d9b55; background: #e7f8ef; }
.form-success strong { font-size: 20px; }
.form-success p { color: var(--muted); line-height: 1.6; }

.trust-strip { position: relative; z-index: 5; margin-top: -1px; background: white; border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 104px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { display: flex; align-items: center; gap: 13px; padding: 18px 27px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid > div > span { color: var(--blue); }
.trust-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.trust-grid strong { display: block; color: var(--ink); font-size: 14px; }

.section { padding: 108px 0; }
.section-heading { max-width: 650px; }
.section-heading.center { margin: 0 auto 50px; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.section-heading.center .eyebrow::after { content: ""; width: 30px; height: 2px; background: currentColor; }
.section-heading h2, .storage-copy h2, .final-cta h2 { margin: 15px 0 18px; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

.services-section { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 292px; padding: 30px; border-radius: 18px; background: white; border: 1px solid #e3ebf1; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #cbdce8; }
.service-card.featured { color: white; background: linear-gradient(145deg, var(--navy-soft), var(--blue-dark)); border-color: transparent; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--blue); background: #e9f4fb; }
.featured .service-icon { color: white; background: rgba(255,255,255,.14); }
.service-number { position: absolute; top: 31px; right: 28px; color: #c9d5de; font-weight: 900; letter-spacing: .1em; font-size: 12px; }
.featured .service-number { color: rgba(255,255,255,.4); }
.service-card h3 { margin: 26px 0 10px; font-size: 20px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.featured p { color: #c8dce9; }
.card-link { position: absolute; left: 30px; bottom: 27px; display: flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 850; font-size: 13px; }
.featured .card-link { color: white; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.story-visual { position: relative; min-height: 560px; border-radius: 28px; overflow: hidden; background: linear-gradient(145deg, #082442, #075d9b); box-shadow: var(--shadow); }
.story-visual::before { content: ""; position: absolute; width: 340px; height: 340px; border: 70px solid rgba(255,255,255,.05); border-radius: 50%; right: -70px; top: -60px; }
.story-map-pattern { position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(circle at center, white 1px, transparent 1.5px); background-size: 22px 22px; mask-image: linear-gradient(135deg, black, transparent 75%); }
.story-badge { position: absolute; left: 55px; top: 65px; display: flex; align-items: flex-end; color: white; }
.story-badge strong { font-size: 118px; line-height: .8; letter-spacing: -.09em; }
.story-badge span { padding: 0 0 5px 14px; color: #b9d7ea; font-size: 15px; line-height: 1.3; font-weight: 700; }
.route-card { position: absolute; left: 45px; right: 45px; bottom: 45px; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: rgba(1,19,34,.62); backdrop-filter: blur(15px); color: white; display: flex; align-items: center; gap: 15px; }
.route-icon { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 14px; display: grid; place-items: center; background: var(--orange); }
.route-card small { display: block; color: #a9c9dd; margin-bottom: 4px; }
.route-card strong { font-size: 17px; }
.story-lead { color: var(--muted); font-size: 17px; line-height: 1.8; }
.feature-list { display: grid; gap: 20px; margin: 31px 0; }
.feature-list > div { display: flex; gap: 14px; }
.feature-list > div > span { width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; display: grid; place-items: center; color: var(--blue); background: #e9f4fb; }
.feature-list svg { width: 16px; }
.feature-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.feature-list strong { display: block; color: var(--ink); font-size: 15px; margin-bottom: 3px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-weight: 850; font-size: 14px; border-bottom: 1px solid #b9d9ef; padding-bottom: 5px; }

.process-section { background: var(--paper); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin: 0; padding: 0; list-style: none; }
.process-grid::before { content: ""; position: absolute; left: 12.5%; right: 12.5%; top: 36px; height: 1px; border-top: 1px dashed #a7bbc9; }
.process-grid li { position: relative; text-align: center; padding: 0 15px; }
.step-icon { position: relative; z-index: 2; width: 72px; height: 72px; margin: 0 auto 21px; display: grid; place-items: center; border-radius: 22px; color: var(--blue); background: white; border: 1px solid #d9e5ed; box-shadow: 0 12px 28px rgba(16,48,73,.08); }
.process-grid small { position: absolute; top: -6px; left: calc(50% + 25px); width: 24px; height: 24px; border-radius: 50%; background: var(--orange); color: white; display: grid; place-items: center; font-size: 9px; font-weight: 900; }
.process-grid h3 { margin: 0 0 8px; font-size: 17px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.storage-section { padding-top: 0; background: var(--paper); }
.storage-card { min-height: 570px; display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; color: white; border-radius: 28px; background: linear-gradient(130deg, #071b30 0%, #0b3153 62%, #075d9b 100%); box-shadow: var(--shadow); }
.storage-copy { padding: 68px 72px; }
.eyebrow-light { color: #64c5ff; }
.storage-copy h2 { max-width: 680px; }
.storage-copy > p { max-width: 620px; color: #bfd2e0; line-height: 1.75; }
.storage-copy ul { display: grid; gap: 12px; padding: 0; margin: 27px 0 32px; list-style: none; }
.storage-copy li { display: flex; align-items: center; gap: 10px; color: #e3edf4; font-size: 14px; }
.storage-copy li svg { color: #55bafa; }
.storage-visual { position: relative; overflow: hidden; background: linear-gradient(150deg, rgba(7,120,201,.22), rgba(0,0,0,.12)); }
.storage-visual::before { content: ""; position: absolute; inset: 45px 45px 0; border-radius: 20px 20px 0 0; border: 12px solid rgba(255,255,255,.12); border-bottom: 0; }
.storage-door { position: absolute; inset: 100px 88px 0; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(255,255,255,.24); background: repeating-linear-gradient(0deg, rgba(255,255,255,.06) 0 14px, rgba(255,255,255,.11) 15px 17px); }
.storage-door span { color: rgba(255,255,255,.6); font-size: 18px; letter-spacing: .3em; font-weight: 900; }
.storage-door strong { color: white; font-size: 64px; letter-spacing: -.06em; }
.storage-box { position: absolute; bottom: 0; width: 75px; height: 65px; background: #d9964b; border: 2px solid rgba(65,34,5,.3); }
.storage-box::before { content: ""; position: absolute; top: 13px; left: 0; right: 0; height: 2px; background: rgba(65,34,5,.25); }
.box-one { right: 28px; }
.box-two { right: 104px; width: 95px; height: 84px; background: #e0a861; }
.box-three { right: 180px; width: 67px; height: 58px; background: #c7833a; }

.testimonials-section { background: white; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonials-grid blockquote { margin: 0; padding: 31px; border-radius: 18px; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 32px rgba(16,48,73,.06); }
.quote-stars { display: flex; gap: 3px; color: #ff9d26; }
.quote-stars svg { fill: currentColor; }
.testimonials-grid blockquote > p { min-height: 96px; color: #44586a; font-size: 15px; line-height: 1.75; }
.testimonials-grid footer { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); }
.testimonials-grid footer > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--blue), var(--navy)); font-weight: 900; }
.testimonials-grid footer strong, .testimonials-grid footer small { display: block; }
.testimonials-grid footer strong { font-size: 14px; }
.testimonials-grid footer small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.final-cta { color: white; background: var(--blue); }
.final-cta-inner { min-height: 300px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-cta h2 { max-width: 750px; margin-bottom: 0; }
.final-cta-inner > div:last-child { display: flex; min-width: 240px; flex-direction: column; align-items: center; gap: 17px; }
.cta-phone { display: flex; align-items: center; gap: 8px; color: #e4f4ff; font-weight: 800; }

.footer { color: #b8cad9; background: #041425; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .72fr .85fr 1.15fr; gap: 58px; padding-top: 76px; padding-bottom: 64px; }
.footer-brand img { width: 260px; height: auto; }
.footer-brand p { max-width: 330px; line-height: 1.75; font-size: 13px; }
.footer-whatsapp { display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; color: white; font-weight: 800; font-size: 13px; }
.footer-whatsapp span { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; color: white; background: #1fc66f; }
.footer h3 { margin: 3px 0 21px; color: white; font-size: 14px; }
.footer nav { display: flex; flex-direction: column; gap: 13px; }
.footer nav a, .footer-contact a { font-size: 13px; transition: color .2s ease; }
.footer a:hover { color: white; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-contact p { margin: 0 0 4px; color: #9fb3c3; font-size: 12px; line-height: 1.65; }
.footer-contact strong { color: #e3edf4; }
.footer-bottom { min-height: 76px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; }
.footer-bottom > div { display: flex; gap: 24px; }
.panel-access-link { color: #8399aa; font-size: 10px; letter-spacing: .025em; opacity: .78; }
.panel-access-link:hover, .panel-access-link:focus-visible { color: white; opacity: 1; }
.login-page { min-height: 100vh; padding: 28px; display: grid; place-items: center; color: white; background: radial-gradient(circle at 78% 15%, rgba(8,120,201,.42), transparent 34%), linear-gradient(145deg, #041425, #0a3154); }
.login-card { width: min(100%, 520px); padding: 48px; border: 1px solid rgba(255,255,255,.16); border-radius: 25px; background: rgba(4,20,37,.72); box-shadow: 0 30px 90px rgba(0,0,0,.32); backdrop-filter: blur(18px); }
.login-logo { display: inline-flex; margin-bottom: 42px; }
.login-logo img { width: 230px; height: auto; }
.login-kicker { color: #64c5ff; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 900; }
.login-card h1 { margin: 12px 0 16px; font-size: clamp(40px, 6vw, 58px); line-height: 1; letter-spacing: -.05em; }
.login-card p { margin: 0; color: #bdd0df; font-size: 15px; line-height: 1.75; }
.login-button { min-height: 54px; margin-top: 29px; padding: 0 21px; display: flex; align-items: center; justify-content: center; border-radius: 12px; color: white; background: var(--orange); box-shadow: 0 15px 35px rgba(255,122,0,.22); font-weight: 850; }
.login-back { display: inline-flex; margin-top: 25px; color: #9fb9ca; font-size: 12px; }
.manager-color-control { display: grid; grid-template-columns: 54px 1fr; gap: 8px; }
.manager-color-control input[type="color"] { width: 54px; padding: 4px; cursor: pointer; }
.manager-appearance-fields > label > small { color: #7b8c99; font-size: 10px; font-weight: 500; line-height: 1.45; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 23px; z-index: 40; width: 64px; height: 64px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 14px 34px rgba(7,67,35,.32); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.04); background: #1fbd5b; box-shadow: 0 18px 40px rgba(7,67,35,.36); }
.floating-whatsapp:focus-visible { outline: 3px solid white; outline-offset: 4px; }
.floating-whatsapp > svg { display: block; }

/* Lead capture */
.lead-modal-backdrop { position: fixed; z-index: 200; inset: 0; padding: 24px; display: grid; place-items: center; background: rgba(2,15,28,.72); backdrop-filter: blur(9px); animation: lead-fade .18s ease both; }
.lead-modal { position: relative; width: min(100%, 490px); max-height: calc(100vh - 48px); overflow-y: auto; padding: 42px; border: 1px solid rgba(255,255,255,.75); border-radius: 25px; background: white; box-shadow: 0 35px 100px rgba(1,14,26,.35); animation: lead-rise .24s ease both; }
.lead-modal-close { position: absolute; top: 14px; right: 15px; width: 39px; height: 39px; border: 0; border-radius: 50%; color: #516577; background: #edf3f7; cursor: pointer; font-size: 25px; line-height: 1; }
.lead-modal-icon { width: 55px; height: 55px; margin-bottom: 20px; display: grid; place-items: center; border-radius: 18px; color: white; background: #1ebe69; box-shadow: 0 13px 28px rgba(30,190,105,.25); font-weight: 900; }
.lead-modal-kicker { display: block; color: var(--orange); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }
.lead-modal h2 { margin: 8px 0 11px; color: var(--ink); font-size: 31px; line-height: 1.12; letter-spacing: -.04em; }
.lead-modal > p, .lead-modal-ready > p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.lead-modal form { display: grid; gap: 13px; }
.lead-modal label { display: grid; gap: 7px; color: #4f6273; font-size: 12px; font-weight: 800; }
.lead-modal input { width: 100%; height: 50px; padding: 0 14px; border: 1px solid #d4e0e8; border-radius: 11px; color: var(--ink); background: #f8fafc; outline: none; }
.lead-modal input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,120,201,.1); }
.lead-modal form small { color: #748392; font-size: 10px; line-height: 1.55; text-align: center; }
.lead-modal form small a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.lead-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.lead-form-error { margin: 0; padding: 10px 12px; border-radius: 9px; color: #9a2b27; background: #fff0ef; font-size: 12px; line-height: 1.45; }
.lead-modal-ready { padding: 10px 0 2px; text-align: center; }
.lead-success-check { width: 67px; height: 67px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; color: white; background: #1ebe69; box-shadow: 0 14px 30px rgba(30,190,105,.25); font-size: 31px; font-weight: 900; }
.lead-modal-ready h2 { max-width: 360px; margin-inline: auto; }
.whatsapp-release-button { min-height: 58px; padding: 0 20px; border-radius: 13px; display: flex; align-items: center; justify-content: center; gap: 10px; color: white; background: #18b864; box-shadow: 0 15px 35px rgba(24,184,100,.28); font-size: 14px; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.whatsapp-release-button:hover { transform: translateY(-2px); background: #119d54; }
.whatsapp-release-button span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); font-weight: 900; }
@keyframes lead-fade { from { opacity: 0; } }
@keyframes lead-rise { from { opacity: 0; transform: translateY(15px) scale(.985); } }

/* Admin */
.admin-shell { min-height: 100vh; color: #173047; background: #eef3f7; }
.admin-header { min-height: 88px; padding: 10px max(28px, calc((100vw - 1280px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: #061b30; box-shadow: 0 8px 30px rgba(3,21,38,.12); }
.admin-brand { display: flex; align-items: center; gap: 22px; }
.admin-brand img { width: 210px; height: auto; }
.admin-brand span { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.18); color: #a8c1d3; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; }
.admin-user { display: flex; align-items: center; gap: 13px; }
.admin-user div { margin-right: 7px; text-align: right; }
.admin-user strong, .admin-user small { display: block; }
.admin-user strong { font-size: 13px; }
.admin-user small { margin-top: 3px; color: #9cb5c7; font-size: 10px; }
.admin-user > a { min-height: 39px; padding: 0 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; display: inline-flex; align-items: center; color: #d7e5ee; font-size: 11px; font-weight: 800; }
.admin-user > a:first-of-type { color: white; background: rgba(255,255,255,.09); }
.admin-main { width: min(1280px, calc(100% - 44px)); margin-inline: auto; padding: 51px 0 80px; }
.admin-welcome { margin-bottom: 31px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.admin-welcome span, .admin-card-heading span { color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }
.admin-welcome h1 { margin: 6px 0 6px; font-size: 40px; letter-spacing: -.045em; }
.admin-welcome p { margin: 0; color: #66798a; }
.admin-live { padding: 10px 14px; border: 1px solid #ccebd9; border-radius: 999px; color: #137a45; background: #e8f7ef; font-size: 11px; font-weight: 800; }
.admin-live i { width: 8px; height: 8px; margin-right: 7px; display: inline-block; border-radius: 50%; background: #20b966; box-shadow: 0 0 0 4px rgba(32,185,102,.12); }
.admin-stats { margin-bottom: 23px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.admin-stats article { min-height: 154px; padding: 24px; border: 1px solid #dce6ed; border-radius: 17px; background: white; box-shadow: 0 10px 28px rgba(12,43,68,.05); }
.admin-stats span, .admin-stats small, .admin-stats strong { display: block; }
.admin-stats span { color: #6b7c8b; font-size: 11px; font-weight: 750; }
.admin-stats strong { margin: 13px 0 7px; color: #0c2941; font-size: 36px; letter-spacing: -.05em; }
.admin-stats small { color: #93a2ae; font-size: 10px; }
.admin-leads-card { overflow: hidden; border: 1px solid #dae5ec; border-radius: 19px; background: white; box-shadow: 0 15px 38px rgba(12,43,68,.06); }
.admin-card-heading { padding: 28px 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid #e3ebf1; }
.admin-card-heading h2 { margin: 5px 0 5px; font-size: 25px; letter-spacing: -.035em; }
.admin-card-heading p { margin: 0; color: #758594; font-size: 12px; }
.admin-export { min-height: 42px; padding: 0 16px; border: 1px solid #c9d9e4; border-radius: 10px; color: #176b9f; background: #eff8fd; cursor: pointer; font-weight: 800; font-size: 11px; }
.admin-filters { padding: 18px 30px; display: grid; grid-template-columns: 1fr 190px 190px; gap: 12px; border-bottom: 1px solid #e3ebf1; background: #f9fbfc; }
.admin-filters label { display: grid; gap: 6px; color: #738392; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; font-weight: 850; }
.admin-filters input, .admin-filters select { width: 100%; height: 43px; padding: 0 12px; border: 1px solid #d3dfe7; border-radius: 9px; color: #223a4f; background: white; outline: none; text-transform: none; letter-spacing: 0; font-size: 12px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 1050px; }
.admin-table th { padding: 14px 16px; color: #768694; background: #f9fbfc; text-align: left; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }
.admin-table td { padding: 18px 16px; border-top: 1px solid #e5ecf1; vertical-align: top; font-size: 12px; }
.admin-table td:first-child, .admin-table th:first-child { padding-left: 30px; }
.admin-table td:last-child, .admin-table th:last-child { padding-right: 30px; }
.admin-table td strong, .admin-table td small, .admin-table td > a { display: block; }
.admin-table td strong { color: #1d354a; font-size: 12px; }
.admin-table td small { margin-top: 5px; color: #81909c; font-size: 10px; line-height: 1.45; }
.admin-table td > a { margin-top: 5px; color: #1876ad; font-size: 10px; }
.admin-table details { margin-top: 7px; color: #647789; font-size: 10px; }
.admin-table details summary { cursor: pointer; color: #1876ad; font-weight: 750; }
.admin-table details p { max-width: 280px; line-height: 1.55; }
.admin-source { display: inline-flex; padding: 5px 8px; border-radius: 999px; color: #3c667f; background: #edf5f9; font-size: 9px; font-weight: 850; }
.admin-source.source-whatsapp { color: #137844; background: #e6f6ed; }
.admin-status { min-width: 123px; height: 36px; padding: 0 9px; border: 1px solid #d3e0e8; border-radius: 8px; color: #4e6577; background: #f4f7f9; font-size: 10px; font-weight: 750; }
.admin-status.status-novo { color: #9a5b08; background: #fff6e5; border-color: #f1dfbd; }
.admin-status.status-convertido { color: #137844; background: #e9f7ef; border-color: #c6e9d5; }
.admin-whatsapp { min-height: 36px; padding: 0 12px; border-radius: 8px; display: inline-flex !important; align-items: center; justify-content: center; color: white !important; background: #1bb866; font-weight: 850; }
.admin-empty { padding: 70px 25px; text-align: center; }
.admin-empty strong { font-size: 18px; }
.admin-empty p { color: #7c8b97; font-size: 12px; }
.admin-denied { min-height: 100vh; padding: 30px; display: grid; place-items: center; color: white; background: radial-gradient(circle at 80% 10%, rgba(8,120,201,.4), transparent 36%), #061b30; }
.admin-denied > div { width: min(100%, 620px); padding: 50px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.06); }
.admin-denied span { color: #64c5ff; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }
.admin-denied h1 { margin: 13px 0; font-size: 40px; line-height: 1.1; }
.admin-denied p { color: #b6cad9; line-height: 1.7; }
.admin-denied a { display: inline-block; margin-top: 18px; padding: 13px 17px; border-radius: 9px; color: #08233c; background: white; font-weight: 800; font-size: 12px; }

/* Internal pages */
.inner-hero { position: relative; min-height: 560px; display: flex; align-items: center; color: white; background: var(--navy); isolation: isolate; }
.inner-hero > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.inner-hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(4,20,37,.99) 0%, rgba(4,20,37,.88) 49%, rgba(4,20,37,.46) 100%); }
.inner-hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 160px; background: linear-gradient(transparent, rgba(4,20,37,.38)); }
.inner-hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) 360px; gap: 78px; align-items: center; padding-top: 65px; padding-bottom: 65px; }
.inner-hero-with-form { min-height: 685px; }
.inner-hero-with-form .inner-hero-grid { grid-template-columns: minmax(0, 1.18fr) 410px; gap: 62px; }
.inner-hero-with-form .breadcrumb { margin-bottom: 34px; }
.inner-service-points { display: flex; flex-wrap: wrap; gap: 10px 16px; padding: 0; margin: 25px 0 0; list-style: none; }
.inner-service-points li { display: inline-flex; align-items: center; gap: 7px; color: #d9e7f1; font-size: 12px; font-weight: 700; }
.inner-service-points li svg { color: #61c6ff; }
.breadcrumb { margin-bottom: 42px; display: flex; align-items: center; gap: 10px; color: #a9c0d2; font-size: 12px; }
.breadcrumb a { color: white; }
.breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.inner-hero-copy h1 { max-width: 820px; margin: 18px 0 20px; font-size: clamp(43px, 4.6vw, 66px); line-height: 1.03; letter-spacing: -.052em; font-weight: 830; }
.inner-hero-copy > p { max-width: 720px; margin: 0; color: #c8d8e5; font-size: 17px; line-height: 1.75; }
.inner-hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.inner-proof-card { position: relative; padding: 33px; border-radius: 22px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.65); box-shadow: 0 25px 65px rgba(0,0,0,.26); }
.inner-proof-icon { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 20px; color: var(--blue); border-radius: 15px; background: #eaf5fd; }
.inner-proof-card small { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.inner-proof-card > strong { display: block; margin-top: 6px; font-size: 21px; letter-spacing: -.025em; }
.inner-proof-card ul { display: grid; gap: 12px; margin: 23px 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid var(--line); }
.inner-proof-card li { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; font-weight: 700; }
.inner-proof-card li svg { color: var(--blue); }

.detail-section { background: var(--paper); }
.service-spotlights-section { background: white; }
.service-spotlights-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service-spotlight-card { position: relative; min-height: 530px; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; border-radius: 24px; background: #0b253b; box-shadow: var(--shadow); }
.service-spotlight-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-spotlight-card:hover > img { transform: scale(1.055); }
.service-spotlight-card::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(180deg, rgba(4,20,37,.06) 0%, rgba(4,20,37,.42) 35%, rgba(4,20,37,.95) 100%); }
.service-spotlight-copy { width: 100%; padding: 36px; color: white; }
.service-spotlight-copy > span { color: #70caff; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.service-spotlight-copy h3 { max-width: 480px; margin: 13px 0 11px; font-size: clamp(29px, 3vw, 39px); line-height: 1.08; letter-spacing: -.045em; }
.service-spotlight-copy > p { max-width: 460px; margin: 0; color: #dce8f1; font-size: 14px; line-height: 1.7; }
.service-spotlight-copy ul { display: flex; flex-wrap: wrap; gap: 9px 16px; padding: 0; margin: 19px 0 22px; list-style: none; }
.service-spotlight-copy li { display: inline-flex; align-items: center; gap: 6px; color: #ecf4f9; font-size: 11px; font-weight: 700; }
.service-spotlight-copy li svg { color: #7ccfff; }
.service-spotlights-storage .service-spotlights-grid { grid-template-columns: 1fr; }
.service-spotlights-storage .service-spotlight-card { min-height: 510px; }
.service-spotlights-storage .service-spotlight-card::after { background: linear-gradient(90deg, rgba(4,20,37,.94) 0%, rgba(4,20,37,.75) 52%, rgba(4,20,37,.18) 100%); }
.service-spotlights-storage .service-spotlight-copy { max-width: 710px; padding: 60px; }
.service-spotlights-storage .service-spotlight-copy h3 { max-width: 620px; font-size: clamp(39px, 4.7vw, 61px); }
.detail-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.detail-features article { position: relative; min-height: 275px; padding: 29px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; transition: transform .22s ease, box-shadow .22s ease; }
.detail-features article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.detail-features article > span { width: 49px; height: 49px; display: grid; place-items: center; color: var(--blue); border-radius: 14px; background: #e9f4fb; }
.detail-features article > small { position: absolute; top: 32px; right: 26px; color: #c3d0d9; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.detail-features h3 { margin: 26px 0 10px; font-size: 19px; letter-spacing: -.025em; }
.detail-features p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.detail-features article.detail-photo-card { min-height: 360px; padding: 0; }
.detail-feature-photo { position: relative; overflow: hidden; aspect-ratio: 1.4 / 1; background: #dce7ef; }
.detail-feature-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.detail-photo-card:hover .detail-feature-photo img { transform: scale(1.06); }
.detail-feature-photo small { position: absolute; top: 15px; right: 15px; display: grid; width: 37px; height: 37px; place-items: center; color: white; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(4,24,42,.66); font-size: 11px; font-weight: 850; }
.detail-feature-body { padding: 21px 20px 25px; }
.detail-feature-body h3 { margin: 0 0 9px; }
.storage-page-hero > img { object-position: center 47%; }
.storage-page-hero .inner-hero-overlay { background: linear-gradient(90deg, rgba(4,20,37,.98) 0%, rgba(4,31,53,.88) 42%, rgba(5,44,73,.38) 100%); }
.storage-showcase-section { background: white; }
.storage-showcase-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 78px; align-items: center; }
.storage-showcase-image { position: relative; min-height: 570px; overflow: hidden; border-radius: 26px; background: #d8e4ed; box-shadow: var(--shadow); }
.storage-showcase-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.storage-showcase-image::after { position: absolute; inset: 50% 0 0; content: ""; background: linear-gradient(transparent, rgba(4,20,37,.67)); }
.storage-showcase-badge { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; gap: 14px; padding: 17px; color: white; border: 1px solid rgba(255,255,255,.17); border-radius: 15px; background: rgba(4,24,42,.83); }
.storage-showcase-badge > span { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; border-radius: 12px; color: white; background: var(--orange); }
.storage-showcase-badge small, .storage-showcase-badge strong { display: block; }
.storage-showcase-badge small { margin-bottom: 4px; color: #c8d7e2; font-size: 12px; }
.storage-showcase-badge strong { font-size: 14px; }
.storage-showcase-copy h2 { margin: 17px 0 17px; font-size: clamp(37px, 4vw, 55px); line-height: 1.07; letter-spacing: -.047em; }
.storage-showcase-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.storage-showcase-copy ul { display: grid; gap: 19px; padding: 0; margin: 29px 0 30px; list-style: none; }
.storage-showcase-copy li { display: grid; grid-template-columns: 34px 1fr; gap: 11px; align-items: start; }
.storage-showcase-copy li > svg { color: var(--blue); }
.storage-showcase-copy li strong, .storage-showcase-copy li span { display: block; }
.storage-showcase-copy li strong { margin-bottom: 5px; font-size: 14px; }
.storage-showcase-copy li span { color: var(--muted); font-size: 13px; line-height: 1.55; }

.detail-highlight-section { color: white; background: #06192d; }
.detail-highlight { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.detail-highlight-copy h2 { margin: 16px 0 18px; font-size: clamp(38px, 4vw, 56px); line-height: 1.08; letter-spacing: -.045em; font-weight: 820; }
.detail-highlight-copy > p { max-width: 580px; color: #b8cbd9; font-size: 16px; line-height: 1.75; }
.detail-highlight-copy .button { margin-top: 20px; }
.detail-highlight ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.detail-highlight li { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.detail-highlight li > span { color: #58beff; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.detail-highlight li strong { font-size: 17px; }
.detail-highlight li p { margin: 7px 0 0; color: #9fb5c5; font-size: 13px; line-height: 1.6; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: #edf6fc; font-size: 20px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -3px 45px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.inner-cta { color: white; background: var(--blue); }
.inner-cta > .container { min-height: 275px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.inner-cta h2 { max-width: 750px; margin: 15px 0 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.08; letter-spacing: -.045em; font-weight: 820; }
.inner-cta > .container > div:last-child { display: flex; min-width: 230px; flex-direction: column; align-items: center; gap: 16px; }
.inner-cta > .container > div:last-child > a:last-child { color: #e5f5ff; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.contact-hero, .legal-hero { color: white; background: radial-gradient(circle at 80% 10%, rgba(8,120,201,.45), transparent 36%), linear-gradient(135deg, #041425, #0a3154); }
.contact-hero > .container { min-height: 435px; padding-top: 68px; padding-bottom: 70px; display: flex; flex-direction: column; justify-content: center; }
.contact-hero .breadcrumb, .legal-hero .breadcrumb { margin-bottom: 38px; }
.contact-hero h1 { max-width: 900px; margin: 16px 0 20px; font-size: clamp(46px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; font-weight: 830; }
.contact-hero p { max-width: 720px; margin: 0; color: #bdd0df; font-size: 17px; line-height: 1.7; }
.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.contact-methods { display: grid; gap: 11px; margin: 31px 0; }
.contact-methods a { display: flex; align-items: center; gap: 13px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: white; transition: border-color .2s ease, transform .2s ease; }
.contact-methods a:hover { border-color: #a9cae1; transform: translateX(3px); }
.contact-methods a > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; color: var(--blue); border-radius: 12px; background: #eaf5fd; }
.contact-methods .whatsapp-method { color: white; background: #1fc66f; font-weight: 900; }
.contact-methods small, .contact-methods strong { display: block; }
.contact-methods small { margin-bottom: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.contact-methods strong { font-size: 13px; overflow-wrap: anywhere; }
.location-card { display: flex; gap: 14px; padding: 23px; color: white; border-radius: 15px; background: var(--navy); }
.location-card > span { color: #64c5ff; }
.location-card p { margin: 7px 0 0; color: #b6c9d7; font-size: 13px; line-height: 1.6; }
.hours { color: var(--muted); font-size: 12px; line-height: 1.6; }
.full-form-card { min-height: 680px; padding: 36px; border: 1px solid #dde7ee; border-radius: 22px; background: white; box-shadow: 0 20px 50px rgba(16,48,73,.09); }
.full-form-card form { display: grid; gap: 16px; }
.form-title { margin-bottom: 4px; }
.form-title small { color: var(--orange); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }
.form-title h2 { margin: 5px 0 0; font-size: 28px; letter-spacing: -.035em; }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.full-form-card label { display: grid; gap: 7px; color: #506274; font-size: 12px; font-weight: 800; }
.full-form-card input, .full-form-card select, .full-form-card textarea { width: 100%; min-width: 0; border: 1px solid #d7e2e9; border-radius: 10px; color: var(--ink); background: #f9fbfc; outline: none; }
.full-form-card input, .full-form-card select { height: 48px; padding: 0 13px; }
.full-form-card textarea { padding: 13px; resize: vertical; }
.full-form-card input:focus, .full-form-card select:focus, .full-form-card textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,120,201,.1); }
.full-form-card label.consent { display: flex; grid-template-columns: none; flex-direction: row; align-items: flex-start; gap: 9px; font-weight: 500; }
.full-form-card .consent input { width: 17px; height: 17px; margin-top: 1px; flex: 0 0 17px; accent-color: var(--blue); }
.full-form-success { min-height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.full-form-success > span { width: 70px; height: 70px; display: grid; place-items: center; color: #119b58; border-radius: 50%; background: #e5f7ed; }
.full-form-success h2 { margin: 21px 0 7px; font-size: 28px; }
.full-form-success p { max-width: 440px; color: var(--muted); line-height: 1.7; }
.full-form-success button { margin-top: 15px; border: 0; background: transparent; cursor: pointer; }

.legal-hero > .container { min-height: 350px; padding-top: 68px; padding-bottom: 70px; display: flex; flex-direction: column; justify-content: center; }
.legal-hero h1 { margin: 0 0 15px; font-size: clamp(44px, 5vw, 62px); line-height: 1; letter-spacing: -.05em; font-weight: 830; }
.legal-hero p { max-width: 700px; margin: 0; color: #bdcfdd; line-height: 1.7; }
.legal-section { background: var(--paper); }
.legal-card { max-width: 850px; padding: 54px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 18px 40px rgba(16,48,73,.07); }
.legal-card h2 { margin: 38px 0 10px; font-size: 23px; letter-spacing: -.025em; }
.legal-card p { color: #536678; line-height: 1.8; }
.legal-card a { color: var(--blue); font-weight: 750; }
.legal-notice { margin: 0 0 35px; padding: 18px 20px; border-left: 4px solid var(--orange); border-radius: 0 10px 10px 0; background: var(--orange-soft); }

@media (max-width: 1080px) {
  .header-inner { gap: 20px; }
  .brand { flex-basis: 205px; }
  .brand img { width: 205px; }
  .main-nav { gap: 17px; }
  .main-nav > a { font-size: 13px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 360px; gap: 38px; }
  .story-grid { gap: 52px; }
  .storage-copy { padding: 60px 48px; }
  .inner-hero-grid { gap: 44px; }
  .inner-hero-with-form .inner-hero-grid { grid-template-columns: minmax(0, 1fr) 390px; gap: 35px; }
  .detail-features { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .topbar-locations span:last-child { display: none; }
  .header-inner { min-height: 76px; }
  .main-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 14px 20px 24px; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 28px rgba(0,0,0,.18); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav > a::after { display: none; }
  .nav-services { display: block; align-self: auto; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-services > button { width: 100%; min-height: 49px; justify-content: space-between; color: #dbe7f1; font-size: 13px; }
  .services-submenu { position: static; width: 100%; max-height: 0; padding: 0 0 0 10px; overflow: hidden; visibility: visible; opacity: 1; transform: none; border: 0; border-radius: 0; color: white; background: transparent; box-shadow: none; transition: max-height .25s ease, padding-bottom .25s ease; }
  .nav-services:hover .services-submenu { max-height: 0; padding-bottom: 0; }
  .nav-services.is-open .services-submenu, .nav-services:focus-within .services-submenu { max-height: 280px; padding-bottom: 10px; }
  .services-submenu a { min-height: 42px; color: #bcd0df; border-radius: 7px; }
  .services-submenu a:hover, .services-submenu a:focus-visible { color: white; background: rgba(255,255,255,.08); }
  .mobile-whatsapp { display: block; color: #7cf0ac !important; }
  .header-actions { margin-left: auto; }
  .header-phone, .menu-toggle { display: grid; place-items: center; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 82px; padding-bottom: 68px; }
  .hero-copy { max-width: 650px; }
  .quote-card { width: min(100%, 600px); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:first-child { border-left: 0; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .story-visual { min-height: 480px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 42px 20px; }
  .process-grid::before { display: none; }
  .storage-card { grid-template-columns: 1fr; }
  .storage-visual { min-height: 380px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonials-grid blockquote > p { min-height: auto; }
  .final-cta-inner { padding-block: 70px; flex-direction: column; align-items: flex-start; }
  .final-cta-inner > div:last-child { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
  .inner-hero-grid { grid-template-columns: 1fr; }
  .inner-hero-with-form .inner-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .service-spotlights-grid { grid-template-columns: 1fr; }
  .service-spotlight-card { min-height: 490px; }
  .inner-proof-card { max-width: 570px; }
  .detail-highlight { grid-template-columns: 1fr; gap: 55px; }
  .storage-showcase-grid { grid-template-columns: 1fr; gap: 46px; }
  .storage-showcase-image { min-height: 490px; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .inner-cta > .container { padding-block: 65px; flex-direction: column; align-items: flex-start; }
  .inner-cta > .container > div:last-child { align-items: flex-start; }
  .contact-grid { grid-template-columns: 1fr; }
  .admin-header { align-items: flex-start; }
  .admin-brand span { display: none; }
  .admin-user div { display: none; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
  .admin-filters { grid-template-columns: 1fr 1fr; }
  .admin-search { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .login-page { padding: 14px; }
  .login-card { padding: 36px 22px; }
  .container { width: min(100% - 28px, 1180px); }
  .topbar-inner { min-height: 32px; }
  .topbar-locations { gap: 8px; }
  .topbar-inner > a { font-size: 0; }
  .topbar-inner > a svg { width: 17px; height: 17px; }
  .brand { flex-basis: 188px; }
  .brand img { width: 188px; }
  .header-phone { display: none; }
  .hero-grid { padding-top: 64px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,20,37,.97), rgba(4,20,37,.75)); }
  .hero h1 { font-size: 46px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-proof { align-items: flex-start; }
  .quote-card { padding: 23px; }
  .quote-card form { grid-template-columns: 1fr; }
  .quote-card form label, .quote-card form input, .quote-card form select, .quote-card .button, .privacy-note, .quote-card .quote-field-full { grid-column: 1; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 5px; }
  .trust-grid > div { min-height: 78px; padding: 14px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(2) { border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading.center { margin-bottom: 36px; }
  .section-heading h2, .storage-copy h2, .final-cta h2 { font-size: 38px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 275px; }
  .story-visual { min-height: 430px; }
  .story-badge { left: 30px; top: 55px; }
  .story-badge strong { font-size: 88px; }
  .route-card { left: 22px; right: 22px; bottom: 22px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { text-align: left; padding-left: 91px; min-height: 72px; }
  .step-icon { position: absolute; left: 0; top: 0; }
  .process-grid small { left: 54px; }
  .storage-copy { padding: 48px 28px; }
  .storage-visual { min-height: 320px; }
  .storage-door { inset: 74px 54px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { padding: 22px 0; flex-direction: column; align-items: flex-start; }
  .floating-whatsapp { width: 58px; height: 58px; right: 15px; bottom: 15px; }
  .inner-hero-grid { padding-top: 50px; padding-bottom: 58px; }
  .inner-hero-with-form { min-height: 0; }
  .inner-service-points { gap: 9px 12px; }
  .service-spotlight-card { min-height: 500px; }
  .service-spotlight-copy, .service-spotlights-storage .service-spotlight-copy { padding: 26px 21px; }
  .service-spotlights-storage .service-spotlight-card { min-height: 470px; }
  .service-spotlights-storage .service-spotlight-copy h3 { font-size: 39px; }
  .service-spotlight-copy .button { width: 100%; }
  .inner-hero-copy h1 { font-size: 43px; }
  .breadcrumb { margin-bottom: 30px; }
  .inner-hero-actions { flex-direction: column; align-items: stretch; }
  .inner-hero-actions .button { width: 100%; }
  .inner-proof-card { padding: 26px; }
  .detail-features { grid-template-columns: 1fr; }
  .detail-features article { min-height: 235px; }
  .detail-highlight-section { padding-block: 78px; }
  .detail-highlight li { grid-template-columns: 42px 1fr; }
  .contact-hero h1 { font-size: 44px; }
  .contact-grid { gap: 48px; }
  .full-form-card { min-height: 0; padding: 25px 20px; }
  .form-two { grid-template-columns: 1fr; }
  .full-form-success { min-height: 480px; }
  .legal-card { padding: 28px 21px; }
  .lead-modal-backdrop { padding: 12px; align-items: end; }
  .lead-modal { width: 100%; max-height: calc(100vh - 24px); padding: 36px 23px 25px; border-radius: 23px 23px 15px 15px; }
  .lead-modal h2 { font-size: 28px; }
  .admin-header { min-height: 72px; padding: 10px 15px; }
  .admin-brand img { width: 165px; }
  .admin-user > a:first-of-type { display: none; }
  .admin-main { width: min(100% - 26px, 1280px); padding-top: 35px; }
  .admin-welcome { align-items: flex-start; flex-direction: column; gap: 15px; }
  .admin-welcome h1 { font-size: 34px; }
  .admin-stats { grid-template-columns: 1fr 1fr; gap: 9px; }
  .admin-stats article { min-height: 132px; padding: 19px; }
  .admin-stats strong { font-size: 31px; }
  .admin-card-heading { padding: 23px 19px; align-items: flex-start; flex-direction: column; gap: 17px; }
  .admin-filters { padding: 17px 19px; grid-template-columns: 1fr; }
  .admin-search { grid-column: 1; }
}

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

/* Photographic service cards */
.service-photo-card { min-height: 410px; padding: 0; display: flex; flex-direction: column; }
.service-photo { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #eaf0f4; }
.service-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.service-photo-card:hover .service-photo img { transform: scale(1.045); }
.service-photo .service-number { top: 15px; right: 15px; padding: 7px 10px; border-radius: 8px; color: white; background: rgba(4,20,37,.65); }
.service-body { position: relative; min-height: 196px; padding: 23px 24px 68px; flex: 1; }
.service-body h3 { margin: 0 0 10px; font-size: 20px; }
.service-body p { font-size: 14px; line-height: 1.7; }
.service-body .card-link { left: 24px; bottom: 22px; }

/* Photo under translucent blue experience overlay */
.story-background-image, .story-blue-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.story-background-image { object-fit: cover; object-position: 56% center; }
.story-blue-overlay { background: linear-gradient(150deg, rgba(5,24,47,.85) 0%, rgba(6,46,80,.73) 46%, rgba(4,100,165,.77) 100%); }
.story-visual::before { z-index: 1; pointer-events: none; }
.story-map-pattern { z-index: 1; opacity: .14; }
.story-badge, .route-card { z-index: 2; }
.route-card { backdrop-filter: blur(10px); }

/* Portfolio and Google reviews */
.gallery-section { background: #f5f8fb; }
.gallery-heading { margin-bottom: 42px; display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; }
.gallery-heading .section-heading { max-width: 720px; }
.gallery-heading > a { flex: 0 0 auto; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.gallery-grid figure { position: relative; aspect-ratio: 4 / 4.5; margin: 0; overflow: hidden; border-radius: 19px; background: #e2eaf0; }
.gallery-grid figure::after { position: absolute; inset: 35% 0 0; content: ""; background: linear-gradient(transparent, rgba(3,19,34,.79)); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.gallery-grid figure:hover img { transform: scale(1.055); }
.gallery-grid figcaption { position: absolute; z-index: 1; right: 18px; bottom: 18px; left: 18px; color: white; font-size: 14px; font-weight: 780; line-height: 1.45; }
.gallery-full .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gallery-full .gallery-grid figure { aspect-ratio: 4 / 3; }
.gallery-page-hero { padding: 105px 0 92px; color: white; background: radial-gradient(ellipse at 78% 18%, rgba(8,120,201,.45), transparent 43%), linear-gradient(135deg, #061a30, #0b3458); }
.gallery-page-hero h1 { max-width: 790px; margin: 20px 0 16px; font-size: clamp(42px, 5vw, 68px); letter-spacing: -.055em; line-height: 1.06; }
.gallery-page-hero p { max-width: 630px; margin: 0; color: #c5d8e6; font-size: 17px; line-height: 1.7; }
.google-reviews-heading { margin-bottom: 25px; padding: 19px 23px; display: flex; align-items: center; gap: 14px; border: 1px solid #e0e9ef; border-radius: 15px; background: #f8fbfd; }
.google-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: #4285f4; background: white; font-size: 26px; font-weight: 850; box-shadow: 0 3px 12px rgba(10,43,69,.08); }
.google-reviews-heading strong, .google-reviews-heading small { display: block; }
.google-reviews-heading strong { font-size: 14px; }
.google-reviews-heading small { margin-top: 3px; color: #758594; font-size: 12px; }
.google-reviews-heading > a { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 12px; font-weight: 800; }
.trustindex-widget { min-height: 140px; }

/* Developer signature */
.footer-bottom { flex-wrap: wrap; }
.footer-bottom .footer-legal { display: flex; gap: 21px; }
.developer-credit { display: inline-flex; align-items: center; gap: 9px; color: #a8bbca; }
.developer-credit span { font-size: 11px; }
.developer-credit strong { color: #eef5fa; font-size: 12px; }
.developer-credit img { width: auto; max-width: 118px; max-height: 34px; object-fit: contain; }

/* Lead conversion confirmation */
.thank-you-section { min-height: 630px; padding: 88px 22px; display: grid; place-items: center; background: radial-gradient(ellipse at 80% 20%, rgba(8,120,201,.09), transparent 42%), #f5f8fb; }
.thank-you-card { width: min(100%, 690px); padding: 67px 59px; text-align: center; border: 1px solid #e0e9ef; border-radius: 25px; background: white; box-shadow: 0 22px 70px rgba(12,43,68,.09); }
.thank-you-icon { width: 78px; height: 78px; margin: 0 auto 25px; display: grid; place-items: center; border-radius: 50%; color: white; background: #1db56a; box-shadow: 0 16px 35px rgba(29,181,106,.25); }
.thank-you-card h1 { margin: 17px 0 15px; font-size: clamp(34px, 4.5vw, 49px); letter-spacing: -.048em; line-height: 1.08; }
.thank-you-card > p { max-width: 490px; margin: 0 auto; color: #637587; font-size: 16px; line-height: 1.75; }
.thank-you-actions { margin-top: 29px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 18px; }

/* Administrative navigation and durable content editor */
.admin-tabs { margin: 0 0 24px; padding: 5px; display: inline-flex; gap: 5px; border: 1px solid #d7e3eb; border-radius: 12px; background: white; }
.admin-tabs button { min-height: 44px; padding: 0 20px; border: 0; border-radius: 9px; color: #607386; background: transparent; cursor: pointer; font-size: 13px; font-weight: 780; }
.admin-tabs button.active { color: white; background: #0c3558; }
.admin-lead-actions { display: grid; gap: 7px; justify-items: start; }
.admin-delete-lead { min-height: 31px; padding: 0 10px; border: 1px solid #f1cfce; border-radius: 7px; color: #ae4541; background: #fff4f3; cursor: pointer; font-size: 10px; font-weight: 750; }
.site-manager { display: grid; gap: 21px; }
.manager-toolbar { padding: 27px 29px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid #dce6ed; border-radius: 16px; background: white; }
.manager-toolbar > div > span { color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 850; }
.manager-toolbar h2 { margin: 7px 0; color: #173047; font-size: 25px; letter-spacing: -.03em; }
.manager-toolbar p { margin: 0; color: #758594; font-size: 13px; }
.manager-save { min-height: 45px; padding: 0 18px; flex: 0 0 auto; border: 0; border-radius: 10px; color: white; background: #0878c9; cursor: pointer; font-size: 12px; font-weight: 850; box-shadow: 0 10px 20px rgba(8,120,201,.17); }
.manager-save:disabled { opacity: .65; cursor: progress; }
.manager-notice, .manager-error { padding: 16px 18px; border-radius: 11px; font-size: 13px; line-height: 1.55; }
.manager-notice { color: #147648; background: #e5f6ec; border: 1px solid #c6ead5; }
.manager-error { color: #a33b35; background: #fff0ef; border: 1px solid #f2cfcc; }
.manager-card { padding: 29px; border: 1px solid #dce6ed; border-radius: 17px; background: white; box-shadow: 0 9px 25px rgba(12,43,68,.035); }
.manager-card-title { margin-bottom: 27px; padding-bottom: 22px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid #e7eef3; }
.manager-card-title > span { width: 41px; height: 41px; flex: 0 0 41px; display: grid; place-items: center; border-radius: 12px; color: #0878c9; background: #eaf5fb; font-size: 12px; font-weight: 900; }
.manager-card-title h3 { margin: 0 0 4px; color: #173047; font-size: 17px; }
.manager-card-title p { margin: 0; color: #718393; font-size: 12px; line-height: 1.5; }
.manager-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; }
.manager-fields > label, .manager-service-card > label, .manager-gallery article > label, .manager-faq-item > div > label { display: grid; gap: 7px; color: #526778; font-size: 12px; font-weight: 780; }
.manager-fields input:not([type="checkbox"]):not([type="file"]), .manager-fields select, .manager-fields textarea, .manager-service-card input:not([type="file"]), .manager-service-card textarea, .manager-gallery article input, .manager-faq-item input, .manager-faq-item textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid #d7e2e9; border-radius: 9px; color: #23394d; background: #fbfcfd; outline: none; font-size: 14px; line-height: 1.5; }
.manager-fields input:focus, .manager-fields select:focus, .manager-fields textarea:focus, .manager-service-card input:focus, .manager-service-card textarea:focus, .manager-gallery input:focus, .manager-faq-item input:focus, .manager-faq-item textarea:focus { border-color: #58a5d8; box-shadow: 0 0 0 3px rgba(8,120,201,.09); }
.manager-fields textarea, .manager-service-card textarea, .manager-faq-item textarea { min-height: 88px; resize: vertical; }
.manager-full { grid-column: 1 / -1; }
.manager-fields label > small, .manager-image-field > small { color: #7c8b97; font-size: 11px; line-height: 1.5; font-weight: 450; }
.manager-image-field { max-width: 290px; align-content: start; justify-items: start; position: relative; }
.manager-image-preview { width: min(240px, 100%); aspect-ratio: 5 / 3; overflow: hidden; display: grid; place-items: center; border: 1px solid #dce5eb; border-radius: 11px; color: #778896; background: #f1f5f8; }
.manager-image-preview img { width: 100%; height: 100%; object-fit: cover; display: block; }
.manager-image-field input[type="file"], .manager-gallery-add input { width: 1px; height: 1px; position: absolute; overflow: hidden; opacity: 0; }
.manager-upload-button { min-height: 38px; padding: 0 13px; display: inline-flex; align-items: center; border: 1px solid #bed9ea; border-radius: 8px; color: #146d9f; background: #edf7fd; font-size: 11px; font-weight: 800; cursor: pointer; }
.manager-services { margin-top: 24px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.manager-service-card { padding: 20px; display: grid; align-content: start; gap: 14px; border: 1px solid #dde7ed; border-radius: 13px; background: #fbfcfd; }
.manager-service-number { color: #0878c9; text-transform: uppercase; letter-spacing: .09em; font-size: 10px; font-weight: 900; }
.manager-gallery { margin-top: 23px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.manager-gallery article { padding: 12px; display: grid; align-content: start; gap: 11px; border: 1px solid #dce6ed; border-radius: 12px; }
.manager-gallery article > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; }
.manager-remove { min-height: 34px; border: 1px solid #f1d2cf; border-radius: 8px; color: #a23d37; background: #fff4f2; cursor: pointer; font-size: 11px; font-weight: 750; }
.manager-gallery-add { min-height: 210px; position: relative; padding: 18px; display: grid; place-content: center; justify-items: center; gap: 8px; border: 1px dashed #afcadb; border-radius: 12px; color: #146d9f; background: #f1f8fc; cursor: pointer; }
.manager-gallery-add > span { font-size: 13px; font-weight: 850; }
.manager-gallery-add > small { max-width: 170px; color: #718393; text-align: center; line-height: 1.5; font-size: 11px; }
.manager-toggle { grid-column: 1 / -1; padding: 15px; display: flex !important; align-items: center; gap: 11px !important; border: 1px solid #d9e8df; border-radius: 10px; background: #f2faf5; }
.manager-toggle input { width: 18px; height: 18px; accent-color: #18a45b; }
.manager-faq-list { margin-top: 22px; display: grid; gap: 9px; }
.manager-faq-item { border: 1px solid #dce6ed; border-radius: 10px; background: #fbfcfd; }
.manager-faq-item > summary { padding: 14px 15px; cursor: pointer; color: #253c50; font-size: 12px; font-weight: 800; }
.manager-faq-item > summary > span { margin-left: 10px; color: #718393; font-size: 11px; font-weight: 450; }
.manager-faq-item > div { padding: 0 15px 16px; display: grid; gap: 13px; }
.manager-bottom-save { display: flex; justify-content: flex-end; }

@media (max-width: 960px) {
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid figure { aspect-ratio: 4 / 3; }
  .gallery-full .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .manager-services, .manager-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .service-photo-card { min-height: 0; }
  .service-body { min-height: 177px; padding: 20px 20px 62px; }
  .service-body .card-link { left: 20px; bottom: 19px; }
  .gallery-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .gallery-all-button { width: 100%; }
  .storage-showcase-image { min-height: 380px; }
  .storage-showcase-badge { right: 14px; bottom: 14px; left: 14px; padding: 13px; }
  .storage-showcase-copy h2 { font-size: 38px; }
  .gallery-grid, .gallery-full .gallery-grid { grid-template-columns: 1fr; gap: 14px; }
  .gallery-grid figure { aspect-ratio: 4 / 3; }
  .gallery-page-hero { padding: 77px 0 68px; }
  .gallery-page-hero h1 { font-size: 42px; }
  .google-reviews-heading { flex-wrap: wrap; padding: 15px; }
  .google-reviews-heading > a { width: 100%; margin: 3px 0 0 57px; }
  .footer-bottom .footer-legal { gap: 14px; }
  .thank-you-section { min-height: 540px; padding: 63px 14px; }
  .thank-you-card { padding: 39px 21px; }
  .thank-you-actions { flex-direction: column; }
  .admin-tabs { width: 100%; }
  .admin-tabs button { flex: 1; padding: 0 9px; font-size: 12px; }
  .manager-toolbar { padding: 20px; align-items: flex-start; flex-direction: column; }
  .manager-toolbar .manager-save { width: 100%; }
  .manager-card { padding: 19px 16px; }
  .manager-card-title { align-items: flex-start; }
  .manager-fields, .manager-services, .manager-gallery { grid-template-columns: 1fr; }
  .manager-full { grid-column: 1; }
  .manager-bottom-save .manager-save { width: 100%; }
}
