:root {
  --alf-green-950: #032d25;
  --alf-green-900: #064437;
  --alf-green-800: #075b48;
  --alf-green-700: #08735a;
  --alf-green-100: #e8f3ee;
  --alf-gold: #d8a832;
  --alf-gold-light: #f1cd6c;
  --alf-ivory: #fbf8ef;
  --alf-cream: #f4efe1;
  --alf-ink: #15342d;
  --alf-muted: #687a75;
  --alf-white: #ffffff;
  --alf-border: rgba(6, 68, 55, .12);
  --alf-shadow-sm: 0 10px 30px rgba(5, 54, 43, .08);
  --alf-shadow-lg: 0 24px 70px rgba(3, 45, 37, .18);
  --alf-radius: 24px;
  --alf-radius-sm: 14px;
  --alf-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }
body {
  margin: 0;
  color: var(--alf-ink);
  background: var(--alf-white);
  font-family: "Tajawal", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
body.alf-lang-en { direction: ltr; font-family: "Manrope", Arial, sans-serif; }
body.alf-lang-ar { direction: rtl; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: .25s ease; }
button, input, select, textarea { font: inherit; }
.alf-container { width: min(var(--alf-container), calc(100% - 48px)); margin-inline: auto; }
.alf-narrow { max-width: 880px; }
.alf-skip { position: fixed; inset-inline-start: 10px; top: -100px; z-index: 99999; padding: 10px 18px; background: #fff; color: #000; }
.alf-skip:focus { top: 10px; }

.alf-topbar { background: var(--alf-green-950); color: rgba(255,255,255,.8); font-size: 13px; }
.alf-topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.alf-origin, .alf-top-contact { display: flex; align-items: center; gap: 18px; }
.alf-origin span { font-size: 17px; }
.alf-top-contact a:hover { color: var(--alf-gold-light); }
.alf-top-contact { direction: ltr; word-spacing: 5px; }
.alf-header { position: sticky; top: 0; z-index: 1000; color: #fff; background: rgba(4,54,44,.98); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 10px 35px rgba(3,45,37,.12); transition: .3s ease; }
.alf-header.is-sticky { position: sticky; inset: auto; box-shadow: 0 15px 40px rgba(3,45,37,.2); animation: none; }
body.admin-bar .alf-header.is-sticky { top: 32px; }
body.admin-bar .alf-header { top: 32px; }
@keyframes alf-slide { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.alf-header-inner { min-height: 90px; display: flex; align-items: center; gap: 30px; }
.alf-brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.alf-brand-mark { width: 52px; height: 52px; position: relative; display: block; border: 2px solid var(--alf-gold); border-radius: 50%; background: linear-gradient(145deg,#fff,#f6efe0); box-shadow: 0 6px 18px rgba(5,54,43,.14); overflow: hidden; }
.alf-brand-mark:before { content: ""; position: absolute; width: 34px; height: 23px; border: 2px solid var(--alf-green-800); border-radius: 70% 30% 70% 30%; transform: rotate(32deg); left: 8px; top: 15px; background: white; }
.alf-brand-mark i { position: absolute; width: 2px; height: 35px; background: var(--alf-gold); left: 25px; top: 8px; transform: rotate(33deg); z-index: 2; }
.alf-brand-mark b { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--alf-green-800); top: 23px; left: 21px; z-index: 3; }
.alf-brand-copy { display: flex; flex-direction: column; line-height: 1.2; white-space: nowrap; }
.alf-brand-copy strong { font-size: 16px; font-weight: 800; color: #fff; }
.alf-brand-copy small { margin-top: 5px; font: 700 10px/1.2 "Manrope",sans-serif; letter-spacing: .7px; color: #a17612; }
.custom-logo-link img { display: block; width: auto; max-width: 260px; max-height: 68px; }
.alf-header .custom-logo-link { display: inline-flex; align-items: center; padding: 5px 11px; background: rgba(255,255,255,.94); border: 1px solid rgba(216,168,50,.28); border-radius: 14px; box-shadow: 0 6px 20px rgba(0,0,0,.1); }
.alf-nav { margin-inline-start: auto; }
.alf-menu { list-style: none; display: flex; align-items: center; gap: 25px; padding: 0; margin: 0; }
.alf-menu li { position: relative; }
.alf-menu a { display: block; padding: 32px 0 27px; color: rgba(255,255,255,.9); font-size: 15px; font-weight: 700; white-space: nowrap; }
.alf-menu a:after { content: ""; position: absolute; inset-inline-start: 0; bottom: 24px; width: 0; height: 2px; border-radius: 3px; background: var(--alf-gold); transition: .25s ease; }
.alf-menu a:hover, .alf-menu .current-menu-item > a { color: var(--alf-gold-light); }
.alf-menu a:hover:after, .alf-menu .current-menu-item > a:after { width: 100%; }
.alf-menu .sub-menu { display: none; position: absolute; top: 78px; inset-inline-start: -20px; list-style: none; padding: 10px; margin: 0; min-width: 220px; background: #fff; border-radius: 12px; box-shadow: var(--alf-shadow-lg); }
.alf-menu li:hover > .sub-menu { display: block; }
.alf-menu .sub-menu a { padding: 10px 13px; }
.alf-menu .sub-menu a:after { display: none; }
.alf-header-actions { display: flex; align-items: center; gap: 12px; }
.alf-language { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font: 700 12px/1 "Manrope", sans-serif; color: #fff; }
.alf-language:hover { color: var(--alf-green-950); border-color: var(--alf-gold); background: var(--alf-gold-light); }
.alf-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 25px; border-radius: 11px; border: 0; font-weight: 800; line-height: 1.2; cursor: pointer; transition: .25s ease; }
.alf-btn:hover { transform: translateY(-2px); }
.alf-btn-gold { color: #fff; background: linear-gradient(135deg,var(--alf-gold),#bd8415); box-shadow: 0 10px 22px rgba(216,168,50,.25); }
.alf-btn-gold:hover { color: #fff; box-shadow: 0 14px 28px rgba(216,168,50,.36); }
.alf-btn-green { color: #fff; background: linear-gradient(135deg,var(--alf-green-700),var(--alf-green-950)); box-shadow: 0 10px 24px rgba(6,68,55,.22); }
.alf-btn-green:hover { color: #fff; }
.alf-btn-outline { color: var(--alf-green-800); background: #fff; border: 1px solid rgba(6,68,55,.2); }
.alf-menu-toggle { display: none; border: 0; background: transparent; color: #fff; width: 45px; padding: 6px; }
.alf-menu-toggle span { display: block; width: 27px; height: 2px; margin: 5px auto; background: currentColor; }
.alf-menu-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.alf-site-main { min-height: 55vh; overflow: hidden; }
.elementor-page .alf-site-main { padding: 0; }
.elementor-section.elementor-section-boxed > .elementor-container { max-width: var(--alf-container); }
.elementor-widget-text-editor, .elementor-widget-heading { color: inherit; }
.alf-split-section > .elementor-container { gap: 65px; align-items: center; }
.alf-split-section .elementor-widget-wrap { align-content: center; }

/* Elementor demo components */
.alf-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--alf-gold); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.alf-kicker:before { content: ""; width: 28px; height: 2px; background: currentColor; }
.alf-display { margin: 0 0 20px; color: var(--alf-green-950); font-size: clamp(38px,5vw,72px); line-height: 1.12; font-weight: 800; letter-spacing: -.8px; }
.alf-title { margin: 0 0 16px; color: var(--alf-green-950); font-size: clamp(30px,3vw,48px); line-height: 1.2; font-weight: 800; }
.alf-lead { max-width: 680px; margin: 0; color: var(--alf-muted); font-size: 19px; line-height: 1.9; }
.alf-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.alf-hero-copy { max-width: 800px; padding-block: 65px; }
.alf-hero-copy .alf-display { color: #fff; text-shadow: 0 4px 24px rgba(0,0,0,.18); }
.alf-hero-copy .alf-display { font-size: clamp(42px,4.4vw,66px); }
.alf-hero-copy .alf-lead { color: rgba(255,255,255,.88); }
.alf-hero-badge { display: inline-flex; align-items: center; gap: 10px; margin-top: 35px; padding: 11px 16px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; backdrop-filter: blur(12px); font-weight: 700; }
.alf-hero-badge span { display: grid; place-items: center; width: 31px; height: 31px; background: #fff; border-radius: 50%; }
.alf-hero-section { position: relative; overflow: hidden; background-color: var(--alf-green-900); }
.alf-hero-section:after { content: ""; position: absolute; width: 440px; height: 440px; inset-inline-end: -120px; top: -180px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.04), 0 0 0 140px rgba(255,255,255,.025); pointer-events: none; }
.alf-trust-strip { position: relative; z-index: 3; margin-top: -46px; padding: 0 0 70px; }
.alf-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); padding: 22px; background: rgba(255,255,255,.98); border: 1px solid rgba(6,68,55,.09); border-radius: 22px; box-shadow: var(--alf-shadow-lg); }
.alf-trust-item { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 72px; border-inline-end: 1px solid var(--alf-border); }
.alf-trust-item:last-child { border: 0; }
.alf-trust-icon { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--alf-green-700); background: var(--alf-green-100); font-size: 22px; }
.alf-trust-item strong { display: block; line-height: 1.3; color: var(--alf-green-950); }
.alf-trust-item small { color: var(--alf-muted); }
.alf-section-pad { padding: 78px 0; }
.alf-section-soft { background: linear-gradient(180deg,#fbfaf5 0%,#f5f0e3 100%); }
.alf-section-green { color: #fff; background: radial-gradient(circle at 20% 0%,rgba(216,168,50,.13),transparent 35%),linear-gradient(135deg,var(--alf-green-800),var(--alf-green-950)); }
.alf-section-green .alf-title { color: #fff; }
.alf-section-green .alf-lead { color: rgba(255,255,255,.72); }
.alf-image-frame { position: relative; padding: 14px; background: #fff; border: 1px solid var(--alf-border); border-radius: var(--alf-radius); box-shadow: var(--alf-shadow-lg); }
.alf-image-frame img { display: block; width: 100%; min-height: 430px; object-fit: cover; border-radius: 17px; }
.alf-image-frame:before { content: ""; position: absolute; width: 105px; height: 105px; inset-inline-start: -28px; bottom: -28px; z-index: -1; background-image: radial-gradient(var(--alf-gold) 1.4px,transparent 1.4px); background-size: 12px 12px; opacity: .45; }
.alf-about-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin: 30px 0 0; }
.alf-about-list div { padding: 15px 17px; border: 1px solid var(--alf-border); border-radius: 14px; background: #fff; box-shadow: var(--alf-shadow-sm); font-weight: 700; }
.alf-about-list span { color: var(--alf-gold); margin-inline-end: 8px; }
.alf-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.alf-section-head > div:first-child { max-width: 780px; }
.alf-section-head-center { display: block; text-align: center; }
.alf-section-head-center > div:first-child { max-width: 760px; margin-inline: auto; }
.alf-section-head-center .alf-lead { margin-inline: auto; }
.alf-product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.alf-product-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--alf-border); border-radius: var(--alf-radius); box-shadow: var(--alf-shadow-sm); transition: .3s ease; }
.alf-product-card:hover { transform: translateY(-8px); box-shadow: var(--alf-shadow-lg); }
.alf-product-visual { height: 250px; position: relative; overflow: hidden; background: linear-gradient(145deg,#f2ecdc,#fff); }
.alf-product-visual img { width: 100%; height: 100%; object-fit: cover; transition: .45s ease; }
.alf-product-card:hover img { transform: scale(1.045); }
.alf-product-label { position: absolute; top: 18px; inset-inline-start: 18px; z-index: 2; padding: 6px 11px; color: #fff; background: var(--alf-green-800); border-radius: 999px; font-size: 12px; font-weight: 800; }
.alf-product-body { padding: 24px; }
.alf-product-body h3 { margin: 0 0 7px; color: var(--alf-green-950); font-size: 23px; }
.alf-product-body p { margin: 0 0 17px; color: var(--alf-muted); font-size: 15px; line-height: 1.7; }
.alf-specs { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.alf-specs span { padding: 8px; color: #46615a; background: var(--alf-ivory); border-radius: 8px; text-align: center; font-size: 12px; font-weight: 700; }
.alf-quality-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 30px; }
.alf-quality-card { display: flex; gap: 14px; padding: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; backdrop-filter: blur(8px); }
.alf-quality-card span { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: var(--alf-green-950); background: var(--alf-gold-light); border-radius: 12px; font-size: 20px; }
.alf-quality-card strong { display: block; margin-bottom: 3px; }
.alf-quality-card small { color: rgba(255,255,255,.66); }
.alf-map-card { position: relative; min-height: 420px; display: grid; grid-template-columns: minmax(0,1fr) 280px; align-items: center; gap: 30px; padding: 32px; overflow: hidden; direction: ltr; background: linear-gradient(145deg,#fbf7eb,#fff); border: 1px solid var(--alf-border); border-radius: var(--alf-radius); box-shadow: var(--alf-shadow-sm); }
.alf-map-visual { position: relative; z-index: 1; min-width: 0; }
.alf-world-map-img { display: block; width: 100%; height: auto; }
.alf-world-map-svg { display: block; width: 100%; height: auto; overflow: visible; }
.alf-world-map-svg .continent { fill: #cbdcd4; stroke: #9fbbb0; stroke-width: 2; transition: .3s ease; }
.alf-world-map-svg .continent:hover { fill: #aecabd; }
.alf-world-map-svg .route { fill: none; stroke: var(--alf-gold); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 9 10; opacity: .85; }
.alf-world-map-svg .route-dot { fill: var(--alf-gold); stroke: #fff; stroke-width: 4; }
.alf-world-map-svg .egypt-dot { fill: var(--alf-green-800); stroke: var(--alf-gold); stroke-width: 5; }
.alf-world-map-svg text { fill: var(--alf-green-950); font: 800 20px "Tajawal",Arial,sans-serif; }
.alf-market-list { position: relative; z-index: 2; width: 100%; display: grid; gap: 10px; direction: rtl; }
body.alf-lang-en .alf-market-list { direction: ltr; }
.alf-market-list div { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; background: rgba(255,255,255,.9); border: 1px solid var(--alf-border); border-radius: 11px; font-weight: 800; box-shadow: 0 6px 18px rgba(5,54,43,.06); }
.alf-market-list span { color: var(--alf-gold); }
.alf-process { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; counter-reset: steps; }
.alf-step { position: relative; padding: 28px 18px 22px; background: #fff; border: 1px solid var(--alf-border); border-radius: 17px; text-align: center; box-shadow: var(--alf-shadow-sm); }
.alf-step:after { content: ""; position: absolute; top: 47px; inset-inline-end: -19px; width: 20px; border-top: 2px dotted var(--alf-gold); }
.alf-step:last-child:after { display: none; }
.alf-step i { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 14px; color: #fff; background: linear-gradient(145deg,var(--alf-green-700),var(--alf-green-950)); border-radius: 17px; font-style: normal; font-size: 23px; box-shadow: 0 9px 20px rgba(6,68,55,.2); }
.alf-step strong { display: block; line-height: 1.4; }
.alf-step small { color: var(--alf-muted); }
.alf-cert-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 35px; }
.alf-cert { padding: 26px 16px; background: #fff; border: 1px solid var(--alf-border); border-radius: 15px; text-align: center; box-shadow: var(--alf-shadow-sm); }
.alf-cert span { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 12px; color: var(--alf-gold); border: 2px solid var(--alf-gold); border-radius: 50%; font-weight: 800; }
.alf-cert strong { display: block; }
.alf-cert small { color: var(--alf-muted); }
.alf-cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 46px 52px; color: #fff; background: linear-gradient(110deg,rgba(3,45,37,.97),rgba(7,91,72,.93)),url(../images/export-packaging.webp) center/cover; border-radius: var(--alf-radius); box-shadow: var(--alf-shadow-lg); }
.alf-cta-panel h2 { margin: 0 0 9px; color: #fff; font-size: clamp(28px,3vw,43px); line-height: 1.25; }
.alf-cta-panel p { margin: 0; color: rgba(255,255,255,.72); }

/* Inner pages */
.alf-page-hero { padding: 100px 0 90px; color: #fff; background: radial-gradient(circle at 15% 20%,rgba(216,168,50,.18),transparent 25%),linear-gradient(135deg,var(--alf-green-800),var(--alf-green-950)); text-align: center; }
.alf-page-hero .alf-title { color: #fff; }
.alf-page-hero p { max-width: 700px; margin: 0 auto; color: rgba(255,255,255,.75); font-size: 19px; }
.alf-breadcrumb { display: flex; justify-content: center; gap: 8px; margin-bottom: 15px; color: var(--alf-gold-light); font-size: 14px; font-weight: 700; }
.alf-content-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 65px; align-items: center; }
.alf-value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.alf-value-card { padding: 30px; background: #fff; border: 1px solid var(--alf-border); border-radius: 20px; box-shadow: var(--alf-shadow-sm); }
.alf-value-card span { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 17px; color: #fff; background: var(--alf-green-800); border-radius: 15px; font-size: 23px; }
.alf-value-card h3 { margin: 0 0 8px; color: var(--alf-green-950); }
.alf-value-card p { margin: 0; color: var(--alf-muted); }
.alf-fact-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; }
.alf-fact { padding: 30px 18px; background: rgba(255,255,255,.06); text-align: center; }
.alf-fact strong { display: block; color: var(--alf-gold-light); font-size: 35px; line-height: 1.2; }
.alf-fact small { color: rgba(255,255,255,.72); }
.alf-timeline { display: grid; gap: 16px; counter-reset: alfstep; }
.alf-timeline-item { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 20px; align-items: center; padding: 20px; background: #fff; border: 1px solid var(--alf-border); border-radius: 16px; box-shadow: var(--alf-shadow-sm); }
.alf-timeline-item > span { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--alf-green-800); border-radius: 50%; font-weight: 800; }
.alf-timeline-item h3 { margin: 0 0 2px; }
.alf-timeline-item p { margin: 0; color: var(--alf-muted); font-size: 15px; }
.alf-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; }
.alf-contact-card { height: 100%; padding: 36px; color: #fff; background: linear-gradient(145deg,var(--alf-green-800),var(--alf-green-950)); border-radius: var(--alf-radius); box-shadow: var(--alf-shadow-lg); }
.alf-contact-card h2 { color: #fff; margin-top: 0; }
.alf-contact-card p { color: rgba(255,255,255,.72); }
.alf-contact-row { display: flex; gap: 13px; align-items: center; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.alf-contact-row span { width: 40px; height: 40px; display: grid; place-items: center; background: rgba(255,255,255,.1); border-radius: 50%; }
.alf-contact-row strong { display: block; }
.alf-contact-row small { color: rgba(255,255,255,.65); }
.alf-form-shell { padding: 36px; background: #fff; border: 1px solid var(--alf-border); border-radius: var(--alf-radius); box-shadow: var(--alf-shadow-sm); }

/* Blog */
.alf-archive-page, .alf-single-page { padding: 80px 0; background: var(--alf-ivory); }
.alf-page-heading { margin-bottom: 35px; text-align: center; }
.alf-page-heading h1 { margin: 8px 0; color: var(--alf-green-950); font-size: clamp(34px,4vw,55px); line-height: 1.2; }
.alf-page-heading small { color: var(--alf-gold); font-weight: 700; }
.alf-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.alf-post-card { overflow: hidden; background: #fff; border-radius: 20px; box-shadow: var(--alf-shadow-sm); }
.alf-post-card > a { display: block; height: 230px; overflow: hidden; }
.alf-post-card img { width: 100%; height: 100%; object-fit: cover; }
.alf-post-card-copy { padding: 24px; }
.alf-post-card-copy small { color: var(--alf-gold); }
.alf-post-card-copy h2 { margin: 8px 0; font-size: 23px; line-height: 1.4; }
.alf-post-card-copy p { margin: 0; color: var(--alf-muted); font-size: 15px; }
.alf-single-image { width: 100%; border-radius: 23px; box-shadow: var(--alf-shadow-lg); }
.alf-entry-content { margin-top: 35px; padding: 40px; background: #fff; border-radius: 22px; box-shadow: var(--alf-shadow-sm); }
.alf-error-page { display: grid; place-items: center; min-height: 65vh; padding: 80px 0; text-align: center; }
.alf-error-page span { display: block; color: var(--alf-gold); font-size: 100px; font-weight: 800; line-height: 1; }

/* Footer */
.alf-footer { padding-top: 70px; color: rgba(255,255,255,.74); background: #032d25; }
.alf-footer .alf-brand-copy strong { color: #fff; }
.alf-footer .alf-brand-mark { background: #fff; }
.alf-footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr 1.2fr; gap: 55px; padding-bottom: 55px; }
.alf-footer h3 { margin: 0 0 18px; color: #fff; font-size: 18px; }
.alf-footer-brand p { max-width: 330px; margin: 22px 0; }
.alf-socials { display: flex; gap: 9px; }
.alf-socials a { width: 39px; height: 39px; display: grid; place-items: center; color: var(--alf-gold-light); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font: 700 12px/1 "Manrope"; }
.alf-socials a:hover { color: var(--alf-green-950); background: var(--alf-gold); }
.alf-footer-menu, .alf-footer .alf-footer-menu .alf-menu { display: grid; list-style: none; gap: 8px; padding: 0; margin: 0; }
.alf-footer .alf-menu { display: grid; gap: 8px; }
.alf-footer .alf-menu a { padding: 0; color: rgba(255,255,255,.7); }
.alf-footer .alf-menu a:after { display: none; }
.alf-footer-menu a, .alf-footer .alf-footer-menu .alf-menu a { padding: 0; color: rgba(255,255,255,.7); }
.alf-footer-menu a:after { display: none; }
.alf-footer-menu a:hover { color: var(--alf-gold-light); }
.alf-footer-contact { display: grid; align-content: start; gap: 11px; }
.alf-footer-contact h3 { margin-bottom: 7px; }
.alf-footer-contact a, .alf-footer-contact p { display: flex; align-items: flex-start; gap: 10px; margin: 0; }
.alf-footer-contact span { color: var(--alf-gold-light); }
.alf-footer-cta { padding: 25px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; }
.alf-footer-cta p { margin: 0 0 18px; font-size: 14px; }
.alf-footer-cta .alf-btn { min-height: 43px; padding-inline: 18px; font-size: 14px; }
.alf-copyright { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.alf-copyright .alf-container { display: flex; justify-content: space-between; gap: 20px; }
.alf-copyright a:hover { color: var(--alf-gold-light); }

@media (max-width: 1120px) {
  .alf-header-inner { gap: 17px; }
  .alf-menu { gap: 15px; }
  .alf-menu a { font-size: 14px; }
  .alf-header-actions .alf-btn { display: none; }
  .alf-footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .alf-top-contact a:first-child { display: none; }
  .alf-header-inner { min-height: 76px; }
  .alf-menu-toggle { display: block; order: 4; }
  .alf-header-actions { margin-inline-start: auto; }
  .alf-nav { display: none; position: absolute; top: 76px; inset-inline: 20px; padding: 12px 22px 22px; margin: 0; background: var(--alf-green-950); border-radius: 0 0 18px 18px; box-shadow: var(--alf-shadow-lg); }
  .alf-nav.is-open { display: block; }
  .alf-menu { display: grid; gap: 0; }
  .alf-menu a { padding: 12px 0; border-bottom: 1px solid var(--alf-border); }
  .alf-menu a:after { display: none; }
  .alf-menu .sub-menu { position: static; display: block; box-shadow: none; padding: 0 18px; }
  .alf-content-grid, .alf-contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .alf-split-section > .elementor-container { display: grid; grid-template-columns: 1fr; gap: 38px; }
  .alf-split-section > .elementor-container > .elementor-column { width: 100% !important; }
  .alf-product-grid, .alf-value-grid { grid-template-columns: repeat(2,1fr); }
  .alf-trust-grid, .alf-cert-grid { grid-template-columns: repeat(2,1fr); }
  .alf-trust-item:nth-child(2) { border: 0; }
  .alf-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--alf-border); }
  .alf-process { grid-template-columns: repeat(3,1fr); }
  .alf-step:after { display: none; }
  .alf-post-grid { grid-template-columns: repeat(2,1fr); }
  .alf-cta-panel { padding: 38px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .alf-container { width: min(100% - 30px,var(--alf-container)); }
  .alf-topbar-inner { min-height: 33px; justify-content: center; }
  .alf-top-contact { display: none; }
  .alf-origin { font-size: 12px; }
  .alf-brand-mark { width: 43px; height: 43px; }
  .alf-brand-mark:before { width: 28px; height: 19px; left: 7px; top: 13px; }
  .alf-brand-mark i { left: 20px; top: 5px; }
  .alf-brand-copy strong { font-size: 13px; }
  .alf-brand-copy small { font-size: 8px; }
  .custom-logo-link img { max-width: 180px; max-height: 55px; }
  .alf-language { min-width: 37px; height: 37px; }
  .alf-menu-toggle { width: 38px; }
  .alf-hero-copy { padding-block: 65px 95px; }
  .alf-display { font-size: 39px; }
  .alf-lead { font-size: 17px; }
  .alf-actions .alf-btn { width: 100%; }
  .alf-trust-strip { margin-top: -28px; padding-bottom: 55px; }
  .alf-trust-grid { padding: 10px; }
  .alf-trust-item { min-height: 94px; flex-direction: column; gap: 6px; text-align: center; font-size: 14px; }
  .alf-trust-item small { display: none; }
  .alf-trust-icon { width: 38px; height: 38px; }
  .alf-section-pad { padding: 65px 0; }
  .alf-section-head { display: block; }
  .alf-section-head .alf-btn { margin-top: 18px; }
  .alf-title { font-size: 31px; }
  .alf-image-frame img { min-height: 300px; }
  .alf-about-list, .alf-quality-grid, .alf-product-grid, .alf-value-grid, .alf-cert-grid, .alf-post-grid { grid-template-columns: 1fr; }
  .alf-product-visual { height: 230px; }
  .alf-map-card { min-height: 0; grid-template-columns: 1fr; padding: 22px; }
  .alf-map-visual { order: 1; }
  .alf-market-list { order: 2; width: 100%; grid-template-columns: 1fr 1fr; }
  .alf-process { grid-template-columns: 1fr 1fr; }
  .alf-step:last-child { grid-column: 1 / -1; }
  .alf-fact-row { grid-template-columns: 1fr 1fr; }
  .alf-cta-panel { display: block; padding: 32px 24px; text-align: center; }
  .alf-cta-panel .alf-btn { margin-top: 20px; }
  .alf-page-hero { padding: 72px 0 65px; }
  .alf-form-shell, .alf-contact-card, .alf-entry-content { padding: 25px; }
  .alf-footer { padding-top: 55px; }
  .alf-footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .alf-copyright .alf-container { display: grid; text-align: center; justify-content: center; }
}

@media (max-width: 782px) {
  body.admin-bar .alf-header,
  body.admin-bar .alf-header.is-sticky { top: 46px; }
}

@media (max-width: 370px) {
  .alf-brand-copy { display: none; }
}
