:root{
  --bg:#080808;
  --bg2:#0b0b0c;
  --header:#0b1219;
  --card:#101012;
  --line:#25262a;
  --text:#f5f5f4;
  --muted:#a0a0a3;
  --red:#ff4038;
  --green:#25d366;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:min(var(--max),calc(100% - 64px));margin:auto}

.site-header{
  height:86px;padding:0 max(32px,calc((100vw - var(--max))/2));
  display:flex;align-items:center;justify-content:space-between;gap:28px;
  background:rgba(11,18,25,.96);border-bottom:1px solid rgba(255,255,255,.07);
  position:sticky;top:0;z-index:100;backdrop-filter:blur(14px)
}
.brand{width:112px;height:62px;display:flex;align-items:center;overflow:hidden}
.brand img{width:108px;height:auto}
.desktop-nav{display:flex;gap:38px}
.desktop-nav a{font-size:13px;font-weight:600;color:#f0f0f0}
.desktop-nav a:hover{color:var(--red)}
.header-cta{background:var(--red);padding:14px 22px;border-radius:999px;font-size:13px;font-weight:700;box-shadow:0 0 28px rgba(255,64,56,.16)}
.menu-toggle{display:none;background:#0c1116;border:1px solid #2b3035;border-radius:14px;width:58px;height:58px;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.menu-toggle span{width:23px;height:2px;background:#fff;border-radius:2px}
.mobile-menu{display:none}

.hero{height:calc(100svh - 86px);min-height:650px;position:relative;overflow:hidden;display:flex;align-items:flex-end}
.hero-video{position:absolute;inset:-15%;pointer-events:none}
.hero-video iframe{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:177.78vh;min-width:100%;height:56.25vw;min-height:100%;border:0}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.44) 45%,rgba(0,0,0,.12) 75%),linear-gradient(0deg,rgba(8,8,8,.98) 0%,rgba(8,8,8,.08) 46%,rgba(8,8,8,.18) 100%)}
.hero-content{width:min(var(--max),calc(100% - 64px));margin:0 auto 80px;position:relative;z-index:2}
.eyebrow{font-size:11px;letter-spacing:.28em;color:var(--red);font-weight:800;margin:0 0 20px;text-transform:uppercase}
.hero h1{font-size:clamp(48px,5.3vw,76px);letter-spacing:-.045em;line-height:1.03;margin:0;max-width:760px;font-weight:800}
.hero h1 span{color:var(--red)}
.hero-copy{font-size:16px;line-height:1.7;color:#e0e0e0;max-width:600px;margin:24px 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 23px;border-radius:999px;font-size:13px;font-weight:700;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--red);color:#fff}
.btn-outline{border:1px solid rgba(255,255,255,.30);color:#eee;background:rgba(10,10,10,.18)}

.section{padding:110px 0;border-top:1px solid #1d1d1f}
.section h2,.contact h2{font-size:clamp(38px,4.2vw,58px);letter-spacing:-.04em;line-height:1.06;margin:0 0 20px}
.section-intro{font-size:17px;color:var(--muted);margin:0 0 54px;line-height:1.6}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{background:var(--card);border:1px solid var(--line);border-radius:26px;padding:38px;min-height:290px;display:flex;flex-direction:column;justify-content:flex-end}
.small-number{display:block;color:var(--red);font-size:12px;font-weight:800;margin-bottom:auto}
.service-card h3{font-size:25px;letter-spacing:-.025em;margin:26px 0 14px}
.service-card p,.benefit-item p{font-size:15px;line-height:1.7;color:var(--muted);margin:0}

.portfolio{background:#0a0a0b}
.showreel{margin-top:54px;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#000}
.showreel iframe{display:block;width:100%;aspect-ratio:16/9;border:0}

.benefit-list{margin-top:72px}
.benefit-item{display:grid;grid-template-columns:120px 1fr;gap:42px;padding:60px 0;border-bottom:1px solid #1e1e20}
.benefit-item:first-child{padding-top:10px}
.large-number{font-size:76px;line-height:.9;font-weight:800;color:#1b1b1d;letter-spacing:-.06em}
.benefit-item h3{font-size:33px;letter-spacing:-.035em;line-height:1.2;margin:0 0 20px;max-width:760px}
.benefit-item p{max-width:760px;font-size:17px}
.segment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:36px;max-width:780px}
.segment-grid span{min-height:86px;border:1px solid var(--line);background:var(--card);border-radius:22px;display:flex;align-items:center;justify-content:center;color:#ddd;font-size:17px;font-weight:600}

.contact{padding:120px 0;border-top:1px solid #1d1d1f;background:#0a0a0b}
.contact-inner{text-align:center;max-width:900px}
.contact h2{font-size:clamp(48px,6vw,76px);max-width:760px;margin:0 auto 28px}
.contact-inner>p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.7;max-width:700px;margin:0 auto 38px}
.btn-large{min-width:340px;min-height:62px;font-size:16px}

.footer-info{padding:42px 0;border-top:1px solid #1d1d1f}
.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.footer-grid div{display:flex;flex-direction:column;gap:8px}
.footer-grid span{font-size:10px;letter-spacing:.24em;color:#646468}
.footer-grid a,.footer-grid p{font-size:13px;color:#c0c0c3;margin:0}

.site-footer{border-top:1px solid #1d1d1f;padding:26px 0 34px}
.footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;color:#66676a;font-size:10px}
.footer-logo{width:104px;height:60px;overflow:hidden}
.footer-logo img{width:100px;height:auto}
.footer-bottom>span{text-align:right}

.whatsapp-float{position:fixed;right:30px;bottom:28px;width:62px;height:62px;border-radius:50%;background:var(--green);display:grid;place-items:center;z-index:95;box-shadow:0 10px 32px rgba(0,0,0,.35)}
.whatsapp-float svg{width:34px;height:34px;fill:#fff}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:850px){
  .container{width:calc(100% - 64px)}
  .site-header{height:94px;padding:0 30px}
  .brand{width:128px;height:72px}.brand img{width:124px}
  .desktop-nav,.header-cta{display:none}.menu-toggle{display:flex}
  .mobile-menu{position:fixed;z-index:99;top:94px;left:0;right:0;background:#0b1117;border-bottom:1px solid #202429;padding:24px 30px 32px;flex-direction:column;gap:18px}
  .mobile-menu.open{display:flex}.mobile-menu a{font-size:18px;font-weight:600;padding:8px 0}.mobile-menu-cta{color:var(--red)}
  .hero{height:calc(100svh - 94px);min-height:680px;align-items:flex-end}
  .hero-content{width:calc(100% - 68px);margin-bottom:100px}
  .hero-video{inset:0}
  .hero-video iframe{width:180vh;min-width:100%;height:56.25vw;min-height:100%}
  .hero-shade{background:linear-gradient(0deg,rgba(8,8,8,.99) 0%,rgba(8,8,8,.52) 44%,rgba(8,8,8,.12) 80%),linear-gradient(90deg,rgba(0,0,0,.16),rgba(0,0,0,.06))}
  .eyebrow{font-size:11px;letter-spacing:.31em}
  .hero h1{font-size:54px;max-width:620px}
  .hero-copy{font-size:18px;max-width:620px}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .hero-actions .btn{width:auto;min-width:0;min-height:52px;padding:0 24px;font-size:14px}
  .section{padding:100px 0}
  .section h2{font-size:48px}
  .section-intro{font-size:18px;max-width:660px}
  .service-grid{grid-template-columns:1fr;gap:38px}
  .service-card{min-height:455px;border-radius:28px;padding:54px}
  .small-number{font-size:15px}
  .service-card h3{font-size:32px}
  .service-card p{font-size:18px;line-height:1.75}
  .showreel{margin-top:56px;border-radius:22px}
  .benefit-list{margin-top:70px}
  .benefit-item{grid-template-columns:1fr;gap:22px;padding:72px 0}
  .large-number{font-size:82px}
  .benefit-item h3{font-size:37px}
  .benefit-item p{font-size:18px;line-height:1.72}
  .segment-grid span{min-height:118px;font-size:20px}
  .contact{padding:115px 0}
  .contact h2{font-size:54px}
  .contact-inner>p:not(.eyebrow){font-size:19px}
  .btn-large{min-width:430px;min-height:70px;font-size:18px}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-bottom{grid-template-columns:1fr;justify-items:start}
  .footer-bottom>span{text-align:left}
  .footer-logo{width:112px;height:66px}.footer-logo img{width:108px}
  .whatsapp-float{width:78px;height:78px;right:24px;bottom:28px}.whatsapp-float svg{width:42px;height:42px}
}

@media(max-width:560px){
  .container{width:calc(100% - 64px)}
  .site-header{height:90px;padding:0 28px}
  .brand{width:116px;height:66px}.brand img{width:112px}
  .menu-toggle{width:52px;height:52px}
  .hero{min-height:680px}
  .hero-content{width:calc(100% - 64px);margin-bottom:82px}
  .hero h1{font-size:45px}
  .hero-copy{font-size:17px;line-height:1.65}
  .hero-actions .btn{width:auto;min-width:0;max-width:none;min-height:50px;padding:0 22px;font-size:14px}
  .section{padding:88px 0}
  .section h2{font-size:39px;line-height:1.1}
  .section-intro{font-size:17px;line-height:1.65;margin-bottom:60px}
  .service-card{min-height:0;padding:42px 34px}
  .service-card h3{font-size:28px}
  .service-card p{font-size:17px}
  .showreel{margin-top:50px}
  .benefit-item{padding:64px 0}
  .large-number{font-size:78px}
  .benefit-item h3{font-size:31px}
  .benefit-item p{font-size:17px}
  .segment-grid{gap:14px}
  .segment-grid span{font-size:17px;min-height:92px;text-align:center;padding:12px}
  .contact h2{font-size:45px}
  .contact-inner>p:not(.eyebrow){font-size:17px}
  .btn-large{min-width:0;width:100%;max-width:430px}
  .whatsapp-float{width:62px;height:62px}.whatsapp-float svg{width:34px;height:34px}
}

  
@media(max-width:560px){
  .hero-actions{gap:12px}
  .hero-actions .btn-primary{padding-left:24px;padding-right:24px}
  .hero-actions .btn-outline{padding-left:22px;padding-right:22px}
}

/* Performance: skip rendering off-screen sections until needed */
.section,.contact,.footer-info,.site-footer{content-visibility:auto;contain-intrinsic-size:1px 900px}
.hero-video{background:#080808 center/cover no-repeat}
