:root {
    --alw-olive: #697636;
    --alw-olive-dark: #55612b;
    --alw-ink: #17191a;
    --alw-soft-ink: #242829;
    --alw-line: #e4e5e0;
    --alw-bg: #f7f8f5;
    --alw-white: #ffffff;
    --alw-muted: #6a6d6b;
}

html { scroll-behavior: smooth; }
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
body > #wrapwrap,
#wrapwrap.alw-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    background: var(--alw-white);
    color: var(--alw-ink);
    font-family: "Vazirmatn", "IRANSans", Tahoma, Arial, sans-serif;
}
.alw-page { min-height: 100vh; width: 100%; max-width: none; margin: 0; background: #fff; overflow-x: clip; }
.alw-page *, .alw-page *::before, .alw-page *::after { box-sizing: border-box; }
.alw-page a { text-decoration: none; color: inherit; }
.alw-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-right: clamp(22px, 4vw, 72px);
    padding-left: clamp(22px, 4vw, 72px);
}
.alw-header,
.alw-topbar,
.alw-mainnav,
.alw-hero,
.alw-section,
.alw-certbar,
.alw-request,
.alw-footer {
    width: 100%;
    max-width: none;
}
.alw-hero .alw-container {
    padding-left: 0;
}

.alw-topbar { background: #17191a; color: #d8dbd6; font-size: 12px; }
.alw-topbar-inner { min-height: 38px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.alw-analysis-link {
    justify-self: start; align-self: stretch; display: inline-flex; align-items: center; gap: 8px;
    padding: 0 24px; color: #fff !important; background: var(--alw-olive);
}
.alw-flask { font-size: 18px; }
.alw-contact-mini { display: flex; align-items: center; gap: 12px; direction: ltr; }
.alw-contact-mini a { color: #d8dbd6; }
.alw-dot { opacity: .35; }
.alw-topbar-left { justify-self: end; display: flex; gap: 22px; align-items: center; }
.alw-topbar-left a { color: #d8dbd6; }

.alw-mainnav { background: #ffffff; border-bottom: 1px solid #eceee9; position: relative; z-index: 50; }
.alw-mainnav-inner {
    min-height: 84px;
    display: grid;
    grid-template-columns: minmax(250px, 305px) 1fr;
    align-items: center;
    gap: clamp(28px, 3.4vw, 64px);
    width: 100%;
}
.alw-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}
.alw-brand-built {
    width: 100%;
    max-width: 305px;
    justify-self: start;
    flex-direction: row;
    direction: rtl;
    gap: 12px;
    background: transparent;
}
.alw-brand-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: grid;
    place-items: center;
    background: transparent;
}
.alw-brand-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}
.alw-brand-icon path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.alw-brand-icon .alw-logo-black {
    stroke: #181b1a;
    stroke-width: 4.2;
}
.alw-brand-icon .alw-logo-green {
    stroke: var(--alw-olive);
    stroke-width: 4.2;
}
.alw-brand-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
    background: transparent;
}
.alw-brand-copy strong {
    color: #111312;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -1px;
    white-space: nowrap;
}
.alw-brand-copy small {
    margin-top: 7px;
    color: #4a4e4b;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
}

.alw-navlinks {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: clamp(44px, 4.4vw, 68px);
    width: 100%;
    height: 84px;
    font-size: clamp(17px, 1.08vw, 19px);
    font-weight: 800;
}
.alw-navlinks a {
    position: relative;
    min-width: 0;
    padding: 0 4px;
    color: #2d302f;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: color .2s ease, background .2s ease;
}
.alw-navlinks a::after {
    content: "";
    position: absolute;
    right: 32%;
    left: 32%;
    bottom: 10px;
    height: 3px;
    border-radius: 2px;
    background: var(--alw-olive);
    opacity: 0;
    transition: .2s ease;
}
.alw-navlinks a:hover,
.alw-navlinks a.active {
    color: #151817;
}
.alw-navlinks a:hover::after {
    right: 30%;
    left: 30%;
    opacity: 1;
}
.alw-mobile-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.alw-mobile-toggle span { display: block; width: 24px; height: 2px; background: #202322; margin: 5px 0; }



.alw-hero {
    position: relative;
    overflow: hidden;
    background: #f7f8f5;
}
.alw-hero .alw-container {
    padding-right: 0;
    padding-left: 0;
}
.alw-hero-grid {
    min-height: clamp(500px, 35vw, 620px);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    direction: ltr;
}
.alw-hero-visual {
    order: 1;
    flex: 0 0 58%;
    width: 58%;
    position: relative;
    overflow: hidden;
    min-height: clamp(500px, 35vw, 620px);
    background: #f1f2ef;
    direction: ltr;
}
.alw-hero-visual::before {
    content: "";
    position: absolute;
    left: 39%;
    bottom: 34px;
    width: 78px;
    height: 66px;
    background-image: radial-gradient(circle, rgba(160,165,160,.58) 1.6px, transparent 1.8px);
    background-size: 13px 13px;
    opacity: .8;
    z-index: 6;
}
.alw-hero-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.alw-hero-panel img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.alw-hero-panel-mineral {
    left: 0;
    width: 34%;
    z-index: 4;
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
}
.alw-hero-panel-mineral img {
    object-position: 51% 50%;
}
.alw-hero-panel-products {
    left: 16%;
    width: 42%;
    z-index: 5;
    clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
}
.alw-hero-panel-products img {
    object-position: 52% 53%;
}
.alw-hero-panel-lab {
    right: 0;
    width: 52%;
    z-index: 2;
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}
.alw-hero-panel-lab img {
    object-position: 54% 50%;
    filter: grayscale(22%);
    opacity: .72;
}
.alw-hero-panel-mineral::after,
.alw-hero-panel-products::after {
    content: "";
    position: absolute;
    top: -9%;
    right: 0;
    width: 4px;
    height: 122%;
    background: rgba(255,255,255,.96);
    transform: rotate(13deg);
    transform-origin: top right;
    z-index: 8;
}
.alw-hero-fade {
    position: absolute;
    z-index: 7;
    top: 0;
    right: 0;
    bottom: 0;
    width: 24%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(247,248,245,0), rgba(247,248,245,.42) 44%, #f7f8f5 100%);
}

.alw-hero-copy {
    order: 2;
    flex: 0 0 42%;
    width: 42%;
    direction: rtl;
    text-align: right;
    position: relative;
    z-index: 10;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: clamp(46px, 4.4vw, 74px) clamp(34px, 4.1vw, 66px) 0 clamp(24px, 2.2vw, 38px);
    background: #f7f8f5;
    overflow: hidden;
}
.alw-hero-copy h1 {
    width: 100%;
    max-width: 560px;
    margin: 0;
    line-height: 1.30;
    letter-spacing: -1.7px;
    text-align: right;
    direction: rtl;
}
.alw-hero-title-main,
.alw-hero-title-sub {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 900;
    color: #17191a;
    text-align: right;
    direction: rtl;
}
.alw-hero-title-main {
    font-size: clamp(42px, 3.65vw, 64px);
}
.alw-hero-title-sub {
    margin-top: 4px;
    font-size: clamp(38px, 3.2vw, 58px);
}
.alw-hero-title-sub em {
    color: var(--alw-olive);
    font-style: normal;
    font-weight: inherit;
}
.alw-hero-copy p {
    width: 100%;
    max-width: 560px;
    margin: 22px 0 0;
    text-align: right;
    direction: rtl;
    color: #3a3d3b;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 500;
    line-height: 2.05;
}
.alw-feature-row {
    width: 100%;
    max-width: 620px;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 22px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    direction: rtl;
    position: relative;
    z-index: 3;
}
.alw-feature-item {
    min-height: 102px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid #d8dbd5;
    cursor: pointer;
    transition: transform .18s ease, background-color .18s ease;
}
.alw-feature-item:last-child {
    border-left: 0;
}
.alw-feature-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
    transition: transform .18s ease, filter .18s ease, opacity .18s ease;
}
.alw-feature-item span {
    width: 100%;
    color: #181b1a;
    text-align: center;
    direction: rtl;
    font-size: clamp(12px, .88vw, 14px);
    font-weight: 800;
    line-height: 1.45;
    white-space: nowrap;
    transition: color .18s ease, font-weight .18s ease;
}
.alw-feature-item:hover {
    transform: translateY(-2px);
}
.alw-feature-item:hover .alw-feature-icon {
    transform: scale(1.06);
    filter: brightness(.72);
}
.alw-feature-item:hover span {
    color: #111312;
    font-weight: 900;
}
.alw-hero-accent {
    position: absolute;
    z-index: 1;
    right: -46px;
    bottom: 0;
    width: clamp(120px, 9.5vw, 170px);
    height: clamp(72px, 6vw, 110px);
    background: var(--alw-olive);
    transform: skewX(-29deg);
    transform-origin: bottom right;
}

.alw-section { padding: 28px 0 22px; }
.alw-section-title { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.alw-section-title h2 { margin: 0; font-size: 17px; font-weight: 900; white-space: nowrap; }
.alw-section-title span { height: 2px; background: var(--alw-olive); width: 28px; }

.alw-section-title-projects {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    direction: rtl;
    gap: 12px;
    margin-bottom: 18px;
}
.alw-section-title-projects span {
    order: 1;
    flex: 0 0 34px;
    width: 34px;
    height: 3px;
    background: var(--alw-olive);
}
.alw-section-title-projects h2 {
    order: 2;
    margin: 0;
    font-size: clamp(20px, 1.35vw, 25px);
    line-height: 1.5;
    font-weight: 900;
    color: #17191a;
    white-space: nowrap;
}

.alw-section-title-faq {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    direction: rtl;
    gap: 12px;
    margin-bottom: 18px;
}
.alw-section-title-faq span {
    order: 1;
    flex: 0 0 34px;
    width: 34px;
    height: 3px;
    background: var(--alw-olive);
}
.alw-section-title-faq h2 {
    order: 2;
    margin: 0;
    font-size: clamp(20px, 1.35vw, 25px);
    line-height: 1.5;
    font-weight: 900;
    color: #17191a;
    white-space: nowrap;
}


/* v14 - عنوان بخش خدمات */
.alw-section-title-services {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    direction: rtl;
    gap: 12px;
    margin-bottom: 20px;
}
.alw-section-title-services span {
    order: 1;
    flex: 0 0 34px;
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: var(--alw-olive);
}
.alw-section-title-services h2 {
    order: 2;
    margin: 0;
    font-size: clamp(20px, 1.35vw, 25px);
    line-height: 1.5;
    font-weight: 900;
    color: #17191a;
    white-space: nowrap;
}


/* v14 - تعامل و Hover کارت‌های خدمات */
.alw-service-card {
    cursor: pointer;
}
.alw-card-content {
    transition: transform .22s ease;
}
.alw-service-icon {
    border: 1px solid rgba(255,255,255,.72);
    box-shadow: 0 4px 14px rgba(0,0,0,.10);
    transition:
        transform .2s ease,
        background-color .2s ease,
        color .2s ease,
        box-shadow .2s ease,
        font-weight .2s ease;
}
.alw-card-content h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    padding: 3px 12px 4px;
    border-radius: 8px;
    background: rgba(15,18,16,.34);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    font-weight: 800;
    transition:
        transform .2s ease,
        background-color .2s ease,
        font-weight .2s ease;
}
.alw-card-content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 13px 6px;
    border: 1px solid rgba(255,255,255,.68);
    border-radius: 999px;
    background: rgba(12,15,13,.32);
    color: #fff !important;
    font-weight: 700;
    transition:
        transform .2s ease,
        background-color .2s ease,
        border-color .2s ease,
        font-weight .2s ease,
        box-shadow .2s ease;
}

/* با Hover روی کل کارت، تمام قسمت‌های علامت‌خورده باهم واکنش می‌دهند */
.alw-service-card:hover .alw-service-icon {
    transform: translateY(-2px) scale(1.07);
    background: #ffffff;
    color: var(--alw-olive);
    box-shadow: 0 7px 20px rgba(0,0,0,.16);
    font-weight: 900;
}
.alw-service-card:hover .alw-card-content h3 {
    transform: translateY(-1px);
    background: rgba(12,15,13,.58);
    font-weight: 900;
}
.alw-service-card:hover .alw-card-content a {
    transform: translateY(-1px);
    background: var(--alw-olive);
    border-color: var(--alw-olive);
    font-weight: 900;
    box-shadow: 0 5px 15px rgba(0,0,0,.18);
}
.alw-service-card:hover .alw-card-content {
    transform: translateY(-2px);
}

/* Hover مستقیم روی CTA کمی قوی‌تر */
.alw-card-content a:hover {
    transform: translateY(-2px) scale(1.03) !important;
}

.alw-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.alw-service-card { position: relative; height: clamp(190px, 15vw, 270px); overflow: hidden; background: #111; }
.alw-service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; filter: saturate(.78); }
.alw-service-card:hover img { transform: scale(1.04); }
.alw-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,14,12,.05) 12%, rgba(9,11,10,.9) 100%); }
.alw-card-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; text-align: center; color: #fff; padding: 16px 13px 13px; }
.alw-service-icon {
    position: absolute; top: 17px; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px;
    background: rgba(255,255,255,.94); color: #555f34; font-size: 23px;
}
.alw-card-content h3 { margin: 0 0 5px; font-size: 20px; }
.alw-card-content p { margin: 0; font-size: 10.5px; line-height: 1.75; color: #e8e9e5; }
.alw-card-content a { margin-top: 6px; font-size: 9px; color: #eef2dc; }

.alw-equipment-section { padding-top: 6px; }
.alw-equipment-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}
.alw-equip-card {
    position: relative;
    background: linear-gradient(180deg, #f5f5f3 0%, #ffffff 100%);
    border: 1px solid #d8dad4;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(24, 29, 25, 0.05);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.alw-equip-card::after {
    content: "";
    position: absolute;
    right: 16px;
    left: 16px;
    bottom: 0;
    height: 3px;
    background: var(--alw-olive);
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .22s ease;
}
.alw-equip-card-link {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    color: inherit !important;
    padding: 14px 12px 14px;
    text-decoration: none !important;
}
.alw-equip-code {
    align-self: flex-end;
    color: var(--alw-olive);
    font-size: clamp(18px, 1.15vw, 28px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.02em;
    margin-bottom: 8px;
    text-align: left;
}
.alw-equip-code-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
.alw-equip-code-stack span {
    font-size: clamp(16px, 1.05vw, 24px);
    line-height: 1.1;
}
.alw-equip-code-stack small {
    font-size: clamp(13px, .9vw, 18px);
    font-weight: 900;
    line-height: 1;
}
.alw-equip-media {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px 8px;
}
.alw-equip-media img {
    width: 100%;
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
    transition: transform .22s ease;
}
.alw-equip-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 2px 4px 4px;
}
.alw-equip-body h3 {
    margin: 0;
    color: #5c5f5d;
    font-size: clamp(11px, .8vw, 15px);
    line-height: 1.85;
    font-weight: 500;
    letter-spacing: -.01em;
}
.alw-equip-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8a8f88;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 5px;
    transition: color .22s ease, font-weight .22s ease;
}
.alw-equip-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(24, 29, 25, 0.10);
    border-color: #c9d0b8;
}
.alw-equip-card:hover::after {
    transform: scaleX(1);
}
.alw-equip-card:hover .alw-equip-media img {
    transform: scale(1.025);
}
.alw-equip-card:hover .alw-equip-code,
.alw-equip-card:hover .alw-equip-code-stack small,
.alw-equip-card:hover .alw-equip-code-stack span,
.alw-equip-card:hover .alw-equip-more {
    color: var(--alw-olive);
    font-weight: 900;
}
@media (max-width: 1400px) {
    .alw-equipment-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
    .alw-equip-card-link { padding: 16px 14px 16px; }
    .alw-equip-media { min-height: 180px; }
    .alw-equip-media img { max-height: 185px; }
    .alw-equip-body h3 { font-size: clamp(15px, 1.15vw, 20px); }
    .alw-equip-more { font-size: 15px; }
}
@media (max-width: 900px) {
    .alw-equipment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .alw-equipment-grid { grid-template-columns: 1fr; gap: 14px; }
    .alw-equip-card-link { padding: 18px 16px 18px; }
    .alw-equip-media { min-height: 210px; }
    .alw-equip-media img { max-height: 220px; }
    .alw-equip-body { gap: 16px; }
    .alw-equip-body h3 { font-size: 18px; }
    .alw-equip-more { font-size: 17px; }
}


.alw-certification-section {
    padding: 0;
    margin: 0;
    background: #ffffff;
    overflow: hidden;
}
.alw-certification-shell {
    width: 100%;
    margin: 0;
    padding: 0;
}
.alw-certification-bar {
    position: relative;
    width: 100%;
    height: 129px;
    background: #ffffff;
    overflow: hidden;
}
.alw-certification-gray-strip {
    position: absolute;
    top: 53px;
    right: 0;
    width: 205px;
    height: 60px;
    background: #c6c6c6;
    z-index: 0;
}
.alw-certification-dark {
    position: absolute;
    top: 7px;
    left: 0;
    width: calc(100% - 198px);
    height: 106px;
    background: #151515;
    z-index: 2;
}
.alw-certification-dark::after {
    content: "";
    position: absolute;
    top: 0;
    right: -90px;
    width: 90px;
    height: 106px;
    background: #151515;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.alw-certification-gap {
    display: none;
}
.alw-certification-content {
    position: relative;
    z-index: 3;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 0 28px 0 52px;
    box-sizing: border-box;
}
.alw-certification-iso {
    width: 385px;
    flex: 0 0 385px;
    color: #ffffff;
    text-align: left;
    line-height: 1.04;
}
.alw-certification-iso-title {
    font-size: 29px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 6px;
}
.alw-certification-iso-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #e0e0e0;
    direction: rtl;
    text-align: left;
    white-space: nowrap;
}
.alw-certification-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.alw-certification-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
.alw-certification-logo-ilac {
    width: 106px;
    margin-left: 18px;
}
.alw-certification-logo-ilac img {
    width: 66px;
}
.alw-certification-logo-isiri {
    width: 122px;
    margin-left: 8px;
}
.alw-certification-logo-isiri img {
    width: 74px;
}
.alw-certification-separator {
    width: 1px;
    height: 66px;
    background: #767676;
    flex: 0 0 1px;
}
.alw-certification-copy {
    color: #e1e1e1;
    text-align: center;
    line-height: 1.45;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
}
.alw-certification-copy span {
    display: block;
    white-space: nowrap;
}
.alw-certification-copy-license {
    width: 438px;
    flex: 0 0 438px;
    font-size: 15px;
}
.alw-certification-copy-network {
    width: 317px;
    flex: 0 0 317px;
    font-size: 15px;
}
.alw-certification-logo-network {
    width: 92px;
    margin-left: 18px;
}
.alw-certification-logo-network img {
    width: 52px;
}

@media (max-width: 1600px) {
    .alw-certification-bar { height: 118px; }
    .alw-certification-gray-strip { top: 46px; width: 172px; height: 58px; }
    .alw-certification-dark { top: 6px; width: calc(100% - 166px); height: 98px; }
    .alw-certification-dark::after { right: -82px; width: 82px; height: 98px; }
    .alw-certification-content { height: 98px; padding: 0 22px 0 40px; }
    .alw-certification-iso { width: 320px; flex-basis: 320px; }
    .alw-certification-iso-title { font-size: 24px; margin-bottom: 5px; }
    .alw-certification-iso-subtitle { font-size: 12.5px; }
    .alw-certification-logo-ilac { width: 88px; margin-left: 14px; }
    .alw-certification-logo-ilac img { width: 56px; }
    .alw-certification-logo-isiri { width: 100px; margin-left: 6px; }
    .alw-certification-logo-isiri img { width: 62px; }
    .alw-certification-separator { height: 60px; }
    .alw-certification-copy-license { width: 366px; flex-basis: 366px; font-size: 13px; }
    .alw-certification-copy-network { width: 262px; flex-basis: 262px; font-size: 13px; }
    .alw-certification-logo-network { width: 72px; margin-left: 14px; }
    .alw-certification-logo-network img { width: 44px; }
}

@media (max-width: 1200px) {
    .alw-certification-section { overflow-x: auto; }
    .alw-certification-shell { min-width: 1080px; width: 1080px; }
    .alw-certification-bar { height: 112px; }
    .alw-certification-gray-strip { top: 45px; width: 154px; height: 53px; }
    .alw-certification-dark { top: 6px; width: calc(100% - 150px); height: 92px; }
    .alw-certification-dark::after { right: -76px; width: 76px; height: 92px; }
    .alw-certification-content { height: 92px; padding: 0 18px 0 28px; }
    .alw-certification-iso { width: 278px; flex-basis: 278px; }
    .alw-certification-iso-title { font-size: 21px; }
    .alw-certification-iso-subtitle { font-size: 11px; }
    .alw-certification-logo-ilac { width: 76px; margin-left: 10px; }
    .alw-certification-logo-ilac img { width: 48px; }
    .alw-certification-logo-isiri { width: 88px; }
    .alw-certification-logo-isiri img { width: 54px; }
    .alw-certification-separator { height: 54px; }
    .alw-certification-copy-license { width: 312px; flex-basis: 312px; font-size: 12px; }
    .alw-certification-copy-network { width: 224px; flex-basis: 224px; font-size: 12px; }
    .alw-certification-logo-network img { width: 38px; }
}

@media (max-width: 640px) {
    .alw-certification-shell { min-width: 980px; width: 980px; }
}


/* v35 - Recent Projects rebuilt from reference with real HTML/CSS */
.andiya-recent-projects {
    width: 100%;
    background: #fbfbfa;
    padding: 18px 0 10px;
    overflow: visible;
}
.andiya-recent-projects-container {
    overflow: visible;
}
.andiya-recent-projects-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
    margin: 0 0 10px;
    direction: rtl;
}
.andiya-recent-projects-heading h2 {
    margin: 0;
    color: #1b1d1c;
    font-size: clamp(20px, 1.3vw, 25px);
    line-height: 1.35;
    font-weight: 900;
    white-space: nowrap;
}
.andiya-recent-projects-accent {
    display: block;
    width: 32px;
    height: 3px;
    flex: 0 0 32px;
    background: var(--alw-olive);
}
.andiya-recent-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    direction: rtl;
    align-items: stretch;
    overflow: visible;
}
.andiya-recent-project-card {
    position: relative;
    z-index: 1;
    min-width: 0;
    height: 142px;
    display: grid;
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
    direction: ltr;
    background: #ffffff;
    border: 1px solid #dedfdb;
    border-radius: 0;
    overflow: hidden;
    transform: scale(1);
    transform-origin: center;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    will-change: transform;
}
.andiya-recent-project-card:hover {
    transform: scale(1.025);
    z-index: 4;
    border-color: #d4d6cf;
    box-shadow: 0 7px 18px rgba(28, 32, 29, .08);
}
.andiya-recent-project-content {
    position: relative;
    z-index: 2;
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    direction: rtl;
    text-align: right;
    padding: 17px 18px 13px 20px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}
.andiya-recent-project-content h3 {
    margin: 0 0 8px;
    color: #252826;
    font-size: clamp(13px, .92vw, 16px);
    line-height: 1.45;
    font-weight: 900;
}
.andiya-recent-project-content p {
    margin: 0;
    color: #737774;
    font-size: clamp(9px, .67vw, 11px);
    line-height: 1.85;
    font-weight: 500;
}
.andiya-recent-project-category {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 6px;
    color: #7a8262;
    font-size: clamp(8.5px, .62vw, 10px);
    font-weight: 600;
    line-height: 1.2;
}
.andiya-recent-project-category-icon {
    position: relative;
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    border: 1px solid #9ca18f;
    border-radius: 50%;
}
.andiya-recent-project-category-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #9ca18f;
    transform: translate(-50%, -50%);
}
.andiya-recent-project-image {
    position: relative;
    z-index: 1;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: #e8e9e5;
}
.andiya-recent-project-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
    transition: none;
}
.andiya-recent-projects-grid .andiya-recent-project-card:nth-child(1) .andiya-recent-project-image img {
    object-position: 56% 52%;
}
.andiya-recent-projects-grid .andiya-recent-project-card:nth-child(2) .andiya-recent-project-image img {
    object-position: 58% 50%;
}
.andiya-recent-projects-grid .andiya-recent-project-card:nth-child(3) .andiya-recent-project-image img {
    object-position: 52% 50%;
}
.andiya-recent-projects-footer {
    display: flex;
    justify-content: flex-start;
    direction: ltr;
    width: 100%;
    margin-top: 7px;
}
.andiya-recent-projects-footer .andiya-recent-projects-all {
    margin-left: 0;
    margin-right: auto;
}
.andiya-recent-projects-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--alw-olive) !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    padding: 2px 0;
}
.andiya-recent-projects-all > span {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: .8;
}
.andiya-recent-projects-all > strong {
    font-weight: 800;
}

@media (max-width: 1050px) {
    .andiya-recent-projects-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .andiya-recent-project-card {
        height: 150px;
        grid-template-columns: minmax(0, 62%) minmax(0, 38%);
    }
    .andiya-recent-project-content h3 { font-size: 15px; }
    .andiya-recent-project-content p { font-size: 10.5px; }
    .andiya-recent-project-category { font-size: 9.5px; }
}

@media (max-width: 560px) {
    .andiya-recent-projects {
        padding-top: 15px;
    }
    .andiya-recent-projects-heading {
        margin-bottom: 10px;
    }
    .andiya-recent-projects-heading h2 {
        font-size: 19px;
    }
    .andiya-recent-projects-accent {
        width: 28px;
        flex-basis: 28px;
    }
    .andiya-recent-project-card {
        height: 148px;
        grid-template-columns: minmax(0, 61%) minmax(0, 39%);
    }
    .andiya-recent-project-content {
        padding: 14px 13px 11px 16px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 18px 100%, 0 calc(100% - 18px));
    }
    .andiya-recent-project-content h3 {
        margin-bottom: 6px;
        font-size: 14px;
    }
    .andiya-recent-project-content p {
        font-size: 9.4px;
        line-height: 1.75;
    }
    .andiya-recent-project-category {
        font-size: 8.5px;
    }
    .andiya-recent-projects-all {
        font-size: 10.5px;
    }
}

.alw-faq-section {
    padding-top: 5px;
}

/* v42 - FAQ مطابق مرجع با Accordion واقعی */
.andiya-faq {
    direction: rtl;
}
.andiya-faq-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    align-items: start;
    direction: rtl;
}
.andiya-faq-item {
    position: relative;
    width: 100%;
    background: #f5f5f4;
    border: 1px solid #e1e2df;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    transition: border-color .22s ease, background-color .22s ease;
}
.andiya-faq-question {
    position: relative;
    width: 100%;
    min-height: 48px;
    padding: 0 44px 0 14px;
    border: 0;
    background: transparent;
    color: #444744;
    font-family: inherit;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.6;
    text-align: right;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    direction: rtl;
    transition: background-color .22s ease, color .22s ease;
}
.andiya-faq-question-text {
    display: block;
    width: 100%;
    text-align: right;
}
.andiya-faq-toggle {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #636663;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    transition: color .22s ease, transform .22s ease;
}
.andiya-faq-item:hover {
    background: #eeeeec;
    border-color: #d5d7d2;
}
.andiya-faq-item:hover .andiya-faq-toggle {
    color: #343734;
}
.andiya-faq-item--open {
    background: #ffffff;
    border-color: #d6d9d2;
}
.andiya-faq-item--open .andiya-faq-question {
    background: #f4f5f2;
    color: #2f322f;
}
.andiya-faq-item--open .andiya-faq-toggle {
    color: var(--alw-olive);
}
.andiya-faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    background: #ffffff;
    border-top: 0 solid #e5e6e2;
    transition:
        max-height .35s ease,
        opacity .25s ease,
        padding .35s ease,
        border-top-width .22s ease;
}
.andiya-faq-item--open .andiya-faq-answer {
    opacity: 1;
    border-top-width: 1px;
}
.andiya-faq-answer-inner {
    padding: 13px 14px 14px;
    color: #666a66;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 2;
    text-align: right;
    direction: rtl;
}

@media (max-width: 820px) {
    .andiya-faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .andiya-faq-question {
        min-height: 50px;
        font-size: 12px;
    }
    .andiya-faq-answer-inner {
        font-size: 11px;
    }
}

@media (max-width: 560px) {
    .andiya-faq-grid {
        grid-template-columns: 1fr;
        gap: 7px;
    }
    .andiya-faq-question {
        min-height: 52px;
        padding-right: 15px;
        padding-left: 46px;
        font-size: 12.5px;
    }
    .andiya-faq-toggle {
        left: 15px;
        font-size: 19px;
    }
    .andiya-faq-answer-inner {
        padding: 14px 15px 15px;
        font-size: 11.5px;
        line-height: 2.05;
    }
}

.alw-request {
    margin-top: 8px; background:
        linear-gradient(90deg, rgba(17,20,20,.97), rgba(28,33,31,.95)),
        radial-gradient(circle at 15% 30%, rgba(255,255,255,.08), transparent 35%);
    color: #fff; min-height: 125px; display: flex; align-items: stretch;
}
.alw-request-grid { display: grid; grid-template-columns: 220px 1.2fr 1fr; align-items: stretch; }
.alw-request-cta {
    background: var(--alw-olive); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff !important; gap: 6px;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
}
.alw-large-flask { font-size: 40px; line-height: 1; }
.alw-request-cta strong { font-size: 15px; }
.alw-request-copy { display: flex; flex-direction: column; justify-content: center; padding: 20px 45px; }
.alw-request-copy h2 { margin: 0 0 5px; font-size: 28px; }
.alw-request-copy p { margin: 0; color: #d7dad5; font-size: 11px; line-height: 1.8; max-width: 450px; }
.alw-request-benefits { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 8px; }
.alw-request-benefits div { display: flex; align-items: center; justify-content: center; gap: 8px; color: #f5f6f2; font-size: 24px; }
.alw-request-benefits span { font-size: 9px; line-height: 1.7; }

.alw-footer { background: #202423; color: #e7e9e4; }
.alw-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 28px; padding: 32px 0; }
.alw-footer-brand p { font-size: 10px; line-height: 1.9; color: #aeb4ad; max-width: 260px; margin-top: 14px; }
.alw-brand-footer
.alw-brand-footer
.alw-brand-footer .alw-logo-mark span { background: #202423; }
.alw-footer h4 { font-size: 12px; margin: 3px 0 10px; color: #fff; }
.alw-footer > .alw-container a, .alw-footer > .alw-container span { display: block; font-size: 9.5px; color: #aeb4ad; margin: 8px 0; }
.alw-footer-bottom { border-top: 1px solid #343837; color: #989f98; font-size: 9px; text-align: center; padding: 12px 0; }

@media (max-width: 1050px) {
    .alw-navlinks { gap: 16px; font-size: 12px; }
    .alw-request-grid { grid-template-columns: 190px 1fr; }
    .alw-request-benefits { display: none; }
    .alw-footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
    .alw-footer-grid > div:nth-child(4), .alw-footer-grid > div:nth-child(5) { margin-top: 10px; }
}

@media (max-width: 820px) {
    .alw-container { width: 100%; padding-right: 14px; padding-left: 14px; }
    .alw-topbar-inner { grid-template-columns: 1fr auto; min-height: 36px; }
    .alw-contact-mini { display: none; }
    .alw-analysis-link { margin-right: -14px; }
    .alw-topbar-left { font-size: 10px; gap: 10px; }
    .alw-mainnav-inner {
        min-height: 76px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }
    .alw-brand-built {
        width: min(285px, calc(100vw - 95px));
        max-width: 285px;
        gap: 9px;
    }
    .alw-brand-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }
    .alw-brand-copy strong {
        font-size: 25px;
    }
    .alw-brand-copy small {
        margin-top: 5px;
        font-size: 9px;
    }
    .alw-mobile-toggle {
        display: block;
        margin-right: auto;
        position: relative;
        z-index: 62;
    }
    .alw-navlinks {
        display: none;
        position: absolute;
        top: 76px;
        right: 0;
        left: 0;
        width: 100%;
        height: auto;
        max-height: calc(100dvh - 114px);
        overflow-y: auto;
        background: #ffffff;
        padding: 8px 18px 14px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        direction: rtl;
        text-align: right;
        border-top: 1px solid #eceee9;
        border-bottom: 1px solid #eceee9;
        box-shadow: 0 14px 26px rgba(0,0,0,.10);
        font-size: 15px;
        font-weight: 700;
        z-index: 61;
    }
    .alw-navlinks.is-open { display: flex; }
    .alw-navlinks a {
        width: 100%;
        min-height: 47px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: right;
        direction: rtl;
        border-bottom: 1px solid #f0f1ed;
        white-space: nowrap;
    }
    .alw-navlinks a:last-child { border-bottom: 0; }
    .alw-navlinks a:hover,
    .alw-navlinks a.active {
        color: var(--alw-olive);
        background: #f8f9f5;
    }
    .alw-navlinks a::after { display: none; }

    .alw-hero .alw-container { padding: 0; }
    .alw-hero-grid {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }
    .alw-hero-visual {
        order: 1;
        flex: 0 0 auto;
        width: 100%;
        min-height: 330px;
    }
    .alw-hero-visual::before {
        left: 46%;
        bottom: 22px;
        width: 60px;
        height: 48px;
        background-size: 11px 11px;
    }
    .alw-hero-panel-mineral { width: 37%; }
    .alw-hero-panel-products { left: 18%; width: 46%; }
    .alw-hero-panel-lab { width: 54%; }
    .alw-hero-fade {
        right: 0;
        width: 36%;
        height: 100%;
        top: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(247,248,245,0), rgba(247,248,245,.45) 40%, rgba(247,248,245,.90) 100%);
    }
    .alw-hero-copy {
        order: 2;
        flex: 0 0 auto;
        width: 100%;
        padding: 32px 22px 0;
        text-align: right;
        align-items: flex-end;
    }
    .alw-hero-title-main { font-size: 42px; }
    .alw-hero-title-sub { font-size: 35px; }
    .alw-hero-copy p {
        margin-top: 18px;
        max-width: none;
        font-size: 13px;
        line-height: 2;
        text-align: right;
    }
    .alw-feature-row {
        max-width: none;
        margin-top: 26px;
        margin-bottom: 0;
        padding-top: 18px;
    }
    .alw-feature-item {
        min-height: 80px;
        padding: 0 8px;
    }
    .alw-feature-icon { width: 21px; height: 21px; }
    .alw-feature-item span { font-size: 11px; }
    .alw-hero-accent {
        right: -32px;
        left: auto;
        width: 92px;
        height: 70px;
    }

    .alw-service-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .alw-service-card { height: 205px; }
    .alw-cert-item { border: 0; border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 8px; }
    .alw-cert-item:last-child { border-bottom: 0; }
    .alw-request-grid { grid-template-columns: 1fr 1.4fr; width: 100%; }
    .alw-request-copy { padding: 22px 25px; }
    .alw-footer-grid { grid-template-columns: repeat(2, 1fr); }
    .alw-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    .alw-topbar-left a { display: none; }
        .alw-hero-visual { min-height: 250px; }
    .alw-hero-copy { padding: 27px 17px 0; }
    .alw-hero-title-main { font-size: 35px; letter-spacing: -1.2px; }
    .alw-hero-title-sub { font-size: 29px; letter-spacing: -1px; }
    .alw-hero-copy p { font-size: 12px; line-height: 1.95; }
    .alw-feature-row { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; }
    .alw-feature-item {
        padding: 0 4px;
        min-height: 66px;
    }
    .alw-feature-icon { width: 18px; height: 18px; }
    .alw-feature-item span { font-size: 9.6px; }
    .alw-hero-accent { width: 74px; height: 52px; right: -26px; left: auto; }
    .alw-hero h1 { font-size: 32px; line-height: 1.45; }
        .alw-service-grid { grid-template-columns: 1fr; }
    .alw-service-card { height: 215px; }
    .alw-section { padding: 24px 0 18px; }
    .alw-request { margin-top: 0; }
    .alw-request-grid { grid-template-columns: 1fr; }
    .alw-request-cta { min-height: 105px; clip-path: none; }
    .alw-request-copy { text-align: center; padding: 22px 20px 27px; }
    .alw-request-copy h2 { font-size: 25px; }
    .alw-footer-grid { grid-template-columns: 1fr 1fr; gap: 22px 18px; }
}


/* v6 header/menu proportions matching the supplied reference */
.alw-mainnav .alw-container {
    padding-right: clamp(22px, 3vw, 58px);
    padding-left: clamp(22px, 3vw, 58px);
}
@media (min-width: 1200px) {
    .alw-mainnav-inner {
        grid-template-columns: minmax(270px, 320px) 1fr;
    }
    .alw-brand-built {
        max-width: 320px;
    }
}


@media (max-width: 560px) {
    .alw-brand-built {
        width: min(250px, calc(100vw - 82px));
        max-width: 250px;
        gap: 7px;
    }
    .alw-brand-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
    .alw-brand-copy strong {
        font-size: 21px;
        letter-spacing: -.6px;
    }
    .alw-brand-copy small {
        font-size: 7.7px;
        margin-top: 4px;
    }
}


@media (max-width: 560px) {
    .alw-section-title-services {
        gap: 9px;
        margin-bottom: 16px;
    }
    .alw-section-title-services span {
        flex-basis: 27px;
        width: 27px;
        height: 3px;
    }
    .alw-section-title-services h2 {
        font-size: 18px;
        white-space: normal;
    }
    .alw-card-content h3 {
        min-height: 33px;
        padding: 3px 10px 4px;
    }
    .alw-card-content a {
        min-height: 30px;
        padding: 5px 12px 6px;
    }
}



/* v15 - بازطراحی کارت‌های خدمات مطابق مرجع کاربر */
.alw-service-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}
.alw-service-card {
    position: relative;
    height: clamp(205px, 16vw, 250px);
    border: 1px solid rgba(255,255,255,.88);
    box-shadow: none;
    cursor: pointer;
}
.alw-service-card img {
    filter: saturate(.86) contrast(1.02);
}
.alw-card-overlay {
    background:
        linear-gradient(180deg, rgba(9,11,10,.10) 10%, rgba(7,9,8,.84) 84%, rgba(6,8,7,.94) 100%);
}
.alw-card-content {
    inset: 0;
    padding: 18px 14px 14px;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    transform: none !important;
}
.alw-service-icon {
    position: absolute;
    top: 14px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 52px;
    height: 52px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.86);
    background: rgba(255,255,255,.95);
    color: #4f5731;
    font-size: 25px;
    box-shadow: 0 4px 14px rgba(0,0,0,.10);
}
.alw-card-content h3 {
    display: block;
    width: 100%;
    min-height: 0;
    margin: 0 0 6px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: #ffffff;
    font-size: clamp(16px, 1.35vw, 19px);
    font-weight: 900;
    line-height: 1.45;
    text-shadow: 0 1px 2px rgba(0,0,0,.26);
}
.alw-card-content p {
    margin: 0;
    width: 100%;
    color: #f2f3ef;
    font-size: clamp(10px, .80vw, 11.3px);
    font-weight: 500;
    line-height: 1.9;
    text-shadow: 0 1px 1px rgba(0,0,0,.16);
}
.alw-card-content a {
    margin-top: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.7;
}
.alw-card-content a::before {
    content: "◌";
    margin-left: 6px;
    font-size: 13px;
    line-height: 1;
    color: #ffffff;
    transform: translateY(-1px);
}

/* Hover یکپارچه برای بخش‌های علامت‌خورده */
.alw-service-card:hover img {
    transform: scale(1.035);
}
.alw-service-card:hover .alw-service-icon {
    background: #ffffff;
    color: var(--alw-olive);
    transform: translateX(-50%) translateY(-1px) scale(1.06);
    box-shadow: 0 7px 18px rgba(0,0,0,.16);
}
.alw-service-card:hover .alw-card-content h3,
.alw-service-card:hover .alw-card-content a,
.alw-service-card:hover .alw-card-content p {
    font-weight: 900;
}
.alw-service-card:hover .alw-card-content h3 {
    color: #ffffff;
}
.alw-service-card:hover .alw-card-content a {
    color: #ffffff !important;
    text-decoration: none;
}
.alw-service-card:hover .alw-card-content a::before {
    font-weight: 900;
}

/* تراز موبایل/تبلت */
@media (max-width: 820px) {
    .alw-service-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .alw-service-card {
        height: 210px;
    }
}
@media (max-width: 560px) {
    .alw-service-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .alw-service-card {
        height: 220px;
    }
    .alw-card-content {
        padding: 18px 12px 14px;
    }
    .alw-service-icon {
        top: 12px;
        width: 48px;
        height: 48px;
        font-size: 23px;
    }
    .alw-card-content h3 {
        font-size: 17px;
    }
    .alw-card-content p {
        font-size: 10.5px;
        line-height: 1.8;
    }
    .alw-card-content a {
        font-size: 10.5px;
    }
}


/* ==========================================================
   v22 — SERVICE CARDS FULLY CODED
   تصویر فقط Background است.
   آیکون، عنوان، توضیح، CTA و Hover همگی HTML/CSS/SVG هستند.
   ========================================================== */
.alw-service-grid-coded {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    direction: ltr;
}

.alw-coded-service-card {
    position: relative;
    height: clamp(310px, 23vw, 390px);
    overflow: hidden;
    background: #101312;
    border: 1px solid rgba(255,255,255,.72);
    isolation: isolate;
    cursor: pointer;
}

.alw-coded-service-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.96) contrast(1.02);
    transform: scale(1.005);
    transition: transform .35s ease, filter .35s ease;
}

/* این لایه نوشته‌های داخل تصویر مرجع را کاملاً می‌پوشاند؛
   نوشته‌های قابل مشاهده همگی از کد می‌آیند. */
.alw-coded-service-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(7,10,9,.10) 0%,
            rgba(7,10,9,.28) 24%,
            rgba(7,10,9,.88) 43%,
            rgba(6,8,7,.96) 68%,
            rgba(5,7,6,.99) 100%
        );
}

.alw-coded-service-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: clamp(16px, 1.2vw, 22px) clamp(12px, 1.15vw, 20px) 14px;
    color: #fff;
}

.alw-coded-service-badge {
    width: clamp(68px, 5.8vw, 90px);
    height: clamp(68px, 5.8vw, 90px);
    flex: 0 0 auto;
    margin-top: clamp(5px, .7vw, 10px);
    display: grid;
    place-items: center;
    border-radius: 27%;
    background: #fff;
    color: #303532;
    box-shadow: 0 5px 18px rgba(0,0,0,.16);
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        color .22s ease;
}

.alw-coded-service-badge svg {
    width: 61%;
    height: 61%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke-width .22s ease;
}

.alw-coded-service-title {
    margin: auto 0 8px;
    color: #fff;
    font-size: clamp(20px, 1.55vw, 28px);
    line-height: 1.45;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0,0,0,.42);
    transition:
        transform .22s ease,
        font-weight .22s ease,
        text-shadow .22s ease;
}

.alw-coded-service-desc {
    min-height: 50px;
    margin: 0;
    color: rgba(255,255,255,.94);
    font-size: clamp(11px, .80vw, 13.5px);
    line-height: 1.95;
    font-weight: 500;
    text-shadow: 0 1px 5px rgba(0,0,0,.36);
}

.alw-coded-service-cta {
    min-height: 38px;
    margin-top: 10px;
    padding: 5px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #fff !important;
    background: transparent;
    border: 0;
    text-decoration: none !important;
    font-size: clamp(11px, .82vw, 14px);
    font-weight: 700;
    line-height: 1;
    transition:
        transform .22s ease,
        font-weight .22s ease,
        text-shadow .22s ease;
}

.alw-coded-service-circle {
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border: 1.8px solid rgba(255,255,255,.96);
    border-radius: 50%;
    font-size: 22px;
    font-family: Arial, sans-serif;
    line-height: 1;
    transition: border-width .22s ease, transform .22s ease;
}

.alw-coded-service-chevron {
    font-family: Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
}

/* Hover یکسان برای آیکون + عنوان + مشاهده خدمات */
.alw-coded-service-card:hover .alw-coded-service-bg {
    transform: scale(1.035);
    filter: saturate(1) contrast(1.04);
}

.alw-coded-service-card:hover .alw-coded-service-badge,
.alw-coded-service-badge:hover {
    transform: translateY(-3px) scale(1.045);
    color: var(--alw-olive);
    box-shadow: 0 9px 24px rgba(0,0,0,.22);
}
.alw-coded-service-card:hover .alw-coded-service-badge svg,
.alw-coded-service-badge:hover svg {
    stroke-width: 3;
}

.alw-coded-service-card:hover .alw-coded-service-title,
.alw-coded-service-title:hover {
    transform: translateY(-2px) scale(1.018);
    font-weight: 900;
    text-shadow: 0 4px 12px rgba(0,0,0,.56);
}

.alw-coded-service-card:hover .alw-coded-service-cta,
.alw-coded-service-cta:hover {
    transform: translateY(-2px) scale(1.025);
    font-weight: 900;
    text-shadow: 0 3px 10px rgba(0,0,0,.60);
}

.alw-coded-service-card:hover .alw-coded-service-circle,
.alw-coded-service-cta:hover .alw-coded-service-circle {
    border-width: 2.4px;
    transform: scale(1.07);
}

@media (max-width: 1100px) {
    .alw-service-grid-coded {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .alw-coded-service-card {
        height: 360px;
    }
}

@media (max-width: 560px) {
    .alw-service-grid-coded {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .alw-coded-service-card {
        height: 355px;
    }
    .alw-coded-service-badge {
        width: 76px;
        height: 76px;
    }
    .alw-coded-service-title {
        font-size: 23px;
    }
    .alw-coded-service-desc {
        font-size: 12px;
    }
}


/* ==========================================================
   v23 — refinements requested by user
   1) larger opaque badge so background icon is hidden
   2) per-card background tuning for equal visual sizing
   3) cleaner, more consistent hover
   ========================================================== */
.alw-service-grid-coded {
    gap: 10px;
}

.alw-coded-service-card {
    height: clamp(330px, 24vw, 405px);
    border: 1px solid #c9c9c9;
    box-shadow: none;
}

.alw-coded-service-bg {
    transform: scale(1.10);
    filter: saturate(.94) contrast(1.02) brightness(.94);
}

.alw-coded-service-card-water .alw-coded-service-bg {
    transform: scale(1.13);
    object-position: center top;
}

.alw-coded-service-card-cosmetic .alw-coded-service-bg {
    transform: scale(1.12);
    object-position: center center;
}

.alw-coded-service-card-food .alw-coded-service-bg {
    transform: scale(1.20);
    object-position: center center;
}

.alw-coded-service-card-mineral .alw-coded-service-bg {
    transform: scale(1.16);
    object-position: center center;
}

.alw-coded-service-shade {
    background:
        linear-gradient(
            180deg,
            rgba(5, 7, 6, .34) 0%,
            rgba(5, 7, 6, .48) 18%,
            rgba(5, 7, 6, .70) 38%,
            rgba(4, 6, 5, .90) 58%,
            rgba(4, 5, 4, .96) 77%,
            rgba(3, 4, 4, .985) 100%
        );
}

.alw-coded-service-content {
    padding: 22px 16px 16px;
    justify-content: flex-start;
}

.alw-coded-service-badge {
    width: clamp(84px, 6.8vw, 108px);
    height: clamp(84px, 6.8vw, 108px);
    margin-top: 6px;
    border-radius: 26px;
    background: #ffffff;
    color: #50594f;
    box-shadow:
        0 10px 28px rgba(0,0,0,.20),
        0 0 0 8px rgba(255,255,255,.04);
}

.alw-coded-service-badge svg {
    width: 58%;
    height: 58%;
    stroke-width: 2.35;
}

.alw-coded-service-title {
    margin: 92px 0 10px;
    font-size: clamp(21px, 1.58vw, 29px);
    font-weight: 800;
    line-height: 1.35;
}

.alw-coded-service-desc {
    min-height: 76px;
    font-size: clamp(11.5px, .82vw, 14px);
    line-height: 1.95;
    font-weight: 500;
}

.alw-coded-service-cta {
    margin-top: auto;
    margin-bottom: 6px;
    padding: 6px 10px;
    gap: 8px;
    font-size: clamp(12px, .86vw, 14.5px);
    font-weight: 800;
}

.alw-coded-service-circle {
    width: 25px;
    height: 25px;
    border-width: 1.9px;
    font-size: 22px;
}

/* HOVER مرتب و یکدست */
.alw-coded-service-card,
.alw-coded-service-badge,
.alw-coded-service-title,
.alw-coded-service-cta,
.alw-coded-service-circle {
    transition:
        transform .22s ease,
        color .22s ease,
        text-shadow .22s ease,
        box-shadow .22s ease,
        border-color .22s ease,
        background-color .22s ease,
        filter .28s ease;
}

.alw-coded-service-card:hover .alw-coded-service-bg {
    filter: saturate(1) contrast(1.05) brightness(.98);
}

.alw-coded-service-card:hover .alw-coded-service-badge {
    transform: translateY(-3px) scale(1.03);
    color: var(--alw-olive);
    box-shadow:
        0 14px 28px rgba(0,0,0,.24),
        0 0 0 10px rgba(255,255,255,.05);
}

.alw-coded-service-card:hover .alw-coded-service-badge svg {
    stroke-width: 2.8;
}

.alw-coded-service-card:hover .alw-coded-service-title {
    transform: translateY(-2px);
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0,0,0,.60);
}

.alw-coded-service-card:hover .alw-coded-service-cta {
    transform: translateY(-2px);
    font-weight: 900;
    color: #ffffff !important;
    text-shadow: 0 4px 12px rgba(0,0,0,.60);
}

.alw-coded-service-card:hover .alw-coded-service-circle {
    transform: scale(1.08);
    border-width: 2.4px;
}

@media (max-width: 1100px) {
    .alw-coded-service-card {
        height: 370px;
    }
    .alw-coded-service-title {
        margin-top: 88px;
    }
}

@media (max-width: 560px) {
    .alw-coded-service-card {
        height: 360px;
    }
    .alw-coded-service-badge {
        width: 86px;
        height: 86px;
        border-radius: 24px;
    }
    .alw-coded-service-title {
        margin-top: 86px;
        font-size: 24px;
    }
    .alw-coded-service-desc {
        min-height: 72px;
        font-size: 12px;
    }
}


/* v36 - Project card bottom-left chamfer cut */
.andiya-recent-project-card {
    background: transparent;
    border: 0;
    overflow: visible;
}

.andiya-recent-project-content {
    position: relative;
    background: transparent;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        24px 100%,
        0 calc(100% - 24px)
    );
}

/* لایه‌های زیر، خود فرم چندضلعی را می‌سازند تا مثلث گوشه واقعاً حذف شود */
.andiya-recent-project-content::before,
.andiya-recent-project-content::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.andiya-recent-project-content::before {
    inset: 0;
    z-index: -2;
    background: #dedfdb;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        24px 100%,
        0 calc(100% - 24px)
    );
}

.andiya-recent-project-content::after {
    inset: 1px;
    z-index: -1;
    background: #ffffff;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        23px 100%,
        0 calc(100% - 23px)
    );
}

/* تصویر همچنان کاملاً مستطیلی و بدون برش می‌ماند */
.andiya-recent-project-image {
    border-top: 1px solid #dedfdb;
    border-right: 1px solid #dedfdb;
    border-bottom: 1px solid #dedfdb;
}

/* Hover روی کل کارت حفظ می‌شود */
.andiya-recent-project-card:hover {
    transform: scale(1.025);
    z-index: 4;
    box-shadow: 0 7px 18px rgba(28, 32, 29, .08);
}

@media (max-width: 640px) {
    .andiya-recent-project-content {
        clip-path: polygon(
            0 0,
            100% 0,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
    }
    .andiya-recent-project-content::before {
        clip-path: polygon(
            0 0,
            100% 0,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
    }
    .andiya-recent-project-content::after {
        clip-path: polygon(
            0 0,
            100% 0,
            100% 100%,
            19px 100%,
            0 calc(100% - 19px)
        );
    }
}


/* v37 - Larger project chamfer + larger text/content area */
.andiya-recent-project-card {
    grid-template-columns: minmax(0, 70%) minmax(0, 30%);
}

.andiya-recent-project-content {
    padding: 15px 18px 12px 20px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        50px 100%,
        0 calc(100% - 50px)
    );
}

.andiya-recent-project-content::before {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        50px 100%,
        0 calc(100% - 50px)
    );
}

.andiya-recent-project-content::after {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        49px 100%,
        0 calc(100% - 49px)
    );
}

.andiya-recent-project-content h3 {
    margin-bottom: 7px;
    font-size: clamp(15px, 1.05vw, 18px);
    line-height: 1.38;
}

.andiya-recent-project-content p {
    font-size: clamp(10.5px, .76vw, 12.5px);
    line-height: 1.72;
}

.andiya-recent-project-category {
    gap: 7px;
    font-size: clamp(9.5px, .68vw, 11px);
}

.andiya-recent-project-category-icon {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
}

.andiya-recent-projects-all {
    font-size: 12.5px;
}

.andiya-recent-projects-all > span {
    font-size: 24px;
}

@media (max-width: 1050px) {
    .andiya-recent-project-card {
        grid-template-columns: minmax(0, 68%) minmax(0, 32%);
    }
}

@media (max-width: 640px) {
    .andiya-recent-project-card {
        grid-template-columns: minmax(0, 66%) minmax(0, 34%);
    }
    .andiya-recent-project-content {
        clip-path: polygon(
            0 0,
            100% 0,
            100% 100%,
            42px 100%,
            0 calc(100% - 42px)
        );
    }
    .andiya-recent-project-content::before {
        clip-path: polygon(
            0 0,
            100% 0,
            100% 100%,
            42px 100%,
            0 calc(100% - 42px)
        );
    }
    .andiya-recent-project-content::after {
        clip-path: polygon(
            0 0,
            100% 0,
            100% 100%,
            41px 100%,
            0 calc(100% - 41px)
        );
    }
    .andiya-recent-project-content h3 {
        font-size: 15px;
    }
    .andiya-recent-project-content p {
        font-size: 10px;
    }
    .andiya-recent-project-category {
        font-size: 9px;
    }
    .andiya-recent-projects-all {
        font-size: 11.5px;
    }
}

@media (max-width: 560px) {
    .alw-section-title-faq {
        gap: 9px;
        margin-bottom: 16px;
    }
    .alw-section-title-faq span {
        flex-basis: 27px;
        width: 27px;
        height: 3px;
    }
    .alw-section-title-faq h2 {
        font-size: 18px;
        white-space: normal;
    }
}

/* v46 - Analysis Request spacing/alignment refinement */
.andiya-analysis-request {
    width: 100%;
    margin: 0;
    padding: 0;
    direction: rtl;
    background-color: #151719;
    background-image:
        linear-gradient(rgba(18, 20, 21, 0.90), rgba(18, 20, 21, 0.90)),
        url('/andiya_lab_website/static/src/img/request_analysis/bg_texture.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.andiya-analysis-request-shell {
    width: 100%;
    margin: 0;
}
.andiya-analysis-request-main {
    width: 100%;
    min-height: 118px;
    display: grid;
    grid-template-columns: 50% 32% 18%;
    align-items: stretch;
    direction: ltr;
}
.andiya-analysis-request-features,
.andiya-analysis-request-info,
.andiya-analysis-request-cta {
    min-height: 118px;
}
.andiya-analysis-request-features {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 26px;
    padding: 0 20px 0 44px;
    direction: rtl;
}
.andiya-analysis-request-feature {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    color: #f1f1eb;
    flex: 0 0 auto;
    direction: rtl;
}
.andiya-analysis-request-feature img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex: 0 0 34px;
    display: block;
    order: 1;
}
.andiya-analysis-request-feature-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    direction: rtl;
    color: #f0efea;
    line-height: 1.38;
    order: 2;
}
.andiya-analysis-request-feature-text span {
    display: block;
    white-space: nowrap;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
}
.andiya-analysis-request-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    direction: rtl;
    padding: 0 30px 0 20px;
}
.andiya-analysis-request-info h2 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: clamp(28px, 1.72vw, 33px);
    line-height: 1.06;
    font-weight: 800;
}
.andiya-analysis-request-lead,
.andiya-analysis-request-sub {
    margin: 0;
    color: #f0efea;
    font-size: 12px;
    line-height: 1.42;
    font-weight: 400;
}
.andiya-analysis-request-sub {
    color: #ddddda;
    margin-top: 1px;
}
.andiya-analysis-request-cta {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none;
    background: #869459;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
    transition: transform .3s ease, background-color .3s ease, filter .3s ease;
    transform-origin: center right;
    cursor: pointer;
    overflow: hidden;
}
.andiya-analysis-request-cta:hover {
    background-color: #8f9f60;
    filter: brightness(1.03);
    transform: scale(1.015);
}
.andiya-analysis-request-cta-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    text-align: center;
}
.andiya-analysis-request-cta img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}
.andiya-analysis-request-cta strong {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}
.andiya-analysis-request-cta-arrow {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: rgba(255,255,255,.95);
    margin-top: -1px;
}

@media (max-width: 1439px) {
    .andiya-analysis-request-main {
        grid-template-columns: 49% 33% 18%;
    }
    .andiya-analysis-request-features {
        gap: 20px;
        padding-left: 32px;
        padding-right: 14px;
    }
    .andiya-analysis-request-feature img {
        width: 17px;
        height: 17px;
        flex-basis: 32px;
    }
    .andiya-analysis-request-feature-text span { font-size: 10.5px; }
    .andiya-analysis-request-info { padding-right: 24px; padding-left: 14px; }
}

@media (max-width: 1240px) {
    .andiya-analysis-request-main {
        min-height: 116px;
        grid-template-columns: 48% 34% 18%;
    }
    .andiya-analysis-request-features,
    .andiya-analysis-request-info,
    .andiya-analysis-request-cta {
        min-height: 116px;
    }
    .andiya-analysis-request-features {
        gap: 14px;
        padding-left: 24px;
        padding-right: 10px;
    }
    .andiya-analysis-request-feature {
        gap: 7px;
    }
    .andiya-analysis-request-feature img {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }
    .andiya-analysis-request-feature-text span {
        font-size: 9.8px;
    }
    .andiya-analysis-request-info {
        padding-right: 20px;
        padding-left: 12px;
    }
    .andiya-analysis-request-info h2 { font-size: 29px; }
    .andiya-analysis-request-lead,
    .andiya-analysis-request-sub { font-size: 10.8px; }
    .andiya-analysis-request-cta {
        clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
    }
}

@media (max-width: 980px) {
    .andiya-analysis-request-main {
        min-height: 112px;
        grid-template-columns: 47% 35% 18%;
    }
    .andiya-analysis-request-features,
    .andiya-analysis-request-info,
    .andiya-analysis-request-cta {
        min-height: 112px;
    }
    .andiya-analysis-request-features {
        gap: 9px;
        padding-left: 16px;
        padding-right: 8px;
    }
    .andiya-analysis-request-feature {
        gap: 6px;
    }
    .andiya-analysis-request-feature img {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
    }
    .andiya-analysis-request-feature-text span {
        font-size: 8.9px;
    }
    .andiya-analysis-request-info {
        padding-right: 16px;
        padding-left: 10px;
    }
    .andiya-analysis-request-info h2 {
        font-size: 24px;
    }
    .andiya-analysis-request-lead,
    .andiya-analysis-request-sub {
        font-size: 10px;
    }
    .andiya-analysis-request-cta {
        clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
    }
    .andiya-analysis-request-cta img {
        width: 34px;
        height: 34px;
    }
    .andiya-analysis-request-cta strong {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .andiya-analysis-request-main {
        min-height: 0;
        display: grid;
        grid-template-columns: 1fr;
        direction: rtl;
    }
    .andiya-analysis-request-info,
    .andiya-analysis-request-features,
    .andiya-analysis-request-cta {
        min-height: auto;
        width: 100%;
    }
    .andiya-analysis-request-info {
        order: 1;
        align-items: center;
        text-align: center;
        padding: 18px 18px 12px;
    }
    .andiya-analysis-request-info h2 {
        font-size: 29px;
        margin-bottom: 8px;
    }
    .andiya-analysis-request-lead,
    .andiya-analysis-request-sub {
        font-size: 12px;
        text-align: center;
    }
    .andiya-analysis-request-features {
        order: 2;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px 20px;
        padding: 0 18px 16px;
    }
    .andiya-analysis-request-feature {
        min-width: 145px;
        justify-content: center;
    }
    .andiya-analysis-request-feature-text span {
        font-size: 10.5px;
    }
    .andiya-analysis-request-cta {
        order: 3;
        min-height: 104px;
        clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%);
    }
}

@media (max-width: 480px) {
    .andiya-analysis-request-info {
        padding: 16px 14px 10px;
    }
    .andiya-analysis-request-info h2 {
        font-size: 26px;
    }
    .andiya-analysis-request-lead,
    .andiya-analysis-request-sub {
        font-size: 11px;
        line-height: 1.7;
    }
    .andiya-analysis-request-features {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0 14px 14px;
    }
    .andiya-analysis-request-feature {
        justify-content: center;
        min-width: 0;
    }
    .andiya-analysis-request-cta {
        min-height: 96px;
    }
    .andiya-analysis-request-cta img {
        width: 34px;
        height: 34px;
    }
}



/* v47 - On-site sampling form */
.andiya-onsite-sampling {
    width: 100%;
    background: #ffffff;
    color: #232323;
    padding: 50px 0 42px;
    overflow: hidden;
}
.andiya-onsite-sampling-shell {
    width: min(100%, 1866px);
    margin: 0 auto;
    padding: 0 34px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 27% 39% 34%;
    align-items: center;
    direction: ltr;
}
.andiya-onsite-sampling-visual,
.andiya-onsite-sampling-form,
.andiya-onsite-sampling-info {
    min-width: 0;
}
.andiya-onsite-sampling-visual {
    height: 625px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 22px;
    box-sizing: border-box;
}
.andiya-onsite-sampling-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.andiya-onsite-sampling-form {
    direction: rtl;
    background: #ffffff;
    border: 1px solid #d8dadd;
    border-radius: 14px;
    padding: 29px 24px 24px;
    margin: 0 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.andiya-onsite-sampling-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.andiya-onsite-sampling-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
}
.andiya-onsite-sampling-field label {
    margin: 0;
    color: #202020;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    text-align: right;
}
.andiya-onsite-sampling-field input,
.andiya-onsite-sampling-field select,
.andiya-onsite-sampling-field textarea {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    direction: rtl;
    text-align: right;
    color: #333333;
    background: #ffffff;
    border: 1px solid #cfd3d6;
    border-radius: 7px;
    outline: none;
    box-shadow: none;
    transition: border-color .2s ease, background-color .2s ease;
}
.andiya-onsite-sampling-field input,
.andiya-onsite-sampling-field select {
    height: 59px;
    padding: 0 16px;
    font-size: 16px;
}
.andiya-onsite-sampling-field textarea {
    min-height: 96px;
    resize: vertical;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.75;
}
.andiya-onsite-sampling-field input::placeholder,
.andiya-onsite-sampling-field textarea::placeholder {
    color: #929292;
    opacity: 1;
    font-weight: 400;
}
.andiya-onsite-sampling-field input:focus,
.andiya-onsite-sampling-field select:focus,
.andiya-onsite-sampling-field textarea:focus {
    border-color: #75893d;
}
.andiya-onsite-sampling-field.is-invalid input,
.andiya-onsite-sampling-field.is-invalid select,
.andiya-onsite-sampling-field.is-invalid textarea {
    border-color: #a94b4b;
}
.andiya-onsite-sampling-select-wrap {
    position: relative;
    display: block;
}
.andiya-onsite-sampling-select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    padding-left: 43px;
    cursor: pointer;
    color: #858585;
}
.andiya-onsite-sampling-select-wrap select:valid {
    color: #333333;
}
.andiya-onsite-sampling-select-arrow {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-55%);
    color: #151515;
    font-family: Arial, sans-serif;
    font-size: 23px;
    line-height: 1;
    pointer-events: none;
}
.andiya-onsite-sampling-error {
    display: none;
    min-height: 0;
    color: #9b3e3e;
    font-size: 11px;
    line-height: 1.4;
    text-align: right;
}
.andiya-onsite-sampling-field.is-invalid .andiya-onsite-sampling-error {
    display: block;
}
.andiya-onsite-sampling-submit {
    align-self: flex-start;
    min-width: 323px;
    height: 67px;
    border: 0;
    border-radius: 7px;
    background: #647d2e;
    color: #ffffff;
    font-family: inherit;
    font-size: 20px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    padding: 0 24px;
    cursor: pointer;
    transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.andiya-onsite-sampling-submit:hover {
    background: #576d28;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(56, 68, 37, .10);
}
.andiya-onsite-sampling-submit-arrow {
    font-family: Arial, sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
}
.andiya-onsite-sampling-status {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.andiya-onsite-sampling-info {
    height: 625px;
    direction: rtl;
    padding: 46px 22px 42px 36px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.andiya-onsite-sampling-copy {
    text-align: right;
}
.andiya-onsite-sampling-copy h2 {
    margin: 0 0 28px;
    color: #222222;
    font-size: clamp(36px, 2.4vw, 43px);
    line-height: 1.25;
    font-weight: 800;
}
.andiya-onsite-sampling-copy p {
    margin: 0 0 18px;
    color: #323232;
    font-size: clamp(17px, 1.08vw, 21px);
    line-height: 1.75;
    font-weight: 400;
}
.andiya-onsite-sampling-benefits {
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    align-items: stretch;
    min-height: 190px;
}
.andiya-onsite-sampling-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    color: #202020;
    padding: 12px 11px 0;
}
.andiya-onsite-sampling-benefit svg {
    width: 86px;
    height: 86px;
    margin-bottom: 19px;
    color: #5d782c;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.andiya-onsite-sampling-benefit-icon {
    width: 86px;
    height: 86px;
    margin-bottom: 19px;
    display: block;
    object-fit: contain;
    background: transparent;
}
.andiya-onsite-sampling-benefit span {
    display: block;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 500;
    white-space: nowrap;
}
.andiya-onsite-sampling-benefit-separator {
    width: 1px;
    height: 80%;
    align-self: center;
    background: #e2e2e2;
}

@media (max-width: 1350px) {
    .andiya-onsite-sampling-shell {
        padding: 0 24px;
        grid-template-columns: 26% 40% 34%;
    }
    .andiya-onsite-sampling-form {
        margin: 0 10px;
        padding: 24px 20px 22px;
    }
    .andiya-onsite-sampling-field label {
        font-size: 16px;
    }
    .andiya-onsite-sampling-field input,
    .andiya-onsite-sampling-field select {
        height: 54px;
        font-size: 14px;
    }
    .andiya-onsite-sampling-copy h2 {
        font-size: 35px;
    }
    .andiya-onsite-sampling-copy p {
        font-size: 16px;
    }
    .andiya-onsite-sampling-benefit svg,
    .andiya-onsite-sampling-benefit-icon {
        width: 72px;
        height: 72px;
    }
    .andiya-onsite-sampling-benefit span {
        font-size: 15px;
    }
    .andiya-onsite-sampling-submit {
        min-width: 280px;
        height: 61px;
        font-size: 17px;
    }
}

@media (max-width: 1050px) {
    .andiya-onsite-sampling {
        padding-top: 42px;
    }
    .andiya-onsite-sampling-shell {
        grid-template-columns: 32% 68%;
        grid-template-areas:
            "visual info"
            "visual form";
        align-items: start;
        gap: 24px 0;
    }
    .andiya-onsite-sampling-visual {
        grid-area: visual;
        height: 680px;
        padding-right: 10px;
    }
    .andiya-onsite-sampling-info {
        grid-area: info;
        height: auto;
        min-height: 340px;
        padding: 10px 15px 12px 25px;
    }
    .andiya-onsite-sampling-form {
        grid-area: form;
        margin: 0 15px 0 0;
    }
    .andiya-onsite-sampling-copy h2 {
        margin-bottom: 20px;
        font-size: 34px;
    }
    .andiya-onsite-sampling-copy p {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .andiya-onsite-sampling-benefits {
        min-height: 150px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .andiya-onsite-sampling {
        padding: 30px 0 24px;
    }
    .andiya-onsite-sampling-shell {
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        direction: rtl;
    }
    .andiya-onsite-sampling-info {
        order: 1;
        width: 100%;
        height: auto;
        padding: 0 4px 24px;
    }
    .andiya-onsite-sampling-copy h2 {
        font-size: 29px;
        margin-bottom: 16px;
    }
    .andiya-onsite-sampling-copy p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 8px;
    }
    .andiya-onsite-sampling-benefits {
        min-height: 132px;
        margin-top: 20px;
    }
    .andiya-onsite-sampling-benefit {
        padding: 7px 5px 0;
    }
    .andiya-onsite-sampling-benefit svg,
    .andiya-onsite-sampling-benefit-icon {
        width: 54px;
        height: 54px;
        margin-bottom: 12px;
    }
    .andiya-onsite-sampling-benefit span {
        font-size: 12px;
        line-height: 1.65;
        white-space: normal;
    }
    .andiya-onsite-sampling-form {
        order: 2;
        width: 100%;
        margin: 0;
        padding: 20px 15px 18px;
        border-radius: 12px;
        gap: 13px;
    }
    .andiya-onsite-sampling-form-row {
        grid-template-columns: 1fr;
        gap: 13px;
    }
    .andiya-onsite-sampling-field label {
        font-size: 15px;
    }
    .andiya-onsite-sampling-field input,
    .andiya-onsite-sampling-field select {
        height: 52px;
        font-size: 13px;
    }
    .andiya-onsite-sampling-field textarea {
        min-height: 105px;
        font-size: 13px;
    }
    .andiya-onsite-sampling-submit {
        width: 100%;
        min-width: 0;
        height: 58px;
        font-size: 16px;
        gap: 18px;
    }
    .andiya-onsite-sampling-visual {
        order: 3;
        width: 100%;
        height: 390px;
        margin-top: 18px;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .andiya-onsite-sampling-benefits {
        grid-template-columns: 1fr 1px 1fr 1px 1fr;
        min-height: 120px;
    }
    .andiya-onsite-sampling-benefit svg,
    .andiya-onsite-sampling-benefit-icon {
        width: 48px;
        height: 48px;
    }
    .andiya-onsite-sampling-benefit span {
        font-size: 10.5px;
    }
    .andiya-onsite-sampling-visual {
        height: 330px;
    }
}


/* v50 - Laboratory footer matching the supplied reference */
.andiya-lab-footer {
    position: relative;
    width: 100%;
    min-height: 348px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #eeeeeb;
    background-color: #15191a;
    background-image:
        linear-gradient(rgba(18, 21, 21, .90), rgba(18, 21, 21, .90)),
        url('/andiya_lab_website/static/src/img/request_analysis/bg_texture.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: inherit;
}
.andiya-lab-footer-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 255px;
    height: 5px;
    background: #7d9137;
    z-index: 2;
}
.andiya-lab-footer-inner {
    width: 100%;
    min-height: 348px;
    padding: 40px 62px 36px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 23% 1px 20% 1px 19% 1px 18% 1px 20%;
    align-items: center;
    direction: rtl;
}
.andiya-lab-footer-column {
    min-width: 0;
    height: 270px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.andiya-lab-footer-divider {
    width: 1px;
    height: 258px;
    align-self: center;
    background: rgba(255,255,255,.55);
}
.andiya-lab-footer-brand {
    padding: 0 34px 0 28px;
    text-align: right;
    align-items: flex-start;
}
.andiya-lab-footer-brand-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(30px, 2vw, 36px);
    line-height: 1.2;
    font-weight: 800;
}
.andiya-lab-footer-brand-subtitle {
    margin: 0 0 24px;
    color: #ededeb;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}
.andiya-lab-footer-address {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    color: #efefec;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
}
.andiya-lab-footer-contact-icon {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    color: #7d9137;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.andiya-lab-footer-contact-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.andiya-lab-footer-social {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
    direction: rtl;
}
.andiya-lab-footer-social a {
    width: 49px;
    height: 49px;
    border: 1px solid #7d9137;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: background-color .25s ease, transform .25s ease, border-color .25s ease;
}
.andiya-lab-footer-social a:hover {
    background: #7d9137;
    border-color: #7d9137;
    color: #fff;
    transform: scale(1.07);
}
.andiya-lab-footer-social svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.andiya-lab-footer-social a:first-child svg {
    fill: currentColor;
    stroke: none;
}
.andiya-lab-footer-social-dot {
    fill: currentColor;
    stroke: none;
}
.andiya-lab-footer-linkedin span {
    font-family: Arial, sans-serif;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
}
.andiya-lab-footer-menu,
.andiya-lab-footer-contact {
    padding: 4px 32px 0;
    text-align: center;
    align-items: center;
}
.andiya-lab-footer-title {
    margin: 0 0 22px;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
    text-align: center;
}
.andiya-lab-footer-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}
.andiya-lab-footer-links a {
    display: inline-block;
    color: #e8e9e6;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    transition: color .25s ease, transform .25s ease;
}
.andiya-lab-footer-links a:hover {
    color: #8fa342;
    transform: translateX(-3px);
}
.andiya-lab-footer-contact {
    padding-left: 44px;
    padding-right: 28px;
}
.andiya-lab-footer-contact .andiya-lab-footer-title {
    margin-bottom: 28px;
}
.andiya-lab-footer-contact-row {
    width: 100%;
    min-height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    color: #ededeb;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 16px;
    transition: color .25s ease;
}
.andiya-lab-footer-contact-row:hover {
    color: #8fa342;
}
.andiya-lab-footer-contact-row .andiya-lab-footer-contact-icon {
    flex-basis: 25px;
}

@media (max-width: 1350px) {
    .andiya-lab-footer-inner {
        padding-right: 36px;
        padding-left: 36px;
        grid-template-columns: 24% 1px 19% 1px 19% 1px 18% 1px 20%;
    }
    .andiya-lab-footer-brand { padding-right: 26px; padding-left: 22px; }
    .andiya-lab-footer-menu,
    .andiya-lab-footer-contact { padding-right: 22px; padding-left: 22px; }
    .andiya-lab-footer-brand-title { font-size: 31px; }
    .andiya-lab-footer-title { font-size: 21px; }
    .andiya-lab-footer-links a { font-size: 16px; }
    .andiya-lab-footer-address,
    .andiya-lab-footer-contact-row { font-size: 14px; }
}

@media (max-width: 1050px) {
    .andiya-lab-footer {
        min-height: auto;
    }
    .andiya-lab-footer-inner {
        min-height: 0;
        padding: 40px 28px 36px;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 34px 26px;
        align-items: start;
    }
    .andiya-lab-footer-column {
        height: auto;
        min-height: 220px;
    }
    .andiya-lab-footer-divider { display: none; }
    .andiya-lab-footer-brand {
        grid-column: span 3;
        padding: 0 18px;
    }
    .andiya-lab-footer-menu,
    .andiya-lab-footer-contact {
        grid-column: span 2;
        padding: 0 15px;
    }
    .andiya-lab-footer-contact {
        grid-column: span 3;
    }
    .andiya-lab-footer-social { margin-top: 28px; }
}

@media (max-width: 767px) {
    .andiya-lab-footer-accent {
        width: 128px;
        height: 4px;
    }
    .andiya-lab-footer-inner {
        display: block;
        padding: 34px 18px 26px;
    }
    .andiya-lab-footer-column {
        width: 100%;
        min-height: 0;
        height: auto;
        padding: 0 2px 26px;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(255,255,255,.13);
        text-align: right;
        align-items: flex-start;
    }
    .andiya-lab-footer-column:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .andiya-lab-footer-brand-title { font-size: 29px; }
    .andiya-lab-footer-brand-subtitle { font-size: 14px; margin-bottom: 18px; }
    .andiya-lab-footer-address { font-size: 14px; }
    .andiya-lab-footer-title {
        font-size: 20px;
        margin-bottom: 16px;
        text-align: right;
    }
    .andiya-lab-footer-links {
        align-items: flex-start;
        gap: 12px;
    }
    .andiya-lab-footer-links a { font-size: 15px; }
    .andiya-lab-footer-social {
        justify-content: flex-start;
        gap: 18px;
        margin-top: 22px;
    }
    .andiya-lab-footer-social a {
        width: 44px;
        height: 44px;
    }
    .andiya-lab-footer-contact {
        align-items: flex-start;
    }
    .andiya-lab-footer-contact-row {
        width: auto;
        justify-content: flex-start;
        font-size: 14px;
        margin-bottom: 12px;
    }
}


/* v54 - Contact map section: static map image + red pin */
.andiya-contact-map {
    width: 100%;
    padding: 34px 0 28px;
    background: #ffffff;
    box-sizing: border-box;
}
.andiya-contact-map-container {
    position: relative;
    width: min(1700px, calc(100% - 72px));
    height: 416px;
    margin: 0 auto;
    padding: 8px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,.045);
    overflow: hidden;
}
.andiya-contact-map-canvas {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #f4f4f1;
}
.andiya-contact-map-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.72) brightness(1.02) contrast(.97);
    user-select: none;
    pointer-events: none;
}
.andiya-contact-map-canvas::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.04);
    pointer-events: none;
    z-index: 2;
}
.andiya-contact-map-static-marker {
    position: absolute;
    z-index: 4;
    left: 43%;
    top: 23%;
    width: 68px;
    height: 84px;
    transform: translate(-50%, -12%);
    filter: drop-shadow(0 4px 4px rgba(117,18,18,.20));
    pointer-events: none;
}
.andiya-contact-map-static-marker svg {
    display: block;
    width: 100%;
    height: 100%;
}
.andiya-contact-map-card {
    position: absolute;
    z-index: 10;
    top: 27px;
    right: 26px;
    bottom: 27px;
    width: min(29%, 470px);
    min-width: 390px;
    box-sizing: border-box;
    padding: 38px 34px 32px;
    direction: rtl;
    text-align: right;
    color: #222222;
    background: rgba(255,255,255,.97);
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,.065);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: box-shadow .3s ease;
}
.andiya-contact-map-card:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,.085);
}
.andiya-contact-map-title {
    margin: 0 0 30px;
    color: #1d1d1d;
    font-size: clamp(27px,1.75vw,34px);
    line-height: 1.35;
    font-weight: 800;
    text-align: right;
}
.andiya-contact-map-item {
    width: 100%;
    min-height: 42px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    box-sizing: border-box;
    color: #262626;
    font-size: clamp(16px,1.03vw,20px);
    line-height: 1.65;
    font-weight: 500;
    text-align: right;
    text-decoration: none !important;
}
.andiya-contact-map-item + .andiya-contact-map-item {
    margin-top: 12px;
}
.andiya-contact-map-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #708c2c;
}
.andiya-contact-map-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.andiya-contact-map-link {
    cursor: pointer;
    transition: color .2s ease;
}
.andiya-contact-map-link:hover {
    color: #708c2c !important;
}
@media (max-width: 1350px) {
    .andiya-contact-map-container { height: 405px; }
    .andiya-contact-map-card {
        min-width: 380px;
        width: 31%;
        top: 24px;
        right: 23px;
        bottom: 24px;
        padding: 32px 28px 28px;
    }
    .andiya-contact-map-title { margin-bottom: 24px; font-size: 28px; }
    .andiya-contact-map-item { font-size: 16px; }
    .andiya-contact-map-static-marker { width: 64px; height: 79px; }
}
@media (max-width: 1050px) {
    .andiya-contact-map-container { height: 390px; }
    .andiya-contact-map-card {
        width: 35%;
        min-width: 330px;
        top: 21px;
        right: 20px;
        bottom: 21px;
        padding: 27px 23px;
    }
    .andiya-contact-map-title { font-size: 25px; margin-bottom: 20px; }
    .andiya-contact-map-item { font-size: 14.5px; gap: 11px; }
    .andiya-contact-map-icon { width: 29px; height: 29px; flex-basis: 29px; }
}
@media (max-width: 767px) {
    .andiya-contact-map { padding: 26px 0 22px; }
    .andiya-contact-map-container {
        width: calc(100% - 24px);
        height: auto;
        padding: 8px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        overflow: hidden;
    }
    .andiya-contact-map-card {
        position: relative;
        order: 1;
        inset: auto;
        width: 100%;
        min-width: 0;
        padding: 24px 20px 23px;
        border-radius: 18px;
        box-shadow: 0 2px 9px rgba(0,0,0,.055);
    }
    .andiya-contact-map-title { font-size: 24px; margin-bottom: 20px; }
    .andiya-contact-map-item { min-height: 38px; font-size: 14px; gap: 11px; }
    .andiya-contact-map-item + .andiya-contact-map-item { margin-top: 8px; }
    .andiya-contact-map-icon { width: 22px; height: 22px; flex-basis: 28px; }
    .andiya-contact-map-canvas {
        order: 2;
        height: 310px;
        min-height: 310px;
        border-radius: 10px;
    }
    .andiya-contact-map-static-marker {
        left: 50%;
        top: 27%;
        width: 54px;
        height: 67px;
    }
}
@media (max-width: 420px) {
    .andiya-contact-map-container { width: calc(100% - 18px); }
    .andiya-contact-map-card { padding: 22px 17px 21px; }
    .andiya-contact-map-title { font-size: 22px; margin-bottom: 18px; }
    .andiya-contact-map-item { gap: 10px; font-size: 13px; }
    .andiya-contact-map-icon { width: 26px; height: 26px; flex-basis: 26px; }
    .andiya-contact-map-canvas { height: 300px; min-height: 300px; }
}


@media (max-width: 820px) {
    .alw-mobile-toggle span {
        transition: transform .22s ease, opacity .22s ease;
        transform-origin: center;
    }
    .alw-mobile-toggle.is-open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .alw-mobile-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }
    .alw-mobile-toggle.is-open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}

/* v58 - Hero desktop fidelity pass: match the approved second reference */
@media (min-width: 769px) {
    .alw-hero-grid {
        min-height: clamp(540px, 32.7vw, 620px);
    }

    .alw-hero-visual {
        flex-basis: 58.2%;
        width: 58.2%;
        min-height: clamp(540px, 32.7vw, 620px);
        background: #f3f4f1;
    }

    /* much narrower mineral slice, as in the approved reference */
    .alw-hero-panel-mineral {
        left: 0;
        width: 26.5%;
        clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
    }
    .alw-hero-panel-mineral img {
        object-position: 48% 50%;
    }

    /* richer products slice with more of the pump bottle / leaves visible */
    .alw-hero-panel-products {
        left: 15.2%;
        width: 43.8%;
        clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
    }
    .alw-hero-panel-products img {
        object-position: 60% 52%;
        filter: saturate(.96) contrast(.99);
    }

    /* lab section is intentionally pale and background-like */
    .alw-hero-panel-lab {
        right: 0;
        width: 52.4%;
        clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
    }
    .alw-hero-panel-lab img {
        object-position: 53% 50%;
        filter: grayscale(38%) brightness(1.10) contrast(.88);
        opacity: .54;
    }

    .alw-hero-panel-mineral::after,
    .alw-hero-panel-products::after {
        width: 3px;
        background: rgba(255,255,255,.98);
        transform: rotate(13deg);
    }

    /* lower light-grey trapezoid visible in the approved composition */
    .alw-hero-visual::after {
        content: "";
        position: absolute;
        z-index: 3;
        left: 30.7%;
        bottom: 0;
        width: 23.5%;
        height: 25.5%;
        background: rgba(213, 215, 212, .88);
        clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
        pointer-events: none;
    }

    .alw-hero-visual::before {
        left: 38.5%;
        bottom: 37px;
        width: 72px;
        height: 65px;
        background-size: 13px 13px;
        opacity: .66;
        z-index: 7;
    }

    .alw-hero-fade {
        width: 30.5%;
        z-index: 8;
        background: linear-gradient(
            90deg,
            rgba(247,248,245,0) 0%,
            rgba(247,248,245,.34) 34%,
            rgba(247,248,245,.78) 72%,
            #f7f8f5 100%
        );
    }

    .alw-hero-copy {
        flex-basis: 41.8%;
        width: 41.8%;
        padding: clamp(58px, 4.8vw, 84px) clamp(44px, 5vw, 82px) 0 clamp(20px, 2vw, 34px);
    }
    .alw-hero-copy h1 {
        max-width: 590px;
        line-height: 1.22;
        letter-spacing: -2px;
    }
    .alw-hero-title-main {
        font-size: clamp(50px, 3.8vw, 68px);
    }
    .alw-hero-title-sub {
        margin-top: 6px;
        font-size: clamp(43px, 3.35vw, 60px);
    }
    .alw-hero-title-sub em {
        color: #6f8439;
    }
    .alw-hero-copy p {
        max-width: 575px;
        margin-top: 24px;
        color: #303431;
        font-size: clamp(14.5px, 1.02vw, 17px);
        font-weight: 600;
        line-height: 2.02;
    }

    .alw-feature-row {
        max-width: 600px;
        padding-top: 18px;
        margin-top: auto;
    }
    .alw-feature-item {
        position: relative;
        min-height: 106px;
        padding: 0 14px;
        justify-content: flex-start;
    }
    .alw-feature-item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 4px;
        bottom: 0;
        left: 0;
        width: 1px;
        background: rgba(95, 102, 96, .20);
    }
    .alw-feature-icon {
        width: 26px;
        height: 26px;
        margin-bottom: 11px;
    }
    .alw-feature-item span {
        font-size: 13px;
        font-weight: 800;
    }

    .alw-hero-accent {
        right: -63px;
        width: 146px;
        height: 108px;
        transform: skewX(-28deg);
    }
}

/* v65 - requested industries section spacing + 15px card corners */
#services {
    padding-top: 48px;
    padding-bottom: 44px;
}
#services > .alw-container {
    padding-right: clamp(42px, 6.25vw, 120px);
    padding-left: clamp(42px, 6.25vw, 120px);
}
#services .alw-coded-service-card {
    border-radius: 15px !important;
    overflow: hidden;
}
#services .alw-coded-service-bg,
#services .alw-coded-service-shade {
    border-radius: inherit;
}

@media (max-width: 767px) {
    #services {
        padding-top: 34px;
        padding-bottom: 30px;
    }
    #services > .alw-container {
        padding-right: 22px;
        padding-left: 22px;
    }
}

/* v67 - larger Hero feature icons + precisely aligned white image separators */
.alw-hero-panel-mineral::after,
.alw-hero-panel-products::after {
    content: "";
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    background: rgba(255,255,255,.98);
    transform: none;
    transform-origin: initial;
    z-index: 8;
    pointer-events: none;
    /* Follow the exact 100%→78% clipped edge of each angled image panel. */
    clip-path: polygon(99.35% 0, 100% 0, 78.65% 100%, 78% 100%);
}

@media (min-width: 769px) {
    .alw-feature-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 9px;
    }
}

@media (min-width: 561px) and (max-width: 768px) {
    .alw-feature-icon {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 560px) {
    .alw-feature-icon {
        width: 26px;
        height: 26px;
    }
}



/* v68 - extend bottom-right green hero accent further left as requested */
@media (min-width: 769px) {
    .alw-hero-accent {
        right: -34px;
        width: 238px;
        height: 108px;
        transform: skewX(-28deg);
    }
}

@media (min-width: 561px) and (max-width: 768px) {
    .alw-hero-accent {
        right: -28px;
        width: 140px;
        height: 82px;
    }
}


/* v69 - align Industries cards with Equipment cards on the same horizontal edges */
@media (min-width: 768px) {
    #services > .alw-container {
        padding-right: clamp(22px, 4vw, 72px);
        padding-left: clamp(22px, 4vw, 72px);
    }
}


/* v70 - move the certification gray strip down to the marked reference position */


/* v71 - fill the marked lower gap of the certification gray block so it meets the dark strip baseline */


/* v73 - Recent projects: slightly taller cards and slightly larger text */
@media (min-width: 1051px) {
    .andiya-recent-project-card {
        height: 164px;
    }
    .andiya-recent-project-content {
        padding: 18px 20px 14px 22px;
    }
    .andiya-recent-project-content h3 {
        font-size: clamp(16.5px, 1.12vw, 19px);
        line-height: 1.42;
        margin-bottom: 8px;
    }
    .andiya-recent-project-content p {
        font-size: clamp(11.5px, .82vw, 13.5px);
        line-height: 1.78;
    }
    .andiya-recent-project-category {
        font-size: clamp(10.5px, .73vw, 12px);
    }
    .andiya-recent-projects-all {
        font-size: 13.5px;
    }
}

@media (min-width: 561px) and (max-width: 1050px) {
    .andiya-recent-project-card {
        height: 162px;
    }
    .andiya-recent-project-content h3 { font-size: 16px; }
    .andiya-recent-project-content p { font-size: 11px; }
    .andiya-recent-project-category { font-size: 10px; }
}

@media (max-width: 560px) {
    .andiya-recent-project-card {
        height: 158px;
    }
    .andiya-recent-project-content h3 { font-size: 15.5px; }
    .andiya-recent-project-content p { font-size: 10.4px; }
    .andiya-recent-project-category { font-size: 9.4px; }
}


/* v74 - interactive iframe map (Zanjan), preserving the approved contact-card layout */
.andiya-contact-map-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    background: #f4f4f1;
}
/* The iframe itself provides the live map, so do not tint or cover its controls. */
.andiya-contact-map-canvas::after {
    display: none;
}


/* v77 - left-align texts inside the request-analysis strip without changing section order */
.andiya-analysis-request-feature {
    justify-content: flex-start;
}
.andiya-analysis-request-feature-text {
    align-items: flex-start;
    text-align: left;
}
.andiya-analysis-request-feature-text span {
    text-align: left;
}
.andiya-analysis-request-info {
    align-items: flex-start;
    text-align: left;
}
.andiya-analysis-request-info h2,
.andiya-analysis-request-lead,
.andiya-analysis-request-sub {
    width: 100%;
    text-align: left;
}
.andiya-analysis-request-cta-inner {
    align-items: flex-start;
    text-align: left;
    padding-left: 42px;
    padding-right: 18px;
    box-sizing: border-box;
}
.andiya-analysis-request-cta strong,
.andiya-analysis-request-cta-arrow {
    width: 100%;
    text-align: left;
}

@media (max-width: 767px) {
    .andiya-analysis-request-cta-inner {
        padding-left: 30px;
        padding-right: 16px;
    }
}

@media (max-width: 480px) {
    .andiya-analysis-request-cta-inner {
        padding-left: 24px;
        padding-right: 14px;
    }
}


/* v78 - right-align request-analysis texts while preserving layout positions */
.andiya-analysis-request-feature-text {
    align-items: flex-end;
    text-align: right;
}
.andiya-analysis-request-feature-text span {
    text-align: right;
}
.andiya-analysis-request-info {
    align-items: flex-end;
    text-align: right;
}
.andiya-analysis-request-info h2,
.andiya-analysis-request-lead,
.andiya-analysis-request-sub {
    width: 100%;
    text-align: right;
}
.andiya-analysis-request-cta-inner {
    align-items: flex-end;
    text-align: right;
    padding-left: 18px;
    padding-right: 42px;
}
.andiya-analysis-request-cta strong,
.andiya-analysis-request-cta-arrow {
    width: 100%;
    text-align: right;
}

@media (max-width: 767px) {
    .andiya-analysis-request-info,
    .andiya-analysis-request-lead,
    .andiya-analysis-request-sub {
        text-align: right;
    }
    .andiya-analysis-request-cta-inner {
        padding-left: 16px;
        padding-right: 30px;
    }
}

@media (max-width: 480px) {
    .andiya-analysis-request-cta-inner {
        padding-left: 14px;
        padding-right: 24px;
    }
}


/* v79 - move the two request-analysis text groups to the arrow-marked positions */
@media (min-width: 768px) {
    /* With RTL flex direction, flex-end places the feature cluster at the LEFT side. */
    .andiya-analysis-request-features {
        justify-content: flex-end;
        padding-left: 52px;
        padding-right: 18px;
    }

    /* Keep Persian text right-aligned, but move the whole title/description block
       to the LEFT side of its existing middle grid cell. */
    .andiya-analysis-request-info {
        align-items: flex-start;
        text-align: right;
        padding-left: 26px;
        padding-right: 26px;
    }
    .andiya-analysis-request-info h2,
    .andiya-analysis-request-lead,
    .andiya-analysis-request-sub {
        width: auto;
        max-width: 100%;
        text-align: right;
    }
}


/* v80 - bring both request-analysis content groups into the central black area marked by the user */
@media (min-width: 768px) {
    .andiya-analysis-request-main {
        grid-template-columns: 55% 27% 18%;
    }

    .andiya-analysis-request-features {
        width: max-content;
        max-width: calc(100% - 24px);
        justify-self: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        transform: translateX(70px);
    }

    .andiya-analysis-request-info {
        width: max-content;
        max-width: calc(100% - 24px);
        justify-self: center;
        align-items: flex-end;
        text-align: right;
        padding-left: 0;
        padding-right: 0;
        transform: translateX(-100px);
    }

    .andiya-analysis-request-info h2,
    .andiya-analysis-request-lead,
    .andiya-analysis-request-sub {
        width: auto;
        max-width: 100%;
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 1240px) {
    .andiya-analysis-request-features {
        transform: translateX(34px);
    }
    .andiya-analysis-request-info {
        transform: translateX(-48px);
    }
}


/* v81 - keep request-analysis title block in place, only make its internal alignment clearly right-aligned */
@media (min-width: 768px) {
    .andiya-analysis-request-info {
        direction: rtl;
        align-items: flex-end;
        text-align: right;
    }
    .andiya-analysis-request-info > h2,
    .andiya-analysis-request-info > p {
        text-align: right;
        align-self: flex-end;
        margin-left: auto;
        margin-right: 0;
    }
}


/* v82 - make request-analysis CTA label larger and centered */
.andiya-analysis-request-cta-inner {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.andiya-analysis-request-cta strong,
.andiya-analysis-request-cta-arrow {
    width: 100%;
    text-align: center;
}
.andiya-analysis-request-cta strong {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
}
.andiya-analysis-request-cta img {
    width: 42px;
    height: 42px;
}
.andiya-analysis-request-cta-arrow {
    font-size: 22px;
}

@media (max-width: 980px) {
    .andiya-analysis-request-cta strong {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .andiya-analysis-request-cta strong {
        font-size: 15px;
    }
}


/* v84 - right-align placeholder text inside request form fields */
.andiya-onsite-sampling-field input::placeholder,
.andiya-onsite-sampling-field textarea::placeholder {
    direction: rtl;
    text-align: right;
}

.andiya-onsite-sampling-field input::-webkit-input-placeholder,
.andiya-onsite-sampling-field textarea::-webkit-input-placeholder {
    direction: rtl;
    text-align: right;
}

.andiya-onsite-sampling-field input::-moz-placeholder,
.andiya-onsite-sampling-field textarea::-moz-placeholder {
    direction: rtl;
    text-align: right;
}

.andiya-onsite-sampling-field input:-ms-input-placeholder,
.andiya-onsite-sampling-field textarea:-ms-input-placeholder {
    direction: rtl;
    text-align: right;
}


/* v85 - remove the green top accent from the custom footer */
.andiya-lab-footer-accent { display: none !important; }



/* v123 - administrative panel header button */
.alw-navlinks .alw-admin-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 44px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--alw-olive);
    border-radius: 8px;
    background: #ffffff;
    color: #34401d !important;
    font-size: 14px;
    font-weight: 800;
    transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.alw-navlinks .alw-admin-button::after {
    display: none !important;
}
.alw-admin-button__icon {
    font-size: 16px;
    line-height: 1;
}
.alw-navlinks .alw-admin-button:hover,
.alw-navlinks .alw-admin-button:focus-visible {
    background: var(--alw-olive);
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(117, 137, 61, .18);
}

/* v86 - green "View test results" button at the left side of the main menu */
.alw-navlinks .alw-results-button {
    margin-inline-start: auto;
    align-self: center;
    height: 44px;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 8px;
    background: var(--alw-olive);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(117, 137, 61, .16);
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.alw-navlinks .alw-results-button::after {
    display: none !important;
}
.alw-navlinks .alw-results-button:hover {
    background: #667a34;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(117, 137, 61, .22);
}

@media (max-width: 1050px) and (min-width: 821px) {
    .alw-navlinks .alw-results-button {
        height: 40px;
        min-height: 40px;
        padding: 0 14px;
        font-size: 12px;
    }
}

@media (max-width: 820px) {
    .alw-navlinks .alw-results-button {
        width: 100%;
        min-height: 47px;
        height: 47px;
        margin: 9px 0 0;
        padding: 0 14px;
        justify-content: center;
        text-align: center;
        border-bottom: 0;
        border-radius: 8px;
        background: var(--alw-olive);
        color: #ffffff !important;
        font-size: 14px;
    }
    .alw-navlinks .alw-results-button:hover,
    .alw-navlinks .alw-results-button.active {
        background: #667a34;
        color: #ffffff !important;
    }
}


/* v87 - stronger, clearly visible hover for the test-results menu button */
.alw-navlinks .alw-results-button {
    cursor: pointer;
    transition: background-color .22s ease, transform .22s ease, box-shadow .22s ease, filter .22s ease !important;
}
.alw-navlinks .alw-results-button:hover,
.alw-navlinks .alw-results-button:focus-visible {
    background-color: #596d2b !important;
    color: #ffffff !important;
    transform: translateY(-2px) scale(1.035);
    box-shadow: 0 9px 22px rgba(89, 109, 43, .34) !important;
    filter: brightness(1.04);
}
.alw-navlinks .alw-results-button:active {
    transform: translateY(0) scale(.985);
    box-shadow: 0 3px 8px rgba(89, 109, 43, .24) !important;
}


/* v88 - left-align the desktop/tablet main menu cluster; keep the green results button at the far left */
@media (min-width: 821px) {
    .alw-navlinks {
        justify-content: flex-end;
        direction: rtl;
    }
    .alw-navlinks .alw-results-button {
        margin-inline-start: clamp(24px, 2vw, 34px);
        margin-inline-end: 0;
    }
}


/* v89 - mobile equipment: show first 4 cards, reveal the rest on demand */
.alw-equipment-mobile-more {
    display: none;
    margin: 18px auto 0;
    padding: 4px 8px;
    border: 0;
    background: transparent;
    color: var(--alw-olive);
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.alw-equipment-mobile-more:hover,
.alw-equipment-mobile-more:focus-visible {
    color: #66763e;
    text-decoration: underline;
    outline: none;
}

@media (max-width: 640px) {
    .alw-equipment-section:not(.is-expanded) .alw-equipment-grid > .alw-equip-card:nth-child(n+5) {
        display: none;
    }
    .alw-equipment-mobile-more {
        display: block;
    }
    .alw-equipment-section.is-expanded .alw-equipment-mobile-more {
        display: none;
    }
}


/* v90 - mobile equipment "view all" control before cards, left aligned, with indicator */
.alw-equipment-mobile-more {
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}
.alw-equipment-mobile-more-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .alw-equipment-mobile-more {
        width: max-content;
        margin: 0 auto 14px 0;
        padding: 4px 2px 4px 8px;
        text-align: left;
        direction: rtl;
    }
}


/* v91 - make certification/ISO strip truly responsive on mobile instead of forcing 980px width */
@media (max-width: 640px) {
    .alw-certification-section {
        overflow: hidden;
    }
    .alw-certification-shell {
        min-width: 0;
        width: 100%;
    }
    .alw-certification-bar {
        height: 244px;
        overflow: hidden;
    }
    .alw-certification-gray-strip {
        top: 34px;
        right: 0;
        width: 52px;
        height: 186px;
    }
    .alw-certification-dark {
        top: 8px;
        left: 0;
        width: calc(100% - 48px);
        height: 212px;
    }
    .alw-certification-dark::after {
        top: 0;
        right: -38px;
        width: 38px;
        height: 212px;
    }
    .alw-certification-content {
        height: 212px;
        padding: 14px 12px 14px 16px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 54px 54px;
        grid-template-rows: 70px 54px 54px;
        align-items: center;
        column-gap: 6px;
        row-gap: 5px;
    }
    .alw-certification-iso {
        grid-column: 1;
        grid-row: 1;
        width: auto;
        flex: none;
        min-width: 0;
    }
    .alw-certification-iso-title {
        font-size: 18px;
        margin-bottom: 5px;
        white-space: nowrap;
    }
    .alw-certification-iso-subtitle {
        font-size: 9.5px;
        line-height: 1.45;
        white-space: normal;
        text-align: left;
    }
    .alw-certification-logo-ilac {
        grid-column: 2;
        grid-row: 1;
        width: 54px;
        margin: 0;
    }
    .alw-certification-logo-ilac img {
        width: 42px;
        max-height: 48px;
    }
    .alw-certification-logo-isiri {
        grid-column: 3;
        grid-row: 1;
        width: 54px;
        margin: 0;
    }
    .alw-certification-logo-isiri img {
        width: 45px;
        max-height: 48px;
    }
    .alw-certification-separator {
        display: none;
    }
    .alw-certification-copy-license {
        grid-column: 1 / 4;
        grid-row: 2;
        width: auto;
        flex: none;
        font-size: 10.5px;
        line-height: 1.55;
        text-align: right;
        align-items: flex-end;
        border-top: 1px solid rgba(255,255,255,.18);
        padding-top: 5px;
    }
    .alw-certification-copy-license span,
    .alw-certification-copy-network span {
        white-space: normal;
    }
    .alw-certification-copy-network {
        grid-column: 1 / 3;
        grid-row: 3;
        width: auto;
        flex: none;
        font-size: 10.5px;
        line-height: 1.55;
        text-align: right;
        align-items: flex-end;
    }
    .alw-certification-logo-network {
        grid-column: 3;
        grid-row: 3;
        width: 54px;
        margin: 0;
    }
    .alw-certification-logo-network img {
        width: 39px;
        max-height: 44px;
    }
}

@media (max-width: 390px) {
    .alw-certification-content {
        grid-template-columns: minmax(0, 1fr) 47px 47px;
        padding-left: 11px;
        padding-right: 10px;
    }
    .alw-certification-iso-title {
        font-size: 16px;
    }
    .alw-certification-iso-subtitle,
    .alw-certification-copy-license,
    .alw-certification-copy-network {
        font-size: 9px;
    }
    .alw-certification-logo-ilac,
    .alw-certification-logo-isiri,
    .alw-certification-logo-network {
        width: 47px;
    }
}


/* v92 - mobile certification: keep items in place, center text, align gray strip with dark block */
@media (max-width: 640px) {
    .alw-certification-gray-strip {
        top: 8px;
        height: 212px;
    }

    .alw-certification-iso {
        text-align: center;
    }
    .alw-certification-iso-title,
    .alw-certification-iso-subtitle {
        text-align: center;
    }

    .alw-certification-copy-license,
    .alw-certification-copy-network {
        text-align: center;
        align-items: center;
    }
    .alw-certification-copy-license span,
    .alw-certification-copy-network span {
        width: 100%;
        text-align: center;
    }
}


/* v93 - mobile certification texts aligned in one vertical column like the reference */
@media (max-width: 640px) {
    .alw-certification-iso,
    .alw-certification-copy-license,
    .alw-certification-copy-network {
        grid-column: 1;
        width: 100%;
        max-width: 100%;
        justify-self: stretch;
        box-sizing: border-box;
        padding-left: 6px;
        padding-right: 6px;
        text-align: center;
        align-items: center;
    }

    .alw-certification-copy-license {
        grid-row: 2;
        border-top: 1px solid rgba(255,255,255,.18);
        padding-top: 8px;
    }

    .alw-certification-copy-network {
        grid-row: 3;
    }

    .alw-certification-copy-license span,
    .alw-certification-copy-network span,
    .alw-certification-iso-title,
    .alw-certification-iso-subtitle {
        width: 100%;
        text-align: center;
    }
}


/* v94 - mobile request-analysis layout matched to supplied reference */
@media (max-width: 767px) {
    .andiya-analysis-request {
        padding: 22px 0 20px;
        background-position: center top;
    }

    .andiya-analysis-request-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 0;
        width: 100%;
        direction: rtl;
    }

    .andiya-analysis-request-info {
        order: 1;
        width: 100%;
        max-width: 340px;
        min-height: 0;
        padding: 0 20px 18px;
        margin: 0 auto;
        box-sizing: border-box;
        align-items: center;
        text-align: center;
        transform: none;
    }

    .andiya-analysis-request-info h2 {
        width: 100%;
        margin: 0 0 7px;
        font-size: 25px;
        line-height: 1.2;
        font-weight: 800;
        text-align: center;
        align-self: center;
    }

    .andiya-analysis-request-lead,
    .andiya-analysis-request-sub {
        width: 100%;
        margin: 0;
        font-size: 11px;
        line-height: 1.65;
        text-align: center;
        align-self: center;
    }

    .andiya-analysis-request-features {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        width: min(255px, calc(100% - 64px));
        max-width: 255px;
        min-height: 0;
        padding: 0;
        margin: 0 auto;
        box-sizing: border-box;
        transform: none;
        direction: rtl;
    }

    .andiya-analysis-request-feature {
        width: 100%;
        min-width: 0;
        min-height: 70px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 14px;
        padding: 13px 4px;
        border-bottom: 1px solid rgba(255,255,255,.18);
        direction: rtl;
    }

    .andiya-analysis-request-feature:nth-child(1) { order: 2; }
    .andiya-analysis-request-feature:nth-child(2) { order: 1; }
    .andiya-analysis-request-feature:nth-child(3) { order: 3; border-bottom: 0; }

    .andiya-analysis-request-feature img {
        order: 1;
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        object-fit: contain;
        margin: 0;
    }

    .andiya-analysis-request-feature-text {
        order: 2;
        min-width: 0;
        flex: 1 1 auto;
        align-items: flex-end;
        justify-content: center;
        text-align: right;
        direction: rtl;
        line-height: 1.45;
    }

    .andiya-analysis-request-feature-text span {
        width: 100%;
        white-space: normal;
        text-align: right;
        font-size: 12px;
        line-height: 1.5;
    }

    .andiya-analysis-request-feature-text span:first-child {
        font-size: 13px;
        font-weight: 800;
        color: #ffffff;
        margin-bottom: 2px;
    }

    .andiya-analysis-request-feature-text span:last-child {
        color: #c7c9c5;
        font-weight: 400;
    }

    .andiya-analysis-request-cta {
        order: 3;
        width: calc(100% - 34px);
        max-width: 420px;
        min-height: 125px;
        margin: 22px auto 0;
        border-radius: 5px;
        clip-path: none;
        transform: none;
        background: #829253;
    }

    .andiya-analysis-request-cta:hover {
        transform: none;
    }

    .andiya-analysis-request-cta-inner {
        width: 100%;
        height: 100%;
        padding: 14px 0 12px;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        gap: 7px;
        text-align: center;
    }

    .andiya-analysis-request-cta img {
        width: 38px;
        height: 38px;
    }

    .andiya-analysis-request-cta strong {
        width: 100%;
        font-size: 18px;
        line-height: 1.25;
        font-weight: 800;
        text-align: center;
    }

    .andiya-analysis-request-cta-arrow {
        width: 100%;
        margin-top: -1px;
        font-size: 27px;
        line-height: 1;
        text-align: center;
        transform: rotate(180deg);
    }
}

@media (max-width: 390px) {
    .andiya-analysis-request {
        padding-top: 18px;
    }
    .andiya-analysis-request-info h2 {
        font-size: 23px;
    }
    .andiya-analysis-request-features {
        width: min(238px, calc(100% - 54px));
    }
    .andiya-analysis-request-feature {
        min-height: 66px;
        gap: 12px;
        padding: 11px 3px;
    }
    .andiya-analysis-request-feature img {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }
    .andiya-analysis-request-cta {
        min-height: 116px;
        width: calc(100% - 28px);
        margin-top: 18px;
    }
}


/* v95 - more inner padding for the on-site sampling form on mobile */
@media (max-width: 767px) {
    .andiya-onsite-sampling-form {
        padding: 28px 22px 24px;
    }
}

@media (max-width: 480px) {
    .andiya-onsite-sampling-form {
        padding: 26px 20px 22px;
    }
}


/* v96 - hide the onsite sampling visual image on mobile only */
@media (max-width: 767px) {
    .andiya-onsite-sampling-visual {
        display: none !important;
    }
}


/* v97 - responsive Hero test-results card (desktop / tablet / mobile) */
.alw-hero-results-card {
    position: relative;
    z-index: 12;
    width: min(100%, 455px);
    min-height: 76px;
    margin-top: 12px;
    margin-bottom: 14px;
    padding: 9px 10px 9px 12px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    direction: rtl;
    align-self: flex-end;
    color: #252825 !important;
    background: rgba(255,255,255,.96);
    border: 1px solid #e2e4dd;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(27,31,27,.09);
    text-decoration: none !important;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.alw-hero-results-card::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 7px;
    bottom: 13px;
    width: 3px;
    border-radius: 3px;
    background: var(--alw-olive);
}
.alw-hero-results-card:hover,
.alw-hero-results-card:focus-visible {
    color: #252825 !important;
    border-color: rgba(111,132,57,.45);
    box-shadow: 0 9px 24px rgba(27,31,27,.14);
    transform: translateY(-2px);
    outline: none;
}
.alw-hero-results-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #dedfd9;
    color: #2f3430;
}
.alw-hero-results-icon svg {
    width: 38px;
    height: 38px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.alw-hero-results-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    direction: rtl;
    text-align: right;
}
.alw-hero-results-copy strong {
    width: 100%;
    display: block;
    color: #242724;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
    white-space: nowrap;
}
.alw-hero-results-copy small {
    width: 100%;
    display: block;
    color: #777b75;
    font-size: 10.5px;
    line-height: 1.45;
    font-weight: 500;
    white-space: nowrap;
}
.alw-hero-results-action {
    min-width: 88px;
    height: 34px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--alw-olive);
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 2px 7px rgba(83,101,42,.22);
    transition: background-color .2s ease, transform .2s ease;
}
.alw-hero-results-card:hover .alw-hero-results-action,
.alw-hero-results-card:focus-visible .alw-hero-results-action {
    background: #5f7434;
    transform: translateY(-1px);
}

@media (min-width: 769px) {
    /* Keep the feature row and the new results card together at the bottom of the Hero. */
    .alw-feature-row {
        margin-top: auto;
    }
    .alw-hero-results-card {
        margin-right: 2px;
    }
}

@media (min-width: 561px) and (max-width: 768px) {
    .alw-hero-results-card {
        width: min(100%, 520px);
        min-height: 74px;
        margin-top: 14px;
        margin-bottom: 18px;
        grid-template-columns: 56px minmax(0, 1fr) auto;
        gap: 11px;
        align-self: flex-end;
    }
    .alw-hero-results-copy strong { font-size: 14px; }
    .alw-hero-results-copy small { font-size: 10px; }
    .alw-hero-results-action { min-width: 92px; }
}

@media (max-width: 560px) {
    .alw-hero-results-card {
        width: 100%;
        min-height: 0;
        margin-top: 14px;
        margin-bottom: 18px;
        padding: 11px 12px 11px 14px;
        grid-template-columns: 50px minmax(0, 1fr) 88px;
        gap: 9px;
        border-radius: 9px;
        align-self: stretch;
    }
    .alw-hero-results-card::after {
        top: 12px;
        bottom: 12px;
        right: 6px;
        width: 3px;
    }
    .alw-hero-results-icon {
        width: 46px;
        height: 46px;
    }
    .alw-hero-results-icon svg {
        width: 33px;
        height: 33px;
    }
    .alw-hero-results-copy {
        gap: 2px;
    }
    .alw-hero-results-copy strong {
        font-size: 12.5px;
        white-space: normal;
    }
    .alw-hero-results-copy small {
        font-size: 9px;
        white-space: normal;
    }
    .alw-hero-results-action {
        min-width: 0;
        width: 88px;
        height: 34px;
        padding: 0 8px;
        font-size: 10px;
    }
}

@media (max-width: 390px) {
    .alw-hero-results-card {
        grid-template-columns: 44px minmax(0,1fr);
        grid-template-rows: auto auto;
        padding: 11px 12px 12px 14px;
    }
    .alw-hero-results-icon {
        grid-column: 1;
        grid-row: 1;
        width: 42px;
        height: 42px;
    }
    .alw-hero-results-icon svg {
        width: 30px;
        height: 30px;
    }
    .alw-hero-results-copy {
        grid-column: 2;
        grid-row: 1;
    }
    .alw-hero-results-action {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        height: 36px;
        margin-top: 2px;
        font-size: 11px;
    }
}


/* v98 - refine the Hero results CTA card to match the approved reference more closely */
.alw-hero-results-wrap {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 12;
    margin-top: 10px;
    margin-bottom: 20px;
}

.alw-hero-results-card.andiya-slider-results-card {
    position: relative;
    width: min(100%, 368px);
    min-height: 82px;
    margin: 0;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    direction: rtl;
    background: #ffffff;
    border: 1px solid #ecece8;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,.06);
    box-sizing: border-box;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.alw-hero-results-card.andiya-slider-results-card::before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 67px;
    width: 1px;
    background: #e7e8e3;
}

.alw-hero-results-card.andiya-slider-results-card::after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 13px;
    width: 2px;
    border-radius: 4px;
    background: #7b8e3e;
}

.alw-hero-results-card.andiya-slider-results-card:hover,
.alw-hero-results-card.andiya-slider-results-card:focus-within {
    transform: translateY(-2px);
    border-color: #dfdfd9;
    box-shadow: 0 10px 22px rgba(0,0,0,.085);
}

.alw-hero-results-icon.andiya-slider-results-card__icon {
    width: 44px;
    height: 44px;
    border: 0;
    color: #7d8476;
    justify-self: end;
}

.alw-hero-results-icon.andiya-slider-results-card__icon svg {
    width: 32px;
    height: 32px;
    stroke-width: 1.7;
}

.alw-hero-results-copy.andiya-slider-results-card__content {
    gap: 4px;
    align-items: flex-start;
}

.alw-hero-results-copy .andiya-slider-results-card__title,
.alw-hero-results-copy strong {
    font-size: 18px;
    line-height: 1.28;
    font-weight: 800;
    color: #202320;
    white-space: nowrap;
}

.alw-hero-results-copy .andiya-slider-results-card__subtitle,
.alw-hero-results-copy small {
    font-size: 12.5px;
    line-height: 1.45;
    color: #84877f;
    font-weight: 500;
    white-space: nowrap;
}

.alw-hero-results-action.andiya-slider-results-card__button {
    min-width: 96px;
    height: 38px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #7b8e3e;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    box-shadow: none;
    transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.alw-hero-results-action.andiya-slider-results-card__button:hover,
.alw-hero-results-action.andiya-slider-results-card__button:focus-visible {
    background: #687a33;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(91,109,40,.18);
    outline: none;
}

.alw-hero-results-action.andiya-slider-results-card__button:active {
    transform: translateY(0);
}

@media (min-width: 769px) {
    .alw-hero-results-wrap {
        max-width: 610px;
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .alw-hero-results-card.andiya-slider-results-card {
        width: 360px;
        min-height: 84px;
    }
}

@media (min-width: 561px) and (max-width: 768px) {
    .alw-hero-results-wrap {
        max-width: none;
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .alw-hero-results-card.andiya-slider-results-card {
        width: min(100%, 380px);
        min-height: 80px;
        padding: 13px 16px;
        grid-template-columns: 52px minmax(0, 1fr) auto;
        gap: 12px;
    }

    .alw-hero-results-card.andiya-slider-results-card::before {
        right: 61px;
    }

    .alw-hero-results-copy .andiya-slider-results-card__title,
    .alw-hero-results-copy strong {
        font-size: 16px;
    }

    .alw-hero-results-copy .andiya-slider-results-card__subtitle,
    .alw-hero-results-copy small {
        font-size: 11.5px;
    }
}

@media (max-width: 560px) {
    .alw-hero-results-wrap {
        justify-content: stretch;
        margin-top: 14px;
        margin-bottom: 18px;
    }

    .alw-hero-results-card.andiya-slider-results-card {
        width: 100%;
        min-height: 78px;
        padding: 12px 14px;
        grid-template-columns: 44px minmax(0, 1fr) 96px;
        gap: 10px;
        border-radius: 13px;
    }

    .alw-hero-results-card.andiya-slider-results-card::before {
        right: 53px;
        top: 14px;
        bottom: 14px;
    }

    .alw-hero-results-card.andiya-slider-results-card::after {
        top: 14px;
        bottom: 14px;
        right: 11px;
    }

    .alw-hero-results-icon.andiya-slider-results-card__icon {
        width: 40px;
        height: 40px;
    }

    .alw-hero-results-icon.andiya-slider-results-card__icon svg {
        width: 28px;
        height: 28px;
    }

    .alw-hero-results-copy .andiya-slider-results-card__title,
    .alw-hero-results-copy strong {
        font-size: 14px;
        white-space: normal;
    }

    .alw-hero-results-copy .andiya-slider-results-card__subtitle,
    .alw-hero-results-copy small {
        font-size: 10.5px;
        white-space: normal;
    }

    .alw-hero-results-action.andiya-slider-results-card__button {
        min-width: 0;
        width: 96px;
        height: 36px;
        padding: 0 10px;
        font-size: 11px;
    }
}

@media (max-width: 390px) {
    .alw-hero-results-card.andiya-slider-results-card {
        grid-template-columns: 40px minmax(0, 1fr) 90px;
        gap: 8px;
        padding: 11px 12px;
    }

    .alw-hero-results-card.andiya-slider-results-card::before {
        right: 47px;
    }

    .alw-hero-results-copy .andiya-slider-results-card__title,
    .alw-hero-results-copy strong {
        font-size: 12.5px;
    }

    .alw-hero-results-copy .andiya-slider-results-card__subtitle,
    .alw-hero-results-copy small {
        font-size: 9.5px;
    }

    .alw-hero-results-action.andiya-slider-results-card__button {
        width: 90px;
        font-size: 10.5px;
    }
}


/* v99 - compact only the approved Hero results CTA; no other Hero element changed */
.alw-hero-results-wrap {
    margin-top: 3px;
    margin-bottom: 18px;
}

.alw-hero-results-card.andiya-slider-results-card {
    width: min(100%, 332px);
    min-height: 64px;
    padding: 8px 12px;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,.06);
}

/* remove the extra green vertical rule from v98 */
.alw-hero-results-card.andiya-slider-results-card::after {
    display: none;
}

/* subtle, short divider between the icon and copy */
.alw-hero-results-card.andiya-slider-results-card::before {
    top: 13px;
    bottom: 13px;
    right: 56px;
    width: 1px;
    background: #e7e7e7;
}

.alw-hero-results-card.andiya-slider-results-card:hover,
.alw-hero-results-card.andiya-slider-results-card:focus-within {
    box-shadow: 0 5px 14px rgba(0,0,0,.075);
    transform: translateY(-2px);
}

.alw-hero-results-icon.andiya-slider-results-card__icon {
    width: 40px;
    height: 40px;
    color: #6f785f;
}

.alw-hero-results-icon.andiya-slider-results-card__icon svg {
    width: 30px;
    height: 30px;
    stroke-width: 2.1;
}

.alw-hero-results-copy.andiya-slider-results-card__content {
    gap: 2px;
}

.alw-hero-results-copy .andiya-slider-results-card__title,
.alw-hero-results-copy strong {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
}

.alw-hero-results-copy .andiya-slider-results-card__subtitle,
.alw-hero-results-copy small {
    font-size: 11px;
    line-height: 1.35;
    color: #888;
    font-weight: 400;
}

.alw-hero-results-action.andiya-slider-results-card__button {
    min-width: 0;
    height: 32px;
    padding: 0 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

@media (min-width: 769px) {
    .alw-hero-results-wrap {
        margin-top: 3px;
        margin-bottom: 18px;
    }
    .alw-hero-results-card.andiya-slider-results-card {
        width: 332px;
        min-height: 64px;
    }
}

@media (min-width: 561px) and (max-width: 768px) {
    .alw-hero-results-wrap {
        margin-top: 5px;
        margin-bottom: 18px;
    }
    .alw-hero-results-card.andiya-slider-results-card {
        width: min(100%, 338px);
        min-height: 64px;
        padding: 8px 12px;
        grid-template-columns: 46px minmax(0,1fr) auto;
        gap: 9px;
        border-radius: 10px;
    }
    .alw-hero-results-card.andiya-slider-results-card::before {
        right: 56px;
        top: 13px;
        bottom: 13px;
    }
    .alw-hero-results-copy .andiya-slider-results-card__title,
    .alw-hero-results-copy strong {
        font-size: 15px;
    }
    .alw-hero-results-copy .andiya-slider-results-card__subtitle,
    .alw-hero-results-copy small {
        font-size: 10.5px;
    }
    .alw-hero-results-action.andiya-slider-results-card__button {
        height: 31px;
        padding: 0 12px;
        font-size: 11.5px;
    }
}

@media (max-width: 560px) {
    .alw-hero-results-wrap {
        margin-top: 6px;
        margin-bottom: 16px;
    }
    .alw-hero-results-card.andiya-slider-results-card {
        width: 100%;
        min-height: 62px;
        padding: 8px 10px;
        grid-template-columns: 42px minmax(0,1fr) 86px;
        gap: 8px;
        border-radius: 10px;
    }
    .alw-hero-results-card.andiya-slider-results-card::before {
        right: 50px;
        top: 12px;
        bottom: 12px;
    }
    .alw-hero-results-icon.andiya-slider-results-card__icon {
        width: 36px;
        height: 36px;
    }
    .alw-hero-results-icon.andiya-slider-results-card__icon svg {
        width: 28px;
        height: 28px;
    }
    .alw-hero-results-copy .andiya-slider-results-card__title,
    .alw-hero-results-copy strong {
        font-size: 13px;
        line-height: 1.25;
    }
    .alw-hero-results-copy .andiya-slider-results-card__subtitle,
    .alw-hero-results-copy small {
        font-size: 9.5px;
        line-height: 1.3;
    }
    .alw-hero-results-action.andiya-slider-results-card__button {
        width: 86px;
        height: 30px;
        padding: 0 8px;
        font-size: 10.5px;
    }
}

@media (max-width: 390px) {
    .alw-hero-results-card.andiya-slider-results-card {
        grid-template-columns: 38px minmax(0,1fr) 80px;
        gap: 7px;
        padding: 7px 9px;
    }
    .alw-hero-results-card.andiya-slider-results-card::before {
        right: 46px;
    }
    .alw-hero-results-copy .andiya-slider-results-card__title,
    .alw-hero-results-copy strong {
        font-size: 12px;
    }
    .alw-hero-results-copy .andiya-slider-results-card__subtitle,
    .alw-hero-results-copy small {
        font-size: 9px;
    }
    .alw-hero-results-action.andiya-slider-results-card__button {
        width: 80px;
        font-size: 10px;
    }
}


/* v100 - fix only the approved Hero results CTA sizing/spacing; all other Hero elements unchanged */
.alw-hero-results-card.andiya-slider-results-card {
    width: min(100%, 382px);
    min-height: 76px;
    padding: 10px 14px;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,.06);
}

/* keep the v99 green rule removed */
.alw-hero-results-card.andiya-slider-results-card::after {
    display: none;
}

/* short, light divider between right-side icon and copy */
.alw-hero-results-card.andiya-slider-results-card::before {
    top: 17px;
    bottom: 17px;
    right: 60px;
    width: 1px;
    background: #e7e7e7;
}

.alw-hero-results-icon.andiya-slider-results-card__icon {
    width: 40px;
    height: 40px;
    justify-self: center;
    align-self: center;
    color: #6f785f;
}

.alw-hero-results-icon.andiya-slider-results-card__icon svg {
    width: 28px;
    height: 28px;
    stroke-width: 2;
}

.alw-hero-results-copy.andiya-slider-results-card__content {
    min-width: 0;
    gap: 4px;
    justify-self: stretch;
    align-self: center;
}

.alw-hero-results-copy .andiya-slider-results-card__title,
.alw-hero-results-copy strong {
    width: 100%;
    min-width: 0;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}

.alw-hero-results-copy .andiya-slider-results-card__subtitle,
.alw-hero-results-copy small {
    width: 100%;
    min-width: 0;
    font-size: 11.5px;
    line-height: 1.3;
    color: #888;
    font-weight: 400;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}

.alw-hero-results-action.andiya-slider-results-card__button {
    min-width: 0;
    width: auto;
    height: 32px;
    padding: 0 13px;
    border-radius: 6px;
    font-size: 11.5px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    justify-self: start;
    align-self: center;
}

@media (min-width: 769px) {
    .alw-hero-results-card.andiya-slider-results-card {
        width: 382px;
        min-height: 76px;
    }
}

@media (min-width: 561px) and (max-width: 768px) {
    .alw-hero-results-card.andiya-slider-results-card {
        width: min(100%, 372px);
        min-height: 74px;
        padding: 10px 13px;
        grid-template-columns: 44px minmax(0, 1fr) auto;
        gap: 12px;
    }
    .alw-hero-results-card.andiya-slider-results-card::before {
        right: 57px;
        top: 16px;
        bottom: 16px;
    }
    .alw-hero-results-copy .andiya-slider-results-card__title,
    .alw-hero-results-copy strong {
        font-size: 15px;
    }
    .alw-hero-results-copy .andiya-slider-results-card__subtitle,
    .alw-hero-results-copy small {
        font-size: 11px;
    }
    .alw-hero-results-action.andiya-slider-results-card__button {
        height: 31px;
        padding: 0 12px;
        font-size: 11px;
    }
}

@media (max-width: 560px) {
    .alw-hero-results-card.andiya-slider-results-card {
        width: 100%;
        min-height: 72px;
        padding: 9px 11px;
        grid-template-columns: 40px minmax(0, 1fr) auto;
        gap: 9px;
        border-radius: 10px;
    }
    .alw-hero-results-card.andiya-slider-results-card::before {
        right: 50px;
        top: 15px;
        bottom: 15px;
    }
    .alw-hero-results-icon.andiya-slider-results-card__icon {
        width: 36px;
        height: 36px;
    }
    .alw-hero-results-icon.andiya-slider-results-card__icon svg {
        width: 26px;
        height: 26px;
    }
    .alw-hero-results-copy .andiya-slider-results-card__title,
    .alw-hero-results-copy strong {
        font-size: 13px;
        white-space: nowrap;
    }
    .alw-hero-results-copy .andiya-slider-results-card__subtitle,
    .alw-hero-results-copy small {
        font-size: 9.5px;
        white-space: nowrap;
    }
    .alw-hero-results-action.andiya-slider-results-card__button {
        width: auto;
        height: 30px;
        padding: 0 9px;
        font-size: 10px;
        white-space: nowrap;
    }
}

@media (max-width: 390px) {
    .alw-hero-results-card.andiya-slider-results-card {
        min-height: 70px;
        padding: 8px 9px;
        grid-template-columns: 36px minmax(0, 1fr) auto;
        gap: 7px;
    }
    .alw-hero-results-card.andiya-slider-results-card::before {
        right: 44px;
        top: 14px;
        bottom: 14px;
    }
    .alw-hero-results-icon.andiya-slider-results-card__icon {
        width: 32px;
        height: 32px;
    }
    .alw-hero-results-icon.andiya-slider-results-card__icon svg {
        width: 24px;
        height: 24px;
    }
    .alw-hero-results-copy .andiya-slider-results-card__title,
    .alw-hero-results-copy strong {
        font-size: 11.5px;
    }
    .alw-hero-results-copy .andiya-slider-results-card__subtitle,
    .alw-hero-results-copy small {
        font-size: 8.7px;
    }
    .alw-hero-results-action.andiya-slider-results-card__button {
        height: 29px;
        padding: 0 7px;
        font-size: 9.4px;
    }
}


/* v104 - only widen the desktop Hero results card to the marked reference width */
@media (min-width: 769px) {
    .alw-hero-results-card.andiya-slider-results-card {
        width: min(100%, 552px);
    }
}


/* v105 - mobile Hero results button cleanup: remove the extra green frame/shadow */
@media (max-width: 560px) {
    .alw-hero-results-action.andiya-slider-results-card__button {
        border: 0;
        outline: none;
        box-shadow: none;
        background-image: none;
    }

    .alw-hero-results-card:hover .alw-hero-results-action.andiya-slider-results-card__button,
    .alw-hero-results-card:focus-visible .alw-hero-results-action.andiya-slider-results-card__button,
    .alw-hero-results-action.andiya-slider-results-card__button:hover,
    .alw-hero-results-action.andiya-slider-results-card__button:focus-visible,
    .alw-hero-results-action.andiya-slider-results-card__button:active {
        box-shadow: none;
    }
}


/* v106 - remove only the decorative green Hero background accent on mobile */
@media (max-width: 560px) {
    .alw-hero-accent {
        display: none !important;
    }
}


/* v107 - desktop footer brand: keep title/subtitle/social icons together inside the marked area */
@media (min-width: 1051px) {
    .andiya-lab-footer-brand {
        padding-top: 28px;
        align-items: center;
        text-align: center;
    }

    .andiya-lab-footer-brand-title,
    .andiya-lab-footer-brand-subtitle {
        width: 100%;
        text-align: center;
    }

    .andiya-lab-footer-brand-subtitle {
        margin-bottom: 0;
    }

    .andiya-lab-footer-social {
        width: 100%;
        margin-top: 34px;
        justify-content: center;
    }
}


/* v108 - desktop Hero: align all right-side content blocks to one common vertical edge */
@media (min-width: 769px) {
    .alw-hero-copy > h1,
    .alw-hero-copy > p,
    .alw-hero-copy > .alw-feature-row,
    .alw-hero-copy > .alw-hero-results-wrap {
        width: min(100%, 560px);
        max-width: 560px;
        align-self: flex-end;
        margin-right: 0;
        margin-left: 0;
        box-sizing: border-box;
    }

    .alw-hero-results-wrap {
        justify-content: flex-end;
    }
}


/* v124 - align admin button with main navigation items */
.alw-navlinks .alw-admin-button {
    align-self: center;
    height: 44px;
    margin: 0;
    transform: none;
    position: relative;
    top: 0;
}
.alw-navlinks {
    align-items: center;
}
.alw-navlinks .alw-admin-button:hover,
.alw-navlinks .alw-admin-button:focus-visible {
    transform: translateY(-1px);
}

/* v127 - move admin button closer to results button */
@media (min-width: 821px) {
    .alw-navlinks .alw-admin-button {
        margin-inline-start: 10px;
        margin-inline-end: 0;
    }
}


/* v130 - move admin login button to hero beside results card */
.alw-hero-admin-wrap {
    display: flex;
    justify-content: flex-start;
    margin-top: 12px;
}
.alw-hero-admin-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 44px;
    padding: 0 18px;
    border: 1px solid var(--alw-olive);
    border-radius: 8px;
    background: #fff;
    color: #34401d !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: .2s ease;
}
.alw-hero-admin-button:hover {
    background: var(--alw-olive);
    color: #fff !important;
}
@media (max-width: 820px) {
    .alw-hero-admin-wrap {
        justify-content: center;
    }
    .alw-hero-admin-button {
        width: 100%;
    }
}

/* v170 - match the desktop navigation indicator width to its label. */
@media (min-width: 821px) {
    .alw-mainnav,
    .alw-mainnav-inner,
    .alw-navlinks {
        overflow: visible;
    }

    .alw-navlinks a::after {
        top: calc(50% + 18px) !important;
        right: 4px !important;
        bottom: auto !important;
        left: 4px !important;
        transform: none !important;
    }
}
