/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--navy:#073b79;--deep:#062b5c;--red:#ed2939;--ink:#102b4e;--muted:#5c6d82;--pale:#eef4fa;--line:#d8e1eb;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{border-bottom:1px solid var(--line);z-index:50;background:#fff;justify-content:space-between;align-items:center;height:80px;padding:0 clamp(24px,5vw,76px);display:flex;position:sticky;top:0}.brand{letter-spacing:-.03em;color:var(--deep);align-items:center;gap:11px;font-size:20px;font-weight:900;display:flex}.brand-mark{background:var(--red);color:#fff;border-radius:3px;place-items:center;width:32px;height:32px;display:grid}nav{gap:38px;font-size:15px;font-weight:600;display:flex}nav a{padding:29px 0;position:relative}nav a:after{content:"";background:var(--red);height:2px;transition:all .2s;position:absolute;bottom:18px;left:0;right:100%}nav a:hover:after{right:0}.button{border:1.5px solid var(--red);cursor:pointer;justify-content:center;align-items:center;min-height:52px;padding:0 28px;font-weight:800;transition:all .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--red);color:#fff}.button-primary:hover{background:#d9192b}.button-outline{color:var(--red);background:0 0}.button-outline:hover{background:#fff2f3}.hero{background:linear-gradient(115deg,#fff 0%,#f3f7fb 46%,#dfe9f4 100%);grid-template-columns:45% 55%;min-height:760px;display:grid;overflow:hidden}.hero-copy{z-index:2;padding:110px 5vw 55px}.eyebrow{color:var(--red);letter-spacing:.12em;margin:0 0 20px;font-size:14px;font-weight:900}.eyebrow.light{color:#ff8a94}.hero h1{letter-spacing:-.055em;max-width:650px;color:var(--deep);margin:0;font-size:clamp(48px,5.3vw,76px);font-weight:800;line-height:.98}.hero-text{color:#4b6078;max-width:570px;margin:30px 0;font-size:20px;line-height:1.7}.hero-actions{gap:18px;margin-top:32px;display:flex}.trust-row{border-top:1px solid #cad6e3;gap:0;margin-top:44px;padding-top:24px;font-size:13px;font-weight:700;display:flex}.trust-row span{border-right:1px solid #cad6e3;margin-right:24px;padding-right:24px}.trust-row span:last-child{border:0}.hero-visual{background:linear-gradient(145deg,#0000 0 55%,#073b79f2 55% 76%,#0000 76%);min-height:680px;position:relative}.hero-visual img{filter:drop-shadow(0 24px 28px #05234538);z-index:2;width:min(94%,920px);position:absolute;bottom:-1%;right:3%}.technical-grid{opacity:.22;background-image:linear-gradient(#4b6f95 1px,#0000 1px),linear-gradient(90deg,#4b6f95 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:10% 4% 8% 16%;transform:skewY(-8deg)}.spec-tag{z-index:3;border-left:3px solid var(--red);background:#fff;padding:12px 16px;position:absolute;box-shadow:0 8px 24px #173b6330}.spec-tag b,.spec-tag small{display:block}.spec-tag b{font-size:12px}.spec-tag small{color:var(--muted);margin-top:3px;font-size:10px}.spec-one{top:21%;left:7%}.spec-two{bottom:12%;right:5%}.proof-strip{background:var(--deep);color:#fff;grid-template-columns:repeat(4,1fr);padding:28px 6vw;display:grid}.proof-strip div{border-right:1px solid #ffffff32;justify-content:center;align-items:center;gap:15px;display:flex}.proof-strip div:last-child{border:0}.proof-strip b{color:#ff6d79;font-size:23px}.proof-strip span{font-size:13px}.section{padding:100px clamp(24px,6vw,96px)}.section-heading{justify-content:space-between;align-items:end;gap:50px;margin-bottom:42px;display:flex}.section-heading h2,.about h2,.custom-section h2,.contact-section h2{color:var(--deep);letter-spacing:-.045em;margin:0;font-size:clamp(36px,4vw,58px);line-height:1.03}.section-heading>p{max-width:520px;color:var(--muted);line-height:1.7}.text-link{color:var(--red);white-space:nowrap;font-weight:800}.category-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.category-card{background:var(--pale);border:1px solid var(--line);grid-template-columns:43% 57%;min-height:250px;transition:all .25s;display:grid;overflow:hidden}.category-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px #103b6a18}.category-card img{object-fit:cover;background:#fff;width:100%;height:100%}.category-card>div{padding:28px 22px}.category-card h3{color:var(--deep);margin:0 0 12px;font-size:21px}.category-card p{color:var(--muted);font-size:14px;line-height:1.55}.category-card a,.product-card a{color:var(--red);font-size:13px;font-weight:800}.featured{background:#f6f8fb}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product-card{border:1px solid var(--line);background:#fff;padding:14px 14px 24px}.product-image{background:#f5f7fa;place-items:center;height:270px;display:grid;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%;transition:all .3s}.product-card:hover img{transform:scale(1.035)}.product-code{letter-spacing:.12em;font-weight:900;color:var(--red)!important;margin:20px 0 7px!important;font-size:11px!important}.product-card h3{color:var(--deep);margin:0;font-size:19px}.product-card p{min-height:42px;color:var(--muted);font-size:13px;line-height:1.5}.custom-section{background:var(--deep);color:#fff;grid-template-columns:45% 55%;padding:100px clamp(24px,7vw,110px);display:grid}.custom-section h2{color:#fff}.custom-intro>p:not(.eyebrow){color:#c3d3e5;max-width:580px;margin:25px 0 32px;line-height:1.75}.process{border-top:1px solid #ffffff32;margin:0 0 0 12%;padding:0;list-style:none}.process li{border-bottom:1px solid #ffffff32;gap:25px;padding:25px 0;display:flex}.process li>span{color:#ff6d79;font-weight:900}.process b{font-size:19px}.process p{color:#aebfd3;margin:5px 0 0;font-size:14px}.about{grid-template-columns:46% 54%;align-items:center;gap:8%;display:grid}.about-image{background:#edf2f7;height:560px;overflow:hidden}.about-image img{object-fit:cover;width:100%;height:100%}.about-copy p{color:var(--muted);line-height:1.8}.about-copy ul{padding:0;list-style:none}.about-copy li{border-bottom:1px solid var(--line);padding:13px 0;font-weight:700}.about-copy li:before{content:"✓";color:var(--red);margin-right:12px}.contact-section{color:#fff;background:#092f60;grid-template-columns:42% 58%;gap:8%;padding:100px clamp(24px,7vw,110px);display:grid}.contact-section h2{color:#fff}.contact-section>div>p:not(.eyebrow){color:#bfd0e3;line-height:1.7}.direct-contact{color:#fff;flex-direction:column;gap:14px;margin-top:35px;font-weight:800;display:flex}.contact-section form{color:var(--ink);background:#fff;padding:36px}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-section label{text-transform:uppercase;letter-spacing:.06em;flex-direction:column;gap:8px;margin-bottom:16px;font-size:12px;font-weight:800;display:flex}.contact-section input,.contact-section textarea{width:100%;font:inherit;background:#f7f9fb;border:1px solid #cad5e1;outline:none;padding:14px}.contact-section input:focus,.contact-section textarea:focus{border-color:var(--red)}footer{color:#c7d3df;background:#051f42;grid-template-columns:1fr auto auto;align-items:center;gap:55px;padding:45px 6vw;font-size:12px;display:grid}footer b{color:#fff;font-size:19px}footer div:nth-child(2){gap:20px;display:flex}.whatsapp-float{z-index:40;color:#fff;background:#20bd62;border-radius:50%;place-items:center;width:58px;height:58px;font-weight:900;display:grid;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 30px #07274945}@media (width<=1000px){nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding-top:72px}.hero-visual{min-height:520px}.category-grid,.product-grid{grid-template-columns:1fr 1fr}.custom-section,.about,.contact-section{grid-template-columns:1fr;gap:50px}.process{margin-left:0}.about-image{height:430px}footer{grid-template-columns:1fr}}@media (width<=620px){.site-header{height:68px;padding:0 18px}.brand{font-size:16px}.brand-mark{width:28px;height:28px}.header-quote{min-height:40px;padding:0 14px;font-size:12px}.hero-copy{padding:60px 22px 30px}.hero h1{font-size:48px}.hero-text{font-size:17px}.hero-actions{flex-direction:column}.trust-row{flex-wrap:wrap;gap:12px}.trust-row span{border:0;margin:0;padding:0 10px 0 0}.hero-visual{min-height:390px}.hero-visual img{width:110%;right:-10%}.spec-tag{display:none}.proof-strip{grid-template-columns:1fr 1fr;gap:20px}.proof-strip div{border:0;justify-content:flex-start}.section{padding:72px 20px}.section-heading{flex-direction:column;align-items:start;gap:15px}.category-grid,.product-grid{grid-template-columns:1fr}.category-card{min-height:220px}.product-image{height:320px}.custom-section,.contact-section{padding:72px 20px}.about{padding-left:20px;padding-right:20px}.form-row{grid-template-columns:1fr}.contact-section form{padding:22px}footer{padding:40px 22px}footer div:nth-child(2){flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
