*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;overflow:hidden;font-family:'Segoe UI',Roboto,sans-serif;background-color:#0b0b0c;color:#ffffff;scroll-behavior:smooth}.intro-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:9999;transition:opacity .8s,visibility .8s}#bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;filter:contrast(1.25) saturate(1.35) brightness(1.15)}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:linear-gradient(to bottom,rgba(11,11,12,0.10) 0%,rgba(11,11,12,0.22) 100%)}.logo-central{position:relative;z-index:3;text-align:center;pointer-events:none;width:100%;max-width:500px;padding:20px}.main-logo{width:100%;max-width:350px;height:auto;object-fit:contain;display:block;margin:0 auto;filter:drop-shadow(0px 12px 24px rgba(0,0,0,0.85));animation:flotar 3.5s ease-in-out infinite}.tap-to-enter{color:#a29bfe;margin-top:25px;font-size:14px;letter-spacing:2px;text-transform:uppercase;opacity:.8;animation:parpadeo 2s infinite}.fade-out{opacity:0;visibility:hidden}.site-content{opacity:0;transform:translateY(20px);transition:opacity 1s ease .3s,transform 1s ease .3s}.site-content.visible{opacity:1;transform:translateY(0)}.navbar{display:flex;justify-content:space-between;align-items:center;padding:25px 10%;position:absolute;top:0;width:100%;z-index:100}.nav-brand{display:flex;align-items:center;gap:12px}.nav-logo-icon{width:32px;height:auto;object-fit:contain}.nav-logo-text{font-size:22px;font-weight:700;letter-spacing:1px;color:#ffffff}.nav-logo-badge{font-size:11px;font-weight:800;letter-spacing:1.5px;color:#00ff66;background-color:rgba(0,255,102,.1);padding:3px 8px;border-radius:4px;text-transform:uppercase}.nav-links a{color:#a0a0a5;text-decoration:none;margin-left:30px;font-size:15px;transition:color .3s}.nav-links a:hover,.nav-links a.active{color:#ffffff}.hero-section.hero-with-bg{min-height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;padding:140px 20px 80px 20px;background-image:linear-gradient(to bottom,rgba(11,11,12,0.20) 0%,rgba(11,11,12,0.38) 100%),url('foto1.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.hero-container{width:100%;max-width:900px;margin:0 auto}.hero-title{font-size:3.8rem;font-weight:800;letter-spacing:-1.5px;margin-bottom:24px;line-height:1.1;color:#ffffff}.text-gradient{background:linear-gradient(45deg,#a29bfe,#00ff66);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-intro{font-size:1.25rem;color:#a0a0a5;max-width:680px;margin:0 auto 48px auto;line-height:1.6}.hero-intro strong{color:#ffffff;font-weight:600}.intro-pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:50px;width:100%}.pillar-card{background:rgba(11,11,12,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);padding:30px 24px;border-radius:16px;transition:transform .3s,border-color .3s,background .3s;text-align:center}.pillar-card:hover{transform:translateY(-5px);border-color:rgba(162,155,254,.5);background:rgba(11,11,12,.85)}.hero-actions{margin-top:20px}.btn-primary{display:inline-block;padding:16px 36px;background-color:#ffffff;color:#0b0b0c;text-decoration:none;font-weight:600;font-size:16px;border-radius:30px;transition:transform .3s,box-shadow .3s,background-color .3s}.btn-primary:hover{background-color:#f0f0f5;transform:scale(1.03);box-shadow:0px 10px 25px rgba(0,255,102,.15)}
.wood-divider{width:100%;background:linear-gradient(135deg,#e4dac3 0%,#dbcfb4 100%);padding:40px 20px;display:flex;justify-content:center;align-items:center;position:relative;z-index:10;box-shadow:inset 0 12px 24px rgba(0,0,0,.12),inset 0 -12px 24px rgba(0,0,0,.12),0 15px 30px rgba(0,0,0,.2)}.wood-divider.thin-divider{padding:25px 20px}.divider-content{max-width:800px;text-align:center}.divider-badge{font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#6e614a;background-color:rgba(110,97,74,.08);padding:5px 12px;border-radius:20px;display:inline-block;margin-bottom:12px}.divider-content h2{font-size:2.1rem;font-weight:700;line-height:1.4;color:#2b261f;letter-spacing:-0.5px;font-style:italic}.wood-divider.thin-divider h2{font-size:1.6rem}.services-section.services-with-bg{padding:100px 10%;min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative;background-image:linear-gradient(to bottom,rgba(11,11,12,0.18) 0%,rgba(11,11,12,0.32) 100%),url('foto2.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;filter:contrast(1.25) saturate(1.35) brightness(1.15)}.services-container{width:100%;max-width:1200px;margin:0 auto;position:relative;z-index:2}.services-header{text-align:center;margin-bottom:60px}.services-header h2{font-size:2.8rem;font-weight:800;letter-spacing:-1px;margin-bottom:16px}.services-header p{font-size:1.1rem;color:#a0a0a5;max-width:600px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}.service-box{background:rgba(18,18,20,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.06);padding:40px 30px;border-radius:24px;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .4s,background .4s;display:flex;flex-direction:column}.service-box:hover {transform:translateY(-8px);border-color:rgba(162,155,254,.4);background:rgba(18,18,20,.9);box-shadow:0 20px 40px rgba(0,0,0,.6),0 0 30px rgba(162,155,254,.08)}.service-icon-wrapper{width:60px;height:60px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:16px;display:flex;justify-content:center;align-items:center;margin-bottom:24px;transition:background .3s,border-color .3s}.service-box:hover .service-icon-wrapper{background:rgba(162,155,254,.15);border-color:rgba(162,155,254,.4)}.service-box h3{font-size:22px;font-weight:700;margin-bottom:16px;color:#ffffff;letter-spacing:-0.5px}.service-box p{font-size:15px;color:#a0a0a5;line-height:1.6;margin-bottom:24px;flex-grow:1}.services-features{list-style:none;padding:0;margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding-top:20px}.services-features li{font-size:14px;color:#8a8a8f;margin-bottom:10px;position:relative;padding-left:20px}.services-features li:last-child{margin-bottom:0}.services-features li::before{content:"→";position:absolute;left:0;color:#00ff66;font-weight:bold;font-size:13px}.service-box:hover .services-features li{color:#d1d1d6}.portfolio-section.portfolio-with-bg{padding:100px 10%;min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative;background-image:linear-gradient(to bottom,rgba(11,11,12,0.18) 0%,rgba(11,11,12,0.32) 100%),url('foto3.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;filter:contrast(1.25) saturate(1.35) brightness(1.15)}
.portfolio-container{width:100%;max-width:1200px;margin:0 auto;position:relative;z-index:2}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;width:100%}.portfolio-item{background:rgba(18,18,20,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.06);position:relative;aspect-ratio:16/10}.portfolio-img-wrapper{width:100%;height:100%;position:relative;overflow:hidden;cursor:pointer}.portfolio-img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(.16,1,.3,1)}.portfolio-hover-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(11,11,12,.95) 0%,rgba(11,11,12,.4) 100%);opacity:0;transition:opacity .4s ease;display:flex;align-items:flex-end;padding:30px}.portfolio-info{transform:translateY(20px);transition:transform .5s cubic-bezier(.16,1,.3,1);width:100%}.project-category{font-size:11px;font-weight:800;text-transform:uppercase;color:#a29bfe;letter-spacing:1.5px;display:block;margin-bottom:8px}.portfolio-info h3{font-size:22px;font-weight:700;color:#ffffff;margin-bottom:8px}.portfolio-info p{font-size:14px;color:#d1d1d6;margin-bottom:16px;line-height:1.5}.project-tech{display:flex;flex-wrap:wrap;gap:8px}.project-tech span {font-size:12px;font-weight:600;color:#00ff66;background:rgba(0,255,102,.1);padding:4px 10px;border-radius:6px;border:1px solid rgba(0,255,102,.2)}.portfolio-item:hover .portfolio-img{transform:scale(1.06)}.portfolio-item:hover .portfolio-hover-overlay{opacity:1}.portfolio-item:hover .portfolio-info{transform:translateY(0)}.faq-section{padding:100px 10%;background-color:#0b0b0c;min-height:100vh;display:flex;justify-content:center;align-items:center}.faq-container{width:100%;max-width:900px;margin:0 auto}.faq-grid{display:flex;flex-direction:column;gap:16px;width:100%}.faq-item{background:rgba(18,18,20,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255,255,255,.06);overflow:hidden;transition:border-color .3s,background .3s}.faq-item summary{padding:24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;outline:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item h3{font-size:18px;font-weight:600;color:#ffffff;transition:color .3s;padding-right:20px}.faq-icon{width:12px;height:12px;border-bottom:2px solid #a29bfe;border-right:2px solid #a29bfe;transform:rotate(45deg);transition:transform .3s,border-color .3s;margin-right:4px}.faq-content{padding:0 24px 24px 24px;transition:all .3s ease}.faq-content p{font-size:15px;color:#b3b3b8;line-height:1.6}.faq-item[open]{border-color:rgba(0,255,102,.3);background:rgba(18,18,20,.85)}.faq-item[open] h3{color:#00ff66}.faq-item[open] .faq-icon{transform:rotate(-135deg);border-color:#00ff66}.contact-section{padding:100px 10%;background-color:#0b0b0c;min-height:100vh;display:flex;justify-content:center;align-items:center}.contact-container{width:100%;max-width:1100px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:50px;align-items:center}.contact-info-box h3{font-size:24px;font-weight:700;margin-bottom:16px}.contact-info-box p{color:#d1d1d6;font-size:15px;margin-bottom:30px;line-height:1.6}.info-item{display:flex;align-items:center;gap:14px;margin-bottom:16px}.info-item span{font-size:20px}.info-item p{margin-bottom:0;color:#ffffff;font-weight:600}.contact-form{background:rgba(18,18,20,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:40px;border-radius:24px;border:1px solid rgba(255,255,255,.06)}.form-group{margin-bottom:20px}.contact-form input,.contact-form textarea{width:100%;padding:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#ffffff;font-size:15px;outline:none;transition:border-color .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:#a29bfe}.site-footer{text-align:center;padding:40px 20px;border-top:1px solid rgba(255,255,255,.05);background:#0b0b0c;font-size:14px;color:#8a8a8f}@keyframes flotar{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes parpadeo{0%,100%{opacity:.4}50%{opacity:.9}}@media (max-width:768px){.navbar{padding:20px 5%}.hero-section.hero-with-bg{padding:120px 20px 40px 20px;background-attachment:scroll}.hero-title{font-size:2.5rem}.hero-intro{font-size:1.1rem;margin-bottom:35px}.intro-pillars{grid-template-columns:1fr;gap:16px}.wood-divider{padding:30px 20px}.wood-divider.thin-divider{padding:20px 20px}.divider-content h2{font-size:1.5rem}.wood-divider.thin-divider h2{font-size:1.2rem}.services-section,.portfolio-section,.faq-section,.contact-section{padding:80px 24px}.services-header h2,.portfolio-header h2,.faq-header h2,.contact-header h2{font-size:2.2rem}.services-grid,.portfolio-grid,.contact-grid{grid-template-columns:1fr;gap:24px}.service-box,.contact-form{padding:24px}.portfolio-hover-overlay{opacity:1;background:linear-gradient(to top,rgba(11,11,12,.95) 30%,rgba(11,11,12,.6) 100%)}.portfolio-info{transform:translateY(0)}.faq-item h3{font-size:16px}}

/* 1. INTRO / PANTALLA DE CARGA */
.intro-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; cursor: pointer; z-index: 9999; transition: opacity 0.8s, visibility 0.8s; }
#bg-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: contrast(1.25) saturate(1.35) brightness(1.15); }
.video-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: linear-gradient(to bottom, rgba(11,11,12,0.10) 0%, rgba(11,11,12,0.22) 100%); }
.logo-central { position: relative; z-index: 3; text-align: center; pointer-events: none; width: 100%; max-width: 500px; padding: 20px; }
.main-logo { width: 100%; max-width: 350px; height: auto; object-fit: contain; display: block; margin: 0 auto; filter: drop-shadow(0px 12px 24px rgba(0,0,0,0.85)); animation: flotar 3.5s ease-in-out infinite; }
.tap-to-enter { color: #a29bfe; margin-top: 25px; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; opacity: 0.8; animation: parpadeo 2s infinite; }
.fade-out { opacity: 0; visibility: hidden; }

/* 2. TRANSICIÓN Y NAVBAR */
.site-content { opacity: 0; transform: translateY(20px); transition: opacity 1s ease 0.3s, transform 1s ease 0.3s; }
.site-content.visible { opacity: 1; transform: translateY(0); }
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 25px 10%; position: absolute; top: 0; width: 100%; z-index: 100; }
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-logo-icon { width: 32px; height: auto; object-fit: contain; }
.nav-logo-text { font-size: 22px; font-weight: 700; letter-spacing: 1px; color: #ffffff; }
.nav-logo-badge { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; color: #00ff66; background-color: rgba(0, 255, 102, 0.1); padding: 3px 8px; border-radius: 4px; text-transform: uppercase; }
.nav-links a { color: #a0a0a5; text-decoration: none; margin-left: 30px; font-size: 15px; transition: color 0.3s; }
.nav-links a:hover, .nav-links a.active { color: #ffffff; }

/* 3. SECCIÓN HERO (FOTO1) */
.hero-section.hero-with-bg { min-height: 100vh; display: flex; justify-content: center; align-items: center; text-align: center; padding: 140px 20px 80px 20px; background-image: linear-gradient(to bottom, rgba(11,11,12,0.20) 0%,rgba(11,11,12,0.38) 100%), url('foto1.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; }
.hero-container { width: 100%; max-width: 900px; margin: 0 auto; }
.hero-title { font-size: 3.8rem; font-weight: 800; letter-spacing: -1.5px; margin-bottom: 24px; line-height: 1.1; color: #ffffff; }
.text-gradient { background: linear-gradient(45deg, #a29bfe, #00ff66); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: none; filter: drop-shadow(0 2px 8px rgba(0,0,0,.55)); }
.hero-intro { font-size: 1.25rem; color: #a0a0a5; max-width: 680px; margin: 0 auto 48px auto; line-height: 1.6; }
.hero-intro strong { color: #ffffff; font-weight: 600; }
.intro-pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-bottom: 50px; width: 100%; }
.pillar-card { background: rgba(11, 11, 12, 0.6); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.08); padding: 30px 24px; border-radius: 16px; transition: transform 0.3s, border-color 0.3s, background 0.3s; text-align: center; }
.pillar-card:hover { transform: translateY(-5px); border-color: rgba(162, 155, 254, 0.5); background: rgba(11, 11, 12, 0.8); }
.pillar-icon { font-size: 28px; display: inline-block; margin-bottom: 16px; }
.pillar-card h3 { font-size: 18px; font-weight: 600; margin-bottom: 12px; color: #ffffff; }
.pillar-card p { font-size: 14px; color: #8a8a8f; line-height: 1.5; }
.hero-actions { margin-top: 20px; }
.btn-primary { display: inline-block; padding: 16px 36px; background-color: #ffffff; color: #0b0b0c; text-decoration: none; font-weight: 600; font-size: 16px; border-radius: 30px; transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s; }
.btn-primary:hover { background-color: #f0f0f5; transform: scale(1.03); box-shadow: 0px 10px 25px rgba(0, 255, 102, 0.15); }
/* 4. FRANJA INTERMEDIA DELGADA CÁLIDA */
.wood-divider { width: 100%; background: linear-gradient(135deg, #e4dac3 0%, #dbcfb4 100%); padding: 40px 20px; display: flex; justify-content: center; align-items: center; position: relative; z-index: 10; box-shadow: inset 0 12px 24px rgba(0,0,0,0.12), inset 0 -12px 24px rgba(0,0,0,0.12), 0 15px 30px rgba(0,0,0,0.2); }
.divider-content { max-width: 800px; text-align: center; }
.divider-badge { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #6e614a; background-color: rgba(110, 97, 74, 0.08); padding: 5px 12px; border-radius: 20px; display: inline-block; margin-bottom: 12px; }
.divider-content h2 { font-size: 2.1rem; font-weight: 700; line-height: 1.4; color: #2b261f; letter-spacing: -0.5px; font-style: italic; }

/* 5. SECCIÓN SERVICIOS (FOTO2) */
.services-section.services-with-bg { padding: 100px 10%; min-height: 100vh; display: flex; justify-content: center; align-items: center; position: relative; background-image: linear-gradient(to bottom, rgba(11,11,12,0.18) 0%,rgba(11,11,12,0.32) 100%), url('foto2.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; filter: contrast(1.25) saturate(1.35) brightness(1.15); }
.services-container { width: 100%; max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.services-header { text-align: center; margin-bottom: 60px; }
.services-header h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
.services-header p { font-size: 1.1rem; color: #a0a0a5; max-width: 600px; margin: 0 auto; line-height: 1.6; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; }
.service-box { background: rgba(18, 18, 20, 0.65); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.06); padding: 40px 30px; border-radius: 24px; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s, box-shadow 0.4s, background 0.4s; display: flex; flex-direction: column; }
.service-box:hover { transform: translateY(-8px); border-color: rgba(162, 155, 254, 0.4); background: rgba(18, 18, 20, 0.85); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(162, 155, 254, 0.08); }
.service-icon-wrapper { width: 60px; height: 60px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 16px; display: flex; justify-content: center; align-items: center; margin-bottom: 24px; transition: background 0.3s, border-color 0.3s; }
.service-box:hover .service-icon-wrapper { background: rgba(162, 155, 254, 0.15); border-color: rgba(162, 155, 254, 0.4); }
.service-icon { font-size: 26px; }
.service-box h3 { font-size: 22px; font-weight: 700; margin-bottom: 16px; color: #ffffff; letter-spacing: -0.5px; }
.service-box p { font-size: 15px; color: #a0a0a5; line-height: 1.6; margin-bottom: 24px; flex-grow: 1; }
.services-features { list-style: none; padding: 0; margin-top: auto; border-top: 1px solid rgba(255, 255, 255, 0.08); padding-top: 20px; }
.services-features li { font-size: 14px; color: #8a8a8f; margin-bottom: 10px; position: relative; padding-left: 20px; }
.services-features li:last-child { margin-bottom: 0; }
.services-features li::before { content: "→"; position: absolute; left: 0; color: #00ff66; font-weight: bold; font-size: 13px; }
.service-box:hover .services-features li { color: #d1d1d6; }

/* 6. SECCIÓN PORTAFOLIO DE PROYECTOS */
.portfolio-section { padding: 100px 10%; background-color: #0b0b0c; min-height: 100vh; display: flex; justify-content: center; align-items: center; }
.portfolio-container { width: 100%; max-width: 1200px; margin: 0 auto; }
.portfolio-header { text-align: center; margin-bottom: 60px; }
.portfolio-header h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
.portfolio-header p { font-size: 1.1rem; color: #a0a0a5; max-width: 600px; margin: 0 auto; line-height: 1.6; }
.portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; width: 100%; }
.portfolio-item { background: #121214; border-radius: 24px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.04); position: relative; aspect-ratio: 16 / 10; }
.portfolio-img-wrapper { width: 100%; height: 100%; position: relative; overflow: hidden; cursor: pointer; }
.portfolio-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.portfolio-hover-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(11, 11, 12, 0.95) 0%, rgba(11, 11, 12, 0.4) 100%); opacity: 0; transition: opacity 0.4s ease; display: flex; align-items: flex-end; padding: 30px; }
.portfolio-info { transform: translateY(20px); transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); width: 100%; }
.project-category { font-size: 11px; font-weight: 800; text-transform: uppercase; color: #a29bfe; letter-spacing: 1.5px; display: block; margin-bottom: 8px; }
.portfolio-info h3 { font-size: 22px; font-weight: 700; color: #ffffff; margin-bottom: 8px; }
.portfolio-info p { font-size: 14px; color: #a0a0a5; margin-bottom: 16px; line-height: 1.5; }
.project-tech { display: flex; flex-wrap: wrap; gap: 8px; }
.project-tech span { font-size: 12px; font-weight: 600; color: #00ff66; background: rgba(0, 255, 102, 0.08); padding: 4px 10px; border-radius: 6px; border: 1px solid rgba(0, 255, 102, 0.15); }
.portfolio-item:hover .portfolio-img { transform: scale(1.06); }
.portfolio-item:hover .portfolio-hover-overlay { opacity: 1; }
.portfolio-item:hover .portfolio-info { transform: translateY(0); }

/* 7. ANIMACIONES Y AJUSTES RESPONSIVOS */
@keyframes flotar { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes parpadeo { 0%, 100% { opacity: 0.4; } 50% { opacity: 0.9; } }
@media (max-width: 768px) {
    .navbar { padding: 20px 5%; }
    .hero-section.hero-with-bg { padding: 120px 20px 40px 20px; background-attachment: scroll; }
    .hero-title { font-size: 2.5rem; }
    .hero-intro { font-size: 1.1rem; margin-bottom: 35px; }
    .intro-pillars { grid-template-columns: 1fr; gap: 16px; }
    .wood-divider { padding: 30px 20px; }
    .divider-content h2 { font-size: 1.5rem; }
    .services-section { padding: 80px 24px; }
    .services-header h2 { font-size: 2.2rem; }
    .services-grid { grid-template-columns: 1fr; gap: 24px; }
    .service-box { padding: 30px 24px; }
    .portfolio-section { padding: 80px 24px; }
    .portfolio-header h2 { font-size: 2.2rem; }
    .portfolio-grid { grid-template-columns: 1fr; gap: 24px; }
    .portfolio-hover-overlay { opacity: 1; background: linear-gradient(to top, rgba(11, 11, 12, 0.95) 30%, rgba(11, 11, 12, 0.6) 100%); }
    .portfolio-info { transform: translateY(0); }
}

/* 8. FAQ HEADER (subtítulo) */
.faq-header { text-align: center; margin-bottom: 50px; }
.faq-header h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
.faq-header p { font-size: 1.1rem; color: #a0a0a5; max-width: 600px; margin: 0 auto; line-height: 1.6; }

/* 9. FOOTER COMPLETO */
.site-footer-full { background: #0b0b0c; border-top: 1px solid rgba(255,255,255,0.06); padding: 70px 10% 0 10%; }
.footer-container { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; max-width: 1200px; margin: 0 auto; padding-bottom: 50px; }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.footer-logo-icon { width: 40px; height: 40px; object-fit: contain; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 6px; }
.footer-logo-text-wrap { display: flex; flex-direction: column; line-height: 1.3; }
.footer-logo-text { font-size: 17px; font-weight: 700; color: #ffffff; letter-spacing: 0.5px; }
.footer-logo-badge { font-size: 10px; font-weight: 600; letter-spacing: 1.5px; color: #6a6a70; text-transform: uppercase; }
.footer-brand-desc { font-size: 14px; color: #a0a0a5; line-height: 1.7; max-width: 380px; margin-bottom: 24px; }
.footer-social { display: flex; gap: 12px; }
.footer-social-icon { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; color: #d1d1d6; transition: background .3s, border-color .3s, color .3s; }
.footer-social-icon svg { width: 18px; height: 18px; }
.footer-social-icon:hover { background: rgba(162,155,254,0.15); border-color: rgba(162,155,254,0.4); color: #ffffff; }
.footer-col h4 { font-size: 12px; font-weight: 800; letter-spacing: 1.5px; color: #ffffff; text-transform: uppercase; margin-bottom: 20px; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { font-size: 14px; color: #a0a0a5; margin-bottom: 12px; position: relative; padding-left: 16px; }
.footer-list li::before { content: "•"; position: absolute; left: 0; color: #a29bfe; }
.footer-contact-line { font-size: 14px; color: #a0a0a5; margin-bottom: 10px; line-height: 1.5; }
.footer-contact-line a { color: #ffffff; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.footer-status { font-size: 13px; color: #00ff66; display: flex; align-items: center; gap: 8px; margin-top: 16px; font-weight: 600; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #00ff66; box-shadow: 0 0 8px rgba(0,255,102,0.8); display: inline-block; }
.footer-bottom { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.05); font-size: 13px; color: #6a6a70; }
.footer-top-link { color: #a0a0a5; text-decoration: none; transition: color .3s; }
.footer-top-link:hover { color: #ffffff; }

@media (max-width: 768px) {
    .site-footer-full { padding: 60px 24px 0 24px; }
    .footer-container { grid-template-columns: 1fr; gap: 36px; padding-bottom: 40px; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .faq-header h2 { font-size: 2.2rem; }
}

/* 10. FAQ - PLANES DE SOPORTE (dentro de "cambios en el futuro") */
.faq-content .faq-pricing { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); }
.faq-pricing-label { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #8a8a8f; margin-bottom: 20px; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; align-items: stretch; }
.pricing-card { position: relative; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 26px 22px; display: flex; flex-direction: column; transition: border-color .3s, background .3s, transform .3s; }
.pricing-card:hover { transform: translateY(-4px); border-color: rgba(162,155,254,0.35); }
.pricing-card h4 { font-size: 17px; font-weight: 700; color: #ffffff; margin-bottom: 12px; }
.pricing-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 20px; }
.price-amount { font-size: 2rem; font-weight: 800; color: #ffffff; letter-spacing: -1px; }
.price-period { font-size: 13px; color: #8a8a8f; }
.pricing-features { list-style: none; padding: 0; margin: 0 0 24px 0; flex-grow: 1; }
.pricing-features li { font-size: 13px; color: #b3b3b8; line-height: 1.5; margin-bottom: 12px; position: relative; padding-left: 24px; }
.pricing-features li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #a29bfe; font-weight: 700; }
.pricing-btn { width: 100%; padding: 12px 16px; border-radius: 12px; background: transparent; border: 1px solid rgba(255,255,255,0.18); color: #ffffff; font-size: 13px; font-weight: 600; cursor: pointer; transition: background .3s, border-color .3s; }
.pricing-btn:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.35); }
.pricing-card.pricing-featured { background: rgba(162,155,254,0.08); border-color: rgba(162,155,254,0.5); box-shadow: 0 10px 30px rgba(162,155,254,0.12); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #6c5ce7; color: #ffffff; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; white-space: nowrap; }
.pricing-btn-primary { background: #6c5ce7; border-color: #6c5ce7; }
.pricing-btn-primary:hover { background: #7d6ff0; border-color: #7d6ff0; }

@media (max-width: 768px) {
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-card.pricing-featured { order: -1; }
}

/* 11. IMAGEN DE FONDO EN LA SECCIÓN FAQ */
.faq-section.faq-with-bg {
    background-image: linear-gradient(to bottom, rgba(11,11,12,0.15) 0%, rgba(11,11,12,0.35) 55%, rgba(11,11,12,0.55) 100%), url('foto23.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.faq-container { position: relative; z-index: 2; }

@media (max-width: 768px) {
    .faq-section.faq-with-bg { background-attachment: scroll; }
}

/* 12. (Fondo de la sección de contacto ahora se controla en el bloque 19, más abajo) */

/* 13. FORMULARIO CALIFICADOR (Inicia tu Proyecto) */
.contact-container { max-width: 900px; }
.qualifier-card { background: #f7f5f2; border-radius: 28px; padding: 48px; box-shadow: 0 30px 70px rgba(0,0,0,.45); }
.qualifier-step { font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #00b359; }
.qualifier-title { font-size: 2.2rem; font-weight: 800; letter-spacing: -1px; color: #1a1a1d; margin: 10px 0 12px 0; }
.qualifier-subtitle { font-size: 15px; color: #55555c; line-height: 1.6; max-width: 640px; }
.qualifier-divider { height: 1px; background: rgba(0,0,0,.1); margin: 28px 0; }
.qualifier-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.qualifier-field { display: flex; flex-direction: column; margin-bottom: 24px; }
.qualifier-row .qualifier-field { margin-bottom: 0; }
.qualifier-field label { font-size: 13px; font-weight: 700; color: #1a1a1d; margin-bottom: 10px; }
.qualifier-field input,
.qualifier-field select,
.qualifier-field textarea { width: 100%; padding: 14px 16px; background: #ffffff; border: 1px solid rgba(0,0,0,.15); border-radius: 12px; color: #1a1a1d; font-size: 14px; font-family: inherit; outline: none; transition: border-color .3s, box-shadow .3s; }
.qualifier-field input::placeholder,
.qualifier-field textarea::placeholder { color: #9a9a9f; }
.qualifier-field input:focus,
.qualifier-field select:focus,
.qualifier-field textarea:focus { border-color: #6c5ce7; box-shadow: 0 0 0 3px rgba(108,92,231,.15); }
.qualifier-field textarea { resize: vertical; min-height: 110px; }
.qualifier-radio-group { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.qualifier-radio-option { display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: #ffffff; border: 1px solid rgba(0,0,0,.15); border-radius: 12px; font-size: 13.5px; color: #333338; cursor: pointer; transition: border-color .3s, background .3s; }
.qualifier-radio-option input[type="radio"] { accent-color: #6c5ce7; width: 16px; height: 16px; flex-shrink: 0; }
.qualifier-radio-option:has(input:checked) { border-color: #6c5ce7; background: rgba(108,92,231,.06); }
.qualifier-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 10px; padding-top: 24px; border-top: 1px solid rgba(0,0,0,.1); }
.qualifier-guarantee { font-size: 13px; color: #6a6a70; }
.qualifier-guarantee strong { color: #1a1a1d; }
.qualifier-submit { display: flex; align-items: center; gap: 10px; padding: 16px 28px; background: #0b0b0c; color: #ffffff; border: none; border-radius: 14px; font-size: 14.5px; font-weight: 700; cursor: pointer; white-space: nowrap; transition: transform .3s, background .3s; }
.qualifier-submit svg { width: 16px; height: 16px; color: #00ff66; }
.qualifier-submit:hover { background: #1a1a1d; transform: translateY(-2px); }

@media (max-width: 768px) {
    .qualifier-card { padding: 30px 22px; border-radius: 20px; }
    .qualifier-title { font-size: 1.7rem; }
    .qualifier-row { grid-template-columns: 1fr; gap: 20px; }
    .qualifier-radio-group { grid-template-columns: 1fr; }
    .qualifier-footer { flex-direction: column; align-items: flex-start; }
    .qualifier-submit { width: 100%; justify-content: center; }
}

/* 14. AVISO DE PRECIO EN SERVICIOS */
.price-hint { display: inline-block; margin-top: 22px; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #00ff66; background-color: rgba(0,255,102,.1); border: 1px solid rgba(0,255,102,.25); padding: 8px 18px; border-radius: 20px; }

/* 15. LEGIBILIDAD DE TEXTOS SOBRE FONDOS CON IMAGEN/VIDEO */
.hero-title,
.hero-intro,
.hero-intro strong,
.services-header h2,
.services-header p,
.services-header p strong,
.portfolio-header h2,
.portfolio-header p,
.faq-header h2,
.faq-header p,
.contact-header h2 {
    text-shadow: 0 2px 6px rgba(0,0,0,.85), 0 6px 24px rgba(0,0,0,.55);
}

/* 16. TEXTO "SOBRE MÍ" (sustituye a las pillar-cards) */
.pillar-about { text-align: left; max-width: 720px; margin: 0 auto; }
.pillar-about h3 { margin-bottom: 12px; }
.pillar-about p { color: #d1d1d6; font-size: 15px; line-height: 1.7; }
.intro-about { margin-bottom: 40px; }

/* 17. MENÚ MÓVIL (hamburguesa) */
.nav-toggle { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 38px; height: 38px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; cursor: pointer; z-index: 200; }
.nav-toggle span { display: block; width: 18px; height: 2px; background: #ffffff; border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-backdrop { display: none; }

@media (max-width: 768px) {
    .nav-toggle { display: flex; }
    .nav-links { position: fixed; top: 0; right: 0; height: 100vh; width: min(78vw, 320px); background: rgba(11,11,12,.98); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; padding: 100px 32px 40px 32px; transform: translateX(100%); transition: transform .4s cubic-bezier(.16,1,.3,1); z-index: 150; }
    .nav-links.open { transform: translateX(0); box-shadow: -20px 0 60px rgba(0,0,0,.5); }
    .nav-links a { margin-left: 0; font-size: 19px; padding: 16px 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.06); }
    .nav-backdrop.open { display: block; position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 140; }
}

/* 18. MÁS AIRE / RESPIRO EN MÓVIL */
@media (max-width: 768px) {
    .hero-title { margin-bottom: 28px; }
    .hero-intro { margin-bottom: 40px; }
    .intro-about { margin-bottom: 44px; }
    .pillar-about { padding: 26px 22px; }
    .hero-actions { margin-top: 12px; }
    .wood-divider { padding: 48px 24px; }
    .wood-divider.thin-divider { padding: 36px 24px; }
    .divider-content h2 { line-height: 1.5; }
    .services-section, .portfolio-section, .faq-section, .contact-section { padding: 90px 24px 100px 24px; }
    .services-header, .portfolio-header, .faq-header, .contact-header { margin-bottom: 40px; }
    .services-grid, .portfolio-grid, .contact-grid { gap: 28px; }
    .service-box, .contact-form, .qualifier-card { padding: 28px; }
    .service-box { margin-bottom: 4px; }
    .faq-grid { gap: 18px; }
    .price-hint { margin-top: 26px; }
}

/* 19. FONDOS DE IMAGEN CON COLOR VIVO (el filtro solo afecta a la imagen, nunca al texto) */
.hero-section.hero-with-bg,
.services-section.services-with-bg,
.portfolio-section.portfolio-with-bg,
.faq-section.faq-with-bg,
.contact-section.contact-with-bg {
    position: relative;
    overflow: hidden;
    background-image: none;
    filter: none;
}
.hero-container, .services-container, .portfolio-container, .faq-container, .contact-container {
    position: relative;
    z-index: 2;
}
.hero-with-bg::before,
.services-with-bg::before,
.portfolio-with-bg::before,
.faq-with-bg::before,
.contact-with-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: contrast(1.25) saturate(1.4) brightness(1.15);
}
.hero-with-bg::before { background-image: linear-gradient(to bottom, rgba(11,11,12,0.20) 0%, rgba(11,11,12,0.38) 100%), url('foto1.jpg'); }
.services-with-bg::before { background-image: linear-gradient(to bottom, rgba(11,11,12,0.18) 0%, rgba(11,11,12,0.32) 100%), url('foto2.jpg'); }
.portfolio-with-bg::before { background-image: linear-gradient(to bottom, rgba(11,11,12,0.18) 0%, rgba(11,11,12,0.32) 100%), url('foto3.jpg'); }
.faq-with-bg::before { background-image: linear-gradient(to bottom, rgba(11,11,12,0.15) 0%, rgba(11,11,12,0.35) 55%, rgba(11,11,12,0.55) 100%), url('foto23.jpg'); }
.contact-with-bg::before { background-image: linear-gradient(to bottom, rgba(11,11,12,0.15) 0%, rgba(11,11,12,0.35) 55%, rgba(11,11,12,0.55) 100%), url('foto32.jpg'); }

@media (max-width: 1024px) {
    .hero-with-bg::before,
    .services-with-bg::before,
    .portfolio-with-bg::before,
    .faq-with-bg::before,
    .contact-with-bg::before {
        background-attachment: scroll;
    }
}

/* 20. MARCA (jhprogram + STUDIO) DENTRO DE "SOBRE MÍ" */
.pillar-about-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.pillar-about-name { font-size: 18px; font-weight: 700; letter-spacing: .5px; color: #ffffff; }
.pillar-about-badge { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; color: #00ff66; background-color: rgba(0,255,102,.1); border: 1px solid rgba(0,255,102,.2); padding: 3px 8px; border-radius: 4px; text-transform: uppercase; }

/* 21. SUBTÍTULOS SOBRE FOTO: más claros y con más contraste */
.services-header p,
.portfolio-header p,
.faq-header p {
    color: #f2f2f4;
    text-shadow: 0 2px 6px rgba(0,0,0,.95), 0 6px 20px rgba(0,0,0,.75);
}

/* 22. NAVBAR: enlaces centrados (SOLO en escritorio, para no tocar el menú móvil) */
@media (min-width: 769px) {
    .navbar { position: relative; }
    .nav-links {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
/* 23. LLEGADA DIRECTA A UNA SECCIÓN (ej. desde portafolio.html#servicios):
      si la URL trae un ancla, saltamos la intro del vídeo por completo. */
html.skip-intro #intro-overlay { display: none; }
html.skip-intro #main-content { opacity: 1; transform: none; }
html.skip-intro body { overflow: auto; }

/* NAVBAR ESTILO PORTAFOLIO (CREMA) */
.portfolio-nav {
    background: #f2ead6;
    border-bottom: 1px solid rgba(33, 28, 20, 0.32);
    padding: 22px 8%;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.portfolio-nav .nav-brand-text {
    color: #211c14;
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 20px;
}
.portfolio-nav .nav-brand-badge {
    color: #635c49;
    font-size: 11px;
    letter-spacing: 1.5px;
}
.portfolio-nav .nav-links a {
    color: #635c49;
    text-decoration: none;
    margin-left: 28px;
    font-size: 14px;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}
.portfolio-nav .nav-links a:hover,
.portfolio-nav .nav-links a.active {
    color: #211c14;
    border-color: #211c14;
}
.portfolio-nav .nav-toggle {
    border-color: rgba(33, 28, 20, 0.32);
}
.portfolio-nav .nav-toggle span {
    background: #211c14;
}
/* Fondo de cuadrícula para el navbar (como en portafolio) */
.portfolio-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(33,28,20,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(33,28,20,0.08) 1px, transparent 1px),
        linear-gradient(rgba(33,28,20,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(33,28,20,0.04) 1px, transparent 1px);
    background-size: 28px 28px, 28px 28px, 140px 140px, 140px 140px;
}
@media (max-width: 768px) {
    .portfolio-nav .nav-links {
        background: #f2ead6;
        border-left: 1px solid rgba(33, 28, 20, 0.32);
    }
    .portfolio-nav .nav-links a {
        color: #211c14;
        border-bottom: 1px solid rgba(33, 28, 20, 0.16);
    }
    .portfolio-nav .nav-links a:hover {
        color: #a4351f;
    }
    .portfolio-nav .nav-backdrop.open {
        background: rgba(33, 28, 20, 0.35);
    }
}