:root {
  --ink: #111714;
  --ink-soft: #56605a;
  --dark: #0a0d0b;
  --dark-2: #151a17;
  --green: #36e56f;
  --green-deep: #18bd51;
  --green-soft: #e9faef;
  --line: #e3e9e5;
  --surface: #f4f7f5;
  --white: #fff;
  --radius: 20px;
  --shadow: 0 18px 50px rgba(15, 25, 18, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #0a7c35; outline-offset: 3px; }
[id] { scroll-margin-top: 120px; }
.page-width { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 1000; padding: 12px 16px; background: var(--green); color: #061008; border-radius: 10px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.utility-bar { background: var(--dark); color: #cfd6d1; font-size: .78rem; }
.utility-content { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.utility-content a { color: var(--green); font-weight: 800; }
.utility-links { display: flex; align-items: center; gap: 22px; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(18, 27, 21, .08); background: rgba(255,255,255,.95); backdrop-filter: blur(16px); }
.header-content { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { margin-right: auto; }
.brand-panel { display: grid; place-items: center; width: 190px; height: 62px; overflow: hidden; }
.brand-panel img { width: 184px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .91rem; font-weight: 700; }
.main-nav a { position: relative; padding: 28px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--green-deep); transition: right .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.instagram-header-link { display: flex; align-items: center; gap: 9px; min-height: 46px; padding: 6px 12px 6px 7px; border: 1px solid #e2e7e3; border-radius: 999px; background: white; box-shadow: 0 8px 24px rgba(18,24,20,.07); transition: transform .2s, border-color .2s, box-shadow .2s; }
.instagram-header-link:hover, .instagram-header-link:focus-visible { transform: translateY(-2px); border-color: #cfd8d1; box-shadow: 0 12px 28px rgba(18,24,20,.12); }
.instagram-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: white; background: radial-gradient(circle at 32% 100%, #fed373 0 15%, #f15245 35%, #d92e7f 58%, #9b36b7 76%, #515bd4 100%); }
.instagram-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-icon .instagram-dot { fill: currentColor; stroke: none; }
.instagram-handle { display: grid; line-height: 1.05; }
.instagram-handle small { color: #767f79; font-size: .6rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.instagram-handle strong { margin-top: 3px; color: var(--ink); font-size: .75rem; }
.header-search-button { display: flex; align-items: center; gap: 8px; border: 0; border-radius: 999px; background: var(--surface); padding: 11px 16px; cursor: pointer; color: var(--ink); font-weight: 750; }
.header-search-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; isolation: isolate; min-height: 590px; display: flex; align-items: center; overflow: hidden; margin-block: 34px 42px; border-radius: 34px; box-shadow: 0 22px 60px rgba(4,12,7,.18); }
.hero-background { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,8,5,.94) 0%, rgba(4,8,5,.80) 36%, rgba(4,8,5,.18) 68%, rgba(4,8,5,.03) 100%); }
.hero-copy { width: 56%; padding: 56px; color: white; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #167d3a; }
.hero h1 { max-width: 620px; margin: 16px 0 18px; font-size: clamp(3rem, 6vw, 5.2rem); line-height: .94; letter-spacing: -.065em; }
.hero-copy > p { max-width: 560px; margin: 0; color: #d4ddd7; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 999px; padding: 0 22px; border: 1px solid transparent; font-weight: 850; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #07120a; box-shadow: 0 13px 30px rgba(54, 229, 111, .28); }
.button-primary:hover { background: #57ef86; }
.button-secondary { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.10); color: white; backdrop-filter: blur(9px); }
.button-light { background: var(--white); color: var(--dark); }
.hero-caption { position: absolute; right: 28px; bottom: 24px; color: white; text-align: right; }
.hero-caption small { display: block; color: #98a29c; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-caption strong { display: block; font-size: 1.15rem; }

.trust-strip { border-block: 1px solid var(--line); background: #fbfcfb; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { display: flex; min-height: 112px; align-items: center; gap: 14px; padding: 24px 20px; border-right: 1px solid var(--line); }
.trust-grid article:first-child { padding-left: 0; }
.trust-grid article:last-child { border-right: 0; }
.trust-icon { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 13px; background: var(--green-soft); color: #13713a; font-size: .79rem; font-weight: 950; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: .88rem; }
.trust-grid small { margin-top: 3px; color: var(--ink-soft); font-size: .74rem; }

.explore-section { padding-top: 78px; }
.explore-heading { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; gap: 40px; margin-bottom: 30px; }
.explore-heading h2 { max-width: 820px; margin: 0; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: .98; letter-spacing: -.055em; }
.explore-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 14px; }
.explore-card { position: relative; min-height: 420px; display: flex; overflow: hidden; align-items: flex-end; padding: 28px; border-radius: 28px; color: white; box-shadow: 0 18px 44px rgba(4,12,7,.12); transition: transform .25s ease, box-shadow .25s ease; }
.explore-card:hover, .explore-card:focus-visible { transform: translateY(-5px); box-shadow: 0 25px 60px rgba(4,12,7,.2); }
.explore-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.explore-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,7,4,.92), rgba(2,7,4,.08) 72%); }
.explore-number { position: absolute; top: 22px; left: 24px; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: .72rem; font-weight: 850; }
.explore-card > div { position: relative; z-index: 2; }
.explore-card small { display: block; margin-bottom: 10px; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; opacity: .72; }
.explore-card strong { display: block; max-width: 430px; font-size: clamp(1.55rem, 2.4vw, 2.25rem); line-height: 1.05; letter-spacing: -.04em; }
.explore-card b { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-size: .78rem; }
.explore-card i { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); font-style: normal; }
.explore-cameras { background: radial-gradient(circle at 78% 26%, #6755ff 0, #201a55 28%, #090b0b 72%); }
.explore-orbit { position: absolute; top: 55px; right: -18px; font-size: clamp(5.5rem, 9vw, 8.5rem); font-weight: 900; letter-spacing: -.1em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.28); transform: rotate(-8deg); }
.explore-makers { color: #08130c; background: linear-gradient(145deg, #f8fbf9 0%, #d7f5e1 100%); }
.explore-makers .explore-number { border-color: rgba(8,19,12,.28); }
.explore-makers small { color: #157c3d; opacity: 1; }
.explore-makers i { background: rgba(8,19,12,.08); }
.maker-grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(21,124,61,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(21,124,61,.15) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, black, transparent 72%); }

.brands-section { padding-top: 78px; }
.brands-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; }
.brands-heading h2 { max-width: 720px; margin: 10px 0 0; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.04; letter-spacing: -.045em; }
.brands-heading > p { max-width: 390px; margin: 0; color: var(--ink-soft); }
.brand-showcase { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 30px; }
.brand-card { position: relative; display: flex; min-height: 148px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); transition: transform .2s, box-shadow .2s, border-color .2s; }
.brand-card::before { content: ""; position: absolute; top: -40px; right: -32px; width: 100px; height: 100px; border-radius: 50%; background: currentColor; opacity: .07; }
.brand-card:hover, .brand-card:focus-visible { transform: translateY(-4px); border-color: #cbd4cd; box-shadow: var(--shadow); }
.brand-card strong { position: relative; font-size: 1.45rem; line-height: 1; letter-spacing: -.04em; }
.official-brand-logo { position: relative; display: flex; align-items: center; min-height: 40px; margin-bottom: 3px; }
.official-brand-logo img { display: block; width: 70px; max-height: 42px; object-fit: contain; object-position: left center; }
.official-brand-logo.wide img { width: 112px; }
.official-brand-logo.icon-wordmark { gap: 10px; }
.official-brand-logo.icon-wordmark img { width: 34px; height: 34px; }
.official-brand-logo.icon-wordmark strong { color: var(--ink); font-size: 1.18rem; letter-spacing: -.035em; }
.brand-card span { margin-top: 9px; color: var(--ink-soft); font-size: .76rem; }
.brand-card small { margin-top: 14px; color: currentColor; font-size: .7rem; font-weight: 850; }
.brand-card b { position: absolute; top: 16px; right: 16px; display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: white; color: var(--ink); box-shadow: 0 5px 15px rgba(0,0,0,.08); }
.brand-card.dji { color: #111; background: linear-gradient(145deg, #fff, #edf1ee); }
.brand-card.insta { color: #7b35c6; background: linear-gradient(145deg, #fff, #f3ebff); }
.brand-card.gopro { color: #1676d2; background: linear-gradient(145deg, #fff, #eaf5ff); }
.brand-card.bambu { color: #00a884; background: linear-gradient(145deg, #fff, #e6f9f4); }
.brand-card.xtool { color: #ed642f; background: linear-gradient(145deg, #fff, #fff0e9); }
.instagram-follow { position: relative; display: grid; grid-template-columns: auto minmax(260px, 1fr) auto auto; align-items: center; gap: 22px; overflow: hidden; margin-top: 16px; padding: 24px 26px; border: 1px solid #e2e5e3; border-radius: 24px; background: linear-gradient(110deg, #fff 0%, #fff 46%, #f9f5ff 100%); box-shadow: 0 14px 38px rgba(22,19,28,.07); }
.instagram-follow::after { content: ""; position: absolute; right: 13%; top: -120px; width: 230px; height: 230px; border-radius: 50%; background: radial-gradient(circle, rgba(214,41,118,.11), transparent 68%); pointer-events: none; }
.instagram-follow-mark { position: relative; z-index: 1; display: grid; width: 64px; height: 64px; place-items: center; border-radius: 20px; color: white; background: radial-gradient(circle at 30% 105%, #fed373 0 18%, #f15245 36%, #d92e7f 58%, #9b36b7 76%, #515bd4 100%); box-shadow: 0 12px 28px rgba(193,45,123,.23); }
.instagram-follow-mark svg { width: 36px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.instagram-follow-mark .instagram-follow-dot { fill: currentColor; stroke: none; }
.instagram-follow-copy { position: relative; z-index: 1; }
.instagram-follow-copy > span { color: #a32c73; font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.instagram-follow-copy h3 { margin: 4px 0 5px; font-size: 1.24rem; line-height: 1.15; }
.instagram-follow-copy p { max-width: 570px; margin: 0; color: var(--ink-soft); font-size: .82rem; }
.instagram-follow-topics { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.instagram-follow-topics span { padding: 6px 9px; border: 1px solid #eaddea; border-radius: 999px; background: rgba(255,255,255,.8); color: #6d3b62; font-size: .67rem; font-weight: 800; }
.instagram-follow-button { position: relative; z-index: 1; min-width: 184px; color: white; background: #111714; }
.instagram-follow-button:hover { background: #272f2b; }
.instagram-follow-button b { margin-left: 8px; }

.reviews-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: stretch; margin-top: 70px; padding: 54px; border-radius: 30px; background: var(--dark); color: white; box-shadow: var(--shadow); }
.google-rating { display: flex; align-items: center; gap: 18px; padding-right: 45px; border-right: 1px solid #2b332e; }
.google-mark { display: grid; flex: 0 0 58px; height: 58px; place-items: center; border-radius: 18px; background: conic-gradient(from -35deg, #4285f4 0 25%, #34a853 25% 48%, #fbbc05 48% 71%, #ea4335 71% 100%); color: white; font-size: 2rem; font-weight: 900; box-shadow: inset 0 0 0 5px white; }
.google-rating > div > span, .google-rating small { display: block; color: #abb5ae; font-size: .75rem; }
.google-rating strong { display: flex; align-items: center; gap: 10px; margin: 5px 0; font-size: 2.4rem; line-height: 1; }
.google-rating strong b { color: #fbbc04; font-size: .82rem; letter-spacing: .08em; }
.reviews-content h2 { margin: 11px 0 20px; font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1.02; letter-spacing: -.045em; }
.reviews-carousel { min-height: 176px; }
.review-slide { animation: review-enter .35s ease; }
.review-stars { color: #fbbc04; font-size: .8rem; letter-spacing: .12em; }
.review-slide blockquote { max-width: 740px; margin: 16px 0 22px; font-size: clamp(1.28rem, 2.2vw, 1.8rem); line-height: 1.35; font-weight: 720; }
.review-slide footer { display: flex; flex-direction: column; }
.review-slide footer strong { font-size: .9rem; }
.review-slide footer span { margin-top: 3px; color: #9ca69f; font-size: .72rem; }
.reviews-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 8px; }
.review-controls { display: flex; align-items: center; gap: 12px; }
.review-controls button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #343d37; border-radius: 50%; background: #171c19; color: white; cursor: pointer; }
.review-controls button:hover { border-color: var(--green); color: var(--green); }
.review-controls span { color: #9fa9a2; font-size: .72rem; }
.google-reviews-link { color: var(--green); font-size: .82rem; font-weight: 850; }
.google-reviews-link b { margin-left: 6px; }
@keyframes review-enter { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }

.catalog-section { padding-block: 76px 84px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.section-heading h2 { margin: 10px 0 0; font-size: clamp(2.1rem, 4vw, 3.4rem); letter-spacing: -.045em; line-height: 1.05; }
.section-heading > p { max-width: 370px; margin: 0 0 6px; color: var(--ink-soft); }
.catalog-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 42px 0 22px; }
.catalog-tab { display: flex; justify-content: space-between; align-items: center; min-height: 72px; padding: 16px 22px; border: 1px solid var(--line); border-radius: 18px; background: white; cursor: pointer; text-align: left; color: var(--ink); }
.catalog-tab span { font-weight: 900; }
.catalog-tab small { color: var(--ink-soft); }
.catalog-tab.active { border-color: var(--dark); background: var(--dark); color: white; box-shadow: var(--shadow); }
.catalog-tab.active small { color: var(--green); }
.filters { display: grid; grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(160px, .7fr)); gap: 10px; padding: 14px; border-radius: 20px; background: var(--surface); }
.search-box, .select-box { min-height: 58px; border: 1px solid transparent; border-radius: 13px; background: white; }
.search-box { display: flex; align-items: center; gap: 10px; padding: 0 16px; }
.search-box:focus-within, .select-box:focus-within { border-color: var(--green-deep); box-shadow: 0 0 0 3px rgba(54,229,111,.12); }
.search-box svg { width: 20px; fill: none; stroke: #6b746e; stroke-width: 1.8; }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); }
.select-box { position: relative; display: grid; align-content: center; padding: 8px 13px 5px; }
.select-box span { color: #788079; font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.select-box select { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-weight: 750; }
.results-meta { display: flex; justify-content: space-between; gap: 20px; padding: 22px 2px 16px; color: var(--ink-soft); }
.results-meta span { color: var(--ink); font-weight: 800; }
.compare-bar { position: sticky; top: 100px; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 0 18px; padding: 16px 18px; border: 1px solid #bfe7cb; border-radius: 18px; background: rgba(241,255,245,.96); box-shadow: 0 14px 35px rgba(17,86,38,.11); backdrop-filter: blur(12px); }
.compare-bar[hidden] { display: none; }
.compare-bar strong, .compare-bar span { display: block; }
.compare-bar strong { color: #0e5f2b; }
.compare-bar span { margin-top: 2px; color: var(--ink-soft); font-size: .78rem; }
.compare-actions { display: flex; gap: 8px; }
.button-ghost { border-color: #bbd8c3; background: transparent; color: #145d2d; box-shadow: none; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; transition: transform .25s, box-shadow .25s, border-color .25s; }
.product-card:hover { transform: translateY(-5px); border-color: #cbd5ce; box-shadow: var(--shadow); }
.product-image { position: relative; display: grid; aspect-ratio: 1.2 / 1; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f8faf9, #eef3ef); }
.product-image img { width: 88%; height: 88%; object-fit: contain; transition: transform .35s; }
.product-image-fallback { max-width: 210px; padding: 18px; color: #6d7770; font-size: .78rem; text-align: center; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-badge { position: absolute; top: 15px; left: 15px; padding: 7px 10px; border-radius: 999px; background: var(--dark); color: white; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-body { padding: 20px; }
.product-category { color: #18823e; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-body h3 { min-height: 54px; margin: 8px 0 13px; font-size: 1.08rem; line-height: 1.3; }
.old-price { min-height: 19px; color: #818982; font-size: .8rem; text-decoration: line-through; }
.price-kicker { display: block; margin-top: 2px; color: var(--ink-soft); font-size: .7rem; font-weight: 750; }
.current-price { display: block; font-size: 1.65rem; line-height: 1.1; letter-spacing: -.035em; }
.installments { display: block; margin-top: 6px; color: #176d37; font-size: .8rem; font-weight: 750; }
.availability { display: flex; align-items: center; gap: 7px; margin-top: 12px; color: #545e58; font-size: .75rem; }
.availability i { width: 8px; height: 8px; border-radius: 50%; background: #f0a422; box-shadow: 0 0 0 4px #fff5dc; }
.product-assurance { display: flex; gap: 7px; margin: 16px 0; color: #3f4842; font-size: .76rem; }
.product-assurance i { display: grid; place-items: center; flex: 0 0 19px; height: 19px; border-radius: 50%; background: var(--green-soft); color: #117238; font-style: normal; font-weight: 900; }
.product-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.product-actions .button { min-height: 45px; padding-inline: 16px; font-size: .82rem; }
.details-button { min-width: 84px; border: 1px solid var(--line); border-radius: 999px; background: white; cursor: pointer; color: var(--ink); font-size: .78rem; font-weight: 850; }
.compare-toggle { width: 100%; min-height: 44px; margin-top: 9px; border: 1px solid var(--line); border-radius: 12px; background: #f7f9f8; color: #3d4741; cursor: pointer; font-size: .76rem; font-weight: 800; }
.compare-toggle[aria-pressed="true"] { border-color: #92d6a6; background: var(--green-soft); color: #0e6b30; }
.quote-toggle { width: 100%; min-height: 45px; margin-top: 9px; border: 1px solid #a9dfb9; border-radius: 12px; background: #f0fbf3; color: #116a31; cursor: pointer; font-size: .78rem; font-weight: 900; transition: background .2s, border-color .2s, transform .2s; }
.quote-toggle:hover { transform: translateY(-1px); border-color: #4fc774; background: #e5f8eb; }
.quote-toggle[aria-pressed="true"] { border-color: #1ba64e; background: #dff7e6; color: #075c27; box-shadow: inset 0 0 0 1px rgba(27,166,78,.08); }
.no-results { padding: 60px 20px; border: 1px dashed #cfd8d1; border-radius: 22px; text-align: center; background: var(--surface); }
.no-results strong, .no-results span { display: block; }
.no-results span { margin-top: 7px; color: var(--ink-soft); }

.used-intro { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 34px; border-radius: 24px 24px 0 0; background: var(--dark); color: white; }
.used-intro h3 { margin: 9px 0 8px; font-size: 2rem; }
.used-intro p { max-width: 650px; margin: 0; color: #b5beb8; }
.used-badge { border: 1px solid rgba(54,229,111,.28); border-radius: 999px; background: rgba(54,229,111,.08); color: var(--green); padding: 10px 14px; font-size: .75rem; font-weight: 850; white-space: nowrap; }
.condition-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border-inline: 1px solid var(--line); }
.condition-guide article { display: flex; gap: 17px; padding: 28px 30px; background: #f8faf9; }
.condition-guide strong { display: block; font-size: 1rem; }
.condition-guide p { margin: 7px 0 0; color: var(--ink-soft); font-size: .88rem; }
.condition-guide b { color: var(--ink); }
.condition-icon { display: grid; flex: 0 0 44px; height: 44px; place-items: center; border-radius: 14px; background: var(--green); color: #07120a; font-size: .75rem; font-weight: 950; }
.condition-icon.used { background: var(--dark); color: var(--green); }
.used-empty { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 38px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 24px 24px; }
.used-empty strong { font-size: 1.08rem; }
.used-empty p { max-width: 650px; margin: 7px 0 0; color: var(--ink-soft); }
.used-product-grid { margin-top: 28px; }
.origin-guide { padding-top: 72px; padding-bottom: 30px; }
.origin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.origin-card { padding: 28px; border: 1px solid #dce5df; border-radius: 24px; background: #fff; box-shadow: 0 14px 35px rgba(18,39,27,.06); }
.origin-card.national { border-top: 5px solid #19a55e; }
.origin-card.imported { border-top: 5px solid #212825; }
.origin-card.support { border-top: 5px solid #88d248; background: #f5fbf7; }
.origin-label { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: #e9f6ee; color: #167343; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.origin-card h3 { margin: 15px 0 12px; font-size: 21px; }
.origin-card ul { display: grid; gap: 10px; margin: 0; padding-left: 19px; color: #4c5a52; line-height: 1.55; }
.origin-card small { display: block; margin-top: 15px; color: #66746b; line-height: 1.45; }
.official-origin-grid { grid-template-columns: 1fr 1fr; }
.official-origin-grid .origin-card { min-height: 100%; }
.buyer-question { overflow: hidden; margin-top: 18px; border: 1px solid #dce5df; border-radius: 24px; background: #0b0e0c; color: white; box-shadow: 0 16px 42px rgba(12,25,17,.11); }
.buyer-question summary { display: flex; min-height: 98px; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 28px; cursor: pointer; list-style: none; }
.buyer-question summary::-webkit-details-marker { display: none; }
.buyer-question summary span, .buyer-question summary strong, .buyer-question summary small { display: block; }
.buyer-question summary strong { font-size: 1.05rem; }
.buyer-question summary small { margin-top: 5px; color: #aeb8b1; font-size: .78rem; }
.buyer-question summary b { display: grid; flex: 0 0 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--green); color: #07120a; font-size: 1.45rem; font-weight: 500; transition: transform .2s; }
.buyer-question[open] summary b { transform: rotate(45deg); }
.buyer-question-content { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border-top: 1px solid #29312c; background: #29312c; }
.buyer-question-content article { padding: 30px; background: #121713; }
.buyer-question-content h3 { margin: 14px 0 10px; font-size: 1.25rem; }
.buyer-question-content p { margin: 0; color: #b9c2bb; line-height: 1.65; }
.official-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.official-links a { padding: 7px 10px; border: 1px solid #c7d7cd; border-radius: 999px; color: #187b40; font-size: .68rem; font-weight: 850; }
.official-links a:hover, .official-links a:focus-visible { border-color: #19a55e; background: #eaf8ef; }

.technical-comparison { overflow-x: auto; margin-block: 24px; }
.technical-comparison table { width: 100%; border-collapse: collapse; min-width: 520px; table-layout: fixed; }
.technical-comparison th, .technical-comparison td { padding: 14px; border-bottom: 1px solid #dce5de; text-align: left; vertical-align: top; overflow-wrap: anywhere; font-size: .9rem; }
.technical-comparison thead th { background: #edf6ef; }
.technical-comparison tbody th { font-weight: 600; }
.flight-path-section { overflow: hidden; margin-top: 58px; padding-block: 86px; background: var(--dark); color: white; }
.flight-path-shell { position: relative; }
.flight-path-shell::before { content: ""; position: absolute; right: -170px; top: -240px; width: 520px; height: 520px; border: 1px solid rgba(54,229,111,.12); border-radius: 50%; box-shadow: 0 0 0 75px rgba(54,229,111,.025), 0 0 0 150px rgba(54,229,111,.018); pointer-events: none; }
.flight-path-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; }
.flight-path-heading h2 { max-width: 790px; margin: 13px 0 0; font-size: clamp(2.35rem, 4.5vw, 4.25rem); line-height: .98; letter-spacing: -.06em; }
.flight-path-heading > p { max-width: 440px; margin: 0 0 7px; color: #aeb8b1; font-size: 1rem; line-height: 1.7; }
.flight-steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 52px 0 0; padding: 0; list-style: none; }
.flight-steps::before { content: ""; position: absolute; left: 7%; right: 7%; top: 35px; height: 2px; background: repeating-linear-gradient(90deg, rgba(54,229,111,.65) 0 8px, transparent 8px 16px); }
.flight-step { position: relative; min-height: 348px; padding: 22px 20px 24px; border: 1px solid #29312c; border-radius: 22px; background: rgba(255,255,255,.035); transition: transform .35s ease, border-color .35s ease, background .35s ease, opacity .65s ease; }
.flight-step:hover { transform: translateY(-7px); border-color: rgba(54,229,111,.42); background: rgba(255,255,255,.06); }
.flight-step-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.flight-step-number { position: relative; z-index: 2; display: grid; width: 58px; height: 58px; place-items: center; border: 7px solid var(--dark); border-radius: 50%; background: var(--green); color: #07120a; font-size: .77rem; font-weight: 950; box-shadow: 0 0 0 1px rgba(54,229,111,.25), 0 0 28px rgba(54,229,111,.18); }
.flight-step-icon { display: grid; width: 44px; height: 44px; place-items: center; color: var(--green); }
.flight-step-icon svg { width: 38px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.flight-step h3 { margin: 27px 0 12px; font-size: 1.18rem; line-height: 1.15; letter-spacing: -.02em; }
.flight-step p { margin: 0; color: #aeb8b1; font-size: .86rem; line-height: 1.62; }
.flight-step-featured { border-color: rgba(54,229,111,.48); background: linear-gradient(180deg, rgba(54,229,111,.105), rgba(255,255,255,.035)); box-shadow: 0 18px 42px rgba(0,0,0,.22); }
.flight-step-alert { display: inline-flex; margin-top: 22px; padding: 5px 8px; border-radius: 999px; background: rgba(54,229,111,.13); color: var(--green); font-size: .63rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.flight-step-featured h3 { margin-top: 12px; }
.flight-step-featured .drone-icon { animation: drone-hover 3s ease-in-out infinite; }
.flight-path-cta { position: relative; z-index: 1; display: flex; min-height: 112px; align-items: center; justify-content: space-between; gap: 28px; margin-top: 18px; padding: 24px 28px; border: 1px solid rgba(54,229,111,.2); border-radius: 24px; background: linear-gradient(100deg, rgba(54,229,111,.12), rgba(255,255,255,.025)); }
.flight-path-cta > div { display: flex; align-items: center; gap: 17px; }
.flight-path-seal { display: grid; flex: 0 0 120px; width: 120px; place-items: center; }
.flight-path-seal img { display: block; width: 120px; max-width: 100%; height: auto; object-fit: contain; }
.flight-path-cta p, .flight-path-cta strong, .flight-path-cta p > span { display: block; margin: 0; }
.flight-path-cta strong { font-size: 1.03rem; }
.flight-path-cta p > span { margin-top: 4px; color: #aeb8b1; font-size: .81rem; }
.steps-ready .flight-step { opacity: 0; transform: translateY(26px); }
.steps-ready .flight-step.is-visible { opacity: 1; transform: translateY(0); transition-delay: var(--step-delay); }
@keyframes drone-hover { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-5px) rotate(1deg); } }
.used-product-grid { margin-top: 28px; }
.origin-guide { padding-top: 72px; padding-bottom: 30px; }
.origin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.origin-card { padding: 28px; border: 1px solid #dce5df; border-radius: 24px; background: #fff; box-shadow: 0 14px 35px rgba(18,39,27,.06); }
.origin-card.national { border-top: 5px solid #19a55e; }
.origin-card.imported { border-top: 5px solid #212825; }
.origin-card.support { border-top: 5px solid #88d248; background: #f5fbf7; }
.origin-label { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: #e9f6ee; color: #167343; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.origin-card h3 { margin: 15px 0 12px; font-size: 21px; }
.origin-card ul { display: grid; gap: 10px; margin: 0; padding-left: 19px; color: #4c5a52; line-height: 1.55; }
.origin-card small { display: block; margin-top: 15px; color: #66746b; line-height: 1.45; }
.used-photo-stack { position: relative; width: 104px; height: 84px; }
.used-photo-stack span { position: absolute; display: grid; width: 72px; height: 58px; place-items: center; border: 1px solid #d5ded7; border-radius: 12px; background: white; box-shadow: 0 9px 20px rgba(0,0,0,.06); }
.used-photo-stack span:first-child { left: 0; top: 0; transform: rotate(-7deg); }
.used-photo-stack span:nth-child(2) { right: 0; top: 6px; transform: rotate(7deg); }
.used-photo-stack span:last-child { left: 17px; top: 20px; background: var(--green-soft); color: #147438; font-size: 1.8rem; font-weight: 300; }

.purchase-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; margin-top: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--line); }
.purchase-notes article { display: flex; align-items: center; gap: 14px; min-height: 96px; padding: 20px; background: #fbfcfb; }
.purchase-notes article > span { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--green-soft); color: #16783b; font-size: .72rem; font-weight: 900; }
.purchase-notes strong, .purchase-notes small { display: block; }
.purchase-notes strong { font-size: .86rem; }
.purchase-notes small { margin-top: 3px; color: var(--ink-soft); font-size: .72rem; }

.site-dialog { width: min(1050px, calc(100% - 32px)); max-height: calc(100vh - 40px); padding: 0; overflow: auto; border: 0; border-radius: 28px; background: white; color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.site-dialog::backdrop { background: rgba(5,10,7,.72); backdrop-filter: blur(5px); }
.dialog-shell { position: relative; padding: 38px; }
.dialog-close { position: sticky; top: 0; z-index: 2; display: grid; width: 44px; height: 44px; margin: 0 0 -44px auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); cursor: pointer; font-size: 1.5rem; box-shadow: 0 8px 22px rgba(0,0,0,.08); }
.detail-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 38px; align-items: start; }
.detail-image { min-height: 0; width: 100%; aspect-ratio: 1 / 1; border-radius: 22px; }
.detail-copy { padding-top: 16px; }
.detail-copy h2, .compare-dialog h2 { margin: 9px 56px 14px 0; font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.02; letter-spacing: -.045em; }
.detail-copy > p { color: var(--ink-soft); }
.detail-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; margin: 24px 0; border: 1px solid var(--line); border-radius: 16px; background: var(--line); }
.detail-facts div { padding: 14px; background: #f8faf9; }
.detail-facts dt, .comparison-grid dt { color: var(--ink-soft); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.detail-facts dd, .comparison-grid dd { margin: 5px 0 0; font-size: .86rem; font-weight: 750; }
.detail-price { padding: 20px 0; border-block: 1px solid var(--line); }
.detail-price small, .detail-price strong, .detail-price span { display: block; }
.detail-price strong { margin: 4px 0; font-size: 2rem; }
.detail-price span { color: #176d37; font-size: .85rem; font-weight: 800; }
.detail-actions { display: flex; align-items: center; gap: 18px; margin-top: 22px; }
.official-link { color: #1a7039; font-size: .8rem; font-weight: 850; }
.compare-dialog { width: min(1180px, calc(100% - 32px)); }
.comparison-scroll { overflow-x: auto; padding-bottom: 4px; }
.comparison-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; min-width: 760px; margin-top: 28px; }
.comparison-grid article { display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: #fbfcfb; }
.comparison-grid h3 { min-height: 54px; margin: 8px 0 18px; font-size: 1.05rem; line-height: 1.3; }
.comparison-grid dl { margin: 0 0 20px; }
.comparison-grid dl div { min-height: 74px; padding: 12px 0; border-top: 1px solid var(--line); }
.comparison-grid .button { margin-top: auto; }

.quote-dock { position: fixed; left: 50%; bottom: 18px; z-index: 96; display: flex; width: min(720px, calc(100% - 150px)); min-height: 72px; align-items: center; justify-content: space-between; gap: 22px; padding: 11px 13px 11px 18px; border: 1px solid #38433c; border-radius: 21px; background: rgba(9,13,10,.96); color: white; box-shadow: 0 22px 60px rgba(0,0,0,.28); backdrop-filter: blur(16px); transform: translateX(-50%); }
.quote-dock[hidden] { display: none; }
.quote-dock > div { display: flex; align-items: center; gap: 12px; }
.quote-dock p, .quote-dock strong, .quote-dock small { display: block; margin: 0; }
.quote-dock strong { font-size: .88rem; }
.quote-dock small { margin-top: 2px; color: #aab5ad; font-size: .7rem; }
.quote-dock-icon { display: grid; flex: 0 0 39px; height: 39px; place-items: center; border-radius: 12px; background: var(--green); color: #07120a; font-size: 1.1rem; }
.quote-dock-actions { flex: 0 0 auto; }
.quote-dock-actions .button { min-height: 48px; }
.quote-dock-clear { border: 0; background: transparent; color: #c2cbc4; cursor: pointer; font-size: .76rem; font-weight: 800; }
.quote-dock-clear:hover { color: white; }
.quote-active .whatsapp-float { bottom: 104px; }

.quote-dialog { width: min(1220px, calc(100% - 30px)); }
.quote-dialog-shell > h2 { margin: 10px 58px 6px 0; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; letter-spacing: -.045em; }
.quote-dialog-intro { max-width: 720px; margin: 0 0 28px; color: var(--ink-soft); }
.quote-builder-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.quote-review, .quote-form { padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #fbfcfb; }
.quote-form { background: white; box-shadow: 0 14px 38px rgba(15,25,18,.06); }
.quote-panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.quote-panel-heading span { color: #167b3c; font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.quote-panel-heading h3 { margin: 4px 0 0; font-size: 1.25rem; }
.quote-panel-heading button { border: 0; background: transparent; color: #747d77; cursor: pointer; font-size: .7rem; font-weight: 800; text-decoration: underline; }
.quote-items { display: grid; gap: 9px; }
.quote-item { display: grid; grid-template-columns: 64px minmax(0,1fr) 58px 30px; align-items: center; gap: 11px; padding: 10px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.quote-item-image { display: grid; width: 64px; height: 58px; place-items: center; overflow: hidden; border-radius: 10px; background: #f0f3f1; }
.quote-item-image img { width: 90%; height: 90%; object-fit: contain; }
.quote-item-copy { min-width: 0; }
.quote-item-copy span, .quote-item-copy strong, .quote-item-copy small { display: block; }
.quote-item-copy span { color: #17803e; font-size: .58rem; font-weight: 900; text-transform: uppercase; }
.quote-item-copy strong { overflow: hidden; margin-top: 2px; font-size: .8rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.quote-item-copy small { margin-top: 4px; color: var(--ink-soft); font-size: .63rem; }
.quote-quantity span { display: block; margin-bottom: 3px; color: var(--ink-soft); font-size: .58rem; font-weight: 800; text-align: center; }
.quote-quantity input { width: 100%; height: 36px; border: 1px solid var(--line); border-radius: 9px; background: #f9faf9; text-align: center; font-weight: 850; }
.quote-remove { display: grid; width: 28px; height: 28px; place-items: center; border: 0; border-radius: 50%; background: #f1f3f2; color: #68716b; cursor: pointer; font-size: 1.1rem; }
.quote-remove:hover { background: #feecec; color: #a31e1e; }
.quote-total { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 13px; padding: 15px 17px; border-radius: 14px; background: var(--dark); color: white; }
.quote-total span { color: #aeb8b1; font-size: .75rem; }
.quote-total strong { color: var(--green); font-size: 1.35rem; }
.quote-terms-preview { display: grid; gap: 5px; margin-top: 14px; padding: 15px; border-left: 3px solid var(--green-deep); background: #f0f7f2; color: #4d5851; font-size: .7rem; }
.quote-terms-preview strong { color: var(--ink); }
.quote-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quote-field { display: grid; gap: 5px; }
.quote-field-wide { grid-column: 1 / -1; }
.quote-field > span { color: #4e5952; font-size: .68rem; font-weight: 850; }
.quote-field input, .quote-field textarea { width: 100%; border: 1px solid #dbe3dd; border-radius: 11px; background: #fafbfa; color: var(--ink); padding: 11px 12px; outline: none; resize: vertical; }
.quote-field input { min-height: 44px; }
.quote-field input:focus, .quote-field textarea:focus { border-color: #2bbb59; box-shadow: 0 0 0 3px rgba(54,229,111,.12); }
.quote-privacy { display: flex; gap: 8px; margin: 16px 0 0; color: #667069; font-size: .66rem; line-height: 1.45; }
.quote-privacy i { display: grid; flex: 0 0 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--green-soft); color: #13783a; font-size: .6rem; font-style: normal; font-weight: 950; }
.quote-generate { width: 100%; margin-top: 18px; }
.quote-print-help { display: block; margin-top: 8px; color: #727b75; text-align: center; }

.service-section { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; padding-block: 90px; }
.service-copy h2 { max-width: 760px; margin: 12px 0 18px; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.02; letter-spacing: -.05em; }
.service-copy > p { max-width: 760px; color: var(--ink-soft); }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin-top: 28px; }
.service-list span { position: relative; padding-left: 28px; color: #303a34; font-weight: 700; }
.service-list span > i { position: absolute; left: 0; top: 0; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--green-soft); color: #16793c; font-size: .7rem; font-style: normal; font-weight: 950; }
.visit-card { padding: 34px; border-radius: 26px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.visit-kicker { color: #13783b; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.visit-card h3 { margin: 10px 0 18px; font-size: 1.7rem; line-height: 1.1; }
.visit-card address { font-style: normal; font-weight: 800; line-height: 1.65; }
.visit-card p { margin: 18px 0 24px; color: var(--ink-soft); font-size: .88rem; }
.visit-card .button { width: 100%; }

.training-section { background: var(--dark); color: white; }
.training-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; min-height: 600px; padding-block: 82px; background: radial-gradient(circle at 10% 110%, rgba(54,229,111,.20), transparent 34%); }
.training-intro h2 { margin: 14px 0 18px; font-size: clamp(2.7rem, 5vw, 4.7rem); line-height: .96; letter-spacing: -.06em; }
.training-intro > p { max-width: 660px; color: #b3bdb6; font-size: 1.05rem; }
.training-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 34px; }
.training-facts span { padding: 18px; border: 1px solid #29312c; border-radius: 16px; background: rgba(255,255,255,.035); }
.training-facts strong, .training-facts small { display: block; }
.training-facts strong { color: var(--green); font-size: 1.05rem; }
.training-facts small { margin-top: 5px; color: #a7b0aa; font-size: .72rem; }
.training-card { padding: 34px; border-radius: 26px; background: white; color: var(--ink); box-shadow: 0 26px 70px rgba(0,0,0,.26); }
.training-label { color: #12763a; font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.training-card ul { display: grid; gap: 12px; margin: 22px 0 26px; padding: 0; list-style: none; }
.training-card li { position: relative; padding-left: 27px; }
.training-card li::before { content: "✓"; position: absolute; left: 0; color: #139243; font-weight: 950; }
.training-price { padding: 22px 0; border-block: 1px solid var(--line); }
.training-price small, .training-price strong, .training-price span { display: block; }
.training-price small { color: var(--ink-soft); }
.training-price strong { margin-top: 4px; font-size: 2rem; letter-spacing: -.03em; }
.training-price em { color: var(--ink-soft); font-size: .9rem; font-style: normal; font-weight: 700; }
.training-price span { color: #177b3e; font-weight: 850; }
.training-card .button { width: 100%; margin-top: 24px; }

.choice-guide { background: var(--dark); color: white; }
.choice-content { min-height: 280px; display: flex; align-items: center; justify-content: space-between; gap: 42px; background-image: radial-gradient(circle at 75% 120%, rgba(54,229,111,.25), transparent 34%); }
.choice-content h2 { max-width: 650px; margin: 12px 0 10px; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1; letter-spacing: -.04em; }
.choice-content p { max-width: 640px; margin: 0; color: #aeb8b1; }
.choice-content .button { flex: 0 0 auto; }

.site-footer { padding: 62px 0 24px; background: #050706; color: #aeb6b0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid strong { color: white; margin-bottom: 7px; }
.footer-grid a:hover { color: var(--green); }
.footer-logo { display: block; width: 270px; }
.footer-logo img { width: 100%; height: auto; }
.footer-brand p { max-width: 420px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid #202521; font-size: .76rem; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; align-items: center; gap: 9px; border-radius: 999px; padding: 13px 17px; background: var(--green); color: #07120a; box-shadow: 0 16px 38px rgba(26, 177, 76, .32); font-size: .82rem; font-weight: 900; }

@media (max-width: 1120px) {
  .instagram-handle { display: none; }
  .instagram-header-link { padding: 6px; }
}

@media (max-width: 980px) {
  .origin-grid { grid-template-columns: 1fr; }
  .origin-grid { grid-template-columns: 1fr; }
  .buyer-question-content { grid-template-columns: 1fr; }
  .flight-path-heading { grid-template-columns: 1fr; gap: 20px; }
  .flight-steps { grid-template-columns: repeat(2, 1fr); }
  .flight-steps::before { display: none; }
  .flight-step:last-child { grid-column: 1 / -1; min-height: auto; }
  .header-content { gap: 14px; }
  .menu-toggle { display: block; order: 3; }
  .main-nav { position: absolute; display: none; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 18px 30px rgba(0,0,0,.08); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 8px; }
  .header-search-button span { display: none; }
  .instagram-header-link { order: 2; }
  .hero-copy { width: 68%; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-grid article:first-child { padding-left: 20px; }
  .brand-showcase { grid-template-columns: repeat(3, 1fr); }
  .instagram-follow { grid-template-columns: auto 1fr auto; }
  .instagram-follow-topics { display: none; }
  .explore-grid { grid-template-columns: 1fr 1fr; }
  .explore-drones { grid-column: 1 / -1; min-height: 390px; }
  .reviews-section { grid-template-columns: 1fr; gap: 34px; }
  .google-rating { padding: 0 0 30px; border-right: 0; border-bottom: 1px solid #2b332e; }
  .filters { grid-template-columns: 1fr 1fr; }
  .search-box { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .purchase-notes { grid-template-columns: 1fr; }
  .detail-layout { grid-template-columns: 1fr; }
  .quote-builder-layout { grid-template-columns: 1fr; }
  .detail-image { min-height: 0; }
  .used-empty { grid-template-columns: auto 1fr; }
  .used-empty .button { grid-column: 1 / -1; }
  .service-section { grid-template-columns: 1fr; gap: 40px; }
  .training-grid { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 650px) {
  .page-width { width: min(100% - 26px, 1180px); }
  .utility-content { justify-content: center; }
  .utility-content > span { display: none; }
  .utility-links a:first-child { display: none; }
  .site-header { top: 0; }
  .header-content { min-height: 70px; }
  .brand-panel { width: 150px; height: 52px; }
  .brand-panel img { width: 145px; }
  .header-search-button { padding: 10px; }
  .instagram-header-link { flex: 0 0 46px; width: 46px; height: 46px; justify-content: center; }
  .instagram-icon { width: 34px; height: 34px; }
  .hero { min-height: 570px; margin-block: 18px 30px; border-radius: 24px; align-items: flex-end; }
  .hero-background { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(4,8,5,.96) 0%, rgba(4,8,5,.75) 50%, rgba(4,8,5,.16) 100%); }
  .hero-copy { width: 100%; padding: 30px 24px 70px; }
  .hero h1 { font-size: 3.25rem; }
  .hero-caption { right: 20px; bottom: 18px; }
  .hero-actions { display: grid; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 12px; }
  .trust-grid article:first-child { padding-left: 12px; }
  .trust-grid article:last-child { border-bottom: 0; }
  .catalog-section { padding-block: 66px; }
  .buyer-question summary { min-height: 88px; padding: 20px; }
  .buyer-question-content article { padding: 24px 20px; }
  .flight-path-section { margin-top: 42px; padding-block: 64px; }
  .flight-path-heading h2 { font-size: 2.5rem; }
  .flight-steps { grid-template-columns: 1fr; gap: 10px; margin-top: 34px; }
  .flight-step, .flight-step:last-child { grid-column: auto; min-height: auto; padding: 20px; }
  .flight-step h3 { margin-top: 20px; }
  .flight-step-featured h3 { margin-top: 11px; }
  .flight-path-cta { align-items: stretch; flex-direction: column; padding: 23px 20px; }
  .flight-path-cta .button { width: 100%; }
  .explore-section { padding-top: 60px; }
  .explore-heading { display: block; }
  .explore-heading h2 { margin-top: 12px; }
  .explore-grid { grid-template-columns: 1fr; }
  .explore-card, .explore-drones { grid-column: auto; min-height: 360px; }
  .brands-section { padding-top: 60px; }
  .brands-heading { display: block; }
  .brands-heading > p { margin-top: 14px; }
  .brand-showcase { grid-template-columns: 1fr 1fr; }
  .brand-card:last-child { grid-column: 1 / -1; }
  .instagram-follow { grid-template-columns: auto 1fr; padding: 21px 19px; }
  .instagram-follow-mark { width: 54px; height: 54px; border-radius: 17px; }
  .instagram-follow-button { grid-column: 1 / -1; width: 100%; }
  .reviews-section { margin-top: 50px; padding: 28px 24px; border-radius: 24px; }
  .reviews-actions { align-items: flex-start; flex-direction: column; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 14px; }
  .catalog-tabs { grid-template-columns: 1fr; }
  .catalog-tab { align-items: flex-start; flex-direction: column; }
  .filters { grid-template-columns: 1fr; }
  .search-box { grid-column: auto; }
  .results-meta { display: block; }
  .results-meta small { display: block; margin-top: 4px; }
  .product-grid { grid-template-columns: 1fr; }
  .compare-bar { position: static; align-items: stretch; flex-direction: column; }
  .quote-dock { width: calc(100% - 26px); bottom: 12px; align-items: stretch; flex-direction: column; gap: 8px; padding: 13px; border-radius: 18px; }
  .quote-dock > div:first-child { display: none; }
  .quote-dock-actions { display: grid; grid-template-columns: auto 1fr; }
  .quote-dock-actions .button { min-height: 47px; }
  .quote-active .whatsapp-float { bottom: 86px; }
  .compare-actions { display: grid; grid-template-columns: 1fr 1.5fr; }
  .compare-actions .button { min-height: 46px; padding-inline: 12px; }
  .dialog-shell { padding: 24px; }
  .quote-dialog-shell { padding: 24px 18px; }
  .quote-dialog-intro { margin-bottom: 20px; }
  .quote-review, .quote-form { padding: 17px; border-radius: 17px; }
  .quote-form-grid { grid-template-columns: 1fr; }
  .quote-field-wide { grid-column: auto; }
  .quote-item { grid-template-columns: 52px minmax(0,1fr) 52px 28px; gap: 8px; padding: 8px; }
  .quote-item-image { width: 52px; height: 52px; }
  .quote-item-copy small { display: none; }
  .detail-image { min-height: 0; }
  .detail-facts { grid-template-columns: 1fr; }
  .detail-actions { align-items: stretch; flex-direction: column; }
  .detail-actions .button { width: 100%; }
  .used-intro { display: block; padding: 25px; }
  .used-badge { display: inline-block; margin-top: 18px; white-space: normal; }
  .condition-guide { grid-template-columns: 1fr; }
  .condition-guide article { padding: 24px; }
  .used-empty { grid-template-columns: 1fr; padding: 26px; }
  .used-empty .button { grid-column: auto; }
  .service-section { padding-block: 65px; }
  .service-list { grid-template-columns: 1fr; }
  .training-grid { padding-block: 65px; }
  .training-facts { grid-template-columns: 1fr; }
  .choice-content { min-height: 390px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 52px; height: 52px; justify-content: center; padding: 0; }
}

.filter-options { display: contents; }
.used-filters { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 10px; padding: 12px; margin-top: 20px; border-radius: 18px; background: var(--surface); }
.flight-weather { margin-block: 16px 0; border: 1px solid #d9e7de; border-radius: 16px; background: #f3f9f5; }
.flight-weather summary { display: flex; align-items: center; gap: 12px; padding: 13px 18px; cursor: pointer; list-style: none; }
.flight-weather summary::-webkit-details-marker { display: none; }
.flight-weather summary:focus-visible { outline: 3px solid var(--green-deep); outline-offset: 3px; }
.flight-weather summary strong, .flight-weather summary small { display: block; }
.flight-weather summary strong { font-size: .9rem; }
.flight-weather summary small { color: var(--ink-soft); font-size: .8rem; }
.flight-weather summary b { margin-left: auto; }
.flight-weather[open] summary b { transform: rotate(45deg); }
.weather-icon { width: 28px; height: 28px; flex-shrink: 0; fill: none; stroke: #18763c; stroke-width: 1.7; stroke-linecap: round; animation: weather-breeze 2s ease-in-out 3; }
@keyframes weather-breeze { 50% { transform: translateX(4px); } }
.weather-content { padding: 0 18px 18px; }
.weather-content p { margin-top: 0; }
.weather-content > small { display: block; margin-top: 12px; max-width: 750px; font-size: .875rem; color: var(--ink-soft); }
.mobile-filter-toggle, .mobile-disclosure > summary { display: none; }
.load-more-products { display: flex; margin: 24px auto 0; }
.load-more-products[hidden] { display: none; }
.whatsapp-icon { display: block; width: 25px; height: 25px; flex-shrink: 0; }

@media (max-width: 650px) {
  [id] { scroll-margin-top: 82px; }
  .used-filters { grid-template-columns: 1fr; }
  .flight-weather { margin-top: 12px; }
  .flight-weather summary { padding: 12px; gap: 9px; }
  .flight-weather summary strong { font-size: .875rem; }
  .flight-weather summary small { font-size: .75rem; }
  .weather-content .button { width: 100%; }
  .utility-bar { display: none; }
  .header-content { min-height: 66px; gap: 6px; }
  .brand { min-width: 0; }
  .brand-panel { width: 132px; height: 48px; }
  .brand-panel img { width: 130px; }
  .header-search-button, .menu-toggle { min-width: 44px; min-height: 44px; }
  .menu-toggle { padding: 5px; }
  .instagram-header-link { flex-basis: 44px; width: 44px; height: 44px; min-height: 44px; }
  .main-nav { max-height: calc(100dvh - 70px); overflow-y: auto; }
  .hero { min-height: 400px; margin-block: 12px 20px; border-radius: 20px; }
  .hero-copy { padding: 100px 20px 24px; }
  .hero h1 { font-size: clamp(2rem, 9vw, 2.65rem); line-height: 1.06; letter-spacing: -.045em; margin-block: 10px 14px; }
  .hero-copy > p { font-size: 1rem; line-height: 1.5; }
  .hero-copy > .eyebrow, .hero-caption { display: none; }
  .hero-actions { gap: 9px; margin-top: 20px; }
  .hero-actions .button { min-height: 46px; font-size: .875rem; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid article, .trust-grid article:first-child { min-height: 82px; padding: 12px 6px; gap: 8px; }
  .trust-grid strong { font-size: .875rem; line-height: 1.3; }
  .trust-grid small { font-size: .75rem; line-height: 1.4; }
  .trust-icon { flex-shrink: 0; width: 28px; height: 28px; font-size: .8rem; }
  .catalog-section { padding-block: 32px; }
  .section-heading h2, .flight-path-heading h2, .explore-heading h2, .brands-heading h2,
  .service-section h2, .training-section h2 { font-size: 1.85rem; line-height: 1.15; letter-spacing: -.035em; }
  .section-heading { margin-bottom: 20px; }
  .section-heading > p { font-size: 1rem; margin-top: 10px; }
  .catalog-tabs { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
  .catalog-tab { padding: 12px; min-height: 80px; justify-content: center; gap: 5px; border-radius: 14px; }
  .catalog-tab span { font-size: .875rem; line-height: 1.3; }
  .catalog-tab small { font-size: .75rem; line-height: 1.3; }
  .filters { padding: 10px; gap: 8px; }
  .search-box { min-width: 0; min-height: 50px; padding-inline: 12px; }
  .search-box input { min-width: 0; font-size: 16px; }
  .search-box svg { flex-shrink: 0; }
  .mobile-filter-toggle { display: flex; justify-content: space-between; align-items: center; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); font-size: .875rem; font-weight: 750; cursor: pointer; }
  .mobile-filter-toggle::after { content: '+'; font-size: 1.25rem; }
  .mobile-filter-toggle[aria-expanded="true"]::after { content: '−'; }
  .filter-options { display: none; }
  .filters-open .filter-options { display: grid; gap: 8px; }
  .select-box span { font-size: .75rem; }
  .select-box select { font-size: 16px; }
  .results-meta { padding-block: 15px; font-size: .875rem; }
  .results-meta small { font-size: .75rem; }
  .product-image { aspect-ratio: 1.65 / 1; }
  .product-body { padding: 16px; }
  .product-body h3 { min-height: 0; font-size: 1.125rem; margin-block: 8px 12px; overflow-wrap: anywhere; }
  .installments, .availability, .product-assurance, .price-kicker,
  .product-actions .button, .details-button, .compare-toggle, .quote-toggle { font-size: .875rem; }
  .product-actions { grid-template-columns: minmax(0,1fr) auto; }
  .product-actions .button { padding-inline: 10px; }
  .explore-section, .brands-section, .origin-guide { padding-top: 32px; }
  .explore-grid { gap: 10px; }
  .explore-card, .explore-drones { min-height: 170px; border-radius: 18px; }
  .explore-card > div { padding: 20px; }
  .explore-card strong { font-size: 1.3rem; }
  .mobile-disclosure { margin-top: 16px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
  .mobile-disclosure > summary { display: list-item; padding: 17px 18px; font-weight: 750; cursor: pointer; font-size: 1rem; }
  .mobile-disclosure > summary:focus-visible { outline: 3px solid var(--green-deep); outline-offset: -4px; }
  .mobile-disclosure[open] > summary { border-bottom: 1px solid var(--line); }
  .mobile-disclosure .origin-card { padding: 20px; border-radius: 0; box-shadow: none; }
  .mobile-disclosure .condition-guide { margin: 0; }
  .flight-path-section { padding-block: 36px; margin-top: 28px; }
  .flight-steps { margin: 0; padding: 10px; }
  .flight-path-section .mobile-disclosure { border-color: #435247; }
  .flight-step, .steps-ready .flight-step { opacity: 1; transform: none; }
  .flight-step-top { min-height: 44px; }
  .flight-step-icon { width: 44px; height: 44px; }
  .flight-step-icon svg { width: 30px; height: 30px; }
  .flight-step h3 { margin-top: 12px; }
  .flight-path-cta { margin-top: 18px; }
  .quote-field input, .quote-field textarea { font-size: 16px; }
  .quote-field > span, .quote-privacy, .quote-print-help { font-size: .875rem; }
  .quote-item-copy strong { white-space: normal; }
  .quote-remove { min-height: 44px; }
  .site-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 20px); border-radius: 20px; }
  .detail-copy h2, .compare-dialog h2, .quote-dialog-shell > h2 { font-size: 1.6rem; line-height: 1.2; overflow-wrap: anywhere; }
  .whatsapp-float { right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); width: 56px; height: 56px; background: #25d366; color: #fff; }
  .whatsapp-icon { width: 29px; height: 29px; }
  .quote-active .whatsapp-float { bottom: calc(90px + env(safe-area-inset-bottom)); }
  .quote-dock { bottom: calc(12px + env(safe-area-inset-bottom)); }
  .footer-bottom { padding-bottom: 88px; }
}

@media (max-width: 640px) {
  .used-intro { padding: 20px; gap: 14px; }
  .used-intro h3 { font-size: 1.4rem; }
  .used-intro p { font-size: .92rem; line-height: 1.5; }
  .product-body h3 { font-size: 1rem; line-height: 1.4; min-height: 0; overflow-wrap: anywhere; }
  .detail-copy { display: flex; flex-direction: column; }
  .detail-copy > .product-category { order: -5; }
  .detail-copy > h2 { order: -4; font-size: 1.3rem; }
  .detail-copy > .detail-price { order: -3; }
  .detail-copy > .detail-actions { order: -2; margin-bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .weather-icon { animation: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
