:root{
  --navy:#071827;
  --navy-2:#0b243c;
  --navy-3:#103555;
  --ink:#12233a;
  --gold:#c9952f;
  --gold-2:#e3b655;
  --white:#fff;
  --paper:#f7f8fa;
  --soft:#eef2f5;
  --muted:#68778a;
  --line:rgba(7,24,39,.10);
  --line-dark:rgba(255,255,255,.11);
  --shadow:0 18px 48px rgba(7,24,39,.08);
  --shadow-lg:0 34px 80px rgba(3,12,24,.20);
  --radius:24px;
  --max:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
h1,h2,h3,h4{margin:0 0 1rem;color:var(--navy);line-height:1.04;letter-spacing:-.035em}
h1{font-size:clamp(3.2rem,5.6vw,5.35rem);font-weight:900}
h2{font-size:clamp(2.15rem,3.8vw,3.55rem);font-weight:900}
h3{font-size:1.22rem;font-weight:850}
p{margin:0 0 1rem;color:var(--muted)}
.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}.narrow{max-width:920px}.section{padding:6.5rem 0}.soft{background:var(--paper)}

.utility-bar{background:linear-gradient(90deg,#06131f,#0a2034);color:rgba(255,255,255,.75);border-bottom:1px solid rgba(255,255,255,.06)}
.utility-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.73rem;letter-spacing:.075em;text-transform:uppercase;font-weight:750}
.utility-message{white-space:nowrap}.utility-links{display:flex;gap:1.25rem;align-items:center;white-space:nowrap}.utility-links span{color:var(--gold-2)}.utility-links a:hover{color:#fff}

.site-header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);box-shadow:0 1px 0 rgba(7,24,39,.07)}
.header-main{background:rgba(255,255,255,.97)}
.header-grid{height:92px;display:grid;grid-template-columns:220px minmax(0,1fr) auto;gap:1.15rem;align-items:center}
.brand{display:flex;align-items:center;width:205px}.brand img{width:100%;height:66px;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;justify-content:center;gap:.05rem;min-width:0}
.main-nav a{position:relative;padding:.72rem .66rem;font-size:.91rem;font-weight:850;color:#16263a;white-space:nowrap}
.main-nav a:after{content:"";position:absolute;left:.65rem;right:.65rem;bottom:.33rem;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:.22s ease}
.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}
.main-nav a.active{color:var(--navy)}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.65rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:50px;padding:.88rem 1.25rem;border-radius:8px;border:1px solid transparent;line-height:1;font-weight:900;transition:.2s ease;cursor:pointer}
.btn:hover{transform:translateY(-2px)}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#091827;box-shadow:0 12px 30px rgba(201,149,47,.19)}
.btn-dark{background:linear-gradient(135deg,#071827,#103555);color:#fff;box-shadow:0 14px 30px rgba(7,24,39,.16)}
.btn-outline{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.34);color:#fff}.btn-outline:hover{background:#fff;color:var(--navy)}
.header-cta{height:48px;min-height:48px;padding:.75rem 1.05rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}
.lang-switch{position:relative;flex:0 0 auto}.lang-switch button{height:44px;display:flex;align-items:center;gap:.42rem;padding:.55rem .65rem;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--navy);font-weight:900;cursor:pointer}.lang-switch button img,.lang-menu img{width:21px;height:15px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px rgba(0,0,0,.08)}.lang-switch button i{font-style:normal;color:#7a8797;font-size:.84rem}
.lang-menu{position:absolute;right:0;top:calc(100% + 10px);min-width:176px;padding:.45rem;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(7px);transition:.2s ease}.lang-switch.open .lang-menu{opacity:1;pointer-events:auto;transform:none}.lang-menu a{display:flex;align-items:center;gap:.58rem;padding:.66rem .7rem;border-radius:10px;font-size:.9rem;font-weight:800}.lang-menu a:hover{background:var(--paper)}
.menu-btn{display:none;width:46px;height:44px;padding:0;border:0;border-radius:8px;background:var(--navy);cursor:pointer}.menu-btn i{display:block;width:20px;height:2px;background:#fff;margin:4px auto}
.mobile-panel{display:none;background:#fff;border-top:1px solid var(--line)}.mobile-panel .container{padding:1rem 0 1.25rem}.mobile-nav{display:grid;gap:.25rem;margin-bottom:1rem}.mobile-nav a{padding:.8rem .9rem;border-radius:10px;font-weight:850}.mobile-nav a.active,.mobile-nav a:hover{background:var(--paper)}

.hero-premium{position:relative;min-height:710px;background:#071827;color:#fff;overflow:hidden;display:flex;align-items:stretch;padding-bottom:104px}
.hero-photo{position:absolute;inset:0 0 0 42%;background:url('../img/hero-premium.jpg') center center/cover no-repeat}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#061522 0%,rgba(6,21,34,.96) 34%,rgba(6,21,34,.72) 54%,rgba(6,21,34,.18) 78%,rgba(6,21,34,.06) 100%)}
.hero-premium-inner{position:relative;z-index:2;display:flex;align-items:center;padding-top:4.9rem;padding-bottom:4.7rem}
.hero-content{max-width:680px}.hero-content h1{color:#fff;margin-bottom:1.25rem}.hero-content p{font-size:1.14rem;color:rgba(255,255,255,.82);max-width:610px}.kicker{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:1rem;color:var(--gold-2);font-size:.76rem;line-height:1.2;text-transform:uppercase;letter-spacing:.15em;font-weight:900}.kicker:before{content:"";display:inline-block;width:38px;height:2px;background:var(--gold)}
.hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin:2rem 0 2.25rem}.hero-actions .btn{min-height:52px;padding:1rem 1.35rem}
.hero-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;max-width:650px}.hero-trust div{display:flex;align-items:center;gap:.75rem;padding:.8rem .85rem;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);backdrop-filter:blur(8px)}.hero-trust b{color:var(--gold-2);font-size:.76rem;letter-spacing:.08em}.hero-trust span{font-size:.82rem;font-weight:800;color:rgba(255,255,255,.82);line-height:1.3}
.hero-services-wrap{position:absolute;left:50%;bottom:0;z-index:3;transform:translateX(-50%)}
.hero-services{height:104px;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));background:linear-gradient(180deg,rgba(10,31,50,.97),rgba(6,21,34,.98));border:1px solid rgba(255,255,255,.11);box-shadow:0 -10px 30px rgba(0,0,0,.12)}
.hero-services a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.42rem;padding:.65rem .45rem;border-right:1px solid rgba(255,255,255,.11);text-align:center;color:#fff;min-width:0}.hero-services a:last-child{border-right:0}.hero-services a:hover{background:rgba(255,255,255,.06)}.mini-icon{color:var(--gold-2);height:28px}.mini-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.hero-services strong{font-size:.72rem;line-height:1.15;font-weight:800;max-width:110px}

.executive-intro{background:#fff}.executive-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:4.5rem;align-items:start}.executive-heading h2{max-width:560px}.executive-copy>p{font-size:1.12rem;max-width:760px}.executive-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.6rem}.executive-points span{position:relative;padding:1rem 1rem 1rem 1.35rem;border:1px solid var(--line);background:#fafbfc;font-weight:850}.executive-points span:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gold)}

.service-showcase{background:linear-gradient(180deg,#f7f9fb,#edf2f6)}.section-head{margin-bottom:3rem}.split-head{display:grid;grid-template-columns:1fr .72fr;gap:4rem;align-items:end}.split-head p{font-size:1.05rem}.text-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--navy);font-weight:900}.text-link span{color:var(--gold)}
.premium-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.premium-service{position:relative;min-height:300px;padding:1.65rem;background:#fff;border:1px solid var(--line);box-shadow:0 14px 38px rgba(7,24,39,.055);transition:.22s ease;overflow:hidden}.premium-service:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.premium-service:after{content:"";position:absolute;right:-42px;bottom:-42px;width:115px;height:115px;border:1px solid rgba(7,24,39,.06);transform:rotate(35deg)}.premium-service-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.3rem}.service-number{font-size:.72rem;letter-spacing:.11em;font-weight:900;color:#8c98a5}.service-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:14px;background:var(--navy);color:var(--gold-2)}.service-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.premium-service p{font-size:.95rem}.premium-service>a{position:absolute;left:1.65rem;bottom:1.55rem;font-size:.86rem;font-weight:900;color:var(--navy)}.premium-service>a span{color:var(--gold)}.feature-service{background:linear-gradient(145deg,#071827,#103555);border-color:transparent}.feature-service h3,.feature-service>a{color:#fff}.feature-service p{color:rgba(255,255,255,.72)}.feature-service .service-number{color:rgba(255,255,255,.5)}.feature-service .service-icon{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10)}

.lifecycle-section{background:#071827;color:#fff;position:relative;overflow:hidden}.lifecycle-section:after{content:"";position:absolute;right:-160px;top:-160px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(201,149,47,.16),transparent 70%)}.lifecycle-grid{position:relative;z-index:1;display:grid;grid-template-columns:.72fr 1.28fr;gap:4rem;align-items:start}.lifecycle-copy{position:sticky;top:160px}.lifecycle-copy h2{color:#fff}.lifecycle-copy p{color:rgba(255,255,255,.72);font-size:1.04rem;max-width:500px}.lifecycle-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.lifecycle-step{display:flex;align-items:center;gap:1rem;min-height:105px;padding:1.15rem;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.055)}.lifecycle-step b{display:grid;place-items:center;width:42px;height:42px;flex:0 0 auto;border:1px solid rgba(227,182,85,.5);color:var(--gold-2);font-size:.75rem}.lifecycle-step span{font-weight:850;color:rgba(255,255,255,.88);line-height:1.3}

.why-premium{background:#fff}.center-head{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.center-head .kicker{justify-content:center}.center-head p{font-size:1.03rem}.why-premium-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.why-premium-grid article{min-height:135px;padding:1.25rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;gap:.8rem;align-items:flex-start}.why-premium-grid b{font-size:.72rem;color:var(--gold);letter-spacing:.08em}.why-premium-grid span{font-weight:850;color:var(--navy);line-height:1.3}

/* Inner pages */
.page-hero{position:relative;overflow:hidden;padding:6.2rem 0;background:linear-gradient(90deg,rgba(6,21,34,.98),rgba(6,21,34,.88) 52%,rgba(6,21,34,.40)),url('../img/hero-premium.jpg') center 45%/cover no-repeat;color:#fff}.page-hero h1{color:#fff;max-width:900px}.page-hero p{color:rgba(255,255,255,.80);font-size:1.12rem;max-width:800px}
.cards3{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:1rem}.card,.detail-card,.project-card,.contact-form,.contact-side,.notice{background:#fff;border:1px solid var(--line);box-shadow:0 14px 38px rgba(7,24,39,.055)}.card{padding:2rem}.card.big{grid-row:span 2}.card hr{border:0;border-top:1px solid var(--line);margin:1.5rem 0}.pills{display:flex;flex-wrap:wrap;gap:.65rem}.pills.centered{justify-content:center}.pills span{padding:.65rem .9rem;border:1px solid var(--line);background:#fff;font-weight:850;color:var(--navy)}
.notice{padding:1.8rem;border-left:4px solid var(--gold)}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.detail-card{padding:1.55rem}.detail-title{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem}.detail-title .icon,.process-list .icon{width:52px;height:52px;border-radius:14px;background:var(--navy);color:var(--gold-2);display:grid;place-items:center;margin:0;flex:0 0 auto}.detail-title .icon svg,.process-list .icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.project-card{padding:1.4rem}.project-icon{height:190px;background:linear-gradient(145deg,#071827,#103555);color:var(--gold-2);display:grid;place-items:center;margin-bottom:1rem}.project-icon svg{width:82px;height:82px;fill:none;stroke:currentColor;stroke-width:1.2}.project-card dl{margin:0}.project-card dt{margin-top:.8rem;color:var(--navy);font-weight:900}.project-card dt:first-child{margin-top:0}.project-card dd{margin:.15rem 0 0;color:var(--muted)}
.industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.industry-grid article{display:flex;gap:.7rem;align-items:center;padding:1rem;border:1px solid var(--line);background:#fafbfc;font-weight:850}.industry-grid svg{width:20px;height:20px;fill:none;stroke:var(--gold);stroke-width:2.4;flex:0 0 auto}
.process-list{display:grid;gap:.8rem}.process-list article{display:grid;grid-template-columns:70px 64px 1fr;gap:1rem;align-items:center;padding:1.35rem 1.5rem;border:1px solid var(--line);background:#fff;box-shadow:0 10px 28px rgba(7,24,39,.04)}.process-list b{font-size:1rem;color:var(--gold)}
.contact-layout{display:grid;grid-template-columns:1.28fr .72fr;gap:1rem;align-items:start}.contact-form,.contact-side{padding:1.8rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-grid .wide{grid-column:1/-1}label,fieldset{display:block;margin-bottom:1rem;color:var(--navy);font-weight:850}input,textarea{width:100%;margin-top:.4rem;min-height:48px;padding:.85rem .95rem;border:1px solid var(--line);border-radius:8px;background:#f8fafc;font:inherit;outline:none}textarea{min-height:150px;resize:vertical}input:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,149,47,.11)}fieldset{padding:1rem;border:1px solid var(--line)}.checkboxes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.checkboxes label{display:flex;gap:.5rem;align-items:center;margin:0;color:var(--ink);font-weight:750}.checkboxes input{width:17px;min-height:17px;margin:0}.hidden-field{display:none}.alert{padding:1rem;margin-bottom:1rem;font-weight:850}.success{background:#eaf7ee;color:#176b3d}.error{background:#fff0f0;color:#941f1f}.contact-side{background:linear-gradient(145deg,#071827,#103555);color:rgba(255,255,255,.78)}.contact-side h2{color:#fff}.contact-side p{color:rgba(255,255,255,.75)}.contact-side a{color:var(--gold-2)}

.cta-band{padding:4rem 0;background:#f2f5f7}.cta-card{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding:2rem 2.2rem;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.cta-card p{margin:0;max-width:760px}
.site-footer{background:#06131f;color:rgba(255,255,255,.72)}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .72fr .95fr;gap:2rem;padding:4rem 0 2.5rem}.footer-logo{width:180px;height:72px;object-fit:contain;object-position:left center;background:#fff;padding:.35rem;margin-bottom:1rem}.footer-grid h3,.footer-grid h4{color:#fff}.footer-grid a{display:block;margin:.35rem 0}.footer-grid a:hover,.footer-bottom a:hover,.developer-credit a:hover{color:var(--gold-2)}.small{font-size:.88rem;color:rgba(255,255,255,.56)}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.2rem 0;border-top:1px solid rgba(255,255,255,.08)}.footer-bottom p{margin:0;color:rgba(255,255,255,.62)}.footer-bottom div{display:flex;gap:1rem;flex-wrap:wrap}.developer-credit{text-align:center;padding:.95rem 1rem 1rem;border-top:1px solid rgba(255,255,255,.06);font-size:.88rem;color:rgba(255,255,255,.58)}.developer-credit a{color:#fff;font-weight:900}.legal{max-width:880px;font-size:1.05rem}

@media(max-width:1280px){.header-grid{grid-template-columns:190px minmax(0,1fr) auto;gap:.85rem}.brand{width:180px}.main-nav a{padding:.72rem .52rem;font-size:.86rem}.header-cta{padding:.72rem .9rem;font-size:.77rem}.utility-message{display:none}.utility-inner{justify-content:flex-end}}
@media(max-width:1180px){.main-nav,.header-cta{display:none}.header-grid{grid-template-columns:1fr auto}.header-actions{gap:.5rem}.menu-btn{display:block}.site-header.menu-open .mobile-panel{display:block}.hero-photo{inset:0 0 0 34%}.hero-shade{background:linear-gradient(90deg,#061522 0%,rgba(6,21,34,.95) 44%,rgba(6,21,34,.56) 72%,rgba(6,21,34,.16) 100%)}}
@media(max-width:980px){.utility-bar{display:none}.header-grid{height:84px}.brand{width:175px}.hero-premium{min-height:auto;padding-bottom:0}.hero-photo{inset:0}.hero-shade{background:linear-gradient(90deg,rgba(6,21,34,.96),rgba(6,21,34,.76))}.hero-premium-inner{padding-top:5rem;padding-bottom:5rem}.hero-services-wrap{position:relative;left:auto;bottom:auto;transform:none;width:100%}.hero-services{height:auto;grid-template-columns:repeat(4,minmax(0,1fr))}.hero-services a{min-height:95px}.hero-trust{grid-template-columns:1fr}.executive-grid,.split-head,.lifecycle-grid,.cards3,.contact-layout,.cta-card,.footer-grid{grid-template-columns:1fr}.premium-services-grid,.project-grid,.industry-grid,.detail-grid{grid-template-columns:1fr 1fr}.lifecycle-copy{position:static}.why-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section{padding:5rem 0}}
@media(max-width:680px){.container{width:min(var(--max),calc(100% - 26px))}.brand{width:160px}.header-grid{height:78px}.lang-switch button{padding:.5rem}.lang-switch button span,.lang-switch button i{display:none}h1{font-size:2.85rem}.hero-content p{font-size:1.02rem}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-services{grid-template-columns:repeat(2,minmax(0,1fr))}.executive-points,.premium-services-grid,.project-grid,.industry-grid,.detail-grid,.lifecycle-steps,.why-premium-grid,.form-grid,.checkboxes{grid-template-columns:1fr}.process-list article{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.section{padding:4.2rem 0}}
/* Compatibility helpers for inner-page templates */
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;align-items:start}.heading{max-width:820px;margin:0 auto 3rem;text-align:center}.heading .kicker{justify-content:center}.icon{width:54px;height:54px;border-radius:14px;background:var(--navy);color:var(--gold-2);display:grid;place-items:center;flex:0 0 auto}.icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:980px){.split{grid-template-columns:1fr}}


/* Contact social channels */
.contact-direct{display:grid;gap:.85rem;margin:1.5rem 0 1.35rem}
.contact-social{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr) 26px;gap:.85rem;align-items:center;min-height:82px;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);transition:.2s ease;overflow:hidden}
.contact-social:hover{transform:translateY(-2px);background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.22)}
.contact-social:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;opacity:.9}
.contact-social.whatsapp:before{background:#25d366}
.contact-social.instagram:before{background:linear-gradient(180deg,#feda75,#d62976 48%,#4f5bd5)}
.social-logo{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10)}
.social-logo svg{width:27px;height:27px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.whatsapp .social-logo svg path:first-child{fill:#25d366;stroke:#25d366}
.whatsapp .social-logo svg path:last-child{fill:#fff;stroke:none}
.instagram .social-logo{background:linear-gradient(135deg,#feda75 0%,#fa7e1e 28%,#d62976 55%,#962fbf 76%,#4f5bd5 100%);border:0}
.instagram .social-logo svg{stroke:#fff;stroke-width:2}
.social-copy{display:block;min-width:0}
.social-copy small{display:block;color:rgba(255,255,255,.58);font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;font-style:normal;font-weight:800;margin-bottom:.08rem}
.social-copy strong{display:block;color:#fff;font-size:1rem;line-height:1.25;overflow-wrap:anywhere}
.social-copy em{display:block;margin-top:.16rem;color:rgba(255,255,255,.58);font-size:.78rem;font-style:normal}
.social-arrow{color:var(--gold-2);font-size:1.05rem;text-align:right}
.contact-meta{padding-top:.2rem;border-top:1px solid rgba(255,255,255,.09)}
.contact-meta p{margin:.9rem 0}
.contact-notice{margin-top:1.1rem;padding:1rem;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);color:rgba(255,255,255,.62);font-size:.85rem;line-height:1.55}
@media(max-width:680px){.contact-social{grid-template-columns:48px minmax(0,1fr) 22px;padding:.8rem}.social-logo{width:44px;height:44px}}


/* Header WhatsApp + footer social channels */
.utility-whatsapp{position:relative;padding-left:1.15rem;color:rgba(255,255,255,.86)!important;font-weight:800}
.utility-whatsapp:before{content:"";position:absolute;left:0;top:50%;width:.55rem;height:.55rem;border-radius:50%;background:#25d366;transform:translateY(-50%);box-shadow:0 0 0 3px rgba(37,211,102,.12)}
.utility-whatsapp:hover{color:#fff!important}
.footer-phone-whatsapp{display:inline!important;color:#fff!important;font-weight:850;border-bottom:1px solid rgba(37,211,102,.42);padding-bottom:.08rem}
.footer-phone-whatsapp:hover{color:#66e58f!important;border-bottom-color:#66e58f}
.footer-socials{display:grid;gap:.65rem;margin-top:1.2rem;max-width:300px}
.footer-social-link{display:grid!important;grid-template-columns:42px minmax(0,1fr);gap:.7rem;align-items:center;margin:0!important;padding:.65rem .7rem;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);border-radius:14px;transition:.2s ease}
.footer-social-link:hover{transform:translateY(-2px);background:rgba(255,255,255,.075);border-color:rgba(255,255,255,.18)}
.footer-social-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.07)}
.footer-social-icon svg{width:23px;height:23px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-social-link.whatsapp .footer-social-icon svg path:first-child{fill:#25d366;stroke:#25d366}
.footer-social-link.whatsapp .footer-social-icon svg path:last-child{fill:#fff;stroke:none}
.footer-social-link.instagram .footer-social-icon{background:linear-gradient(135deg,#feda75 0%,#fa7e1e 28%,#d62976 55%,#962fbf 76%,#4f5bd5 100%)}
.footer-social-link.instagram .footer-social-icon svg{stroke:#fff;stroke-width:2}
.footer-social-link small{display:block;color:rgba(255,255,255,.52);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;line-height:1.2}
.footer-social-link strong{display:block;color:#fff;font-size:.88rem;line-height:1.25;margin-top:.08rem;overflow-wrap:anywhere}
@media(max-width:680px){.footer-socials{max-width:none}.footer-social-link{grid-template-columns:40px minmax(0,1fr)}}
