:root {
    --site-navy: #1d3d58;
    --site-navy-deep: #123f56;
    --site-cyan: #61cbea;
    --site-blue: #2d9dc0;
    --site-ink: #17364f;
    --site-muted: #647d91;
    --site-bg: #f2f6fc;
    --site-line: #dce6ee;
    --site-white: #fff;
    --site-green: #45c786;
    --site-red: #eb6262;
    --site-yellow: #efb542;
    --site-shadow: 0 18px 50px rgba(29,61,88,.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.site-page { margin: 0; color: var(--site-ink); background: var(--site-bg); font-family: Cairo, Arial, sans-serif; letter-spacing: 0; }
body.site-page img { max-width: 100%; }
body.site-page a { text-decoration: none; }
body.site-page button, body.site-page input, body.site-page textarea, body.site-page select { font: inherit; }
.site-main { overflow: hidden; }
.site-wrap { width: min(1320px, calc(100% - 40px)); margin-inline: auto; }
.site-section { padding: 92px 0; position: relative; }
.site-section.white { background: #fff; }
.site-section.navy { color: #fff; background: var(--site-navy); }
.site-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--site-blue); font-size: 14px; font-weight: 800; }
.site-kicker::before { content: ""; width: 34px; height: 2px; background: var(--site-cyan); }
.navy .site-kicker { color: var(--site-cyan); }
.site-title { margin: 14px 0 0; color: var(--site-ink); font-size: clamp(32px, 4.2vw, 58px); line-height: 1.18; font-weight: 800; }
.site-title span { color: var(--site-blue); }
.navy .site-title { color: #fff; }
.site-lead { color: var(--site-muted); font-size: 18px; line-height: 1.9; }
.navy .site-lead { color: #c9d9e4; }
.site-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 22px; border: 1px solid transparent; border-radius: 6px; font-weight: 800; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.site-btn:hover { transform: translateY(-2px); }
.site-btn.primary { color: #fff; background: var(--site-blue); box-shadow: 0 10px 28px rgba(45,157,192,.24); }
.site-btn.light { color: var(--site-navy); background: #fff; border-color: var(--site-line); }
.site-btn.navy { color: #fff; background: var(--site-navy); }
.site-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--site-blue); font-weight: 800; }

.page-hero { min-height: 560px; display: flex; align-items: center; padding: 88px 0 72px; background-color: var(--site-bg); background-image: linear-gradient(rgba(45,157,192,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(45,157,192,.035) 1px, transparent 1px); background-size: 64px 64px; position: relative; }
.page-hero::after { content: ""; position: absolute; inset-inline: 0; bottom: 0; height: 1px; background: var(--site-line); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.95fr); gap: 72px; align-items: center; }
.page-hero-copy h1 { margin: 18px 0; color: var(--site-ink); font-size: clamp(42px, 5vw, 72px); line-height: 1.12; font-weight: 800; }
.page-hero-copy h1 span { color: var(--site-blue); }
.page-hero-copy p { max-width: 650px; margin: 0 0 28px; color: var(--site-muted); font-size: 19px; line-height: 1.9; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.page-hero-points { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px 22px; color: var(--site-muted); font-size: 13px; }
.page-hero-points i { color: var(--site-blue); }
.hero-product-frame { padding: 14px; background: #fff; border: 1px solid var(--site-line); border-radius: 8px; box-shadow: 0 28px 60px rgba(29,61,88,.16); transform: perspective(1200px) rotateY(-3deg); }
[dir="rtl"] .hero-product-frame { transform: perspective(1200px) rotateY(3deg); }
.hero-product-frame img { display: block; width: 100%; border-radius: 5px; }
.hero-symbol { min-height: 420px; display: grid; place-items: center; position: relative; }
.hero-symbol-core { width: 260px; aspect-ratio: 1; display: grid; place-items: center; color: #fff; background: var(--site-navy); border-radius: 50%; box-shadow: 0 0 0 34px rgba(97,203,234,.16), 0 0 0 68px rgba(97,203,234,.08); font-size: 84px; }
.hero-symbol-node { width: 76px; aspect-ratio: 1; display: grid; place-items: center; position: absolute; color: var(--site-navy); background: #fff; border: 1px solid var(--site-line); border-radius: 50%; box-shadow: var(--site-shadow); font-size: 25px; }
.hero-symbol-node.one { top: 20px; right: 14%; }.hero-symbol-node.two { bottom: 22px; right: 18%; }.hero-symbol-node.three { left: 8%; top: 43%; }

.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.section-heading > div { max-width: 690px; }
.section-heading .site-lead { max-width: 470px; margin: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.feature-tile { min-height: 250px; padding: 28px; background: #fff; border: 1px solid var(--site-line); border-radius: 7px; position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-tile:hover { transform: translateY(-5px); border-color: #b8ddea; box-shadow: var(--site-shadow); }
.feature-tile.dark { color: #fff; background: var(--site-navy); border-color: var(--site-navy); }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--site-blue); background: #eaf7fb; border-radius: 6px; font-size: 22px; }
.feature-tile.dark .feature-icon { color: var(--site-navy); background: var(--site-cyan); }
.feature-tile h3 { margin: 22px 0 9px; font-size: 20px; }
.feature-tile p { margin: 0; color: var(--site-muted); line-height: 1.8; }
.feature-tile.dark p { color: #c8d8e4; }
.feature-watermark { position: absolute; left: 18px; bottom: -12px; color: rgba(45,157,192,.08); font-size: 88px; }

.stats-band { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); background: #fff; border: 1px solid var(--site-line); border-radius: 8px; box-shadow: var(--site-shadow); }
.stat { min-height: 128px; display: flex; align-items: center; gap: 14px; padding: 24px; }
.stat + .stat { border-inline-start: 1px solid var(--site-line); }
.stat i { color: var(--site-blue); font-size: 26px; }
.stat strong { display: block; font-size: 28px; }.stat span { color: var(--site-muted); font-size: 13px; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; line-height: 1.75; }
.check-list i { color: var(--site-green); margin-top: 6px; }
.product-window { background: #fff; border: 1px solid var(--site-line); border-radius: 8px; box-shadow: var(--site-shadow); overflow: hidden; }
.product-window-bar { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; color: #fff; background: var(--site-navy); font-size: 13px; }
.product-window-body { padding: 22px; }
.mini-row { display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--site-line); }
.mini-row time { color: var(--site-blue); font-weight: 800; }.mini-row small { display: block; color: var(--site-muted); }.mini-row b { padding: 5px 8px; color: #278358; background: #e8f8ef; border-radius: 4px; font-size: 11px; }

.content-hero { padding: 74px 0 52px; background: var(--site-navy); color: #fff; }
.content-hero-grid { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.content-hero h1 { max-width: 800px; margin: 13px 0 0; font-size: clamp(36px,5vw,64px); line-height: 1.18; }
.content-hero p { max-width: 460px; margin: 0; color: #c8d8e4; line-height: 1.8; }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 32px; align-items: start; }
.content-layout--full { grid-template-columns: minmax(0,1fr); }
.content-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.content-card { background: #fff; border: 1px solid var(--site-line); border-radius: 7px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.content-card:hover { transform: translateY(-4px); box-shadow: var(--site-shadow); }
.content-card-media { display: block; aspect-ratio: 16/9; background: #e8f1f7; overflow: hidden; }
.content-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.content-card:hover .content-card-media img { transform: scale(1.035); }
.content-card-body { padding: 22px; }
.content-card-body h2, .content-card-body h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.55; }
.content-card-body p { margin: 0; color: var(--site-muted); line-height: 1.8; }
.content-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--site-line); color: var(--site-muted); font-size: 12px; }
.content-sidebar { padding: 22px; background: #fff; border: 1px solid var(--site-line); border-radius: 7px; position: sticky; top: 96px; }
.content-sidebar h3 { margin: 0 0 15px; font-size: 18px; }
.filter-list { display: grid; gap: 5px; }
.filter-list a { display: flex; justify-content: space-between; padding: 10px 11px; border-radius: 5px; color: var(--site-muted); font-size: 14px; }
.filter-list a:hover, .filter-list a.active { color: var(--site-navy); background: #eef7fb; font-weight: 800; }
.empty-state { grid-column: 1/-1; padding: 70px 24px; text-align: center; background: #fff; border: 1px dashed #bdd0dd; border-radius: 7px; }
.empty-state i { color: var(--site-blue); font-size: 44px; }.empty-state h3 { margin: 14px 0 6px; }.empty-state p { margin: 0; color: var(--site-muted); }
.pagination { display: flex; justify-content: center; gap: 7px; margin-top: 32px; }
.pagination a, .pagination span { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--site-line); border-radius: 5px; background: #fff; }
.pagination .active { color: #fff; background: var(--site-blue); border-color: var(--site-blue); }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; align-items: stretch; }
.contact-panel, .contact-form { padding: 34px; background: #fff; border: 1px solid var(--site-line); border-radius: 8px; }
.contact-panel { color: #fff; background: var(--site-navy); border-color: var(--site-navy); }
.contact-panel h2, .contact-form h2 { margin: 0 0 12px; font-size: 28px; }.contact-panel > p { color: #cbd9e3; line-height: 1.8; }
.contact-methods { display: grid; gap: 14px; margin-top: 28px; }
.contact-method { display: flex; gap: 13px; align-items: center; padding: 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 6px; }
.contact-method i { width: 38px; height: 38px; display: grid; place-items: center; color: var(--site-navy); background: var(--site-cyan); border-radius: 5px; }.contact-method small { display: block; color: #bcd0dc; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: grid; gap: 7px; }.form-field.full { grid-column: 1/-1; }.form-field label { font-size: 13px; font-weight: 800; }.form-field input, .form-field textarea, .form-field select { width: 100%; border: 1px solid #cbd9e3; border-radius: 6px; padding: 12px 13px; background: #fbfdff; color: var(--site-ink); outline: none; }.form-field textarea { min-height: 150px; resize: vertical; }.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--site-blue); box-shadow: 0 0 0 3px rgba(45,157,192,.1); }

.offer-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.offer-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--site-line); border-radius: 7px; overflow: hidden; }
.offer-image { aspect-ratio: 4/3; background: #e8f1f7; overflow: hidden; }.offer-image img { width: 100%; height: 100%; object-fit: cover; }.offer-body { flex: 1; display: flex; flex-direction: column; padding: 22px; }.offer-body h2 { margin: 0 0 9px; font-size: 20px; }.offer-price { margin-top: auto; padding-top: 17px; display: flex; align-items: end; gap: 6px; color: var(--site-blue); }.offer-price strong { font-size: 30px; }.offer-price del { color: #9aabb8; }

.specialty-hero .page-hero-grid { grid-template-columns: 1fr 1fr; }
.specialty-visual { min-height: 430px; display: grid; place-items: center; position: relative; }
.specialty-product-frame { width: 100%; margin: 0; padding: 12px; overflow: hidden; background: #fff; border: 1px solid var(--site-line); border-radius: 10px; box-shadow: 0 28px 60px rgba(29,61,88,.16); transform: perspective(1200px) rotateY(-3deg); }
[dir="rtl"] .specialty-product-frame { transform: perspective(1200px) rotateY(3deg); }
.specialty-product-frame figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px 14px; color: var(--site-navy); font-size: 14px; font-weight: 800; }.specialty-product-frame figcaption i { color: var(--site-blue); }.specialty-product-frame figcaption small { color: var(--site-muted); font-size: 11px; font-weight: 600; }.specialty-product-frame img { display: block; width: 100%; height: auto; border: 1px solid #e7eef2; border-radius: 5px; }
.specialty-dashboard { width: 100%; padding: 15px; background: #fff; border: 1px solid var(--site-line); border-radius: 8px; box-shadow: var(--site-shadow); }
.specialty-dashboard-top { display: flex; justify-content: space-between; align-items: center; padding: 14px; color: #fff; background: var(--site-navy); border-radius: 5px 5px 0 0; }
.specialty-dashboard-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; padding: 16px; }.specialty-dashboard-item { min-height: 92px; display: grid; place-items: center; text-align: center; background: #f3f7fa; border: 1px solid var(--site-line); border-radius: 5px; }.specialty-dashboard-item i { color: var(--site-blue); font-size: 22px; }.specialty-dashboard-item strong { display: block; margin-top: 5px; font-size: 13px; }
.specialty-badge { position: absolute; left: -18px; bottom: 34px; padding: 14px 18px; background: #fff; border: 1px solid var(--site-line); border-radius: 6px; box-shadow: var(--site-shadow); }.specialty-badge i { color: var(--site-green); }
.workflow { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; counter-reset: flow; }
.workflow-step { min-height: 190px; padding: 24px; background: #fff; border: 1px solid var(--site-line); border-radius: 7px; position: relative; }.workflow-step::before { counter-increment: flow; content: "0" counter(flow); display: block; color: var(--site-cyan); font-size: 28px; font-weight: 800; }.workflow-step h3 { margin: 17px 0 8px; font-size: 18px; }.workflow-step p { margin: 0; color: var(--site-muted); line-height: 1.7; font-size: 14px; }

.legal-layout { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 28px; align-items: start; }
.legal-nav { padding: 20px; background: #fff; border: 1px solid var(--site-line); border-radius: 7px; position: sticky; top: 96px; }.legal-nav a { display: block; padding: 9px 10px; color: var(--site-muted); border-radius: 4px; font-size: 13px; }.legal-nav a:hover { color: var(--site-navy); background: #eef7fb; }.legal-document { padding: 42px; background: #fff; border: 1px solid var(--site-line); border-radius: 7px; }.legal-document h2 { margin: 38px 0 12px; color: var(--site-navy); font-size: 24px; }.legal-document h2:first-child { margin-top: 0; }.legal-document h3 { margin: 25px 0 9px; }.legal-document p, .legal-document li { color: #4f687b; line-height: 2; }.legal-document table { width: 100%; border-collapse: collapse; }.legal-document th, .legal-document td { padding: 12px; border: 1px solid var(--site-line); text-align: start; }

.detail-shell { max-width: 900px; margin-inline: auto; }.detail-cover { aspect-ratio: 16/8; border-radius: 8px; overflow: hidden; background: #e8f1f7; box-shadow: var(--site-shadow); }.detail-cover img { width: 100%; height: 100%; object-fit: cover; }.detail-article { margin-top: 28px; padding: 40px; background: #fff; border: 1px solid var(--site-line); border-radius: 8px; }.detail-article h1 { margin: 0 0 18px; font-size: clamp(30px,4vw,48px); line-height: 1.4; }.detail-article-content { color: #425f73; font-size: 17px; line-height: 2; }.author-strip { display: flex; align-items: center; gap: 13px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--site-line); }.author-strip img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; }.author-strip small { display: block; color: var(--site-muted); }

.offer-detail-page > .container-fluid { width: min(1320px, calc(100% - 40px)); max-width: 1320px !important; margin: 52px auto !important; padding: 30px !important; background: #fff; border: 1px solid var(--site-line); border-radius: 8px; box-shadow: var(--site-shadow); }
.offer-detail-page .offer-image { width: 100%; border-radius: 7px; }
.offer-detail-page .doctor-card { height: 100%; padding: 12px; background: #f5f8fb; border: 1px solid var(--site-line); border-radius: 6px; text-align: center; transition: transform .2s ease, border-color .2s ease; }
.offer-detail-page .doctor-card:hover { transform: translateY(-3px); border-color: var(--site-blue); }
.offer-detail-page .doctor-card img { width: 76px; height: 76px; object-fit: cover; border-radius: 50%; }
.offer-detail-page .doctor-name { margin-top: 8px; font-weight: 800; }
.offer-detail-page .date-column { background: var(--site-navy); }
.offer-detail-page .slot-button { display: inline-flex; margin: 4px; padding: 7px 10px; color: var(--site-navy); background: #fff; border: 1px solid #a9c9da; border-radius: 5px; cursor: pointer; }
.offer-detail-page .slot-button:hover { color: #fff; background: var(--site-blue); border-color: var(--site-blue); }
.offer-detail-page > p { display: none; }
.legal-legacy-page > .container-fluid { width: min(1000px, calc(100% - 40px)); max-width: 1000px !important; margin: 46px auto !important; padding: 42px !important; background: #fff; border: 1px solid var(--site-line); border-radius: 8px; box-shadow: var(--site-shadow); }
.legal-legacy-page > p { display: none; }
.legal-legacy-page .best_taitaltop { color: var(--site-navy); font-size: 36px; font-weight: 800; }
.legal-legacy-page .style21, .legal-legacy-page .style4, .legal-legacy-page p, .legal-legacy-page li { line-height: 2; }

.page-cta { padding: 72px 0; background: #fff; }.page-cta-panel { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 42px; color: #fff; background: var(--site-navy); border-radius: 8px; }.page-cta-panel h2 { max-width: 660px; margin: 0 0 10px; font-size: clamp(28px,4vw,44px); }.page-cta-panel p { margin: 0; color: #c7d8e3; }.page-cta-side { min-width: 220px; text-align: center; }.page-cta-side small { display: block; margin-top: 9px; color: #bdd0dc; }

.site-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.site-reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
    .page-hero-grid, .specialty-hero .page-hero-grid { grid-template-columns: 1fr; }
    .page-hero-copy { text-align: center; }.page-hero-copy p { margin-inline: auto; }.page-hero-actions, .page-hero-points { justify-content: center; }
    .hero-product-frame, .specialty-product-frame { max-width: 760px; margin-inline: auto; transform: none; }
    .feature-grid { grid-template-columns: repeat(2,1fr); }.offer-grid { grid-template-columns: repeat(2,1fr); }.workflow { grid-template-columns: repeat(2,1fr); }
    .content-layout { grid-template-columns: 1fr; }.content-sidebar { position: static; }.filter-list { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 760px) {
    .site-wrap { width: min(100% - 28px,1180px); }.site-section { padding: 68px 0; }
    .page-hero { min-height: auto; padding: 62px 0 54px; }.page-hero-copy h1 { font-size: 40px; }.page-hero-copy p, .site-lead { font-size: 16px; }
    .section-heading, .content-hero-grid, .page-cta-panel { display: block; }.section-heading .site-lead, .content-hero p { margin-top: 18px; }
    .feature-grid, .content-grid, .offer-grid, .form-grid, .contact-layout, .split-layout, .legal-layout { grid-template-columns: 1fr; }
    .stats-band { grid-template-columns: repeat(2,1fr); }.stat:nth-child(3) { border-inline-start: 0; border-top: 1px solid var(--site-line); }.stat:nth-child(4) { border-top: 1px solid var(--site-line); }
    .workflow { grid-template-columns: 1fr; }.content-sidebar, .legal-nav { position: static; }.filter-list { grid-template-columns: 1fr 1fr; }
    .content-hero { padding: 56px 0 40px; }.content-hero h1 { font-size: 38px; }
    .page-cta-panel { padding: 30px 24px; text-align: center; }.page-cta-side { margin-top: 24px; }.page-cta-side .site-btn { width: 100%; }
    .detail-article, .legal-document { padding: 26px 20px; }.hero-symbol { transform: scale(.82); margin: -30px 0; }
}
@media (max-width: 460px) {
    .feature-grid, .stats-band, .filter-list { grid-template-columns: 1fr; }.stat + .stat { border-inline-start: 0; border-top: 1px solid var(--site-line); }
    .page-hero-actions { flex-direction: column; }.page-hero-actions .site-btn { width: 100%; }.page-hero-copy h1 { font-size: 34px; }
    .specialty-hero .specialty-visual { order: -1; min-height: 0; margin-bottom: 8px; }.specialty-dashboard-grid { grid-template-columns: 1fr; }.specialty-product-frame { padding: 8px; }.specialty-product-frame figcaption { padding: 8px 6px 11px; font-size: 12px; }.specialty-product-frame figcaption small { font-size: 10px; }.specialty-badge { position: static; margin-top: 12px; }.contact-panel, .contact-form { padding: 26px 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.site-reveal { opacity: 1; transform: none; transition: none; } }

/* Single-feed treatment for the public blog and video libraries. */
.unified-content-page .site-section { background:linear-gradient(180deg,#f2f6fc 0,#fff 100%); }
.unified-content-layout { max-width:1320px; margin-inline:auto; }
.unified-content-layout .content-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.unified-content-summary { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:20px; color:var(--site-muted); font-size:13px; }
.unified-content-summary span { color:var(--site-blue); font-weight:800; }.unified-content-summary b { padding:6px 10px; border:1px solid #cde1eb; border-radius:5px; background:#fff; color:var(--site-navy); font-size:12px; }
.unified-content-page .content-card { min-height:100%; }.unified-content-page .content-card-body { display:flex; min-height:204px; flex-direction:column; }.unified-content-page .content-meta { margin-top:auto; }
@media (max-width:1050px) { .unified-content-layout .content-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:760px) { .unified-content-layout .content-grid { grid-template-columns:1fr; }.unified-content-summary { margin-bottom:16px; } }
