.elementor-1501 .elementor-element.elementor-element-7b75011{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1501 .elementor-element.elementor-element-550ee56 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-4095f29 */@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800;900&display=swap");

.academdoc-landing,
.academdoc-landing *,
.academdoc-landing h1,
.academdoc-landing h2,
.academdoc-landing h3,
.academdoc-landing p,
.academdoc-landing a,
.academdoc-landing span,
.academdoc-landing strong,
.academdoc-landing small,
.academdoc-landing div {
  font-family: "Heebo", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

.academdoc-landing {
  direction: rtl;
  overflow: hidden;
  color: #faf8ef;
  background:
    radial-gradient(circle at 18% 8%, rgba(215,255,85,.12), transparent 29rem),
    radial-gradient(circle at 84% 12%, rgba(130,240,200,.08), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 20px),
    #11140f;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  animation: adPageIn .7s ease both;
}

.academdoc-landing * { box-sizing: border-box; }

.academdoc-landing a {
  color: inherit;
  text-decoration: none;
}

.ad-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.ad-nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.ad-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: 18px;
}

.ad-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(215,255,85,.4);
  border-radius: 8px;
  background: rgba(215,255,85,.12);
  color: #d7ff55;
  font-weight: 900;
  animation: adMarkPulse 2.4s ease-in-out infinite;
}

.ad-links {
  display: flex;
  gap: 24px;
  color: #c5c1b2;
  font-weight: 600;
  font-size: 15px;
}

.ad-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 800;
  border: 1px solid transparent;
  transform: translateZ(0);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ad-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.42) 45%, transparent 70%);
  transform: translateX(120%);
  transition: transform .65s ease;
  z-index: -1;
}

.ad-btn:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 18px 45px rgba(215,255,85,.22);
}

.ad-btn:hover::before {
  transform: translateX(-120%);
}

.ad-btn:active {
  transform: translateY(0) scale(.98);
}

.ad-btn-primary {
  background: #d7ff55;
  color: #101400 !important;
  animation: adButtonGlow 2.8s ease-in-out infinite;
}

.ad-btn-secondary {
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
  color: #faf8ef !important;
}

.ad-hero {
  padding: 80px 0 70px;
}

.ad-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: center;
  gap: 56px;
}

.ad-eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(215,255,85,.24);
  border-radius: 999px;
  color: #d7ff55;
  background: rgba(215,255,85,.08);
  font-weight: 800;
  font-size: 14px;
  animation: adFadeUp .65s ease .08s both;
}

.ad-title {
  max-width: 780px;
  margin: 0;
  font-size: clamp(44px, 7vw, 88px);
  line-height: .96;
  font-weight: 900;
  color: #faf8ef;
  animation: adFadeUp .75s ease .18s both;
}

.ad-accent { color: #d7ff55; }

.ad-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: #c5c1b2;
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.55;
  font-weight: 500;
  animation: adFadeUp .75s ease .28s both;
}

.ad-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  animation: adFadeUp .75s ease .38s both;
}

.ad-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.ad-trust-item,
.ad-card,
.ad-step {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
}

.ad-trust-item {
  padding: 16px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.ad-trust-item:hover {
  transform: translateY(-5px);
  border-color: rgba(215,255,85,.42);
  background: rgba(215,255,85,.055);
}

.ad-trust-item strong {
  display: block;
  font-size: 18px;
  color: #faf8ef;
  font-weight: 800;
}

.ad-trust-item span {
  display: block;
  margin-top: 6px;
  color: #c5c1b2;
  font-size: 14px;
  line-height: 1.35;
}

.ad-phone {
  padding: 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 32px;
  background: linear-gradient(180deg, #303729, #12150f);
  box-shadow: 0 30px 90px rgba(7,10,6,.42);
  animation: adFloat 4.5s ease-in-out infinite, adFadeUp .85s ease .34s both;
}

.ad-screen {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  background: #151912;
}

.ad-screen-head {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: #1d2319;
}

.ad-status {
  color: #82f0c8;
  font-size: 13px;
  font-weight: 800;
}

.ad-steps {
  padding: 18px;
  display: grid;
  gap: 12px;
}

.ad-step {
  padding: 15px;
  background: #1d2319;
  transition: transform .25s ease, border-color .25s ease;
}

.ad-step:hover {
  transform: translateX(-4px);
  border-color: rgba(215,255,85,.35);
}

.ad-step small {
  display: block;
  color: #d7ff55;
  font-weight: 900;
  margin-bottom: 6px;
}

.ad-step p {
  margin: 0;
  color: #c5c1b2;
  line-height: 1.45;
}

.ad-section {
  padding: 78px 0;
}

.ad-section h2,
.ad-cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  color: #faf8ef;
  font-weight: 800;
}

.ad-section p,
.ad-cta p {
  max-width: 760px;
  color: #c5c1b2;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 500;
}

.ad-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.ad-card {
  min-height: 210px;
  padding: 24px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.ad-card:hover {
  transform: translateY(-7px);
  border-color: rgba(215,255,85,.38);
  background: rgba(255,255,255,.065);
}

.ad-card h3 {
  margin: 0;
  color: #faf8ef;
  font-size: 23px;
  font-weight: 800;
}

.ad-card p {
  margin: 12px 0 0;
  color: #c5c1b2;
  font-size: 16px;
}

.ad-cta {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border: 1px solid rgba(215,255,85,.22);
  border-radius: 8px;
  background: linear-gradient(120deg, rgba(215,255,85,.14), transparent 58%), #1a1e17;
}

.ad-cta::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 45%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(215,255,85,.12), transparent);
  transform: rotate(18deg);
  animation: adCtaSweep 5s ease-in-out infinite;
}

.ad-cta > * {
  position: relative;
  z-index: 1;
}

.ad-footer {
  padding: 34px 0 44px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #c5c1b2;
  font-size: 14px;
}

.ad-js-ready .ad-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s ease;
}

.ad-js-ready .ad-reveal.ad-in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes adPageIn {
  from { opacity: 0; filter: blur(6px); }
  to { opacity: 1; filter: blur(0); }
}

@keyframes adFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes adFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes adButtonGlow {
  0%, 100% { box-shadow: 0 14px 40px rgba(215,255,85,.16); }
  50% { box-shadow: 0 18px 55px rgba(215,255,85,.32); }
}

@keyframes adMarkPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(215,255,85,.18); }
  50% { box-shadow: 0 0 0 8px rgba(215,255,85,0); }
}

@keyframes adCtaSweep {
  0%, 58% { transform: translateX(120%) rotate(18deg); }
  100% { transform: translateX(-240%) rotate(18deg); }
}

@media (max-width: 900px) {
  .ad-links { display: none; }
  .ad-hero-grid { grid-template-columns: 1fr; }
  .ad-grid,
  .ad-trust { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .ad-wrap { width: min(100% - 28px, 1120px); }
  .ad-title { font-size: 43px; }
  .ad-actions { display: grid; }
  .ad-btn { width: 100%; }
  .ad-cta { padding: 28px; }
}/* End custom CSS */