
:root {
  --navy: #103845;
  --navy-2: #0b2a34;
  --teal: #0c8c87;
  --teal-dark: #076b6a;
  --mint: #dff3ee;
  --sand: #ead7b9;
  --cream: #fbfaf7;
  --white: #ffffff;
  --ink: #20343a;
  --muted: #66797d;
  --line: #dce7e5;
  --shadow: 0 20px 60px rgba(16,56,69,.10);
  --shadow-soft: 0 10px 30px rgba(16,56,69,.07);
  --radius: 24px;
  --ease: cubic-bezier(.23,1,.32,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Tahoma, Arial, sans-serif; line-height: 1.85; direction: rtl; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .24; z-index: -1; background-image: radial-gradient(rgba(12,140,135,.08) 1px, transparent 1px); background-size: 28px 28px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(12,140,135,.45); outline-offset: 3px; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; right: 16px; background: var(--navy); color: #fff; padding: 8px 14px; z-index: 100; border-radius: 0 0 10px 10px; }
.skip-link:focus { top: 0; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,247,.92); border-bottom: 1px solid rgba(220,231,229,.9); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; color: var(--navy); white-space: nowrap; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; background: linear-gradient(135deg, var(--teal), var(--navy)); color: #fff; border-radius: 14px 14px 14px 4px; box-shadow: 0 10px 25px rgba(12,140,135,.22); }
.brand-mark svg { width: 26px; height: 26px; }
.brand small { display: block; color: var(--muted); font-size: 10px; font-weight: 500; line-height: 1.2; margin-top: 2px; }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--white); width: 44px; height: 42px; border-radius: 12px; color: var(--navy); }
.nav-list { display: flex; align-items: center; gap: 5px; list-style: none; padding: 0; margin: 0; }
.nav-list a { display: block; padding: 10px 11px; color: #456066; font-size: 13px; border-radius: 12px; transition: .2s var(--ease); }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--teal-dark); background: var(--mint); }
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; background: var(--navy); color: #fff; border-radius: 14px; font-size: 13px; font-weight: 700; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(16,56,69,.18); }
.hero { position: relative; min-height: 660px; overflow: hidden; background: var(--navy); color: #fff; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,42,52,.92) 0%, rgba(11,42,52,.70) 43%, rgba(11,42,52,.15) 100%); z-index: 1; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .65s var(--ease); background-size: cover; background-position: center; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-content { position: relative; z-index: 2; min-height: 660px; display: grid; align-items: center; }
.hero-copy { max-width: 650px; padding-block: 120px 100px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.eyebrow::before { content: ''; width: 26px; height: 2px; background: currentColor; }
.hero .eyebrow { color: #b7e5de; }
h1, h2, h3 { color: var(--navy); line-height: 1.3; margin: 0 0 16px; }
.hero h1 { color: #fff; font-size: clamp(36px, 5vw, 70px); letter-spacing: -.04em; max-width: 720px; }
.hero p { color: rgba(255,255,255,.79); font-size: clamp(16px, 2vw, 19px); max-width: 600px; margin: 0 0 30px; }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border-radius: 14px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: scale(.97); }
.btn-primary { color: #fff; background: var(--teal); box-shadow: 0 12px 26px rgba(12,140,135,.25); }
.btn-primary:hover { background: #0a7b77; box-shadow: 0 15px 34px rgba(12,140,135,.34); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.30); background: rgba(255,255,255,.08); }
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.btn-outline { color: var(--navy); border-color: var(--line); background: var(--white); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal-dark); }
.slider-controls { position: absolute; z-index: 3; left: max(20px, calc((100vw - 1160px)/2)); bottom: 40px; display: flex; align-items: center; gap: 10px; }
.slider-controls button { border: 1px solid rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.10); width: 38px; height: 38px; border-radius: 50%; cursor: pointer; }
.slider-dots { display: flex; gap: 6px; margin-inline: 6px; }
.slider-dot { width: 28px; height: 4px; border: 0; border-radius: 8px; background: rgba(255,255,255,.35); cursor: pointer; transition: .25s; }
.slider-dot.is-active { width: 52px; background: var(--sand); }
.section { padding: 104px 0; }
.section-tight { padding: 64px 0; }
.section-head { max-width: 680px; margin-bottom: 42px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(28px, 4vw, 46px); letter-spacing: -.03em; }
.section-head p { margin: 0; color: var(--muted); font-size: 16px; }
.kicker { color: var(--teal-dark); text-transform: uppercase; font-size: 11px; letter-spacing: .10em; font-weight: 800; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.media-frame { position: relative; overflow: hidden; border-radius: 32px 32px 32px 8px; min-height: 400px; background: var(--mint); box-shadow: var(--shadow); }
.media-frame img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; }
.media-frame::after { content: ''; position: absolute; width: 120px; height: 120px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; bottom: 26px; left: 26px; }
.stat-card { position: absolute; bottom: 24px; right: 24px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.93); color: var(--navy); border-radius: 16px; padding: 12px 16px; box-shadow: var(--shadow-soft); font-size: 13px; font-weight: 700; }
.stat-card strong { display: block; color: var(--teal-dark); font-size: 22px; line-height: 1; }
.prose { color: #53676b; font-size: 16px; }
.prose p { margin: 0 0 18px; }
.prose ul { margin: 0 0 20px; padding-right: 22px; }
.prose li { margin: 7px 0; }
.prose strong { color: var(--navy); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.card { background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-soft); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(12,140,135,.28); }
.icon { width: 48px; height: 48px; display: grid; place-items: center; background: var(--mint); color: var(--teal-dark); border-radius: 16px; margin-bottom: 20px; }
.icon svg { width: 24px; height: 24px; }
.card h3 { font-size: 20px; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 14px; margin: 0 0 16px; }
.card-link { color: var(--teal-dark); font-size: 13px; font-weight: 800; }
.feature-band { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.feature-band::after { content: ''; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; left: -120px; top: -120px; box-shadow: 0 0 0 40px rgba(255,255,255,.03), 0 0 0 80px rgba(255,255,255,.02); }
.feature-band h2 { color: #fff; }
.feature-band p { color: rgba(255,255,255,.72); }
.feature-band .eyebrow { color: var(--sand); }
.feature-band .btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.feature-band .btn-outline:hover { border-color: var(--sand); color: var(--sand); }
.page-hero { padding: 90px 0 84px; background: linear-gradient(135deg, var(--navy) 0%, #155463 100%); color: #fff; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; left: 7%; top: 15%; width: 300px; height: 300px; border-radius: 50%; border: 1px solid rgba(255,255,255,.13); box-shadow: 0 0 0 34px rgba(255,255,255,.03), 0 0 0 68px rgba(255,255,255,.02); }
.page-hero h1 { color: #fff; max-width: 800px; font-size: clamp(35px, 5vw, 62px); }
.page-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.77); font-size: 17px; }
.breadcrumbs { display: flex; gap: 8px; align-items: center; color: rgba(255,255,255,.65); font-size: 12px; margin-bottom: 24px; }
.breadcrumbs a { color: #c5ede7; }
.callout { padding: 24px 26px; border-radius: 18px; border-right: 4px solid var(--teal); background: var(--mint); color: var(--navy); margin: 26px 0; }
.check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; color: #53676b; }
.check-list li::before { content: '✓'; flex: 0 0 auto; width: 24px; height: 24px; display: grid; place-items: center; background: var(--mint); color: var(--teal-dark); border-radius: 50%; font-weight: 800; line-height: 1; margin-top: 2px; }
.blog-card { padding: 0; overflow: hidden; }
.blog-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.blog-card-body { padding: 22px; }
.blog-meta { color: var(--teal-dark); font-size: 11px; font-weight: 800; margin-bottom: 9px; }
.blog-card h3 { font-size: 18px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 52px; align-items: start; }
.article { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: clamp(24px, 5vw, 54px); box-shadow: var(--shadow-soft); }
.article h1 { font-size: clamp(30px, 4vw, 52px); }
.article h2 { font-size: 27px; margin-top: 38px; }
.article h3 { font-size: 20px; margin-top: 28px; }
.article-lead { color: var(--muted); font-size: 18px; margin: 0 0 26px; }
.article-cover { width: 100%; max-height: 440px; object-fit: cover; border-radius: 20px; margin: 30px 0; }
.sidebar-card { position: sticky; top: 104px; }
.sidebar-card h3 { font-size: 18px; }
.sidebar-links { list-style: none; padding: 0; margin: 0; }
.sidebar-links li + li { border-top: 1px solid var(--line); }
.sidebar-links a { display: block; padding: 12px 0; color: var(--teal-dark); font-size: 13px; font-weight: 700; }
.faq-list { display: grid; gap: 12px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 0 20px; }
summary { cursor: pointer; list-style: none; padding: 18px 0; color: var(--navy); font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::before { content: '+'; display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--mint); color: var(--teal-dark); margin-left: 10px; }
details[open] summary::before { content: '−'; }
details p { color: var(--muted); font-size: 14px; padding: 0 0 18px; margin: 0; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; }
.contact-card { background: var(--navy); color: #fff; border-radius: 28px; padding: 36px; }
.contact-card h2 { color: #fff; }
.contact-card p { color: rgba(255,255,255,.72); }
.contact-detail { display: flex; align-items: flex-start; gap: 12px; margin: 22px 0; }
.contact-detail .icon { flex: 0 0 auto; background: rgba(255,255,255,.11); color: var(--sand); margin: 0; }
.contact-detail strong { display: block; color: #fff; font-size: 14px; }
.contact-detail span { color: rgba(255,255,255,.72); font-size: 13px; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 36px; box-shadow: var(--shadow-soft); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field.full { grid-column: 1/-1; }
.field label { font-size: 13px; color: var(--navy); font-weight: 800; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; color: var(--ink); background: #fcfdfc; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--teal); outline: 3px solid rgba(12,140,135,.12); }
.notice { padding: 14px 16px; border-radius: 12px; background: #fff9ed; color: #6e5a32; border: 1px solid #eedbb7; font-size: 13px; }
.whatsapp { position: fixed; left: 22px; bottom: 22px; z-index: 60; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: #169c68; border-radius: 50%; box-shadow: 0 12px 30px rgba(22,156,104,.30); animation: pulse 2.6s infinite; }
.whatsapp svg { width: 27px; height: 27px; }
@keyframes pulse { 0%, 100% { box-shadow: 0 12px 30px rgba(22,156,104,.30), 0 0 0 0 rgba(22,156,104,.22); } 50% { box-shadow: 0 12px 30px rgba(22,156,104,.30), 0 0 0 11px rgba(22,156,104,0); } }
.site-footer { background: #092630; color: #fff; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 42px; padding-bottom: 54px; }
.site-footer .brand { color: #fff; }
.site-footer .brand small { color: rgba(255,255,255,.6); }
.site-footer p { color: rgba(255,255,255,.64); font-size: 14px; max-width: 380px; }
.footer-title { color: var(--sand); font-size: 13px; font-weight: 800; margin: 0 0 14px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-links a { color: rgba(255,255,255,.70); font-size: 13px; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.50); font-size: 11px; }
.empty-404 { text-align: center; padding: 80px 0 120px; }
.empty-404 .number { font-size: clamp(90px, 18vw, 190px); color: var(--teal); font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.reveal { animation: reveal .7s var(--ease) both; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media (max-width: 1100px) { .nav-list { gap: 0; } .nav-list a { padding-inline: 8px; font-size: 12px; } .header-cta { display: none; } }
@media (max-width: 860px) { .container { width: min(100% - 32px, 680px); } .nav-toggle { display: grid; place-items: center; } .nav-list { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; padding: 10px; background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); } .nav-list.is-open { display: flex; } .nav-list a { padding: 12px 14px; } .split, .contact-grid, .article-layout { grid-template-columns: 1fr; gap: 34px; } .grid-3 { grid-template-columns: 1fr; } .grid-2 { grid-template-columns: 1fr; } .hero, .hero-content { min-height: 610px; } .hero-copy { padding-block: 100px 90px; } .media-frame, .media-frame img { min-height: 320px; } .sidebar-card { position: static; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .container { width: min(100% - 24px, 480px); } .header-inner { min-height: 70px; } .brand { font-size: 13px; } .brand-mark { width: 39px; height: 39px; } .hero h1 { font-size: 37px; } .hero p { font-size: 15px; } .section { padding: 70px 0; } .page-hero { padding: 68px 0; } .card, .form-card, .contact-card { padding: 22px; } .form-grid { grid-template-columns: 1fr; gap: 0; } .footer-grid { grid-template-columns: 1fr; gap: 28px; } .footer-bottom { flex-direction: column; } .whatsapp { left: 16px; bottom: 16px; width: 54px; height: 54px; } .slider-controls { left: 18px; bottom: 26px; } }
