:root{--red:#b3131b;--red-bright:#df2029;--red-dark:#780b11;--black:#070909;--black-soft:#111414;--green:#195d3d;--green-light:#287c51;--gold:#c9a04a;--gold-light:#e0bd68;--white:#fff;--paper:#f5f3ed;--paper-dark:#ebe8df;--text:#101312;--muted:#646965;--line:#0000001c;--font-body:Calibri, "Segoe UI", Arial, Helvetica, sans-serif;--font-display:"Playfair Display", Georgia, "Times New Roman", serif;--ease:cubic-bezier(.22, .8, .25, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper);width:100%;max-width:100%;overflow-x:hidden}body{background:var(--paper);width:100%;min-width:0;max-width:100%;color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;margin:0;font-size:26px;line-height:1.65;overflow-x:hidden}body.menu-open{overflow:hidden}img,video,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}button,a{-webkit-tap-highlight-color:transparent}.container{width:min(1280px,100% - 48px);margin-inline:auto}.page-loader{z-index:9999;background:radial-gradient(circle at 50% 45%,#b3131b17,#0000 28%),#070909;place-items:center;transition:opacity .55s,visibility .55s;display:grid;position:fixed;inset:0}.page-loader-hidden{opacity:0;visibility:hidden;pointer-events:none}.loader-content{text-align:center;flex-direction:column;align-items:center;width:310px;display:flex;position:relative}.loader-ring{border:2px solid #ffffff14;border-top-color:var(--red-bright);border-right-color:var(--gold);border-bottom-color:var(--green-light);border-radius:50%;width:150px;height:150px;animation:1.15s linear infinite loaderSpin;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.loader-ring span{background:var(--white);border-radius:50%;width:8px;height:8px;position:absolute;top:4px;left:50%;transform:translate(-50%);box-shadow:0 0 15px #fffc}.loader-ring i{background:var(--gold-light);border-radius:50%;width:5px;height:5px;position:absolute;bottom:22px;right:4px}.loader-logo{z-index:3;place-items:center;width:108px;height:108px;display:grid;position:relative}.loader-logo img{object-fit:contain;width:100%;height:100%}.loader-name{z-index:4;color:var(--white);font-family:var(--font-body);letter-spacing:.14em;margin-top:31px;font-size:15px;font-weight:800;position:relative}.loader-caption{color:#ffffff73;margin-top:6px;font-size:15px}@keyframes loaderSpin{to{transform:translate(-50%)rotate(360deg)}}.navbar{z-index:2000;-webkit-backdrop-filter:blur(25px)saturate(145%);background:#ffffffde;border:1px solid #ffffff94;border-radius:999px;justify-content:space-between;align-items:center;gap:20px;width:min(1330px,100% - 30px);min-height:84px;padding:10px 13px 10px 23px;display:flex;position:fixed;top:17px;left:50%;transform:translate(-50%);box-shadow:0 18px 55px #00000024}.brand{align-items:center;gap:13px;min-width:0;display:flex}.brand-logo{flex:none;place-items:center;width:59px;height:59px;display:grid}.brand-logo img{object-fit:contain;width:100%;height:100%}.brand-name{flex-direction:column;min-width:0;line-height:1;display:flex}.brand-name strong{font-family:var(--font-display);letter-spacing:.025em;font-size:20px;font-weight:700}.brand-name small{color:var(--red);letter-spacing:.14em;margin-top:6px;font-size:10px;font-weight:800}.desktop-nav{align-items:center;gap:3px;display:flex}.desktop-nav>a{border-radius:999px;padding:13px 14px;font-size:17px;font-weight:700;transition:color .25s,background .25s,transform .25s}.desktop-nav>a:hover{color:var(--red);background:#b3131b12}.desktop-nav .nav-message{color:var(--white);background:var(--red);margin-left:4px;box-shadow:0 9px 25px #b3131b3d}.desktop-nav .nav-message:hover{color:var(--white);background:var(--black)}.desktop-nav .nav-admin{border:1px solid #00000026}.nav-message span{margin-left:7px}.theme-toggle{width:48px;height:48px;color:var(--black);cursor:pointer;background:#ffffffb8;border:1px solid #00000021;border-radius:50%;place-items:center;margin-left:6px;padding:0;transition:transform .25s,border-color .25s;display:grid}.theme-toggle:hover{border-color:var(--gold);transform:rotate(10deg)}.theme-toggle span{font-size:21px}.menu-toggle{color:#fff;background:var(--black);cursor:pointer;border:0;border-radius:50%;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:5px;width:55px;height:55px;padding:0;display:none}.menu-toggle span{width:23px;height:2px;transition:transform .35s var(--ease), opacity .25s ease;background:#fff;border-radius:10px}.menu-toggle.active span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0;transform:scaleX(0)}.menu-toggle.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.menu-overlay{z-index:1900;visibility:hidden;opacity:0;pointer-events:none;background:#00000087;transition:opacity .35s,visibility .35s;position:fixed;inset:0}.menu-overlay.visible{visibility:visible;opacity:1;pointer-events:auto}.slide-menu{width:min(510px,92vw);height:100%;color:var(--white);transition:transform .55s var(--ease);overscroll-behavior:contain;background:radial-gradient(circle at 100% 0,#b3131b47,#0000 34%),linear-gradient(145deg,#151818,#050606);border-left:1px solid #c9a04a40;flex-direction:column;padding:110px 42px 35px;display:flex;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(105%);box-shadow:-35px 0 100px #0006}.slide-menu.open{transform:translate(0)}.slide-top{justify-content:space-between;align-items:center;display:flex}.slide-brand{align-items:center;gap:13px;display:flex}.slide-brand img{object-fit:contain;width:51px;height:51px}.slide-brand small{color:var(--gold);letter-spacing:.18em;font-size:11px;font-weight:800;display:block}.slide-brand strong{font-family:var(--font-display);margin-top:3px;font-size:21px;display:block}.close-menu{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff24;border-radius:50%;place-items:center;width:49px;height:49px;padding:0;font-size:32px;font-weight:300;display:grid}.slide-intro{margin-top:66px}.slide-intro small{color:var(--gold);letter-spacing:.18em;font-size:12px;font-weight:800}.slide-intro h2{font-family:var(--font-display);margin:13px 0 0;font-size:49px;line-height:1.02}.slide-intro em{color:var(--red-bright);font-style:normal}.slide-links{margin-top:37px;display:grid}.slide-links a{border-bottom:1px solid #ffffff14;grid-template-columns:42px 1fr 25px;align-items:center;min-height:65px;transition:padding-left .25s,color .25s;display:grid}.slide-links a:hover{color:var(--gold-light);padding-left:7px}.slide-number{color:var(--gold);font-size:13px;font-weight:800}.slide-label{font-size:22px;font-weight:700}.slide-links b{font-size:18px;font-weight:400}.slide-bottom{margin-top:auto;padding-top:38px}.slide-cta,.slide-admin{border-radius:15px;justify-content:space-between;align-items:center;min-height:58px;padding:0 19px;font-size:17px;font-weight:800;display:flex}.slide-cta{color:#fff;background:var(--red)}.slide-admin{background:#ffffff0a;border:1px solid #ffffff1f;margin-top:10px}.slide-settings{color:#ffffffa1;justify-content:space-between;align-items:center;margin-top:19px;font-size:15px;display:flex}.slide-settings .theme-toggle{color:#fff;background:#ffffff0f;border-color:#ffffff26;margin:0}.slide-bottom p{color:#ffffff5e;margin:19px 0 0;font-size:14px;line-height:1.6}.hero{color:#fff;background:var(--black);align-items:center;min-height:940px;display:flex;position:relative;overflow:hidden}.hero-media{object-fit:cover;opacity:.67;width:100%;height:100%;position:absolute;inset:0}.hero-shade{background:linear-gradient(90deg,#040606f0 0%,#040606c7 42%,#0406064f 100%),linear-gradient(#0000 50%,#040606ad);position:absolute;inset:0}.hero-inner{z-index:2;width:min(1280px,100% - 48px);margin-inline:auto;padding-top:120px;position:relative}.hero-copy{max-width:900px}.hero-kicker{color:var(--gold-light);letter-spacing:.17em;align-items:center;gap:11px;font-size:14px;font-weight:800;display:flex}.hero-kicker span{background:var(--red-bright);width:43px;height:2px}.hero h1{font-family:var(--font-display);letter-spacing:-.055em;margin:24px 0 27px;font-size:clamp(62px,7.5vw,108px);line-height:.98}.hero h1 em{color:#ef3038;font-style:normal}.hero-copy>p{color:#ffffffd4;max-width:820px;margin:0;font-size:27px;line-height:1.58}.hero-actions{flex-wrap:wrap;gap:13px;margin-top:36px;display:flex}.primary-button,.outline-button{border-radius:14px;justify-content:center;align-items:center;min-height:62px;padding:0 25px;font-size:19px;font-weight:800;transition:transform .25s,background .25s,border-color .25s;display:inline-flex}.primary-button{color:#fff;background:var(--red);box-shadow:0 15px 35px #b3131b47}.primary-button:hover{background:var(--red-bright);transform:translateY(-3px)}.primary-button span{margin-left:10px}.outline-button{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff59}.outline-button:hover{border-color:var(--gold);transform:translateY(-3px)}.hero-trust{color:#ffffff7a;letter-spacing:.13em;flex-wrap:wrap;align-items:center;gap:15px;margin-top:43px;font-size:12px;font-weight:800;display:flex}.hero-trust i{background:var(--gold);border-radius:50%;width:4px;height:4px}.hero-bottom{z-index:3;color:#ffffff73;letter-spacing:.11em;align-items:center;gap:18px;width:min(1280px,100% - 48px);font-size:13px;font-weight:700;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(90deg, var(--gold), transparent);width:80px;height:1px}.section{padding:145px 0}.services-section{background:var(--paper)}.section-heading{margin-bottom:74px}.split-heading{grid-template-columns:1fr .82fr;align-items:end;gap:80px;display:grid}.section-label{color:var(--red);letter-spacing:.18em;font-size:14px;font-weight:900}.section-label.light{color:var(--gold-light)}.section-heading h2,.projects-heading h2,.why-copy h2,.cta-section h2{font-family:var(--font-display);letter-spacing:-.045em;margin:17px 0 0;font-size:clamp(49px,6vw,82px);line-height:1.01}.section-heading h2 em,.projects-heading h2 em,.why-copy h2 em,.cta-section h2 em{color:var(--red);font-style:normal}.section-heading>p{color:var(--muted);margin:0;font-size:26px;line-height:1.55}.service-list{border-top:1px solid var(--line)}.service-item{border-bottom:1px solid var(--line);grid-template-columns:80px minmax(250px,1fr) minmax(280px,.8fr) 160px;align-items:center;gap:28px;min-height:185px;padding:30px 0;transition:padding .3s,background .3s;display:grid}.service-item:hover{background:#ffffff75;padding-left:16px;padding-right:16px}.service-no{color:var(--red);letter-spacing:.1em;font-size:15px;font-weight:900}.service-main>span{color:var(--gold);letter-spacing:.16em;font-size:12px;font-weight:900}.service-main h3{font-family:var(--font-display);margin:7px 0 0;font-size:31px;line-height:1.1}.service-item>p{color:var(--muted);margin:0;font-size:21px;line-height:1.48}.service-item>a{color:var(--red);justify-self:end;font-size:15px;font-weight:900}.service-item>a b{margin-left:7px}.projects-section{color:#fff;background:var(--black)}.projects-heading{grid-template-columns:1fr .65fr;align-items:end;gap:80px;margin-top:18px;display:grid}.projects-heading h2{margin:0}.projects-heading h2 em{color:var(--red-bright)}.projects-heading p{color:#ffffff8c;margin:0;font-size:24px;line-height:1.55}.project-feature{background:#111414;border:1px solid #ffffff1c;border-radius:28px;grid-template-columns:1.15fr .85fr;min-height:620px;margin-top:75px;display:grid;overflow:hidden}.project-visual{background:radial-gradient(circle at 35% 40%,#b3131b9e,#0000 26%),radial-gradient(circle at 75% 70%,#c9a04a33,#0000 25%),linear-gradient(145deg,#1b211f,#090b0b);min-height:620px;position:relative}.project-visual:before,.project-visual:after{content:"";border:1px solid #ffffff12;border-radius:50%;position:absolute}.project-visual:before{width:480px;height:480px;top:50%;left:50%;transform:translate(-50%,-50%)}.project-visual:after{border-color:#c9a04a33;width:290px;height:290px;top:50%;left:50%;transform:translate(-50%,-50%)}.project-visual-overlay{background:linear-gradient(135deg,#b3131b24,#0000 40%);position:absolute;inset:0}.project-visual-label{gap:4px;display:grid;position:absolute;bottom:31px;left:35px}.project-visual-label span{color:var(--gold-light);letter-spacing:.16em;font-size:12px;font-weight:900}.project-visual-label strong{font-size:17px}.project-content{flex-direction:column;justify-content:center;padding:58px 55px;display:flex}.project-index{color:var(--gold-light);letter-spacing:.17em;font-size:12px;font-weight:900}.project-content h3{font-family:var(--font-display);letter-spacing:-.035em;margin:24px 0;font-size:48px;line-height:1.03}.project-content h3 em{color:var(--red-bright);font-style:normal}.project-content p{color:#ffffff8f;font-size:23px;line-height:1.53}.project-link{width:fit-content;color:var(--gold-light);border-bottom:1px solid #c9a04a8c;margin-top:28px;padding-bottom:8px;font-size:17px;font-weight:900}.project-link span{margin-left:9px}.why-section{background:var(--paper)}.why-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:100px;display:grid}.why-visual{background:radial-gradient(circle,#b3131b1f,#0000 34%);border-radius:30px;place-items:center;min-height:560px;display:grid;position:relative;overflow:hidden}.orbit{border:1px solid #0000001c;border-radius:50%;position:absolute}.orbit-one{width:480px;height:480px}.orbit-two{border-color:#b3131b38;width:350px;height:350px}.orbit-three{border-color:#c9a04a5c;width:220px;height:220px}.why-core{z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffbf;border:1px solid #ffffffbf;border-radius:50%;place-items:center;width:135px;height:135px;display:grid;position:relative;box-shadow:0 25px 60px #0000001f}.why-core img{object-fit:contain;width:82%;height:82%}.why-copy h2{margin-bottom:28px}.why-copy>p{max-width:700px;color:var(--muted);font-size:26px;line-height:1.57}.why-points{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:50px;display:grid}.why-points>div{border-top:2px solid var(--red);padding-top:18px}.why-points b{color:var(--gold);font-size:12px;display:block}.why-points strong{margin-top:10px;font-size:19px;display:block}.why-points span{color:var(--muted);margin-top:7px;font-size:17px;line-height:1.4;display:block}.cta-section{color:#fff;background:radial-gradient(circle at 80% 30%,#b3131b33,#0000 27%),linear-gradient(145deg,#111515,#060707);padding:145px 0}.cta-section h2{max-width:900px}.cta-section h2 em{color:var(--red-bright)}.cta-section>.container>p{color:#ffffff8f;max-width:720px;margin:28px 0 0;font-size:27px;line-height:1.55}.cta-actions{flex-wrap:wrap;gap:13px;margin-top:36px;display:flex}.cta-actions a{color:#fff;background:var(--red);border-radius:14px;justify-content:center;align-items:center;min-height:62px;padding:0 25px;font-size:18px;font-weight:900;display:inline-flex}.cta-actions .dark-action{background:#ffffff0d;border:1px solid #fff3}.cta-actions span{margin-left:9px}.cta-contact{color:#ffffff6b;border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:13px 35px;margin-top:58px;padding-top:22px;font-size:15px;display:flex}.footer{color:#fff;background:#050606;padding:85px 0 25px}.footer-grid{grid-template-columns:1.5fr .7fr .7fr;gap:70px;padding-bottom:70px;display:grid}.footer-brand{align-items:flex-start;gap:20px;display:flex}.footer-brand>img{object-fit:contain;width:70px;height:70px}.footer-brand strong{font-family:var(--font-display);font-size:19px;display:block}.footer-brand p{color:#999f9b;max-width:500px;margin:16px 0 0;font-size:18px}.footer-socials{gap:9px;margin-top:23px;display:flex}.footer-socials a{color:#ffffffb3;background:#ffffff09;border:1px solid #ffffff1c;border-radius:50%;place-items:center;width:40px;height:40px;transition:color .25s,border-color .25s;display:grid}.footer-socials a:hover{color:var(--gold-light);border-color:var(--gold)}.footer-socials svg{fill:currentColor;width:17px;height:17px}.footer-socials svg rect,.footer-socials svg circle{fill:none;stroke:currentColor;stroke-width:1.8px}.footer-socials svg .icon-fill{fill:currentColor;stroke:none}.footer h4{color:var(--gold-light);letter-spacing:.16em;margin:0 0 17px;font-size:12px}.footer-links{gap:8px;display:grid}.footer-links a,.footer-links span{color:#9fa49f;font-size:17px}.footer-links a:hover{color:#fff}.footer-bottom{color:#676d68;border-top:1px solid #ffffff17;justify-content:space-between;gap:20px;padding-top:22px;font-size:14px;display:flex}.whatsapp{z-index:1500;color:#fff;background:var(--green);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:10px;min-height:56px;padding:0 18px;font-size:16px;font-weight:900;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 15px 35px #00000038}.whatsapp svg{fill:currentColor;width:22px;height:22px}html.dark body{color:#f4f4f1;background:#0c0e0d}html.dark .services-section,html.dark .why-section{background:#0c0e0d}html.dark .service-item:hover{background:#ffffff09}html.dark .section-heading>p,html.dark .service-item>p,html.dark .why-copy>p{color:#a4aaa5}html.dark .navbar{color:#fff;background:#141716db;border-color:#ffffff1a}html.dark .desktop-nav>a:hover{color:var(--gold-light);background:#ffffff0f}html.dark .theme-toggle{color:#fff;background:#ffffff0f;border-color:#ffffff21}html.dark .service-list,html.dark .service-item{border-color:#ffffff1a}html.dark .orbit{border-color:#ffffff14}html.dark .why-core{background:#ffffff14;border-color:#ffffff1c}@media (width<=1120px){.desktop-nav{display:none}.menu-toggle{display:flex}.hero h1{font-size:clamp(58px,8vw,91px)}.split-heading,.projects-heading,.why-grid{grid-template-columns:1fr}.why-grid{gap:55px}.why-visual{min-height:480px}.service-item{grid-template-columns:60px 1fr 1fr}.service-item>a{grid-column:2/-1;justify-self:start}.project-feature{grid-template-columns:1fr}.project-visual{min-height:470px}}@media (width<=720px){body{font-size:24px}.container,.hero-inner,.hero-bottom{width:calc(100% - 30px)}.navbar{border-radius:22px;width:calc(100% - 18px);min-height:72px;padding:8px 10px 8px 14px;top:9px}.brand{gap:9px}.brand-logo{width:47px;height:47px}.brand-name strong{font-size:16px}.brand-name small{font-size:8px}.menu-toggle{width:50px;height:50px}.slide-menu{width:min(100%,440px);padding:95px 25px 25px}.slide-intro{margin-top:50px}.slide-intro h2{font-size:45px}.slide-label{font-size:21px}.hero{min-height:850px}.hero-inner{padding-top:100px}.hero-kicker{font-size:11px}.hero h1{margin-top:19px;font-size:clamp(49px,14vw,73px)}.hero-copy>p{font-size:25px}.hero-actions{display:grid}.primary-button,.outline-button{width:100%}.hero-trust{gap:8px;font-size:9px}.section{padding:95px 0}.section-heading{margin-bottom:50px}.section-heading h2,.projects-heading h2,.why-copy h2,.cta-section h2{font-size:clamp(44px,12vw,61px)}.section-heading>p,.projects-heading p,.why-copy>p{font-size:24px}.service-item{grid-template-columns:45px 1fr;gap:13px 18px;padding:27px 0}.service-main h3{font-size:29px}.service-item>p{grid-column:2;font-size:22px}.service-item>a{grid-column:2;font-size:14px}.project-feature{margin-top:50px}.project-visual{min-height:390px}.project-visual:before{width:330px;height:330px}.project-visual:after{width:200px;height:200px}.project-content{padding:40px 25px}.project-content h3{font-size:40px}.project-content p{font-size:22px}.why-visual{min-height:390px}.orbit-one{width:330px;height:330px}.orbit-two{width:245px;height:245px}.orbit-three{width:160px;height:160px}.why-points{grid-template-columns:1fr}.cta-section{padding:95px 0}.cta-section>.container>p{font-size:24px}.cta-actions{display:grid}.cta-actions a{width:100%}.cta-contact{gap:8px;display:grid}.footer{padding-top:65px}.footer-grid{grid-template-columns:1fr;gap:42px;padding-bottom:50px}.footer-bottom{gap:8px;display:grid}.whatsapp{min-height:52px;bottom:14px;right:14px}}
