:root { --navy: #071d3b; --blue: #0d4d91; --blue-bright: #1976c9; --gold: #f6b916; --red: #d92832; --ink: #132238; --muted: #66758a; --line: #dce4ed; --cream: #f7f9fc; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.top-strip { background: var(--navy); color: #d5e1ee; font-size: 11px; letter-spacing: .04em; }
.top-strip-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.top-strip span { display: flex; gap: 7px; align-items: center; }
.header { position: relative; z-index: 20; background: #fff; border-bottom: 1px solid #e9eef4; }
.header-inner { height: 80px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 42px; height: 42px; position: relative; display: grid; place-items: center; color: white; font-weight: 900; font-size: 15px; font-style: italic; letter-spacing: -2px; overflow: hidden; background: var(--blue); border-radius: 50%; box-shadow: inset -5px -1px 0 var(--red), inset 8px 5px 0 var(--gold); }
.brand-mark::after { content: ''; position: absolute; width: 46px; height: 12px; border: 3px solid var(--gold); border-left-color: transparent; border-radius: 50%; transform: rotate(-20deg); }
.brand-mark span { position: relative; z-index: 2; transform: skew(-9deg); }
.brand-copy { display: grid; line-height: 1; gap: 4px; }
.brand-copy strong { font-size: 16px; letter-spacing: .12em; color: var(--navy); }
.brand-copy small { font-size: 8px; font-weight: 700; color: var(--red); letter-spacing: .33em; }
.nav { display: flex; align-items: center; gap: 30px; color: #536279; font-size: 13px; font-weight: 700; }
.nav > a:not(.nav-cta) { transition: color .2s; }
.nav > a:not(.nav-cta):hover { color: var(--blue-bright); }
.nav-cta { background: var(--blue); color: white; padding: 12px 17px; border-radius: 5px; display: flex; align-items: center; gap: 8px; box-shadow: 0 4px 12px #0d4d9130; transition: .2s; }
.nav-cta:hover, .button-blue:hover { background: #093d77; transform: translateY(-1px); }
.menu-toggle { display: none; background: none; border: 0; color: var(--navy); }
.hero { min-height: 555px; position: relative; overflow: hidden; display: flex; align-items: center; background: var(--navy); color: white; }
.hero-image { position: absolute; inset: 0 0 0 44%; background: linear-gradient(90deg, var(--navy) 0%, rgba(7,29,59,.8) 19%, rgba(7,29,59,.1) 72%), url('https://images.pexels.com/photos/14673396/pexels-photo-14673396.jpeg?auto=compress&cs=tinysrgb&h=650&w=940') center/cover; }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(#8db0d520 1px, transparent 1px), linear-gradient(90deg, #8db0d520 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.hero-content { position: relative; z-index: 1; padding: 75px 0 90px; }
.hero-copy { max-width: 640px; }
.eyebrow { display: flex; gap: 9px; align-items: center; font-weight: 800; color: var(--blue); font-size: 10px; letter-spacing: .19em; }
.eyebrow span { display: block; width: 23px; height: 2px; background: var(--red); }
.eyebrow.light { color: #9db6d2; }
.eyebrow.light span { background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
h1 { margin: 24px 0 18px; font-size: clamp(48px, 6vw, 76px); line-height: .98; }
h1 em, h2 em { color: var(--gold); font-style: italic; }
.hero-copy > p { max-width: 435px; color: #d5e1ee; line-height: 1.65; font-size: 16px; }
.hero-actions { display: flex; gap: 12px; margin-top: 29px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 4px; padding: 14px 18px; font-size: 12px; font-weight: 800; transition: .2s; }
.button-gold { background: var(--gold); color: #1e2e3d; box-shadow: 0 5px 16px #f6b91630; }
.button-gold:hover { background: #ffc932; transform: translateY(-1px); }
.button-outline { border: 1px solid #97adbf; color: white; }
.button-outline:hover { background: #fff; color: var(--navy); }
.hero-note { color: #92aecb; font-size: 11px; display: flex; align-items: center; gap: 6px; margin-top: 18px; }
.hero-note svg { color: var(--gold); }
.hero-stat-card { position: absolute; right: 4%; bottom: 90px; display: flex; align-items: center; gap: 14px; background: #fff; color: var(--navy); padding: 17px 22px; border-radius: 5px; box-shadow: 0 14px 40px #0003; }
.stat-icon { display: grid; place-items: center; width: 39px; height: 39px; color: var(--blue); background: #e4f0fb; border-radius: 50%; }
.hero-stat-card strong { display: block; font: 600 17px/1.15 Georgia, serif; }
.hero-stat-card span { display: block; font-size: 10px; color: var(--muted); margin-top: 5px; }
.hero-bottom { position: absolute; left: 50%; transform: translateX(-50%); bottom: 24px; display: flex; gap: 15px; align-items: center; color: #9eb3cb; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hero-line { height: 1px; width: 90px; background: #45627f; }
.trust-bar { background: #f6f8fb; border-bottom: 1px solid #e5ebf1; }
.trust-items { display: grid; grid-template-columns: repeat(3, 1fr) 1.5fr; min-height: 100px; align-items: center; }
.trust-items > div { display: flex; align-items: center; gap: 13px; border-right: 1px solid #dbe3ec; padding: 0 28px; min-height: 42px; }
.trust-items > div:first-child { padding-left: 0; }
.trust-items > div:last-child { border: 0; justify-content: space-between; }
.trust-number { color: var(--blue); font: 700 28px Georgia, serif; }
.trust-items div span:last-child { color: var(--muted); line-height: 1.35; font-size: 11px; }
.trust-brands { color: #8b98aa; font-size: 9px; letter-spacing: .1em; }
.trust-brands strong { font-size: 14px; letter-spacing: -.03em; color: #8793a4; }
.section { padding: 105px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 37px; }
h2 { font-size: clamp(38px, 4.3vw, 56px); line-height: 1.03; margin: 14px 0 0; }
.text-link { color: var(--blue); display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; border-bottom: 1px solid #b6d1ea; padding-bottom: 5px; transition: gap .2s; }
.text-link:hover, .product-link:hover { gap: 12px; }
.category-row { display: flex; gap: 8px; margin-bottom: 25px; overflow-x: auto; padding-bottom: 4px; }
.category { white-space: nowrap; border: 1px solid var(--line); background: white; padding: 9px 15px; border-radius: 3px; font-size: 11px; color: var(--muted); cursor: pointer; transition: .2s; }
.category:hover, .category.active { border-color: var(--blue); color: var(--blue); background: #edf5fc; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { background: white; border: 1px solid #e6ecf2; border-radius: 5px; overflow: hidden; transition: .25s; }
.product-card:hover { box-shadow: 0 12px 28px #18395714; transform: translateY(-3px); }
.product-image { height: 190px; overflow: hidden; position: relative; background: #dfeaf3; }
.product-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; opacity: .75; transition: transform .4s; }
.product-card:hover .product-image img { transform: scale(1.06); }
.product-image.gold { background: #f6edd5; }.product-image.red { background: #f1dddd; }.product-image.navy { background: #d8e5f0; }
.product-tag { position: absolute; top: 13px; left: 13px; background: #fff; color: var(--blue); font-size: 9px; font-weight: 800; padding: 6px 8px; border-radius: 2px; text-transform: uppercase; letter-spacing: .07em; }
.product-info { padding: 19px 19px 20px; }.product-brand { text-transform: uppercase; letter-spacing: .13em; font-size: 9px; color: var(--red); font-weight: 800; }.product-info h3 { margin: 6px 0 6px; font: 600 21px Georgia, serif; color: var(--navy); }.product-info p { color: var(--muted); font-size: 11px; margin-bottom: 16px; }.product-link { color: var(--blue); font-size: 11px; font-weight: 800; display: inline-flex; align-items: center; gap: 7px; transition: gap .2s; }.product-foot { border-top: 1px solid var(--line); margin-top: 24px; padding-top: 20px; display: flex; justify-content: space-between; color: #7b899b; font-size: 11px; }.product-foot a { color: var(--red); font-weight: 800; display: flex; gap: 7px; align-items: center; }
.services-section { background: var(--navy); color: white; position: relative; overflow: hidden; }.services-section::after { content: ''; position: absolute; width: 570px; height: 570px; border-radius: 50%; border: 1px solid #2f5175; right: -170px; top: -200px; box-shadow: 0 0 0 60px #183451, 0 0 0 61px #2f5175; opacity: .35; }.services-layout { display: grid; grid-template-columns: .9fr 1.5fr; gap: 90px; position: relative; z-index: 1; }.services-intro h2 { margin-top: 20px; }.services-intro p { max-width: 330px; color: #aebed0; line-height: 1.7; font-size: 13px; margin: 25px 0 30px; }.service-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }.service-card { background: #102e50; border: 1px solid #244668; padding: 27px 23px 23px; min-height: 210px; transition: .2s; }.service-card:hover { border-color: var(--gold); transform: translateY(-2px); }.service-icon { color: var(--gold); margin-bottom: 24px; }.service-card h3 { font: 600 21px Georgia, serif; margin-bottom: 9px; }.service-card p { color: #aec0d4; font-size: 11px; line-height: 1.6; margin-bottom: 15px; }.service-card a { color: var(--gold); display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 800; }
.about-section { background: var(--cream); }.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }.about-photo { position: relative; height: 450px; padding: 0 32px 32px 0; }.about-photo::after { content: ''; position: absolute; right: 0; bottom: 0; width: 80%; height: 90%; background: var(--gold); z-index: 0; }.about-photo img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; filter: saturate(.8); }.photo-badge { position: absolute; z-index: 2; bottom: 13px; right: -16px; background: var(--red); color: white; padding: 16px 18px; display: flex; align-items: center; gap: 8px; }.photo-badge strong { font: 700 32px Georgia, serif; }.photo-badge span { text-transform: uppercase; font-size: 9px; line-height: 1.3; letter-spacing: .08em; }.about-copy p { color: var(--muted); font-size: 13px; line-height: 1.75; max-width: 450px; margin: 24px 0 0; }.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 26px 0 25px; }.check-list span { display: flex; align-items: center; gap: 7px; color: var(--ink); font-size: 11px; font-weight: 700; }.check-list svg { color: var(--blue); background: #dcecf9; padding: 3px; border-radius: 50%; width: 19px; height: 19px; }
.calculator-section { background: white; }.calculator-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: center; }.calculator-layout > div:first-child p { max-width: 460px; color: var(--muted); line-height: 1.7; font-size: 13px; margin: 23px 0 17px; }.calculator-note { color: #9b6c00; background: #fff8e4; border-left: 2px solid var(--gold); padding: 12px 13px; display: flex; align-items: center; gap: 8px; width: fit-content; font-size: 10px; }.calculator-card { border: 1px solid var(--line); box-shadow: 0 14px 35px #14365f0d; padding: 27px; border-radius: 5px; }.calculator-card label { font-size: 11px; font-weight: 800; color: var(--navy); display: block; margin-bottom: 8px; }.input-wrap { border: 1px solid #becddd; display: flex; align-items: center; padding: 0 12px; border-radius: 3px; }.input-wrap input { width: 100%; border: 0; outline: 0; padding: 13px 0; color: var(--navy); }.input-wrap span { color: var(--muted); font-size: 11px; }.result { background: #edf5fc; padding: 14px; margin: 15px 0; border-left: 3px solid var(--blue); }.result span, .result small { display: block; font-size: 10px; color: var(--muted); }.result strong { display: block; color: var(--blue); font: 600 21px Georgia, serif; margin: 4px 0; }.calculator-empty { color: #95a1af; padding: 22px 0; font-size: 11px; }.calculator-card .button { width: 100%; }.button-blue { background: var(--blue); color: white; }
.testimonial-section { background: var(--red); color: white; padding: 75px 0; }.testimonial-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; align-items: center; }.testimonial-layout h2 em { color: var(--gold); }.testimonial-cards { display: grid; gap: 24px; }
.testimonial-layout blockquote { margin: 0; border-left: 1px solid #ef7479; padding-left: 34px; }.stars { color: var(--gold); letter-spacing: .2em; font-size: 15px; }.testimonial-layout blockquote p { font: italic 24px/1.45 Georgia, serif; max-width: 560px; margin: 17px 0 24px; }.testimonial-layout footer { display: flex; align-items: center; gap: 10px; }.quote-avatar { display: grid; place-items: center; background: #ee6b70; width: 33px; height: 33px; border-radius: 50%; font-weight: 800; font-size: 12px; }.testimonial-layout footer strong, .testimonial-layout footer small { display: block; }.testimonial-layout footer strong { font-size: 11px; }.testimonial-layout footer small { color: #ffc3c5; font-size: 10px; margin-top: 3px; }
.contact-section { background: var(--cream); }.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }.contact-copy p { color: var(--muted); line-height: 1.7; font-size: 13px; max-width: 370px; margin: 25px 0 28px; }.contact-links { display: grid; gap: 16px; }.contact-links a { display: flex; align-items: center; gap: 12px; }.contact-icon { width: 35px; height: 35px; display: grid; place-items: center; color: var(--blue); background: #deebf8; border-radius: 50%; }.contact-icon.whatsapp { color: #188c57; background: #dcf4e7; }.contact-links small, .contact-links strong { display: block; }.contact-links small { color: var(--muted); font-size: 10px; margin-bottom: 3px; }.contact-links strong { color: var(--navy); font-size: 13px; }.map-card { background: #fff; box-shadow: 0 12px 35px #14365f12; border-radius: 5px; overflow: hidden; }
.map-embed { line-height: 0; }
.map-embed iframe { display: block; width: 100%; height: 300px; }.map-art { position: relative; height: 245px; overflow: hidden; background-color: #e6eef1; background-image: linear-gradient(30deg, transparent 45%, #fff 46%, #fff 53%, transparent 54%), linear-gradient(115deg, transparent 45%, #fff 46%, #fff 53%, transparent 54%); background-size: 90px 70px, 100px 85px; }.map-art::before { content: ''; position: absolute; inset: 0; background: #b7c9bb88; clip-path: polygon(0 0, 32% 0, 25% 22%, 43% 31%, 36% 52%, 63% 48%, 74% 70%, 100% 63%, 100% 100%, 0 100%); }.map-road { height: 9px; background: #fff; position: absolute; transform: rotate(-25deg); width: 130%; left: -10%; top: 43%; box-shadow: 0 0 0 1px #d3dfe0; }.road-two { transform: rotate(35deg); top: 57%; }.road-three { transform: rotate(7deg); top: 17%; }.map-pin { position: absolute; top: 88px; left: 56%; color: var(--red); filter: drop-shadow(0 3px 2px #0003); }.map-label { position: absolute; top: 124px; left: 51%; background: #fff; color: var(--navy); font-size: 9px; padding: 7px 9px; box-shadow: 0 2px 7px #0002; font-weight: 800; }.map-label small { color: var(--muted); font-size: 8px; font-weight: 400; }.map-details { padding: 18px; display: grid; gap: 11px; }.map-details span { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }.map-details span svg { color: var(--blue); }.map-details a { color: var(--blue); display: flex; gap: 6px; align-items: center; font-size: 11px; font-weight: 800; }
.footer { background: var(--navy); color: white; }.footer-main { min-height: 115px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }.brand-footer .brand-copy strong { color: white; }.footer-main p { color: #96a9bf; font-size: 11px; margin: 0 auto 0 20px; }.footer-actions { display: flex; align-items: center; gap: 10px; }.social { color: #bed0e2; width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; background: #173655; }.social.whatsapp:hover { color: #80e7a7; }.footer-bottom { border-top: 1px solid #173655; min-height: 48px; display: flex; align-items: center; justify-content: space-between; color: #718aa4; font-size: 9px; letter-spacing: .05em; }.floating-whatsapp { position: fixed; z-index: 30; right: 22px; bottom: 22px; background: #19a85b; color: white; padding: 13px 17px; border-radius: 50px; display: flex; align-items: center; gap: 8px; box-shadow: 0 7px 24px #08773c55; font-size: 11px; font-weight: 800; transition: .2s; }.floating-whatsapp:hover { background: #128847; transform: translateY(-2px); }
@media (max-width: 850px) { .container { width: min(100% - 32px, 650px); }.top-hours { display: none !important; }.header-inner { height: 68px; }.menu-toggle { display: block; }.nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--line); padding: 14px 20px 20px; box-shadow: 0 8px 18px #12345614; }.nav-open { display: grid; gap: 0; }.nav > a { padding: 14px 0; border-bottom: 1px solid #eef2f6; }.nav-cta { justify-content: center; margin-top: 12px; }.hero { min-height: 625px; }.hero-image { inset: 0; background: linear-gradient(90deg, var(--navy) 0%, rgba(7,29,59,.77) 100%), url('https://images.pexels.com/photos/14673396/pexels-photo-14673396.jpeg?auto=compress&cs=tinysrgb&h=650&w=940') center/cover; }.hero-content { padding: 80px 0 100px; }.hero-stat-card { display: none; }.hero-bottom { width: calc(100% - 32px); font-size: 8px; }.trust-items { grid-template-columns: 1fr 1fr; gap: 20px 0; padding: 25px 0; }.trust-items > div { padding: 0 15px; }.trust-items > div:nth-child(2) { border-right: 0; }.trust-items > div:last-child { grid-column: span 2; border-top: 1px solid #dbe3ec; padding: 18px 0 0; }.trust-brands { gap: 13px !important; }.section { padding: 75px 0; }.section-heading { display: block; }.section-heading .text-link { margin-top: 24px; }.product-grid { grid-template-columns: repeat(2, 1fr); }.product-image { height: 165px; }.services-layout, .about-layout, .calculator-layout, .contact-layout, .testimonial-layout { grid-template-columns: 1fr; gap: 45px; }.services-section::after { right: -300px; }.about-photo { max-width: 550px; }.calculator-layout { gap: 30px; }.testimonial-layout { gap: 35px; }.footer-main { padding: 27px 0; flex-wrap: wrap; }.footer-main p { margin: 0; width: 100%; order: 3; }.footer-bottom { padding: 15px 0; gap: 15px; flex-wrap: wrap; }.floating-whatsapp { right: 14px; bottom: 14px; }.contact-copy { order: 1; } }
@media (max-width: 470px) { .container { width: calc(100% - 32px); }.brand-copy strong { font-size: 14px; }.hero-actions .button { width: 100%; }.hero-bottom { display: none; }.trust-number { font-size: 23px; }.trust-items div span:last-child { font-size: 10px; }.section-heading h2, h2 { font-size: 40px; }.product-grid { grid-template-columns: 1fr; }.product-image { height: 210px; }.product-foot { display: block; line-height: 1.5; }.product-foot a { margin-top: 12px; }.service-cards { grid-template-columns: 1fr; }.service-card { min-height: unset; }.about-photo { height: 340px; padding-right: 20px; padding-bottom: 20px; }.check-list { grid-template-columns: 1fr; }.testimonial-layout blockquote { padding-left: 20px; }.testimonial-layout blockquote p { font-size: 20px; }.map-art { height: 210px; }.footer-actions { width: 100%; }.footer-actions .button { margin-left: auto; } }

