*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
body { font-family: "Inter", sans-serif; background: rgb(0, 0, 0); color: rgb(255, 255, 255); overflow-x: hidden; }
.about-hero { position: relative; width: 100%; min-height: 420px; background: rgb(0, 0, 0); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 40px 60px; text-align: center; overflow: hidden; }
.about-hero__arabesque { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; opacity: 0.06; pointer-events: none; z-index: 0; }
.about-hero__content { position: relative; z-index: 2; }
.about-hero__breadcrumb { font-family: "Inter", sans-serif; font-size: 0.85rem; color: rgb(176, 176, 176); margin-bottom: 20px; letter-spacing: 0.04em; }
.about-hero__breadcrumb a { color: rgb(176, 176, 176); text-decoration: none; transition: color 0.3s; }
.about-hero__breadcrumb a:hover { color: rgb(199, 167, 90); }
.about-hero__breadcrumb span { margin: 0px 8px; color: rgb(85, 85, 85); }
.about-hero__title { font-family: "Poppins", sans-serif; font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; color: rgb(199, 167, 90); line-height: 1.2; margin-bottom: 18px; letter-spacing: 0.02em; }
.about-hero__rule { width: 120px; height: 2px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90), transparent); margin: 0px auto 18px; border: medium; }
.about-hero__subtitle { font-family: "Inter", sans-serif; font-size: clamp(1rem, 2.5vw, 1.2rem); color: rgb(255, 255, 255); font-weight: 400; max-width: 680px; margin: 0px auto; line-height: 1.7; opacity: 0.92; }
.about-hero__ornament { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 8px; background: linear-gradient(90deg, transparent 0%, rgb(199, 167, 90) 30%, rgb(228, 201, 122) 50%, rgb(199, 167, 90) 70%, transparent 100%); z-index: 2; }
.about-story { position: relative; background: rgb(58, 90, 101); padding: 90px 60px; overflow: hidden; }
.about-story__container { max-width: 1200px; margin: 0px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-story__image-wrap { position: relative; border-radius: 12px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 60px; }
.about-story__image-wrap::before { content: ""; position: absolute; inset: 0px; border: 2px solid rgba(199, 167, 90, 0.4); border-radius: 12px; z-index: 2; pointer-events: none; }
.about-story__img { width: 100%; height: 460px; object-fit: cover; display: block; border-radius: 12px; transition: transform 0.5s; }
.about-story__image-wrap:hover .about-story__img { transform: scale(1.03); }
.about-story__text { padding: 20px 0px; }
.about-story__label { font-family: "Inter", sans-serif; font-size: 0.78rem; font-weight: 600; color: rgb(199, 167, 90); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 14px; display: block; }
.about-story__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; color: rgb(199, 167, 90); margin-bottom: 28px; line-height: 1.2; }
.about-story__body { font-family: "Inter", sans-serif; font-size: 1rem; color: rgb(232, 224, 208); line-height: 1.85; margin-bottom: 20px; }
.about-story__divider { width: 60px; height: 3px; background: linear-gradient(90deg, rgb(199, 167, 90), rgb(228, 201, 122)); border-radius: 2px; margin: 28px 0px; }
.about-story__diagonal { position: absolute; bottom: -1px; left: 0px; width: 100%; height: 60px; z-index: 3; overflow: hidden; }
.about-story__diagonal svg { display: block; width: 100%; height: 100%; }
.about-values { position: relative; background: rgb(0, 0, 0); padding: 90px 60px; }
.about-values__container { max-width: 1200px; margin: 0px auto; }
.about-values__header { text-align: center; margin-bottom: 60px; }
.about-values__label { font-family: "Inter", sans-serif; font-size: 0.78rem; font-weight: 600; color: rgb(199, 167, 90); letter-spacing: 0.18em; text-transform: uppercase; display: block; margin-bottom: 12px; }
.about-values__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; color: rgb(199, 167, 90); margin-bottom: 16px; }
.about-values__subtext { font-family: "Inter", sans-serif; font-size: 1rem; color: rgb(170, 170, 170); max-width: 560px; margin: 0px auto; line-height: 1.7; }
.about-values__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.about-values__card { background: rgb(17, 17, 17); border: 1px solid rgba(199, 167, 90, 0.15); border-radius: 14px; padding: 40px 36px; transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; }
.about-values__card::before { content: ""; position: absolute; top: 0px; left: 0px; width: 4px; height: 100%; background: linear-gradient(rgb(199, 167, 90), rgb(228, 201, 122)); border-radius: 14px 0px 0px 14px; opacity: 0; transition: opacity 0.3s; }
.about-values__card:hover { transform: translateY(-6px); border-color: rgba(199, 167, 90, 0.45); box-shadow: rgba(0, 0, 0, 0.6) 0px 20px 50px; }
.about-values__card:hover::before { opacity: 1; }
.about-values__icon { font-size: 2.4rem; margin-bottom: 20px; display: block; color: rgb(199, 167, 90); }
.about-values__card-title { font-family: "Poppins", sans-serif; font-size: 1.2rem; font-weight: 700; color: rgb(255, 255, 255); margin-bottom: 12px; }
.about-values__card-desc { font-family: "Inter", sans-serif; font-size: 0.95rem; color: rgb(176, 176, 176); line-height: 1.75; }
.about-values__ornament { display: flex; align-items: center; justify-content: center; margin-top: 70px; gap: 16px; }
.about-values__ornament-line { flex: 1 1 0%; height: 1px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90)); max-width: 300px; }
.about-values__ornament-line--right { background: linear-gradient(90deg, rgb(199, 167, 90), transparent); }
.about-values__ornament-diamond { width: 10px; height: 10px; background: rgb(199, 167, 90); transform: rotate(45deg); }
.about-founding { position: relative; background: rgb(26, 13, 0); padding: 100px 60px; text-align: center; overflow: hidden; }
.about-founding__shimmer { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: radial-gradient(rgba(199, 167, 90, 0.06) 0%, transparent 70%); pointer-events: none; z-index: 0; }
.about-founding__content { position: relative; z-index: 2; max-width: 900px; margin: 0px auto; }
.about-founding__quote-mark { font-family: "Poppins", sans-serif; font-size: 5rem; color: rgb(199, 167, 90); opacity: 0.4; line-height: 0.5; margin-bottom: 24px; display: block; }
.about-founding__quote { font-family: "Poppins", sans-serif; font-size: clamp(1.2rem, 2.5vw, 1.75rem); font-weight: 600; color: rgb(199, 167, 90); line-height: 1.65; margin-bottom: 28px; font-style: italic; }
.about-founding__attribution { font-family: "Inter", sans-serif; font-size: 0.95rem; color: rgb(255, 255, 255); margin-bottom: 40px; letter-spacing: 0.04em; opacity: 0.85; }
.about-founding__hr { width: 80px; height: 2px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90), transparent); margin: 36px auto; border: medium; }
.about-founding__body { font-family: "Inter", sans-serif; font-size: 1rem; color: rgb(224, 216, 204); line-height: 1.85; max-width: 720px; margin: 0px auto; }
.about-founding__gold-line { width: 100%; height: 1px; background: linear-gradient(90deg, transparent 0%, rgb(199, 167, 90) 50%, transparent 100%); margin-top: 60px; }
.about-offer { background: rgb(79, 117, 130); padding: 90px 60px; position: relative; }
.about-offer__container { max-width: 1100px; margin: 0px auto; }
.about-offer__header { text-align: center; margin-bottom: 60px; }
.about-offer__label { font-family: "Inter", sans-serif; font-size: 0.78rem; font-weight: 600; color: rgb(228, 201, 122); letter-spacing: 0.18em; text-transform: uppercase; display: block; margin-bottom: 12px; }
.about-offer__title { font-family: "Poppins", sans-serif; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; color: rgb(255, 255, 255); }
.about-offer__blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.about-offer__block { background: rgba(0, 0, 0, 0.25); border: 1px solid rgba(228, 201, 122, 0.2); border-radius: 14px; padding: 50px 44px; text-align: center; transition: transform 0.3s, background 0.3s, border-color 0.3s; }
.about-offer__block:hover { transform: translateY(-8px); background: rgba(0, 0, 0, 0.4); border-color: rgba(228, 201, 122, 0.5); }
.about-offer__icon { font-size: 3rem; color: rgb(228, 201, 122); margin-bottom: 22px; display: block; transition: transform 0.3s; }
.about-offer__block:hover .about-offer__icon { transform: scale(1.1); }
.about-offer__block-title { font-family: "Poppins", sans-serif; font-size: 1.4rem; font-weight: 700; color: rgb(255, 255, 255); margin-bottom: 16px; }
.about-offer__block-desc { font-family: "Inter", sans-serif; font-size: 0.97rem; color: rgb(224, 240, 245); line-height: 1.75; margin-bottom: 28px; }
.about-offer__cta { display: inline-block; font-family: "Poppins", sans-serif; font-size: 0.9rem; font-weight: 600; color: rgb(26, 13, 0); background: rgb(228, 201, 122); padding: 12px 32px; border-radius: 50px; text-decoration: none; letter-spacing: 0.04em; transition: background 0.3s, color 0.3s, transform 0.2s, box-shadow 0.3s; }
.about-offer__cta:hover { background: rgb(199, 167, 90); color: rgb(0, 0, 0); transform: translateY(-2px); box-shadow: rgba(199, 167, 90, 0.4) 0px 8px 24px; }
.about-offer__gold-line { width: 100%; height: 1px; background: linear-gradient(90deg, transparent 0%, rgb(228, 201, 122) 50%, transparent 100%); margin-top: 70px; }
.about-halal { background: rgb(0, 0, 0); padding: 90px 60px; position: relative; }
.about-halal__container { max-width: 1000px; margin: 0px auto; text-align: center; }
.about-halal__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; color: rgb(199, 167, 90); margin-bottom: 14px; }
.about-halal__subtext { font-family: "Inter", sans-serif; font-size: 1rem; color: rgb(170, 170, 170); margin-bottom: 60px; line-height: 1.7; }
.about-halal__badges { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; }
.about-halal__badge { display: flex; flex-direction: column; align-items: center; gap: 14px; transition: transform 0.3s; }
.about-halal__badge:hover { transform: translateY(-6px); }
.about-halal__badge-circle { width: 110px; height: 110px; background: rgb(17, 17, 17); border: 2px solid rgba(199, 167, 90, 0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.8rem; color: rgb(199, 167, 90); transition: border-color 0.3s, box-shadow 0.3s; }
.about-halal__badge:hover .about-halal__badge-circle { border-color: rgb(199, 167, 90); box-shadow: rgba(199, 167, 90, 0.25) 0px 0px 30px; }
.about-halal__badge-label { font-family: "Poppins", sans-serif; font-size: 0.95rem; font-weight: 600; color: rgb(255, 255, 255); letter-spacing: 0.04em; }
.about-halal__ornament-strip { width: 100%; height: 6px; background: linear-gradient(90deg, transparent 0%, rgb(199, 167, 90) 30%, rgb(228, 201, 122) 50%, rgb(199, 167, 90) 70%, transparent 100%); margin-top: 70px; border-radius: 3px; }
.about-fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.7s, transform 0.7s; }
.about-fade-in.about-visible { opacity: 1; transform: translateY(0px); }
.about-fade-in--delay-1 { transition-delay: 0.1s; }
.about-fade-in--delay-2 { transition-delay: 0.2s; }
.about-fade-in--delay-3 { transition-delay: 0.3s; }
.about-fade-in--delay-4 { transition-delay: 0.4s; }
@media (max-width: 1024px) {
  .about-story__container { gap: 48px; }
  .about-story { padding: 70px 40px; }
  .about-values { padding: 70px 40px; }
  .about-offer { padding: 70px 40px; }
  .about-halal { padding: 70px 40px; }
  .about-founding { padding: 80px 40px; }
}
@media (max-width: 768px) {
  .about-hero { padding: 70px 24px 60px; min-height: 340px; }
  .about-story__container { grid-template-columns: 1fr; gap: 40px; }
  .about-story { padding: 60px 24px 80px; }
  .about-story__img { height: 300px; }
  .about-values { padding: 60px 24px; }
  .about-values__grid { grid-template-columns: 1fr; gap: 20px; }
  .about-offer { padding: 60px 24px; }
  .about-offer__blocks { grid-template-columns: 1fr; gap: 24px; }
  .about-founding { padding: 70px 24px; }
  .about-halal { padding: 60px 24px; }
  .about-halal__badges { gap: 24px; }
}
@media (max-width: 480px) {
  .about-hero__title { font-size: 1.7rem; }
  .about-values__card { padding: 30px 24px; }
  .about-offer__block { padding: 36px 28px; }
  .about-halal__badge-circle { width: 90px; height: 90px; font-size: 2.2rem; }
}
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }