:root {
  --ink: #16333a;
  --muted: #607980;
  --teal: #0a6070;
  --teal-dark: #064b59;
  --teal-deep: #073d49;
  --mint: #dff5f0;
  --aqua: #87d8cc;
  --sky: #eaf7f7;
  --cream: #fbfaf6;
  --white: #ffffff;
  --line: rgba(10, 96, 112, .13);
  --shadow: 0 22px 55px rgba(7, 61, 73, .12);
  --shadow-soft: 0 12px 32px rgba(7, 61, 73, .09);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
svg { display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; position: relative; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 200; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251, 250, 246, .88); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 10px 30px rgba(7, 61, 73, .06); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(145deg, var(--teal), #0f8793); color: #fff; box-shadow: 0 10px 24px rgba(10, 96, 112, .22); }
.brand-mark svg { width: 30px; height: 30px; fill: currentColor; }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-size: 16px; letter-spacing: -.02em; }
.brand-copy small { color: var(--muted); font-size: 12px; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.nav-cta) { color: #48646b; transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--teal); }
.nav-cta { color: #fff; background: var(--teal); padding: 12px 18px; border-radius: 14px; box-shadow: 0 10px 25px rgba(10, 96, 112, .17); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: #fff; border-radius: 13px; box-shadow: var(--shadow-soft); cursor: pointer; padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .25s ease; }

.hero { min-height: 720px; display: flex; align-items: center; padding-top: 85px; padding-bottom: 105px; background: radial-gradient(circle at 92% 20%, rgba(135,216,204,.2), transparent 30%), linear-gradient(180deg, #fbfaf6 0%, #f4fbf9 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; color: var(--teal); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 5px rgba(135,216,204,.18); }
.hero h1 { font-size: clamp(48px, 6.2vw, 78px); line-height: .98; letter-spacing: -.055em; margin: 21px 0 24px; max-width: 760px; }
.hero h1 span { color: var(--teal); position: relative; }
.hero h1 span::after { content: ""; position: absolute; left: 1%; right: 6%; bottom: -8px; height: 11px; border-radius: 50%; border-top: 3px solid var(--aqua); transform: rotate(-1.5deg); opacity: .9; }
.hero-lead { font-size: 18px; color: var(--muted); max-width: 650px; margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border-radius: 16px; font-weight: 800; font-size: 15px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--teal); color: #fff; box-shadow: 0 14px 34px rgba(10, 96, 112, .22); }
.btn-primary:hover { background: var(--teal-dark); }
.btn-secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.btn-secondary svg { width: 18px; height: 18px; fill: var(--teal); }
.experience-strip { margin-top: 38px; display: inline-flex; align-items: center; gap: 14px; padding: 10px 16px 10px 10px; border-radius: 18px; background: rgba(255,255,255,.78); border: 1px solid rgba(10,96,112,.09); box-shadow: 0 10px 30px rgba(7,61,73,.06); }
.experience-number { min-width: 58px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--teal-deep); border-radius: 14px; font-weight: 900; font-size: 18px; }
.experience-strip div:last-child { display: grid; line-height: 1.25; }
.experience-strip strong { font-size: 14px; }
.experience-strip span { font-size: 12px; color: var(--muted); margin-top: 2px; }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.visual-card { position: relative; width: min(100%, 470px); aspect-ratio: .94; background: linear-gradient(145deg, #d9f3ee 0%, #eaf8f5 58%, #c8eee8 100%); border-radius: 50% 50% 44% 56% / 45% 56% 44% 55%; box-shadow: 0 34px 80px rgba(7,61,73,.16); display: grid; place-items: center; transform: rotate(2deg); }
.visual-card::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.72); border-radius: inherit; }
.ear-illustration { position: relative; width: 58%; z-index: 2; transform: rotate(-2deg); filter: drop-shadow(0 22px 15px rgba(7,61,73,.13)); }
.ear-illustration svg { width: 100%; }
.ear-line { fill: rgba(255,255,255,.88); stroke: var(--teal); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }
.ear-inner { fill: none; stroke: #5fbfb5; stroke-width: 7; stroke-linecap: round; }
.sound-rings { position: absolute; left: 12%; top: 27%; width: 96px; height: 96px; }
.sound-rings i { position: absolute; inset: 50% auto auto 0; border: 2px solid rgba(10,96,112,.22); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: translateY(-50%) rotate(45deg); }
.sound-rings i:nth-child(1) { width: 40px; height: 40px; }
.sound-rings i:nth-child(2) { width: 64px; height: 64px; }
.sound-rings i:nth-child(3) { width: 88px; height: 88px; }
.tech-pill { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.9); border: 1px solid rgba(10,96,112,.08); box-shadow: 0 10px 24px rgba(7,61,73,.09); color: var(--teal-deep); padding: 9px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.tech-pill span { color: var(--teal); font-weight: 900; }
.pill-bluetooth { right: 3%; top: 20%; }
.pill-hd { right: 7%; bottom: 19%; }
.pill-battery { left: 10%; bottom: 15%; }
.floating-note { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: rgba(255,255,255,.94); border: 1px solid rgba(10,96,112,.08); box-shadow: var(--shadow); border-radius: 17px; }
.floating-note > span { font-size: 25px; }
.floating-note div { display: grid; line-height: 1.15; }
.floating-note strong { font-size: 13px; }
.floating-note small { font-size: 11px; color: var(--muted); margin-top: 3px; }
.note-one { left: -2%; top: 18%; }
.note-two { right: -3%; bottom: 12%; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-one { width: 220px; height: 220px; left: -100px; bottom: 10%; background: rgba(135,216,204,.16); filter: blur(2px); }
.hero-orb-two { width: 90px; height: 90px; right: 5%; top: 10%; border: 18px solid rgba(10,96,112,.05); }

.trust-band { position: relative; margin-top: -42px; z-index: 5; }
.trust-grid { background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(3, 1fr); padding: 16px 20px; }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 11px 20px; }
.trust-grid > div + div { border-left: 1px solid var(--line); }
.trust-icon { min-width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: var(--mint); color: var(--teal); font-weight: 900; font-size: 13px; }
.trust-grid p { margin: 0; display: grid; line-height: 1.25; }
.trust-grid strong { font-size: 14px; }
.trust-grid small { color: var(--muted); font-size: 12px; margin-top: 2px; }

.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .technology h2, .info-card h2, .cta-card h2 { letter-spacing: -.045em; line-height: 1.06; }
.section-heading h2 { font-size: clamp(34px, 4.2vw, 54px); margin: 14px 0 16px; }
.section-heading p { color: var(--muted); font-size: 17px; margin: 0; }
.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; background: #fff; border: 1px solid rgba(10,96,112,.09); border-radius: var(--radius-lg); padding: 27px; min-height: 230px; overflow: hidden; box-shadow: 0 9px 28px rgba(7,61,73,.05); transition: .25s ease; }
.service-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -45px; bottom: -45px; border-radius: 50%; background: var(--mint); transition: .3s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); border-color: rgba(10,96,112,.18); }
.service-card:hover::after { transform: scale(1.25); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: var(--mint); font-size: 23px; margin-bottom: 24px; }
.service-card h3 { font-size: 19px; line-height: 1.2; margin: 0 0 11px; letter-spacing: -.02em; position: relative; z-index: 2; }
.service-card p { color: var(--muted); font-size: 14px; margin: 0; position: relative; z-index: 2; }

.models-section { background: var(--teal-deep); color: #fff; overflow: hidden; }
.models-section::before, .models-section::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); }
.models-section::before { width: 480px; height: 480px; right: -230px; top: -190px; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); }
.models-section::after { width: 220px; height: 220px; left: -110px; bottom: -70px; }
.section-heading.light .eyebrow { color: var(--aqua); }
.section-heading.light p { color: #b9ced2; }
.models-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; position: relative; z-index: 2; }
.model-card { min-height: 485px; border-radius: 30px; padding: 30px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); display: flex; flex-direction: column; }
.model-top { display: flex; gap: 16px; align-items: center; }
.model-emoji { width: 68px; height: 68px; border-radius: 20px; display: grid; place-items: center; font-size: 35px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.12); }
.model-code { color: var(--aqua); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.model-card h3 { font-size: clamp(24px, 3vw, 34px); letter-spacing: -.035em; line-height: 1.06; margin: 3px 0 0; }
.model-card > p { color: #d3e2e5; font-size: 16px; margin: 25px 0 20px; }
.feature-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.feature-chips span { padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.09); color: #dff7f3; font-size: 12px; font-weight: 700; }
.mini-visual { margin-top: auto; height: 145px; border-radius: 22px; background: linear-gradient(135deg, rgba(135,216,204,.16), rgba(255,255,255,.05)); border: 1px solid rgba(255,255,255,.08); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; gap: 28px; }
.mini-ear { width: 76px; height: 96px; border-radius: 50% 42% 46% 55%; border: 7px solid #b3e8df; display: grid; place-items: center; font-size: 11px; font-weight: 900; color: var(--aqua); transform: rotate(-8deg); }
.wave { display: flex; align-items: center; gap: 6px; height: 55px; }
.wave i { width: 5px; border-radius: 5px; background: var(--aqua); display: block; }
.wave i:nth-child(1) { height: 22px; }.wave i:nth-child(2) { height: 42px; }.wave i:nth-child(3) { height: 30px; }
.device-shape { width: 66px; height: 97px; border-radius: 36px 36px 26px 26px; background: linear-gradient(160deg, #b2e6df, #6fc8bc); transform: rotate(-12deg); position: relative; box-shadow: inset -8px -8px 18px rgba(7,61,73,.16); }
.device-shape::after { content: ""; position: absolute; width: 36px; height: 74px; border: 4px solid #b2e6df; border-left: 0; border-bottom: 0; border-radius: 0 42px 0 0; right: -30px; top: 12px; }
.device-shape span { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--teal-deep); left: 50%; bottom: 17px; transform: translateX(-50%); }

.technology { background: #eef8f6; }
.technology-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.technology-copy h2 { font-size: clamp(36px, 4.5vw, 58px); margin: 14px 0 18px; }
.technology-copy > p { color: var(--muted); font-size: 17px; max-width: 500px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; color: var(--teal); font-weight: 800; }
.text-link span { width: 30px; height: 30px; border-radius: 50%; background: #fff; display: grid; place-items: center; box-shadow: 0 8px 20px rgba(7,61,73,.08); }
.technology-cards { display: grid; gap: 14px; }
.tech-card { display: grid; grid-template-columns: 70px 1fr; gap: 19px; align-items: center; background: #fff; padding: 22px; border-radius: 22px; border: 1px solid rgba(10,96,112,.08); box-shadow: 0 12px 30px rgba(7,61,73,.06); }
.tech-icon { width: 66px; height: 66px; border-radius: 20px; display: grid; place-items: center; background: linear-gradient(145deg, var(--mint), #f5fffd); font-size: 29px; }
.tech-card h3 { margin: 0 0 6px; font-size: 19px; letter-spacing: -.02em; }
.tech-card p { margin: 0; color: var(--muted); font-size: 14px; }

.attention { background: #fff; }
.age-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.age-card { display: grid; grid-template-columns: 104px 1fr; gap: 26px; align-items: center; padding: 32px; border-radius: 26px; background: var(--cream); border: 1px solid var(--line); }
.age-number { width: 100px; height: 100px; border-radius: 30px; background: var(--teal); color: #fff; display: grid; place-items: center; grid-template-columns: auto auto; font-size: 42px; font-weight: 900; line-height: 1; box-shadow: 0 18px 36px rgba(10,96,112,.18); }
.age-number span { font-size: 18px; align-self: start; margin-top: 25px; }
.age-card h3 { margin: 0 0 8px; font-size: 22px; letter-spacing: -.025em; }
.age-card p { color: var(--muted); margin: 0; font-size: 14px; }

.info-section { background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); padding-top: 30px; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.info-card { min-height: 420px; border-radius: 30px; padding: 35px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 32px rgba(7,61,73,.05); position: relative; overflow: hidden; }
.info-card.accent { background: var(--teal-deep); color: #fff; }
.info-card.accent .eyebrow { color: var(--aqua); }
.info-card.accent p { color: #c4d8dc; }
.info-icon { width: 56px; height: 56px; border-radius: 18px; background: var(--mint); display: grid; place-items: center; color: var(--teal); font-size: 25px; margin-bottom: 28px; }
.info-card.accent .info-icon { background: rgba(255,255,255,.1); color: #fff; }
.info-card h2 { font-size: clamp(32px, 4vw, 46px); margin: 12px 0 22px; }
.schedule { display: grid; gap: 12px; }
.schedule div { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 15px 17px; background: #f5faf9; border-radius: 16px; border: 1px solid rgba(10,96,112,.07); }
.schedule span { color: var(--muted); font-size: 13px; }
.schedule strong { font-size: 14px; }
.location-art { width: 230px; height: 170px; position: absolute; right: -5px; bottom: -12px; opacity: .95; }
.location-art span { position: absolute; width: 94px; height: 94px; border: 3px solid rgba(135,216,204,.55); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); right: 68px; top: 5px; }
.location-art span::after { content: ""; width: 24px; height: 24px; border-radius: 50%; border: 3px solid rgba(135,216,204,.75); position: absolute; left: 32px; top: 32px; }
.location-art i, .location-art b { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.location-art i { width: 180px; height: 46px; bottom: 10px; right: 12px; }
.location-art b { width: 125px; height: 32px; bottom: 17px; right: 40px; }

.cta-section { padding-top: 45px; }
.cta-card { border-radius: 34px; padding: 46px; background: linear-gradient(120deg, #d9f3ee, #f4fbf9); border: 1px solid rgba(10,96,112,.1); display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: center; position: relative; overflow: hidden; }
.cta-card::after { content: ""; position: absolute; right: -90px; top: -100px; width: 280px; height: 280px; border-radius: 50%; border: 40px solid rgba(10,96,112,.045); }
.cta-copy { position: relative; z-index: 2; }
.cta-card h2 { font-size: clamp(34px, 4vw, 50px); margin: 14px 0 16px; }
.cta-card p { color: var(--muted); margin: 0; max-width: 750px; }
.cta-phone { position: relative; z-index: 2; min-height: 132px; padding: 22px 25px; border-radius: 24px; background: var(--teal); color: #fff; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-items: center; box-shadow: 0 18px 40px rgba(10,96,112,.2); transition: .2s ease; }
.cta-phone:hover { transform: translateY(-3px); background: var(--teal-dark); }
.cta-phone small { color: #c7eeea; font-weight: 700; }
.cta-phone strong { font-size: clamp(20px, 2.5vw, 28px); letter-spacing: -.02em; }
.cta-phone span { grid-column: 2; grid-row: 1 / 3; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); font-size: 24px; }

.site-footer { background: #062f38; color: #dcebec; padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr; gap: 60px; }
.footer-brand-logo .brand-mark { background: rgba(255,255,255,.1); box-shadow: none; }
.footer-brand-logo .brand-copy small { color: #9fbcc0; }
.footer-brand > p { color: #98b6bb; font-size: 13px; max-width: 380px; margin-top: 18px; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 10px; font-size: 13px; }
.footer-links strong, .footer-contact strong { color: #fff; margin-bottom: 5px; font-size: 14px; }
.footer-links a, .footer-contact a, .footer-contact span { color: #a7c0c4; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-bottom { margin-top: 46px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; color: #86a5aa; font-size: 12px; }
.footer-bottom a { color: #bcd1d4; }

.floating-call { position: fixed; right: 20px; bottom: 20px; z-index: 90; min-height: 52px; padding: 0 17px; border-radius: 18px; background: var(--teal); color: #fff; display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; box-shadow: 0 16px 35px rgba(7,61,73,.26); transition: .2s ease; }
.floating-call:hover { transform: translateY(-3px); background: var(--teal-dark); }
.floating-call svg { width: 19px; height: 19px; fill: currentColor; }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 1000px) {
  .main-nav { gap: 16px; }
  .main-nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .experience-strip { margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 430px; }
  .visual-card { width: min(78vw, 440px); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .technology-grid { grid-template-columns: 1fr; gap: 35px; }
  .technology-copy { text-align: center; }
  .technology-copy > p { margin-left: auto; margin-right: auto; }
  .age-grid { grid-template-columns: 1fr; }
  .cta-card { grid-template-columns: 1fr; }
  .cta-phone { max-width: 470px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 76px 0; }
  .header-inner { height: 72px; }
  .brand-mark { width: 42px; height: 42px; flex-basis: 42px; border-radius: 14px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 11px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 72px; left: 14px; right: 14px; background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); padding: 12px; }
  .main-nav.open { display: grid; gap: 5px; }
  .main-nav.open > a { display: block !important; padding: 12px 13px; border-radius: 12px; }
  .main-nav.open .nav-cta { text-align: center; margin-top: 3px; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 62px; padding-bottom: 90px; }
  .hero h1 { font-size: clamp(43px, 13vw, 65px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .hero-visual { min-height: 385px; }
  .visual-card { width: min(92vw, 390px); }
  .note-one { left: -1%; top: 8%; }
  .note-two { right: -1%; bottom: 5%; }
  .floating-note { padding: 9px 11px; }
  .pill-bluetooth { right: 2%; top: 24%; }
  .pill-hd { right: 4%; bottom: 22%; }
  .pill-battery { left: 6%; bottom: 18%; }
  .trust-band { margin-top: -34px; }
  .trust-grid { grid-template-columns: 1fr; padding: 10px; }
  .trust-grid > div { justify-content: flex-start; }
  .trust-grid > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .service-grid, .models-grid, .info-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 205px; }
  .model-card { min-height: 455px; padding: 25px; }
  .age-card { grid-template-columns: 80px 1fr; gap: 18px; padding: 24px; }
  .age-number { width: 78px; height: 78px; border-radius: 23px; font-size: 32px; }
  .age-number span { font-size: 14px; margin-top: 20px; }
  .info-card { min-height: 370px; padding: 27px; }
  .schedule div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .cta-card { padding: 30px 24px; border-radius: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { gap: 20px; flex-wrap: wrap; }
  .floating-call { right: 14px; bottom: 14px; border-radius: 16px; }
}

@media (max-width: 480px) {
  .brand-copy { display: none; }
  .hero-visual { min-height: 340px; }
  .floating-note { transform: scale(.88); }
  .note-one { left: -7%; }
  .note-two { right: -7%; }
  .tech-pill { font-size: 10px; padding: 7px 9px; }
  .models-section .section-heading h2 { font-size: 35px; }
  .model-top { align-items: flex-start; }
  .model-emoji { width: 58px; height: 58px; flex: 0 0 58px; }
  .model-card h3 { font-size: 24px; }
  .tech-card { grid-template-columns: 56px 1fr; padding: 18px; }
  .tech-icon { width: 54px; height: 54px; border-radius: 16px; font-size: 23px; }
  .age-card { grid-template-columns: 1fr; }
  .age-number { margin-bottom: 4px; }
  .cta-phone { grid-template-columns: 1fr auto; }
  .floating-call span { display: none; }
  .floating-call { width: 52px; padding: 0; justify-content: center; border-radius: 50%; }
}
