:root{--bg:#020814;--bg2:#06111f;--panel:rgba(8,20,38,.82);--panel2:rgba(6,17,33,.92);--line:rgba(59,130,246,.25);--line2:rgba(148,163,184,.13);--blue:#0d6efd;--cyan:#38bdf8;--accent:#1d4ed8;--text:#f8fafc;--muted:#a8b3c7;--soft:#708096;--radius:18px;--shadow:0 24px 80px rgba(0,0,0,.35);--font:Inter,system-ui,-apple-system,Segoe UI,sans-serif;--display:Sora,Inter,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);overflow-x:hidden}a{color:inherit;text-decoration:none}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-bg{position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 70% 8%,rgba(0,102,255,.3),transparent 32%),radial-gradient(circle at 12% 35%,rgba(29,78,216,.2),transparent 30%),linear-gradient(180deg,#020814 0%,#06111f 55%,#020814 100%)}.site-bg:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 65%)}.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}

@media (max-width:768px){
  .container{width:min(100%,calc(100% - 32px));margin-inline:auto;padding:0 16px}
}.section-pad{padding:92px 0}.compact{padding:52px 0}.header{position:sticky;top:0;z-index:20;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));background:rgba(2,8,20,.78);backdrop-filter:blur(16px);border-bottom:1px solid rgba(59,130,246,.12)}.brand{display:flex;align-items:center;gap:12px;font:700 18px var(--display)}.brand-logo{height:40px;width:auto;max-width:50px;object-fit:contain;display:block}.nav{display:flex;gap:30px;color:#dbe6f6;font-size:14px}.nav a{opacity:.86}.nav a:hover{color:#fff}.lang-toggle{display:flex;gap:6px;padding:4px;background:rgba(15,31,54,.7);border:1px solid var(--line);border-radius:999px}.lang-toggle button{border:0;border-radius:999px;background:transparent;color:var(--muted);padding:7px 10px;font-weight:700;cursor:pointer}.lang-toggle button.active{background:#073d92;color:#fff}.hero{padding-top:62px;padding-bottom:0;border-bottom:1px solid rgba(59,130,246,.14);overflow:hidden}.hero-grid{min-height:auto;display:grid;grid-template-columns:1fr 1.3fr;align-items:flex-end;gap:20px}.eyebrow,.section-label{display:inline-flex;align-items:center;gap:10px;letter-spacing:.11em;text-transform:uppercase;color:var(--cyan);font-weight:800;font-size:13px}.eyebrow{padding:11px 14px;border:1px solid rgba(56,189,248,.32);border-radius:8px;background:rgba(6,32,66,.45);box-shadow:inset 0 0 24px rgba(13,110,253,.18)}.pulse-dot,.section-label span{width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 18px var(--blue)}h1,h2,h3,h4,p{margin-top:0}h1{font-family:var(--display);font-size:clamp(46px,6vw,76px);line-height:.98;letter-spacing:-.06em;margin:28px 0 22px;text-transform:uppercase}h1 strong{display:block;color:#1682ff;text-shadow:0 0 34px rgba(13,110,253,.45)}.hero-text{font-size:18px;line-height:1.75;color:#c5cfdd;max-width:620px}.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:28px}.whatsapp-btn{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:inherit;transition:transform 0.3s ease}.whatsapp-btn:hover{transform:scale(1.1)}.whatsapp-icon{width:28px;height:28px;object-fit:contain;display:block}.btn{min-height:54px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.02em}.btn-primary{background:linear-gradient(135deg,#0d6efd,#1d4ed8);box-shadow:0 14px 42px rgba(13,110,253,.42),inset 0 1px 0 rgba(255,255,255,.25)}.btn-secondary{border:1px solid rgba(148,163,184,.35);background:rgba(9,19,35,.72)}.btn-whatsapp{border:2px solid #19d366;background:transparent;color:#19d366;font-weight:600;transition:all 0.3s ease;display:inline-flex;align-items:center;gap:10px;padding:12px 24px}.btn-whatsapp:hover{background:rgba(25,211,102,.1);color:#19d366}.btn-whatsapp .btn-icon{width:20px;height:20px;object-fit:contain}.btn:hover{transform:translateY(-2px)}.icon-btn{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(148,163,184,.35);background:rgba(9,19,35,.52)}.hero-copy{position:relative;min-height:auto;display:flex;flex-direction:column;z-index:3}.stats{display:flex;gap:38px;margin-top:auto;padding-top:60px;padding-bottom:10px;position:static;bottom:auto;left:auto;border-top:1px solid rgba(59,130,246,.14);margin-bottom:-1px}.stats div{position:relative;padding-left:22px}.stats div:before{content:"";position:absolute;left:0;top:9px;width:9px;height:9px;border-radius:50%;background:#1682ff}.stats strong{display:block;font-size:42px;line-height:1;font-family:var(--display)}.stats span{display:block;margin-top:6px;color:var(--muted);text-transform:uppercase;font-size:11px}.hero-visual{position:relative;align-self:flex-end;min-height:auto;display:flex;align-items:flex-end;justify-content:center;overflow:visible;margin:0;padding:0}.hero-visual img{position:relative;z-index:2;width:100%;max-width:900px;height:auto;max-height:950px;object-fit:contain;filter:drop-shadow(0 30px 60px rgba(0,0,0,.4)) brightness(1.1);margin:0;padding:0;background:transparent}.blue-orb{position:absolute;z-index:0;width:850px;height:850px;border-radius:50%;right:-8%;top:50%;transform:translateY(-50%);background:radial-gradient(circle at 30% 40%,#0d6efd 0%,#062865 35%,#031225 72%);box-shadow:0 0 220px rgba(13,110,253,.5);opacity:.95}.dot-grid{position:absolute;width:250px;height:250px;background-image:radial-gradient(var(--blue) 1.4px,transparent 1.4px);background-size:16px 16px;opacity:.3;z-index:1}.grid-a{right:-8%;top:3%}.grid-b{right:-12%;bottom:3%}.about-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:78px;align-items:start}.section-label{margin-bottom:18px;color:#eaf3ff;letter-spacing:.04em}.section-copy h2,.contact-card h2{font:800 clamp(30px,4vw,44px)/1.1 var(--display);letter-spacing:-.04em}.section-copy h2::first-letter{color:inherit}.section-copy h2,.section-copy h2 span{color:var(--text)}.section-copy h2[data-en*=drive],.section-copy h2[data-pt*=geram]{max-width:460px}.section-copy p:not(.section-label){font-size:17px;line-height:1.8;color:#c3cedd;max-width:550px}.glass-card{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(8,20,38,.88),rgba(5,14,28,.84));box-shadow:var(--shadow)}.what-card{padding:34px}.what-card h3{display:flex;align-items:center;gap:10px;font:800 18px var(--display);text-transform:uppercase}.what-card h3 span{width:8px;height:8px;border-radius:50%;background:var(--blue)}.service-list{display:grid;gap:22px;margin-top:26px}.service-list article{display:grid;grid-template-columns:54px 1fr;gap:16px}.service-list i{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:var(--cyan);background:rgba(13,110,253,.12);box-shadow:inset 0 0 28px rgba(13,110,253,.12)}.service-list h4{margin-bottom:6px}.service-list p{color:var(--muted);line-height:1.55;margin:0}.skills-card,.experience-card{padding:28px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.chips{display:flex;gap:10px;flex-wrap:wrap}.chips button{border:1px solid rgba(59,130,246,.18);background:rgba(13,110,253,.08);color:#9fc6ff;border-radius:999px;padding:9px 18px;font-weight:800;cursor:pointer}.chips button.active{background:linear-gradient(135deg,#0d6efd,#073d92);color:#fff}.skill-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.skill-grid div{min-height:90px;border:1px solid rgba(148,163,184,.13);border-radius:14px;background:rgba(1,10,22,.38);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}.skill-grid b{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(13,110,253,.34),rgba(56,189,248,.12));color:#fff;box-shadow:inset 0 0 22px rgba(13,110,253,.15)}.skill-grid span{font-size:12px;color:#c7d3e4}.section-head a{color:#2ea0ff;font-weight:800;font-size:13px;text-transform:uppercase}.timeline{display:grid;gap:12px}.timeline article{display:grid;grid-template-columns:140px 220px 1fr 290px;gap:20px;align-items:center;border:1px solid rgba(148,163,184,.13);border-radius:12px;background:rgba(2,13,28,.46);padding:18px}.timeline time{color:#c3cedd;position:relative;padding-left:22px}.timeline time:before{content:"";position:absolute;left:0;top:6px;width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(13,110,253,.13)}.timeline h3{margin-bottom:5px;font-size:16px}.timeline strong{color:#2ea0ff;font-size:14px}.timeline p{margin:0;color:#b4c1d2;line-height:1.55;font-size:14px}.timeline nav,.project-card nav{display:flex;gap:8px;flex-wrap:wrap}.timeline span,.project-card nav span{padding:7px 12px;border-radius:999px;border:1px solid rgba(59,130,246,.22);background:rgba(13,110,253,.08);color:#83bdff;font-size:12px}.outside{margin-bottom:22px}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.project-card{border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,rgba(8,20,38,.86),rgba(5,14,28,.82));box-shadow:var(--shadow);padding:18px;min-height:330px}.project-shot{height:135px;border-radius:12px;display:grid;place-items:center;margin-bottom:18px;background:radial-gradient(circle at 30% 20%,rgba(56,189,248,.25),transparent 35%),linear-gradient(135deg,rgba(13,110,253,.32),rgba(2,8,20,.96));border:1px solid rgba(59,130,246,.22);overflow:hidden}.project-shot span{font:900 36px var(--display);letter-spacing:.08em;color:rgba(248,250,252,.28)}.project-card h3{font-size:18px}.project-card p{color:#b7c3d4;line-height:1.6;font-size:14px;min-height:90px}.contact-section{padding-top:66px}.contact-card{text-align:center;border:1px solid var(--line);border-radius:26px;background:radial-gradient(circle at 50% 0,rgba(13,110,253,.22),transparent 42%),linear-gradient(180deg,rgba(8,20,38,.92),rgba(3,10,22,.94));box-shadow:var(--shadow);padding:58px 26px}.contact-card .section-label{justify-content:center}.contact-card p:not(.section-label){color:#c3cedd;font-size:17px}.center{justify-content:center}.whatsapp-float{position:fixed;right:28px;bottom:28px;z-index:30;width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#19d366;color:#fff;box-shadow:0 18px 42px rgba(25,211,102,.36);border:4px solid rgba(255,255,255,.12)}.whatsapp-float-icon{width:36px;height:36px;object-fit:contain;display:block}.footer{border-top:1px solid rgba(59,130,246,.14);padding:28px 0;color:var(--muted);font-size:14px}.reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}/* Tablet and smaller screens */
@media (max-width:1200px){
  .container{width:min(100% - 40px,1180px)}
  .hero-grid,.about-grid{gap:32px}
  .about-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:1050px){
  .nav{display:none}
  .hero-grid{grid-template-columns:1fr;gap:24px}
  .about-grid{grid-template-columns:1fr}
  .hero-grid{grid-template-columns:1fr 1.15fr;gap:20px;min-height:auto}
  .hero-visual{min-height:auto;overflow:visible}
  .hero-visual img{max-width:700px;max-height:800px}
  .blue-orb{width:750px;height:750px;right:-5%;opacity:.94}
  .dot-grid{width:200px;height:200px;opacity:.28}
  .grid-a{right:-5%;top:5%}
  .grid-b{right:-8%;bottom:5%}
  .skill-grid{grid-template-columns:repeat(4,1fr)}
  .timeline article{grid-template-columns:120px 1fr;gap:16px}
  .timeline nav{flex-wrap:wrap}
  .project-grid{grid-template-columns:repeat(2,1fr)}
  .stats{gap:32px;position:static;bottom:auto;left:auto;margin-top:auto;padding-top:50px;padding-bottom:10px;border-top:1px solid rgba(59,130,246,.14)}
}

@media (max-width:900px){
  .section-pad{padding:68px 0}
  .compact{padding:42px 0}
  h1{font-size:clamp(36px,5vw,56px)}
  .hero-text{font-size:16px}
  .stats{gap:28px;flex-wrap:wrap}
  .stats strong{font-size:36px}
  .stats div:before{top:5px}
  .skill-grid{grid-template-columns:repeat(3,1fr);gap:12px}
  .what-card{padding:28px}
  .skills-card,.experience-card{padding:24px}
  .hero-actions{gap:12px}
  .btn{min-height:48px;padding:0 20px;font-size:12px}
}

@media (max-width:768px){
  .container{width:100%;padding:0 16px;max-width:100%}
  .header{padding:0 16px}
  .header::after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;cursor:pointer;z-index:30}
  .nav{position:absolute;top:72px;left:0;right:0;flex-direction:column;padding:20px;gap:16px;background:rgba(2,8,20,.95);border-bottom:1px solid rgba(59,130,246,.12);max-height:0;overflow:hidden;transition:.3s ease}
  .nav.active{max-height:500px;padding:20px}
  .nav a{opacity:1;font-size:16px}
  .section-pad{padding:52px 0}
  .compact{padding:32px 0}
  h1{font-size:clamp(32px,4.5vw,44px);margin:20px 0 16px}
  h2{font-size:clamp(26px,3.5vw,36px)}
  .hero{padding-top:32px;padding-bottom:16px;padding-left:0;padding-right:0}
  .hero .container{padding:0 16px}
  .hero-grid{gap:12px;padding:0}
  .hero-grid{grid-template-columns:1fr;gap:12px;min-height:auto;align-items:flex-end}
  .hero-visual{min-height:auto;padding:0;margin:0;overflow:visible}
  .hero-visual img{max-width:100%;width:100%;max-height:600px}
  .blue-orb{width:620px;height:620px;right:-3%;opacity:.92}
  .dot-grid{width:160px;height:160px;opacity:.25}
  .grid-a{right:-5%;top:5%}
  .grid-b{right:-8%;bottom:5%}
  .blue-orb{width:300px;height:300px;right:-10%;bottom:0}
  .hero-copy{text-align:center}
  .hero-actions{gap:10px;margin-top:24px;justify-content:center}
  .whatsapp-btn{width:48px;height:48px;border:none;background:transparent}
  .whatsapp-icon{width:24px;height:24px}
  .hero-text{font-size:15px;line-height:1.6;max-width:none}
  .eyebrow{font-size:12px;padding:9px 12px}
  .stats{gap:20px;margin-top:32px;justify-content:center}
  .stats strong{font-size:28px}
  .about-grid{gap:24px}
  .what-card{padding:20px}
  .what-card h3{font-size:16px}
  .service-list{gap:18px;margin-top:20px}
  .service-list article{grid-template-columns:48px 1fr;gap:12px}
  .service-list i{width:42px;height:42px}
  .skill-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .skill-grid div{min-height:80px;gap:6px}
  .skills-card,.experience-card{padding:20px}
  .section-head{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:20px}
  .chips{gap:8px}
  .chips button{padding:8px 14px;font-size:12px}
  .timeline article{grid-template-columns:1fr;gap:12px;padding:16px}
  .timeline time{padding-left:18px;font-size:13px}
  .timeline h3{font-size:15px}
  .timeline p{font-size:13px}
  .project-grid{grid-template-columns:1fr;gap:16px}
  .project-card{padding:16px;min-height:auto}
  .project-shot{height:120px;margin-bottom:14px}
  .project-shot span{font-size:28px}
  .project-card h3{font-size:16px}
  .project-card p{min-height:auto}
  .contact-card{padding:40px 20px;border-radius:20px}
  .contact-card h2{font-size:clamp(24px,3.5vw,32px)}
  .whatsapp-float{right:16px;bottom:16px;width:56px;height:56px}
  .whatsapp-float svg{width:28px;height:28px}
  .icon-btn{display:none}
  .btn{min-height:44px;padding:0 18px;font-size:11px;width:auto}
}

@media (max-width:640px){
  .container{width:100%;padding:0 12px;max-width:100%}
  .header{padding:0 12px;height:60px}
  .brand{font-size:16px;gap:10px}
  .brand span:last-child{display:none}
  .brand-mark{width:36px;height:36px;font-size:14px;border-radius:8px}
  .lang-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);z-index:25;gap:4px;padding:3px;font-size:11px}
  .lang-toggle button{padding:5px 8px}
  .nav{top:60px}
  .hero{padding-top:32px;padding-bottom:12px}
  .section-pad{padding:40px 0}
  .compact{padding:28px 0}
  h1{font-size:clamp(28px,4vw,36px);margin:16px 0 12px;line-height:1.1}
  h2{font-size:clamp(22px,3vw,28px)}
  h3{font-size:16px}
  h4{font-size:14px}
  .hero-grid{gap:12px}
  .hero-visual{min-height:auto;margin:0;overflow:visible}
  .hero-visual img{max-width:100%;max-height:550px}
  .blue-orb{width:530px;height:530px;opacity:.88;right:-3%}
  .dot-grid{width:140px;height:140px;opacity:.22}
  .grid-a{right:-8%;top:8%}
  .grid-b{right:-10%;bottom:8%}
  .blue-orb{width:280px;height:280px;right:0%;bottom:-20px;opacity:.6}
  .hero-text{font-size:14px;line-height:1.5;margin-bottom:16px}
  .hero-actions{gap:8px;margin-top:18px;flex-direction:column}
  .hero-actions .btn{width:100%;min-height:42px}
  .hero-actions .icon-btn{display:none}
  .btn{gap:8px;padding:0 16px;font-size:11px}
  .btn svg{width:16px;height:16px}
  .eyebrow{font-size:11px;padding:8px 10px;gap:8px}
  .pulse-dot{width:6px;height:6px}
  .stats{gap:16px;margin-top:24px;flex-wrap:wrap;justify-content:space-around}
  .stats div{padding-left:16px}
  .stats strong{font-size:24px}
  .stats span{font-size:10px}
  .about-grid{gap:24px;grid-template-columns:1fr}
  .section-label{font-size:11px;margin-bottom:12px}
  .section-copy h2{font-size:clamp(20px,2.5vw,24px)}
  .section-copy p{font-size:14px;line-height:1.6}
  .what-card{padding:18px;border-radius:12px}
  .what-card h3{font-size:14px;margin-bottom:4px}
  .what-card h3 span{width:6px;height:6px}
  .service-list{gap:14px;margin-top:16px}
  .service-list article{grid-template-columns:40px 1fr;gap:10px}
  .service-list i{width:38px;height:38px;font-size:20px}
  .service-list h4{font-size:14px;margin-bottom:4px}
  .service-list p{font-size:12px}
  .glass-card{border-radius:12px;padding:16px;margin:0 -16px;border-radius:0}
  .glass-card{padding:16px;border-radius:12px}
  .skills-card,.experience-card{padding:16px;margin:0;border-radius:12px}
  .section-head{gap:12px;margin-bottom:16px}
  .chips{gap:6px}
  .chips button{padding:6px 12px;font-size:11px;border-radius:6px}
  .skill-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .skill-grid div{min-height:70px;border-radius:8px;gap:4px}
  .skill-grid b{width:38px;height:38px;font-size:12px;border-radius:6px}
  .skill-grid span{font-size:11px}
  .timeline{gap:8px}
  .timeline article{padding:12px;border-radius:8px;gap:10px}
  .timeline time{font-size:12px;padding-left:14px}
  .timeline time:before{width:6px;height:6px;top:4px}
  .timeline h3{font-size:14px;margin-bottom:2px}
  .timeline strong{font-size:12px}
  .timeline p{font-size:12px}
  .timeline span{padding:5px 10px;font-size:10px;border-radius:4px}
  .project-grid{grid-template-columns:1fr;gap:12px}
  .project-card{padding:12px;border-radius:12px}
  .project-shot{height:100px;margin-bottom:10px;border-radius:8px}
  .project-shot span{font-size:24px}
  .project-card h3{font-size:14px;margin-bottom:8px}
  .project-card p{font-size:12px;line-height:1.4;margin-bottom:10px}
  .project-card nav{gap:6px}
  .project-card nav span{padding:4px 8px;font-size:9px}
  .contact-section{padding-top:40px;padding-bottom:40px}
  .contact-card{padding:28px 16px;border-radius:16px;gap:12px}
  .contact-card .section-label{margin-bottom:12px}
  .contact-card h2{font-size:clamp(20px,2.5vw,26px);margin:12px 0}
  .contact-card p:not(.section-label){font-size:14px;line-height:1.6}
  .footer{padding:20px 0;font-size:12px}
  .whatsapp-float{width:52px;height:52px;right:12px;bottom:12px}
  .whatsapp-float svg{width:24px;height:24px}
}

@media (max-width:480px){
  .container{width:100%;padding:0 12px;max-width:100%;margin:0 auto}
  .header{padding:0 12px;height:56px}
  .brand{font-size:14px}
  .brand-mark{width:32px;height:32px;font-size:12px}
  .brand span:last-child{display:none}
  .lang-toggle{font-size:10px;gap:2px}
  .lang-toggle button{padding:4px 6px;font-size:9px}
  h1{font-size:clamp(24px,3.5vw,28px)}
  h2{font-size:clamp(20px,2.5vw,24px)}
  h3{font-size:14px}
  .hero{padding-top:28px}
  .section-pad{padding:32px 0}
  .compact{padding:24px 0}
  .hero-grid{gap:8px}
  .hero-visual{min-height:auto;margin:0;overflow:visible}
  .hero-visual img{max-width:100%;max-height:480px}
  .blue-orb{width:480px;height:480px;opacity:.85;right:-3%}
  .dot-grid{width:120px;height:120px;opacity:.2}
  .grid-a{right:-10%;top:10%}
  .grid-b{right:-12%;bottom:10%}
  .blue-orb{width:280px;height:280px;opacity:.7;right:-8%}
  .hero-text{font-size:13px;margin-bottom:12px}
  .hero-actions{gap:6px;margin-top:14px}
  .hero-actions .btn{font-size:10px;min-height:40px;padding:0 12px}
  .btn svg{width:14px;height:14px}
  .eyebrow{font-size:10px;padding:6px 8px}
  .stats{gap:12px;margin-top:16px;position:static;bottom:auto;left:auto;padding-top:30px;padding-bottom:8px;border-top:1px solid rgba(59,130,246,.14)}
  .stats strong{font-size:20px}
  .stats span{font-size:9px}
  .section-copy h2{font-size:clamp(18px,2vw,22px)}
  .section-copy p{font-size:13px}
  .what-card{padding:14px;gap:10px}
  .what-card h3{font-size:12px}
  .service-list{gap:10px;margin-top:12px}
  .service-list article{grid-template-columns:36px 1fr;gap:8px}
  .service-list i{width:36px;height:36px;font-size:18px}
  .service-list h4{font-size:12px}
  .service-list p{font-size:11px}
  .skill-grid{grid-template-columns:1fr;gap:8px}
  .skill-grid div{min-height:60px;gap:4px;padding:8px}
  .skill-grid b{width:32px;height:32px;font-size:11px}
  .skill-grid span{font-size:10px}
  .section-head{gap:10px;margin-bottom:12px}
  .chips{gap:4px}
  .chips button{padding:5px 10px;font-size:10px}
  .timeline article{padding:10px;gap:8px}
  .timeline time{font-size:11px}
  .timeline h3{font-size:12px}
  .timeline p{font-size:11px}
  .timeline span{padding:4px 8px;font-size:8px}
  .project-grid{gap:10px}
  .project-card{padding:10px;gap:8px}
  .project-shot{height:80px;margin-bottom:8px}
  .project-shot span{font-size:20px}
  .project-card h3{font-size:13px}
  .project-card p{font-size:11px}
  .project-card nav span{padding:3px 6px;font-size:8px}
  .contact-card{padding:20px 12px}
  .contact-card h2{font-size:clamp(18px,2vw,22px)}
  .contact-card p{font-size:13px}
  .footer{padding:16px 0;font-size:11px}
  .whatsapp-float{width:48px;height:48px}
  .whatsapp-float svg{width:22px;height:22px}
}
