/*! 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{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--ink:#122b3a;--ink-soft:#314c59;--cream:#f6f0e4;--paper:#fffaf0;--orange:#ff5a1f;--orange-dark:#d83f0b;--yellow:#ffc633;--line:#122b3a29}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:var(--font-sans), Arial, sans-serif;margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}.site-header{z-index:20;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;width:min(1180px,100% - 48px);height:92px;margin:0 auto;display:flex;position:relative}.brand{align-items:center;gap:12px;display:inline-flex}.brand-mark{background:var(--orange);color:#fff;width:42px;height:42px;font-family:var(--font-display);border-radius:50% 50% 48% 48%;place-items:center;font-size:28px;display:grid;transform:rotate(-5deg);box-shadow:inset -5px -5px #8b25002e}.brand>span:last-child{flex-direction:column;line-height:1;display:flex}.brand strong{letter-spacing:.04em;font-size:17px}.brand small{color:var(--orange);letter-spacing:.25em;text-transform:uppercase;margin-top:5px;font-size:10px}nav{gap:34px;font-size:13px;font-weight:700;display:flex}nav a{position:relative}nav a:after{content:"";background:var(--orange);height:2px;transition:right .2s;position:absolute;bottom:-7px;left:0;right:100%}nav a:hover:after,nav a:focus-visible:after{right:0}.header-cta{text-transform:uppercase;letter-spacing:.08em;border:1.5px solid var(--ink);padding:13px 17px;font-size:12px;font-weight:800}.header-cta span{color:var(--orange);margin-left:8px}.hero{grid-template-columns:52% 48%;align-items:center;width:min(1180px,100% - 48px);min-height:705px;margin:0 auto;display:grid;position:relative}.hero:before{content:"";background:var(--line);width:1px;position:absolute;top:0;bottom:0;left:51.9%}.hero-copy{z-index:2;padding:58px 50px 70px 0;position:relative}.eyebrow{color:var(--orange-dark);text-transform:uppercase;letter-spacing:.18em;align-items:center;gap:10px;font-size:11px;font-weight:800;display:flex}.eyebrow span{background:currentColor;width:30px;height:2px;display:inline-block}h1,h2{font-family:var(--font-display), Impact, sans-serif;text-transform:uppercase;letter-spacing:-.015em;margin:0;font-weight:400;line-height:.94}h1{margin-top:23px;font-size:clamp(66px,7vw,106px)}h1 em{color:var(--orange);font-style:normal;display:inline-block;position:relative}h1 em:after{content:"";background:var(--yellow);z-index:-1;height:9px;position:absolute;bottom:0;left:0;right:-8px;transform:rotate(-2deg)}.hero-text{max-width:520px;color:var(--ink-soft);margin:28px 0 30px;font-size:16px;line-height:1.7}.hero-actions{align-items:center;gap:12px;display:flex}.button{text-transform:uppercase;letter-spacing:.08em;border:1.5px solid var(--ink);justify-content:center;align-items:center;gap:24px;min-height:54px;padding:0 24px;font-size:12px;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex}.button:hover{box-shadow:5px 5px 0 var(--ink);transform:translateY(-3px)}.button-primary{background:var(--orange);border-color:var(--orange);color:#fff}.button-primary:hover{box-shadow:5px 5px 0 var(--yellow)}.button-ghost{background:0 0}.trust-row{text-transform:uppercase;letter-spacing:.05em;gap:28px;margin-top:27px;font-size:11px;font-weight:700;display:flex}.trust-row b{background:var(--ink);color:var(--cream);border-radius:50%;place-items:center;width:17px;height:17px;margin-right:6px;font-size:9px;display:inline-grid}.hero-visual{place-items:center;height:100%;display:grid;position:relative;overflow:hidden}.hero-visual:before{content:"";background:var(--yellow);clip-path:polygon(8% 0,100% 0,100% 92%,88% 100%,0 100%,0 12%);border-radius:48% 48% 4px 4px;position:absolute;inset:30px 0 30px 30px}.hero-visual:after{content:"CHAMA CERTA";color:#122b3a14;font-family:var(--font-display);white-space:nowrap;font-size:62px;position:absolute;bottom:55px;left:55px}.sun-disc{z-index:1;border:2px solid #122b3a1f;border-radius:50%;width:380px;height:380px;position:absolute}.sun-disc:before,.sun-disc:after{content:"";border:1px solid #122b3a1a;border-radius:50%;position:absolute;inset:35px}.sun-disc:after{inset:75px}.cylinder{z-index:4;filter:drop-shadow(25px 32px #6934001f);width:255px;height:475px;margin-top:30px;position:relative}.cylinder-handle{background:var(--ink);border:10px solid #193b4d;border-radius:18px 18px 8px 8px;justify-content:space-around;width:143px;height:90px;padding:6px;display:flex;position:absolute;top:0;left:56px}.cylinder-handle i{background:var(--yellow);border-radius:12px;width:20px;height:58px;display:block}.cylinder-neck{background:#193b4d;width:76px;height:35px;position:absolute;top:70px;left:89px}.cylinder-body{background:linear-gradient(90deg,#0a2332 0%,#1d495e 25%,#173e52 68%,#071d2a 100%);border-top:5px solid #2a5870;border-radius:49px 49px 35px 35px;width:235px;height:345px;position:absolute;top:92px;left:10px;overflow:hidden}.cylinder-glow{background:linear-gradient(90deg,#ffffff29,#0000);border-radius:50%;width:38px;height:275px;position:absolute;top:14px;left:32px;transform:rotate(3deg)}.cylinder-label{border:2px solid var(--yellow);color:#fff;text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:132px;height:132px;display:flex;position:absolute;top:100px;left:52px}.mini-mark{font-family:var(--font-display);color:var(--yellow);font-size:27px;line-height:.8}.cylinder-label strong{letter-spacing:.05em;font-size:20px;line-height:.9}.cylinder-label small{color:var(--yellow);letter-spacing:.17em;margin-top:8px;font-size:6px}.cylinder-foot{border:18px solid #0b2838;border-top-width:12px;border-radius:5px 5px 20px 20px;width:164px;height:55px;position:absolute;bottom:0;left:46px}.flame-badge{z-index:6;background:var(--orange);color:#fff;letter-spacing:.1em;box-shadow:5px 5px 0 var(--ink);padding:12px 15px;font-size:10px;font-weight:900;position:absolute;top:86px;right:20px;transform:rotate(5deg)}.flame-badge span{color:var(--yellow);margin-right:5px}.delivery-card{z-index:7;background:var(--paper);border:1.5px solid var(--ink);align-items:center;gap:12px;padding:13px 17px;display:flex;position:absolute;bottom:100px;left:23px;box-shadow:6px 6px #122b3a33}.delivery-icon{background:var(--orange);color:#fff;border-radius:50%;place-items:center;width:35px;height:35px;font-size:12px;display:grid}.delivery-card>span:last-child{flex-direction:column;display:flex}.delivery-card small{text-transform:uppercase;letter-spacing:.1em;font-size:8px}.delivery-card strong{font-size:15px}.speed-lines{background:var(--ink);z-index:2;width:90px;height:2px;position:absolute}.speed-lines:before,.speed-lines:after{content:"";background:var(--ink);width:55px;height:2px;position:absolute;top:-13px;right:0}.speed-lines:after{width:70px;top:13px}.speed-lines-one{top:185px;left:45px}.speed-lines-two{bottom:225px;right:18px;transform:rotate(-8deg)}.section{width:min(1180px,100% - 48px);margin:0 auto;padding:105px 0}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:48px;display:flex}.section-heading h2,.steps h2,.cta-section h2{margin-top:15px;font-size:clamp(50px,5vw,76px)}.section-heading>p{max-width:400px;color:var(--ink-soft);margin:0 0 5px;font-size:14px;line-height:1.7}.product-grid{border:1.5px solid var(--ink);grid-template-columns:repeat(3,1fr);display:grid}.product-card{border-right:1.5px solid var(--ink);background:var(--paper);min-height:475px;padding:26px;transition:transform .2s;position:relative}.product-card:last-child{border-right:0}.product-card.featured{background:var(--orange);color:#fff}.product-card:hover{z-index:2;box-shadow:0 7px 0 var(--ink);transform:translateY(-7px)}.product-topline{text-transform:uppercase;letter-spacing:.12em;justify-content:space-between;font-size:9px;font-weight:900;display:flex}.product-topline span{border:1px solid;padding:7px 9px}.product-topline b{font-size:13px}.product-symbol{place-items:center;height:170px;margin:21px 0;display:grid;position:relative}.product-symbol i{background:var(--ink);border-radius:24px 24px 17px 17px;width:95px;height:128px;display:block;position:relative;box-shadow:inset 14px 0 #ffffff1a}.product-symbol i:before{content:"";border:9px solid var(--ink);border-bottom:0;border-radius:9px 9px 0 0;width:47px;height:35px;position:absolute;top:-27px;left:24px}.featured .product-symbol i{background:var(--yellow);box-shadow:inset 14px 0 #ffffff40}.featured .product-symbol i:before{border-color:var(--yellow)}.product-symbol span{color:#fff;font-family:var(--font-display);font-size:20px;position:absolute}.featured .product-symbol span{color:var(--ink)}.symbol-2:after{content:"";border:4px solid var(--yellow);border-radius:18px 18px 8px 8px;width:44px;height:76px;position:absolute;bottom:17px;right:54px}.symbol-3 i{border-radius:17px;width:78px;height:155px}.product-card h3{font-family:var(--font-display);letter-spacing:.01em;text-transform:uppercase;margin:0 0 6px;font-size:31px;font-weight:400}.product-card>p{opacity:.78;margin:0 0 8px;font-size:13px}.product-card>small{text-transform:uppercase;letter-spacing:.08em;opacity:.68;font-size:9px}.price-row{border-top:1px solid;justify-content:space-between;align-items:center;padding-top:17px;display:flex;position:absolute;bottom:26px;left:26px;right:26px}.price-row strong{font-size:22px}.price-row a{border:1.5px solid;place-items:center;width:40px;height:40px;font-size:19px;display:grid}.price-row a:hover{background:var(--yellow);color:var(--ink)}.steps{background:var(--ink);color:#fff;grid-template-columns:40% 60%;gap:70px;padding:95px max(24px,50% - 590px);display:grid}.eyebrow.light{color:var(--yellow)}.steps-intro>p:last-child{color:#adc0c9;max-width:330px;font-size:14px;line-height:1.7}.steps-list{border-top:1px solid #fff3;margin:0;padding:0;list-style:none}.steps-list li{border-bottom:1px solid #fff3;grid-template-columns:70px 1fr;padding:27px 0;display:grid}.steps-list li>span{color:var(--yellow);font-family:var(--font-display);font-size:24px}.steps-list strong{text-transform:uppercase;letter-spacing:.07em;font-size:15px}.steps-list p{color:#adc0c9;margin:6px 0 0;font-size:13px}.cta-section{grid-template-columns:1.2fr .7fr auto;align-items:end;gap:30px;width:min(1180px,100% - 48px);margin:0 auto;padding:85px 0;display:grid}.cta-section>p{color:var(--ink-soft);margin:0 0 10px;font-size:14px}.button-dark{background:var(--ink);color:#fff}.button-dark:hover{box-shadow:5px 5px 0 var(--orange)}footer{border-top:1px solid var(--line);grid-template-columns:1fr 1fr 1fr;align-items:center;gap:20px;width:min(1180px,100% - 48px);min-height:120px;margin:0 auto;display:grid}footer>p{text-align:center;text-transform:uppercase;letter-spacing:.08em;font-size:11px}footer>small{text-align:right;opacity:.65;font-size:9px}@media (width<=900px){nav{display:none}.hero{grid-template-columns:1fr}.hero:before{display:none}.hero-copy{padding-right:0}.hero-visual{min-height:620px}.section-heading{flex-direction:column;align-items:flex-start;gap:22px}.product-grid{grid-template-columns:1fr}.product-card{border-right:0;border-bottom:1.5px solid var(--ink)}.product-card:last-child{border-bottom:0}.steps{grid-template-columns:1fr}.cta-section{grid-template-columns:1fr 1fr}.cta-section>div{grid-column:1/-1}}@media (width<=600px){.site-header,.hero,.section,.cta-section,footer{width:min(100% - 28px,1180px)}.site-header{height:76px}.header-cta{padding:11px;font-size:10px}.header-cta span{display:none}.brand strong{font-size:14px}.brand-mark{width:36px;height:36px}.hero-copy{padding:55px 0}h1{font-size:clamp(58px,18vw,78px)}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.trust-row{flex-direction:column;gap:10px}.hero-visual{min-height:540px}.hero-visual:before{inset:10px 0}.cylinder{transform:scale(.85)}.delivery-card{bottom:65px;left:2px}.flame-badge{top:62px;right:5px}.section{padding:80px 0}.section-heading h2,.steps h2,.cta-section h2{font-size:50px}.steps{gap:40px;padding:75px 24px}.steps-list li{grid-template-columns:50px 1fr}.cta-section{grid-template-columns:1fr;align-items:start}.cta-section>div{grid-column:auto}footer{grid-template-columns:1fr;padding:35px 0}footer>p,footer>small{text-align:left}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}body{background:radial-gradient(circle at 10% 0%, #ffc63321, transparent 28rem), var(--cream)}.site-header{height:88px}.header-cta{background:var(--ink);color:#fff;border-radius:999px;padding-inline:20px}.header-cta:hover{background:var(--orange);border-color:var(--orange)}.hero{gap:30px;min-height:720px}.hero:before{display:none}.hero-copy{padding-right:20px}.hero-text{max-width:490px}.hero-photo{isolation:isolate;border-radius:34px;height:650px;margin:34px 0;display:block;overflow:hidden;box-shadow:0 28px 70px #122b3a2e}.hero-photo:before,.hero-photo:after{display:none}.hero-photo>img{object-fit:cover;object-position:79% center;width:100%;height:100%;display:block;transform:scale(1.02)}.photo-shade{z-index:1;background:linear-gradient(#0000 55%,#07192359);position:absolute;inset:0}.hero-photo .flame-badge{border-radius:999px;top:28px;right:28px;transform:none;box-shadow:0 8px 25px #122b3a38}.hero-photo .delivery-card{z-index:4;border:0;border-radius:17px;bottom:28px;left:28px;box-shadow:0 12px 35px #122b3a38}.service-bar{background:#fff;border:1px solid #122b3a1a;border-radius:22px;grid-template-columns:repeat(4,1fr);width:min(1180px,100% - 48px);margin:12px auto 0;display:grid;box-shadow:0 14px 50px #122b3a14}.service-bar>div{border-right:1px solid var(--line);align-items:center;gap:15px;padding:23px 20px;display:flex}.service-bar>div:last-child{border-right:0}.service-bar strong{color:var(--orange);font-family:var(--font-display);font-size:22px}.service-bar span{flex-direction:column;gap:3px;display:flex}.service-bar b{text-transform:uppercase;letter-spacing:.04em;font-size:12px}.service-bar small{color:var(--ink-soft);font-size:10px}.products.section{padding-top:120px}.product-grid{border:0;gap:18px}.product-grid.single-product{grid-template-columns:minmax(0,440px);justify-content:center}.single-product .product-card{width:100%}.product-card{border-radius:24px;overflow:hidden;box-shadow:0 16px 45px #122b3a14;border:1px solid #122b3a1f!important}.product-card.featured{background:linear-gradient(145deg,#ff6b34,#e44812)}.product-card:hover{transform:translateY(-8px);box-shadow:0 24px 55px #122b3a29}.steps{background:linear-gradient(135deg,#0a2231,#173f52);border-radius:34px;margin:0 24px}.cta-section{background:var(--yellow);border-radius:30px;width:min(1180px,100% - 48px);margin-block:30px;padding:70px 50px}.cta-section .eyebrow{color:var(--ink)}.cta-section .eyebrow span{background:var(--orange)}@media (width<=900px){.hero{gap:0}.hero-photo{height:610px}.service-bar{grid-template-columns:repeat(2,1fr)}.service-bar>div:nth-child(2){border-right:0}.service-bar>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.steps{margin-inline:14px}}@media (width<=600px){.hero{width:100%}.hero-copy{width:calc(100% - 28px);margin-inline:auto}.hero-photo{border-radius:0;height:520px;margin:0}.hero-photo>img{object-position:73% center}.hero-photo .flame-badge{top:18px;right:14px}.hero-photo .delivery-card{bottom:18px;left:14px;right:14px}.service-bar{grid-template-columns:1fr;width:calc(100% - 28px);margin-top:24px}.service-bar>div{border-right:0;border-bottom:1px solid var(--line)}.service-bar>div:last-child{border-bottom:0}.cta-section{padding:48px 24px}}
