:root {
  --df-navy: #081529;
  --df-navy-2: #0d1f3e;
  --df-navy-3: #13284d;
  --df-gold: #c48a46;
  --df-gold-soft: #e6c08d;
  --df-cream: #fffaf6;
  --df-cream-2: #f9f4ef;
  --df-line: rgba(196, 138, 70, 0.22);
  --df-text: #16243d;
  --df-muted: #6a7488;
  --df-pink: #f6d9d8;
  --df-pink-2: #fff0ef;
  --df-shadow: 0 25px 60px rgba(8, 21, 41, 0.1);
  --df-shadow-lg: 0 30px 80px rgba(8, 21, 41, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  direction: rtl;
}

body {
  margin: 0;
  direction: rtl;
  text-align: right;
  font-family: "Heebo", "Assistant", sans-serif;
  color: var(--df-text);
  background:
    radial-gradient(circle at 0% 15%, rgba(246, 217, 216, 0.65), transparent 22rem),
    radial-gradient(circle at 100% 72%, rgba(246, 217, 216, 0.45), transparent 20rem),
    linear-gradient(180deg, #ffffff 0%, var(--df-cream) 54%, #ffffff 100%);
  overflow-x: hidden;
}

.text-center,
.contact-section .text-center,
.hero-text {
  text-align: center;
}

.section-kicker,
.section-title,
.section-lead {
  text-align: inherit;
}

.contact-section .section-kicker,
.contact-section .section-title,
.contact-section .section-lead {
  text-align: center;
}

@media (min-width: 992px) {
  .hero-text {
    text-align: right;
  }

  .hero::before {
    left: auto;
    right: 4%;
  }

  .flower-visual {
    inset-inline-start: auto;
    inset-inline-end: -120px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.container-site {
  max-width: 1240px;
  direction: rtl;
}

.section-space {
  padding: 90px 0;
}

.text-gold {
  color: var(--df-gold);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(196, 138, 70, 0.1);
}

.navbar {
  min-height: 88px;
}

.site-header .dafesek-logo-shell {
  flex-shrink: 0;
}

.mobile-offcanvas .offcanvas-header .dafesek-logo-shell {
  flex-shrink: 0;
  margin-inline-end: 12px;
}

.footer .dafesek-logo-shell {
  margin-bottom: 8px;
}

.desktop-nav .nav-link {
  color: var(--df-text);
  font-weight: 600;
  padding: 12px 14px !important;
  position: relative;
}

.desktop-nav .nav-link:hover,
.desktop-nav .nav-link.active {
  color: var(--df-gold);
}

.desktop-nav .nav-link.active::after {
  content: "";
  position: absolute;
  right: 22%;
  left: 22%;
  bottom: 3px;
  height: 2px;
  background: var(--df-gold);
  border-radius: 999px;
}

.btn-df {
  min-height: 52px;
  padding: 13px 24px;
  border-radius: 0;
  border: 1px solid var(--df-line);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.25s ease;
}

.btn-df-primary {
  background: var(--df-navy);
  color: #fff;
  box-shadow: 0 15px 35px rgba(8, 21, 41, 0.16);
}

.btn-df-primary:hover {
  background: #102548;
  color: #fff;
  transform: translateY(-2px);
}

.btn-df-outline {
  background: rgba(255, 255, 255, 0.9);
  color: var(--df-navy);
  border-color: rgba(196, 138, 70, 0.48);
}

.btn-df-outline:hover {
  background: #fff;
  color: var(--df-gold);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(196, 138, 70, 0.1);
}

.nav-scroll-anchor {
  display: block;
  position: relative;
  top: -96px;
  visibility: hidden;
  pointer-events: none;
}

main[id],
section[id] {
  scroll-margin-top: 96px;
}

.menu-trigger {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(196, 138, 70, 0.35);
  background: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--df-navy);
  box-shadow: 0 10px 30px rgba(8, 21, 41, 0.08);
  border-radius: 14px;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.menu-trigger--lux:hover {
  border-color: var(--df-gold);
  box-shadow: 0 12px 32px rgba(196, 138, 70, 0.16);
}

.menu-trigger-box {
  width: 22px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

.menu-trigger-line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--df-navy) 0%, #1a3358 100%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease, width 0.22s ease;
  transform-origin: center;
}

.menu-trigger-line:nth-child(2) {
  width: 72%;
  margin-inline-start: auto;
}

.menu-trigger.is-open .menu-trigger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  width: 100%;
}

.menu-trigger.is-open .menu-trigger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.menu-trigger.is-open .menu-trigger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-trigger.is-open {
  border-color: var(--df-gold);
  background: #fffdf8;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0 34px;
  border-bottom: 1px solid rgba(196, 138, 70, 0.1);
}

.hero::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 44%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(196, 138, 70, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--df-gold);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 22px;
}

.hero-kicker::before,
.hero-kicker::after {
  content: "";
  width: 70px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--df-gold), transparent);
  opacity: 0.75;
}

.hero-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 6.6vw, 6.6rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: var(--df-navy);
  margin: 0 0 22px;
}

.hero-title .gold-dot {
  color: var(--df-gold);
  font-size: 0.85em;
  display: inline-block;
  margin-inline: 6px;
}

.hero-lead {
  font-size: 1.18rem;
  line-height: 1.95;
  color: #49566d;
  max-width: 620px;
  margin: 0 0 30px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.flower-visual {
  position: absolute;
  inset-inline-start: -120px;
  bottom: 24px;
  width: 300px;
  height: 470px;
  opacity: 0.78;
  pointer-events: none;
}

.flower-visual .petal {
  position: absolute;
  width: 170px;
  height: 320px;
  border-radius: 55% 45% 50% 50%;
  background: linear-gradient(145deg, rgba(246, 217, 216, 0.85), rgba(255, 255, 255, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 45px rgba(255, 255, 255, 0.45);
  transform-origin: bottom center;
}

.flower-visual .petal:nth-child(1) {
  left: 18px;
  bottom: 10px;
  transform: rotate(-34deg);
}

.flower-visual .petal:nth-child(2) {
  left: 58px;
  bottom: 8px;
  transform: rotate(-10deg);
}

.flower-visual .petal:nth-child(3) {
  left: 104px;
  bottom: 6px;
  transform: rotate(12deg);
}

.flower-visual .petal:nth-child(4) {
  left: 138px;
  bottom: 18px;
  transform: rotate(34deg);
}

.laptop-stage {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 20px;
  height: 126px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(196, 138, 70, 0.06)),
    repeating-linear-gradient(120deg, rgba(196, 138, 70, 0.06) 0 1px, transparent 1px 28px),
    #f0e7dd;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 24px 60px rgba(8, 21, 41, 0.12);
}

.laptop-wrap {
  position: relative;
  z-index: 3;
  width: min(770px, 100%);
  margin-inline: auto;
}

.laptop-screen {
  width: 92%;
  margin-inline: auto;
  aspect-ratio: 16 / 10;
  background: #fff;
  border: 14px solid #0c1423;
  border-bottom-width: 16px;
  border-radius: 20px 20px 10px 10px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(8, 21, 41, 0.28);
}

.laptop-bottom {
  width: 100%;
  height: 28px;
  background: linear-gradient(180deg, #d8dadd, #9b9ea5 45%, #5f646c);
  border-radius: 0 0 38px 38px;
  margin-top: -2px;
  box-shadow: 0 16px 38px rgba(8, 21, 41, 0.2);
  position: relative;
}

.laptop-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 43%;
  width: 14%;
  height: 8px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 0 0 12px 12px;
}

.mock-system {
  height: 100%;
  display: grid;
  grid-template-columns: 120px 1fr;
  background: #f7fbff;
  direction: rtl;
  font-family: "Assistant", sans-serif;
}

.mock-sidebar {
  background: var(--df-navy);
  color: #d9e5fb;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mock-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
}

.mock-brand .dafesek-logo-shell {
  max-width: 100%;
}

.mock-side-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 9px;
  border-radius: 10px;
  font-size: 12px;
  color: #dbe5f7;
}

.mock-side-link.active,
.mock-side-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.mock-main {
  padding: 13px;
  overflow: hidden;
}

.mock-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.mock-title h5 {
  margin: 0;
  font-size: 18px;
  color: var(--df-navy);
  font-weight: 800;
}

.mock-title small {
  color: #7e889a;
  font-size: 11px;
}

.mock-user {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7d879a;
  font-size: 13px;
}

.mock-cards {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.mock-card {
  background: #fff;
  border: 1px solid #e7ebf0;
  border-radius: 12px;
  padding: 11px;
  min-height: 92px;
  box-shadow: 0 8px 20px rgba(8, 21, 41, 0.04);
}

.mock-card h6 {
  margin: 0 0 8px;
  color: var(--df-navy);
  font-size: 13px;
  font-weight: 800;
}

.mock-number {
  font-size: 24px;
  line-height: 1;
  color: var(--df-navy);
  font-weight: 900;
}

.score-ring {
  width: 82px;
  height: 82px;
  margin: auto;
  border-radius: 50%;
  background: conic-gradient(#2db975 0 96%, #e8edf5 96% 100%);
  position: relative;
  display: grid;
  place-items: center;
}

.score-ring::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: #fff;
}

.score-ring b {
  position: relative;
  z-index: 1;
  color: var(--df-navy);
  font-size: 19px;
}

.score-ring span {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 8px;
  color: #2db975;
  font-weight: 800;
  margin-top: 2px;
  text-align: center;
}

.mini-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  color: #b76124;
  background: #fff3e9;
}

.mini-progress {
  height: 7px;
  border-radius: 999px;
  background: #e8edf5;
  overflow: hidden;
  margin-top: 8px;
}

.mini-progress span {
  display: block;
  width: 95%;
  height: 100%;
  background: linear-gradient(90deg, #2db975, #95deb8);
}

.mock-bottom-grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.mini-list {
  display: grid;
  gap: 6px;
  font-size: 10.5px;
  color: #566377;
}

.mini-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.integrations {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.integrations span {
  border: 1px solid #e7ebf0;
  background: #f5f8fc;
  border-radius: 8px;
  padding: 4px 7px;
  font-size: 9px;
  color: #5c6779;
}


.benefits-strip {
  background: #fff;
  border-top: 1px solid rgba(196, 138, 70, 0.14);
  border-bottom: 1px solid rgba(196, 138, 70, 0.14);
}

.benefit-box {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 22px 10px;
  border-inline-start: 1px solid rgba(196, 138, 70, 0.14);
  text-align: center;
}

.benefit-box:first-child {
  border-inline-start: 0;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--df-pink-2), #fff);
  border: 1px solid rgba(196, 138, 70, 0.18);
  color: var(--df-gold);
  display: inline-grid !important;
  place-items: center;
  flex: 0 0 auto;
  line-height: 1;
  vertical-align: middle;
}

.benefit-icon > i {
  display: inline-block;
  font-size: 1.35rem;
  line-height: 1;
  vertical-align: middle;
}

.benefit-box strong {
  display: block;
  color: var(--df-navy);
  font-size: 1rem;
  margin-bottom: 4px;
}

.benefit-box > div span {
  display: block;
  color: var(--df-muted);
  font-size: 0.92rem;
}

.service-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(196, 138, 70, 0.22);
  border-radius: 0;
  padding: 38px 32px;
  box-shadow: 0 18px 50px rgba(8, 21, 41, 0.05);
  position: relative;
  overflow: hidden;
  transition: 0.25s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: -72px;
  left: -72px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 217, 216, 0.55), transparent 70%);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 70px rgba(8, 21, 41, 0.1);
  border-color: rgba(196, 138, 70, 0.38);
}

.service-card .service-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--df-pink-2), #fff);
  border: 1px solid rgba(196, 138, 70, 0.18);
  color: var(--df-gold);
  font-size: 34px;
}

.service-card h3 {
  font-size: 1.55rem;
  color: var(--df-navy);
  margin: 24px 0 12px;
  font-weight: 800;
}

.service-card p {
  color: #526077;
  line-height: 1.85;
  margin-bottom: 18px;
}

.service-link {
  color: var(--df-gold);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-section {
  position: relative;
  padding: 90px 0 80px;
}

.contact-section::before {
  content: "";
  position: absolute;
  left: auto;
  right: -160px;
  bottom: 0;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(246, 217, 216, 0.72), transparent 66%);
  pointer-events: none;
}

.section-kicker {
  color: var(--df-gold);
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.section-title {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--df-navy);
  font-size: clamp(2.3rem, 4vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}

.section-lead {
  color: #546178;
  font-size: 1.12rem;
  line-height: 1.9;
  max-width: 700px;
  margin-inline: auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-info-box {
  min-height: 132px;
  background: #fff;
  border: 1px solid rgba(196, 138, 70, 0.22);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 18px 40px rgba(8, 21, 41, 0.05);
}

.contact-info-box i {
  font-size: 28px;
  color: var(--df-gold);
  margin-bottom: 10px;
}

.contact-info-box strong {
  display: block;
  margin-bottom: 6px;
  color: var(--df-navy);
  font-size: 1.05rem;
}

.contact-info-box span,
.contact-info-box a {
  color: #536178;
  direction: ltr;
  font-weight: 600;
}

.contact-note {
  margin-top: 18px;
  background: linear-gradient(90deg, var(--df-pink-2), #fff);
  border: 1px solid rgba(196, 138, 70, 0.16);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  color: var(--df-navy);
  font-weight: 700;
  line-height: 1.8;
}

.contact-note i {
  color: var(--df-gold);
  font-size: 28px;
  flex: 0 0 auto;
}

.contact-form-wrap .marketing-contact-form .form-control.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.12);
}

.contact-form-wrap [data-field-error] {
  display: none;
  font-size: 0.82rem;
  color: #b42318;
  margin-top: 0.35rem;
  font-weight: 600;
}

.contact-form-wrap [data-field-error].is-visible {
  display: block;
}

.contact-form-wrap #marketing-contact-error {
  border-radius: 12px;
}

.contact-form-wrap {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(196, 138, 70, 0.22);
  padding: 32px;
  box-shadow: var(--df-shadow);
}

.form-control {
  min-height: 54px;
  border-radius: 0;
  border: 1px solid rgba(196, 138, 70, 0.22);
  background: rgba(255, 255, 255, 0.96);
  color: var(--df-navy);
  font-weight: 600;
}

.form-control:focus {
  border-color: var(--df-gold);
  box-shadow: 0 0 0 0.2rem rgba(196, 138, 70, 0.12);
}

textarea.form-control {
  min-height: 148px;
  resize: vertical;
}

.footer {
  position: relative;
  color: #dfe6f3;
  background:
    radial-gradient(circle at 12% 10%, rgba(196, 138, 70, 0.14), transparent 20rem),
    linear-gradient(135deg, #061124, #0b1d39 68%, #081529);
  overflow: hidden;
}

.footer-main {
  padding: 72px 0 46px;
  border-bottom: 1px solid rgba(230, 192, 141, 0.18);
}

.footer p {
  color: #c7cfdd;
  line-height: 1.9;
  margin-top: 20px;
}

.footer-title {
  color: var(--df-gold-soft);
  font-weight: 800;
  font-size: 1.02rem;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: #dfe6f3;
  opacity: 0.86;
  transition: 0.2s ease;
}

.footer-links a:hover {
  color: var(--df-gold-soft);
  opacity: 1;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(230, 192, 141, 0.38);
  display: grid;
  place-items: center;
  color: var(--df-gold-soft);
  font-size: 18px;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  direction: ltr;
}

.footer-contact i {
  color: var(--df-gold-soft);
}

.footer-bottom {
  padding: 20px 0;
  font-size: 0.92rem;
  color: #c5cedd;
}

.footer-bottom .small-access {
  color: var(--df-gold-soft);
  font-size: 18px;
  margin-inline-start: 6px;
}

.site-shell {
  min-height: 100%;
}

#mobileMenu.mobile-offcanvas {
  --bs-offcanvas-width: 100%;
  --bs-offcanvas-height: 100%;
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
  max-height: 100%;
  border: none;
  box-shadow: none;
  z-index: 2147483647 !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(231, 197, 102, 0.14), transparent 22rem),
    radial-gradient(circle at 100% 100%, rgba(196, 138, 70, 0.08), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #fffaf6 48%, #ffffff 100%);
  color: var(--df-navy);
}

body.mobile-menu-open .offcanvas-backdrop {
  z-index: 2147483646 !important;
}

body.mobile-menu-open #dafesekAccessWidget {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mobile-offcanvas .offcanvas-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  border-bottom: 1px solid rgba(196, 138, 70, 0.22);
  padding-block: 22px 18px;
  padding-inline: 22px 24px;
}

.menu-close-btn {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border: 1px solid rgba(196, 138, 70, 0.35);
  border-radius: 12px;
  background: #fff;
  padding: 0;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(8, 21, 41, 0.06);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.menu-close-btn:hover {
  border-color: var(--df-gold);
  background: #fffdf8;
  transform: scale(1.04);
}

.menu-close-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
}

.menu-close-icon::before,
.menu-close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--df-gold) 0%, #a8751f 100%);
  transform-origin: center;
}

.menu-close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 24px 22px max(28px, env(safe-area-inset-bottom, 0px));
  min-height: 0;
  overflow-y: auto;
}

#mobileMenu.mobile-offcanvas {
  display: flex;
  flex-direction: column;
}

.mobile-menu-grid {
  display: grid;
  gap: 12px;
}

.mobile-menu-link {
  padding: 16px 18px;
  border: 1px solid rgba(196, 138, 70, 0.28);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--df-navy);
  font-size: 1.08rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(8, 21, 41, 0.04);
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.mobile-menu-link:hover,
.mobile-menu-link.active {
  background: #fffdf8;
  border-color: var(--df-gold);
  transform: translateX(-3px);
  color: var(--df-gold);
  box-shadow: 0 10px 26px rgba(196, 138, 70, 0.12);
}

.mobile-menu-link i {
  font-size: 1rem;
  color: var(--df-gold);
  transition: color 0.25s ease;
}

.mobile-menu-link:hover i,
.mobile-menu-link.active i {
  color: #a8751f;
}

@media (max-width: 1199.98px) {
  .hero-title {
    font-size: clamp(3rem, 7vw, 5.2rem);
  }

  .hero::before {
    left: 36%;
  }

  .laptop-screen {
    border-width: 11px;
    border-bottom-width: 14px;
  }

  .mock-system {
    grid-template-columns: 98px 1fr;
  }

  .mock-cards,
  .mock-bottom-grids {
    gap: 8px;
  }

  .mock-card {
    padding: 9px;
    min-height: 82px;
  }

  .mock-card h6 {
    font-size: 11px;
  }

  .mock-number {
    font-size: 21px;
  }
}

@media (max-width: 991.98px) {
  .desktop-nav,
  .header-cta {
    display: none !important;
  }

  .menu-trigger {
    display: inline-flex;
  }

  .hero {
    padding-top: 34px;
  }

  .hero::before {
    left: 18%;
    top: 60px;
    width: 420px;
    height: 420px;
  }

  .hero .row {
    row-gap: 36px;
  }

  .hero-text {
    text-align: center;
  }

  .hero-kicker,
  .hero-actions {
    justify-content: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-visual {
    min-height: 420px;
  }

  .flower-visual {
    inset-inline-start: -160px;
    opacity: 0.58;
  }

  .benefit-box {
    border-inline-start: 0;
    border-bottom: 1px solid rgba(196, 138, 70, 0.12);
    justify-content: flex-start;
    text-align: right;
    padding-inline: 24px;
  }

  .benefits-strip .row > div:last-child .benefit-box {
    border-bottom: 0;
  }

  .footer-contact li {
    justify-content: flex-start;
    direction: rtl;
  }
}

@media (max-width: 767.98px) {
  .section-space,
  .contact-section {
    padding: 62px 0;
  }

  .navbar {
    min-height: 76px;
  }

  .menu-trigger {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }

  .hero-title {
    font-size: 3.25rem;
  }

  .hero-kicker {
    font-size: 0.92rem;
  }

  .hero-kicker::before,
  .hero-kicker::after {
    width: 34px;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.85;
  }

  .hero-actions .btn-df {
    width: 100%;
  }

  .hero-visual {
    min-height: 315px;
  }

  .laptop-stage {
    left: 0;
    height: 92px;
  }

  .laptop-screen {
    border-width: 8px;
    border-bottom-width: 10px;
    border-radius: 13px 13px 8px 8px;
  }

  .laptop-bottom {
    height: 18px;
  }

  .mock-system {
    grid-template-columns: 64px 1fr;
  }

  .mock-sidebar {
    padding: 8px 6px;
  }

  .mock-brand {
    margin-bottom: 6px;
  }

  .mock-side-link {
    font-size: 0;
    justify-content: center;
    padding: 6px;
    gap: 0;
  }

  .mock-side-link i {
    font-size: 12px;
  }

  .mock-main {
    padding: 7px;
  }

  .mock-topbar {
    margin-bottom: 7px;
  }

  .mock-title h5 {
    font-size: 13px;
  }

  .mock-title small,
  .mock-user {
    display: none;
  }

  .mock-cards {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .mock-cards .mock-card:first-child {
    grid-row: span 2;
  }

  .mock-bottom-grids {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .mock-bottom-grids .mock-card:nth-child(n + 2) {
    display: none;
  }

  .score-ring {
    width: 56px;
    height: 56px;
  }

  .score-ring::after {
    inset: 6px;
  }

  .score-ring b {
    font-size: 14px;
  }

  .score-ring span {
    font-size: 7px;
  }

  .mock-card h6 {
    font-size: 9px;
    margin-bottom: 5px;
  }

  .mock-number {
    font-size: 17px;
  }

  .mini-badge {
    font-size: 8px;
    padding: 3px 6px;
  }

  .mini-list {
    font-size: 8.8px;
  }

  .integrations span {
    font-size: 7.5px;
    padding: 3px 5px;
  }


  .service-card {
    padding: 30px 24px;
  }

  .service-card h3 {
    font-size: 1.35rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-note {
    flex-direction: column;
  }

  .contact-form-wrap {
    padding: 24px;
  }

  .footer .container-site {
    padding-inline: clamp(22px, 6vw, 32px);
  }

  .footer-main {
    padding: 52px 0 34px;
  }

  .footer-main-grid {
    row-gap: 2rem !important;
  }

  .footer-brand-col {
    text-align: center;
    padding-bottom: 0.5rem;
  }

  .footer-brand-col p {
    max-width: 28rem;
    margin-inline: auto;
  }

  .footer-brand-col .dafesek-logo-shell {
    margin-inline: auto;
    display: flex;
    justify-content: center;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-nav-col,
  .footer-services-col {
    padding-inline: 4px;
  }

  .footer-nav-col .footer-links,
  .footer-services-col .footer-links {
    padding-inline-start: 0.25rem;
  }

  .footer-contact-col {
    padding-top: 0.25rem;
    border-top: 1px solid rgba(230, 192, 141, 0.16);
    margin-top: 0.25rem;
    padding-top: 1.5rem;
  }

  .footer-contact li {
    justify-content: flex-start;
    direction: rtl;
  }

  .footer-bottom {
    text-align: center;
    padding-inline: clamp(22px, 6vw, 32px);
  }

  .footer-bottom .row {
    row-gap: 1rem;
  }

}

@media (max-width: 430px) {
  .hero-title {
    font-size: 2.85rem;
  }

  .section-title {
    font-size: 2.45rem;
  }

  .hero-visual {
    min-height: 286px;
  }

  .hero-kicker {
    gap: 10px;
    font-size: 0.85rem;
  }

  .mock-system {
    grid-template-columns: 54px 1fr;
  }

  .mock-card {
    min-height: 60px;
  }
}
