/*! 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)}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.block{display:block}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--navy:#12355b;--blue:#2f80ed;--blue-dark:#1668d7;--yellow:#f8c544;--pale:#eef7ff;--slate:#60758a;--line:#dce9f5;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--navy);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-header{z-index:10;grid-template-columns:190px 1fr auto;align-items:center;gap:32px;width:min(100% - 64px,1380px);height:94px;margin:0 auto;display:grid;position:relative}.brand{align-items:center;width:166px;height:78px;display:flex;overflow:hidden}.brand img{object-fit:contain;width:132px;height:132px}.desktop-nav{justify-content:center;gap:clamp(24px,3vw,48px);display:flex}.desktop-nav a{color:#294867;padding:36px 0 31px;font-size:15px;font-weight:700;position:relative}.desktop-nav a:after{content:"";background:var(--blue);border-radius:9px;height:3px;transition:right .18s ease-out;position:absolute;bottom:23px;left:0;right:100%}.desktop-nav a:hover:after,.desktop-nav a.active:after{right:0}.header-cta{background:var(--yellow);color:#173758;border-radius:13px;align-items:center;gap:10px;padding:17px 23px;font-size:14px;font-weight:800;transition:transform .18s ease-out,box-shadow .18s ease-out;display:inline-flex;box-shadow:0 9px 24px #f8c54438}.header-cta:hover{transform:translateY(-2px);box-shadow:0 13px 28px #f8c54452}.hero{background:linear-gradient(112deg,#fff 0%,#f8fbff 43%,#edf7ff 100%);border-radius:30px;grid-template-columns:43% 57%;align-items:center;width:min(100% - 64px,1380px);min-height:650px;margin:0 auto;display:grid;position:relative;overflow:hidden}.hero-copy{z-index:3;padding:64px 20px 72px 68px;position:relative}.eyebrow{color:var(--blue);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 22px;font-size:13px;font-weight:800;display:flex}.eyebrow span{background:var(--yellow);border-radius:4px;width:28px;height:3px}h1{color:#0c315e;letter-spacing:-.045em;margin:0;font-size:clamp(54px,5.15vw,76px);font-weight:800;line-height:.99}h1 em{color:var(--blue);font-style:normal;position:relative}h1 em:after{content:"";background:var(--yellow);opacity:.9;border-radius:50%;height:8px;position:absolute;bottom:-6px;left:3px;right:-2px}.hero-description{max-width:520px;color:var(--slate);margin:30px 0 0;font-size:18px;line-height:1.7}.hero-actions{gap:15px;margin-top:34px;display:flex}.button{border-radius:13px;justify-content:center;align-items:center;gap:18px;min-height:58px;padding:0 23px;font-size:15px;font-weight:800;transition:transform .18s ease-out,background .18s ease-out,box-shadow .18s ease-out;display:inline-flex}.button:hover{transform:translateY(-2px)}.button.primary{color:#fff;background:var(--blue);box-shadow:0 13px 30px #2f80ed38}.button.primary:hover{background:var(--blue-dark);box-shadow:0 17px 34px #2f80ed4d}.button.secondary{color:var(--blue);border:1.5px solid var(--blue);background:#fff}.button.secondary:hover{background:var(--pale)}.hero-visual{align-self:stretch;min-width:0;position:relative}.hero-image-wrap{border-radius:34px 0 0 34px;position:absolute;inset:34px 22px 34px 24px;overflow:hidden;transform:rotate(1.6deg);box-shadow:-14px 22px 60px #1b568e29}.hero-image{object-fit:cover;object-position:51% 48%;width:100%;height:100%;transform:scale(1.08)rotate(-1.6deg)}.project-badge{background:#fffffff0;border-radius:15px;flex-direction:column;gap:4px;width:176px;padding:15px 18px;display:flex;position:absolute;bottom:27px;right:28px;transform:rotate(-1.6deg);box-shadow:0 14px 34px #0b315b26}.project-badge strong{color:var(--navy);font-size:14px}.project-badge span{color:var(--slate);font-size:12px}.shape{z-index:2;border-radius:16px;position:absolute;transform:rotate(19deg)}.shape-blue{opacity:.82;background:#8dc7ff;width:66px;height:66px;top:48px;left:4px}.shape-yellow{background:var(--yellow);width:80px;height:80px;bottom:43px;left:-18px}.trust-strip{z-index:6;background:#fff;border-radius:22px;grid-template-columns:repeat(3,1fr);align-items:center;width:min(100% - 112px,1230px);min-height:118px;margin:-34px auto 0;padding:20px 44px;display:grid;position:relative;box-shadow:0 18px 55px #12355b1f}.trust-strip article{justify-content:center;align-items:center;gap:16px;display:flex}.trust-strip article+article{border-left:1px solid var(--line)}.trust-icon{border:1.5px solid var(--blue);width:48px;height:48px;color:var(--blue);border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.trust-strip strong,.trust-strip small{display:block}.trust-strip strong{color:#274867;font-size:15px}.trust-strip small{color:#7b8e9f;margin-top:4px;font-size:12px}.section{width:min(100% - 64px,1240px);margin:0 auto;padding:118px 0}.section-heading h2,.about-copy h2,.process-intro h2,.quote-copy h2{color:#12355b;letter-spacing:-.035em;margin:0;font-size:clamp(40px,4vw,60px);line-height:1.08}.section-heading h2 span,.about-copy h2 span{color:var(--blue)}.section-kicker{color:var(--blue);letter-spacing:.16em;text-transform:uppercase;margin:0 0 17px;font-size:12px;font-weight:800}.section-kicker.light{color:#a8d4ff}.split-heading{grid-template-columns:1fr 440px;align-items:end;gap:70px;display:grid}.split-heading>p{color:var(--slate);margin:0 0 5px;font-size:16px;line-height:1.75}.product-grid{grid-template-columns:repeat(2,1fr);gap:28px;margin-top:54px;display:grid}.product-card{background:#fff;border:1px solid #e1edf7;border-radius:24px;transition:transform .22s ease-out,box-shadow .22s ease-out;overflow:hidden;box-shadow:0 15px 45px #12355b12}.product-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px #12355b21}.product-image{background:var(--pale);height:330px;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.035)}.product-image span{color:#173758;background:var(--yellow);border-radius:50%;place-items:center;width:48px;height:48px;font-size:12px;font-weight:800;display:grid;position:absolute;top:18px;left:18px}.product-info{justify-content:space-between;align-items:center;padding:24px 25px 26px;display:flex}.product-info small{color:var(--blue);letter-spacing:.11em;text-transform:uppercase;font-size:11px;font-weight:800}.product-info h3{color:#1c4266;margin:7px 0 0;font-size:22px}.product-info a{color:#fff;background:var(--blue);border-radius:50%;place-items:center;width:48px;height:48px;font-size:21px;display:grid}.more-products{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.more-products span{background:var(--pale);color:#3a5d7b;border-radius:999px;padding:12px 18px;font-size:13px;font-weight:700}.process-section{color:#fff;background:#12355b;border-radius:32px;grid-template-columns:39% 61%;width:min(100% - 64px,1380px);padding:88px clamp(40px,6vw,90px);display:grid}.process-intro{padding-right:70px}.process-intro h2,.quote-copy h2{color:#fff}.process-intro>p:not(.section-kicker){color:#bad0e4;margin:26px 0;font-size:15px;line-height:1.75}.text-link{color:var(--yellow);gap:16px;font-size:14px;font-weight:800;display:inline-flex}.process-steps{border-top:1px solid #ffffff26;border-left:1px solid #ffffff26;grid-template-columns:repeat(2,1fr);display:grid}.process-steps article{border-bottom:1px solid #ffffff26;border-right:1px solid #ffffff26;grid-template-columns:42px 1fr;gap:16px;min-height:185px;padding:28px;display:grid}.process-steps article>span{color:var(--yellow);font-size:12px;font-weight:800}.process-steps h3{margin:0 0 12px;font-size:18px}.process-steps p{color:#a9c0d5;margin:0;font-size:13px;line-height:1.7}.center-heading{text-align:center;max-width:700px;margin:0 auto 52px}.center-heading>p:last-child{max-width:590px;color:var(--slate);margin:20px auto 0;line-height:1.7}.projects-section{width:min(100% - 64px,1320px)}.project-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:245px;grid-auto-flow:dense;gap:18px;display:grid}.project-card{background:var(--pale);border-radius:22px;min-width:0;position:relative;overflow:hidden}.project-feature{grid-area:span 2/span 7}.project-standard{grid-column:span 5}.project-landscape{grid-column:span 4}.project-panorama{grid-column:span 12;height:330px}.project-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.project-feature img{object-position:50% 23%}.project-card:hover img{transform:scale(1.035)}.project-gallery-action{justify-content:center;margin:34px 0 4px;display:flex}.project-overlay{color:#fff;background:linear-gradient(#0000,#07223ecc);padding:70px 26px 25px;position:absolute;bottom:0;left:0;right:0}.project-overlay small{letter-spacing:.13em;text-transform:uppercase;font-size:10px;font-weight:800}.project-overlay h3{margin:6px 0 0;font-size:23px}.project-introduction{background:linear-gradient(135deg,#f3f9ff 0%,#fff 52%,#fff9e8 100%);border:1px solid #dcebf8;border-radius:28px;grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);align-items:center;gap:clamp(42px,6vw,78px);margin-top:30px;padding:clamp(34px,5vw,64px);display:grid;overflow:hidden;box-shadow:0 18px 55px #12355b14}.project-company-copy h3{color:#12355b;letter-spacing:-.035em;max-width:530px;margin:0;font-size:clamp(32px,3vw,46px);line-height:1.12}.project-company-copy>p:not(.section-kicker){max-width:620px;color:var(--slate);margin:20px 0 0;font-size:15px;line-height:1.78}.project-company-copy .button{margin-top:27px}.school-project-list{color:#fff;background:#12355b;border-radius:22px;padding:26px;box-shadow:0 18px 45px #12355b33}.school-list-heading{border-bottom:1px solid #ffffff26;justify-content:space-between;align-items:center;gap:20px;padding:0 3px 20px;display:flex}.school-list-heading small{color:#9ecaf0;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.school-list-heading h3{margin:0;font-size:22px}.school-list-heading>span{background:var(--yellow);color:#173758;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;flex:none;padding:9px 13px;font-size:10px;font-weight:900}.featured-reference-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0 6px;display:grid}.featured-reference-card{min-width:0;color:var(--navy);background:#fff;border-radius:13px;overflow:hidden;box-shadow:0 10px 24px #041d362e}.reference-image{background:#f4f8fb;place-items:center;height:88px;display:grid;overflow:hidden}.reference-image img{width:100%;height:100%}.reference-image.photo img{object-fit:cover;object-position:50% 22%}.reference-image.logo img{object-fit:contain;padding:8px}.featured-reference-card>div:last-child{padding:11px 12px 13px}.featured-reference-card small,.featured-reference-card strong{display:block}.featured-reference-card small{color:var(--blue);letter-spacing:.09em;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:900}.featured-reference-card strong{font-size:11px;line-height:1.35}.school-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.school-list-grid article{border-bottom:1px solid #ffffff1a;min-width:0;padding:15px 13px}.school-list-grid article:nth-child(odd){border-right:1px solid #ffffff1a}.school-list-grid small,.school-list-grid strong{display:block}.school-list-grid small{color:#8fc4ef;letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:800}.school-list-grid strong{color:#f5faff;font-size:12px;line-height:1.35}.about-section{grid-template-columns:52% 48%;align-items:center;gap:90px;display:grid}.about-collage{min-height:590px;position:relative}.about-image{border-radius:24px;position:absolute;overflow:hidden;box-shadow:0 22px 54px #12355b24}.about-image img{object-fit:cover;width:100%;height:100%}.about-image.large{width:78%;height:500px;top:0;left:0}.about-image.small{border:8px solid #fff;width:52%;height:280px;bottom:0;right:0}.experience-card{background:var(--yellow);color:#173758;border-radius:16px;width:190px;padding:20px;position:absolute;bottom:10px;left:24px}.experience-card strong,.experience-card span{display:block}.experience-card strong{font-size:22px}.experience-card span{margin-top:4px;font-size:12px}.about-copy>p:not(.section-kicker){color:var(--slate);margin:27px 0;font-size:16px;line-height:1.8}.about-points{gap:13px;margin:0 0 30px;display:grid}.about-points span{color:#355a78;font-size:14px;font-weight:700}.about-points span:before{content:"✓";color:var(--blue);margin-right:12px}.quote-section{color:#fff;background:linear-gradient(135deg,#174d82,#0f3157);border-radius:32px;grid-template-columns:minmax(300px,.72fr) minmax(620px,1.28fr);align-items:center;gap:55px;width:min(100% - 64px,1380px);margin:0 auto 80px;padding:78px clamp(40px,6vw,90px);display:grid}.quote-copy>p:not(.section-kicker){color:#bfd5e8;max-width:610px;margin:24px 0;font-size:16px;line-height:1.7}.quote-checklist{flex-wrap:wrap;gap:10px;display:flex}.quote-checklist span{color:#e5f3ff;border:1px solid #ffffff38;border-radius:999px;padding:10px 14px;font-size:12px}.sales-team-panel{color:var(--navy);background:#fff;border-radius:23px;padding:28px;box-shadow:0 22px 48px #041d364d}.sales-team-heading{align-items:center;gap:18px;margin-bottom:20px;display:flex}.contact-logo{align-items:center;width:100px;height:64px;display:flex;overflow:hidden}.contact-logo img{object-fit:contain;width:92px;height:92px}.sales-team-heading h3{margin:0 0 5px;font-size:22px;line-height:1.25}.sales-team-heading p{color:var(--slate);margin:0;font-size:12px;line-height:1.5}.sales-team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.sales-contact-card{border:1px solid var(--line);background:#f9fcff;border-radius:15px;min-width:0;padding:16px}.sales-contact-card:first-child{background:#f1f8ff;border-color:#bcdcff}.sales-contact-card:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;width:calc(50% - 6px)}.sales-contact-title{align-items:center;gap:10px;display:flex}.sales-contact-title>span{background:var(--yellow);color:#173758;border-radius:10px;flex:none;place-items:center;width:34px;height:34px;font-size:13px;font-weight:900;display:grid}.sales-contact-title h4{margin:0;font-size:15px}.sales-contact-title small{color:#8394a4;font-size:10px}.sales-phone,.sales-email{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.sales-phone{color:#355a78;margin-top:13px;font-size:12px;font-weight:800}.sales-email{color:var(--blue);margin-top:5px;font-size:11px}.sales-contact-actions{grid-template-columns:1.35fr .65fr;gap:7px;margin-top:13px;display:grid}.contact-button{border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 13px;font-size:12px;font-weight:800;transition:transform .18s ease-out,box-shadow .18s ease-out;display:flex}.contact-button:hover{transform:translateY(-2px)}.contact-button.whatsapp{color:#fff;background:#19a463;box-shadow:0 10px 22px #19a4632e}.contact-button.email{color:#fff;background:var(--blue);box-shadow:0 10px 22px #2f80ed2e}.store-links{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:18px;margin-top:18px;padding-top:17px;display:flex}.store-links a{color:var(--blue);font-size:12px;font-weight:800}.store-links span{color:#8192a2;margin-left:auto;font-size:11px}.floating-whatsapp{z-index:30;color:#fff;background:#19a463;border-radius:999px;align-items:center;gap:9px;min-height:52px;padding:0 18px;transition:transform .18s ease-out,box-shadow .18s ease-out;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 14px 34px #0f5c3a47}.floating-whatsapp:hover{transform:translateY(-3px);box-shadow:0 18px 38px #0f5c3a59}.floating-whatsapp strong{font-size:13px}footer{border-top:1px solid var(--line);grid-template-columns:135px 1fr auto;align-items:center;gap:28px;width:min(100% - 64px,1240px);margin:0 auto;padding:35px 0 45px;display:grid}.footer-brand{align-items:center;width:120px;height:72px;display:flex;overflow:hidden}.footer-brand img{object-fit:contain;width:100px;height:100px}footer p{color:#60758a;font-size:13px}footer nav{gap:24px;font-size:13px;font-weight:700;display:flex}footer small{color:#8a9aa8;grid-column:2/-1;font-size:11px}.cases-page{overflow:hidden}.cases-hero{background:linear-gradient(125deg,#fff 0%,#f5faff 47%,#e8f5ff 100%);border-radius:30px;grid-template-columns:minmax(0,.88fr) minmax(560px,1.12fr);align-items:center;gap:60px;width:min(100% - 64px,1380px);min-height:650px;margin:0 auto;padding:52px 62px;display:grid;position:relative;overflow:hidden}.cases-hero:before{content:"";background:var(--yellow);opacity:.22;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-120px;left:-105px}.cases-hero-copy{z-index:2;position:relative}.cases-hero-copy h1{font-size:clamp(53px,5.05vw,74px)}.cases-hero-copy>p:not(.eyebrow){max-width:590px;color:var(--slate);margin:30px 0 0;font-size:17px;line-height:1.72}.cases-hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.cases-tags{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.cases-tags span{color:#55718b;background:#ffffffbf;border:1px solid #d7e7f5;border-radius:999px;padding:10px 14px;font-size:11px;font-weight:800}.cases-hero-gallery{min-height:525px;position:relative}.cases-hero-gallery figure{background:var(--pale);border:8px solid #fff;border-radius:24px;margin:0;position:absolute;overflow:hidden;box-shadow:0 22px 50px #12355b26}.cases-hero-gallery img{object-fit:cover;width:100%;height:100%}.cases-hero-main{inset:20px 110px 52px 0;transform:rotate(-1.2deg)}.cases-hero-main img{object-position:52% 50%}.cases-hero-small{width:235px;height:185px;right:0;transform:rotate(2.2deg)}.cases-hero-small.top{top:0}.cases-hero-small.bottom{bottom:12px}.cases-photo-note{background:var(--yellow);color:#173758;border-radius:14px;align-items:center;gap:12px;min-width:170px;padding:14px 17px;display:flex;position:absolute;bottom:26px;left:26px;box-shadow:0 13px 30px #12355b2e}.cases-photo-note strong{font-size:27px}.cases-photo-note span{text-transform:uppercase;max-width:80px;font-size:11px;font-weight:900;line-height:1.25}.cases-intro{grid-template-columns:160px minmax(320px,.9fr) minmax(430px,1.1fr);align-items:start;gap:45px;width:min(100% - 64px,1240px);margin:0 auto;padding:115px 0 80px;display:grid}.cases-intro>p{color:var(--blue);letter-spacing:.13em;text-transform:uppercase;margin:8px 0 0;font-size:11px;font-weight:900}.cases-intro h2{color:var(--navy);letter-spacing:-.035em;margin:0;font-size:clamp(37px,3.4vw,52px);line-height:1.08}.cases-intro>div{grid-template-columns:repeat(2,1fr);gap:25px;display:grid}.cases-intro>div p{color:var(--slate);margin:0;font-size:14px;line-height:1.78}.case-group{width:min(100% - 64px,1320px);margin:0 auto;padding:62px 0 92px;scroll-margin-top:20px}.case-group+.case-group{border-top:1px solid var(--line)}.case-group-heading{grid-template-columns:64px minmax(360px,.85fr) minmax(420px,1.15fr);align-items:end;gap:35px;margin-bottom:42px;display:grid}.case-group-heading>span{background:var(--yellow);color:#173758;border-radius:50%;place-items:center;width:52px;height:52px;font-size:12px;font-weight:900;display:grid}.case-group-heading h2{color:var(--navy);letter-spacing:-.03em;margin:0;font-size:clamp(34px,3.2vw,48px);line-height:1.08}.case-group-heading>p{max-width:620px;color:var(--slate);margin:0 0 3px;font-size:14px;line-height:1.75}.case-gallery{grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:20px;display:grid}.case-photo{grid-column:span 4;min-width:0;margin:0}.case-photo.case-wide{grid-column:span 6}.case-photo.case-tall{grid-column:span 4}.case-photo-frame{background:var(--pale);border-radius:20px;height:330px;position:relative;overflow:hidden;box-shadow:0 14px 38px #12355b17}.case-wide .case-photo-frame{height:390px}.case-tall .case-photo-frame{height:520px}.case-photo-frame img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.case-tall .case-photo-frame img{object-position:center 48%}.case-photo:hover img{transform:scale(1.025)}.case-photo-frame>span{color:var(--blue);letter-spacing:.1em;text-transform:uppercase;background:#ffffffeb;border-radius:999px;padding:9px 12px;font-size:9px;font-weight:900;position:absolute;top:16px;left:16px;box-shadow:0 8px 20px #12355b1f}.case-photo figcaption{padding:18px 4px 10px}.case-photo figcaption strong{color:#1e4569;font-size:18px;display:block}.case-photo figcaption p{color:#74889b;margin:7px 0 0;font-size:12px;line-height:1.55}.cases-contact{color:#fff;background:linear-gradient(135deg,#174d82,#0f3157);border-radius:30px;grid-template-columns:1fr auto;align-items:center;gap:50px;width:min(100% - 64px,1320px);margin:20px auto 80px;padding:64px clamp(34px,6vw,82px);display:grid;position:relative;overflow:hidden}.cases-contact:after{content:"";background:var(--yellow);opacity:.2;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-120px;right:-90px}.cases-contact h2{color:#fff;letter-spacing:-.035em;margin:0;font-size:clamp(35px,3.5vw,50px);line-height:1.1}.cases-contact>div:first-child>p:last-child{color:#bfd5e8;max-width:720px;margin:22px 0 0;font-size:15px;line-height:1.75}.cases-contact-actions{z-index:2;gap:12px;min-width:235px;display:grid;position:relative}.cases-contact-actions .button{width:100%}.cases-whatsapp{color:#fff;background:#19a463;box-shadow:0 13px 30px #05251838}.cases-email{color:#173758;background:var(--yellow);box-shadow:0 13px 30px #0525182e}.header-tools{justify-content:flex-end;align-items:center;gap:10px;display:flex}.language-switcher{z-index:50;position:relative}.language-switcher summary{color:#315776;cursor:pointer;background:#fff;border:1px solid #d5e5f3;border-radius:13px;justify-content:center;align-items:center;gap:4px;width:48px;height:48px;font-size:10px;font-weight:900;list-style:none;display:flex;box-shadow:0 8px 22px #12355b14}.language-switcher summary::-webkit-details-marker{display:none}.language-switcher summary span{color:var(--blue);font-size:14px}.language-menu{top:calc(100% + 10px);background:#fff;border:1px solid #dce9f5;border-radius:14px;width:170px;padding:8px;position:absolute;inset-inline-end:0;box-shadow:0 18px 42px #12355b2e}.language-menu a{color:#385d7b;border-radius:9px;align-items:center;gap:10px;min-height:38px;padding:0 9px;font-size:12px;font-weight:700;display:flex}.language-menu a:hover,.language-menu a.selected{background:var(--pale);color:var(--blue)}.language-menu a span{color:#8a9baa;width:26px;font-size:9px;font-weight:900}.localized-page[dir=rtl]{font-family:Arial,Tahoma,sans-serif}.localized-page[dir=rtl] .eyebrow,.localized-page[dir=rtl] .hero-actions,.localized-page[dir=rtl] .header-tools{flex-direction:row-reverse}.localized-hero{background:linear-gradient(112deg,#fff 0%,#f8fbff 43%,#edf7ff 100%);border-radius:30px;grid-template-columns:46% 54%;align-items:center;width:min(100% - 64px,1380px);min-height:640px;margin:0 auto;display:grid;overflow:hidden}.localized-hero-copy{padding:60px 42px 65px 68px}.localized-hero-copy h1{font-size:clamp(48px,4.7vw,70px);line-height:1.05}.localized-page[dir=rtl] .localized-hero-copy{padding:60px 68px 65px 42px}.localized-hero-copy>p:not(.eyebrow){max-width:590px;color:var(--slate);margin:28px 0 0;font-size:17px;line-height:1.75}.localized-hero-image{border-radius:30px;height:calc(100% - 54px);margin-inline-end:26px;position:relative;overflow:hidden;box-shadow:-12px 20px 52px #174b7b21}.localized-hero-image img{object-fit:cover;width:100%;height:100%}.localized-hero-image span{color:var(--navy);inset-inline-end:24px;background:#ffffffed;border-radius:12px;padding:13px 17px;font-size:12px;font-weight:900;position:absolute;bottom:22px}.localized-section{width:min(100% - 64px,1240px);margin:0 auto;padding:110px 0}.localized-product-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.localized-product-grid>a{border:1px solid var(--line);background:#fff;border-radius:20px;min-width:0;padding-bottom:22px;position:relative;overflow:hidden;box-shadow:0 14px 36px #12355b12}.localized-product-grid>a>div{background:var(--pale);height:225px;overflow:hidden}.localized-product-grid img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.localized-product-grid a:hover img{transform:scale(1.035)}.localized-product-grid small,.localized-product-grid h3{margin-inline:20px;display:block}.localized-product-grid small{color:var(--blue);text-transform:uppercase;letter-spacing:.08em;margin-top:20px;font-size:10px;font-weight:900}.localized-product-grid h3{color:#234c70;margin-top:7px;margin-bottom:0;font-size:19px;line-height:1.25}.localized-product-grid>a>span{color:var(--blue);inset-inline-end:18px;font-size:18px;position:absolute;bottom:18px}.localized-about{grid-template-columns:52% 48%;align-items:center;gap:70px;width:min(100% - 64px,1240px);margin:0 auto;padding:40px 0 110px;display:grid}.localized-about>div{border-radius:26px;height:520px;overflow:hidden;box-shadow:0 20px 50px #12355b24}.localized-about img{object-fit:cover;width:100%;height:100%}.localized-about h2,.localized-faq-banner h2,.localized-contact h2{color:var(--navy);letter-spacing:-.03em;margin:0;font-size:clamp(37px,3.5vw,52px);line-height:1.1}.localized-about article>p:not(.section-kicker),.localized-contact>div>p:last-child{color:var(--slate);margin:24px 0;font-size:15px;line-height:1.8}.localized-about ul{gap:12px;margin:0 0 28px;padding:0;list-style:none;display:grid}.localized-about li{color:#355a78;font-size:14px;font-weight:700}.localized-about li:before{content:"✓";color:var(--blue);margin-inline-end:10px}.localized-faq-banner{color:#fff;background:linear-gradient(135deg,#174d82,#0f3157);border-radius:30px;grid-template-columns:1fr auto;align-items:center;gap:55px;width:min(100% - 64px,1380px);margin:0 auto 105px;padding:66px clamp(38px,6vw,88px);display:grid}.localized-faq-banner h2{color:#fff}.localized-faq-banner>div>p:last-child{color:#bfd5e8;max-width:760px;margin:20px 0 0;line-height:1.75}.localized-faq-banner>a{color:#173758;background:var(--yellow)}.localized-contact{grid-template-columns:1fr 1fr;align-items:center;gap:70px;width:min(100% - 64px,1240px);margin:0 auto;padding:0 0 105px;display:grid}.localized-contact-cards{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.localized-contact-cards article{border:1px solid var(--line);background:#f7fbff;border-radius:18px;gap:9px;padding:24px;display:grid}.localized-contact-cards strong{color:var(--navy);font-size:20px}.localized-contact-cards span{color:var(--slate);font-size:12px}.localized-contact-cards a{color:#fff;background:#19a463;border-radius:10px;place-items:center;min-height:42px;font-size:11px;font-weight:900;display:grid}.localized-contact-cards a:last-child{background:var(--blue)}.buying-guide-page[dir=rtl]{font-family:Arial,Tahoma,sans-serif}.buying-guide-page[dir=rtl] .header-tools,.buying-guide-page[dir=rtl] .eyebrow{flex-direction:row-reverse}.faq-hero{background:linear-gradient(112deg,#fff 0%,#f7fbff 48%,#eaf6ff 100%);border-radius:30px;grid-template-columns:52% 48%;width:min(100% - 64px,1380px);min-height:610px;margin:0 auto;display:grid;overflow:hidden}.faq-hero-copy{flex-direction:column;justify-content:center;padding:58px 52px 58px 68px;display:flex}.buying-guide-page[dir=rtl] .faq-hero-copy{padding:58px 68px 58px 52px}.faq-hero h1{font-size:clamp(48px,4.7vw,68px);line-height:1.03}.faq-hero-copy>p:not(.eyebrow){color:var(--slate);margin:27px 0 0;font-size:17px;line-height:1.75}.faq-meta{flex-wrap:wrap;gap:10px;margin:27px 0;display:flex}.faq-meta span{border:1px solid var(--line);color:#59748c;background:#fff;border-radius:999px;padding:9px 12px;font-size:10px;font-weight:800}.faq-hero-copy .button{width:max-content}.faq-hero-image{border-radius:28px;margin:30px 26px 30px 0;position:relative;overflow:hidden;box-shadow:-12px 20px 52px #174b7b21}.buying-guide-page[dir=rtl] .faq-hero-image{margin:30px 0 30px 26px}.faq-hero-image>img{object-fit:cover;width:100%;height:100%}.faq-hero-image>div{background:#fffffff0;border-radius:13px;flex-direction:column;gap:4px;padding:14px 16px;display:flex;position:absolute;bottom:22px;box-shadow:0 10px 26px #12355b29}.faq-hero-image>div:first-of-type{left:22px}.faq-hero-image>div:nth-of-type(2){right:22px}.faq-hero-image strong{color:var(--blue);font-size:21px}.faq-hero-image span{color:var(--slate);font-size:10px}.faq-main{grid-template-columns:36% 64%;align-items:start;gap:65px;width:min(100% - 64px,1240px);margin:0 auto;padding:110px 0;scroll-margin-top:25px;display:grid}.faq-main-heading{position:sticky;top:25px}.faq-main-heading h2{color:var(--navy);letter-spacing:-.03em;margin:0;font-size:clamp(38px,3.5vw,52px);line-height:1.1}.faq-main-heading>p:last-child{color:var(--slate);margin:22px 0 0;font-size:14px;line-height:1.75}.faq-accordion{gap:12px;display:grid}.faq-accordion details{border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #12355b0d}.faq-accordion summary{cursor:pointer;grid-template-columns:42px 1fr 26px;align-items:center;gap:14px;min-height:78px;padding:17px 20px;list-style:none;display:grid}.faq-accordion summary::-webkit-details-marker{display:none}.faq-accordion summary>span{background:var(--pale);width:38px;height:38px;color:var(--blue);border-radius:50%;place-items:center;font-size:10px;font-weight:900;display:grid}.faq-accordion summary strong{color:#244c70;font-size:16px;line-height:1.45}.faq-accordion summary i{color:var(--blue);text-align:center;font-size:22px;font-style:normal;transition:transform .2s}.faq-accordion details[open] summary i{transform:rotate(45deg)}.faq-accordion details>p{color:var(--slate);margin:0;padding:0 24px 24px 76px;font-size:14px;line-height:1.8}.buying-guide-page[dir=rtl] .faq-accordion details>p{padding:0 76px 24px 24px}.quote-guide{background:var(--navy);color:#fff;border-radius:30px;grid-template-columns:38% 62%;gap:65px;width:min(100% - 64px,1380px);margin:0 auto 100px;padding:72px clamp(38px,6vw,88px);display:grid}.quote-guide h2{color:#fff;margin:0;font-size:clamp(38px,3.7vw,53px);line-height:1.08}.quote-guide>div>p:last-child{color:#b7cee2;margin:22px 0 0;line-height:1.75}.quote-guide ol{border-top:1px solid #ffffff24;border-left:1px solid #ffffff24;grid-template-columns:repeat(2,1fr);margin:0;padding:0;list-style:none;display:grid}.quote-guide li{border-bottom:1px solid #ffffff24;border-right:1px solid #ffffff24;gap:18px;min-height:130px;padding:24px;display:grid}.quote-guide li span{color:var(--yellow);font-size:11px}.quote-guide li strong{font-size:14px;line-height:1.5}.faq-contact{grid-template-columns:1fr 1fr;align-items:center;gap:65px;width:min(100% - 64px,1240px);margin:0 auto;padding:0 0 100px;display:grid}.faq-contact h2{color:var(--navy);margin:0;font-size:clamp(38px,3.5vw,52px);line-height:1.1}.faq-contact>div:last-child{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.faq-contact article{border:1px solid var(--line);background:#f8fcff;border-radius:17px;grid-template-columns:1fr 1fr;gap:9px;padding:22px;display:grid}.faq-contact article strong{grid-column:1/-1;font-size:20px}.faq-contact article a{color:#fff;background:#19a463;border-radius:10px;place-items:center;min-height:42px;font-size:11px;font-weight:900;display:grid}.faq-contact article a:last-child{background:var(--blue)}@media (width<=1080px){.site-header{grid-template-columns:150px 1fr auto;gap:16px}.desktop-nav{gap:22px}.desktop-nav a{font-size:13px}.hero{grid-template-columns:48% 52%}.hero-copy{padding-left:42px}.button{gap:10px;padding-inline:18px}.about-section{gap:50px}.project-introduction{grid-template-columns:1fr}.quote-section{grid-template-columns:1fr;gap:45px}.cases-hero{grid-template-columns:1fr 1fr;gap:35px;padding:46px 40px}.cases-hero-gallery{min-height:470px}.cases-hero-main{right:65px}.cases-hero-small{width:185px;height:150px}.cases-intro{grid-template-columns:120px 1fr}.cases-intro>div{grid-column:2}.case-group-heading{grid-template-columns:64px 1fr}.case-group-heading>p{grid-column:2}.localized-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.localized-about{gap:45px}.faq-main{grid-template-columns:1fr;gap:38px}.faq-main-heading{position:static}.quote-guide{grid-template-columns:1fr;gap:42px}}@media (width<=820px){.site-header{grid-template-columns:1fr auto;width:min(100% - 32px,760px);height:80px}.desktop-nav{display:none}.brand{height:68px}.brand img{width:112px;height:112px}.header-cta{padding:13px 16px}.hero{grid-template-columns:1fr;width:min(100% - 24px,760px)}.hero-copy{padding:52px 34px 40px}h1{font-size:clamp(47px,12vw,70px)}.hero-description{font-size:16px}.hero-visual{min-height:490px}.hero-image-wrap{border-radius:28px;inset:15px 18px 30px}.shape-blue{top:-10px;left:25px}.shape-yellow{bottom:8px;left:auto;right:30px}.trust-strip{width:min(100% - 44px,700px);margin-top:-20px;padding:18px 22px}.trust-strip article{gap:10px}.section{width:min(100% - 36px,720px);padding:82px 0}.split-heading{grid-template-columns:1fr;gap:25px}.product-grid{gap:18px}.product-image{height:240px}.process-section{grid-template-columns:1fr;gap:45px;width:min(100% - 24px,760px);padding:60px 34px}.process-intro{padding-right:0}.projects-section{width:min(100% - 36px,720px)}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:265px}.project-feature{grid-area:span 2/1/auto/-1}.project-standard,.project-landscape{grid-column:span 1}.project-panorama{grid-column:1/-1;height:300px}.project-introduction{padding:42px 34px}.about-section{grid-template-columns:1fr}.about-collage{min-height:540px}.quote-section{grid-template-columns:1fr;width:min(100% - 24px,760px);padding:60px 34px}footer{grid-template-columns:120px 1fr;width:min(100% - 36px,720px)}footer nav,footer small{grid-column:1/-1}.cases-hero{grid-template-columns:1fr;width:min(100% - 24px,760px);padding:50px 34px 34px}.cases-hero-gallery{min-height:500px}.cases-intro{grid-template-columns:1fr;gap:24px;width:min(100% - 36px,720px);padding:85px 0 55px}.cases-intro>div{grid-column:auto}.case-group{width:min(100% - 36px,720px);padding:50px 0 70px}.case-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.case-photo,.case-photo.case-wide,.case-photo.case-tall{grid-column:span 1}.case-photo-frame,.case-wide .case-photo-frame,.case-tall .case-photo-frame{height:330px}.cases-contact{grid-template-columns:1fr;width:min(100% - 24px,760px)}.cases-contact-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.localized-hero,.faq-hero{grid-template-columns:1fr;width:min(100% - 24px,760px)}.localized-hero-copy,.localized-page[dir=rtl] .localized-hero-copy,.faq-hero-copy,.buying-guide-page[dir=rtl] .faq-hero-copy{padding:50px 34px 38px}.localized-hero-image{height:470px;margin:0 24px 24px}.faq-hero-image,.buying-guide-page[dir=rtl] .faq-hero-image{min-height:440px;margin:0 24px 24px}.localized-section,.localized-about,.localized-contact,.faq-main,.faq-contact{width:min(100% - 36px,720px)}.localized-about,.localized-contact,.faq-contact{grid-template-columns:1fr;gap:38px}.localized-about>div{height:440px}.localized-faq-banner{grid-template-columns:1fr;gap:30px;width:min(100% - 24px,760px)}.localized-faq-banner>a{width:max-content}.quote-guide{width:min(100% - 24px,760px)}}@media (width<=580px){.site-header{width:calc(100% - 24px)}.header-cta{justify-content:center;gap:0;width:48px;height:48px;font-size:0}.header-cta span{font-size:16px}.hero{border-radius:22px}.hero-copy{padding:42px 24px 28px}.eyebrow{font-size:10px}h1{font-size:clamp(44px,13vw,59px)}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.hero-visual{min-height:330px}.hero-image-wrap{inset:12px 12px 25px}.project-badge{bottom:17px;right:18px}.trust-strip{grid-template-columns:1fr;gap:15px;margin-bottom:20px;padding:22px}.trust-strip article{justify-content:flex-start}.trust-strip article+article{border-left:0;border-top:1px solid var(--line);padding-top:15px}.section{padding:66px 0}.section-heading h2,.about-copy h2,.process-intro h2,.quote-copy h2{font-size:39px}.product-grid{grid-template-columns:1fr}.product-image{height:235px}.process-section{padding:45px 24px}.process-steps{grid-template-columns:1fr}.process-steps article{min-height:auto;padding:24px 20px}.project-grid{grid-template-columns:1fr;grid-auto-rows:280px}.project-feature,.project-standard,.project-landscape,.project-panorama{grid-area:auto;height:auto}.project-introduction{gap:32px;margin-top:18px;padding:32px 22px}.project-company-copy h3{font-size:34px}.school-project-list{padding:20px 16px}.school-list-heading{align-items:flex-start}.school-list-heading h3{font-size:18px}.featured-reference-grid{grid-template-columns:1fr}.featured-reference-card{grid-template-columns:92px 1fr;align-items:center;display:grid}.reference-image{height:84px}.school-list-grid{grid-template-columns:1fr}.school-list-grid article:nth-child(odd){border-right:0}.about-collage{min-height:420px}.about-image.large{width:88%;height:350px}.about-image.small{width:57%;height:210px}.experience-card{width:160px;bottom:2px;left:8px}.quote-section{margin-bottom:50px;padding:45px 24px}.sales-team-panel{padding:22px}.sales-team-heading{align-items:flex-start}.sales-team-grid{grid-template-columns:1fr}.sales-contact-card:last-child:nth-child(odd){grid-column:auto;width:100%}.sales-contact-actions{grid-template-columns:1fr 1fr}.store-links span{width:100%;margin-left:0}.floating-whatsapp{justify-content:center;width:52px;padding:0;bottom:14px;right:14px}.floating-whatsapp strong{display:none}footer{grid-template-columns:1fr;gap:12px}footer nav{flex-wrap:wrap;grid-column:auto}footer small{grid-column:auto}.cases-hero{border-radius:22px;padding:42px 22px 24px}.cases-hero-copy h1{font-size:clamp(43px,12.6vw,58px)}.cases-hero-actions{flex-direction:column}.cases-hero-gallery{min-height:365px}.cases-hero-main{inset:16px 48px 35px 0}.cases-hero-small{width:135px;height:110px;border-width:5px!important}.cases-photo-note{min-width:145px;bottom:15px;left:12px}.cases-intro>div{grid-template-columns:1fr}.case-group-heading{grid-template-columns:48px 1fr;gap:20px 16px}.case-group-heading>span{width:44px;height:44px}.case-group-heading>p{grid-column:1/-1}.case-gallery{grid-template-columns:1fr;gap:28px}.case-photo,.case-photo.case-wide,.case-photo.case-tall{grid-column:auto}.case-photo-frame,.case-wide .case-photo-frame,.case-tall .case-photo-frame{height:280px}.cases-contact{padding:44px 24px}.cases-contact-actions{grid-template-columns:1fr}.header-tools{gap:5px}.language-switcher summary{width:44px;height:44px}.localized-hero,.faq-hero,.localized-faq-banner,.quote-guide{border-radius:22px}.localized-hero-copy,.localized-page[dir=rtl] .localized-hero-copy,.faq-hero-copy,.buying-guide-page[dir=rtl] .faq-hero-copy{padding:42px 24px 30px}.localized-hero-copy h1,.faq-hero h1{font-size:clamp(41px,12vw,56px)}.localized-hero-image{border-radius:18px;height:310px;margin:0 12px 12px}.localized-section{padding:70px 0}.localized-product-grid{grid-template-columns:1fr}.localized-about{padding-bottom:75px}.localized-about>div{height:330px}.localized-faq-banner,.quote-guide{padding:45px 24px}.localized-faq-banner>a{width:100%}.localized-contact{padding-bottom:75px}.localized-contact-cards,.faq-contact>div:last-child{grid-template-columns:1fr}.faq-hero-image,.buying-guide-page[dir=rtl] .faq-hero-image{border-radius:18px;min-height:315px;margin:0 12px 12px}.faq-hero-image>div{padding:10px 12px;bottom:12px}.faq-hero-image>div:first-of-type{left:12px}.faq-hero-image>div:nth-of-type(2){right:12px}.faq-main{padding:72px 0}.faq-accordion summary{grid-template-columns:36px 1fr 20px;gap:10px;min-height:72px;padding:14px}.faq-accordion summary>span{width:34px;height:34px}.faq-accordion details>p,.buying-guide-page[dir=rtl] .faq-accordion details>p{padding:0 18px 20px}.quote-guide ol{grid-template-columns:1fr}.quote-guide li{min-height:105px}.faq-contact{padding-bottom:75px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}._page_1rrqc_1{--navy:#12355b;--blue:#2f80ed;--yellow:#f8c544;--pale:#eef7ff;--slate:#60758a;color:var(--navy);background:#fff}._header_1rrqc_1{grid-template-columns:190px 1fr auto;align-items:center;gap:28px;width:min(100% - 64px,1380px);height:94px;margin:0 auto;display:grid}._brand_1rrqc_1{align-items:center;width:166px;height:78px;display:flex;overflow:hidden}._brand_1rrqc_1 img{object-fit:contain;width:132px;height:132px}._nav_1rrqc_1{justify-content:center;gap:clamp(19px,2.3vw,38px);display:flex}._nav_1rrqc_1 a{color:#294867;padding:36px 0 31px;font-size:14px;font-weight:700;position:relative}._nav_1rrqc_1 a:after{content:"";background:var(--blue);border-radius:9px;height:3px;transition:right .18s;position:absolute;bottom:23px;left:0;right:100%}._nav_1rrqc_1 a:hover:after,._nav_1rrqc_1 a._active_1rrqc_1:after{right:0}._headerCta_1rrqc_1{background:var(--yellow);color:#173758;border-radius:13px;padding:17px 23px;font-size:14px;font-weight:800;box-shadow:0 9px 24px #f8c54438}._hero_1rrqc_2{background:linear-gradient(115deg,#fff 0%,#f6fbff 48%,#e8f5ff 100%);border-radius:30px;grid-template-columns:52% 48%;width:min(100% - 64px,1380px);min-height:650px;margin:0 auto;display:grid;overflow:hidden}._heroCopy_1rrqc_2{flex-direction:column;justify-content:center;padding:58px 35px 58px 68px;display:flex}._breadcrumb_1rrqc_2{color:#7890a6;gap:10px;margin-bottom:35px;font-size:12px;display:flex}._breadcrumb_1rrqc_2 strong{color:var(--blue)}._kicker_1rrqc_2,._kickerLight_1rrqc_2{letter-spacing:.15em;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:800}._kicker_1rrqc_2{color:var(--blue)}._kickerLight_1rrqc_2{color:#aed7ff}._hero_1rrqc_2 h1{color:#0c315e;letter-spacing:-.045em;margin:0;font-size:clamp(52px,5vw,72px);line-height:1.02}._hero_1rrqc_2 h1 em{color:var(--blue);margin-top:8px;font-style:normal;display:inline-block}._heroCopy_1rrqc_2>p:not(._kicker_1rrqc_2){max-width:620px;color:var(--slate);margin:27px 0 0;font-size:17px;line-height:1.75}._heroFacts_1rrqc_2{color:#8193a4;text-transform:uppercase;letter-spacing:.08em;border-top:1px solid #dbe9f5;flex-wrap:wrap;gap:26px;margin-top:32px;padding-top:22px;font-size:10px;display:flex}._heroFacts_1rrqc_2 span{flex-direction:column;gap:4px;display:flex}._heroFacts_1rrqc_2 strong{color:#2a4d6d;text-transform:none;letter-spacing:0;font-size:15px}._heroButton_1rrqc_2{background:var(--blue);color:#fff;border-radius:13px;align-items:center;gap:26px;width:max-content;min-height:55px;margin-top:27px;padding:0 22px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 13px 30px #2f80ed38}._coverStack_1rrqc_3{min-height:590px;margin:30px 26px 30px 0;position:relative}._coverStack_1rrqc_3 img{aspect-ratio:1.414;object-fit:cover;border:10px solid #fff;border-radius:20px;width:72%;position:absolute;box-shadow:0 24px 55px #12355b2e}._coverBack_1rrqc_3{top:7%;right:1%;transform:rotate(7deg)}._coverMiddle_1rrqc_3{bottom:7%;left:3%;transform:rotate(-7deg)}._coverFront_1rrqc_3{z-index:3;top:26%;right:10%}._coverStack_1rrqc_3>span{z-index:4;background:var(--yellow);color:#173758;text-align:center;border-radius:50%;place-items:center;width:88px;height:88px;font-size:12px;font-weight:900;line-height:1.25;display:grid;position:absolute;bottom:7%;right:3%;box-shadow:0 15px 32px #f8c5444d}._library_1rrqc_4{width:min(100% - 64px,1240px);margin:0 auto;padding:112px 0}._sectionHeading_1rrqc_4{max-width:730px}._sectionHeading_1rrqc_4 h2{letter-spacing:-.035em;margin:0;font-size:clamp(42px,4vw,58px)}._sectionHeading_1rrqc_4>p:last-child{color:var(--slate);margin:21px 0 0;font-size:15px;line-height:1.75}._catalogGrid_1rrqc_4{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px;display:grid}._catalogCard_1rrqc_4{background:#fff;border:1px solid #dfebf5;border-radius:23px;transition:transform .18s,box-shadow .18s,border .18s;overflow:hidden;box-shadow:0 15px 40px #12355b13}._catalogCard_1rrqc_4:hover,._catalogCard_1rrqc_4._selected_1rrqc_4{border-color:#a9d2ff;transform:translateY(-5px);box-shadow:0 22px 48px #12355b21}._catalogCover_1rrqc_4{background:#edf6ff;height:250px;position:relative;overflow:hidden}._catalogCover_1rrqc_4 img{object-fit:cover;width:100%;height:100%}._catalogCover_1rrqc_4>span{color:#fff;border-radius:50%;place-items:center;width:46px;height:46px;font-size:11px;font-weight:900;display:grid;position:absolute;top:17px;left:17px}._blue_1rrqc_4{background:var(--blue)}._yellow_1rrqc_4{background:#e9aa18}._green_1rrqc_4{background:#19a463}._catalogInfo_1rrqc_4{padding:24px}._catalogInfo_1rrqc_4>small{color:var(--blue);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800}._catalogInfo_1rrqc_4 h3{color:#173e63;min-height:56px;margin:10px 0;font-size:23px;line-height:1.2}._catalogInfo_1rrqc_4>p{min-height:65px;color:var(--slate);margin:0;font-size:12px;line-height:1.65}._catalogMeta_1rrqc_4{gap:8px;margin:20px 0;display:flex}._catalogMeta_1rrqc_4 span{background:var(--pale);color:#52718d;text-transform:uppercase;border-radius:999px;padding:7px 9px;font-size:9px;font-weight:800}._catalogInfo_1rrqc_4 button{background:var(--blue);color:#fff;width:100%;min-height:49px;font:inherit;cursor:pointer;border:0;border-radius:11px;justify-content:space-between;align-items:center;padding:0 16px;font-size:12px;font-weight:800;display:flex}._catalogInfo_1rrqc_4 button:hover{background:#1668d7}._readerSection_1rrqc_5{background:#102f51;border-radius:30px;width:min(100% - 64px,1380px);margin:0 auto 112px;padding:30px;scroll-margin-top:20px}._readerToolbar_1rrqc_5{color:#fff;justify-content:space-between;align-items:center;gap:35px;padding:8px 4px 25px;display:flex}._readerToolbar_1rrqc_5 small{color:#9fc9ef;text-transform:uppercase;letter-spacing:.1em;font-size:10px}._readerToolbar_1rrqc_5 h2{margin:7px 0 4px;font-size:28px}._readerToolbar_1rrqc_5 p{color:#a8c0d5;margin:0;font-size:11px}._readerToolbar_1rrqc_5>div:last-child{gap:10px;display:flex}._readerToolbar_1rrqc_5 a{border-radius:10px;align-items:center;min-height:44px;padding:0 16px;font-size:11px;font-weight:800;display:flex}._readerToolbar_1rrqc_5 a:first-child{color:#173758;background:#fff}._readerToolbar_1rrqc_5 a:last-child{background:var(--yellow);color:#173758}._readerFrame_1rrqc_5{background:#e8eef4;border-radius:17px;height:min(78vh,900px);min-height:650px;overflow:hidden}._readerFrame_1rrqc_5 iframe{background:#fff;border:0;width:100%;height:100%}._mobileNote_1rrqc_5{color:#a8c0d5;margin:14px 2px 0;font-size:11px;display:none}._quoteSection_1rrqc_6{color:#fff;background:linear-gradient(135deg,#174d82,#0f3157);border-radius:30px;grid-template-columns:1fr auto;align-items:center;gap:60px;width:min(100% - 64px,1380px);margin:0 auto 70px;padding:70px clamp(38px,6vw,88px);display:grid}._quoteSection_1rrqc_6 h2{letter-spacing:-.035em;margin:0;font-size:clamp(38px,4vw,54px)}._quoteSection_1rrqc_6>div>p:last-child{color:#bfd5e8;max-width:680px;margin:20px 0 0;line-height:1.7}._quoteActions_1rrqc_6{gap:12px;display:grid}._quoteActions_1rrqc_6 a{border-radius:12px;place-items:center;min-width:210px;min-height:52px;padding:0 22px;font-size:13px;font-weight:800;display:grid}._quoteActions_1rrqc_6 a:first-child{color:#fff;background:#19a463}._quoteActions_1rrqc_6 a:last-child{background:var(--yellow);color:#173758}._footer_1rrqc_6{border-top:1px solid #dce9f5;grid-template-columns:135px 1fr auto;align-items:center;gap:28px;width:min(100% - 64px,1240px);margin:0 auto;padding:35px 0 45px;display:grid}._footer_1rrqc_6>a{align-items:center;width:120px;height:72px;display:flex;overflow:hidden}._footer_1rrqc_6 img{object-fit:contain;width:100px;height:100px}._footer_1rrqc_6 p{color:var(--slate);font-size:13px}._footer_1rrqc_6 nav{gap:24px;font-size:13px;font-weight:700;display:flex}._footer_1rrqc_6 small{color:#8a9aa8;grid-column:2/-1;font-size:11px}._floatingWhatsapp_1rrqc_6{z-index:30;color:#fff;background:#19a463;border-radius:999px;align-items:center;gap:9px;min-height:52px;padding:0 18px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 14px 34px #0f5c3a47}._floatingWhatsapp_1rrqc_6 strong{font-size:13px}@media (width<=1050px){._header_1rrqc_1{grid-template-columns:150px 1fr auto;gap:14px}._nav_1rrqc_1{gap:16px}._nav_1rrqc_1 a{font-size:12px}._hero_1rrqc_2{grid-template-columns:1fr}._coverStack_1rrqc_3{min-height:520px;margin:0 24px 30px}._coverStack_1rrqc_3 img{width:60%}._catalogGrid_1rrqc_4{grid-template-columns:1fr 1fr}._quoteSection_1rrqc_6{grid-template-columns:1fr}._quoteActions_1rrqc_6{grid-template-columns:1fr 1fr}}@media (width<=760px){._header_1rrqc_1{grid-template-columns:1fr auto;width:calc(100% - 32px);height:80px}._nav_1rrqc_1{display:none}._brand_1rrqc_1{height:68px}._brand_1rrqc_1 img{width:112px;height:112px}._headerCta_1rrqc_1{padding:13px 16px}._hero_1rrqc_2{width:calc(100% - 24px)}._heroCopy_1rrqc_2{padding:45px 28px 38px}._hero_1rrqc_2 h1{font-size:clamp(43px,11vw,62px)}._coverStack_1rrqc_3{min-height:390px}._coverStack_1rrqc_3 img{border-width:7px;width:68%}._library_1rrqc_4{width:calc(100% - 36px);padding:80px 0}._catalogGrid_1rrqc_4{grid-template-columns:1fr}._catalogCover_1rrqc_4{aspect-ratio:1.414;height:auto}._catalogInfo_1rrqc_4 h3,._catalogInfo_1rrqc_4>p{min-height:0}._readerSection_1rrqc_5{width:calc(100% - 24px);padding:18px}._readerToolbar_1rrqc_5{flex-direction:column;align-items:flex-start}._readerToolbar_1rrqc_5>div:last-child{grid-template-columns:1fr 1fr;width:100%;display:grid}._readerToolbar_1rrqc_5 a{justify-content:center}._readerFrame_1rrqc_5{height:68vh;min-height:520px}._mobileNote_1rrqc_5{display:block}._quoteSection_1rrqc_6{width:calc(100% - 24px);padding:55px 28px}._footer_1rrqc_6{grid-template-columns:120px 1fr;width:calc(100% - 36px)}._footer_1rrqc_6 nav,._footer_1rrqc_6 small{grid-column:1/-1}}@media (width<=520px){._headerCta_1rrqc_1{place-items:center;width:48px;height:48px;padding:0;font-size:0;display:grid}._headerCta_1rrqc_1:first-letter{font-size:16px}._heroCopy_1rrqc_2{padding:36px 22px 30px}._breadcrumb_1rrqc_2{margin-bottom:26px}._heroFacts_1rrqc_2{gap:14px}._heroButton_1rrqc_2{justify-content:space-between;width:100%}._coverStack_1rrqc_3{min-height:280px;margin-inline:12px}._coverStack_1rrqc_3 img{border-width:5px;border-radius:12px;width:72%}._coverStack_1rrqc_3>span{width:65px;height:65px;font-size:9px}._catalogInfo_1rrqc_4{padding:20px}._readerSection_1rrqc_5{border-radius:20px;padding:12px}._readerToolbar_1rrqc_5>div:last-child{grid-template-columns:1fr}._readerFrame_1rrqc_5{min-height:430px}._quoteActions_1rrqc_6{grid-template-columns:1fr}._quoteActions_1rrqc_6 a{min-width:0}._footer_1rrqc_6{grid-template-columns:1fr;gap:12px}._footer_1rrqc_6 nav{flex-wrap:wrap;grid-column:auto}._footer_1rrqc_6 small{grid-column:auto}._floatingWhatsapp_1rrqc_6{justify-content:center;width:52px;padding:0;bottom:14px;right:14px}._floatingWhatsapp_1rrqc_6 strong{display:none}}._page_9w7m6_1{--navy:#12355b;--blue:#2f80ed;--yellow:#f8c544;--pale:#eef7ff;--slate:#60758a;color:var(--navy);background:#fff}._header_9w7m6_2{grid-template-columns:190px 1fr auto;align-items:center;gap:32px;width:min(100% - 64px,1380px);height:94px;margin:0 auto;display:grid}._brand_9w7m6_3{align-items:center;width:166px;height:78px;display:flex;overflow:hidden}._brand_9w7m6_3 img{object-fit:contain;width:132px;height:132px}._nav_9w7m6_5{justify-content:center;gap:clamp(24px,3vw,48px);display:flex}._nav_9w7m6_5 a{color:#294867;padding:36px 0 31px;font-size:15px;font-weight:700;position:relative}._nav_9w7m6_5 a:after{content:"";background:var(--blue);border-radius:9px;height:3px;transition:right .18s ease-out;position:absolute;bottom:23px;left:0;right:100%}._nav_9w7m6_5 a:hover:after,._nav_9w7m6_5 a._active_9w7m6_8:after{right:0}._headerCta_9w7m6_9{background:var(--yellow);color:#173758;border-radius:13px;padding:17px 23px;font-size:14px;font-weight:800;box-shadow:0 9px 24px #f8c54438}._hero_9w7m6_10{background:linear-gradient(115deg,#fff 0%,#f6fbff 46%,#eaf6ff 100%);border-radius:30px;grid-template-columns:50% 50%;width:min(100% - 64px,1380px);min-height:650px;margin:0 auto;display:grid;overflow:hidden}._heroCopy_9w7m6_11{flex-direction:column;justify-content:center;padding:58px 46px 58px 68px;display:flex}._breadcrumb_9w7m6_12{color:#7890a6;gap:10px;margin-bottom:36px;font-size:12px;display:flex}._breadcrumb_9w7m6_12 strong,._breadcrumb_9w7m6_12 a:hover{color:var(--blue)}._kicker_9w7m6_13,._kickerLight_9w7m6_13{letter-spacing:.15em;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:800}._kicker_9w7m6_13{color:var(--blue)}._kickerLight_9w7m6_13{color:#aed7ff}._hero_9w7m6_10 h1{color:#0c315e;letter-spacing:-.045em;margin:0;font-size:clamp(52px,5vw,72px);line-height:1.02}._hero_9w7m6_10 h1 em{color:var(--blue);margin-top:8px;font-style:normal;display:inline-block}._heroCopy_9w7m6_11>p:not(._kicker_9w7m6_13){max-width:590px;color:var(--slate);margin:28px 0 0;font-size:17px;line-height:1.75}._heroActions_9w7m6_16{gap:14px;margin-top:32px;display:flex}._primaryButton_9w7m6_16,._secondaryButton_9w7m6_16{border-radius:13px;justify-content:center;align-items:center;gap:17px;min-height:57px;padding:0 22px;font-size:14px;font-weight:800;display:inline-flex}._primaryButton_9w7m6_16{color:#fff;background:var(--blue);box-shadow:0 13px 30px #2f80ed38}._secondaryButton_9w7m6_16{color:var(--blue);border:1.5px solid var(--blue);background:#fff}._quickFacts_9w7m6_17{color:#8193a4;text-transform:uppercase;letter-spacing:.08em;border-top:1px solid #dbe9f5;gap:27px;margin-top:38px;padding-top:22px;font-size:11px;display:flex}._quickFacts_9w7m6_17 span{flex-direction:column;gap:4px;display:flex}._quickFacts_9w7m6_17 strong{color:#2a4d6d;text-transform:none;letter-spacing:0;font-size:14px}._heroVisual_9w7m6_18{background:#fff;border-radius:32px;margin:34px 24px 34px 0;position:relative;overflow:hidden;box-shadow:-12px 20px 52px #174b7b21}._heroVisual_9w7m6_18 ._productShot_9w7m6_18{width:100%;height:100%;padding:7%}._heroBadge_9w7m6_18{background:#fffffff2;border-radius:14px;flex-direction:column;gap:4px;padding:15px 18px;display:flex;position:absolute;bottom:22px;right:24px;box-shadow:0 12px 30px #0b315b26}._heroBadge_9w7m6_18 strong{font-size:13px}._heroBadge_9w7m6_18 span{color:var(--slate);font-size:11px}._productShot_9w7m6_18{object-fit:contain;object-position:center;background:#fff;display:block}._intro_9w7m6_20{width:min(100% - 64px,1240px);margin:0 auto;padding:116px 0 50px}._intro_9w7m6_20>div{grid-template-columns:1fr 470px;align-items:end;gap:70px;display:grid}._intro_9w7m6_20 h2{color:var(--navy);letter-spacing:-.035em;margin:0;font-size:clamp(40px,4vw,58px);line-height:1.08}._intro_9w7m6_20 h2 em{color:var(--blue);font-style:normal}._intro_9w7m6_20 div>p{color:var(--slate);margin:0;font-size:15px;line-height:1.8}._productList_9w7m6_21{gap:26px;width:min(100% - 64px,1240px);margin:0 auto;padding-bottom:118px;display:grid}._productCard_9w7m6_21{background:#fff;border:1px solid #e0ebf5;border-radius:24px;grid-template-columns:44% 56%;scroll-margin-top:24px;display:grid;overflow:hidden;box-shadow:0 15px 42px #12355b13}._imagePanel_9w7m6_21{aspect-ratio:4/3;background:#fff;border-right:1px solid #edf3f8;position:relative;overflow:hidden}._imagePanel_9w7m6_21 ._productShot_9w7m6_18{width:100%;height:100%;padding:7%;position:absolute;inset:0}._number_9w7m6_21{background:var(--yellow);color:#173758;border-radius:50%;place-items:center;width:48px;height:48px;font-size:11px;font-weight:800;display:grid;position:absolute;top:20px;left:20px}._productDetails_9w7m6_22{padding:38px 40px 34px}._modelLine_9w7m6_22{color:#8798a8;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:10px;font-size:11px;display:flex}._modelLine_9w7m6_22 strong{background:var(--pale);color:var(--blue);letter-spacing:.04em;border-radius:999px;padding:6px 10px;font-size:11px}._productDetails_9w7m6_22 h2{color:#173e63;letter-spacing:-.02em;margin:16px 0 12px;font-size:29px;line-height:1.2}._feature_9w7m6_22{color:var(--slate);margin:0 0 24px;font-size:14px;line-height:1.7}._productDetails_9w7m6_22 dl{border-top:1px solid #e4edf5;margin:0}._productDetails_9w7m6_22 dl>div{border-bottom:1px solid #e4edf5;grid-template-columns:105px 1fr;gap:14px;padding:10px 0;display:grid}._productDetails_9w7m6_22 dt{color:#8798a8;letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:700}._productDetails_9w7m6_22 dd{color:#365a78;margin:0;font-size:12px;font-weight:600;line-height:1.5}._cardFooter_9w7m6_23{grid-template-columns:95px 120px 1fr;align-items:center;gap:15px;margin-top:24px;display:grid}._cardFooter_9w7m6_23>span{flex-direction:column;gap:4px;display:flex}._cardFooter_9w7m6_23 small{color:#91a0ae;text-transform:uppercase;letter-spacing:.08em;font-size:9px}._cardFooter_9w7m6_23 strong{color:#294d6d;font-size:12px}._cardFooter_9w7m6_23 a{background:var(--blue);color:#fff;border-radius:11px;justify-content:space-between;align-items:center;min-height:48px;padding:0 16px;font-size:12px;font-weight:800;display:flex}._cardFooter_9w7m6_23 a:hover{background:#1668d7}._packingSection_9w7m6_24{background:var(--navy);color:#fff;border-radius:30px;grid-template-columns:38% 62%;gap:65px;width:min(100% - 64px,1380px);margin:0 auto;padding:80px clamp(38px,6vw,88px);display:grid}._packingSection_9w7m6_24 h2{letter-spacing:-.03em;margin:0;font-size:clamp(38px,4vw,55px);line-height:1.08}._packingSection_9w7m6_24>div>p:last-child{color:#b7cee2;margin:25px 0 0;font-size:14px;line-height:1.75}._packingSection_9w7m6_24 ul{border-top:1px solid #ffffff26;border-left:1px solid #ffffff26;grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none;display:grid}._packingSection_9w7m6_24 li{border-bottom:1px solid #ffffff26;border-right:1px solid #ffffff26;padding:25px}._packingSection_9w7m6_24 li span{color:var(--yellow);font-size:11px;font-weight:800}._packingSection_9w7m6_24 li strong{margin:24px 0 11px;font-size:15px;display:block}._packingSection_9w7m6_24 li p{color:#a8bfd4;margin:0;font-size:12px;line-height:1.65}._faqSection_9w7m6_25{width:min(100% - 64px,1240px);margin:0 auto;padding:116px 0}._faqSection_9w7m6_25>div:first-child{justify-content:space-between;align-items:end;display:flex}._faqSection_9w7m6_25 h2{letter-spacing:-.035em;margin:0;font-size:clamp(40px,4vw,56px)}._faqGrid_9w7m6_25{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:45px;display:grid}._faqGrid_9w7m6_25 article{background:#f9fcff;border:1px solid #e0ebf5;border-radius:18px;padding:29px}._faqGrid_9w7m6_25 h3{color:#214b70;margin:0 0 11px;font-size:17px}._faqGrid_9w7m6_25 p{color:var(--slate);margin:0;font-size:13px;line-height:1.7}._quoteSection_9w7m6_26{color:#fff;background:linear-gradient(135deg,#174d82,#0f3157);border-radius:30px;grid-template-columns:minmax(280px,.7fr) minmax(620px,1.3fr);align-items:center;gap:55px;width:min(100% - 64px,1380px);margin:0 auto 70px;padding:70px clamp(38px,6vw,88px);display:grid}._quoteSection_9w7m6_26 h2{letter-spacing:-.035em;margin:0;font-size:clamp(38px,4vw,54px)}._quoteSection_9w7m6_26>div>p:last-child{color:#bfd5e8;max-width:680px;margin:20px 0 0;line-height:1.7}._quoteTeam_9w7m6_26{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}._quoteTeam_9w7m6_26 article{background:#ffffff14;border:1px solid #ffffff29;border-radius:15px;padding:16px}._quoteTeam_9w7m6_26 article:first-child{background:#f8c5441a;border-color:#f8c54480}._quoteTeam_9w7m6_26 article:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;width:calc(50% - 5px)}._quoteTeam_9w7m6_26 article>div:first-child{align-items:baseline;gap:8px;display:flex}._quoteTeam_9w7m6_26 strong{font-size:15px}._quoteTeam_9w7m6_26 small{color:#a9c8e3;text-transform:uppercase;letter-spacing:.06em;font-size:9px}._teamPhone_9w7m6_26{color:#e8f5ff;margin-top:7px;font-size:11px;display:block}._quoteActions_9w7m6_26{grid-template-columns:1.35fr .65fr;gap:7px;margin-top:12px;display:grid}._quoteActions_9w7m6_26 a{border-radius:9px;place-items:center;min-width:0;min-height:38px;padding:0 10px;font-size:11px;font-weight:800;display:grid}._quoteActions_9w7m6_26 a:first-child{color:#fff;background:#19a463}._quoteActions_9w7m6_26 a:last-child{background:var(--yellow);color:#173758}._footer_9w7m6_27{border-top:1px solid #dce9f5;grid-template-columns:135px 1fr auto;align-items:center;gap:28px;width:min(100% - 64px,1240px);margin:0 auto;padding:35px 0 45px;display:grid}._footer_9w7m6_27>a{align-items:center;width:120px;height:72px;display:flex;overflow:hidden}._footer_9w7m6_27 img{object-fit:contain;width:100px;height:100px}._footer_9w7m6_27 p{color:var(--slate);font-size:13px}._footer_9w7m6_27 nav{gap:24px;font-size:13px;font-weight:700;display:flex}._footer_9w7m6_27 small{color:#8a9aa8;grid-column:2/-1;font-size:11px}._floatingWhatsapp_9w7m6_28{z-index:30;color:#fff;background:#19a463;border-radius:999px;align-items:center;gap:9px;min-height:52px;padding:0 18px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 14px 34px #0f5c3a47}._floatingWhatsapp_9w7m6_28 strong{font-size:13px}@media (width<=1000px){._header_9w7m6_2{grid-template-columns:150px 1fr auto;gap:16px}._nav_9w7m6_5{gap:20px}._nav_9w7m6_5 a{font-size:13px}._hero_9w7m6_10{grid-template-columns:1fr}._heroVisual_9w7m6_18{min-height:520px;margin:0 24px 30px}._intro_9w7m6_20>div{grid-template-columns:1fr;gap:25px}._productCard_9w7m6_21{grid-template-columns:1fr}._imagePanel_9w7m6_21{aspect-ratio:4/3;border-bottom:1px solid #edf3f8;border-right:0}._packingSection_9w7m6_24,._quoteSection_9w7m6_26{grid-template-columns:1fr}._quoteTeam_9w7m6_26{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){._header_9w7m6_2{grid-template-columns:1fr auto;width:calc(100% - 32px);height:80px}._nav_9w7m6_5{display:none}._brand_9w7m6_3{height:68px}._brand_9w7m6_3 img{width:112px;height:112px}._headerCta_9w7m6_9{padding:13px 16px}._hero_9w7m6_10{width:calc(100% - 24px)}._heroCopy_9w7m6_11{padding:45px 28px 38px}._hero_9w7m6_10 h1{font-size:clamp(43px,11vw,62px)}._heroVisual_9w7m6_18{min-height:360px;margin:0 14px 20px}._quickFacts_9w7m6_17{flex-wrap:wrap;gap:14px}._intro_9w7m6_20,._productList_9w7m6_21,._faqSection_9w7m6_25{width:calc(100% - 36px)}._intro_9w7m6_20{padding-top:78px}._productDetails_9w7m6_22{padding:30px 25px}._packingSection_9w7m6_24,._quoteSection_9w7m6_26{width:calc(100% - 24px);padding:55px 28px}._packingSection_9w7m6_24 ul,._faqGrid_9w7m6_25{grid-template-columns:1fr}._footer_9w7m6_27{grid-template-columns:120px 1fr;width:calc(100% - 36px)}._footer_9w7m6_27 nav,._footer_9w7m6_27 small{grid-column:1/-1}}@media (width<=520px){._headerCta_9w7m6_9{place-items:center;width:48px;height:48px;padding:0;font-size:0;display:grid}._headerCta_9w7m6_9:first-letter{font-size:16px}._heroCopy_9w7m6_11{padding:36px 22px 30px}._breadcrumb_9w7m6_12{margin-bottom:26px}._heroActions_9w7m6_16{flex-direction:column}._primaryButton_9w7m6_16,._secondaryButton_9w7m6_16{width:100%}._heroVisual_9w7m6_18{min-height:270px}._heroVisual_9w7m6_18 ._productShot_9w7m6_18{padding:5%}._intro_9w7m6_20 h2{font-size:39px}._imagePanel_9w7m6_21{aspect-ratio:1}._imagePanel_9w7m6_21 ._productShot_9w7m6_18{padding:5%}._productDetails_9w7m6_22 h2{font-size:24px}._productDetails_9w7m6_22 dl>div{grid-template-columns:80px 1fr}._cardFooter_9w7m6_23{grid-template-columns:1fr 1fr}._cardFooter_9w7m6_23 a{grid-column:1/-1}._quoteTeam_9w7m6_26{grid-template-columns:1fr}._quoteTeam_9w7m6_26 article:last-child:nth-child(odd){grid-column:auto;width:100%}._quoteActions_9w7m6_26{grid-template-columns:1fr 1fr}._quoteActions_9w7m6_26 a{min-width:0}._footer_9w7m6_27{grid-template-columns:1fr;gap:12px}._footer_9w7m6_27 nav{flex-wrap:wrap;grid-column:auto}._footer_9w7m6_27 small{grid-column:auto}._floatingWhatsapp_9w7m6_28{justify-content:center;width:52px;padding:0;bottom:14px;right:14px}._floatingWhatsapp_9w7m6_28 strong{display:none}}
