p {
  line-height: 30px;
  letter-spacing: 0.01em;
  word-spacing: 0.01em;
}
.section-title {
  overflow: hidden;
}
.contact-block,
.license-badge {
  text-align: center;
}
.contact-email {
  text-decoration: none;
}
.section-title {
  text-transform: uppercase;
}
@font-face {
  font-family: DroidArabicKufi;
  src: url(/public/fonts/DroidKufi/DroidKufi-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: DroidArabicKufi;
  src: url(/public/fonts/DroidKufi/DroidKufi-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --space-xxs: 0.125rem;
  --space-xs: 0.25rem;
  --space-sm: 0.375rem;
  --space-md: 0.5rem;
  --space-lg: 0.75rem;
  --space-xl: 1rem;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-lg:
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition: all 0.15s ease;
  --policy-blue: #2563eb;
  --policy-green: #059669;
  --policy-amber: #d97706;
  --policy-red: #dc2626;
  --policy-cyan: #0891b2;
  --policy-purple: #7c3aed;
  --policy-pink: #db2777;
  --policy-indigo: #4f46e5;
  --policy-teal: #0d9488;
  --policy-orange: #ea580c;
  --policy-gray-50: #f9fafb;
  --policy-gray-100: #f3f4f6;
  --policy-gray-200: #e5e7eb;
  --policy-gray-300: #d1d5db;
  --policy-gray-400: #9ca3af;
  --policy-gray-500: #6b7280;
  --policy-gray-600: #4b5563;
  --policy-gray-700: #374151;
  --policy-gray-800: #1f2937;
  --policy-gray-900: #111827;
  --metric-blue: #2563eb;
  --metric-green: #059669;
  --metric-amber: #d97706;
  --metric-red: #dc2626;
  --metric-cyan: #0891b2;
  --metric-gray-50: #f9fafb;
  --metric-gray-100: #f3f4f6;
  --metric-gray-200: #e5e7eb;
  --metric-gray-300: #d1d5db;
  --metric-gray-400: #9ca3af;
  --metric-gray-500: #6b7280;
  --metric-gray-600: #4b5563;
  --metric-gray-700: #374151;
  --metric-gray-800: #1f2937;
  --primary-dark: #0a1f33;
  --primary-medium: #123b5e;
  --primary-blue: #003366;
  --accent-primary: #f1c40f;
  --accent-secondary: #f39c12;
  --text-dark: #1e3a5f;
  --text-medium: #1f3a5f;
  --bg-light: #f9fcff;
  --border-light: #e2edff;
  --border-medium: #d9e8ff;
  --footer-bg-start: #0a1f33;
  --footer-bg-end: #123b5e;
  --footer-accent: #f1c40f;
  --footer-accent-dark: #f39c12;
  --footer-text: #ffffff;
  --footer-text-dim: rgba(255, 255, 255, 0.85);
  --footer-bg-subtle: rgba(255, 255, 255, 0.03);
  --footer-bg-hover: rgba(255, 255, 255, 0.08);
  --footer-border: rgba(255, 255, 255, 0.1);
  --footer-shadow: rgba(0, 0, 0, 0.3);
  --footer-transition: all 0.3s ease;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  font-family:
    DroidArabicKufi, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
h1,
h2,
h3 {
  font-family: DroidArabicKufi, "Noto Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
p {
  font-family: inherit;
  margin-bottom: 15px;
  font-weight: 400;
  hyphens: auto;
}
.section-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-icon {
  background: #f39c12;
  flex-shrink: 0;
}
.page-title-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1;
}
.page-title-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3b82f6 0, #1d4ed8 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  box-shadow: 0 6px 12px rgba(59, 130, 246, 0.3);
}
.page-title-main {
  font-size: 2rem;
  font-weight: 700;
  color: #1e40af;
  margin-bottom: 5px;
}
.page-title-sub {
  font-size: 17px;
  color: #1e40af;
  line-height: 1.5;
  font-weight: 500;
  margin-left: 80px;
  max-width: 800px;
}
.content-block-text:last-child {
  margin-bottom: 0;
}
.content-block-text {
  font-size: 15.5px;
  line-height: 1.7;
  color: #1e2f44;
  margin-bottom: 20px;
}
.content-block-text strong {
  color: #b64900;
}
@keyframes gentleShine {
  0% {
    transform: translateX(-100%) skewX(-15deg);
  }
  to {
    transform: translateX(100%) skewX(-15deg);
  }
}
@keyframes subtleFadeIn {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contact-block {
  background: linear-gradient(145deg, #0a1f33, #123b5e);
  color: #fff;
  border-radius: 22px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  box-shadow: 0 16px 28px rgba(0, 20, 40, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.contact-block::before {
  content: "";
  inset: 0;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 215, 0, 0.08) 0,
    transparent 60%
  );
  border-radius: inherit;
}
.contact-title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #f1c40f;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.contact-email {
  display: inline-block;
}
.contact-text {
  color: #fff;
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.6;
  opacity: 0.9;
}
.contact-email {
  background: #f1c40f;
  color: #00233b;
  padding: 12px 30px;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.2s;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
}
.contact-email:hover {
  background: #ffb854;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.4);
}
.hero-block {
  background: #f0f9ff;
}
.hero-text strong {
  color: #0c4a6e;
}
.license-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.attribution-header,
.copyright-header,
.rights-header,
.thirdparty-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.attribution-section {
  margin: 30px 0;
}
.attribution-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #002856;
  margin: 0;
}
.requirements-list,
.thirdparty-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.copyright-block {
  background: #e1f0fa;
  border-radius: 32px;
  padding: 30px;
  margin: 30px 0;
  border: 1px solid #b6d6ff;
}
.copyright-icon::after {
  content: "©";
  font-size: 2.2rem;
  font-weight: 700;
  color: #c55a00;
  position: absolute;
  top: 2px;
  right: 8px;
}
.copyright-title {
  font-size: 2rem;
  font-weight: 700;
  color: #003160;
  margin: 0;
}
.copyright-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 20px;
}
.copyright-card {
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  border: 1px solid #cde1ff;
}
.card-icon {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-icon::after {
  content: "⚖️";
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  right: 5px;
}
.license-section {
  background: #f3f9fe;
  border-radius: 32px;
  padding: 30px;
  margin: 30px 0;
}
.license-badge {
  background: #fff;
  padding: 25px;
  border-radius: 28px;
  border: 2px solid #f3d18a;
  margin-bottom: 25px;
}
.license-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #002856;
  margin-bottom: 5px;
}
.license-sub {
  font-size: 1rem;
  color: #3d618a;
}
.license-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #1f3a57;
}
.attribution-icon::after {
  content: "①";
  font-size: 2.2rem;
  font-weight: 800;
  color: #a34100;
  position: absolute;
  top: 2px;
  right: 12px;
}
.permission-icon::after,
.rights-icon::after {
  font-size: 2rem;
  font-weight: 800;
  position: absolute;
}
.attribution-content {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #1f3a57;
  margin-bottom: 20px;
}
.attribution-requirements {
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #bdd3f0;
}
.requirements-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #003d66;
  margin-bottom: 15px;
}
.requirement-item {
  margin-bottom: 8px;
  color: #1f3a57;
  display: flex;
  align-items: center;
  gap: 8px;
}
.attribution-example {
  background: #f0f4fa;
  border-radius: 22px;
  padding: 20px;
  margin-top: 25px;
  border: 1px solid #bdd3f0;
}
.example-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.example-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #00376b;
}
.example-copy {
  background: #d1e0f5;
  border: 0;
  padding: 6px 18px;
  border-radius: 40px;
  font-weight: 600;
  color: #002856;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.example-copy:hover {
  background: #b8d1e8;
}
.example-code {
  background: #fff;
  border-right: 6px solid #f39c12;
  padding: 18px;
  border-radius: 18px;
  font-family: monospace;
  direction: ltr;
  text-align: left;
  font-size: 0.95rem;
  color: #002b4f;
  overflow-x: auto;
}
.procedure-card {
  overflow: hidden;
  position: relative;
}
.permissions-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin: 20px 0;
}
.permission-card {
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  border: 1px solid #dae9ff;
}
.permission-icon {
  width: 40px;
  height: 40px;
  background: #fde9d2;
  border-radius: 50%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b45d00;
  font-size: 1.2rem;
  position: relative;
}
.permission-icon::after {
  content: "✓";
  color: #b45d00;
  top: 2px;
  right: 12px;
}
.permission-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #003f6f;
  margin-bottom: 10px;
}
.permission-desc {
  font-size: 0.95rem;
  color: #2b3f59;
  line-height: 1.6;
}
.rights-section {
  background: #f5faff;
  border-radius: 28px;
  padding: 25px;
  margin: 30px 0;
}
.rights-icon {
  width: 40px;
  height: 40px;
  background: #ffe4b1;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b45d00;
  font-size: 1.2rem;
  position: relative;
}
.rights-icon::after {
  content: "✎";
  color: #b75000;
  top: -2px;
  right: 5px;
}
.rights-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #00447c;
  margin: 0;
}
.rights-content {
  line-height: 1.7;
  color: #1e3b5a;
}
.rights-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.rights-list .list-item,
.thirdparty-list .list-item {
  margin-bottom: 4px;
  color: #1f3a57;
  display: flex;
  align-items: center;
  gap: 8px;
}
.thirdparty-section {
  background: #fff6e5;
  border-radius: 28px;
  padding: 30px;
  margin: 30px 0;
  border: 1px solid #ffcd94;
}
.thirdparty-icon {
  width: 45px;
  height: 45px;
  background: #e3b3ff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b45d00;
  font-size: 1.2rem;
  position: relative;
}
.thirdparty-icon::after {
  content: "©®";
  font-size: 1.4rem;
  font-weight: 700;
  color: #5e2e00;
  position: absolute;
  top: 10px;
  right: 3px;
}
.thirdparty-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #002a53;
  margin: 0;
}
.thirdparty-content {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #1f3a57;
}
.procedures-section {
  background: #e7f3fe;
  border-radius: 34px;
  padding: 30px;
  margin: 30px 0;
}
.procedures-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 20px;
}
.procedure-card {
  background: #fff;
  padding: 20px;
  border-radius: 26px;
  box-shadow: 0 6px 14px rgba(0, 32, 64, 0.04);
  border-top: 4px solid #dc2626;
  transition: 0.3s;
}
.procedure-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.procedure-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.procedure-icon {
  display: flex;
  align-items: center;
}
.procedure-icon {
  width: 35px;
  height: 35px;
  background: #fcd6a5;
  border-radius: 14px;
  justify-content: center;
  color: #b45d00;
  font-size: 1.1rem;
  position: relative;
}
.procedure-icon::after {
  content: "⚙️";
  font-size: 1.6rem;
  position: absolute;
  top: -2px;
  right: 2px;
}
.procedure-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #003f6f;
  margin: 0;
}
.procedure-content {
  font-size: 0.95rem;
  color: #1c3f60;
  line-height: 1.7;
}
p {
  font-size: 14px;
}
.contact-text {
  color: var(--footer-text);
  word-break: break-word;
}
.contact-text {
  font-size: 1rem;
  font-weight: 400;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes modalPop {
  0% {
    opacity: 0.7;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  p {
    line-height: 26px;
  }
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  .section-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 18px !important;
  }
}
@media (max-width: 700px) {
  .page-title-main {
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  .section-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 360px) {
  .section-title {
    font-size: 18px !important;
  }
}
.section-header {
  align-items: center;
  position: relative;
}
.hero-block {
  position: relative;
  background: linear-gradient(135deg, #f0f9ff 0, #e0f2fe 100%);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
  border-right: 6px solid #3b82f6;
  overflow: hidden;
}
.hero-block::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: -20px;
  left: -20px;
  font-size: 120px;
  opacity: 0.1;
  color: #3b82f6;
  transform: rotate(-10deg);
}
.hero-text {
  font-size: 17px;
  line-height: 1.7;
  color: #1e40af;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
.hero-text::first-letter {
  font-size: 24px;
  font-weight: 700;
  color: #0c4a6e;
}
.section-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #f39c12 0, #e67e22 100%);
}
.section-header {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 12px;
}
.section-icon {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 4px 8px rgba(243, 156, 18, 0.3);
}
.section-title {
  font-size: 1.5rem;
  position: relative;
}
.section-icon::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.license-section .section-icon::before {
  content: "";
}
.rights-section .section-icon::before {
  content: "";
}
.section-title {
  font-weight: 700;
  color: #0f3b5e;
  margin: 0;
  display: inline-block;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #f39c12, #f1c40f);
  border-radius: 3px;
}
.permission-card:nth-child(3) .permission-icon::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.attribution-icon,
.permission-card .permission-icon {
  position: relative;
}
.permission-card:first-child .permission-icon::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.contact-block,
.license-section {
  position: relative;
  overflow: hidden;
}
.license-section::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-size: 120px;
  opacity: 0.05;
  color: #0f3b5e;
  transform: rotate(10deg);
}
.copyright-icon::before {
  font-size: 1.8rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.attribution-icon {
  width: 50px;
  height: 50px;
  background: #f1c40f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b45d00;
  font-size: 1.5rem;
}
.attribution-icon::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.example-copy {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.card-icon,
.copyright-icon {
  display: flex;
  align-items: center;
  position: relative;
}
.copyright-icon {
  width: 45px;
  height: 45px;
  background: #ffeacb;
  border-radius: 18px;
  justify-content: center;
  color: #b45d00;
  font-size: 1.3rem;
}
.copyright-icon::before {
  content: "";
}
.card-icon {
  width: 40px;
  height: 40px;
  background: #fde9d2;
  border-radius: 16px;
  justify-content: center;
}
.card-icon::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #b45d00;
}
.permission-card:nth-child(2) .permission-icon::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.contact-block::after,
.contact-block::before,
.contact-title::before {
  color: #f1c40f;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.contact-title {
  display: flex;
  align-items: center;
}
.contact-block::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  font-size: 150px;
  opacity: 0.05;
  transform: rotate(-15deg);
}
.contact-block::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 120px;
  opacity: 0.05;
  transform: rotate(15deg);
}
.contact-title {
  justify-content: center;
  gap: 15px;
}
.contact-title::before {
  content: "";
  font-size: 1.8rem;
  opacity: 0.8;
}
.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.contact-email::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .hero-block::before {
    font-size: 80px;
    bottom: -10px;
    left: -10px;
  }
  .license-section::before {
    font-size: 80px;
  }
  .contact-block::after,
  .contact-block::before {
    font-size: 100px;
  }
  .section-title::after {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .hero-block::before,
  .license-section::before {
    font-size: 60px;
  }
  .contact-block::after,
  .contact-block::before {
    font-size: 80px;
  }
  .section-icon {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
  }
  .contact-title::before {
    font-size: 1.5rem;
  }
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.page-headers {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.4;
  font-size: inherit !important;
}
.card-icon {
  font-size: 1.6rem;
  color: #f39c12;
  margin-bottom: 6px;
}
.contact-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-email {
  background: #f1c40f;
  color: #00233b;
  padding: 10px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: 0.2s;
  display: inline-block;
  margin-top: 10px;
}
.contact-email:hover {
  background: #ffb854;
  transform: translateY(-2px);
}
@media (max-width: 600px) {
  .contact-title {
    font-size: 1.4rem;
  }
}
.procedures-section {
  background: #f8fafc;
  border-radius: 16px;
  padding: 30px;
  margin: 40px 0;
  border: 1px solid #e2e8f0;
}
.section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  border-bottom: 2px solid #f39c12;
  padding-bottom: 12px;
}
.section-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #f39c12, #e67e22);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}
.section-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0f3b5e;
  margin: 0;
}
.procedures-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.procedure-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}
.procedure-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  border-color: #f39c12;
}
.procedure-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f3b5e;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 1.2rem;
  }
  .procedures-section {
    padding: 20px;
  }
}
.policy-section {
  max-width: 1000px;
  margin: 0 auto;
}
.hero-block {
  background: linear-gradient(145deg, #f0f9ff, #e6f2ff);
  border-right: 6px solid #1e6f9f;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 30, 60, 0.08);
}
.hero-block::before {
  content: "\f0ac";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: -20px;
  left: -20px;
  font-size: 120px;
  opacity: 0.05;
  color: #1e6f9f;
  transform: rotate(-10deg);
}
.hero-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #0a2540;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.hero-text strong {
  color: #1e6f9f;
  font-weight: 700;
}
.list-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #2c3e50;
  line-height: 1.6;
}
.list-item::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #10b981;
  font-size: 0.9rem;
}
.contact-block {
  background: linear-gradient(145deg, #0a1f33, #123b5e);
  border-radius: 16px;
  padding: 30px;
  margin-top: 40px;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.contact-title {
  color: #f1c40f;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.contact-text {
  color: #e0e8f0;
  margin-bottom: 20px;
}
.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1c40f;
  color: #0a1f33;
  padding: 12px 30px;
  border-radius: 40px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.contact-email:hover {
  background: #ffb347;
  transform: translateY(-2px);
  border-color: #fff;
}
@media (max-width: 768px) {
  .hero-text {
    font-size: 1rem;
  }
}
