:root{--blue:#1266f1;--blue2:#0b5de6;--dark:#07111f;--dark2:#0b1628;--text:#0d1524;--muted:#667085;--line:#e6eaf0;--soft:#f8fbff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit}.site-header{position:fixed;top:0;left:0;right:0;height:74px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.75);box-shadow:0 16px 44px rgba(15,23,42,.07);transition:.25s}.site-header.scrolled{height:62px;background:rgba(255,255,255,.82);box-shadow:0 18px 48px rgba(15,23,42,.12)}.logo{display:flex;gap:12px;align-items:center;font-weight:900;letter-spacing:-.03em}.logo-mark{color:var(--blue);font-weight:900;font-size:30px;line-height:1}.logo img{max-height:42px}nav{display:flex;gap:36px;align-items:center;font-size:15px;font-weight:700}nav a:not(.nav-btn){position:relative}nav a:not(.nav-btn):after{content:"";position:absolute;height:2px;background:var(--blue);left:0;right:100%;bottom:-8px;transition:.2s}nav a:hover:after{right:0}.nav-btn,.btn{border-radius:10px;padding:15px 24px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.2s}.nav-btn,.primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 12px 26px rgba(18,102,241,.22)}.nav-btn:hover,.primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(18,102,241,.3)}.secondary{border:1.5px solid var(--blue);color:var(--blue);background:#fff}.light{background:#fff;color:var(--blue);min-width:190px}.menu-toggle{display:none;background:none;border:0;font-size:30px;color:var(--text)}/* HERO corrigido - igual ao esboço */
.hero{
    min-height: 640px;
    padding: 118px 7% 70px;
    display:grid;
    grid-template-columns:minmax(480px, .86fr) minmax(620px, 1.14fr);
    gap:70px;
    align-items:center;
    background:
        linear-gradient(120deg, #ffffff 0%, #fbfdff 44%, #eef6ff 100%);
    position:relative;
    overflow:hidden;
}
.hero:after{
    content:"";
    position:absolute;
    right:5%;
    top:0;
    width:540px;
    height:360px;
    background:linear-gradient(135deg, rgba(18,102,241,.09), rgba(255,255,255,0));
    clip-path:polygon(42% 0,100% 0,68% 100%,0 100%);
    pointer-events:none;
}
.hero-content{
    position:relative;
    z-index:2;
    max-width:620px;
}
.eyebrow{
    color:var(--blue);
    font-size:18px;
    font-weight:900;
    margin:0 0 22px;
}
.hero h1{
    font-size:clamp(58px, 5.6vw, 86px);
    line-height:.98;
    letter-spacing:-.065em;
    margin:0 0 28px;
    max-width:650px;
    color:var(--text);
    font-weight:900;
}
.hero h1 span{
    display:block;
    color:var(--blue);
}
.hero-text{
    font-size:21px;
    color:#465365;
    line-height:1.65;
    max-width:590px;
    margin:0;
}
.actions{
    display:flex;
    gap:18px;
    margin:36px 0 48px;
}
.actions .btn{
    min-width:170px;
    min-height:58px;
}
.features{
    display:grid;
    grid-template-columns:repeat(4,max-content);
    gap:30px;
    align-items:center;
}
.features div{
    display:grid;
    grid-template-columns:30px 1fr;
    column-gap:10px;
    align-items:center;
}
.features b{
    grid-row:1/3;
    color:var(--blue);
    font-size:28px;
    line-height:1;
}
.features strong{
    font-size:14px;
    color:#0b1220;
}
.features small{
    font-size:12px;
    color:var(--muted);
}
.hero-visual{
    position:relative;
    height:455px;
    z-index:1;
}
.hero-visual:before{
    content:"";
    position:absolute;
    width:620px;
    height:620px;
    right:18px;
    top:-70px;
    background:radial-gradient(circle, rgba(18,102,241,.17), transparent 62%);
    filter:blur(2px);
}
.device{
    position:absolute;
    border-radius:22px;
    background:#0b0f16;
    box-shadow:0 44px 82px rgba(2,8,23,.30);
    border:5px solid #111827;
}
.laptop{
    width:min(680px, 100%);
    height:390px;
    right:38px;
    top:8px;
    transform:perspective(1100px) rotateY(-7deg) rotateZ(-3deg);
}
.laptop:after{
    content:"";
    position:absolute;
    left:64px;
    right:64px;
    bottom:-18px;
    height:18px;
    background:linear-gradient(90deg,#4b5563,#e5e7eb,#4b5563);
    border-radius:0 0 30px 30px;
}
.screen{
    position:absolute;
    inset:10px;
    border-radius:15px;
    overflow:hidden;
    background:linear-gradient(135deg,#0f172a 0%,#07111f 60%,#152236 100%);
    color:white;
}
.mini-nav{
    display:flex;
    gap:18px;
    align-items:center;
    padding:30px 32px;
    font-size:10px;
    color:#cbd5e1;
}
.mini-nav b{font-size:16px;color:#fff;margin-right:auto}.mini-copy{position:absolute;left:46px;top:130px;z-index:2}.mini-copy h3{font-size:32px;line-height:1.12;margin:0 0 14px;letter-spacing:-.04em}.mini-copy p{color:#9aa7b8;width:260px;font-size:12px}.mini-copy em,.phone em{display:inline-block;background:#fff;color:#111827;padding:9px 14px;border-radius:7px;font-size:11px;font-style:normal}.building{position:absolute;right:0;bottom:0;width:360px;height:270px;background:linear-gradient(135deg,transparent 20%,rgba(255,255,255,.08) 20% 21%,transparent 21%),linear-gradient(155deg,#334155,#020617);clip-path:polygon(45% 0,100% 20%,85% 100%,0 100%)}.phone{width:156px;height:302px;right:-4px;top:156px;border-radius:30px;border-width:6px}.phone .screen{inset:5px;border-radius:22px;padding:26px 16px}.phone h4{font-size:20px;line-height:1.2;margin:54px 0 12px}.phone p{font-size:10px;color:#9aa7b8}.hamb{position:absolute;right:14px;top:14px}
.section{padding:70px 7%}
.services-section{padding-top:74px}.kicker{text-transform:uppercase;color:var(--blue);font-weight:900;letter-spacing:.07em;font-size:14px;margin:0 0 10px}.section h2{font-size:34px;line-height:1.1;letter-spacing:-.04em;margin:0 0 30px}.grid{display:grid;gap:22px}.services{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 24px;box-shadow:0 12px 35px rgba(15,23,42,.045);min-height:210px;transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(15,23,42,.08)}.icon{width:52px;height:52px;border-radius:14px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-size:25px;margin-bottom:20px}.card h3{font-size:19px;margin:0 0 12px}.card p,.project-card p,.contact p{color:var(--muted);line-height:1.65}.dark{background:radial-gradient(circle at 70% 0,rgba(18,102,241,.18),transparent 35%),linear-gradient(135deg,#06101e,#0c1727);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.section-head h2{margin-bottom:0}.section-head a{color:#60a5fa;font-weight:800}.projects{grid-template-columns:repeat(3,1fr)}.project-card{position:relative;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.075);border-radius:16px;overflow:hidden;padding:0 0 18px;box-shadow:0 24px 60px rgba(0,0,0,.18)}.project-card img,.project-mock{
width:100%;
height:230px;
object-fit:cover;
object-position:center;
background:#0b1524;
padding:2px;
display:block
}.project-mock{padding:24px;border-radius:0;background:#f8fafc;color:#111827;position:relative;overflow:hidden}.mock-nav{font-size:8px;display:flex;gap:14px;align-items:center}.mock-nav b{margin-right:auto;font-size:12px}.project-mock h4{font-size:24px;width:70%;line-height:1.1;margin:50px 0 10px}.project-mock p{color:#475569;font-size:12px}.skin-natur{background:linear-gradient(135deg,#f8fafc,#ece7dc)}.skin-natur:after{content:"";position:absolute;right:28px;bottom:26px;width:92px;height:126px;background:linear-gradient(#f7dfc5,#b68d62);border-radius:18px 18px 8px 8px;box-shadow:-58px 28px 0 -22px #e6d5c1}.skin-iron{background:radial-gradient(circle at 72% 40%,#475569,#070707 55%);color:#fff}.skin-iron h4{font-size:31px;text-transform:uppercase}.skin-iron p,.skin-iron .mock-nav{color:#cbd5e1}.skin-arq{background:linear-gradient(135deg,#fff,#dfe7ef)}.skin-arq:after{content:"";position:absolute;right:-10px;bottom:0;width:210px;height:140px;background:linear-gradient(135deg,#cbd5e1,#fff);clip-path:polygon(40% 0,100% 24%,100% 100%,0 100%)}.project-info{position:relative;padding:0 16px}.project-info h3{font-size:18px;margin:15px 0 5px}.project-info p{margin:0 0 12px}.project-info a{position:absolute;right:18px;top:-52px;background:#fff;color:var(--blue);padding:12px 20px;border-radius:12px;font-weight:800;box-shadow:0 10px 22px rgba(15,23,42,.16)}.cta{margin-top:36px;background:linear-gradient(135deg,#2878ff,#0f63e7);border-radius:18px;padding:30px 50px;display:grid;grid-template-columns:70px 1fr auto;gap:26px;align-items:center}.cta h2{margin:0 0 8px}.cta p{margin:0;color:#dbeafe}.cta-icon{width:70px;height:70px;border-radius:18px;background:rgba(255,255,255,.16);display:grid;place-items:center;font-size:30px}.contact{display:grid;grid-template-columns:.95fr 1.25fr .8fr;gap:52px;align-items:center;background:#fff}.contact-copy ul{list-style:none;padding:18px 0 0;margin:0;line-height:2.4;font-weight:600}.contact-form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 18px 50px rgba(15,23,42,.08);display:grid;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:9px;padding:14px;font:inherit;background:#fff}.contact-form textarea{min-height:150px;resize:vertical}.hide-field{position:absolute;left:-9999px}.alert{padding:12px;border-radius:10px;font-weight:700}.success{background:#dcfce7;color:#166534}.error{background:#fee2e2;color:#991b1b}.brand-box{padding:26px}.brand-box h3{font-size:24px;margin:18px 0 12px}.socials{display:flex;gap:12px;margin-top:24px}.socials span{width:34px;height:34px;border-radius:50%;background:#f1f5f9;display:grid;place-items:center;font-size:12px;font-weight:900}footer{padding:28px 7%;background:#07111f;color:#fff;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:14px}footer span:last-child{display:flex;gap:40px}footer a{color:#cbd5e1}@media(max-width:1120px){.hero{grid-template-columns:1fr}.hero-visual{height:430px}.laptop{left:0;right:auto}.phone{left:480px;right:auto}.services{grid-template-columns:repeat(2,1fr)}.contact{grid-template-columns:1fr 1fr}.brand-box{grid-column:1/-1}}@media(max-width:760px){.site-header{top:10px;left:10px;right:10px;border-radius:16px;padding:0 18px;height:66px}.menu-toggle{display:block}nav{position:absolute;top:74px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:14px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 18px 45px rgba(15,23,42,.16)}nav.open{display:flex}.hero{padding:112px 22px 46px;min-height:auto}.hero h1{font-size:45px}.actions,.section-head{align-items:stretch;flex-direction:column}.features{grid-template-columns:repeat(2,1fr);gap:18px}.hero-visual{height:300px}.laptop{width:360px;height:220px;left:-18px;top:20px}.mini-nav span{display:none}.mini-copy{left:25px;top:78px}.mini-copy h3{font-size:20px}.building{width:180px;height:150px}.phone{width:92px;height:184px;left:auto;right:0;top:95px}.phone h4{font-size:12px;margin-top:42px}.phone p,.phone em{display:none}.section{padding:52px 22px}.services,.projects,.contact,.form-row{grid-template-columns:1fr}.cta{grid-template-columns:1fr;padding:26px}.brand-box{padding:0}footer{display:block}footer span:last-child{margin-top:18px;gap:18px;flex-wrap:wrap}}@media(max-width:420px){.hero h1{font-size:39px}.laptop{width:315px;height:195px}.phone{right:-12px}.features{grid-template-columns:1fr}.btn{width:100%}}


/* Ajustes finais hero */
@media(max-width:1280px){
    .hero{grid-template-columns:1fr 1fr;gap:45px;}
    .laptop{width:600px;height:352px;right:20px;}
    .phone{right:-10px;}
}
@media(max-width:1120px){
    .hero{grid-template-columns:1fr;padding-bottom:52px;}
    .hero-visual{height:430px;}
    .laptop{left:0;right:auto;width:590px;height:352px;}
    .phone{left:480px;right:auto;}
}
@media(max-width:760px){
    .hero{padding:112px 22px 46px;min-height:auto;gap:28px;}
    .hero h1{font-size:48px;letter-spacing:-.055em;}
    .hero-text{font-size:18px;}
    .actions{flex-direction:column;margin:28px 0 36px;}
    .features{grid-template-columns:repeat(2,1fr);gap:18px;}
    .hero-visual{height:300px;}
    .laptop{width:360px;height:220px;left:-18px;top:20px;}
    .mini-nav span{display:none;}
    .mini-copy{left:25px;top:78px;}
    .mini-copy h3{font-size:20px;}
    .building{width:180px;height:150px;}
    .phone{width:92px;height:184px;left:auto;right:0;top:95px;}
    .phone h4{font-size:12px;margin-top:42px;}
    .phone p,.phone em{display:none;}
}
@media(max-width:420px){
    .hero h1{font-size:40px;}
    .features{grid-template-columns:1fr;}
}


/* === CORREÇÃO FINAL HERO COM PORTÁTIL REAL === */
.hero{
    grid-template-columns:minmax(480px,.9fr) minmax(620px,1.1fr);
    gap:52px;
    min-height:640px;
    padding-bottom:42px;
}
.hero-visual{
    position:relative;
    height:auto;
    min-height:430px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    z-index:2;
}
.hero-visual:before{
    content:"";
    position:absolute;
    width:680px;
    height:520px;
    right:-30px;
    top:-45px;
    background:radial-gradient(circle, rgba(18,102,241,.18), transparent 62%);
    filter:blur(10px);
    pointer-events:none;
}
.hero-device-img{
    position:relative;
    z-index:2;
    display:block;
    width:min(100%,720px);
    max-width:none;
    height:auto;
    filter:drop-shadow(0 34px 46px rgba(2,8,23,.20));
}
.features{
    grid-template-columns:repeat(4,auto);
    column-gap:28px;
    row-gap:18px;
}
.features div{
    display:grid;
    grid-template-columns:34px auto;
    grid-template-rows:auto auto;
    column-gap:10px;
    align-items:center;
    min-width:max-content;
}
.features b{
    grid-row:1/3;
    width:34px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:27px;
    line-height:1;
}
.features .feature-code b{
    font-size:25px;
    letter-spacing:-2px;
    font-family:Inter,Arial,sans-serif;
}
.features strong,
.features small{
    line-height:1.05;
    white-space:nowrap;
}
.services-section{padding-top:62px;}

@media(max-width:1280px){
    .hero{grid-template-columns:1fr 1fr;gap:34px;}
    .hero-device-img{width:min(100%,650px);}
}
@media(max-width:1120px){
    .hero{grid-template-columns:1fr;padding-bottom:45px;}
    .hero-visual{min-height:360px;justify-content:center;}
    .hero-device-img{width:min(100%,620px);}
}
@media(max-width:760px){
    .hero{padding:112px 22px 42px;gap:24px;}
    .hero-visual{min-height:auto;}
    .hero-visual:before{width:420px;height:340px;right:-80px;top:-35px;}
    .hero-device-img{width:112%;max-width:520px;margin-left:-6%;}
    .features{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px;}
    .features div{min-width:0;grid-template-columns:34px 1fr;}
}
@media(max-width:420px){
    .hero-device-img{width:118%;margin-left:-9%;}
    .features{grid-template-columns:1fr;}
}

/* Popup de informação dos projetos */
.project-title-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}
.project-title-row h3{margin-right:auto}
.project-info-btn{
    width:30px;
    height:30px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.22);
    background:rgba(255,255,255,.12);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    font-family:Georgia,serif;
    font-size:17px;
    line-height:1;
    cursor:pointer;
    transition:.2s;
    flex:0 0 auto;
}
.project-info-btn:hover{
    background:#fff;
    color:var(--blue);
    transform:translateY(-2px);
}
body.modal-open{overflow:hidden}
.project-modal{
    position:fixed;
    inset:0;
    z-index:999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:24px;
}
.project-modal.open{display:flex}
.project-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(2,8,23,.72);
    backdrop-filter:blur(10px);
}
.project-modal-box{
    position:relative;
    width:min(680px,100%);
    max-height:calc(100vh - 48px);
    overflow:auto;
    background:#fff;
    color:#0d1524;
    border-radius:24px;
    padding:34px;
    box-shadow:0 40px 120px rgba(0,0,0,.35);
    animation:projectModalIn .22s ease both;
}
@keyframes projectModalIn{
    from{opacity:0;transform:translateY(18px) scale(.98)}
    to{opacity:1;transform:translateY(0) scale(1)}
}
.project-modal-close{
    position:absolute;
    right:20px;
    top:18px;
    width:40px;
    height:40px;
    border-radius:50%;
    border:0;
    background:#f1f5f9;
    color:#0f172a;
    font-size:28px;
    line-height:1;
    cursor:pointer;
}
.project-modal-label{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:7px 12px;
    border-radius:999px;
    background:#eaf2ff;
    color:var(--blue);
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
    margin-bottom:16px;
}
.project-modal-box h2{
    font-size:34px;
    line-height:1.08;
    letter-spacing:-.04em;
    margin:0 44px 22px 0;
}
.project-modal-content h4{
    margin:0 0 8px;
    font-size:16px;
}
.project-modal-content p{
    margin:0 0 22px;
    color:#475569;
    line-height:1.75;
    white-space:pre-line;
}
.project-modal-details{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin:20px 0 26px;
}
.project-modal-details div{
    background:#f8fafc;
    border:1px solid #e6eaf0;
    border-radius:14px;
    padding:14px;
}
.project-modal-details strong{
    display:block;
    font-size:12px;
    color:#64748b;
    text-transform:uppercase;
    letter-spacing:.05em;
    margin-bottom:6px;
}
.project-modal-details span{
    display:block;
    font-weight:800;
    color:#0f172a;
}
.project-modal-link{width:max-content}
@media(max-width:760px){
    .project-modal{padding:16px}
    .project-modal-box{padding:26px 20px;border-radius:20px}
    .project-modal-box h2{font-size:27px;margin-right:38px}
    .project-modal-details{grid-template-columns:1fr}
}
