:root { --ink:#0b0b0c; --paper:#f3f3f2; --white:#fff; --red:#d51f26; --muted:#6d6f72; --line:#d1d1d0; --dark:#111112; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Inter,"Helvetica Neue",Arial,sans-serif; font-size:16px; }
a { color:inherit; text-decoration:none; }
button,input,textarea { font:inherit; }
.notice { min-height:48px; display:flex; justify-content:center; align-items:center; gap:12px; padding:10px 5vw; background:var(--red); color:white; font-weight:600; }
.notice p { margin:0; }
.notice-mark { width:24px; height:24px; display:grid; place-items:center; border:1px solid; border-radius:50%; }
.notice-modal { position:fixed; z-index:100; inset:0; display:grid; place-items:center; padding:20px; background:rgba(11,11,12,.72); backdrop-filter:blur(4px); animation:notice-in .2s ease; }
.notice-modal.is-closing { opacity:0; transition:opacity .18s ease; }
.notice-modal-card { position:relative; width:min(560px,100%); padding:48px; background:var(--white); border-top:6px solid var(--red); box-shadow:0 24px 80px rgba(0,0,0,.34); }
.notice-modal-card>.notice-mark { margin-bottom:24px; border-color:var(--red); color:var(--red); font-weight:700; }
.notice-modal-card .section-label { margin-bottom:12px; }
.notice-modal-card h2 { font-size:clamp(2.3rem,6vw,4rem); }
.notice-modal-card p { margin:24px 0 30px; color:#4f5558; font-size:1.08rem; line-height:1.65; white-space:pre-line; }
.notice-modal-close { position:absolute; top:16px; right:18px; width:42px; height:42px; border:0; background:transparent; color:var(--ink); font-size:2rem; line-height:1; cursor:pointer; }
.notice-modal-open { overflow:hidden; }
@keyframes notice-in { from { opacity:0; } }
.site-header,.admin-header { height:88px; padding:0 5vw; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.brand { display:flex; align-items:center; font:700 21px/1 Inter,"Helvetica Neue",Arial,sans-serif; letter-spacing:-1px; }
.brand i { padding:6px 7px; margin-left:4px; background:var(--red); color:white; font-style:normal; }
nav { display:flex; gap:34px; font-size:.94rem; }
nav a:hover,.text-link:hover { opacity:.58; }
.button { display:inline-flex; justify-content:center; align-items:center; min-height:52px; padding:0 25px; border:1px solid var(--ink); background:var(--ink); color:white; cursor:pointer; transition:.2s; }
.button:hover { border-color:var(--red); background:var(--red); color:white; }
.button-small { min-height:42px; padding:0 20px; font-size:.9rem; }
.hero { min-height:700px; display:grid; grid-template-columns:1.08fr .92fr; padding:70px 5vw 84px; border-bottom:1px solid var(--line); }
.hero-copy { display:flex; flex-direction:column; justify-content:center; padding-right:7vw; }
.eyebrow,.section-label { display:block; margin-bottom:28px; color:var(--red); font-size:.78rem; font-weight:700; letter-spacing:.15em; text-transform:uppercase; }
h1,h2 { margin:0; font-family:Inter,"Helvetica Neue",Arial,sans-serif; font-weight:500; letter-spacing:-.055em; line-height:.99; }
h1 { font-size:clamp(3.4rem,6.3vw,6.9rem); }
h1 em { color:var(--red); font-style:normal; }
.hero-copy>p { max-width:580px; margin:34px 0; color:#555b5e; font-size:1.18rem; line-height:1.65; }
.hero-actions { display:flex; align-items:center; gap:28px; }
.text-link { font-weight:600; }
.text-link span { display:inline-block; margin-left:7px; }
.hero-guide { align-self:center; padding:48px; background:var(--dark); color:white; border-top:5px solid var(--red); }
.hero-guide-label { display:block; color:#aaa; font-size:.78rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.hero-guide h2 { margin:24px 0 36px; font-size:clamp(2rem,3vw,3.2rem); line-height:1.08; }
.hero-guide ul { margin:0; padding:0; list-style:none; border-top:1px solid #3a3a3b; }
.hero-guide li { display:grid; gap:5px; padding:20px 0; border-bottom:1px solid #3a3a3b; }
.hero-guide li strong { font-size:1.03rem; }
.hero-guide li span { color:#a8a8aa; line-height:1.45; }
.hero-guide>a { display:block; margin-top:28px; color:#ff6267; font-weight:600; line-height:1.5; }
.hero-photo { grid-column:1/-1; position:relative; margin:64px 0 0; overflow:hidden; background:#d9d9d6; }
.hero-photo img { display:block; width:100%; height:clamp(280px,34vw,520px); object-fit:cover; }
.hero-photo figcaption { position:absolute; left:0; bottom:0; padding:12px 20px; background:var(--red); color:#fff; font-size:.76rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.intro { display:grid; grid-template-columns:1fr 1fr; gap:8vw; padding:130px 8vw; }
h2 { font-size:clamp(2.8rem,5vw,5.6rem); }
.intro-copy { align-self:end; }
.intro-copy>p { margin:0 0 42px; max-width:600px; color:#4f5558; font-size:1.3rem; line-height:1.65; }
.benefits { border-top:1px solid var(--line); }
.benefits span { display:flex; align-items:center; min-height:57px; border-bottom:1px solid var(--line); font-weight:500; }
.benefits span:before { content:"✓"; width:29px; height:29px; display:grid; place-items:center; margin-right:16px; border-radius:50%; background:var(--red); color:white; font-size:.8rem; }
.results { padding:110px 5vw 120px; background:var(--white); }
.section-head { display:flex; align-items:end; justify-content:space-between; margin-bottom:58px; }
.carousel-controls { display:flex; align-items:center; gap:17px; }
.carousel-controls button { width:46px; height:46px; border:1px solid var(--line); background:white; cursor:pointer; }
.carousel-controls button:hover { border-color:var(--ink); }
.carousel { position:relative; }
.comparison { display:none; grid-template-columns:1fr 1fr; gap:3px; animation:reveal .55s ease; }
.comparison.active { display:grid; }
@keyframes reveal { from { opacity:.2; transform:translateY(8px); } }
.comparison figure { position:relative; margin:0; height:min(54vw,610px); overflow:hidden; background:#d9d9d6; }
.comparison img { width:100%; height:100%; object-fit:cover; }
.comparison figcaption { position:absolute; left:18px; top:18px; padding:9px 15px; background:var(--white); font-size:.78rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase; }
.comparison figure+figure figcaption { background:var(--red); color:white; }
.case-title { grid-column:1/-1; margin:14px 0 0; color:var(--muted); }
.empty-gallery { height:380px; display:grid; place-items:center; background:var(--dark); color:white; text-align:center; }
.empty-gallery p { max-width:330px; font-size:1.15rem; }
.empty-line { position:absolute; width:140px; height:140px; border:1px solid var(--red); border-radius:50%; opacity:.5; }
.reviews { display:grid; grid-template-columns:.8fr 1.2fr; gap:8vw; padding:120px 8vw; background:var(--paper); border-top:1px solid var(--line); }
.reviews-heading { align-self:center; }
.review-stage { min-height:420px; display:grid; }
.review-card,.review-empty { grid-area:1/1; min-height:420px; margin:0; padding:58px; background:white; border:1px solid var(--line); }
.review-card { display:none; flex-direction:column; justify-content:space-between; animation:reveal .55s ease; }
.review-card.active { display:flex; }
.google-rating { display:flex; align-items:center; justify-content:space-between; }
.google-g { font:700 1.75rem/1 "Manrope",sans-serif; color:#4285f4; }
.stars { color:#f5ad13; letter-spacing:.12em; }
.review-card>p { margin:42px 0; font:500 clamp(1.5rem,2.5vw,2.6rem)/1.35 Inter,"Helvetica Neue",Arial,sans-serif; letter-spacing:-.035em; }
.review-card footer { min-height:auto; padding:0; display:flex; align-items:flex-start; flex-direction:column; gap:4px; }
.review-card footer span { color:var(--muted); font-size:.88rem; }
.review-empty { display:flex; flex-direction:column; justify-content:center; align-items:center; gap:24px; color:var(--muted); text-align:center; }
.review-dots { display:flex; gap:9px; margin-top:46px; }
.review-dots button { width:28px; height:4px; padding:0; border:0; background:#c9cac6; cursor:pointer; }
.review-dots button.active { background:var(--red); }
.contact { padding:120px 8vw; background:var(--dark); color:white; }
.section-label.light { color:#ff6267; }
.contact>p { margin:28px 0 66px; color:#b7bbbd; font-size:1.2rem; }
.contact-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:6vw; align-items:stretch; }
.contact-grid { display:grid; grid-template-columns:1fr; border-top:1px solid #45494b; }
.contact-grid a { padding:28px 22px 28px 0; border-bottom:1px solid #45494b; }
.contact-grid small { display:block; margin-bottom:15px; color:#94999b; text-transform:uppercase; letter-spacing:.12em; }
.contact-grid strong { font:500 1.25rem/1.5 Inter,"Helvetica Neue",Arial,sans-serif; }
.contact-grid a:hover strong { color:#ff6267; }
.map-consent { min-height:390px; overflow:hidden; background:#151719; border:1px solid #45494b; }
.map-consent iframe { width:100%; height:100%; min-height:390px; border:0; display:block; filter:grayscale(1) contrast(1.05); }
.map-placeholder { height:100%; min-height:390px; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:35px; text-align:center; background:radial-gradient(circle at center,rgba(213,31,38,.13),transparent 45%); }
.map-placeholder strong { font-size:1.35rem; line-height:1.4; }
.map-placeholder p { max-width:430px; color:#aeb2b3; line-height:1.55; }
.map-pin { display:grid; place-items:center; width:52px; height:52px; margin-bottom:22px; border:1px solid var(--red); border-radius:50%; color:#ff6267; font-size:1.7rem; }
.button-light { border-color:white; background:white; color:var(--ink); }
footer { min-height:110px; display:flex; align-items:center; gap:40px; padding:0 5vw; }
footer p { color:var(--muted); font-size:.86rem; }
footer p:last-child { margin-left:auto; }
.brand-footer { font-size:17px; }

.admin-body { min-height:100vh; }
.admin-header { background:white; }
.text-button,.delete-button { border:0; padding:8px 0; background:none; cursor:pointer; text-decoration:underline; }
.admin-main { width:min(1180px,90vw); margin:0 auto; padding:80px 0 120px; }
.login-card { width:min(520px,100%); margin:5vh auto; padding:48px; background:white; border:1px solid var(--line); }
.login-card h1,.admin-title h1 { font-size:clamp(3rem,6vw,5.5rem); }
.form-error { padding:13px 16px; background:#ffe2df; color:#8a1911; }
.success-message { padding:14px 18px; margin:28px 0; background:#e6f2b9; }
.stack-form { display:grid; gap:12px; margin-top:34px; }
.stack-form label { font-weight:600; }
.stack-form input[type="text"],.stack-form input[type="password"],.stack-form textarea { width:100%; padding:15px; border:1px solid #bbbdbb; border-radius:0; background:#fff; }
.stack-form select { width:100%; padding:15px; border:1px solid #bbbdbb; border-radius:0; background:#fff; }
.stack-form textarea { resize:vertical; }
.stack-form .button { margin-top:12px; }
.admin-title>p { color:var(--muted); font-size:1.1rem; }
.admin-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:55px; }
.admin-card { padding:34px; background:white; border:1px solid var(--line); }
.admin-card h2,.admin-list h2 { font-size:2.1rem; letter-spacing:-.04em; }
.check-row { display:flex; gap:10px; align-items:flex-start; margin:8px 0; font-weight:400!important; }
.check-row input { width:19px; height:19px; }
.upload-pair { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.upload-pair label { display:grid; gap:8px; }
.upload-pair input { max-width:100%; padding:14px; border:1px dashed #aaa; background:#f8f8f6; }
.admin-list { margin-top:70px; }
.section-head.compact { margin-bottom:24px; }
.admin-items { display:grid; gap:10px; }
.admin-item { display:grid; grid-template-columns:190px 1fr auto; gap:20px; align-items:center; padding:13px; background:white; border:1px solid var(--line); }
.admin-item>div { display:grid; grid-template-columns:1fr 1fr; gap:2px; height:70px; }
.admin-item img { width:100%; height:100%; object-fit:cover; }
.delete-button { color:#a62d25; }
.muted { color:var(--muted); }
.review-admin-card { margin-top:22px; }
.review-admin-list { display:grid; gap:10px; }
.review-admin-item { display:grid; grid-template-columns:200px 1fr auto; gap:24px; align-items:start; padding:22px; background:white; border:1px solid var(--line); }
.review-admin-item>div { display:flex; flex-direction:column; gap:8px; }
.review-admin-item p { margin:0; color:#505558; line-height:1.55; }
.whatsapp-button { position:fixed; z-index:21; right:18px; bottom:18px; display:flex; align-items:center; gap:10px; min-height:56px; padding:0 19px 0 15px; border-radius:999px; background:#25d366; color:#071d0f; box-shadow:0 10px 32px rgba(0,0,0,.22); font-weight:700; transition:transform .2s,box-shadow .2s; }
.whatsapp-button:hover { transform:translateY(-2px); box-shadow:0 14px 38px rgba(0,0,0,.28); }
.whatsapp-button svg { width:29px; height:29px; fill:currentColor; }
.cookie-settings { position:fixed; z-index:20; left:16px; bottom:14px; padding:7px 10px; border:1px solid #bbb; background:rgba(255,255,255,.92); color:#4f5355; font-size:.75rem; cursor:pointer; }
.cookie-banner { position:fixed; z-index:50; inset:auto 20px 20px; display:grid; grid-template-columns:1fr auto; gap:40px; align-items:end; padding:30px; background:white; border:1px solid var(--ink); box-shadow:0 20px 70px rgba(0,0,0,.2); }
.cookie-banner[hidden] { display:none; }
.cookie-banner .eyebrow { margin-bottom:12px; }
.cookie-banner h2 { font-size:1.75rem; letter-spacing:-.04em; }
.cookie-banner p { max-width:720px; margin:13px 0 0; color:#555b5e; line-height:1.5; }
.cookie-banner p a,.legal-page a { text-decoration:underline; }
.cookie-actions { display:flex; gap:10px; }
.button-outline { background:white; color:var(--ink); }
.legal-page { width:min(800px,90vw); margin:0 auto; padding:100px 0 130px; }
.legal-page h1 { font-size:clamp(3.6rem,8vw,7rem); }
.legal-intro { margin:28px 0 70px; color:var(--muted); font-size:1.25rem; line-height:1.6; }
.legal-page section { padding:38px 0; border-top:1px solid var(--line); }
.legal-page section h2 { font-size:1.7rem; letter-spacing:-.03em; }
.legal-page section p { line-height:1.7; color:#4d5254; }
.legal-page code { font-size:.9em; }

@media (max-width:800px) {
  .site-header { height:72px; } nav { display:none; } .button-small { min-height:38px; }
  .hero { min-height:auto; grid-template-columns:1fr; gap:48px; padding-top:62px; }
.hero-photo { margin-top:0; } .hero-photo img { height:62vw; max-height:380px; } .hero-photo figcaption { padding:10px 14px; font-size:.68rem; }
  .hero-copy { padding-right:0; } .hero-copy>p { font-size:1.05rem; } .hero-guide { padding:34px 28px; }
  .intro { grid-template-columns:1fr; padding:90px 5vw; }
  .section-head { align-items:center; } .section-head h2 { font-size:2.6rem; }
  .comparison { grid-template-columns:1fr; } .comparison figure { height:76vw; } .case-title { grid-column:1; }
  .contact { padding:90px 5vw; } .contact-layout { grid-template-columns:1fr; } .contact-grid { grid-template-columns:1fr; }
  .reviews { grid-template-columns:1fr; padding:90px 5vw; } .review-stage,.review-card,.review-empty { min-height:380px; } .review-card { padding:36px; }
  footer { flex-wrap:wrap; gap:10px 25px; padding-top:25px; padding-bottom:25px; } footer p:last-child { width:100%; margin:0; }
  .admin-header { height:68px; padding:0 20px; position:sticky; top:0; z-index:30; }
  .admin-main { width:100%; padding:34px 16px 80px; }
  .admin-title h1 { font-size:2.8rem; }
  .admin-title .eyebrow { margin-bottom:16px; }
  .admin-grid { grid-template-columns:1fr; gap:16px; margin-top:34px; }
  .admin-card { padding:24px 18px; }
  .admin-card h2,.admin-list h2 { font-size:1.75rem; }
  .stack-form { margin-top:24px; }
  .stack-form input[type="text"],.stack-form input[type="password"],.stack-form textarea,.stack-form select { min-height:48px; font-size:16px; }
  .upload-pair { grid-template-columns:1fr; }
  .upload-pair input { width:100%; }
  .login-card { padding:28px 20px; margin:2vh auto; }
  .admin-list { margin-top:44px; }
  .section-head.compact { align-items:flex-start; gap:8px; }
  .admin-item { grid-template-columns:1fr; gap:14px; padding:14px; }
  .admin-item>div { height:42vw; min-height:150px; }
  .admin-item form { grid-column:1; }
  .admin-item .delete-button,.review-admin-item .delete-button { min-height:44px; width:100%; border:1px solid #d6aaa7; text-decoration:none; }
  .review-admin-item { grid-template-columns:1fr; gap:12px; }
  .notice { align-items:flex-start; padding:12px 16px; text-align:left; }
  .notice-mark { flex:0 0 24px; }
  .notice-modal { padding:12px; }
  .notice-modal-card { max-height:calc(100vh - 24px); overflow:auto; padding:38px 22px 24px; }
  .notice-modal-card .button { width:100%; }
  .cookie-banner { inset:auto 10px 10px; grid-template-columns:1fr; gap:20px; padding:23px; } .cookie-actions { flex-direction:column; } .cookie-actions .button { width:100%; }
  .legal-header { padding:0 4vw; }
  .whatsapp-button { right:12px; bottom:12px; width:56px; padding:0; justify-content:center; } .whatsapp-button span { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }
}

@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { animation:none!important; transition:none!important; } }

.footer-legal {
  font-size: 0.78rem;
  line-height: 1.6;
  opacity: 0.65;
  max-width: 72ch;
}
