/* Reset WP defaults */
.wp-site-blocks, body > .wp-block-template-part { padding: 0 !important; margin: 0 !important; }
img { max-width: 100%; height: auto; display: block; }

*,*:before,*:after{box-sizing:border-box;border:0 solid;margin:0;padding:0}
:root{
  --radius:.875rem;
  --background:#ffffff;
  --foreground:#1a1f2e;
  --primary:#3473b4;
  --primary-light:#26A6DF;
  --primary-foreground:#ffffff;
  --muted:#f5f7fa;
  --muted-foreground:#6b7280;
  --accent:#eef3fb;
  --accent-foreground:#1a1f2e;
  --border:#e8ecf0;
  --section-bg:#eef3fb;
  --dark-bg:#16345b;
  --dark-bg2:#0B1630;
  --font-sans:'Plus Jakarta Sans',ui-sans-serif,system-ui,sans-serif;
}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:var(--font-sans);color:var(--foreground);background:var(--background);overflow-x:hidden}
h1,h2,h3,h4{letter-spacing:-.025em}
a{color:inherit;text-decoration:inherit}
img,video{max-width:100%;height:auto;display:block}

/* NAV */
header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(255,255,255,0.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,0.05)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:80px;padding:0 1.5rem;max-width:1440px;margin:0 auto}@media(min-width:1024px){.nav-inner{padding:0 2.5rem}}
.nav-logo img{height:36px;width:auto}
nav{display:flex;align-items:center;gap:3rem}
nav a{font-size:15px;font-weight:600;letter-spacing:.025em;color:var(--foreground);transition:color .15s}
nav a:hover{color:var(--primary-light)}
.nav-icons{display:flex;align-items:center;gap:4px}
.nav-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--foreground);transition:color .15s;cursor:pointer}
.nav-icon:hover{color:var(--primary-light)}
.nav-icon svg{width:20px;height:20px}
.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.nav-hamburger span{width:22px;height:2px;background:var(--foreground);border-radius:2px;display:block}

/* HERO */
#top{position:relative;background:var(--foreground);color:white;padding-top:80px}
.hero-slider{position:relative;overflow:hidden;min-height:680px}
@media(min-width:640px){.hero-slider{min-height:700px}}@media(min-width:1024px){.hero-slider{min-height:720px}}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity 1s;opacity:0}
.hero-img.active{opacity:1}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(26,47,74,0.85) 40%,rgba(26,47,74,0.55) 70%,transparent 100%)}
.hero-prev,.hero-next{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,0.15);backdrop-filter:blur(4px);border:none;cursor:pointer;align-items:center;justify-content:center;color:white;transition:background .2s}
.hero-prev{left:1rem}
.hero-next{right:1rem}
.hero-prev:hover,.hero-next:hover{background:rgba(255,255,255,0.25)}
@media(min-width:768px){.hero-prev,.hero-next{display:flex}}
.hero-prev svg,.hero-next svg{width:20px;height:20px}
.hero-content{position:relative;height:100%;min-height:680px;max-width:1440px;margin:0 auto;padding:1.5rem 1.5rem 2rem;display:flex;flex-direction:column;justify-content:space-between}
@media(min-width:640px){.hero-content{padding:2.5rem;min-height:700px}}@media(min-width:1024px){.hero-content{min-height:720px;padding:5rem 4rem}}
.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:9999px;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.15);font-size:11px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,0.9)}
.hero-dot{width:6px;height:6px;border-radius:50%;background:var(--primary-light)}
.hero-h1{margin-top:1.5rem;font-size:clamp(36px,5.5vw,72px);font-weight:700;line-height:1.05;letter-spacing:-.025em;max-width:640px}
.hero-h1 span{color:var(--primary-light)}
.hero-desc{margin-top:1.5rem;font-size:1rem;color:rgba(255,255,255,0.8);line-height:1.625;max-width:480px}
@media(min-width:1024px){.hero-desc{font-size:1.125rem}}
.hero-btns{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}
.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:8px 8px 8px 24px;border-radius:9999px;background:var(--primary);color:white;font-size:14px;font-weight:600;transition:background .15s;width:fit-content;align-self:flex-start}
.btn-primary:hover{background:var(--primary-light)}
.btn-primary .btn-arrow{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:white;color:var(--primary)}
.btn-primary .btn-arrow svg{width:16px;height:16px}
.btn-outline{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:9999px;border:1px solid rgba(255,255,255,0.3);color:white;font-size:14px;font-weight:600;transition:background .15s}
.btn-outline:hover{background:rgba(255,255,255,0.1)}
.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;max-width:960px;margin:2rem auto 0}
@media(min-width:1024px){.hero-stats{grid-template-columns:repeat(4,1fr)}}
.hero-stat{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:1rem;background:rgba(255,255,255,0.1);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,0.15)}
.hero-stat-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:.75rem;background:rgba(255,255,255,0.1);flex-shrink:0}
.hero-stat-icon svg{width:20px;height:20px;color:white}
.hero-stat-num{font-size:22px;font-weight:700;line-height:1;color:white}
@media(min-width:1024px){.hero-stat-num{font-size:26px}}
.hero-stat-label{font-size:10px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,0.7);margin-top:4px}

/* CLIENTS */
.clients{padding:3rem 0 3.5rem;background:var(--background)}
.clients-inner{max-width:1440px;margin:0 auto;padding:0 1.5rem;text-align:center}
.clients-label{font-size:11px;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--muted-foreground)}
.clients-logos{margin-top:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:center;justify-items:center}
@media(min-width:768px){.clients-logos{grid-template-columns:repeat(6,1fr)}}
.clients-logos img{height:48px;width:auto;object-fit:contain;opacity:.75;transition:opacity .2s}
.clients-logos img:hover{opacity:1}
@media(min-width:1024px){.clients-logos img{height:56px}}

/* ABOUT */
#about{padding:5rem 0;background:var(--section-bg)}
@media(min-width:1024px){#about{padding:7rem 0}}
@media(min-width:1024px){.clients-inner,.about-inner,.services-inner,.why-inner,.industries-inner,.cta-inner,.footer-inner{padding-left:2.5rem;padding-right:2.5rem}}
.about-inner{max-width:1440px;margin:0 auto;padding:0 1.5rem}
.section-tag{display:inline-block;padding:8px 20px;border-radius:9999px;background:#dbe7f5;font-size:11px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--primary)}
.about-header{display:grid;gap:1.5rem;margin-bottom:0}
@media(min-width:1024px){.about-header{grid-template-columns:4fr 8fr;align-items:start}}
.about-h2{font-size:clamp(28px,3.5vw,44px);font-weight:700;line-height:1.15}
.about-h2 .blue{color:var(--primary)}
.about-grid{display:grid;gap:1.5rem;align-items:stretch;margin-top:3rem}
@media(min-width:1024px){.about-grid{grid-template-columns:4fr 4fr 4fr;margin-top:4rem}}
.about-img-col{border-radius:1.5rem;overflow:hidden;aspect-ratio:1}
.about-img-col img{width:100%;height:100%;object-fit:cover}
.about-card{background:white;border-radius:1.5rem;padding:2.25rem;display:flex;flex-direction:column;aspect-ratio:1;overflow:hidden;position:relative}
.about-card h3{font-size:22px;font-weight:700;line-height:1.375}
.about-wave{position:absolute;right:1rem;top:33%;width:75%;height:33%;pointer-events:none}
.about-wave path{stroke:#52a4da;fill:none;stroke-width:0.6}
.about-num{font-size:clamp(80px,10vw,9rem);font-weight:700;line-height:.85;-webkit-text-stroke:1.5px #3473b4;color:transparent;margin-top:auto}
.about-num-label{font-size:14px;font-weight:500;color:var(--foreground);opacity:.8;margin-top:.75rem}
.about-text-col{display:flex;flex-direction:column;justify-content:space-between}
.about-text-col p{color:var(--muted-foreground);line-height:1.625}
.about-text-col p+p{margin-top:1.25rem}
.btn-outline-primary{display:inline-flex;align-items:center;gap:.75rem;padding:6px 6px 6px 24px;border-radius:9999px;border:1px solid rgba(52,115,180,0.3);color:var(--primary);font-size:14px;font-weight:600;margin-top:2rem;transition:background .15s;align-self:flex-start;width:fit-content}
.btn-outline-primary:hover{background:rgba(52,115,180,0.05)}
.btn-outline-primary .btn-arrow{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--primary);color:white}
.btn-outline-primary .btn-arrow svg{width:16px;height:16px}

/* SERVICES */
#services{position:relative;padding:5rem 0;background:var(--dark-bg);color:white;overflow:hidden}
@media(min-width:1024px){#services{padding:7rem 0}}
.services-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.2}
.services-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(22,52,91,0.9) 0%,rgba(22,52,91,0.85) 50%,rgba(22,52,91,0.95) 100%)}
.services-inner{position:relative;max-width:1440px;margin:0 auto;padding:0 1.5rem}
.services-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}
.services-tag{display:inline-block;padding:6px 16px;border-radius:9999px;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.15);font-size:10px;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,0.9)}
.services-h2{margin-top:1.5rem;font-size:clamp(32px,4vw,60px);font-weight:700;line-height:1.05}
.services-nav{display:flex;align-items:center;gap:.75rem;padding-top:.5rem;flex-shrink:0}
.services-nav-btn{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,0.25);background:transparent;color:rgba(255,255,255,0.8);cursor:pointer;transition:background .15s}
.services-nav-btn:hover{background:rgba(255,255,255,0.1);color:white}
.services-nav-btn svg{width:20px;height:20px}
.services-track-wrap{margin-top:3rem;overflow:hidden}
.services-track{display:flex;transition:transform .5s cubic-bezier(0,0,.2,1)}
.service-card{padding:0 .75rem;flex-shrink:0;width:100%}
@media(min-width:640px){.service-card{width:50%}}
@media(min-width:1024px){.service-card{width:25%}}
.service-card-inner{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;height:100%;transition:background .2s;cursor:default}
.service-card-inner:hover{background:rgba(255,255,255,0.1)}
.service-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}
.service-card-title{font-size:20px;font-weight:700;line-height:1.25}
@media(min-width:1024px){.service-card-title{font-size:22px}}
.service-card-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:.5rem;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);color:var(--primary-light);flex-shrink:0}
.service-card-icon svg{width:20px;height:20px}
.service-divider{height:1px;background:rgba(255,255,255,0.1);margin:1.25rem 0}
.service-card-desc{font-size:14px;color:rgba(255,255,255,0.65);line-height:1.625}
.service-card-img-wrap{margin-top:auto;padding-top:1.5rem;border-radius:.75rem;overflow:hidden;aspect-ratio:4/3}
.service-card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.service-card-inner:hover .service-card-img-wrap img{transform:scale(1.05)}

/* WHY */
#why{padding:5rem 0;background:var(--background)}
@media(min-width:1024px){#why{padding:7rem 0}}
.why-inner{max-width:1440px;margin:0 auto;padding:0 1.5rem;text-align:center}
.why-tag{display:inline-block;padding:6px 16px;border-radius:9999px;background:var(--accent);color:var(--primary);font-size:10px;font-weight:600;letter-spacing:.3em;text-transform:uppercase}
.why-h2{margin-top:1.25rem;font-size:clamp(26px,3.5vw,48px);font-weight:700;line-height:1.1;color:var(--foreground)}
.why-sub{margin-top:1.25rem;color:var(--muted-foreground);line-height:1.625;max-width:600px;margin-left:auto;margin-right:auto}
.why-grid{margin-top:3.5rem;display:grid;grid-template-columns:repeat(1,1fr);gap:1.25rem}
@media(min-width:640px){.why-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.why-grid{grid-template-columns:repeat(3,1fr)}}
.why-card{padding:1.75rem;border-radius:1rem;background:rgba(238,243,251,0.6);border:1px solid rgba(232,236,240,0.6);text-align:left;transition:background .2s,border-color .2s}
.why-card:hover{background:#eef3fb;border-color:rgba(52,115,180,0.3)}
.why-card-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:.75rem;background:var(--primary);color:white;margin-bottom:1.25rem}
.why-card-icon svg{width:20px;height:20px}
.why-card h3{font-size:17px;font-weight:700;color:var(--foreground)}
@media(min-width:1024px){.why-card h3{font-size:18px}}
.why-card p{margin-top:.5rem;font-size:14px;color:var(--muted-foreground);line-height:1.625}

/* VIDEO */
.video-section{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;color:white;overflow:hidden}
.video-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.video-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(22,52,91,0.85) 0%,rgba(15,38,71,0.7) 50%,rgba(52,115,180,0.6) 100%)}
.video-inner{position:relative;width:100%;max-width:1440px;margin:0 auto;padding:4rem 1.5rem;display:grid;gap:2rem;align-items:flex-end}
@media(min-width:1024px){.video-inner{grid-template-columns:7fr 5fr;padding:6rem 2.5rem}}
.video-tag{display:inline-block;padding:6px 16px;border-radius:9999px;background:rgba(255,255,255,0.1);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,0.2);font-size:10px;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,0.9)}
.video-h2{margin-top:1.25rem;font-size:clamp(28px,4vw,60px);font-weight:700;line-height:1.05;max-width:480px}
.video-play-btn{margin-top:2.5rem;display:inline-flex;align-items:center;gap:1rem;background:transparent;border:none;cursor:pointer;color:white;padding:0}
.video-play-circle{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--primary);transition:transform .2s}
@media(min-width:1024px){.video-play-circle{width:72px;height:72px}}
.video-play-circle:hover,.video-play-btn:hover .video-play-circle{transform:scale(1.05)}
.video-play-circle svg{width:22px;height:22px;fill:white}
.video-play-text{text-align:left}
.video-play-text span{display:block}
.video-play-text .label{font-size:10px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,0.7)}
.video-play-text .name{font-size:15px;font-weight:600}
@media(min-width:1024px){.video-play-text .name{font-size:16px}}
.video-desc{color:rgba(255,255,255,0.85);line-height:1.625;font-size:14px}
@media(min-width:1024px){.video-desc{font-size:16px};align-self:flex-end}

/* INDUSTRIES */
#industries{padding:5rem 0;background:var(--section-bg)}
@media(min-width:1024px){#industries{padding:7rem 0}}
.industries-inner{max-width:1440px;margin:0 auto;padding:0 1.5rem}
.industries-header{display:flex;flex-direction:column;gap:1.5rem}
@media(min-width:1024px){.industries-header{flex-direction:row;align-items:flex-end;justify-content:space-between}}
.industries-tag{display:inline-block;padding:6px 16px;border-radius:9999px;background:white;border:1px solid var(--border);color:var(--primary);font-size:10px;font-weight:600;letter-spacing:.3em;text-transform:uppercase}
.industries-h2{margin-top:1.25rem;font-size:clamp(26px,3.5vw,48px);font-weight:700;line-height:1.1;color:var(--foreground)}
.industries-grid{margin-top:3.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:640px){.industries-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.industries-grid{grid-template-columns:repeat(6,1fr)}}@media(min-width:1024px){.industry-name{font-size:20px}}
.industry-item{cursor:pointer}
.industry-item-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}
.industry-num{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-foreground)}
.industry-name{font-size:15px;font-weight:600;color:var(--foreground);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.industry-img-wrap{border-radius:1rem;overflow:hidden;aspect-ratio:3/4}
.industry-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.industry-item:hover .industry-img-wrap img{transform:scale(1.05)}

/* CTA */
#contact{position:relative;min-height:470px;overflow:hidden}
.cta-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.cta-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(30,79,138,0.9) 0%,rgba(30,79,138,0.9) 30%,rgba(30,79,138,0.2) 50%,transparent 100%);opacity:.95}
.cta-inner{position:relative;height:100%;min-height:470px;max-width:1440px;margin:0 auto;padding:2rem 1.5rem;display:flex;align-items:center}
.cta-content{color:white;max-width:520px;width:100%}
.cta-h2{font-size:clamp(26px,3.5vw,48px);font-weight:700;line-height:1.1}
.cta-desc{margin-top:1.25rem;color:rgba(255,255,255,0.8);line-height:1.625;max-width:430px}
.cta-btns{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}
.btn-white{display:inline-flex;align-items:center;gap:8px;padding:8px 8px 8px 24px;border-radius:9999px;background:white;color:var(--primary);font-size:14px;font-weight:600;transition:background .15s}
.btn-white:hover{background:var(--primary-light);color:white}
.btn-white .btn-arrow{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--primary);color:white}
.btn-white:hover .btn-arrow{background:white;color:var(--primary)}
.btn-white .btn-arrow svg{width:16px;height:16px}
.btn-ghost-white{display:inline-flex;align-items:center;padding:12px 24px;border-radius:9999px;border:1px solid rgba(255,255,255,0.3);color:white;font-size:14px;font-weight:600;transition:background .15s}
.btn-ghost-white:hover{background:rgba(255,255,255,0.1)}

/* FOOTER */
footer{background:linear-gradient(to bottom,var(--dark-bg2),#14284a);color:white;padding:4rem 0 2rem}
@media(min-width:1024px){footer{padding:5rem 0 2rem}}
.footer-inner{max-width:1440px;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.footer-inner{padding:0 2.5rem}}
.footer-grid{display:grid;gap:2.5rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(255,255,255,0.1)}
@media(min-width:1024px){.footer-grid{grid-template-columns:4fr 2fr 2fr 4fr}}
.footer-logo{height:36px;width:auto;margin-bottom:1.25rem}
.footer-desc{font-size:14px;color:rgba(255,255,255,0.65);line-height:1.625;max-width:300px}
.footer-socials{margin-top:1.5rem;display:flex;gap:.75rem}
.footer-social{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,0.15);color:rgba(255,255,255,0.6);transition:border-color .2s,color .2s}
.footer-social:hover{border-color:var(--primary-light);color:var(--primary-light)}
.footer-social svg{width:16px;height:16px}
.footer-col-title{font-size:10px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,0.5);margin-bottom:1.25rem}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.footer-links a{font-size:14px;color:rgba(255,255,255,0.8);transition:color .15s}
.footer-links a:hover{color:var(--primary-light)}
.footer-contact-list{list-style:none;display:flex;flex-direction:column;gap:1rem}
.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem}
.footer-contact-icon{width:16px;height:16px;flex-shrink:0;margin-top:2px;color:var(--primary-light)}
.footer-contact-icon svg{width:16px;height:16px}
.footer-contact-text{font-size:14px;color:rgba(255,255,255,0.8);line-height:1.5}
.footer-contact-text a{color:rgba(255,255,255,0.8);transition:color .15s}
.footer-contact-text a:hover{color:var(--primary-light)}
.footer-bottom{padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}
@media(min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}
.footer-copy{font-size:12px;color:rgba(255,255,255,0.55)}
.footer-bottom-links{display:flex;gap:1.5rem}
.footer-bottom-links a{font-size:12px;color:rgba(255,255,255,0.55);transition:color .15s}
.footer-bottom-links a:hover{color:var(--primary-light)}

/* WA */
.wa-wrap{position:fixed;z-index:9999;right:30px;bottom:40px;display:flex;align-items:center;gap:.75rem}
@media(max-width:768px){.wa-wrap{right:20px;bottom:20px}}
.wa-tooltip{display:none;background:#1b1b1b;color:white;font-size:14px;font-weight:500;padding:8px 12px;border-radius:6px;white-space:nowrap;opacity:0;transform:translateX(8px);transition:all .3s}
@media(min-width:768px){.wa-tooltip{display:block}}
.wa-wrap:hover .wa-tooltip{opacity:1;transform:translateX(0)}
@keyframes wa-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes wa-pulse{0%{transform:scale(1);opacity:.6}100%{transform:scale(1.6);opacity:0}}
.wa-btn{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:#25D366;text-decoration:none;animation:wa-float 3s ease-in-out infinite;box-shadow:0 6px 20px rgba(37,211,102,.45)}
@media(max-width:768px){.wa-btn{width:50px;height:50px}}
.wa-btn::before{content:"";position:absolute;inset:0;border-radius:9999px;background:#25D366;z-index:-1;animation:wa-pulse 2.2s ease-out infinite}
.wa-btn:hover{transform:scale(1.05);animation-play-state:paused}
.wa-btn svg{width:32px;height:32px;fill:white}
@media(max-width:768px){.wa-btn svg{width:26px;height:26px}}

/* RESPONSIVE NAV */
@media(max-width:1023px){nav,.nav-icons{display:none}.nav-hamburger{display:flex}}

/* MOBILE MENU DRAWER */
.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;visibility:hidden}
.mobile-menu.open{visibility:visible}
.mobile-backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.4);opacity:0;transition:opacity .3s}
.mobile-menu.open .mobile-backdrop{opacity:1}
.mobile-drawer{position:absolute;top:0;right:0;width:280px;height:100%;background:white;transform:translateX(100%);transition:transform .3s cubic-bezier(0.4,0,0.2,1);display:flex;flex-direction:column;box-shadow:-4px 0 24px rgba(0,0,0,0.12)}
.mobile-menu.open .mobile-drawer{transform:translateX(0)}
.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}
.mobile-drawer-head img{height:28px;width:auto}
.mobile-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:var(--muted);cursor:pointer;color:var(--foreground)}
.mobile-close svg{width:18px;height:18px}
.mobile-nav{padding:1.5rem;display:flex;flex-direction:column;gap:.25rem}
.mobile-nav a{padding:.85rem 1rem;border-radius:.75rem;font-size:15px;font-weight:600;color:var(--foreground);transition:background .15s,color .15s}
.mobile-nav a:hover{background:var(--accent);color:var(--primary)}
.mobile-cta{margin:1.5rem;margin-top:auto}
.mobile-cta a{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:14px;border-radius:.75rem;background:var(--primary);color:white;font-size:15px;font-weight:600;transition:background .15s}
.mobile-cta a:hover{background:var(--primary-light)}