/*
Theme Name: Otofon Light
Theme URI: https://otofon.al/
Author: Enis Solutions
Author URI: https://enissolution.pro/
Description: Temë e shpejtë, responsive dhe SEO-ready për Qendrat e Dëgjimit OTOFON.
Version: 2.1.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: otofon-light
License: GNU General Public License v2 or later
*/

:root {
  --oto-navy: #092b63;
  --oto-blue: #145cc7;
  --oto-sky: #1aa4d8;
  --oto-mint: #e9f8f8;
  --oto-aqua: #0e8f8c;
  --oto-orange: #f28c45;
  --oto-ink: #13233d;
  --oto-muted: #60708a;
  --oto-soft: #f4f7fb;
  --oto-line: #dce5f0;
  --oto-white: #fff;
  --oto-shadow: 0 18px 55px rgba(8, 37, 82, .11);
  --oto-shadow-soft: 0 10px 30px rgba(8, 37, 82, .08);
  --oto-radius: 24px;
  --oto-radius-sm: 15px;
  --oto-wrap: 1180px;
  --oto-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body {
  margin: 0;
  color: var(--oto-ink);
  background: var(--oto-white);
  font-family: var(--oto-font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--oto-blue); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--oto-navy); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0 0 .65em; color: var(--oto-navy); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 6vw, 5.3rem); }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0 0 1.25rem; }
ul, ol { margin-top: 0; }
::selection { color: #fff; background: var(--oto-blue); }

.oto-wrap { width: min(calc(100% - 40px), var(--oto-wrap)); margin-inline: auto; }
.oto-section { position: relative; padding: clamp(72px, 9vw, 120px) 0; overflow: clip; }
.oto-section--soft { background: var(--oto-soft); }
.oto-section--mint { background: linear-gradient(135deg, #effafa, #f7fbff 62%, #edf3ff); }
.oto-section-head { max-width: 760px; margin-bottom: 42px; }
.oto-section-head--center { margin-inline: auto; text-align: center; }
.oto-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 15px; color: var(--oto-blue); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.oto-eyebrow::before { width: 25px; height: 2px; content: ""; background: var(--oto-orange); border-radius: 999px; }
.oto-lead { color: var(--oto-muted); font-size: clamp(1.06rem, 2vw, 1.24rem); }
.oto-kicker { margin-bottom: 10px; color: var(--oto-aqua); font-weight: 800; }
.oto-muted { color: var(--oto-muted); }
.oto-grid { display: grid; gap: 24px; }
.oto-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.oto-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.oto-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.screen-reader-text, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; color: #fff; background: var(--oto-navy); border-radius: 8px; }
:focus-visible { outline: 3px solid rgba(242, 140, 69, .75); outline-offset: 3px; }

.oto-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; color: #fff; background: var(--oto-blue); box-shadow: 0 10px 25px rgba(20, 92, 199, .2); font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.oto-btn:hover { color: #fff; background: var(--oto-navy); box-shadow: 0 15px 32px rgba(9, 43, 99, .24); transform: translateY(-2px); }
.oto-btn--orange { background: var(--oto-orange); box-shadow: 0 10px 25px rgba(242, 140, 69, .24); }
.oto-btn--ghost { color: var(--oto-navy); background: rgba(255,255,255,.82); border-color: rgba(9,43,99,.16); box-shadow: none; backdrop-filter: blur(12px); }
.oto-btn--ghost:hover { color: var(--oto-navy); background: #fff; }
.oto-btn--small { min-height: 42px; padding: 8px 17px; font-size: .9rem; }
.oto-link { display: inline-flex; align-items: center; gap: 7px; color: var(--oto-blue); font-weight: 800; text-decoration: none; }
.oto-link::after { content: "→"; transition: transform .2s ease; }
.oto-link:hover::after { transform: translateX(4px); }

.oto-topbar { color: #dce9ff; background: var(--oto-navy); font-size: .84rem; }
.oto-topbar__inner { display: flex; min-height: 39px; align-items: center; justify-content: space-between; gap: 18px; }
.oto-topbar a { color: #fff; text-decoration: none; }
.oto-topbar__group { display: flex; align-items: center; gap: 20px; }
.oto-site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,229,240,.82); backdrop-filter: blur(18px); transition: box-shadow .2s ease; }
.admin-bar .oto-site-header { top: 32px; }
.oto-site-header.is-scrolled { box-shadow: 0 10px 35px rgba(9,43,99,.09); }
.oto-navbar { display: flex; min-height: 79px; align-items: center; justify-content: space-between; gap: 24px; }
.oto-brand { display: inline-flex; width: 185px; flex: 0 0 auto; align-items: center; }
.oto-brand img, .oto-brand .custom-logo { width: 100%; max-height: 58px; object-fit: contain; object-position: left center; }
.oto-nav-shell { display: flex; align-items: center; gap: 23px; }
.oto-menu { display: flex; align-items: center; gap: 3px; padding: 0; margin: 0; list-style: none; }
.oto-menu li { position: relative; }
.oto-menu a { display: block; padding: 10px 11px; color: var(--oto-ink); border-radius: 10px; font-size: .93rem; font-weight: 750; text-decoration: none; }
.oto-menu a:hover, .oto-menu .current-menu-item > a, .oto-menu .current_page_item > a { color: var(--oto-blue); background: #f1f6ff; }
.oto-menu .sub-menu { position: absolute; top: calc(100% + 8px); left: 0; width: 230px; padding: 10px; margin: 0; visibility: hidden; opacity: 0; list-style: none; background: #fff; border: 1px solid var(--oto-line); border-radius: 14px; box-shadow: var(--oto-shadow); transform: translateY(8px); transition: .2s ease; }
.oto-menu li:hover > .sub-menu, .oto-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.oto-lang { display: flex; gap: 4px; }
.oto-lang a { padding: 5px 7px; color: var(--oto-muted); font-size: .75rem; font-weight: 850; text-decoration: none; text-transform: uppercase; }
.oto-lang .current-lang a, .oto-lang a.is-current { color: #fff; background: var(--oto-blue); border-radius: 7px; }
.oto-menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 12px; background: var(--oto-soft); }
.oto-menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--oto-navy); border-radius: 99px; transition: .2s ease; }

.oto-hero { min-height: 690px; display: grid; align-items: center; padding: clamp(72px, 8vw, 120px) 0; background: linear-gradient(105deg, #f6f9ff 0%, #eef5ff 51%, #edfafa 100%); overflow: hidden; }
.oto-hero::before, .oto-hero::after { position: absolute; content: ""; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.oto-hero::before { top: -180px; right: -80px; width: 520px; height: 520px; background: rgba(26,164,216,.12); }
.oto-hero::after { bottom: -230px; left: 30%; width: 500px; height: 500px; background: rgba(242,140,69,.09); }
.oto-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(35px, 6vw, 84px); }
.oto-hero h1 span { color: var(--oto-blue); }
.oto-hero__copy { max-width: 655px; }
.oto-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.oto-hero__proof { display: flex; flex-wrap: wrap; gap: 18px; color: var(--oto-muted); font-size: .9rem; font-weight: 700; }
.oto-hero__proof span { display: inline-flex; align-items: center; gap: 7px; }
.oto-check { display: inline-grid; width: 22px; height: 22px; place-items: center; color: #fff; background: var(--oto-aqua); border-radius: 50%; font-size: .75rem; }
.oto-hero__visual { position: relative; min-height: 545px; }
.oto-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 45% 24px 42% 24px; box-shadow: 0 35px 80px rgba(8,37,82,.2); }
.oto-float-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; max-width: 245px; padding: 14px 17px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 17px; box-shadow: var(--oto-shadow); backdrop-filter: blur(14px); }
.oto-float-card--one { bottom: 28px; left: -35px; }
.oto-float-card--two { top: 34px; right: -23px; }
.oto-float-card strong { display: block; color: var(--oto-navy); font-size: .92rem; line-height: 1.25; }
.oto-float-card small { color: var(--oto-muted); }
.oto-icon { display: inline-grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; color: var(--oto-blue); background: #eaf2ff; border-radius: 14px; }
.oto-icon svg { width: 25px; height: 25px; stroke: currentColor; }

.oto-trust { position: relative; z-index: 3; margin-top: -38px; }
.oto-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--oto-line); border-radius: 22px; box-shadow: var(--oto-shadow); }
.oto-trust__item { display: flex; align-items: center; gap: 13px; padding: 22px 24px; }
.oto-trust__item + .oto-trust__item { border-left: 1px solid var(--oto-line); }
.oto-trust__item strong { display: block; color: var(--oto-navy); line-height: 1.25; }
.oto-trust__item small { color: var(--oto-muted); }

.oto-hearing-check { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.oto-hearing-check__intro { max-width: 520px; }
.oto-hearing-check__card { padding: clamp(25px, 4vw, 42px); background: #fff; border: 1px solid var(--oto-line); border-radius: 28px; box-shadow: var(--oto-shadow); }
.oto-hearing-check__options { display: grid; gap: 10px; margin: 0 0 20px; }
.oto-symptom { display: flex; width: 100%; align-items: center; gap: 13px; padding: 14px 16px; color: var(--oto-ink); background: var(--oto-soft); border: 1px solid transparent; border-radius: 14px; font-weight: 720; text-align: left; transition: .2s ease; }
.oto-symptom::before { display: grid; width: 25px; height: 25px; flex: 0 0 auto; content: ""; place-items: center; background: #fff; border: 2px solid #c8d6e8; border-radius: 8px; }
.oto-symptom:hover { border-color: rgba(20,92,199,.22); transform: translateY(-1px); }
.oto-symptom[aria-pressed="true"] { color: var(--oto-navy); background: #eef5ff; border-color: rgba(20,92,199,.25); }
.oto-symptom[aria-pressed="true"]::before { content: "✓"; color: #fff; background: var(--oto-blue); border-color: var(--oto-blue); font-size: .8rem; font-weight: 900; }
.oto-hearing-check__result { min-height: 80px; padding: 16px 18px; color: var(--oto-muted); background: linear-gradient(135deg, #f5f8fd, #eefafa); border-radius: 14px; }
.oto-hearing-check__result strong { display: block; margin-bottom: 3px; color: var(--oto-navy); }
.oto-hearing-check__note { margin: 14px 0 0; color: var(--oto-muted); font-size: .78rem; }

.oto-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.oto-filter { padding: 9px 16px; color: var(--oto-muted); background: #fff; border: 1px solid var(--oto-line); border-radius: 999px; font-weight: 750; }
.oto-filter[aria-pressed="true"], .oto-filter:hover { color: #fff; background: var(--oto-navy); border-color: var(--oto-navy); }
.oto-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
.oto-product { position: relative; display: flex; min-height: 100%; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--oto-line); border-radius: var(--oto-radius); box-shadow: var(--oto-shadow-soft); transition: transform .25s ease, box-shadow .25s ease; }
.oto-product:hover { box-shadow: var(--oto-shadow); transform: translateY(-6px); }
.oto-product.is-hidden { display: none; }
.oto-product__media { position: relative; display: grid; min-height: 245px; place-items: center; padding: 22px; background: linear-gradient(145deg, #f1f6ff, #f4fbfb); overflow: hidden; }
.oto-product__media::after { position: absolute; right: -30px; bottom: -45px; width: 150px; height: 150px; content: ""; background: rgba(26,164,216,.12); border-radius: 50%; }
.oto-product__media img { position: relative; z-index: 1; width: 100%; height: 205px; object-fit: contain; transition: transform .35s ease; }
.oto-product:hover .oto-product__media img { transform: scale(1.045); }
.oto-product__badge { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 6px 10px; color: #fff; background: var(--oto-blue); border-radius: 999px; font-size: .7rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.oto-product__body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.oto-product__body h2, .oto-product__body h3 { font-size: 1.42rem; letter-spacing: -.025em; }
.oto-product__brand { margin-bottom: 7px; color: var(--oto-aqua); font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.oto-product__body p { color: var(--oto-muted); }
.oto-product__body .oto-link { margin-top: auto; }

.oto-service { padding: 30px; background: #fff; border: 1px solid var(--oto-line); border-radius: var(--oto-radius); box-shadow: var(--oto-shadow-soft); transition: .25s ease; }
.oto-service:hover { border-color: rgba(20,92,199,.25); transform: translateY(-5px); }
.oto-service .oto-icon { margin-bottom: 20px; }
.oto-service p { color: var(--oto-muted); }
.oto-service--media { overflow: hidden; }
.oto-service--media > img { width: calc(100% + 60px); height: 210px; margin: -30px -30px 22px; object-fit: cover; object-position: center 28%; }

.oto-aid-types { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.oto-aid-types article { padding: 22px 22px 25px; text-align: center; background: #fff; border: 1px solid var(--oto-line); border-radius: var(--oto-radius); box-shadow: var(--oto-shadow-soft); }
.oto-aid-types img { width: 100%; aspect-ratio: 1; object-fit: contain; border-radius: 18px; }
.oto-aid-types h3 { margin-top: 14px; font-size: 1.45rem; }
.oto-aid-types p { margin-bottom: 0; color: var(--oto-muted); }

.oto-education-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(32px, 6vw, 80px); }
.oto-education-grid figure { margin: 0; }
.oto-education-grid img { width: 100%; max-height: 580px; object-fit: contain; background: #fff; border: 1px solid var(--oto-line); border-radius: 26px; box-shadow: var(--oto-shadow-soft); }

.oto-team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.oto-team-grid--preview { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.oto-team-grid article { overflow: hidden; background: #fff; border: 1px solid var(--oto-line); border-radius: 20px; box-shadow: var(--oto-shadow-soft); }
.oto-team-grid img { width: 100%; aspect-ratio: 4 / 4.25; object-fit: cover; object-position: center top; }
.oto-team-grid article > div { padding: 18px 20px 20px; }
.oto-team-grid h3 { margin: 0; font-size: 1.08rem; }
.oto-team-grid p { margin: 4px 0 0; color: var(--oto-muted); font-size: .9rem; }
.oto-section-action { margin: 34px 0 0; text-align: center; }

.oto-brand-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: center; gap: 18px; padding: 30px; background: #fff; border: 1px solid var(--oto-line); border-radius: 22px; box-shadow: var(--oto-shadow-soft); }
.oto-brand-strip img { width: 100%; height: 60px; padding: 8px; object-fit: contain; filter: saturate(.9); }

.oto-app-promo { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(35px, 7vw, 90px); }
.oto-app-promo__screens { position: relative; display: flex; min-height: 520px; align-items: flex-end; justify-content: center; gap: 18px; padding: 25px; background: linear-gradient(145deg, #dcecff, #e9f8f8); border-radius: 32px; overflow: hidden; }
.oto-app-promo__screens img { width: min(43%, 230px); max-height: 470px; object-fit: cover; object-position: top; border: 7px solid #fff; border-radius: 24px; box-shadow: var(--oto-shadow); }
.oto-app-promo__screens img:last-child { transform: translateY(-30px); }

.oto-material-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 20px; }
.oto-material-grid figure { display: grid; min-height: 230px; place-items: center; padding: 25px; margin: 0; background: #fff; border: 1px solid var(--oto-line); border-radius: 22px; box-shadow: var(--oto-shadow-soft); }
.oto-material-grid img { width: 100%; max-height: 260px; object-fit: contain; }

.oto-service-media { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.oto-service-media figure { position: relative; min-height: 420px; margin: 0; overflow: hidden; border-radius: 22px; box-shadow: var(--oto-shadow-soft); }
.oto-service-media img { width: 100%; height: 100%; object-fit: cover; }
.oto-service-media figcaption { position: absolute; right: 15px; bottom: 15px; left: 15px; padding: 12px; color: #fff; background: rgba(7,29,66,.82); border-radius: 12px; font-weight: 800; text-align: center; backdrop-filter: blur(7px); }

.oto-center-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.oto-center-gallery img { width: 100%; height: 300px; object-fit: cover; border-radius: 18px; box-shadow: var(--oto-shadow-soft); }
.oto-center-gallery img:nth-child(2), .oto-center-gallery img:nth-child(5) { object-position: center 65%; }
.oto-doctor-card { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); align-items: center; gap: 55px; padding: 45px; background: #fff; border: 1px solid var(--oto-line); border-radius: 28px; box-shadow: var(--oto-shadow-soft); }
.oto-doctor-card img { width: 100%; max-height: 500px; object-fit: contain; }
.oto-rounded-media { width: 100%; max-height: 620px; object-fit: cover; border-radius: 28px; box-shadow: var(--oto-shadow); }
.oto-content-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 30px 0; }
.oto-content-stats span { display: flex; min-height: 105px; flex-direction: column; justify-content: center; padding: 18px; color: var(--oto-muted); background: #f3f7fd; border: 1px solid var(--oto-line); border-radius: 16px; text-align: center; }
.oto-content-stats strong { color: var(--oto-blue); font-size: 1.8rem; }

.oto-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 7vw, 90px); }
.oto-image-stack { position: relative; padding: 0 0 45px 35px; }
.oto-image-stack__main { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; box-shadow: var(--oto-shadow); }
.oto-image-stack__small { position: absolute; right: -18px; bottom: 0; width: 43%; aspect-ratio: 1; object-fit: cover; border: 8px solid #fff; border-radius: 24px; box-shadow: var(--oto-shadow); }
.oto-stat-card { position: absolute; top: 25px; left: 0; padding: 16px 20px; color: #fff; background: var(--oto-navy); border-radius: 17px; box-shadow: var(--oto-shadow); }
.oto-stat-card strong { display: block; font-size: 1.55rem; }
.oto-feature-list { display: grid; gap: 13px; padding: 0; margin: 25px 0 30px; list-style: none; }
.oto-feature-list li { display: flex; align-items: flex-start; gap: 11px; }
.oto-feature-list .oto-check { margin-top: 2px; }

.oto-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: oto-step; }
.oto-step { position: relative; padding: 32px; background: #fff; border: 1px solid var(--oto-line); border-radius: var(--oto-radius); counter-increment: oto-step; }
.oto-step::before { display: grid; width: 48px; height: 48px; margin-bottom: 22px; content: "0" counter(oto-step); place-items: center; color: #fff; background: var(--oto-blue); border-radius: 50%; font-weight: 850; }
.oto-step:not(:last-child)::after { position: absolute; top: 54px; right: -28px; z-index: 2; width: 36px; content: "→"; color: var(--oto-sky); font-size: 1.6rem; text-align: center; }

.oto-center-tools { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
.oto-select { min-width: 230px; padding: 12px 44px 12px 16px; color: var(--oto-ink); background: #fff; border: 1px solid var(--oto-line); border-radius: 12px; }
.oto-centers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.oto-center { display: flex; min-height: 100%; flex-direction: column; padding: 26px; background: #fff; border: 1px solid var(--oto-line); border-radius: 20px; box-shadow: var(--oto-shadow-soft); }
.oto-center.is-hidden { display: none; }
.oto-center__city { color: var(--oto-blue); font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.oto-center address { margin-bottom: 20px; color: var(--oto-muted); font-style: normal; }
.oto-center__actions { display: flex; gap: 14px; margin-top: auto; }

.oto-testimonial-shell { position: relative; max-width: 900px; margin-inline: auto; }
.oto-testimonial { display: none; padding: clamp(30px, 5vw, 55px); background: #fff; border: 1px solid var(--oto-line); border-radius: 28px; box-shadow: var(--oto-shadow); text-align: center; }
.oto-testimonial.is-active { display: block; animation: otoFade .35s ease; }
.oto-testimonial blockquote { margin: 0 0 22px; color: var(--oto-navy); font-size: clamp(1.2rem, 2.6vw, 1.75rem); font-weight: 650; line-height: 1.5; }
.oto-testimonial__person strong { display: block; }
.oto-testimonial__person span { color: var(--oto-muted); font-size: .9rem; }
.oto-slider-nav { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
.oto-slider-nav button { display: grid; width: 44px; height: 44px; place-items: center; color: var(--oto-navy); background: #fff; border: 1px solid var(--oto-line); border-radius: 50%; }
.oto-slider-nav button:hover { color: #fff; background: var(--oto-navy); }

.oto-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.oto-article-card { overflow: hidden; background: #fff; border: 1px solid var(--oto-line); border-radius: 20px; box-shadow: var(--oto-shadow-soft); }
.oto-article-card__media { display: block; height: 220px; background: linear-gradient(135deg, #e8f1ff, #e9f8f8); overflow: hidden; }
.oto-article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.oto-article-card:hover img { transform: scale(1.04); }
.oto-article-card__body { padding: 24px; }
.oto-article-card__body h2, .oto-article-card__body h3 { font-size: 1.36rem; letter-spacing: -.025em; }
.oto-article-card__body h2 a, .oto-article-card__body h3 a { color: var(--oto-navy); text-decoration: none; }
.oto-meta { margin-bottom: 10px; color: var(--oto-muted); font-size: .78rem; font-weight: 750; }

.oto-faq { max-width: 880px; margin-inline: auto; }
.oto-faq__item { border-bottom: 1px solid var(--oto-line); }
.oto-faq__button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; color: var(--oto-navy); background: transparent; border: 0; font-weight: 800; text-align: left; }
.oto-faq__button::after { display: grid; width: 32px; height: 32px; flex: 0 0 auto; content: "+"; place-items: center; color: var(--oto-blue); background: #eaf2ff; border-radius: 50%; font-size: 1.25rem; transition: transform .2s ease; }
.oto-faq__button[aria-expanded="true"]::after { content: "−"; transform: rotate(180deg); }
.oto-faq__panel { display: none; padding: 0 50px 20px 0; color: var(--oto-muted); }
.oto-faq__panel.is-open { display: block; }

.oto-cta { color: #fff; background: radial-gradient(circle at 85% 15%, rgba(26,164,216,.33), transparent 30%), linear-gradient(120deg, var(--oto-navy), #124d9d); border-radius: 32px; overflow: hidden; }
.oto-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: clamp(36px, 6vw, 70px); }
.oto-cta h2, .oto-cta p { color: #fff; }
.oto-cta__copy { max-width: 720px; }

.oto-page-hero { padding: 80px 0 60px; background: linear-gradient(135deg, #eff5ff, #f3fbfb); }
.oto-page-hero__inner { max-width: 820px; }
.oto-breadcrumbs { margin-bottom: 16px; color: var(--oto-muted); font-size: .84rem; }
.oto-breadcrumbs a { color: var(--oto-blue); text-decoration: none; }
.oto-content { padding: 70px 0 100px; }
.oto-prose { width: min(100%, 820px); margin-inline: auto; }
.oto-prose > * + * { margin-top: 1.25em; }
.oto-prose h2, .oto-prose h3 { margin-top: 1.7em; }
.oto-prose img { border-radius: 18px; box-shadow: var(--oto-shadow-soft); }
.oto-prose > p { color: #33445f; }
.oto-prose blockquote { padding: 22px 25px; margin-inline: 0; color: var(--oto-navy); background: #f1f6ff; border-left: 4px solid var(--oto-blue); border-radius: 0 15px 15px 0; }
.oto-prose ul li + li, .oto-prose ol li + li { margin-top: .45rem; }
.oto-prose a { overflow-wrap: anywhere; }
.oto-language-note { padding: 14px 18px; color: #27466d; background: #edf6ff; border: 1px solid #cfe4f8; border-radius: 13px; font-size: .92rem; }
.oto-language-note a { margin-left: 6px; font-weight: 850; }
.oto-post-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 25px; border-top: 1px solid var(--oto-line); }
.oto-related { margin-top: 60px; padding: 32px; background: #f3f7fd; border: 1px solid var(--oto-line); border-radius: 22px; }
.oto-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
.oto-related__grid a { display: flex; min-height: 128px; flex-direction: column; justify-content: space-between; padding: 18px; color: var(--oto-navy); background: #fff; border: 1px solid var(--oto-line); border-radius: 15px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.oto-related__grid a:hover { border-color: #b7caf0; box-shadow: var(--oto-shadow-soft); transform: translateY(-3px); }
.oto-related__grid span { font-weight: 800; line-height: 1.35; }
.oto-related__grid small { margin-top: 16px; color: var(--oto-muted); }
.oto-pagination { margin-top: 40px; }
.oto-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.oto-pagination .page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; padding: 0 10px; color: var(--oto-navy); background: #fff; border: 1px solid var(--oto-line); border-radius: 10px; text-decoration: none; }
.oto-pagination .current { color: #fff; background: var(--oto-blue); border-color: var(--oto-blue); }
.oto-search-form { display: flex; max-width: 650px; gap: 8px; }
.oto-search-form input { flex: 1; padding: 14px 16px; border: 1px solid var(--oto-line); border-radius: 12px; }
.oto-empty { padding: 60px 0; text-align: center; }

.oto-site-footer { padding-top: 75px; color: #cbd8ec; background: #071d42; }
.oto-footer-grid { display: grid; grid-template-columns: 1.3fr .75fr .8fr 1fr; gap: 50px; padding-bottom: 55px; }
.oto-footer-brand img { width: 190px; margin-bottom: 20px; filter: brightness(0) invert(1); }
.oto-site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.oto-site-footer p { color: #afc0da; }
.oto-footer-links { padding: 0; margin: 0; list-style: none; }
.oto-footer-links li + li { margin-top: 9px; }
.oto-footer-links a { color: #cbd8ec; text-decoration: none; }
.oto-footer-links a:hover { color: #fff; }
.oto-footer-bottom { display: flex; min-height: 65px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .84rem; }
.oto-footer-bottom a { color: #fff; }
.oto-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; color: #fff; background: #20b85a; border-radius: 50%; box-shadow: 0 14px 35px rgba(32,184,90,.34); text-decoration: none; transition: transform .2s ease; }
.oto-whatsapp:hover { color: #fff; transform: translateY(-4px) scale(1.02); }
.oto-whatsapp svg { width: 29px; height: 29px; fill: currentColor; }
.oto-mobile-actions { display: none; }

.oto-reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.oto-reveal.is-visible { opacity: 1; transform: none; }
@keyframes otoFade { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }

@media (max-width: 1060px) {
  .oto-menu-toggle { display: block; }
  .oto-nav-shell { position: fixed; z-index: 999; top: 118px; right: 18px; left: 18px; display: none; max-height: calc(100vh - 140px); align-items: stretch; padding: 18px; overflow-y: auto; background: #fff; border: 1px solid var(--oto-line); border-radius: 20px; box-shadow: var(--oto-shadow); }
  .admin-bar .oto-nav-shell { top: 150px; }
  .oto-nav-shell.is-open { display: block; }
  .oto-menu { display: block; }
  .oto-menu a { padding: 13px 12px; }
  .oto-menu .sub-menu { position: static; display: block; width: auto; padding: 0 0 0 15px; visibility: visible; opacity: 1; border: 0; box-shadow: none; transform: none; }
  .oto-nav-shell > .oto-btn { width: 100%; margin-top: 12px; }
  .oto-lang { margin-top: 12px; }
  .oto-hero__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .oto-product-grid, .oto-centers, .oto-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .oto-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .oto-team-grid--preview, .oto-service-media { grid-template-columns: repeat(2, 1fr); }
  .oto-brand-strip { grid-template-columns: repeat(3, 1fr); }
  .oto-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .oto-footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .admin-bar .oto-site-header { top: 46px; }
  .oto-topbar__inner { justify-content: center; }
  .oto-topbar__group--secondary { display: none; }
  .oto-brand { width: 160px; }
  .oto-navbar { min-height: 70px; }
  .oto-nav-shell { top: 102px; }
  .admin-bar .oto-nav-shell { top: 148px; }
  .oto-hero { min-height: auto; padding-top: 60px; }
  .oto-hero__grid, .oto-split, .oto-hearing-check { grid-template-columns: 1fr; }
  .oto-education-grid, .oto-app-promo, .oto-doctor-card { grid-template-columns: 1fr; }
  .oto-team-grid { grid-template-columns: repeat(2, 1fr); }
  .oto-material-grid { grid-template-columns: repeat(2, 1fr); }
  .oto-center-gallery { grid-template-columns: repeat(2, 1fr); }
  .oto-related__grid { grid-template-columns: 1fr; }
  .oto-hero__visual { min-height: 440px; }
  .oto-float-card--one { left: 10px; }
  .oto-float-card--two { right: 8px; }
  .oto-trust { margin-top: 20px; }
  .oto-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .oto-trust__item + .oto-trust__item { border-left: 0; }
  .oto-trust__item:nth-child(even) { border-left: 1px solid var(--oto-line); }
  .oto-trust__item:nth-child(n+3) { border-top: 1px solid var(--oto-line); }
  .oto-grid--3, .oto-steps { grid-template-columns: 1fr; }
  .oto-step:not(:last-child)::after { display: none; }
  .oto-image-stack { padding-left: 0; }
  .oto-center-tools, .oto-cta__inner { align-items: flex-start; flex-direction: column; }
  .oto-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .oto-footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .oto-wrap { width: min(calc(100% - 28px), var(--oto-wrap)); }
  .oto-section { padding: 66px 0; }
  .oto-hero h1 { font-size: clamp(2.35rem, 13vw, 3.5rem); }
  .oto-hero__visual { min-height: 350px; }
  .oto-hero__image { border-radius: 25px 25px 42% 25px; }
  .oto-float-card { max-width: 215px; padding: 11px; }
  .oto-float-card--two { top: 15px; }
  .oto-product-grid, .oto-centers, .oto-blog-grid, .oto-grid--2, .oto-grid--4 { grid-template-columns: 1fr; }
  .oto-aid-types, .oto-team-grid, .oto-team-grid--preview, .oto-material-grid, .oto-service-media, .oto-center-gallery, .oto-content-stats { grid-template-columns: 1fr; }
  .oto-app-promo__screens { min-height: 390px; padding: 16px; }
  .oto-app-promo__screens img { width: 45%; max-height: 350px; border-width: 5px; }
  .oto-service-media figure { min-height: 360px; }
  .oto-center-gallery img { height: 260px; }
  .oto-doctor-card { gap: 20px; padding: 25px 20px; }
  .oto-trust__grid { grid-template-columns: 1fr; }
  .oto-trust__item:nth-child(even) { border-left: 0; }
  .oto-trust__item + .oto-trust__item { border-top: 1px solid var(--oto-line); }
  .oto-center-tools { align-items: stretch; }
  .oto-select { width: 100%; min-width: 0; }
  .oto-footer-grid { grid-template-columns: 1fr; }
  .oto-related { padding: 23px 18px; }
  .oto-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .oto-whatsapp { right: 15px; bottom: 15px; width: 53px; height: 53px; }
  body { padding-bottom: 68px; }
  .oto-whatsapp { display: none; }
  .oto-mobile-actions { position: fixed; z-index: 1100; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border-top: 1px solid var(--oto-line); box-shadow: 0 -12px 35px rgba(8,37,82,.12); backdrop-filter: blur(14px); }
  .oto-mobile-actions a { display: flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--oto-blue); border-radius: 12px; font-size: .88rem; font-weight: 850; text-decoration: none; }
  .oto-mobile-actions a:last-child { background: #20a85a; }
}

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

@media print {
  .oto-topbar, .oto-site-header, .oto-whatsapp, .oto-site-footer, .oto-hero__actions { display: none !important; }
  body { color: #000; background: #fff; }
  .oto-section { padding: 25px 0; }
}
