:root {
  color-scheme: light;
  --ink: #12302e;
  --muted: #607572;
  --brand: #0f766e;
  --brand-dark: #0b5a54;
  --mint: #e8f5f1;
  --cream: #fbfaf6;
  --line: #dbe7e4;
  --white: #fff;
  --shadow: 0 18px 55px rgb(15 54 50 / 10%);
  font-family: Inter, "Segoe UI", Tahoma, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.skip-link { position: fixed; inset-block-start: -80px; inset-inline-start: 20px; z-index: 20; padding: 10px 14px; background: var(--ink); color: var(--white); border-radius: 8px; }
.skip-link:focus { inset-block-start: 12px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgb(251 250 246 / 92%); border-bottom: 1px solid rgb(219 231 228 / 85%); backdrop-filter: blur(16px); }
.nav { min-height: 72px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.18rem; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: var(--brand); color: var(--white); box-shadow: 0 8px 20px rgb(15 118 110 / 24%); }
nav { display: flex; gap: 24px; margin-inline-end: auto; }
nav a, .language { color: var(--muted); font-weight: 650; }
nav a:hover, nav a:focus-visible, .language:hover { color: var(--brand); }
.nav-actions { display: flex; gap: 14px; align-items: center; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 20px; border: 1px solid var(--brand); border-radius: 13px; color: var(--brand); font-weight: 750; transition: .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-1px); box-shadow: 0 8px 25px rgb(15 118 110 / 16%); }
.button.primary { background: var(--brand); color: var(--white); }
.button.primary:hover { background: var(--brand-dark); }
.button.secondary { border-color: var(--line); background: var(--white); color: var(--ink); }
.button.small { min-height: 40px; padding: 7px 14px; }
.button.large { min-height: 54px; padding-inline: 28px; }
.hero { min-height: 610px; padding-block: 92px 72px; display: grid; grid-template-columns: 1.55fr .65fr; gap: 64px; align-items: center; }
.hero h1, .page-head h1, .detail-hero h1 { margin: 8px 0 18px; max-width: 760px; font-size: clamp(2.5rem, 6vw, 5.2rem); line-height: 1.03; letter-spacing: -.045em; }
[dir="rtl"] .hero h1, [dir="rtl"] .page-head h1, [dir="rtl"] .detail-hero h1 { letter-spacing: 0; }
.hero-copy > p, .lead { max-width: 670px; margin: 0 0 30px; color: var(--muted); font-size: 1.15rem; }
.eyebrow { color: var(--brand); font-size: .8rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
[dir="rtl"] .eyebrow { letter-spacing: 0; }
.search { display: flex; max-width: 680px; padding: 7px; background: var(--white); border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); }
.search input { width: 100%; min-width: 0; padding: 12px 15px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search button { min-width: 105px; border: 0; border-radius: 12px; background: var(--brand); color: var(--white); font-weight: 750; cursor: pointer; }
.search.compact { margin-block-start: 26px; box-shadow: none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-block-start: 20px; }
.hero-card { min-height: 315px; padding: 38px; display: flex; flex-direction: column; justify-content: end; border-radius: 34px; background: linear-gradient(145deg, #d8eee8, #f2e9d7); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hero-card::before, .hero-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: rgb(255 255 255 / 48%); inset-block-start: -45px; inset-inline-end: -45px; }
.hero-card::after { width: 90px; height: 90px; inset-block-start: 85px; inset-inline-end: 95px; }
.hero-card .pin { position: absolute; inset-block-start: 28px; inset-inline-start: 30px; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--white); color: var(--brand); font-size: 1.8rem; }
.hero-card strong { font-size: 1.6rem; }
.hero-card > span:not(.pin) { font-size: 1.12rem; }
.hero-card small { color: var(--muted); }
.section { padding-block: 78px; }
.section.tint { background: #f0f6f3; border-block: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-block-end: 30px; }
.section-heading h2, .app-promo h2, .faq h2 { margin: 6px 0 0; font-size: clamp(1.75rem, 3.5vw, 2.55rem); line-height: 1.15; letter-spacing: -.025em; }
.section-heading > a { color: var(--brand); font-weight: 750; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category { min-height: 145px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); transition: .18s ease; }
.category:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #b7d7d1; }
.category-icon { width: 38px; height: 38px; display: grid; place-items: center; margin-block-end: auto; border-radius: 12px; background: var(--mint); color: var(--brand); }
.category small { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-width: 0; border: 1px solid var(--line); border-radius: 22px; background: var(--white); overflow: hidden; transition: .18s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-link { height: 100%; display: flex; flex-direction: column; }
.service-art { height: 148px; display: flex; align-items: center; justify-content: center; position: relative; background: linear-gradient(145deg, #dff1ec, #f4ead6); color: var(--brand); font-size: 3rem; }
.service-art small { position: absolute; inset-block-start: 14px; inset-inline-end: 14px; padding: 4px 9px; border-radius: 20px; background: var(--white); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.service-content { height: 100%; padding: 20px; display: flex; flex-direction: column; }
.service-category { color: var(--brand); font-size: .75rem; font-weight: 750; }
.service-card h3 { margin: 5px 0 8px; font-size: 1.12rem; line-height: 1.3; }
.service-card p { margin: 0 0 22px; color: var(--muted); font-size: .9rem; }
.service-meta { margin-block-start: auto; padding-block-start: 14px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #edf2f1; font-size: .8rem; }
.arrow { color: var(--brand); font-size: 1.35rem; }
[dir="rtl"] .arrow { transform: rotate(180deg); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding: 0; list-style: none; }
.steps li { padding: 30px; border-inline-start: 3px solid var(--brand); background: var(--white); border-radius: 0 18px 18px 0; }
[dir="rtl"] .steps li { border-radius: 18px 0 0 18px; }
.steps li > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--mint); color: var(--brand); font-weight: 850; }
.steps h3 { margin: 20px 0 6px; }
.steps p { margin: 0; color: var(--muted); }
.app-promo { margin-block: 80px; padding: 56px 64px; display: grid; grid-template-columns: 1fr 260px; align-items: center; gap: 50px; border-radius: 34px; background: var(--ink); color: var(--white); overflow: hidden; }
.app-promo p { max-width: 620px; color: #bfd1cf; }
.store-links { display: flex; flex-wrap: wrap; gap: 10px; margin-block-start: 24px; }
.store-button { min-height: 50px; padding: 9px 15px; display: inline-flex; gap: 10px; align-items: center; border: 1px solid #476764; border-radius: 13px; background: #1b413e; }
.phone { height: 300px; padding: 35px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 8px solid #2b514d; border-radius: 38px 38px 0 0; background: var(--cream); color: var(--ink); transform: translateY(58px); box-shadow: 0 30px 80px rgb(0 0 0 / 24%); }
.phone-logo { width: 58px; height: 58px; margin-block-end: 16px; display: grid; place-items: center; border-radius: 18px; background: var(--brand); color: var(--white); font-size: 1.8rem; }
.phone small { color: var(--muted); }
.page-head { padding-block: 75px 35px; }
.page-head h1, .detail-hero h1 { font-size: clamp(2.35rem, 5vw, 4.2rem); }
.page-head p { color: var(--muted); font-size: 1.1rem; }
.result-count { margin-block-end: 18px; color: var(--muted); font-weight: 700; }
.breadcrumbs { padding-block: 28px 0; display: flex; gap: 9px; flex-wrap: wrap; color: var(--muted); font-size: .86rem; }
.detail-hero { min-height: 430px; padding-block: 65px; display: grid; grid-template-columns: 1fr 300px; align-items: center; gap: 60px; }
.detail-symbol { height: 290px; display: grid; place-items: center; border-radius: 34px; background: linear-gradient(145deg, #dff1ec, #f4ead6); color: var(--brand); font-size: 7rem; }
.price-line { margin-block: 22px; display: flex; gap: 9px; align-items: baseline; color: var(--muted); }
.price-line strong { color: var(--ink); font-size: 1.45rem; }
.microcopy { max-width: 500px; color: var(--muted); font-size: .82rem; }
.detail-grid { padding-block: 20px 85px; display: grid; grid-template-columns: 1.6fr .75fr; gap: 24px; align-items: start; }
.card { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.card h2 { margin: 0 0 15px; }
.prose > p { color: var(--muted); }
.field-list { padding: 0; list-style: none; }
.field-list li { padding-block: 12px; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid #edf2f1; }
.field-list small { color: var(--brand); font-weight: 700; }
.summary { position: sticky; top: 96px; }
.summary dl { margin: 0; }
.summary dl div { padding-block: 12px; display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid #edf2f1; }
.summary dt { color: var(--muted); }
.summary dd { margin: 0; text-align: end; font-weight: 700; }
.faq { max-width: 900px; }
.faq details { padding-block: 18px; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 750; }
.faq p { color: var(--muted); }
.notice { margin-block: -25px 25px; padding: 13px 16px; border: 1px solid #dfbf7a; border-radius: 12px; background: #fff8e8; }
.empty-state { grid-column: 1 / -1; padding: 55px 24px; text-align: center; border: 1px dashed #bcd1cd; border-radius: 22px; background: var(--white); }
.empty-state > span, .status-code { color: var(--brand); font-size: 3rem; }
.empty-state h3 { margin: 10px 0 0; }
.empty-state p { color: var(--muted); }
.status-page { min-height: 65vh; padding-block: 100px; text-align: center; }
.status-page h1 { margin: 0; font-size: 2.5rem; }
.status-page p { margin: 8px auto 28px; max-width: 600px; color: var(--muted); }
footer { padding-block: 55px 24px; border-top: 1px solid var(--line); background: var(--white); }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-grid p { max-width: 440px; color: var(--muted); }
.footer-grid > div:last-child { display: flex; flex-direction: column; gap: 8px; color: var(--muted); }
.copyright { padding-block-start: 25px; border-top: 1px solid #edf2f1; color: var(--muted); font-size: .8rem; }
.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; }
:focus-visible { outline: 3px solid #e6a83d; outline-offset: 3px; }
@media (max-width: 920px) {
  nav { display: none; }
  .hero, .detail-hero { grid-template-columns: 1fr; min-height: 0; }
  .hero { padding-block-start: 60px; }
  .hero-card { min-height: 230px; }
  .category-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-symbol { display: none; }
  .detail-grid { grid-template-columns: 1fr; }
  .summary { position: static; }
  .app-promo { grid-template-columns: 1fr 180px; padding-inline: 38px; }
}
@media (max-width: 640px) {
  .shell { width: min(100% - 24px, 1160px); }
  .nav { gap: 10px; min-height: 64px; }
  .brand > span:last-child { display: none; }
  .language { font-size: .84rem; }
  .button.small { padding-inline: 10px; font-size: .8rem; }
  .hero { gap: 28px; padding-block: 45px; }
  .hero h1 { font-size: 2.65rem; }
  .search { flex-direction: column; gap: 7px; }
  .search button { min-height: 44px; }
  .category-grid, .service-grid, .steps { grid-template-columns: 1fr; }
  .section { padding-block: 52px; }
  .section-heading { align-items: start; }
  .app-promo { margin-block: 55px; padding: 38px 25px; grid-template-columns: 1fr; }
  .phone { display: none; }
  .detail-hero { padding-block: 42px; }
  .detail-grid { padding-block-end: 55px; }
  .card { padding: 24px 20px; }
  .footer-grid { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
