/* Shared stylesheet for all four GLADKO pages. */
html{scroll-behavior:smooth;overflow-x:hidden}
body.full-page{
  --bg:#fffdfc;
  --soft:#f6ebea;
  --soft2:#fcf6f5;
  --ink:#25191a;
  --muted:#786a6b;
  --line:#ead8d5;
  --rose:#dba9a4;
  --rose-2:#e8c1be;
  --rose-3:#c98986;
  --deep:#3a2625;
  --green:#24b842;
  --white:#fff;
  --shadow:0 24px 70px rgba(79,45,45,.12);
  --radius:30px;
}
body.full-page, body.full-page *{box-sizing:border-box}

body.full-page{
  margin:0;
  background:radial-gradient(circle at top left,rgba(232,193,190,.26),transparent 26%),var(--bg);
  color:var(--ink);
  font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
body.full-page a{color:inherit;text-decoration:none}
body.full-page img{max-width:100%;display:block}
body.full-page h1,body.full-page h2,body.full-page h3,body.full-page h4,body.full-page p{margin-top:0}
body.full-page .container{width:min(1180px,calc(100% - 40px));margin:0 auto}
body.full-page .section{padding:96px 0}
body.full-page .section--soft{background:linear-gradient(180deg,#fff 0%,#fcf6f5 100%)}
body.full-page .section--dark{background:linear-gradient(180deg,#221717 0%,#2b1b1c 100%);color:#fff}
body.full-page .card-shadow{box-shadow:var(--shadow)}

body.full-page .header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,252,251,.88);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(234,216,213,.78)
}
body.full-page .header__inner{height:82px;display:flex;align-items:center;gap:28px}
body.full-page .brand{display:inline-flex;align-items:center;gap:14px;min-width:0}
body.full-page .brand__logo{width:52px;height:52px;border-radius:16px;object-fit:cover;box-shadow:0 8px 24px rgba(201,137,134,.18)}
body.full-page .brand__text{display:flex;flex-direction:column;min-width:0}
body.full-page .brand__text strong{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:30px;
  font-weight:600;
  letter-spacing:.06em;
  line-height:.9;
}
body.full-page .brand__text small{
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:10px;
  color:#876f6f;
  white-space:nowrap;
}
body.full-page .nav{display:flex;gap:24px;margin-left:auto}
body.full-page .nav a{font-size:14px;color:#6b5d5d;font-weight:600}
body.full-page .nav a:hover{color:#000}

body.full-page .btn{
  display:inline-flex;justify-content:center;align-items:center;gap:8px;
  min-height:54px;padding:0 24px;border-radius:18px;border:1px solid transparent;
  font:700 15px/1 Manrope,ui-sans-serif,sans-serif;cursor:pointer;transition:.2s ease;
}
body.full-page .btn:hover{transform:translateY(-2px)}
body.full-page .btn--small{min-height:46px;padding:0 18px;border-radius:14px}
body.full-page .btn--primary{background:linear-gradient(135deg,var(--rose-2),var(--rose));color:#2c1a1a;box-shadow:0 12px 32px rgba(219,169,164,.28)}
body.full-page .btn--primary:hover{background:linear-gradient(135deg,#edd0cd,#dfb0ab)}
body.full-page .btn--dark{background:var(--deep);color:#fff}
body.full-page .btn--dark:hover{background:#281a19}
body.full-page .btn--ghost{background:#fff;border-color:var(--line)}
body.full-page .btn--line{background:transparent;border-color:#c9b0ae;color:#3e2a29}
body.full-page .btn--wide{width:100%}

body.full-page .eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:#846d6e
}
body.full-page .eyebrow--light{color:#dacaca}
body.full-page .dot{width:8px;height:8px;border-radius:50%;background:var(--rose-3);box-shadow:0 0 0 6px rgba(201,137,134,.12)}

body.full-page .hero{padding-top:74px;overflow:hidden}
body.full-page .hero__grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}
body.full-page .hero__logo-chip{
  margin-top:18px;display:inline-flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);
  border-radius:999px;padding:10px 18px;box-shadow:0 10px 24px rgba(82,49,49,.06)
}
body.full-page .hero__logo-chip img{width:38px;height:38px;border-radius:10px}
body.full-page .hero__logo-chip span{font-size:13px;color:#6f6263;font-weight:700}
body.full-page .hero h1{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(54px,6.5vw,86px);line-height:.92;letter-spacing:-.03em;
  margin:22px 0 22px;max-width:720px;font-weight:600
}
body.full-page .hero h1 span{color:#a87572}
body.full-page .hero__lead{font-size:19px;color:#665a5b;max-width:680px}
body.full-page .hero__lead strong{color:#2b1c1c}
body.full-page .hero__actions{display:flex;gap:12px;margin:34px 0}
body.full-page .trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:34px}
body.full-page .trust-card{border-top:1px solid var(--line);padding-top:16px;display:flex;flex-direction:column;gap:4px}
body.full-page .trust-card strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:32px;font-weight:600}
body.full-page .trust-card span{font-size:12px;color:var(--muted)}

body.full-page .hero__visual{position:relative;min-height:640px}
body.full-page .hero-collage{position:absolute;inset:0}
body.full-page .hero-collage figure{margin:0;overflow:hidden;border-radius:34px;background:#eee}
body.full-page .hero-collage img{width:100%;height:100%;object-fit:cover}
body.full-page .hero-collage__main{position:absolute;left:0;top:24px;width:72%;height:72%}
body.full-page .hero-collage__side{position:absolute;right:0;top:0;width:36%;height:42%}
body.full-page .hero-collage__bottom{position:absolute;right:24px;bottom:0;width:46%;height:36%}
body.full-page .price-float{position:absolute;z-index:5;background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px 18px;box-shadow:0 14px 40px rgba(70,38,55,.12);min-width:156px}
body.full-page .price-float small{display:block;color:#8a7e80;font-size:11px;margin-bottom:3px;text-transform:uppercase;letter-spacing:.08em}
body.full-page .price-float b{font-family:"Cormorant Garamond",Georgia,serif;font-size:30px;line-height:1;font-weight:600}
body.full-page .price-float--1{left:-8px;top:70px}
body.full-page .price-float--2{right:-8px;top:245px;background:#fff8f7}
body.full-page .price-float--3{left:28px;bottom:30px}

body.full-page .section-head{text-align:center;max-width:810px;margin:0 auto 48px}
body.full-page .section-head--left{text-align:left;margin-left:0}
body.full-page .section-head h2{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(42px,4.2vw,62px);line-height:.98;letter-spacing:-.025em;margin:14px 0 16px;font-weight:600
}
body.full-page .section-head p{color:var(--muted);font-size:17px}
body.full-page .section-head--light p{color:#c8bbbb}

body.full-page .promo{background:linear-gradient(180deg,#fff 0%,#fff8f7 100%)}
body.full-page .promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
body.full-page .promo-card{
  min-height:390px;border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff;
  display:flex;flex-direction:column;box-shadow:0 12px 38px rgba(44,26,36,.05)
}
body.full-page .promo-card--featured{background:linear-gradient(180deg,#f4dcd8 0%,#ecd0cc 100%);transform:translateY(-14px);border-color:transparent;box-shadow:0 24px 60px rgba(161,92,127,.18)}
body.full-page .promo-card__top{display:flex;justify-content:space-between;align-items:center;color:#887d82;font-size:13px}
body.full-page .pill{padding:7px 10px;border:1px solid #dcc9c8;border-radius:999px;font-size:11px;font-weight:750}
body.full-page .pill--dark{background:#241817;border-color:#241817;color:#fff}
body.full-page .promo-card h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:56px;letter-spacing:-.03em;margin:34px 0 8px;font-weight:600}
body.full-page .promo-card p{color:#6e6469;margin-bottom:14px}
body.full-page .promo-list{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:10px}
body.full-page .promo-list li{position:relative;padding-left:18px;color:#5f5356;font-size:14px}
body.full-page .promo-list li:before{content:"";position:absolute;left:0;top:9px;width:7px;height:7px;border-radius:50%;background:var(--rose-3)}
body.full-page .fineprint{text-align:center;color:#8e8288;font-size:12px;margin:18px auto 0;max-width:760px}

body.full-page .gallery-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-auto-rows:240px;gap:16px}
body.full-page .gallery-card{margin:0;border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 14px 40px rgba(60,34,44,.08)}
body.full-page .gallery-card img{width:100%;height:100%;object-fit:cover}
body.full-page .gallery-card--tall{grid-row:span 2}

body.full-page .why__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}
body.full-page .why__photo{border-radius:34px;overflow:hidden;background:#eee}
body.full-page .why__photo img{width:100%;height:100%;object-fit:cover;min-height:600px}
body.full-page .why__content h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(40px,4.2vw,60px);line-height:1;margin:12px 0 18px;font-weight:600}
body.full-page .benefits{display:grid;grid-template-columns:1fr 1fr;gap:16px}
body.full-page .benefit{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px}
body.full-page .benefit>span{font-size:12px;color:#a88f9b;font-weight:800;letter-spacing:.1em}
body.full-page .benefit h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:28px;margin:18px 0 8px;font-weight:600}
body.full-page .benefit p{color:#756c71;font-size:14px;margin-bottom:0}

body.full-page .service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
body.full-page .service-card{border-radius:28px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 12px 36px rgba(58,35,47,.06)}
body.full-page .service-card img{width:100%;aspect-ratio:1.12/1;object-fit:cover}
body.full-page .service-card__body{padding:22px;display:flex;justify-content:space-between;gap:18px;align-items:flex-end}
body.full-page .service-card__body h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:30px;line-height:1;margin:8px 0 0;font-weight:600}
body.full-page .service-card__body b{white-space:nowrap;font-size:15px;color:#442b2b}
body.full-page .tag{text-transform:uppercase;letter-spacing:.15em;font-size:10px;color:#8a7d83;font-weight:800}

body.full-page .tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}
body.full-page .tab{border:1px solid #4b4043;background:transparent;color:#dacfd4;border-radius:999px;padding:12px 18px;font-weight:700;cursor:pointer;font-family:Manrope,ui-sans-serif,sans-serif}
body.full-page .tab.is-active{background:#fff;color:#171416;border-color:#fff}
body.full-page .price-panel{display:none;grid-template-columns:repeat(3,1fr);gap:12px}
body.full-page .price-panel.is-active{display:grid}
body.full-page .price-item{background:#2b2326;border:1px solid #403739;border-radius:18px;padding:18px 20px;display:flex;justify-content:space-between;gap:10px;align-items:center}
body.full-page .price-item span{color:#cfc3c8}
body.full-page .price-item b{white-space:nowrap;font-family:"Cormorant Garamond",Georgia,serif;font-size:28px;font-weight:600}

body.full-page .location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
body.full-page .location-card{border:1px solid var(--line);border-radius:22px;padding:22px;background:#fff;display:flex;flex-direction:column;gap:14px;min-height:188px;box-shadow:0 10px 30px rgba(58,35,47,.04)}
body.full-page .location-card__num{width:34px;height:34px;border-radius:12px;background:var(--soft);display:grid;place-items:center;font-size:12px;font-weight:800;color:#664d4f}
body.full-page .location-card h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:28px;margin:0;line-height:1.1;font-weight:600}
body.full-page .location-card p{font-size:13px;color:#7c7277;margin:0}
body.full-page .location-card a{margin-top:auto;font-size:13px;font-weight:800;color:#8b5e60}

body.full-page .lead{padding-top:30px}
body.full-page .lead__box{border-radius:38px;background:linear-gradient(180deg,#f8eeed 0%,#f5e7e6 100%);padding:48px;display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:start;box-shadow:inset 0 0 0 1px rgba(219,193,207,.55)}
body.full-page .lead__copy h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:52px;line-height:.98;letter-spacing:-.03em;margin:15px 0 14px;font-weight:600}
body.full-page .lead__copy p{color:#6f6469}
body.full-page .lead__mini{margin-top:26px;border-radius:28px;overflow:hidden;max-width:320px}
body.full-page .lead__mini img{width:100%;height:100%;object-fit:cover}
body.full-page .lead-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
body.full-page .lead-form label{font-size:12px;font-weight:760;color:#5f555a}
body.full-page .lead-form input,body.full-page .lead-form select{width:100%;height:52px;margin-top:7px;border:1px solid #dfcfd7;border-radius:14px;background:#fff;padding:0 14px;font:inherit;outline:none;color:#2f2324}
body.full-page .lead-form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:46px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' fill='none' stroke='%234b3839' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px 16px}
body.full-page .lead-form input:focus,body.full-page .lead-form select:focus{border-color:#bd88a2;box-shadow:0 0 0 3px rgba(189,136,162,.12)}
body.full-page .lead-form .btn,body.full-page .lead-form small{grid-column:1/-1}
body.full-page .lead-form small{text-align:center;color:#82757c}

body.full-page .footer{padding:42px 0 110px;border-top:1px solid var(--line)}
body.full-page .footer__inner{display:grid;grid-template-columns:1fr 1fr;gap:50px}
body.full-page .brand--footer{margin-bottom:10px}
body.full-page .footer p,body.full-page .footer__note{font-size:12px;color:#857a80}

body.full-page .wa-float{position:fixed;right:22px;bottom:22px;z-index:60;background:#25d366;color:#fff;padding:10px 18px 10px 10px;border-radius:999px;display:flex;align-items:center;gap:10px;font-weight:800;box-shadow:0 18px 42px rgba(37,211,102,.34)}
body.full-page .wa-float__icon{width:38px;height:38px;border-radius:50%;background:#fff;display:grid;place-items:center;flex:0 0 38px;color:#25d366}
body.full-page .wa-float__icon svg{width:22px;height:22px;display:block}
body.full-page .wa-float span:last-child{font-size:14px;line-height:1}
body.full-page .mobile-cta{display:none}

body.full-page .reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
body.full-page .reveal.is-visible{opacity:1;transform:none}
body.full-page .reveal--delay{transition-delay:.08s}
body.full-page .reveal--delay2{transition-delay:.16s}

@media (max-width:1100px){
  body.full-page .hero__grid,body.full-page .why__grid,body.full-page .lead__box{grid-template-columns:1fr}
  body.full-page .hero__visual{max-width:760px;width:100%;margin:0 auto}
  body.full-page .hero__visual{min-height:620px}
  body.full-page .benefits{grid-template-columns:1fr 1fr}
}
@media (max-width:980px){
  body.full-page .nav{display:none}
  body.full-page .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:220px}
  body.full-page .gallery-card--tall{grid-row:span 1}
  body.full-page .service-grid,body.full-page .location-grid{grid-template-columns:1fr 1fr}
  body.full-page .price-panel{grid-template-columns:1fr 1fr}
}
@media (max-width:680px){
  body.full-page .container{width:min(100% - 28px,1180px)}
  body.full-page .section{padding:68px 0}
  body.full-page .header__inner{height:70px}
  body.full-page .header .btn--small{display:none}
  body.full-page .brand__logo{width:42px;height:42px;border-radius:12px}
  body.full-page .brand__text strong{font-size:24px}
  body.full-page .brand__text small{font-size:8.5px;letter-spacing:.14em}
  body.full-page .hero{padding-top:42px}
  body.full-page .hero h1{font-size:50px}
  body.full-page .hero__lead{font-size:16px}
  body.full-page .hero__actions{flex-direction:column}
  body.full-page .hero__actions .btn{width:100%}
  body.full-page .trust-row{grid-template-columns:1fr}
  body.full-page .hero__visual{min-height:470px}
  body.full-page .hero-collage__main{width:78%;height:66%}
  body.full-page .hero-collage__side{width:36%;height:34%}
  body.full-page .hero-collage__bottom{width:52%;height:28%;right:6px}
  body.full-page .price-float{padding:10px 12px;min-width:120px}
  body.full-page .price-float b{font-size:22px}
  body.full-page .price-float--1{top:28px}body.full-page .price-float--2{top:180px;right:-4px}body.full-page .price-float--3{left:4px;bottom:18px}
  body.full-page .promo-grid,body.full-page .service-grid,body.full-page .location-grid,body.full-page .benefits,body.full-page .gallery-grid{grid-template-columns:1fr}
  body.full-page .promo-card--featured{transform:none}
  body.full-page .section-head{text-align:left;margin-bottom:30px}
  body.full-page .section-head h2{font-size:40px}
  body.full-page .price-panel{grid-template-columns:1fr}
  body.full-page .lead__box{padding:26px 20px;border-radius:26px}
  body.full-page .lead__copy h2{font-size:38px}
  body.full-page .lead-form{grid-template-columns:1fr}
  body.full-page .footer__inner{grid-template-columns:1fr}
  body.full-page .wa-float{right:16px;bottom:84px;width:58px;height:58px;padding:0;justify-content:center;border-radius:50%}
  body.full-page .wa-float__icon{width:58px;height:58px;background:#25d366;color:#fff}
  body.full-page .wa-float__icon svg{width:26px;height:26px}
  body.full-page .wa-float span:last-child{display:none}
  body.full-page .mobile-cta{display:block;position:fixed;left:0;right:0;bottom:0;padding:10px 14px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-top:1px solid var(--line);z-index:55}
  body.full-page .mobile-cta .btn{width:100%;min-height:52px}
  body.full-page .footer{padding-bottom:160px}
}
@media (prefers-reduced-motion:reduce){
  body.full-page, body.full-page *{scroll-behavior:auto}
  body.full-page .reveal{opacity:1;transform:none;transition:none}
  body.full-page .btn:hover{transform:none}
}

/* Lead flow + responsive polish */
body.full-page [hidden]{display:none!important}

body.full-page{overflow-x:hidden}
body.full-page button,body.full-page input,body.full-page select{max-width:100%}
body.full-page .lead__action{min-width:0}
body.full-page .lead-form>*{min-width:0}
body.full-page .lead-form .btn{margin-top:2px}
body.full-page .lead-form input:invalid:not(:placeholder-shown){border-color:#d89b96}
body.full-page .btn--whatsapp{background:#25d366;color:#fff;box-shadow:0 12px 30px rgba(37,211,102,.22)}
body.full-page .btn--whatsapp:hover{background:#20bd5b}

body.full-page .lead-success{
  min-height:100%;
  border:1px solid rgba(37,211,102,.2);
  border-radius:26px;
  background:rgba(255,255,255,.78);
  padding:30px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:18px;
  box-shadow:0 18px 48px rgba(68,44,44,.06);
  opacity:0;
  transform:translateY(8px);
  transition:opacity .24s ease,transform .24s ease;
}
body.full-page .lead-success.is-visible{opacity:1;transform:none}
body.full-page .lead-success__icon{
  width:56px;height:56px;border-radius:18px;background:#25d366;color:#fff;
  display:grid;place-items:center;box-shadow:0 12px 30px rgba(37,211,102,.2)
}
body.full-page .lead-success__icon svg{width:30px;height:30px}
body.full-page .lead-success__copy h3{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:38px;line-height:1;margin:8px 0 10px;font-weight:600
}
body.full-page .lead-success__copy p{margin:0;color:#6f6469;max-width:620px}
body.full-page .lead-success__summary{
  width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:2px
}
body.full-page .lead-success__summary span{
  min-width:0;padding:12px 14px;border-radius:14px;background:#fff;border:1px solid #ead8d5;
  color:#4d4143;font-size:13px;overflow-wrap:anywhere
}
body.full-page .lead-success__summary b{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#9a888c;margin-bottom:3px}
body.full-page .lead-success__back{align-self:center;border:0;background:none;padding:2px 8px;color:#806f73;font:700 12px/1.4 Manrope,sans-serif;cursor:pointer;text-decoration:underline;text-underline-offset:3px}

body.full-page .wa-float{isolation:isolate}
body.full-page .wa-float__icon svg{overflow:visible}

@media (max-width:1100px){
  body.full-page .lead__box{gap:34px}
  body.full-page .lead__copy{max-width:760px}
  body.full-page .lead__mini{max-width:420px;aspect-ratio:1.25/1}
}

@media (max-width:820px){
  body.full-page .section{padding:78px 0}
  body.full-page .hero__grid{gap:30px}
  body.full-page .hero__visual{min-height:550px}
  body.full-page .lead__box{padding:34px}
  body.full-page .lead__copy h2{font-size:46px}
  body.full-page .lead__mini{max-width:none;aspect-ratio:16/10}
  body.full-page .lead__mini img{width:100%;height:100%}
  body.full-page .footer__inner{gap:28px}
}

@media (max-width:680px){
  body.full-page{padding-bottom:72px}
  body.full-page .header__inner{gap:10px}
  body.full-page .brand{gap:10px;max-width:100%}
  body.full-page .brand__text{overflow:hidden}
  body.full-page .brand__text small{overflow:hidden;text-overflow:ellipsis}
  body.full-page .hero{padding-top:34px}
  body.full-page .hero h1{font-size:clamp(44px,13vw,56px);line-height:.94}
  body.full-page .hero__logo-chip{max-width:100%;padding:9px 13px}
  body.full-page .hero__logo-chip span{font-size:12px}
  body.full-page .hero__visual{min-height:460px}
  body.full-page .section-head h2{font-size:clamp(36px,11vw,44px)}
  body.full-page .section-head p{font-size:15px}
  body.full-page .promo-card{min-height:0;padding:22px;border-radius:24px}
  body.full-page .promo-card h3{font-size:48px;margin-top:24px}
  body.full-page .gallery-grid{grid-auto-rows:auto}
  body.full-page .gallery-card{aspect-ratio:4/3}
  body.full-page .gallery-card--tall{aspect-ratio:4/5}
  body.full-page .why__photo img{min-height:0;aspect-ratio:4/5}
  body.full-page .service-card__body{padding:18px;gap:10px}
  body.full-page .service-card__body h3{font-size:27px}
  body.full-page .service-card__body b{font-size:14px}
  body.full-page .price-item{padding:16px}
  body.full-page .price-item b{font-size:25px}
  body.full-page .location-card{min-height:0;padding:19px}
  body.full-page .location-card h3{font-size:25px;overflow-wrap:anywhere}
  body.full-page .lead{padding-top:18px}
  body.full-page .lead__box{padding:24px 18px;border-radius:24px;gap:26px}
  body.full-page .lead__copy h2{font-size:clamp(36px,10.5vw,42px)}
  body.full-page .lead__copy p{font-size:14px}
  body.full-page .lead__mini{margin-top:18px;border-radius:22px;aspect-ratio:4/3}
  body.full-page .lead-form{gap:14px}
  body.full-page .lead-form label{font-size:12px}
  body.full-page .lead-form input,body.full-page .lead-form select{height:54px;font-size:16px;border-radius:14px}
  body.full-page .lead-form small{font-size:11px;line-height:1.5;padding:0 4px}
  body.full-page .lead-success{padding:22px 18px;border-radius:22px;gap:16px}
  body.full-page .lead-success__copy h3{font-size:34px}
  body.full-page .lead-success__copy p{font-size:14px}
  body.full-page .lead-success__summary{grid-template-columns:1fr}
  body.full-page .wa-float{right:14px;bottom:86px;width:54px;height:54px}
  body.full-page .wa-float__icon{width:54px;height:54px;flex-basis:54px}
  body.full-page .wa-float__icon svg{width:27px;height:27px}
  body.full-page .mobile-cta{padding:9px 12px calc(9px + env(safe-area-inset-bottom))}
  body.full-page .mobile-cta .btn{min-height:50px;border-radius:15px}
  body.full-page .footer{padding-bottom:90px}
}

@media (max-width:420px){
  body.full-page .container{width:calc(100% - 24px)}
  body.full-page .section{padding:58px 0}
  body.full-page .header__inner{height:64px}
  body.full-page .brand__logo{width:38px;height:38px;border-radius:11px}
  body.full-page .brand__text strong{font-size:22px}
  body.full-page .brand__text small{font-size:7.5px;letter-spacing:.1em}
  body.full-page .eyebrow{font-size:10px;letter-spacing:.14em}
  body.full-page .hero{padding-top:28px}
  body.full-page .hero h1{font-size:44px}
  body.full-page .hero__visual{min-height:390px}
  body.full-page .hero-collage__main{width:82%;height:68%;border-radius:26px}
  body.full-page .hero-collage__side{width:38%;height:31%}
  body.full-page .hero-collage__bottom{width:54%;height:26%;right:0}
  body.full-page .price-float{min-width:106px;padding:8px 10px;border-radius:15px}
  body.full-page .price-float small{font-size:9px}
  body.full-page .price-float b{font-size:20px}
  body.full-page .price-float--1{left:0;top:20px}
  body.full-page .price-float--2{right:0;top:150px}
  body.full-page .price-float--3{left:0;bottom:14px}
  body.full-page .hero__actions{margin:26px 0}
  body.full-page .section-head{margin-bottom:24px}
  body.full-page .section-head h2{font-size:37px}
  body.full-page .tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}
  body.full-page .tabs::-webkit-scrollbar{display:none}
  body.full-page .tab{flex:0 0 auto;padding:10px 14px}
  body.full-page .price-item{align-items:flex-start}
  body.full-page .price-item span{font-size:13px}
  body.full-page .price-item b{font-size:23px}
  body.full-page .lead__box{padding:20px 14px}
  body.full-page .lead__copy h2{font-size:35px}
  body.full-page .lead-success__copy h3{font-size:31px}
}

/* WhatsApp button cleanup */
body.full-page .wa-float{min-width:0;transition:transform .2s ease,box-shadow .2s ease}
body.full-page .wa-float:hover{transform:translateY(-2px)}
body.full-page .wa-float__icon,body.full-page .lead-success__icon{display:grid;place-items:center}
body.full-page .wa-float__icon svg,body.full-page .lead-success__icon svg{display:block;overflow:visible;shape-rendering:geometricPrecision}
@media (max-width:820px){
  body.full-page .wa-float{display:none}
  body.full-page .footer{padding-bottom:150px}
}


/* Short single-offer pages */
body.short-page{
  --bg:#fcf8f7;
  --text:#2f2324;
  --muted:#72666d;
  --soft:#f5e8e7;
  --soft-2:#fff7f5;
  --line:#e8d6d4;
  --accent:#dba6a1;
  --accent-dark:#c98f89;
  --dark:#3b292b;
  --white:#ffffff;
  --shadow:0 18px 48px rgba(71,45,49,.08);
}

body.short-page, body.short-page *{box-sizing:border-box}

body.short-page{
  margin:0;
  font-family:Manrope,system-ui,-apple-system,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#fffdfd 0%, var(--bg) 100%);
  overflow-x:hidden;
}
body.short-page a{text-decoration:none;color:inherit}
body.short-page img{max-width:100%;display:block}
body.short-page button,body.short-page input{font:inherit}
body.short-page button{cursor:pointer}
body.short-page [hidden]{display:none!important}

body.short-page .container{width:min(1180px,calc(100% - 40px));margin:0 auto}
body.short-page .section{padding:92px 0}
body.short-page .section--soft{background:linear-gradient(180deg,#fffefe 0%, #f8efee 100%)}
body.short-page .card-shadow{box-shadow:var(--shadow)}

body.short-page .header{
  position:sticky;top:0;z-index:40;
  background:rgba(255,252,252,.82);
  border-bottom:1px solid rgba(232,214,212,.65);
  backdrop-filter:blur(18px);
}
body.short-page .header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;height:82px}
body.short-page .brand{display:flex;align-items:center;gap:14px;min-width:0}
body.short-page .brand__logo{width:46px;height:46px;border-radius:14px;object-fit:cover;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.06)}
body.short-page .brand__text{display:flex;flex-direction:column;min-width:0}
body.short-page .brand__text strong{font-size:27px;font-family:"Cormorant Garamond",Georgia,serif;line-height:1;font-weight:700;letter-spacing:.02em}
body.short-page .brand__text small{font-size:9px;text-transform:uppercase;letter-spacing:.18em;color:#8a7a80;white-space:nowrap}

body.short-page .eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#8f7274}
body.short-page .dot{width:8px;height:8px;border-radius:50%;background:#d89b96;box-shadow:0 0 0 6px rgba(216,155,150,.14)}
body.short-page .section-head{max-width:720px;margin:0 auto 34px;text-align:center}
body.short-page .section-head h2{margin:12px 0 12px;font-family:"Cormorant Garamond",Georgia,serif;font-size:56px;line-height:.95;letter-spacing:-.03em;font-weight:600}
body.short-page .section-head p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}

body.short-page .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:56px;padding:0 24px;border-radius:18px;border:1px solid transparent;
  font-weight:800;transition:.22s ease;background:#fff;color:var(--text);
}
body.short-page .btn:hover{transform:translateY(-1px)}
body.short-page .btn--primary{background:linear-gradient(180deg,#e0b0ab 0%, #d79f9a 100%);color:#2b1f20;box-shadow:0 14px 32px rgba(215,159,154,.28)}
body.short-page .btn--primary:hover{background:linear-gradient(180deg,#dca7a2 0%, #cf9691 100%)}
body.short-page .btn--dark{background:var(--dark);color:#fff}
body.short-page .btn--dark:hover{background:#2d1f21}
body.short-page .btn--ghost{background:rgba(255,255,255,.74);border-color:var(--line);color:var(--text)}
body.short-page .btn--small{min-height:46px;padding:0 18px;border-radius:14px;font-size:14px}
body.short-page .btn--wide{width:100%}
body.short-page .btn--whatsapp{background:#25d366;color:#fff;box-shadow:0 12px 30px rgba(37,211,102,.22)}
body.short-page .btn--whatsapp:hover{background:#20bd5b}

body.short-page .hero{padding-top:56px}
body.short-page .hero__grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:56px}
body.short-page .hero__content h1{margin:18px 0 16px;font-family:"Cormorant Garamond",Georgia,serif;font-size:78px;line-height:.9;letter-spacing:-.04em;font-weight:600}
body.short-page .hero__content h1 span{color:#b77f79}
body.short-page .hero__lead{margin:0;max-width:620px;color:var(--muted);font-size:18px;line-height:1.75}
body.short-page .hero__offer-card{display:inline-grid;gap:6px;padding:18px 20px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 34px rgba(67,42,42,.06)}
body.short-page .hero__offer-pill{display:inline-flex;width:max-content;padding:7px 12px;border-radius:999px;background:var(--soft);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8f7070}
body.short-page .hero__offer-card strong{font-size:40px;font-family:"Cormorant Garamond",Georgia,serif;line-height:1;font-weight:700}
body.short-page .hero__offer-card small{color:#8c7c81}
body.short-page .hero__bullets{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px;max-width:600px}
body.short-page .hero__bullets li{position:relative;padding-left:26px;color:#5d4e52;line-height:1.6}
body.short-page .hero__bullets li::before{content:"";position:absolute;left:0;top:11px;width:10px;height:10px;border-radius:50%;background:#d89b96;box-shadow:0 0 0 5px rgba(216,155,150,.12)}
body.short-page .hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}

body.short-page .hero__visual{position:relative;min-height:620px}
body.short-page .hero__photo-main,body.short-page .hero__photo-side{overflow:hidden;border-radius:34px;background:#fff}
body.short-page .hero__photo-main{width:72%;height:100%;min-height:540px}
body.short-page .hero__photo-main img{width:100%;height:100%;object-fit:cover}
body.short-page .hero__photo-side{position:absolute;right:0;bottom:44px;width:41%;height:300px}
body.short-page .hero__photo-side img{width:100%;height:100%;object-fit:cover}
body.short-page .hero__badge{position:absolute;display:grid;gap:4px;padding:14px 16px;border-radius:20px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
body.short-page .hero__badge small{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#8b767a}
body.short-page .hero__badge b{font-size:24px;font-family:"Cormorant Garamond",Georgia,serif;line-height:1;font-weight:700}
body.short-page .hero__badge--price{left:-10px;top:34px}
body.short-page .hero__badge--fast{right:14px;top:24px}

body.short-page .quick__box{display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;padding:32px;border-radius:36px;background:linear-gradient(180deg,#f8efee 0%,#f3e4e3 100%);border:1px solid rgba(224,197,194,.8);box-shadow:0 24px 60px rgba(66,43,43,.08)}
body.short-page .quick__copy h2{margin:14px 0 12px;font-family:"Cormorant Garamond",Georgia,serif;font-size:58px;line-height:.95;letter-spacing:-.035em;font-weight:600}
body.short-page .quick__copy p{margin:0;color:var(--muted);line-height:1.75}
body.short-page .quick__mini{margin-top:28px;max-width:360px;border-radius:28px;overflow:hidden}
body.short-page .quick__mini img{width:100%;height:100%;object-fit:cover}
body.short-page .quick__form-wrap{display:flex;align-items:stretch}

body.short-page .lead-form{
  width:100%;display:grid;grid-template-columns:1fr 1fr;gap:14px;
  padding:28px;border-radius:28px;background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.7);
}
body.short-page .lead-form label,body.short-page .select-field{display:block;min-width:0}
body.short-page .lead-form label{font-size:12px;font-weight:800;color:#5d4f54}
body.short-page .lead-form input{
  width:100%;height:56px;margin-top:8px;padding:0 16px;border-radius:16px;border:1px solid #decfd0;
  background:#fff;color:#2f2324;outline:none;transition:.18s ease;
}
body.short-page .lead-form input::placeholder{color:#a29097}
body.short-page .lead-form input:focus,body.short-page .smart-select.is-open .smart-select__trigger,body.short-page .smart-select.is-filled .smart-select__trigger{border-color:#c99893;box-shadow:0 0 0 4px rgba(201,152,147,.12)}
body.short-page .lead-form .btn,body.short-page .lead-form small,body.short-page .select-field{grid-column:1/-1}
body.short-page .lead-form small{text-align:center;color:#82757c;font-size:12px;line-height:1.6;padding:0 6px}

body.short-page .select-field__label{display:block;font-size:12px;font-weight:800;color:#5d4f54;margin-bottom:8px}
body.short-page .smart-select{position:relative}
body.short-page .smart-select__trigger{
  width:100%;height:58px;padding:0 16px;border-radius:16px;border:1px solid #decfd0;background:#fff;
  display:flex;align-items:center;justify-content:space-between;gap:12px;color:#544548;transition:.18s ease;
}
body.short-page .smart-select__trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;color:#3f3134}
body.short-page .smart-select__trigger svg{width:20px;height:20px;flex:0 0 20px;color:#7b696d;transition:transform .18s ease}
body.short-page .smart-select.is-open .smart-select__trigger svg{transform:rotate(180deg)}
body.short-page .smart-select__panel{
  position:absolute;left:0;right:0;top:calc(100% + 10px);z-index:20;background:#fff;border:1px solid var(--line);
  border-radius:22px;box-shadow:0 24px 60px rgba(62,40,41,.14);padding:14px;overflow:hidden;
}
body.short-page .smart-select__search-wrap{padding-bottom:12px;border-bottom:1px solid #f0e3e1}
body.short-page .smart-select__search{width:100%;height:48px;border-radius:14px;border:1px solid #eadcdc;background:#fbf6f6;padding:0 14px;outline:none}
body.short-page .smart-select__search:focus{border-color:#d3a09c;box-shadow:0 0 0 4px rgba(211,160,156,.12)}
body.short-page .smart-select__options{max-height:280px;overflow:auto;padding-top:12px;display:grid;gap:8px}
body.short-page .smart-select__option{
  width:100%;padding:14px 14px;border:1px solid #f0e5e3;border-radius:16px;background:#fff;text-align:left;
  display:flex;justify-content:space-between;gap:10px;align-items:flex-start;transition:.18s ease
}
body.short-page .smart-select__option:hover{border-color:#d9aaa5;background:#fff6f5;transform:translateY(-1px)}
body.short-page .smart-select__option strong{display:block;font-size:14px;line-height:1.45;color:#3a2b2e}
body.short-page .smart-select__option small{font-size:11px;line-height:1.3;color:#9a888e;white-space:nowrap;padding-top:2px}
body.short-page .smart-select__empty{padding:14px 8px;text-align:center;color:#96858b;font-size:14px}
body.short-page .field-error{margin-top:8px;font-size:12px;color:#bc5f57;font-weight:700}

body.short-page .lead-success{
  width:100%;border:1px solid rgba(37,211,102,.18);border-radius:28px;background:rgba(255,255,255,.8);padding:28px;
  display:flex;flex-direction:column;gap:18px;box-shadow:0 18px 48px rgba(68,44,44,.06);opacity:0;transform:translateY(8px);
  transition:opacity .24s ease,transform .24s ease;
}
body.short-page .lead-success.is-visible{opacity:1;transform:none}
body.short-page .lead-success__icon{width:56px;height:56px;border-radius:18px;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:0 12px 30px rgba(37,211,102,.2)}
body.short-page .lead-success__icon svg{width:30px;height:30px;display:block}
body.short-page .lead-success__copy h3{margin:8px 0 10px;font-family:"Cormorant Garamond",Georgia,serif;font-size:40px;line-height:1;font-weight:600}
body.short-page .lead-success__copy p{margin:0;color:#6f6469;max-width:560px;line-height:1.65}
body.short-page .lead-success__summary{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}
body.short-page .lead-success__summary span{padding:12px 14px;border-radius:14px;background:#fff;border:1px solid #ead8d5;color:#4d4143;font-size:13px;overflow-wrap:anywhere}
body.short-page .lead-success__summary b{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#9a888c;margin-bottom:4px}
body.short-page .lead-success__back{align-self:center;border:0;background:none;padding:2px 8px;color:#806f73;font:700 12px/1.4 Manrope,sans-serif;cursor:pointer;text-decoration:underline;text-underline-offset:3px}

body.short-page .features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
body.short-page .feature-card{padding:26px;border-radius:26px;border:1px solid var(--line);background:#fff;box-shadow:0 12px 34px rgba(58,35,47,.04)}
body.short-page .feature-card span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--soft);font-size:12px;font-weight:800;color:#664d4f}
body.short-page .feature-card h3{margin:18px 0 10px;font-family:"Cormorant Garamond",Georgia,serif;font-size:32px;line-height:1;font-weight:600}
body.short-page .feature-card p{margin:0;color:var(--muted);line-height:1.75}

body.short-page .footer{padding:42px 0 110px;border-top:1px solid var(--line)}
body.short-page .footer__inner{display:grid;grid-template-columns:1fr 1fr;gap:50px}
body.short-page .brand--footer{margin-bottom:10px}
body.short-page .footer p,body.short-page .footer__note{font-size:12px;color:#857a80;line-height:1.7}
body.short-page .mobile-cta{display:none}

body.short-page .reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
body.short-page .reveal.is-visible{opacity:1;transform:none}
body.short-page .reveal--delay{transition-delay:.08s}
body.short-page .reveal--delay2{transition-delay:.16s}

@media (max-width:1100px){
  body.short-page .hero__grid,body.short-page .quick__box{grid-template-columns:1fr}
  body.short-page .hero__visual{max-width:740px;width:100%;margin:0 auto;min-height:560px}
  body.short-page .quick__copy{max-width:760px}
}

@media (max-width:900px){
  body.short-page .features__grid,body.short-page .footer__inner{grid-template-columns:1fr}
}

@media (max-width:760px){
  body.short-page .container{width:calc(100% - 28px)}
  body.short-page .section{padding:72px 0}
  body.short-page .header__inner{height:72px}
  body.short-page .brand__logo{width:42px;height:42px}
  body.short-page .brand__text strong{font-size:24px}
  body.short-page .brand__text small{font-size:8.5px;letter-spacing:.14em}
  body.short-page .hero{padding-top:34px}
  body.short-page .hero__content h1{font-size:54px;line-height:.95}
  body.short-page .hero__lead{font-size:16px}
  body.short-page .hero__actions{flex-direction:column}
  body.short-page .hero__actions .btn{width:100%}
  body.short-page .hero__visual{min-height:440px}
  body.short-page .hero__photo-main{width:78%;min-height:400px}
  body.short-page .hero__photo-side{width:38%;height:210px;bottom:24px}
  body.short-page .hero__badge{padding:12px 14px;border-radius:16px}
  body.short-page .hero__badge b{font-size:21px}
  body.short-page .quick__box{padding:22px;border-radius:26px;gap:22px}
  body.short-page .quick__copy h2,body.short-page .section-head h2{font-size:42px}
  body.short-page .quick__mini{max-width:none}
  body.short-page .lead-form{grid-template-columns:1fr;padding:18px;border-radius:22px}
  body.short-page .lead-form label,body.short-page .select-field{grid-column:auto}
  body.short-page .select-field,body.short-page .lead-form .btn,body.short-page .lead-form small{grid-column:auto}
  body.short-page .lead-success{padding:22px 18px;border-radius:22px}
  body.short-page .lead-success__copy h3{font-size:34px}
  body.short-page .lead-success__summary{grid-template-columns:1fr}
  body.short-page .mobile-cta{display:block;position:fixed;left:0;right:0;bottom:0;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-top:1px solid var(--line);z-index:36}
  body.short-page .mobile-cta .btn{width:100%;min-height:52px;border-radius:16px}
  body.short-page{padding-bottom:84px}
  body.short-page .footer{padding-bottom:110px}
}

@media (max-width:480px){
  body.short-page .section{padding:58px 0}
  body.short-page .hero__content h1{font-size:44px}
  body.short-page .hero__offer-card strong{font-size:36px}
  body.short-page .hero__bullets{gap:10px}
  body.short-page .hero__visual{min-height:390px}
  body.short-page .hero__photo-main{width:80%;min-height:340px;border-radius:26px}
  body.short-page .hero__photo-side{width:40%;height:180px;border-radius:22px}
  body.short-page .hero__badge--price{left:0;top:18px}
  body.short-page .hero__badge--fast{right:0;top:10px}
  body.short-page .quick__copy h2,body.short-page .section-head h2{font-size:36px}
  body.short-page .smart-select__panel{padding:12px;border-radius:18px}
  body.short-page .smart-select__option{padding:12px}
}


/* Short pages cleanup */
body.short-page .quick__form-wrap{align-items:flex-start}
body.short-page .lead-form .btn{height:64px;min-height:64px;max-height:64px;padding:0 18px;align-self:start;font-size:16px;line-height:1.2}
body.short-page .lead-form .btn__label{display:inline-flex;align-items:center;justify-content:center}
@media (max-width:760px){
  body.short-page .lead-form .btn{height:56px;min-height:56px;max-height:56px;font-size:15px}
}
