/* ════════════════════════════════════
   SHARED CHIP COMPONENT
   ════════════════════════════════════ */
.dinner-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border: 0.75px solid var(--ISARA-Red, #ec1c24);
    border-radius: 3.75px;
    color: var(--ISARA-Red, #ec1c24);
    font-size: 11.25px;
    font-weight: 300;
    font-family: "Akkurat LL", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.225px;
    text-transform: uppercase;
    line-height: normal;
    width: fit-content;
}

/* ════════════════════════════════════
   HERO SECTION
   ════════════════════════════════════ */
.dinner-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 60px 30px 40px;
}

.dinner-hero__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.dinner-hero__text-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dinner-hero__title {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: normal;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

.dinner-hero__body {
    font-family: "Akkurat LL", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

.dinner-hero__note {
    font-family: "Akkurat LL", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

.dinner-hero__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.dinner-hero__actions > a.dinner-hero__btn {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 0.5rem;
    padding: 0.5rem 18px;
    text-decoration: none !important;
    font-family: "Roboto Mono", monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
}

.dinner-hero__actions > a.dinner-hero__btn--primary {
    background-color: var(--ISARA-Red, #ec1c24) !important;
    color: #fff !important;
    transition: background-color 0.3s;
}

.dinner-hero__actions > a.dinner-hero__btn--secondary {
    color: var(--ISARA-Black, #000) !important;
    text-decoration: underline !important;
    text-decoration-skip-ink: auto;
    text-underline-position: from-font;
    transition: transform 0.3s;
}

.dinner-hero__actions > a.dinner-hero__btn--secondary img {
    width: 13px;
    height: auto;
}

.dinner-hero__actions > a.dinner-hero__btn--primary:hover {
    background-color: rgba(236, 28, 36, 0.75);
    text-decoration: none !important;
}

.dinner-hero__actions > a.dinner-hero__btn--primary,
.dinner-hero__actions > a.dinner-hero__btn--primary:hover,
.dinner-hero__actions > a.dinner-hero__btn--primary:focus,
.dinner-hero__actions > a.dinner-hero__btn--primary:active,
.dinner-hero__actions > a.dinner-hero__btn--primary:visited {
    text-decoration: none !important;
    text-decoration-line: none !important;
}

.dinner-hero__actions > a.dinner-hero__btn--secondary:hover {
    transform: scale(1.03);
}

.dinner-hero__actions > a.dinner-hero__btn--secondary:hover img {
    transform: rotate(-45deg);
    transition: transform 0.3s;
}

@media (min-width: 768px) {
    .dinner-hero__actions > a.dinner-hero__btn--secondary img {
        width: 16px;
        height: auto;
    }
}

.dinner-hero__image {
    margin: 0;
    width: 100%;
    max-width: 469px;
}

.dinner-hero__image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}

@media (min-width: 768px) {
    .dinner-hero {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 60px;
        padding: 80px 63px 40px;
    }

    .dinner-hero__content {
        width: 555px;
        min-width: 0;
        flex-shrink: 0;
    }

    .dinner-hero__title {
        font-size: 48px;
    }

    .dinner-hero__actions {
        flex-direction: row;
        align-items: center;
    }

    .dinner-hero__image {
        width: 469px;
        min-width: 469px;
        flex-shrink: 0;
    }
}

/* ════════════════════════════════════
   SUPPORT / WHY ATTEND SECTION
   ════════════════════════════════════ */
.dinner-support {
    background: #fff;
}

.dinner-support__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
}

.dinner-support__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    min-height: 255px;
    text-align: center;
}

.dinner-support__card img {
    width: 55px;
    height: 58px;
    object-fit: contain;
    flex-shrink: 0;
}

.dinner-support__card-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.dinner-support__card-title {
    font-family: "Akkurat LL", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    color: var(--ISARA-Black, #000);
    margin: 0;
    width: 100%;
}

.dinner-support__card-desc {
    font-family: "Akkurat LL", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .dinner-support__inner {
        flex-direction: row;
        align-items: stretch;
        padding: 30px 140px;
    }

    .dinner-support__card {
        flex: 1 0 0;
        min-width: 0;
    }
}

/* ════════════════════════════════════
   TESTIMONIALS SECTION
   ════════════════════════════════════ */
.dinner-testimonials {
    position: relative;
    background: #000;
    overflow: hidden;
}

.dinner-testimonials__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.dinner-testimonials__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    display: block;
}

.dinner-testimonials__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 80px 30px 100px;
}

.dinner-testimonials__title {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: normal;
    color: #fff;
    text-align: center;
    margin: 0;
    width: 100%;
}

.dinner-testimonials__cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.dinner-review {
    background: #fff;
    border: 1px solid var(--ISARA-Light-Grey, #ececec);
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.dinner-review__author {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dinner-review__name {
    font-family: "Akkurat LL", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

.dinner-review__role {
    font-family: "Akkurat LL", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 15px;
    line-height: 18px;
    color: var(--ISARA-Dark-Grey, #5a5756);
    margin: 0;
}

.dinner-review__text {
    font-family: "Akkurat LL", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin: 0;
}

@media (min-width: 768px) {
    .dinner-testimonials__inner {
        padding: 80px 140px 100px;
        gap: 41px;
    }

    .dinner-testimonials__title {
        font-size: 36px;
        max-width: 876px;
    }

    .dinner-testimonials__cards {
        flex-direction: row;
        align-items: stretch;
        gap: 31px;
    }

    .dinner-review {
        flex: 1 0 0;
        min-width: 0;
    }
}

/* ════════════════════════════════════
   TOOLS / WHAT & WHO SECTION
   ════════════════════════════════════ */
.tools {
    background-color: #fff;
}

.tools_inner {
    display: flex;
    padding: 60px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.tools_inner .isara-h3 {
    color: var(--ISARA-Black, #000);
    text-align: center;
    width: 100%;
}

.tools_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.tool {
    display: flex;
    width: 100%;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 30px;
    border: 2px solid var(--ISARA-Light-Grey, #ececec);
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.tool > img {
    flex-shrink: 0;
    height: auto;
    display: block;
}

.tool_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

.tool_title {
    font-family: "Akkurat LL", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--ISARA-Black, #000);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    margin: 0;
}

.tool_content ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
    font-family: "Akkurat LL", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

.tool_content ul li {
    color: #000;
    margin-bottom: 0;
}

.tool_content ul li b,
.tool_content ul li span {
    font-weight: 400;
    color: var(--ISARA-Black, #000);
}

.tool_content_text {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-family: "Akkurat LL", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}

.tool_content_text p {
    margin: 0 0 8px 0;
}

.tool_content_text ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 22px;
    margin: 0;
}

.tool_content_text ul li {
    line-height: 24px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .tools_inner {
        padding: 100px 120px;
        gap: 50px;
    }

    .tools_inner .isara-h3 {
        max-width: 834px;
        width: auto;
        font-size: 32px;
    }

    .tools_container {
        flex-direction: row;
        gap: 44px;
        align-items: stretch;
        margin-top: 0;
    }

    .tool {
        flex: 1 0 0;
        max-width: 478px;
        min-width: 0;
        padding: 40px 50px;
        gap: 20px;
    }
}

