* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', 'Poppins', system-ui, sans-serif; background: #f4f9ff; color: #1e2b3c; line-height: 1.65; overflow-x: hidden; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.2; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 22px; }
.container.narrow { max-width: 820px; }
section { padding: 64px 0; }
.block.alt { background: #eaf3ff; }
.center { text-align: center; margin-top: 26px; }
.lead { font-size: 1.12rem; color: #3a4a5e; }
.sub { color: #5a6b80; margin: 8px 0 26px; }
.sec { font-size: 2rem; margin-bottom: 6px; }
.link { color: #0b2b4a; font-weight: 600; text-decoration: none; }
.crumbs { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: .86rem; color: #7e98b4; margin-bottom: 14px; }
.crumbs a { color: #5a7fa6; text-decoration: none; }
.crumbs a:hover { color: #0b2b4a; text-decoration: underline; }
.crumbs i { font-size: .7rem; color: #9fb6cf; }
.crumbs-wrap { padding-top: 18px; }
.svc-group { margin-bottom: 44px; }
.svc-group .group-title { font-size: 1.35rem; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; color: #0b2b4a; }
.svc-group .group-title i { color: #f59e0b; }
.postlist { list-style: none; max-width: 760px; }
.postlist li { border-bottom: 1px solid #e6eef7; padding: 12px 0; }
.postlist a { text-decoration: none; color: #0b2b4a; font-weight: 600; }
.postlist a:hover { color: #f59e0b; }
.pill { display: inline-block; background: #fff3da; color: #b45309; font-weight: 700; padding: 6px 16px; border-radius: 40px; font-size: .9rem; margin-bottom: 16px; }
.btn { display: inline-block; background: #f59e0b; color: #1e2b3c; font-weight: 700; padding: 13px 28px; border-radius: 50px; text-decoration: none; transition: .2s; box-shadow: 0 8px 18px rgba(245,158,11,.25); min-height: 48px; line-height: 1.3; }
.btn:hover { background: #fbbf24; transform: translateY(-2px); }
.btn-blue { background: #0b2b4a; color: #fff; box-shadow: 0 8px 18px rgba(11,43,74,.25); }
.btn-blue:hover { background: #153d63; }
.cta-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.site-head { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); backdrop-filter: blur(8px); border-bottom: 1px solid #e2ecf5; }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 22px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.2rem; text-decoration: none; color: #0b2b4a; }
.brand img { border-radius: 8px; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 70; width: 44px; height: 44px; position: relative; }
.menu-toggle span { display: block; width: 24px; height: 2.5px; background: #0b2b4a; border-radius: 2px; position: absolute; left: 10px; transition: .3s ease; }
.menu-toggle span:nth-child(1) { top: 12px; }
.menu-toggle span:nth-child(2) { top: 20px; }
.menu-toggle span:nth-child(3) { top: 28px; }
.menu-toggle.open span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { top: 20px; transform: rotate(-45deg); }
.navlinks { display: flex; align-items: center; gap: 18px; }
.navlinks a { text-decoration: none; color: #33455c; font-weight: 600; font-size: .96rem; padding: 6px 0; }
.navlinks a:hover, .navlinks a.active { color: #0b2b4a; }
.navlinks a.cta { background: #f59e0b; color: #1e2b3c; padding: 9px 20px; border-radius: 40px; }
.lang { position: relative; }
.lang button { background: #eef4fb; border: 1px solid #dbe6f2; border-radius: 40px; padding: 8px 14px; cursor: pointer; font-weight: 600; color: #33455c; min-height: 40px; }
.lang-menu { display: none; position: absolute; right: 0; top: 46px; background: #fff; border: 1px solid #e2ecf5; border-radius: 14px; padding: 8px; width: 220px; max-height: 320px; overflow: auto; box-shadow: 0 12px 30px rgba(0,0,0,.12); z-index: 60; }
.lang:hover .lang-menu, .lang:focus-within .lang-menu, .lang.open .lang-menu { display: block; }
.lang-menu a { display: block; padding: 7px 10px; border-radius: 8px; text-decoration: none; color: #33455c; font-size: .92rem; }
.lang-menu a:hover, .lang-menu a.cur { background: #eaf3ff; color: #0b2b4a; }
.hero { background: linear-gradient(135deg, #0b2b4a, #114b80); color: #fff; padding: 92px 0 80px; text-align: center; }
.hero h1 { font-size: 3rem; max-width: 900px; margin: 0 auto; }
.hero .lead { color: #d6e6f7; max-width: 720px; margin: 18px auto 0; }
.hero .cta-btns { justify-content: center; }
.hero-min { background: linear-gradient(135deg, #0b2b4a, #114b80); color: #fff; padding: 54px 0 40px; text-align: center; }
.hero-min h1 { font-size: 2.2rem; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 22px; }
.cat-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.card { display: block; background: #fff; border: 1px solid #e6eef7; border-radius: 20px; padding: 24px; text-decoration: none; color: inherit; transition: .2s; box-shadow: 0 6px 16px rgba(20,50,90,.05); }
.card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(20,50,90,.12); }
.card h3 { margin: 10px 0 6px; font-size: 1.2rem; }
.card p { color: #5a6b80; font-size: .96rem; }
.card .more { color: #0b2b4a; font-weight: 700; font-size: .9rem; display: inline-block; margin-top: 12px; }
.card.svc .logo { height: 44px; width: auto; object-fit: contain; }
.card.cat { text-align: center; }
.card.cat i { font-size: 2rem; color: #0b2b4a; }
.card.post .tag { display: inline-block; background: #eaf3ff; color: #0b2b4a; font-size: .78rem; font-weight: 700; padding: 4px 12px; border-radius: 30px; margin-bottom: 10px; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.step { background: #fff; border-radius: 20px; padding: 28px; text-align: center; border: 1px solid #e6eef7; }
.step .num { width: 58px; height: 58px; border-radius: 50%; background: #0b2b4a; color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-size: 1.4rem; }
.svc-top { text-align: center; }
.svc-top .big-logo { height: 60px; width: auto; object-fit: contain; margin-bottom: 14px; }
.cta-band { background: #0b2b4a; color: #fff; text-align: center; }
.cta-band h2 { font-size: 2rem; margin-bottom: 18px; }
.cta-band .cta-btns { justify-content: center; }
.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chip { background: #fff; border: 1px solid #dbe6f2; border-radius: 40px; padding: 10px 18px; text-decoration: none; color: #33455c; font-weight: 600; font-size: .92rem; white-space: nowrap; }
.chip:hover { background: #eaf3ff; color: #0b2b4a; }
.post-page .tag { display: inline-block; background: #eaf3ff; color: #0b2b4a; font-size: .82rem; font-weight: 700; padding: 5px 14px; border-radius: 30px; margin-bottom: 12px; }
.save-steps { list-style: none; margin-top: 16px; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.save-steps li { background: #fff; border: 1px solid #e6eef7; border-radius: 18px; padding: 22px; }
.save-steps li i { color: #16a34a; margin-right: 8px; }
.tips { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.tip { background: #fff; border: 1px solid #e6eef7; border-radius: 16px; padding: 18px; }
.tip i { color: #f59e0b; margin-right: 8px; }
.tip p { display: inline; }
.faqs { max-width: 780px; margin: 0 auto; }
.faq { border: 1px solid #e6eef7; background: #fff; border-radius: 14px; margin-bottom: 12px; overflow: hidden; }
.faq summary { padding: 16px 20px; font-weight: 700; cursor: pointer; color: #0b2b4a; list-style: none; min-height: 48px; display: flex; align-items: center; }
.faq summary::before { content: "+"; color: #f59e0b; font-weight: 800; margin-right: 10px; }
.faq[open] summary::before { content: "\2013"; }
.faq p { padding: 0 20px 16px; color: #3a4a5e; }
.site-foot { background: #0a2238; color: #cfe0f2; padding: 54px 0 26px; margin-top: 20px; }
.foot { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 26px; }
.site-foot .brand { color: #fff; margin-bottom: 12px; }
.site-foot .tag { color: #9fb6cf; font-size: .92rem; max-width: 280px; }
.social a { color: #fff; font-size: 1.3rem; margin-right: 12px; }
.site-foot h4 { color: #fff; margin-bottom: 12px; font-size: 1rem; }
.site-foot ul { list-style: none; }
.site-foot ul li { margin: 7px 0; }
.site-foot a { color: #cfe0f2; text-decoration: none; }
.site-foot a:hover { color: #fff; }
.copy { text-align: center; color: #7e98b4; font-size: .85rem; margin-top: 30px; border-top: 1px solid #173a59; padding-top: 18px; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .navlinks, [dir="rtl"] .foot { direction: rtl; }
[dir="rtl"] .lang-menu { right: auto; left: 0; }

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .navlinks { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid #e2ecf5; box-shadow: 0 12px 30px rgba(0,0,0,.08); padding: 16px 22px 20px; flex-direction: column; align-items: stretch; gap: 0; z-index: 55; }
  .navlinks.open { display: flex; }
  .navlinks a { padding: 12px 0; border-bottom: 1px solid #f0f4f9; font-size: 1rem; }
  .navlinks a.cta { text-align: center; margin-top: 10px; border-bottom: none; border-radius: 40px; }
  .lang { width: 100%; }
  .lang button { width: 100%; text-align: left; display: flex; align-items: center; gap: 6px; justify-content: flex-start; }
  .lang-menu { position: static; width: 100%; box-shadow: none; border: 1px solid #e2ecf5; margin-top: 8px; }
  .hero h1 { font-size: 2.1rem; }
  .sec { font-size: 1.6rem; }
  .foot { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  section { padding: 42px 0; }
  .container { padding: 0 16px; }
  .hero { padding: 56px 0 48px; }
  .hero h1 { font-size: 1.75rem; }
  .hero .lead { font-size: 1rem; }
  .hero-min { padding: 38px 0 28px; }
  .hero-min h1 { font-size: 1.55rem; }
  .sec { font-size: 1.4rem; }
  .lead { font-size: 1rem; }
  .grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .grid .card { padding: 18px 14px; }
  .grid .card h3 { font-size: 1.05rem; }
  .grid .card p { font-size: .88rem; }
  .cat-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .steps { grid-template-columns: 1fr; gap: 14px; }
  .step { padding: 22px 18px; }
  .save-steps { grid-template-columns: 1fr; gap: 14px; }
  .tips { grid-template-columns: 1fr; gap: 12px; }
  .cta-btns { flex-direction: column; align-items: stretch; }
  .cta-btns .btn { text-align: center; }
  .cta-band h2 { font-size: 1.5rem; }
  .cta-band .cta-btns { flex-direction: column; align-items: stretch; padding: 0 16px; }
  .cta-band .cta-btns .btn { text-align: center; }
  .chips { gap: 8px; }
  .chip { padding: 8px 14px; font-size: .85rem; }
  .foot { grid-template-columns: 1fr; gap: 28px; }
  .site-foot .tag { max-width: 100%; }
  .btn { padding: 12px 22px; font-size: .95rem; }
  .card { padding: 18px; border-radius: 16px; }
  .card .more { margin-top: 8px; }
  .postlist a { font-size: .94rem; }
  .narrow { max-width: 100%; }
  .svc-top .big-logo { height: 48px; }
  .faq summary { padding: 14px 16px; font-size: .94rem; }
  .faq p { padding: 0 16px 14px; font-size: .93rem; }
  .crumbs { font-size: .8rem; }
}

@media (max-width: 480px) {
  .hero { padding: 44px 0 36px; }
  .hero h1 { font-size: 1.5rem; }
  .hero .lead { font-size: .94rem; }
  .hero-min h1 { font-size: 1.35rem; }
  .grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .grid .card { padding: 16px; }
  .grid .card .logo { height: 36px; }
  .grid .card h3 { font-size: 1rem; margin-top: 8px; }
  .sec { font-size: 1.25rem; }
  .step .num { width: 50px; height: 50px; font-size: 1.2rem; }
  .chips { gap: 6px; }
  .chip { padding: 7px 12px; font-size: .82rem; }
  .brand { font-size: 1.05rem; }
  .brand img { width: 68px; height: 28px; }
  .nav { padding: 12px 16px; }
  section { padding: 36px 0; }
  .cta-band { padding: 36px 0; }
  .cta-band h2 { font-size: 1.35rem; }
  .social a { font-size: 1.5rem; }
}
