@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

:root { --ink:#17231b; --green:#2f5c46; --green-deep:#1b3d2d; --lime:#c7f36d; --cream:#f5f1e8; --paper:#fdfcf8; --muted:#657168; --line:#dce1db; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:'DM Sans',Arial,sans-serif; }
button,input,select { font:inherit; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; display:block; }

.site-header { height:78px; padding:0 clamp(24px,5vw,76px); background:rgba(253,252,248,.97); display:flex; align-items:center; justify-content:space-between; gap:30px; position:relative; z-index:20; border-bottom:1px solid rgba(23,35,27,.08); }
.brand { display:flex; align-items:center; flex:0 0 auto; }
.brand img { width:150px; height:auto; object-fit:contain; }
.site-header nav { display:flex; gap:34px; font-size:14px; font-weight:600; }
.site-header nav a:hover { color:var(--green); }
.header-actions { display:flex; align-items:center; gap:20px; }
.header-whatsapp { display:flex; align-items:center; gap:7px; color:#207c45; font-size:13px; font-weight:700; }
.header-whatsapp span { font-size:18px; }
.header-call { border-left:1px solid var(--line); padding-left:24px; display:flex; flex-direction:column; gap:2px; }
.header-call span { font-size:11px; color:var(--muted); text-transform:uppercase; letter-spacing:.12em; }
.header-call strong { font-size:15px; }

.hero { min-height:720px; position:relative; overflow:hidden; isolation:isolate; }
.hero-image { position:absolute; inset:0; z-index:-2; background:url('hero-interior.webp') center/cover no-repeat; transform:scale(1.01); }
.hero-shade { position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,rgba(10,25,18,.92) 0%,rgba(12,29,20,.75) 45%,rgba(10,22,16,.35) 100%); }
.hero-content { width:min(1180px,calc(100% - 48px)); margin:0 auto; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(370px,.72fr); align-items:center; gap:clamp(50px,7vw,110px); min-height:720px; padding:62px 0; }
.hero-copy { color:white; max-width:690px; }
.eyebrow { margin:0 0 20px; display:flex; align-items:center; gap:11px; color:var(--green); text-transform:uppercase; letter-spacing:.16em; font-size:11px; font-weight:700; }
.eyebrow span { width:26px; height:1px; background:currentColor; }
.eyebrow.light { color:var(--lime); }
.hero h1,.section h2,.why-copy h2,.process h2,.cta-section h2,.faq h2 { font-family:'Playfair Display',Georgia,serif; font-weight:600; letter-spacing:-.035em; }
.hero h1 { font-size:clamp(50px,5.2vw,76px); line-height:1.02; margin:0 0 24px; }
em { font-weight:600; color:var(--lime); }
.hero-sub { max-width:610px; color:rgba(255,255,255,.8); font-size:18px; line-height:1.7; margin:0 0 26px; }
.hero-points { display:flex; flex-wrap:wrap; gap:11px 23px; margin-bottom:32px; font-size:14px; }
.hero-points b { display:inline-grid; place-items:center; width:19px; height:19px; border-radius:50%; color:var(--green-deep); background:var(--lime); font-size:11px; margin-right:7px; }
.button { min-height:51px; display:inline-flex; align-items:center; justify-content:center; gap:16px; padding:0 24px; border:0; cursor:pointer; font-weight:700; font-size:14px; transition:.2s ease; }
.button:hover { transform:translateY(-2px); }
.button-outline { border:1px solid rgba(255,255,255,.6); color:white; }
.button-outline:hover { background:white; color:var(--ink); }
.button-primary { background:var(--lime); color:#173522; }
.button-primary:hover { background:#d8ff88; }
.button-dark { background:var(--green-deep); color:white; margin-top:12px; }
.button-whatsapp { background:#25d366; color:#102c1c; }
.button-whatsapp:hover { background:#43e07c; }

.form-card { background:rgba(253,252,248,.98); padding:32px 32px 27px; box-shadow:0 24px 60px rgba(0,0,0,.25); scroll-margin-top:25px; }
.form-heading { text-align:center; margin-bottom:21px; }
.form-heading h2 { font-family:'Playfair Display',Georgia,serif; font-size:31px; letter-spacing:-.03em; line-height:1.1; margin:4px 0 6px; }
.form-heading h2 em { color:var(--green); }
.form-heading>p:last-child { color:var(--muted); font-size:13px; margin:0; }
.form-kicker { margin:0; color:var(--green); text-transform:uppercase; letter-spacing:.12em; font-weight:700; font-size:10px; }
.lead-form { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.field { display:flex; flex-direction:column; gap:6px; }
.full-field { grid-column:1/-1; }
.field label { font-size:11px; font-weight:700; color:#3c483f; }
.field input,.field select { width:100%; height:44px; border:1px solid #d5dad4; background:white; padding:0 12px; color:var(--ink); outline:none; border-radius:0; }
.field input:focus,.field select:focus { border-color:var(--green); box-shadow:0 0 0 2px rgba(47,92,70,.1); }
.field small { color:#858d87; font-size:9px; }
.phone-field { display:flex; height:44px; border:1px solid #d5dad4; background:white; }
.phone-field:focus-within { border-color:var(--green); box-shadow:0 0 0 2px rgba(47,92,70,.1); }
.phone-field span { display:grid; place-items:center; padding:0 10px; color:#57615a; border-right:1px solid #e2e5e1; font-size:13px; }
.phone-field input { border:0; height:42px; box-shadow:none!important; }
.consent { display:flex; align-items:flex-start; gap:9px; color:#667068; font-size:10px; line-height:1.4; }
.consent input { margin:2px 0 0; accent-color:var(--green); }
.lead-form .button { width:100%; min-height:49px; }
.lead-form .button:disabled { opacity:.65; cursor:wait; transform:none; }
.privacy-note { text-align:center; color:#7b847d; font-size:10px; }
.honeypot { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; }
.form-error { margin:0; color:#9d2f2f; font-size:12px; text-align:center; }
.form-error a { text-decoration:underline; font-weight:700; }
.form-success { text-align:center; padding:42px 6px 32px; }
.success-icon { margin:auto; width:58px; height:58px; border-radius:50%; background:var(--lime); display:grid; place-items:center; font-size:25px; font-weight:800; }
.form-success h3 { font-family:'Playfair Display',Georgia,serif; font-size:30px; margin:20px 0 8px; }
.form-success p { color:var(--muted); line-height:1.6; }

.trust-strip { min-height:105px; padding:22px max(24px,calc((100% - 1180px)/2)); background:var(--cream); display:grid; grid-template-columns:repeat(4,1fr); border-bottom:1px solid #e0dbd0; }
.trust-strip div { display:flex; flex-direction:column; justify-content:center; padding:0 34px; border-right:1px solid #d7d2c7; }
.trust-strip div:first-child { padding-left:0; }
.trust-strip div:last-child { border-right:0; }
.trust-strip strong { font-family:'Playfair Display',Georgia,serif; color:var(--green-deep); font-size:27px; }
.trust-strip span { color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.09em; margin-top:2px; }

.section { width:min(1180px,calc(100% - 48px)); margin:0 auto; padding:105px 0; }
.section-head { display:grid; grid-template-columns:1.3fr .7fr; gap:80px; align-items:end; margin-bottom:48px; }
.section h2,.why-copy h2,.process h2,.cta-section h2,.faq h2 { font-size:clamp(38px,4vw,56px); line-height:1.07; margin:0; }
.section h2 em,.why-copy h2 em,.faq h2 em { color:var(--green); }
.section-head>p,.why-intro { color:var(--muted); line-height:1.75; font-size:15px; margin:0; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.service-card { background:white; border:1px solid #e3e6e1; transition:.25s ease; }
.service-card:hover { transform:translateY(-6px); box-shadow:0 18px 40px rgba(31,53,39,.12); }
.service-card>img { width:100%; height:210px; object-fit:cover; filter:saturate(.82); }
.service-card-body { padding:24px; position:relative; }
.service-card-body>span { position:absolute; right:22px; top:21px; color:#a9b0aa; font-family:Georgia,serif; font-size:12px; }
.service-card h3 { font-family:'Playfair Display',Georgia,serif; font-size:23px; margin:0 0 10px; }
.service-card p { color:var(--muted); line-height:1.6; font-size:13px; min-height:42px; margin:0 0 18px; }
.service-card a { color:var(--green); text-transform:uppercase; font-size:10px; letter-spacing:.12em; font-weight:800; }
.service-card a b { margin-left:7px; }

.why-section { display:grid; grid-template-columns:1fr 1fr; min-height:680px; background:var(--cream); }
.why-visual { position:relative; min-height:610px; }
.why-visual>img { width:100%; height:100%; object-fit:cover; }
.experience-badge { position:absolute; right:-26px; bottom:52px; width:150px; height:150px; background:var(--lime); display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.experience-badge strong { font-family:'Playfair Display',Georgia,serif; font-size:39px; }
.experience-badge span { font-size:10px; text-transform:uppercase; letter-spacing:.1em; width:90px; }
.why-copy { padding:90px clamp(48px,7vw,105px); display:flex; justify-content:center; flex-direction:column; }
.why-intro { margin-top:22px; }
.benefit-list { margin:28px 0; border-top:1px solid #d8d3c9; }
.benefit-list>div { display:flex; align-items:flex-start; gap:22px; padding:20px 0; border-bottom:1px solid #d8d3c9; }
.benefit-list>div>b { color:var(--green); font-family:Georgia,serif; font-size:12px; margin-top:4px; }
.benefit-list span { display:flex; flex-direction:column; gap:5px; }
.benefit-list strong { font-family:'Playfair Display',Georgia,serif; font-size:19px; }
.benefit-list small { color:var(--muted); line-height:1.5; font-size:12px; }
.text-link { font-size:12px; text-transform:uppercase; letter-spacing:.1em; color:var(--green); font-weight:800; }
.text-link span { margin-left:12px; }

.process { width:100%; max-width:none; background:var(--green-deep); color:white; padding-left:max(24px,calc((100% - 1180px)/2)); padding-right:max(24px,calc((100% - 1180px)/2)); }
.process-title { display:grid; grid-template-columns:1.25fr .75fr; gap:70px; align-items:end; margin-bottom:54px; }
.process-title>p:last-child { color:rgba(255,255,255,.65); line-height:1.7; margin:0; }
.process h2 em,.cta-section h2 em { color:var(--lime); }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(255,255,255,.17); }
.process-grid article { position:relative; padding:38px 32px 20px 0; border-right:1px solid rgba(255,255,255,.17); min-height:250px; }
.process-grid article:not(:first-child) { padding-left:32px; }
.process-grid article:last-child { border-right:0; }
.process-grid article>span { position:absolute; right:20px; top:25px; color:rgba(255,255,255,.35); font-family:Georgia,serif; }
.process-icon { color:var(--lime); font-size:29px; margin-bottom:24px; }
.process-grid h3 { font-family:'Playfair Display',Georgia,serif; font-size:21px; margin:0 0 12px; }
.process-grid p { color:rgba(255,255,255,.58); font-size:12px; line-height:1.7; margin:0; }

.cta-section { min-height:320px; padding:65px max(24px,calc((100% - 1180px)/2)); display:flex; align-items:center; justify-content:space-between; gap:60px; color:white; background:linear-gradient(90deg,rgba(21,43,31,.94),rgba(21,43,31,.8)),url('exterior-painting.webp') center/cover; }
.cta-section>div:first-child { max-width:650px; }
.cta-actions { display:flex; flex-direction:column; gap:18px; min-width:245px; }
.cta-call { display:flex; align-items:center; justify-content:center; flex-direction:column; }
.cta-call span { font-size:10px; color:rgba(255,255,255,.6); text-transform:uppercase; letter-spacing:.1em; }
.cta-call strong { font-size:16px; margin-top:3px; }

.faq { display:grid; grid-template-columns:.72fr 1.28fr; gap:100px; }
.faq-intro>p:not(.eyebrow) { color:var(--muted); line-height:1.7; font-size:14px; margin:22px 0; }
.faq-intro>a { color:var(--green); font-weight:800; font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); padding:0 4px; }
.faq-list summary { list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; padding:23px 0; font-family:'Playfair Display',Georgia,serif; font-size:18px; font-weight:600; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { font-family:'DM Sans',sans-serif; font-weight:400; color:var(--green); font-size:24px; transition:transform .2s; }
.faq-list details[open] summary span { transform:rotate(45deg); }
.faq-list details p { color:var(--muted); line-height:1.7; font-size:13px; padding:0 35px 22px 0; margin:-5px 0 0; }

footer { background:#11271c; color:white; padding:58px max(24px,calc((100% - 1180px)/2)) 22px; }
.footer-main { display:grid; grid-template-columns:.8fr 1fr 1fr; gap:70px; align-items:center; padding-bottom:42px; }
.footer-main img { width:220px; height:auto; }
.footer-main>p { color:rgba(255,255,255,.6); font-family:'Playfair Display',Georgia,serif; font-size:18px; line-height:1.55; }
.footer-contact { display:flex; flex-direction:column; gap:9px; justify-self:end; font-size:14px; }
.footer-contact a:first-child { font-size:19px; font-weight:700; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.13); padding-top:20px; display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.42); font-size:10px; }
.mobile-cta { display:none; }
.floating-whatsapp { position:fixed; z-index:46; right:24px; bottom:24px; width:54px; height:54px; border-radius:50%; display:grid; place-items:center; background:#25d366; color:#10331f; box-shadow:0 10px 28px rgba(13,54,30,.28); font-size:12px; font-weight:900; letter-spacing:.04em; }

.lead-modal-backdrop { position:fixed; z-index:100; inset:0; padding:24px; display:grid; place-items:center; overflow-y:auto; background:rgba(8,22,15,.78); backdrop-filter:blur(8px); animation:modal-fade .18s ease; }
.lead-modal { position:relative; width:min(520px,100%); max-height:calc(100vh - 48px); overflow-y:auto; background:var(--paper); padding:40px 38px 30px; box-shadow:0 30px 90px rgba(0,0,0,.38); animation:modal-rise .22s ease; }
.lead-modal-close { position:absolute; top:12px; right:14px; width:36px; height:36px; border:0; background:transparent; color:#536057; font-size:27px; cursor:pointer; }
.lead-modal .form-heading { padding-right:18px; }
.modal-whatsapp { display:block; margin-top:17px; text-align:center; color:#207c45; font-size:12px; font-weight:800; }
@keyframes modal-fade { from { opacity:0; } }
@keyframes modal-rise { from { transform:translateY(16px); opacity:0; } }

.chat-widget { position:fixed; z-index:70; right:92px; bottom:24px; }
.chat-launcher { min-height:54px; border:0; border-radius:28px; padding:0 20px 0 12px; display:flex; align-items:center; gap:10px; background:var(--green-deep); color:white; box-shadow:0 12px 32px rgba(12,38,23,.3); cursor:pointer; }
.chat-launcher span { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:var(--lime); color:var(--green-deep); font-size:17px; }
.chat-launcher b { font-size:13px; }
.chat-panel { position:absolute; right:0; bottom:66px; width:370px; max-height:min(610px,calc(100vh - 115px)); display:flex; flex-direction:column; overflow:hidden; background:white; border:1px solid #e0e5df; box-shadow:0 24px 70px rgba(9,35,20,.25); border-radius:18px 18px 4px 18px; }
.chat-header { display:flex; align-items:center; gap:11px; padding:16px; color:white; background:var(--green-deep); }
.chat-avatar { width:38px; height:38px; flex:0 0 auto; display:grid; place-items:center; border-radius:50%; color:var(--green-deep); background:var(--lime); font-family:'Playfair Display',Georgia,serif; font-size:22px; font-weight:700; }
.chat-header>div:nth-child(2) { display:flex; flex-direction:column; gap:3px; }
.chat-header strong { font-size:13px; }
.chat-header span { color:rgba(255,255,255,.67); font-size:9px; }
.chat-header span i { display:inline-block; width:6px; height:6px; margin-right:4px; border-radius:50%; background:#43e07c; }
.chat-header>button { margin-left:auto; border:0; background:transparent; color:white; font-size:24px; cursor:pointer; }
.chat-messages { min-height:170px; padding:16px; overflow-y:auto; display:flex; flex-direction:column; gap:9px; background:#f5f7f4; }
.chat-message { max-width:86%; padding:10px 12px; border-radius:13px; line-height:1.45; font-size:12px; }
.chat-message.bot { align-self:flex-start; background:white; border:1px solid #e2e7e1; border-bottom-left-radius:3px; }
.chat-message.user { align-self:flex-end; background:var(--green); color:white; border-bottom-right-radius:3px; }
.chat-message.typing { color:var(--muted); font-style:italic; }
.chat-options { padding:12px 14px 6px; display:grid; grid-template-columns:1fr 1fr; gap:7px; background:white; }
.chat-options button { min-height:39px; padding:7px 9px; border:1px solid #cfd9d1; border-radius:8px; background:white; color:var(--green-deep); font-size:10px; font-weight:700; cursor:pointer; }
.chat-options button:hover { border-color:var(--green); background:#f1f7f2; }
.chat-input-row { padding:13px 14px 7px; display:grid; grid-template-columns:1fr 42px; gap:7px; }
.chat-input-row input { min-width:0; height:42px; border:1px solid #ccd6ce; border-radius:8px; padding:0 11px; outline:none; font-size:12px; }
.chat-input-row input:focus { border-color:var(--green); }
.chat-input-row button { width:42px; height:42px; border:0; border-radius:8px; background:var(--lime); color:var(--green-deep); font-size:19px; font-weight:800; cursor:pointer; }
.chat-input-row small { grid-column:1/-1; color:#7c867f; font-size:9px; line-height:1.4; }
.chat-error { padding:8px 14px; color:#9d2f2f; font-size:10px; }
.chat-error a { text-decoration:underline; font-weight:700; }
.chat-complete { padding:12px 14px 6px; display:grid; grid-template-columns:1fr auto; gap:8px; }
.chat-complete a,.chat-complete button { min-height:38px; display:grid; place-items:center; padding:0 12px; border:0; border-radius:7px; font-size:10px; font-weight:800; cursor:pointer; }
.chat-complete a { background:#25d366; color:#12371f; }
.chat-complete button { background:#eef2ee; color:var(--green); }
.chat-panel>footer { padding:9px 14px 12px; background:white; color:#8b938d; text-align:center; font-size:9px; }

@media (max-width:980px) {
  .site-header nav { display:none; }
  .brand img { width:150px; }
  .hero-content { grid-template-columns:1fr 390px; gap:38px; }
  .hero h1 { font-size:51px; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .why-copy { padding:65px 50px; }
  .process-grid { grid-template-columns:repeat(2,1fr); }
  .process-grid article:nth-child(2) { border-right:0; }
  .process-grid article:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.17); }
}

@media (max-width:760px) {
  body { padding-bottom:62px; }
  .site-header { height:66px; padding:0 18px; }
  .brand img { width:125px; height:auto; }
  .header-whatsapp { display:none; }
  .header-call { padding-left:13px; }
  .header-call span { display:none; }
  .header-call strong { font-size:12px; }
  .hero { min-height:auto; }
  .hero-image { background-position:58% center; }
  .hero-shade { background:linear-gradient(180deg,rgba(8,24,16,.86) 0%,rgba(8,24,16,.76) 42%,rgba(8,24,16,.88) 100%); }
  .hero-content { width:calc(100% - 32px); grid-template-columns:1fr; gap:38px; min-height:0; padding:67px 0 48px; }
  .hero h1 { font-size:44px; }
  .hero-sub { font-size:16px; }
  .hero-points { gap:10px 15px; }
  .form-card { padding:27px 20px 24px; }
  .trust-strip { grid-template-columns:repeat(2,1fr); padding:0 16px; }
  .trust-strip div { padding:20px; border-bottom:1px solid #d7d2c7; }
  .trust-strip div:nth-child(2) { border-right:0; }
  .trust-strip div:first-child { padding-left:20px; }
  .trust-strip div:nth-child(n+3) { border-bottom:0; }
  .section { width:calc(100% - 32px); padding:76px 0; }
  .section-head,.process-title { grid-template-columns:1fr; gap:22px; }
  .section h2,.why-copy h2,.process h2,.cta-section h2,.faq h2 { font-size:39px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card>img { height:230px; }
  .why-section { grid-template-columns:1fr; }
  .why-visual { min-height:420px; }
  .experience-badge { right:18px; bottom:-28px; width:125px; height:125px; }
  .why-copy { padding:78px 24px 65px; }
  .process { width:100%; padding:76px 24px; }
  .process-grid { grid-template-columns:1fr; }
  .process-grid article,.process-grid article:not(:first-child) { border-right:0; border-bottom:1px solid rgba(255,255,255,.17); padding:30px 20px 28px 0; min-height:0; }
  .process-grid article:last-child { border-bottom:0; }
  .process-grid article>span { right:2px; }
  .cta-section { align-items:flex-start; flex-direction:column; padding:70px 24px; }
  .cta-actions { width:100%; }
  .faq { grid-template-columns:1fr; gap:48px; }
  .footer-main { grid-template-columns:1fr; gap:20px; }
  .footer-contact { justify-self:start; }
  .footer-bottom { flex-direction:column; }
  .mobile-cta { position:fixed; z-index:50; left:0; right:0; bottom:0; height:62px; display:grid; grid-template-columns:.7fr .9fr 1.25fr; box-shadow:0 -8px 25px rgba(0,0,0,.15); }
  .mobile-cta a { display:grid; place-items:center; font-weight:800; font-size:13px; }
  .mobile-cta a:first-child { background:white; color:var(--green-deep); }
  .mobile-cta a:nth-child(2) { background:#25d366; color:#12371f; }
  .mobile-cta a:last-child { background:var(--lime); color:var(--green-deep); }
  .floating-whatsapp { display:none; }
  .chat-widget { right:16px; bottom:76px; }
  .chat-launcher { min-height:50px; padding:0 12px; }
  .chat-launcher b { display:none; }
  .chat-launcher span { width:32px; height:32px; }
  .chat-panel { position:fixed; right:12px; left:12px; bottom:136px; width:auto; max-height:calc(100vh - 160px); border-radius:16px; }
  .lead-modal-backdrop { padding:12px; align-items:end; }
  .lead-modal { width:100%; max-height:calc(100vh - 24px); padding:36px 20px 24px; border-radius:18px 18px 0 0; }
}

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