/**
 * Psychology Home - calm, editorial, mobile-first design
 * Path: code/modules/html-page/home/frontend.css
 */

:root {
    --al-comment-bg: #fcfcfa;
    --al-comment-bg-soft: #f7f8f4;
    --al-comment-surface: #ffffff;
    --al-comment-surface-soft: #fbfcfa;

    --al-comment-border: #e4e9e1;
    --al-comment-border-soft: #eef2ea;
    --al-comment-border-strong: #cfd9cb;

    --al-comment-text: #27312d;
    --al-comment-text-soft: #4f5d57;
    --al-comment-text-muted: #85948d;
    --al-comment-text-faint: #a9b5af;

    --al-comment-accent: #2f9b8e;
    --al-comment-accent-soft: #dff3ef;
    --al-comment-accent-strong: #228277;
    --al-comment-accent-dark: #1e6a61;

    --al-comment-warm: #b8a98a;
    --al-comment-warm-soft: #f3ece1;

    --al-comment-shadow-xs: 0 4px 14px rgba(28, 49, 44, 0.03);
    --al-comment-shadow-sm: 0 8px 22px rgba(28, 49, 44, 0.05);
    --al-comment-shadow-md: 0 16px 40px rgba(28, 49, 44, 0.07);
    --al-comment-shadow-lg: 0 24px 55px rgba(28, 49, 44, 0.10);

    --al-comment-radius-xs: 10px;
    --al-comment-radius-sm: 14px;
    --al-comment-radius-md: 18px;
    --al-comment-radius-lg: 22px;
    --al-comment-radius-xl: 30px;
    --al-comment-radius-pill: 999px;

    --al-comment-transition-fast: 180ms ease;
    --al-comment-transition: 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
    --al-comment-transition-slow: 420ms cubic-bezier(0.2, 0.8, 0.2, 1);

    --al-comment-max-width: 800px;
    --al-comment-max-width-narrow: 720px;
    --al-comment-line: 1px solid var(--al-comment-border);

    --al-comment-shell: 1180px;
    --al-comment-font: "Sahel", "Samim", "Vazirmatn", Tahoma, sans-serif;
    --al-comment-display-font: "Samim", "Sahel", "Vazirmatn", Tahoma, sans-serif;
}

html,
body {
    overflow-x: hidden;
}

@supports (overflow: clip) {
    html,
    body {
        overflow-x: clip;
    }
}

/*
 * Full-bleed integration with Astra / common WordPress wrappers.
 * The module owns the visual width of the home page; the theme's
 * content container should not constrain its sections.
 */
body.home .site-content,
body.home .site-content > .ast-container,
body.home .site-content > .container,
body.home .site-content > .container-fluid,
body.home .site-main,
body.home #primary {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

body.home .site-content {
    background: var(--al-comment-bg);
}

.al-comment-home {
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding-right: 0;
    padding-left: 0;
}

.al-comment-home {
    overflow: hidden;
    background: var(--al-comment-bg);
    color: var(--al-comment-text);
    font-family: var(--al-comment-font);
    font-size: 16px;
    line-height: 1.9;
    direction: rtl;
}

.al-comment-home *,
.al-comment-home *::before,
.al-comment-home *::after {
    box-sizing: border-box;
}

.al-comment-home img {
    display: block;
    max-width: 100%;
    height: auto;
}

.al-comment-home a {
    color: inherit;
    text-decoration: none;
}

.al-comment-home h1,
.al-comment-home h2,
.al-comment-home h3,
.al-comment-home p,
.al-comment-home figure,
.al-comment-home blockquote {
    margin: 0;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.al-comment-shell {
    width: min(calc(100% - 40px), var(--al-comment-shell));
    margin-inline: auto;
}

.al-comment-section {
    padding: 40px 0;
}

.al-comment-eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px !important;
    color: var(--al-comment-accent-dark);
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.al-comment-eyebrow__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--al-comment-accent);
    box-shadow: 0 0 0 5px var(--al-comment-accent-soft);
}

.al-comment-section-heading {
    max-width: 620px;
}

.al-comment-section-heading h2 {
    color: var(--al-comment-text);
    font-family: var(--al-comment-display-font);
    font-size: clamp(1.32rem, 4vw, 2.22rem) !important;
    font-weight: 800;
    line-height: 1.4;
}
.home h2 {
	font-size: 20px !important;
}
.home h3 {
	font-size: 18px !important;
}

.al-comment-section-heading > p:last-child {
    margin-top: 8px !important;
    color: var(--al-comment-text-soft);
    font-size: 0.98rem;
    line-height: 2;
}

.al-comment-services .al-comment-section-heading > p:last-child {
	text-align: center;
}
.al-comment-faq .al-comment-section-heading p {
	text-align: justify;
}


.al-comment-section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.al-comment-section-heading--center .al-comment-eyebrow {
    justify-content: center;
}

.al-comment-section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    align-items: end;
    gap: 44px;
    max-width: none;
}

.al-comment-section-heading--split > p:last-child {
    margin-top: 0 !important;
    padding-bottom: 4px;
}

.al-comment-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 51px;
    padding: 11px 22px;
    border: 1px solid transparent;
    border-radius: var(--al-comment-radius-pill);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;
    transition: transform var(--al-comment-transition), background-color var(--al-comment-transition), color var(--al-comment-transition), box-shadow var(--al-comment-transition);
}

.al-comment-button:hover {
    transform: translateY(-3px);
}

.al-comment-button--primary {
    background: var(--al-comment-accent);
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(47, 155, 142, 0.20);
}

.al-comment-button--primary:hover {
    background: var(--al-comment-accent-strong);
    box-shadow: 0 13px 28px rgba(47, 155, 142, 0.26);
}

.al-comment-button--quiet {
    border-color: var(--al-comment-border-strong);
    background: transparent;
    color: var(--al-comment-text-soft);
}

.al-comment-button--quiet:hover {
    border-color: var(--al-comment-accent);
    color: var(--al-comment-accent-dark);
}

.al-comment-button--light {
    background: #fff;
    color: var(--al-comment-accent-dark) !important;
    box-shadow: var(--al-comment-shadow-sm);
}

.al-comment-button--light:hover {
    background: var(--al-comment-warm-soft);
}

/* Hero */
.al-comment-hero {
    position: relative;
    padding: 38px 0 0;
    background:
        linear-gradient(
            180deg,
            #f5f7f3 0%,
            #f3f8f6 8%,
            #f1f8f8 18%,
            #edf6f7 38%,
            #e8f3f5 65%,
            #e3f0f3 100%
        );
}

.al-comment-hero__shell {
    position: relative;
	padding-top: -40px !important;
}

.al-comment-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    align-items: center;
    min-height: 620px;
}

.al-comment-hero__content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.al-comment-hero__title {
    max-width: 640px;
    color: var(--al-comment-text);
    font-family: var(--al-comment-display-font);
    font-size: clamp(2.55rem, 8vw, 5.7rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.18;
}

.al-comment-hero__subtitle {
    max-width: 560px;
    margin-top: 24px !important;
    color: var(--al-comment-text-soft);
    font-size: clamp(0.8rem, 2vw, 1rem);
    line-height: 2.15;
}

.al-comment-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 31px;
}

.al-comment-hero__reassurance {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
    color: var(--al-comment-text-muted);
    font-size: 0.82rem;
}

.al-comment-hero__reassurance-icon {
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border-radius: 50%;
    background: var(--al-comment-accent-soft);
    color: var(--al-comment-accent-dark);
    font-size: 0.7rem;
    font-weight: 800;
}

.al-comment-hero__visual {
    position: relative;
    min-height: 430px;
}

.al-comment-hero__shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.al-comment-hero__shape--back {
    top: 2%;
    right: 0;
    width: min(86vw, 480px);
    height: min(86vw, 480px);
    background: var(--al-comment-accent-soft);
    opacity: 0.76;
}

.al-comment-hero__shape--front {
    right: 7%;
    bottom: 2%;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(184, 169, 138, 0.55);
    background: rgba(243, 236, 225, 0.68);
}

.al-comment-hero__image-wrap {
    position: absolute;
    top: 7%;
    right: 10%;
    width: 78%;
    max-width: 450px;
    overflow: hidden;
    border: 11px solid rgba(255, 255, 255, 0.8);
    border-radius: 48% 48% 44% 52% / 42% 42% 58% 58%;
    box-shadow: var(--al-comment-shadow-lg);
    transform: rotate(3deg);
}

.al-comment-hero__image {
    width: 100%;
    aspect-ratio: 0.82;
    object-fit: cover;
}

.al-comment-hero__image-fallback {
    position: absolute;
    top: 7%;
    right: 10%;
    width: 78%;
    max-width: 450px;
    height: 380px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 48% 48% 44% 44% / 42% 42% 58% 58%;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.72), transparent 50%),
        var(--al-comment-accent-soft);
    box-shadow: var(--al-comment-shadow-lg);
    transform: rotate(3deg);
}

.al-comment-hero__fallback-orbit {
    position: absolute;
    top: 24%;
    right: 13%;
    width: 58%;
    aspect-ratio: 1;
    border: 1px solid rgba(47, 155, 142, 0.35);
    border-radius: 50%;
    transform: rotate(-25deg) scaleY(0.63);
}

.al-comment-hero__fallback-sun {
    position: absolute;
    top: 17%;
    left: 19%;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: var(--al-comment-warm);
    opacity: 0.62;
}

.al-comment-hero__fallback-leaf {
    position: absolute;
    display: block;
    width: 100px;
    height: 185px;
    border: 1px solid rgba(30, 106, 97, 0.38);
    border-radius: 100% 0 100% 0;
    background: rgba(47, 155, 142, 0.16);
    transform: rotate(32deg);
}

.al-comment-hero__fallback-leaf--one {
    right: 22%;
    bottom: 12%;
}

.al-comment-hero__fallback-leaf--two {
    right: 47%;
    bottom: 18%;
    transform: rotate(96deg) scale(0.72);
    opacity: 0.7;
}

.al-comment-hero__note {
    position: absolute;
    right: 0;
    bottom: 2%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: min(80%, 280px);
    padding: 17px 18px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: var(--al-comment-radius-md);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--al-comment-shadow-sm);
    backdrop-filter: blur(12px);
}
.al-comment-hero__note p {
	font-size: 13px !important;
}

.al-comment-hero__note-mark {
    flex: 0 0 auto;
    color: var(--al-comment-warm);
    font-size: 1.3rem;
    line-height: 1.3;
}

.al-comment-hero__note p {
    color: var(--al-comment-text-soft);
    font-size: 0.78rem;
    line-height: 1.9;
}

.al-comment-trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 28px;
    padding: 24px 0 28px;
    border-top: var(--al-comment-line);
    color: var(--al-comment-text-muted);
    font-size: 0.79rem;
}

.al-comment-trust-line span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.al-comment-trust-line i {
    color: var(--al-comment-accent);
    font-family: var(--al-comment-display-font);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 800;
}

/* Support cards */
.al-comment-support {
    background: var(--al-comment-surface);
}

.al-comment-support-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
}

.al-comment-support-card {
    position: relative;
    min-height: 230px;
    padding: 28px 26px;
    overflow: hidden;
    border: var(--al-comment-line);
    border-radius: var(--al-comment-radius-lg);
    background: var(--al-comment-surface-soft);
    transition: transform var(--al-comment-transition), border-color var(--al-comment-transition), box-shadow var(--al-comment-transition);
}

.al-comment-support-card::after {
    position: absolute;
    right: -44px;
    bottom: -60px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var(--al-comment-accent-soft);
    content: "";
    opacity: 0.48;
    transition: transform var(--al-comment-transition);
}

.al-comment-support-card:hover {
    border-color: var(--al-comment-border-strong);
    box-shadow: var(--al-comment-shadow-md);
    transform: translateY(-5px);
}

.al-comment-support-card:hover::after {
    transform: scale(1.2);
}

.al-comment-card-number {
    position: absolute;
    top: 23px;
    left: 25px;
    color: var(--al-comment-text-faint);
    font-family: var(--al-comment-display-font);
    font-size: .89rem;
    font-weight: 800;
}

.al-comment-card-icon {
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
    margin-bottom: 15px;
    border-radius: 15px;
    background: var(--al-comment-accent-soft);
}

.al-comment-icon {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: var(--al-comment-accent);
}

.al-comment-icon svg {
    display: block;
    width: 24px;
    height: 24px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.al-comment-icon svg [fill],
.al-comment-icon svg .st0,
.al-comment-icon svg .st1 {
    fill: var(--al-comment-accent) !important;
}

.al-comment-icon svg [stroke],
.al-comment-icon svg .st0,
.al-comment-icon svg .st1 {
    stroke: var(--al-comment-accent) !important;
}


.al-comment-icon--path svg {
    fill: var(--al-comment-accent);
    stroke: none;
}

.al-comment-icon--path svg path {
    fill: var(--al-comment-accent) !important;
    stroke: none !important;
}

.al-comment-support-card h3,
.al-comment-service-card h3,
.al-comment-process-step h3 {
    position: relative;
    z-index: 1;
    color: var(--al-comment-text);
    font-family: var(--al-comment-display-font);
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.55;
}

.al-comment-support-card p,
.al-comment-service-card p,
.al-comment-process-step p {
    position: relative;
    z-index: 1;
    margin-top: 11px !important;
    color: var(--al-comment-text-soft);
    font-size: 0.87rem;
    line-height: 2;
}

/* Services */
.al-comment-services {
    background: var(--al-comment-bg-soft);
}

.al-comment-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 20px;
}

.al-comment-service-card {
    position: relative;
    min-height: 250px;
    padding: 25px 24px 22px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: var(--al-comment-radius-md);
    background: var(--al-comment-surface);
    box-shadow: var(--al-comment-shadow-xs);
    transition: transform var(--al-comment-transition), box-shadow var(--al-comment-transition), border-color var(--al-comment-transition);
}

.al-comment-service-card:nth-child(even) {
    background: var(--al-comment-warm-soft);
}

.al-comment-service-card:hover {
    border-color: var(--al-comment-border-strong);
    box-shadow: var(--al-comment-shadow-md);
    transform: translateY(-5px);
}

.al-comment-service-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.al-comment-service-card__index {
    color: var(--al-comment-accent);
    font-family: var(--al-comment-display-font);
    font-size: 0.84rem;
    font-weight: 800;
}

.al-comment-pill {
    padding: 4px 10px;
    border-radius: var(--al-comment-radius-pill);
    background: rgba(255, 255, 255, 0.68);
    color: var(--al-comment-text-muted);
    font-size: 0.68rem;
}

.al-comment-service-card h3 {
    margin-top: 15px !important;
    font-size: 1.35rem;
}

.al-comment-service-card__arrow {
    position: absolute;
    left: 25px;
    bottom: 21px;
    color: var(--al-comment-accent);
    font-size: 1.35rem;
    opacity: 0.68;
    transition: transform var(--al-comment-transition);
}

.al-comment-service-card:hover .al-comment-service-card__arrow {
    transform: translate(-4px, 4px);
}

/* Approach */
.al-comment-approach {
    background: var(--al-comment-surface);
}

.al-comment-approach__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: center;
}

.al-comment-approach__visual {
    position: relative;
    min-height: 410px;
}

.al-comment-approach__halo {
    position: absolute;
    top: 7%;
    right: 3%;
    width: 80%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--al-comment-warm-soft);
}

.al-comment-approach__image-wrap,
.al-comment-approach__image-fallback {
    position: absolute;
    top: 0;
    right: 15%;
    width: 72%;
    max-width: 420px;
    overflow: hidden;
    border-radius: 48% 48% 15% 15% / 46% 46% 17% 17%;
    box-shadow: var(--al-comment-shadow-lg);
    transform: rotate(-3deg);
}

.al-comment-approach__image-wrap {
    border: 10px solid #fff;
}

.al-comment-approach__image-wrap img {
    width: 100%;
    aspect-ratio: 0.82;
    object-fit: cover;
}

.al-comment-approach__image-fallback {
    height: 350px;
    border: 1px solid var(--al-comment-border);
    background: linear-gradient(145deg, var(--al-comment-accent-soft), #fff 58%, var(--al-comment-warm-soft));
}

.al-comment-fallback-circle {
    position: absolute;
    border: 1px solid rgba(47, 155, 142, 0.36);
    border-radius: 50%;
}

.al-comment-fallback-circle--one {
    top: 13%;
    right: 17%;
    width: 58%;
    aspect-ratio: 1;
}

.al-comment-fallback-circle--two {
    right: 34%;
    bottom: 10%;
    width: 34%;
    aspect-ratio: 1;
    background: rgba(184, 169, 138, 0.28);
}

.al-comment-fallback-line {
    position: absolute;
    right: 34%;
    width: 1px;
    height: 60%;
    background: rgba(30, 106, 97, 0.35);
    transform-origin: bottom;
}

.al-comment-fallback-line--one {
    bottom: 13%;
    transform: rotate(27deg);
}

.al-comment-fallback-line--two {
    bottom: 17%;
    height: 42%;
    transform: rotate(-27deg);
}

.al-comment-approach__stamp {
    position: absolute;
    right: 0;
    bottom: 2%;
	top: 86%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    border: 1px solid var(--al-comment-border-strong);
    border-radius: 50%;
    background: var(--al-comment-surface);
    color: var(--al-comment-text-muted);
    font-size: 0.64rem;
    line-height: 1.45;
    transform: rotate(8deg);
}

.al-comment-approach__stamp strong {
    color: var(--al-comment-accent-dark);
    font-family: var(--al-comment-display-font);
    font-size: 1rem;
}

.al-comment-approach__content h2 {
    max-width: 520px;
    color: var(--al-comment-text);
    font-family: var(--al-comment-display-font);
    font-size: clamp(1.9rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.42;
}

.al-comment-approach__text {
    max-width: 570px;
    margin-top: 21px !important;
    color: var(--al-comment-text-soft);
    font-size: 0.98rem;
    line-height: 2.15;
}

.al-comment-quote {
    display: flex;
    gap: 10px;
    max-width: 570px;
    margin-top: 26px !important;
    padding: 16px 18px;
    border-right: 3px solid var(--al-comment-accent);
    background: var(--al-comment-bg-soft);
    color: var(--al-comment-text);
}

.al-comment-quote__mark {
    color: var(--al-comment-warm);
    font-family: Georgia, serif;
    font-size: 2.2rem;
    line-height: 1;
}

.al-comment-quote p {
    padding-top: 5px;
    font-family: var(--al-comment-display-font);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.9;
}

.al-comment-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 35px;
    margin-top: 33px;
}

.al-comment-stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.al-comment-stat strong {
    color: var(--al-comment-accent-dark);
    font-family: var(--al-comment-display-font);
    font-size: 1.05rem;
    font-weight: 800;
}

.al-comment-stat span {
    color: var(--al-comment-text-muted);
    font-size: 0.87rem;
}

/* Process */
.al-comment-process {
    background: var(--al-comment-bg-soft);
}

.al-comment-process-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 20px;
}

.al-comment-process-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 17px;
    min-height: 160px;
    padding: 24px 21px;
    border: var(--al-comment-line);
    border-radius: var(--al-comment-radius-md);
    background: var(--al-comment-surface);
}

.al-comment-process-step__number {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--al-comment-accent-soft);
    color: var(--al-comment-accent-dark);
    font-family: var(--al-comment-display-font);
    font-size: 0.78rem;
    font-weight: 800;
}

/* Stories */
.al-comment-stories {
    background: var(--al-comment-surface);
}

.al-comment-stories-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
}

.al-comment-story-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 240px;
    padding: 27px 25px;
    border-radius: var(--al-comment-radius-lg);
    background: var(--al-comment-bg-soft);
}

.al-comment-story-card:nth-child(2) {
    background: var(--al-comment-accent-soft);
}

.al-comment-story-card:nth-child(3) {
    background: var(--al-comment-warm-soft);
}

.al-comment-story-card__mark {
    color: var(--al-comment-accent);
    font-family: Georgia, serif;
    font-size: 3.2rem;
    line-height: 0.8;
}

.al-comment-story-card__quote {
    margin-top: 0px !important;
    color: var(--al-comment-text);
    font-family: var(--al-comment-display-font);
    font-size: 0.87rem;
    font-weight: 600;
    line-height: 2.05;
}

.al-comment-story-card footer {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 15px !important;
    padding-top: 0px !important;
}

.al-comment-story-card footer strong {
    color: var(--al-comment-text);
    font-size: 0.82rem;
}

.al-comment-story-card footer span {
    color: var(--al-comment-text-muted);
    font-size: 0.72rem;
}

/* FAQ */
.al-comment-faq {
    background: var(--al-comment-bg-soft);
}

.al-comment-faq__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 19px;
}

.al-comment-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.al-comment-faq-item {
    border: var(--al-comment-line);
    border-radius: var(--al-comment-radius-sm);
    background: var(--al-comment-surface);
}

.al-comment-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 19px 21px;
    cursor: pointer;
    list-style: none;
    color: var(--al-comment-text);
    font-family: var(--al-comment-display-font);
    font-size: 0.94rem;
    font-weight: 700;
}

.al-comment-faq-item summary::-webkit-details-marker {
    display: none;
}

.al-comment-faq-item summary b {
    flex: 0 0 auto;
    color: var(--al-comment-accent);
    font-family: Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    transition: transform var(--al-comment-transition);
}

.al-comment-faq-item[open] summary b {
    transform: rotate(45deg);
}

.al-comment-faq-answer {
    padding: 0 21px 19px;
}

.al-comment-faq-answer p {
    color: var(--al-comment-text-soft);
    font-size: 0.86rem;
    line-height: 2;
}

/* CTA */
.al-comment-cta {
    padding: 0 0 90px;
    background: var(--al-comment-bg-soft);
}

.al-comment-cta__card {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: var(--al-comment-radius-xl);
    background: var(--al-comment-accent-dark);
    color: #fff;
}

.al-comment-cta__glow {
    position: absolute;
    top: -160px;
    left: -100px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(223, 243, 239, 0.15);
}

.al-comment-cta__content {
    position: relative;
    z-index: 1;
    max-width: 650px;
    padding: 58px 8%;
}

.al-comment-cta .al-comment-eyebrow {
    color: var(--al-comment-accent-soft);
}

.al-comment-cta .al-comment-eyebrow::before {
    background: var(--al-comment-accent-soft);
}

.al-comment-cta h2 {
    color: #fff;
    font-family: var(--al-comment-display-font);
    font-size: clamp(1.85rem, 4vw, 3.1rem);
    font-weight: 800;
    line-height: 1.45;
}

.al-comment-cta p {
    max-width: 560px;
    margin-top: 16px !important;
    color: rgba(255, 255, 255, 0.77);
    font-size: 0.95rem;
    line-height: 2;
}

.al-comment-cta .al-comment-button {
    margin-top: 26px;
}

.al-comment-cta small {
    display: block;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
}

.al-comment-cta__symbol {
    position: absolute;
    top: 45%;
    left: 9%;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translateY(-50%) rotate(-18deg);
}

.al-comment-cta__symbol::before,
.al-comment-cta__symbol::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    content: "";
}

.al-comment-cta__symbol::before {
    inset: 17px;
}

.al-comment-cta__symbol::after {
    inset: 37px;
}

.al-comment-cta__symbol span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--al-comment-warm);
    transform: translate(-50%, -50%);
}

.al-comment-cta__symbol span:nth-child(2) {
    top: 18%;
    left: 19%;
}

.al-comment-cta__symbol span:nth-child(3) {
    top: 80%;
    left: 79%;
}

@media (min-width: 620px) {
    .al-comment-support-grid,
    .al-comment-services-grid,
    .al-comment-stories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .al-comment-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .al-comment-cta__content {
        padding-inline: 9%;
    }
}

@media (min-width: 860px) {
    .al-comment-hero__grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.78fr);
        gap: 60px;
        min-height: 650px;
    }

    .al-comment-hero__content {
        order: 1;
    }

    .al-comment-hero__visual {
        order: 2;
    }

    .al-comment-support-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .al-comment-services-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .al-comment-approach__grid {
        grid-template-columns: minmax(390px, 0.86fr) minmax(0, 1fr);
        gap: 20px;

		margin-bottom: 70px !important;
    }

    .al-comment-approach__visual {
        order: 1;
    }

    .al-comment-approach__content {
        order: 2;
    }

    .al-comment-stories-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .al-comment-faq__grid {
        grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
        gap: 90px;
        align-items: start;
    }

    .al-comment-faq__grid > .al-comment-section-heading {
        position: sticky;
        top: 30px;
    }
}

@media (min-width: 1100px) {
    .al-comment-section {
        padding: 62px 0 !important;
    }

    .al-comment-hero {
        padding-top: 0px;
    }

    .al-comment-hero__title {
        font-size: 5.3rem;
    }

    .al-comment-hero__visual {
        min-height: 520px;
    }

    .al-comment-hero__image-fallback {
        height: 450px;
    }

    .al-comment-hero__note {
        right: 5%;
		bottom: -5%;
    }

    .al-comment-process-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .al-comment-process-step {
        display: block;
        min-height: 220px;
        padding: 26px 23px;
    }

    .al-comment-process-step__number {
        margin-bottom: 20px;
    }

	.al-comment-story-card {
		min-height: 150px !important;
	}

    .al-comment-cta {
        padding-bottom: 63px;
    }

	.al-comment-stories .al-comment-section-heading > p:last-child {
	    text-align: left;
    }
}

@media (max-width: 859px) {
    .al-comment-section-heading--split {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .al-comment-cta__symbol {
        right: auto;
        left: -55px;
        opacity: 0.55;
    }
}

@media (max-width: 619px) {

	.home h2 {
		font-size: 18px !important;
		text-align: center !important;
	}

	.home h3 {
		font-size: 15px !important;
	}
	
    .al-comment-shell {
        width: min(calc(100% - 30px), var(--al-comment-shell));
    }

    .al-comment-section {
        padding: 38px 0;
    }

    .al-comment-hero {
        padding-top: 15px;
		background: radial-gradient(circle at 76% 12%, rgba(223, 243, 239, 0.72), transparent 26rem), var(--al-comment-bg);
    }

	
    .al-comment-hero__grid {
        gap: 22px;
        min-height: auto;

        grid-template-columns: 1fr; /* تک ستونه */
    }
	
    .al-comment-hero__content {
		order: 2; /* محتوا پایین برود */
	}
	.al-comment-hero__visual {
		order: 1; /* تصویر بالا بیاید */

		margin-bottom: 50px !important;
	}

	.al-comment-eyebrow {
    	justify-content: center; /* وسط‌چین افقی */
	}
	
    .al-comment-hero__title {
        font-size: clamp(2.35rem, 13vw, 3.75rem);
		text-align: center;
    }

	.al-comment-hero__subtitle {
		text-align: center;
		margin-top: 10px !important;
	}

	.al-comment-hero__reassurance {
		margin-top: 12px;
		margin-bottom: 7px;
    	justify-content: center; /* وسط‌چین افقی */
	}

    .al-comment-trust-line {
        flex-direction: grid;
		margin: auto;
        gap: 7px;
        padding-top: 20px;

    	justify-content: center; /* وسط‌چین افقی */
    }

    .al-comment-hero__actions {
        align-items: stretch;
        flex-direction: column;

		margin-top: 16px !important;
		gap: 7px !important;
    }

    .al-comment-button {
        width: 100%;
    }

    .al-comment-hero__visual {
        min-height: 480px;
		margin-bottom: -12px !important;
    }

    .al-comment-hero__image-wrap,
    .al-comment-hero__image-fallback {
        right: 14%;
        width: 76%;
    }

    .al-comment-hero__note {
        right: 12%;
    }

    .al-comment-support-card,
    .al-comment-service-card {
        min-height: auto;
    }

	.al-comment-service-card {
		padding-bottom: 40px !important;
	}

	.al-comment-service-card__arrow {
		margin-bottom: -10px !important;
	}

    .al-comment-approach__visual {
        min-height: 120px;
		margin-bottom: 75px;
		margin-right: 22px;
    }

    .al-comment-approach__image-fallback {
        height: 310px;
    }

    .al-comment-approach__stamp {
        width: 94px;
        height: 94px;
    }

	.al-comment-approach__text {
		text-align: center;
		margin-top: 7px !important;
	}

	.al-comment-stats {
		justify-content: center; /* وسط‌چین افقی */
		margin-top: 18px !important;
	}
	
	.al-comment-stat strong {
		text-align: center;
	}

	.al-comment-process-step {
		min-height: 120px;
	}

	.al-comment-stories .al-comment-section-heading > p:last-child {
	    text-align: center;
    }

	.al-comment-story-card {
		min-height: 120px;
	}

	.al-comment-faq .al-comment-section-heading p {
		padding-left: 12px;
		padding-right: 12px;
	}

	.al-comment-faq-item summary {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.al-comment-cta {
        padding-bottom: 35px;
    }

    .al-comment-cta__content {
        padding: 44px 25px 48px;
    }

    .al-comment-cta__content small,
    .al-comment-cta__content p {
        text-align: center;
    }

    .al-comment-cta__symbol {
        top: auto;
        bottom: -60px;
        left: -30px;
        transform: rotate(-18deg) scale(0.75);
    }
}

@media (prefers-reduced-motion: reduce) {
    .al-comment-home *,
    .al-comment-home *::before,
    .al-comment-home *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
