@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

:root {
    --fc-primary: #347ff0;
    --fc-primary-dark: #1766dc;
    --fc-primary-soft: #eaf3ff;
    --fc-accent: #12b981;
    --fc-ink: #111318;
    --fc-muted: #687181;
    --fc-line: #e5e8ee;
    --fc-surface: #f5f5f7;
    --fc-white: #ffffff;
    --fc-radius-sm: 14px;
    --fc-radius: 28px;
    --fc-radius-lg: 42px;
    --fc-shadow: 0 26px 80px rgba(35, 75, 125, 0.13);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--fc-ink);
    background: var(--fc-white);
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

body,
button,
input,
textarea,
select {
    font-family: "Gilroy", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--fc-ink);
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    letter-spacing: -0.035em;
}

p {
    color: var(--fc-muted);
}

a {
    transition: all 0.2s ease;
}

.container {
    max-width: 1180px;
}

.btn-custom,
.btn-secondary-custom {
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.btn-custom {
    color: var(--fc-white) !important;
    background: var(--fc-primary);
    box-shadow: 0 12px 28px rgba(47, 125, 244, 0.25);
}

.btn-custom:hover {
    color: var(--fc-white) !important;
    background: var(--fc-primary-dark);
    box-shadow: 0 16px 34px rgba(47, 125, 244, 0.32);
    transform: translateY(-2px);
}

.btn-secondary-custom {
    color: var(--fc-ink);
    background: var(--fc-white);
    border-color: var(--fc-line);
}

.btn-secondary-custom:hover {
    color: var(--fc-primary);
    border-color: rgba(47, 125, 244, 0.45);
    transform: translateY(-2px);
}

.section-heading {
    margin-bottom: 52px;
}

.section-heading.text-center {
    max-width: 760px;
    margin-right: auto;
    margin-bottom: 52px;
    margin-left: auto;
}

.section-kicker {
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    display: inline-flex;
    color: var(--fc-primary);
    background: var(--fc-primary-soft);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.section-heading h2 {
    margin-bottom: 18px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.12;
}

.section-heading p,
.section-description,
.section-description p {
    margin: 0;
    color: var(--fc-muted);
    font-size: 17px;
    line-height: 1.75;
}

/* Header */
.foodchat-navbar {
    min-height: 82px;
    padding: 12px 0;
    color: var(--fc-ink);
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(230, 235, 242, 0.86);
    box-shadow: none;
    backdrop-filter: blur(18px);
}

.foodchat-navbar.active {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 10px 34px rgba(21, 47, 80, 0.07);
}

.foodchat-navbar .navbar-brand {
    margin-right: 46px;
}

.foodchat-navbar .navbar-brand img {
    width: auto;
    max-width: 170px;
    height: 42px;
    object-fit: contain;
}

.foodchat-main-menu {
    display: flex;
    align-items: center;
}

.foodchat-navbar .navbar-nav {
    align-items: center;
    gap: 4px;
}

.foodchat-navbar .nav-item {
    padding: 0;
}

.foodchat-navbar .nav-item .nav-link {
    padding: 10px 12px;
    color: #344054;
    font-size: 14px;
    font-weight: 600;
}

.foodchat-navbar .nav-item .nav-link::before {
    display: none;
}

.foodchat-navbar .nav-item .nav-link:hover,
.foodchat-navbar .nav-item .nav-link.active {
    color: var(--fc-primary);
}

.foodchat-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.language-switcher {
    padding: 4px;
    border: 1px solid var(--fc-line);
    border-radius: 11px;
    display: flex;
    background: var(--fc-surface);
}

.language-switcher a {
    min-width: 36px;
    padding: 5px 7px;
    border-radius: 8px;
    color: var(--fc-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.language-switcher a:hover,
.language-switcher a.active {
    color: var(--fc-primary);
    background: var(--fc-white);
    box-shadow: 0 3px 9px rgba(26, 61, 103, 0.09);
}

.nav-login {
    padding: 9px 4px;
    color: var(--fc-ink);
    font-size: 14px;
    font-weight: 700;
}

.nav-login:hover {
    color: var(--fc-primary);
}

.foodchat-navbar .nav-register {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 14px;
}

.foodchat-navbar .navbar-toggler {
    width: 44px;
    height: 44px;
    border: 1px solid var(--fc-line);
    border-radius: 12px;
    color: var(--fc-ink);
}

.foodchat-navbar .navbar-toggler i {
    color: var(--fc-ink);
    font-size: 22px;
}

/* Hero */
.home-section.landing-hero {
    min-height: auto;
    padding: 158px 0 92px;
    overflow: hidden;
    color: var(--fc-ink);
    background:
        radial-gradient(circle at 88% 24%, rgba(47, 125, 244, 0.16), transparent 28%),
        radial-gradient(circle at 7% 70%, rgba(18, 185, 129, 0.09), transparent 24%),
        linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.landing-hero .text-box {
    position: relative;
    z-index: 2;
}

.hero-badge {
    width: fit-content;
    margin-bottom: 24px;
    padding: 8px 13px;
    border: 1px solid rgba(47, 125, 244, 0.16);
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--fc-primary);
    background: rgba(237, 245, 255, 0.8);
    font-size: 13px;
    font-weight: 800;
}

.hero-badge i {
    font-size: 16px;
}

.landing-hero .text-box h1 {
    max-width: 670px;
    margin-bottom: 24px;
    color: var(--fc-ink);
    font-size: clamp(42px, 5.2vw, 68px);
    line-height: 1.05;
}

.landing-hero .text-box h1 span {
    display: block;
    color: var(--fc-primary);
}

.hero-description,
.hero-description p {
    max-width: 610px;
    margin: 0;
    color: var(--fc-muted);
    font-size: 18px;
    line-height: 1.72;
}

.hero-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-trust {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.hero-trust span {
    color: #475467;
    font-size: 13px;
    font-weight: 600;
}

.hero-trust i {
    margin-right: 5px;
    color: var(--fc-accent);
}

.hero-visual {
    min-height: 560px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-glow {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(145deg, rgba(47, 125, 244, 0.17), rgba(18, 185, 129, 0.08));
    filter: blur(2px);
}

.landing-hero .hero-visual .img-box {
    width: 90%;
    height: 520px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: var(--fc-radius-lg);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--fc-shadow);
    backdrop-filter: blur(12px);
}

.landing-hero .hero-visual .img-box::before {
    content: "";
    inset: 18px;
    border-radius: 26px;
    position: absolute;
    z-index: -1;
    background: linear-gradient(145deg, #edf5ff, #f7fbff);
}

.landing-hero .hero-visual .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 22px;
    object-fit: contain;
}

.floating-card {
    padding: 13px 16px;
    border: 1px solid rgba(230, 235, 242, 0.85);
    border-radius: 16px;
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 11px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 14px 38px rgba(24, 63, 109, 0.15);
    backdrop-filter: blur(12px);
}

.floating-order {
    top: 16%;
    left: -2%;
}

.floating-stat {
    right: -1%;
    bottom: 17%;
}

.floating-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    color: var(--fc-white);
    background: var(--fc-primary);
    font-size: 18px;
    place-items: center;
}

.floating-card small,
.floating-card span {
    color: var(--fc-muted);
    font-size: 11px;
}

.floating-card strong {
    display: block;
    color: var(--fc-ink);
    font-size: 13px;
    line-height: 1.35;
}

.floating-stat strong {
    color: var(--fc-accent);
    font-size: 26px;
}

/* Features */
.feature-section {
    padding: 105px 0;
    background: var(--fc-white);
}

.feature-section .feature-box {
    height: 100%;
    padding: 30px;
    border: 1px solid var(--fc-line);
    border-radius: var(--fc-radius);
    display: block;
    background: var(--fc-white);
    box-shadow: none;
    transition: 0.25s ease;
}

.feature-section .feature-box:hover {
    border-color: rgba(47, 125, 244, 0.25);
    box-shadow: 0 20px 50px rgba(27, 66, 112, 0.1);
    transform: translateY(-6px);
}

.feature-section .feature-box .icon-box {
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border-radius: 16px;
    display: grid;
    background: var(--fc-primary-soft);
    place-items: center;
}

.feature-section .feature-box .icon-box img {
    width: 31px;
    height: 31px;
    object-fit: contain;
}

.feature-section .feature-box h4 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.35;
}

.feature-section .feature-box p,
.feature-section .feature-box p p {
    margin: 0;
    color: var(--fc-muted);
    font-size: 15px;
    line-height: 1.7;
}

/* About */
.about-section {
    padding: 110px 0;
    overflow: hidden;
    background: var(--fc-surface);
}

.about-section::after {
    display: none;
}

.about-section .img-box {
    min-height: 520px;
    padding: 18px;
    border-radius: var(--fc-radius-lg);
    position: relative;
    background: var(--fc-white);
    box-shadow: var(--fc-shadow);
}

.about-section .img-box img {
    width: 100%;
    height: 485px;
    border-radius: 25px;
    object-fit: cover;
}

.about-mini-card {
    right: -24px;
    bottom: 35px;
    max-width: 285px;
    padding: 16px 18px;
    border: 1px solid var(--fc-line);
    border-radius: 17px;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 13px;
    background: var(--fc-white);
    box-shadow: 0 16px 45px rgba(24, 61, 102, 0.17);
}

.about-mini-card > i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    flex: 0 0 42px;
    color: var(--fc-white);
    background: var(--fc-accent);
    place-items: center;
}

.about-mini-card span {
    color: var(--fc-muted);
    font-size: 11px;
    line-height: 1.5;
}

.about-mini-card strong {
    display: block;
    color: var(--fc-ink);
    font-size: 13px;
}

.about-points {
    margin-top: 26px;
    display: grid;
    gap: 13px;
}

.about-points span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #344054;
    font-size: 15px;
    font-weight: 650;
}

.about-points i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: grid;
    flex: 0 0 25px;
    color: var(--fc-accent);
    background: rgba(18, 185, 129, 0.1);
    font-size: 11px;
    place-items: center;
}

/* How it works */
.working-process {
    padding: 110px 0;
    background: var(--fc-white);
}

.working-process::after {
    display: none;
}

.working-process .process-box {
    margin-bottom: 16px;
    padding: 22px;
    border: 1px solid var(--fc-line);
    border-radius: 19px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: var(--fc-white);
    transition: 0.2s ease;
}

.working-process .process-box:hover {
    border-color: rgba(47, 125, 244, 0.3);
    box-shadow: 0 14px 38px rgba(29, 68, 113, 0.08);
}

.working-process .step-number {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    flex: 0 0 48px;
    color: var(--fc-primary);
    background: var(--fc-primary-soft);
    font-size: 15px;
    font-weight: 800;
    place-items: center;
}

.working-process .process-box .text-box {
    margin: 0;
}

.working-process .process-box h4 {
    margin-bottom: 7px;
    font-size: 19px;
}

.working-process .process-box p {
    margin: 0;
    color: var(--fc-muted);
    font-size: 14px;
    line-height: 1.65;
}

.working-process .process-phone {
    width: 405px;
    height: 610px;
    margin: 0 auto;
    border-radius: 44px;
    position: relative;
    display: flex;
    justify-content: center;
    background: linear-gradient(145deg, #edf5ff, #f6fbff);
}

.working-process .process-phone::before {
    content: "";
    width: 320px;
    height: 320px;
    border-radius: 50%;
    position: absolute;
    top: 130px;
    background: rgba(47, 125, 244, 0.14);
    filter: blur(14px);
}

.working-process .process-phone .img-1 {
    width: 292px;
    height: auto;
    position: absolute;
    z-index: 2;
}

.working-process .process-phone video {
    width: 238px;
    height: 515px;
    border-radius: 28px;
    position: absolute;
    top: 47px;
    z-index: 1;
    object-fit: cover;
}

/* Plans */
.plan-section {
    padding: 110px 0;
    background: var(--fc-surface);
}

.plan-section .nav-pills {
    width: fit-content;
    margin: 0 auto 44px;
    padding: 5px;
    border: 1px solid var(--fc-line);
    border-radius: 14px;
    gap: 4px;
    background: var(--fc-white);
}

.plan-section .nav-pills .btn-custom {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 10px;
    color: var(--fc-muted) !important;
    background: transparent;
    box-shadow: none;
}

.plan-section .nav-pills .btn-custom.active {
    color: var(--fc-white) !important;
    background: var(--fc-primary);
}

.plan-section .plan-box {
    height: 100%;
    padding: 30px;
    border: 1px solid var(--fc-line);
    border-radius: var(--fc-radius);
    overflow: hidden;
    background: var(--fc-white);
    box-shadow: none;
    transition: 0.25s ease;
}

.plan-section .plan-box:hover {
    border-color: rgba(47, 125, 244, 0.35);
    box-shadow: 0 24px 60px rgba(27, 67, 113, 0.12);
    transform: translateY(-5px);
}

.plan-section .plan-box .top-area {
    min-height: 180px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--fc-line);
}

.plan-label {
    margin-bottom: 12px;
    display: inline-block;
    color: var(--fc-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.plan-section .plan-box h4 {
    margin-bottom: 12px;
    font-size: 24px;
}

.plan-section .plan-box h1 {
    margin-bottom: 12px;
    color: var(--fc-ink);
    font-size: 34px;
}

.plan-section .plan-box h1 span {
    color: var(--fc-muted);
    font-size: 13px;
    font-weight: 600;
}

.plan-section .plan-box ul {
    min-height: 260px;
    margin: 23px 0 28px;
    padding: 0;
}

.plan-section .plan-box ul li {
    padding: 8px 0;
    border: 0;
    display: flex;
    align-items: center;
    color: #475467;
    font-size: 14px;
}

.plan-section .plan-box ul li i {
    width: 24px;
    margin-right: 8px;
    font-size: 17px !important;
}

.plan-section .plan-box .feature {
    display: none;
}

/* CTA */
.qr-code-section {
    padding: 105px 0;
    background: var(--fc-white);
}

.process-cta {
    padding: 68px;
    border-radius: var(--fc-radius-lg);
    overflow: hidden;
    position: relative;
    background:
        radial-gradient(circle at 90% 20%, rgba(89, 155, 255, 0.35), transparent 30%),
        linear-gradient(135deg, #102a56, #153c75);
}

.process-cta .section-kicker {
    color: #bcd8ff;
    background: rgba(255, 255, 255, 0.1);
}

.process-cta h2 {
    color: var(--fc-white);
}

.process-cta .section-description,
.process-cta .section-description p {
    color: #c8d6e9;
}

.qr-code-section .process-cta .img-box {
    max-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-code-section .process-cta .img-box img {
    max-height: 440px;
    object-fit: contain;
    filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.22));
}

/* FAQ */
.faq-section {
    padding: 105px 0;
    background: var(--fc-surface);
}

.faq-section .accordion {
    display: grid;
    gap: 12px;
}

.faq-section .accordion-item {
    border: 1px solid var(--fc-line);
    border-radius: 17px !important;
    overflow: hidden;
    background: var(--fc-white);
}

.faq-section .accordion-button {
    padding: 21px 24px;
    color: var(--fc-ink);
    background: var(--fc-white);
    box-shadow: none;
    font-size: 16px;
    font-weight: 750;
}

.faq-section .accordion-button:not(.collapsed) {
    color: var(--fc-primary);
    background: var(--fc-white);
}

.faq-section .accordion-body {
    padding: 0 24px 22px;
    color: var(--fc-muted);
    font-size: 15px;
}

.faq-section .accordion-body p {
    margin: 0;
}

/* Footer */
.footer-section {
    padding: 0;
    color: #c8d3e2;
    background: #0b172a;
}

.footer-section .overlay {
    padding: 74px 0 24px;
    background: transparent;
}

.footer-section .navbar-brand img {
    width: auto;
    max-width: 170px;
    height: 44px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.footer-section .footer-box {
    padding: 0;
}

.footer-section .footer-box .company-bio,
.footer-section .footer-box .company-bio p {
    margin-top: 20px;
    color: #96a5ba;
    font-size: 14px;
    line-height: 1.75;
}

.footer-section h4 {
    margin-bottom: 22px;
    color: var(--fc-white);
    font-size: 16px;
    letter-spacing: -0.01em;
}

.footer-section h4::before {
    display: none;
}

.footer-section ul li {
    margin-bottom: 10px;
    color: #96a5ba;
    font-size: 14px;
}

.footer-section ul li a {
    color: #96a5ba;
}

.footer-section ul li a:hover {
    color: var(--fc-white);
}

.footer-section ul li i {
    color: #6f829d;
}

.footer-section .social-links {
    margin-top: 22px;
    display: flex;
    gap: 9px;
}

.footer-section .social-links a {
    width: 38px;
    height: 38px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    display: grid;
    color: #b7c4d6;
    background: rgba(255, 255, 255, 0.04);
    place-items: center;
}

.footer-section .social-links a:hover {
    color: var(--fc-white);
    border-color: var(--fc-primary);
    background: var(--fc-primary);
    transform: translateY(-2px);
}

.footer-section .social-links a i {
    color: inherit;
}

.footer-section .copyright {
    margin-top: 58px;
    padding: 22px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: #73849b;
    font-size: 13px;
}

.footer-section .copyright a {
    color: #aebbd0;
}

.footer-languages {
    display: flex;
    gap: 8px;
}

.footer-languages .language {
    padding: 3px 8px;
    border-radius: 7px;
}

.footer-languages .language.langActive {
    color: var(--fc-white);
    background: rgba(255, 255, 255, 0.08);
}

/* Cookie */
.cookie-content {
    right: 24px;
    bottom: 24px;
    left: auto;
    width: min(430px, calc(100% - 32px));
    padding: 20px;
    border: 1px solid var(--fc-line);
    border-radius: 18px;
    background: var(--fc-white);
    box-shadow: 0 20px 55px rgba(17, 39, 72, 0.18);
}

.cookie-content .content {
    width: 100%;
}

.cookie-content .cookie-img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.cookie-content p {
    margin: 12px 0;
    max-height: 64px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.55;
}

.cookie-content .cookie-btns {
    display: flex;
    gap: 8px;
}

.cookie-content .cookie-btns .btn-custom {
    min-height: 40px;
    padding: 0 15px;
    border-radius: 10px;
    font-size: 12px;
}

.cookie-content .cookie-btns .btn-custom:first-child {
    color: var(--fc-muted) !important;
    background: var(--fc-white);
    border-color: var(--fc-line);
    box-shadow: none;
}

/* Inner pages retain a clean top offset */
.banner-section {
    margin-top: 82px;
}

@media (max-width: 1199px) {
    .foodchat-navbar .navbar-brand {
        margin-right: 22px;
    }

    .foodchat-navbar .nav-item .nav-link {
        padding: 10px 8px;
    }

    .foodchat-nav-actions {
        gap: 8px;
    }

    .hero-visual {
        min-height: 500px;
    }

    .landing-hero .hero-visual .img-box {
        height: 470px;
    }
}

@media (max-width: 991px) {
    .foodchat-navbar {
        min-height: 74px;
    }

    .foodchat-navbar .navbar-collapse {
        max-height: calc(100vh - 92px);
        margin-top: 12px;
        padding: 18px;
        border: 1px solid var(--fc-line);
        border-radius: 18px;
        overflow-y: auto;
        background: var(--fc-white);
        box-shadow: 0 18px 45px rgba(22, 55, 95, 0.12);
    }

    .foodchat-main-menu,
    .foodchat-navbar .navbar-nav {
        width: 100%;
        display: block;
    }

    .foodchat-navbar .nav-item .nav-link {
        padding: 10px 4px;
    }

    .foodchat-nav-actions {
        margin-top: 14px;
        padding-top: 16px;
        border-top: 1px solid var(--fc-line);
        flex-wrap: wrap;
    }

    .home-section.landing-hero {
        padding: 130px 0 72px;
    }

    .landing-hero .text-box {
        max-width: 720px;
        margin: 0 auto;
        text-align: center;
    }

    .hero-badge,
    .hero-actions {
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
    }

    .hero-description,
    .hero-description p {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-trust {
        justify-content: center;
    }

    .hero-visual {
        max-width: 650px;
        margin: 0 auto;
    }

    .about-section .img-box {
        max-width: 680px;
        margin: 0 auto;
    }

    .about-mini-card {
        right: 24px;
    }

    .working-process .process-phone {
        margin-top: 20px;
    }

    .process-cta {
        padding: 48px;
    }
}

@media (max-width: 767px) {
    .section-heading,
    .section-heading.text-center {
        margin-bottom: 38px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .feature-section,
    .about-section,
    .working-process,
    .plan-section,
    .qr-code-section,
    .faq-section {
        padding: 78px 0;
    }

    .home-section.landing-hero {
        padding: 116px 0 58px;
    }

    .landing-hero .text-box h1 {
        font-size: 42px;
    }

    .hero-description,
    .hero-description p {
        font-size: 16px;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 430px;
    }

    .hero-glow {
        width: 360px;
        height: 360px;
    }

    .landing-hero .hero-visual .img-box {
        width: 94%;
        height: 400px;
    }

    .floating-order {
        top: 10%;
        left: 0;
    }

    .floating-stat {
        right: 0;
        bottom: 10%;
    }

    .about-section .img-box {
        min-height: 430px;
    }

    .about-section .img-box img {
        height: 395px;
    }

    .about-mini-card {
        right: 16px;
        bottom: 24px;
    }

    .working-process .process-phone {
        width: 355px;
        height: 550px;
    }

    .working-process .process-phone .img-1 {
        width: 262px;
    }

    .working-process .process-phone video {
        width: 213px;
        height: 462px;
        top: 42px;
    }

    .process-cta {
        padding: 36px 26px;
    }

    .footer-section .copyright {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .landing-hero .text-box h1 {
        font-size: 36px;
    }

    .hero-trust {
        display: grid;
        justify-content: start;
        text-align: left;
    }

    .hero-visual {
        min-height: 390px;
    }

    .landing-hero .hero-visual .img-box {
        height: 355px;
    }

    .floating-card {
        padding: 10px 12px;
    }

    .floating-order {
        left: -4px;
    }

    .floating-stat {
        right: -4px;
    }

    .about-section .img-box {
        min-height: 350px;
    }

    .about-section .img-box img {
        height: 315px;
    }

    .about-mini-card {
        max-width: 240px;
    }

    .working-process .process-phone {
        width: 310px;
        height: 485px;
    }

    .working-process .process-phone .img-1 {
        width: 230px;
    }

    .working-process .process-phone video {
        width: 187px;
        height: 405px;
        top: 37px;
    }

    .cookie-content {
        right: 16px;
        bottom: 16px;
    }
}

/* Premium public pages */
.public-page {
    overflow-x: hidden;
}

.public-page .foodchat-navbar {
    min-height: 78px;
    padding: 10px 0;
}

.public-page .foodchat-navbar .navbar-brand img {
    height: 38px;
}

.public-page .btn-custom {
    border-radius: 15px;
    background: linear-gradient(135deg, #3f8af5 0%, #2774e8 100%);
}

.public-page .home-section.landing-hero {
    padding: 126px 0 68px;
    background: #ffffff;
}

.public-page .landing-hero .container {
    max-width: 1320px;
    padding: 70px 74px;
    border-radius: 44px;
    background:
        radial-gradient(circle at 8% 20%, rgba(255, 255, 255, 0.95), transparent 30%),
        #e8f2ff;
}

.public-page .landing-hero .text-box h1 {
    max-width: 660px;
    font-size: clamp(48px, 5vw, 74px);
    line-height: 0.98;
}

.public-page .landing-hero .text-box h1 span {
    margin-top: 8px;
}

.public-page .hero-badge {
    color: #1766dc;
    background: rgba(255, 255, 255, 0.68);
    border-color: rgba(52, 127, 240, 0.14);
}

.public-page .landing-hero .hero-visual .img-box {
    width: 100%;
    height: 530px;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.45);
    box-shadow: 0 30px 80px rgba(51, 102, 169, 0.2);
}

.public-page .landing-hero .hero-visual .img-box::before {
    inset: 0;
    background: rgba(255, 255, 255, 0.5);
}

.public-page .landing-hero .hero-visual .img-box img {
    position: relative;
    z-index: 1;
}

.public-page .floating-card {
    animation: fc-float 4.8s ease-in-out infinite;
}

.public-page .floating-stat {
    animation-delay: -2.4s;
}

.public-page .feature-section,
.public-page .working-process,
.public-page .qr-code-section {
    background: #ffffff;
}

.public-page .feature-section .container,
.public-page .about-section .container,
.public-page .working-process .container,
.public-page .plan-section .container,
.public-page .faq-section .container {
    position: relative;
}

.public-page .feature-section .feature-box,
.public-page .plan-section .plan-box {
    border: 0;
    background: #f5f5f7;
}

.public-page .feature-section .feature-box {
    min-height: 280px;
    padding: 34px;
}

.public-page .feature-section .feature-box:nth-child(2n) {
    background: #eef5ff;
}

.public-page .feature-section .feature-box .icon-box {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(30, 71, 122, 0.09);
}

.public-page .about-section,
.public-page .plan-section,
.public-page .faq-section {
    background: #f5f5f7;
}

.public-page .about-section .img-box,
.public-page .working-process .process-phone {
    box-shadow: 0 26px 70px rgba(28, 61, 101, 0.12);
}

.public-page .working-process .process-box {
    padding: 26px;
    border: 0;
    background: #f5f5f7;
}

.public-page .process-cta {
    background:
        radial-gradient(circle at 85% 18%, rgba(102, 166, 255, 0.7), transparent 32%),
        linear-gradient(135deg, #1966da 0%, #0c3f9c 100%);
    box-shadow: 0 30px 80px rgba(23, 92, 188, 0.22);
}

.public-page .faq-section .accordion-item {
    border: 0;
    box-shadow: 0 8px 26px rgba(32, 60, 94, 0.05);
}

.public-page > .about-section:first-of-type,
.public-page > .feature-section:first-of-type,
.public-page > .working-process:first-of-type,
.public-page > .plan-section:first-of-type,
.public-page > .faq-section:first-of-type,
.public-page > .qr-code-section:first-of-type,
.public-page > .privacy-policy:first-of-type,
.public-page > .contact-section:first-of-type,
.public-page > .blog-section:first-of-type {
    padding-top: 150px;
}

.public-page > .about-section:first-of-type,
.public-page > .plan-section:first-of-type,
.public-page > .faq-section:first-of-type,
.public-page > .privacy-policy:first-of-type,
.public-page > .contact-section:first-of-type,
.public-page > .blog-section:first-of-type {
    min-height: 70vh;
}

.public-page .contact-section {
    padding-bottom: 110px;
    background:
        radial-gradient(circle at 20% 10%, rgba(52, 127, 240, 0.09), transparent 30%),
        #f5f5f7;
}

.public-page .contact-section .info-wrapper {
    margin-bottom: 44px;
}

.public-page .contact-section .info-box,
.public-page .contact-section form,
.public-page .privacy-policy .text-box,
.public-page .blog-section .blog-box {
    border: 0;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(30, 60, 98, 0.08);
}

.public-page .contact-section .info-box {
    height: 100%;
    padding: 28px;
}

.public-page .contact-section form {
    padding: 38px;
}

.public-page .contact-section .header-text h3,
.public-page .contact-section .header-text h5 {
    color: var(--fc-ink);
}

.public-page .contact-section .form-control,
.public-page .contact-section textarea.form-control {
    min-height: 56px;
    border: 1px solid var(--fc-line);
    border-radius: 15px;
    color: var(--fc-ink);
    background: #f8fafc;
}

.public-page .privacy-policy {
    padding-bottom: 110px;
    background: #f5f5f7;
}

.public-page .privacy-policy .text-box {
    padding: 48px;
    color: var(--fc-muted);
}

.public-page .blog-section {
    padding-bottom: 110px;
    background: #f5f5f7;
}

.public-page .blog-section .blog-box {
    height: 100%;
    padding: 12px;
    overflow: hidden;
}

.public-page .blog-section .blog-box .img-box,
.public-page .blog-section .blog-box .img-box img {
    border-radius: 20px;
}

.public-page .blog-section .blog-box .text-box {
    padding: 22px 16px 18px;
}

.public-page .blog-section .blog-box .title {
    color: var(--fc-ink);
    font-size: 21px;
    font-weight: 700;
}

.public-page .banner-section {
    display: none !important;
}

.public-page section:not(.landing-hero) {
    animation: fc-reveal 0.7s ease both;
}

/* Authentication */
.auth-page {
    min-height: 100vh;
    overflow-x: hidden;
    background: #ffffff;
}

.auth-page .pwa-popup,
.auth-page .cookie-content {
    display: none !important;
}

.auth-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(440px, 46%) 1fr;
    background: #dfeeff;
}

.auth-showcase {
    min-height: 100vh;
    padding: 50px clamp(40px, 5vw, 88px) 0;
    overflow: hidden;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at 18% 15%, rgba(255, 255, 255, 0.9), transparent 28%),
        #dfeeff;
}

.auth-logo {
    width: fit-content;
    position: relative;
    z-index: 3;
}

.auth-logo img {
    width: 188px;
    height: 50px;
    object-fit: contain;
    object-position: left center;
}

.auth-showcase-copy {
    max-width: 520px;
    margin: 86px auto 0;
    position: relative;
    z-index: 3;
    text-align: center;
}

.auth-eyebrow {
    margin-bottom: 14px;
    padding: 7px 13px;
    border-radius: 999px;
    display: inline-flex;
    color: #1766dc;
    background: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    font-weight: 700;
}

.auth-showcase-copy h2 {
    margin: 0 auto 14px;
    font-size: clamp(35px, 3.3vw, 52px);
    line-height: 1.02;
}

.auth-showcase-copy p {
    max-width: 460px;
    margin: 0 auto;
    color: #5e6d80;
    font-size: 17px;
    line-height: 1.55;
}

.auth-device {
    width: min(620px, 92%);
    min-height: 430px;
    margin: 38px auto 0;
    position: relative;
    flex: 1;
    animation: fc-device-in 0.8s ease both;
}

.auth-device > img {
    width: 100%;
    height: 100%;
    max-height: 560px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 34px 45px rgba(38, 75, 125, 0.22));
}

.auth-notification,
.auth-stat {
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 17px;
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 45px rgba(35, 75, 125, 0.16);
    backdrop-filter: blur(12px);
    animation: fc-float 4.5s ease-in-out infinite;
    font-size: 14px;
    font-weight: 600;
}

.auth-notification {
    top: 40px;
    left: 0;
}

.auth-notification i {
    margin-right: 7px;
    color: #2f8bd8;
}

.auth-stat {
    right: 0;
    bottom: 100px;
    animation-delay: -2.2s;
}

.auth-stat strong {
    margin-right: 3px;
    color: #16a975;
    font-size: 22px;
}

.auth-panel {
    min-height: 100vh;
    padding: 48px clamp(32px, 6vw, 110px);
    border-radius: 52px 0 0 52px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.auth-back {
    position: absolute;
    top: 48px;
    right: clamp(32px, 6vw, 110px);
    color: #606b7a;
    font-size: 15px;
    font-weight: 600;
}

.auth-back:hover {
    color: var(--fc-primary);
}

.auth-back i {
    margin-right: 7px;
    color: var(--fc-primary);
}

.auth-form-wrap {
    width: min(100%, 520px);
    margin: 88px 0 52px;
    animation: fc-reveal 0.55s ease both;
}

.auth-form-wrap-register {
    width: min(100%, 660px);
    margin-top: 76px;
}

.auth-heading {
    margin-bottom: 34px;
    text-align: center;
}

.auth-heading h1 {
    margin-bottom: 10px;
    font-size: clamp(36px, 4vw, 48px);
    line-height: 1;
}

.auth-heading p {
    margin: 0;
    font-size: 16px;
}

.auth-mobile-logo {
    display: none;
}

.auth-form .input-box label {
    margin-bottom: 8px;
    color: #343b46;
    font-size: 14px;
    font-weight: 600;
}

.auth-form .form-control,
.auth-form .form-select {
    min-height: 56px;
    padding: 0 17px;
    border: 1px solid #dfe3e9;
    border-radius: 15px !important;
    color: var(--fc-ink);
    background: #f7faff;
    box-shadow: none;
    font-size: 15px;
}

.auth-form .form-control:focus,
.auth-form .form-select:focus {
    border-color: rgba(52, 127, 240, 0.7);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(52, 127, 240, 0.1);
}

.auth-form .auth-control {
    position: relative;
}

.auth-form .auth-control > i {
    position: absolute;
    top: 50%;
    left: 18px;
    z-index: 2;
    color: #95a1b1;
    transform: translateY(-50%);
}

.auth-form .auth-control > i + .form-control {
    padding-left: 48px;
}

.password-toggle {
    width: 44px;
    height: 44px;
    border: 0;
    position: absolute;
    top: 6px;
    right: 6px;
    color: #9aa4b2;
    background: transparent;
}

.auth-form .auth-control .password-toggle + * {
    pointer-events: none;
}

.auth-form .input-group {
    gap: 8px;
}

.auth-form .input-group .country_code {
    max-width: 155px;
}

.auth-form .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #687181;
    font-size: 14px;
}

.auth-form .links a,
.auth-switch a {
    color: var(--fc-primary);
    font-weight: 600;
}

.auth-submit {
    min-height: 58px;
    margin-top: 8px;
    border: 0;
    font-size: 16px;
}

.auth-switch {
    color: #687181;
    text-align: center;
}

.auth-form .invalid-feedback {
    margin-top: 6px;
    font-size: 12px;
}

.auth-form .divider {
    margin: 18px 0 !important;
}

.auth-form .social-login {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.auth-form .social-login a {
    width: 46px;
    height: 46px;
    border: 1px solid var(--fc-line);
    border-radius: 14px;
    display: grid;
    color: var(--fc-ink);
    place-items: center;
    background: #ffffff !important;
    box-shadow: none !important;
}

.auth-form .social-login a i {
    color: #3a4655 !important;
}

@keyframes fc-reveal {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fc-device-in {
    from {
        opacity: 0;
        transform: translateY(42px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes fc-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 1199px) {
    .public-page .landing-hero .container {
        max-width: calc(100% - 40px);
        padding: 56px 48px;
    }

    .auth-shell {
        grid-template-columns: minmax(380px, 42%) 1fr;
    }

    .auth-showcase {
        padding-right: 34px;
        padding-left: 34px;
    }

    .auth-showcase-copy {
        margin-top: 72px;
    }

    .auth-panel {
        padding-right: 52px;
        padding-left: 52px;
    }
}

@media (max-width: 991px) {
    .public-page .landing-hero .container {
        padding: 54px 34px;
    }

    .public-page .landing-hero .hero-visual {
        margin-top: 16px;
    }

    .auth-shell {
        display: block;
        background: #ffffff;
    }

    .auth-showcase {
        display: none;
    }

    .auth-panel {
        min-height: 100vh;
        padding: 100px 24px 50px;
        border-radius: 0;
    }

    .auth-back {
        top: 30px;
        right: 24px;
    }

    .auth-form-wrap,
    .auth-form-wrap-register {
        margin: 20px 0;
    }

    .auth-mobile-logo {
        margin-bottom: 26px;
        display: block;
        color: var(--fc-primary);
        font-size: 22px;
        font-weight: 800;
    }
}

@media (max-width: 767px) {
    .public-page .home-section.landing-hero {
        padding-top: 98px;
    }

    .public-page .landing-hero .container {
        max-width: calc(100% - 24px);
        padding: 42px 20px;
        border-radius: 30px;
    }

    .public-page .landing-hero .text-box h1 {
        font-size: 42px;
    }

    .public-page > .about-section:first-of-type,
    .public-page > .feature-section:first-of-type,
    .public-page > .working-process:first-of-type,
    .public-page > .plan-section:first-of-type,
    .public-page > .faq-section:first-of-type,
    .public-page > .qr-code-section:first-of-type,
    .public-page > .privacy-policy:first-of-type,
    .public-page > .contact-section:first-of-type,
    .public-page > .blog-section:first-of-type {
        padding-top: 112px;
    }

    .public-page .privacy-policy .text-box,
    .public-page .contact-section form {
        padding: 26px 20px;
    }

    .auth-heading h1 {
        font-size: 36px;
    }

    .auth-form-wrap-register .row > .col-lg-6 {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .public-page section,
    .public-page .floating-card,
    .auth-device,
    .auth-notification,
    .auth-stat,
    .auth-form-wrap {
        animation: none !important;
    }
}

/* Large editorial banners */
.public-page .home-section.landing-hero {
    padding: 110px 0 34px;
}

.public-page .landing-hero .container {
    max-width: 1380px;
    padding: 0 24px;
    border-radius: 0;
    background: transparent;
}

.hero-photo-card {
    min-height: 720px;
    padding: 82px 76px 118px;
    border-radius: 42px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background-image: url("../images/generated/foodchat-hero-v2.webp");
    background-position: center;
    background-size: cover;
    box-shadow: 0 28px 90px rgba(31, 73, 126, 0.14);
}

.hero-photo-shade {
    inset: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(242, 248, 255, 0.98) 0%, rgba(242, 248, 255, 0.9) 34%, rgba(242, 248, 255, 0.1) 66%, transparent 100%);
}

.hero-photo-card .row {
    width: 100%;
    position: relative;
    z-index: 2;
}

.public-page .hero-photo-card .text-box h1 {
    max-width: 690px;
    margin-bottom: 28px;
    font-size: clamp(54px, 5.4vw, 82px);
    line-height: 0.92;
}

.public-page .hero-photo-card .hero-description,
.public-page .hero-photo-card .hero-description p {
    max-width: 620px;
    color: #536174;
    font-size: 18px;
}

.hero-proof-card,
.hero-proof-rate {
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 55px rgba(30, 70, 120, 0.16);
    backdrop-filter: blur(14px);
    animation: fc-float 5s ease-in-out infinite;
}

.hero-proof-card {
    top: 25%;
    right: 35%;
    padding: 15px 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 11px;
}

.hero-proof-icon {
    width: 43px;
    height: 43px;
    border-radius: 13px;
    display: grid;
    color: #ffffff;
    background: var(--fc-primary);
    place-items: center;
}

.hero-proof-card small,
.hero-proof-card strong {
    display: block;
}

.hero-proof-card small {
    color: #8792a3;
    font-size: 11px;
}

.hero-proof-card strong {
    color: var(--fc-ink);
    font-size: 13px;
}

.hero-proof-rate {
    right: 5%;
    bottom: 22%;
    padding: 15px 20px;
    border-radius: 18px;
    animation-delay: -2.5s;
}

.hero-proof-rate strong {
    margin-right: 5px;
    color: #13a974;
    font-size: 28px;
}

.hero-proof-rate span {
    color: #687181;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-bottom-strip {
    right: 28px;
    bottom: 24px;
    left: 28px;
    min-height: 72px;
    padding: 14px 16px 14px 24px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(18px);
}

.hero-bottom-strip strong,
.hero-bottom-strip span {
    display: block;
}

.hero-bottom-strip strong {
    color: var(--fc-ink);
    font-size: 16px;
}

.hero-bottom-strip span {
    color: #6c7786;
    font-size: 13px;
}

.hero-bottom-strip a {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    color: #ffffff;
    background: var(--fc-primary);
    place-items: center;
}

.public-page .feature-section {
    padding-top: 92px;
}

.feature-bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.feature-bento .feature-box {
    grid-column: span 3;
}

.feature-bento .feature-box:nth-child(1),
.feature-bento .feature-box:nth-child(2) {
    min-height: 330px;
    grid-column: span 6;
}

.public-page .feature-bento .feature-box {
    min-height: 275px;
    padding: 36px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0, rgba(71, 137, 238, 0.12), transparent 42%),
        #f5f5f7;
}

.public-page .feature-bento .feature-box:nth-child(2),
.public-page .feature-bento .feature-box:nth-child(5) {
    background:
        radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.7), transparent 44%),
        #e9f3ff;
}

.feature-bento .feature-box::after {
    content: "";
    width: 150px;
    height: 150px;
    border: 24px solid rgba(52, 127, 240, 0.06);
    border-radius: 50%;
    position: absolute;
    right: -52px;
    bottom: -60px;
}

.feature-bento .feature-box .text-box {
    max-width: 410px;
    position: relative;
    z-index: 2;
}

.feature-bento .feature-box h4 {
    font-size: 24px;
}

.customer-banner {
    min-height: 610px;
    margin-top: 92px;
    border-radius: 42px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-image: url("../images/generated/foodchat-customer-banner.webp");
    background-position: center;
    background-size: cover;
    box-shadow: 0 28px 80px rgba(29, 64, 107, 0.12);
}

.customer-banner-copy {
    width: min(48%, 560px);
    margin-right: 48px;
    padding: 46px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 32px;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 24px 70px rgba(34, 68, 109, 0.12);
    backdrop-filter: blur(16px);
}

.customer-banner-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
}

.customer-banner-copy p {
    font-size: 16px;
    line-height: 1.7;
}

.customer-banner-points {
    margin: 26px 0 30px;
    display: grid;
    gap: 11px;
}

.customer-banner-points span {
    color: #354052;
    font-size: 14px;
    font-weight: 600;
}

.customer-banner-points i {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 50%;
    display: inline-grid;
    color: #13a974;
    background: #e3f8f1;
    place-items: center;
}

.public-page .about-section {
    padding: 42px 0 110px;
    background: #ffffff;
}

.public-page > .about-section:first-of-type {
    padding-top: 120px;
}

.business-banner {
    min-height: 660px;
    border-radius: 42px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background-image: url("../images/generated/foodchat-business-banner.webp");
    background-position: center;
    background-size: cover;
    box-shadow: 0 30px 90px rgba(20, 54, 92, 0.15);
}

.business-banner::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(246, 250, 255, 0.97) 0%, rgba(246, 250, 255, 0.88) 31%, rgba(246, 250, 255, 0.08) 58%, transparent 100%);
}

.business-banner-copy {
    width: min(50%, 590px);
    padding: 64px;
    position: relative;
    z-index: 2;
}

.business-banner-copy .section-heading {
    margin-bottom: 0;
}

.business-banner-copy .section-heading h2 {
    font-size: clamp(40px, 4.2vw, 60px);
}

.business-stat {
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 55px rgba(21, 53, 91, 0.16);
    backdrop-filter: blur(14px);
    animation: fc-float 5s ease-in-out infinite;
}

.business-stat-orders {
    top: 52px;
    right: 40px;
}

.business-stat-orders strong,
.business-stat-orders span {
    display: block;
}

.business-stat-orders strong {
    color: var(--fc-primary);
    font-size: 28px;
}

.business-stat-orders span {
    color: #687181;
    font-size: 11px;
    font-weight: 600;
}

.business-stat-speed {
    right: 26%;
    bottom: 42px;
    display: flex;
    align-items: center;
    gap: 11px;
    animation-delay: -2.5s;
}

.business-stat-speed > i {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: grid;
    color: #ffffff;
    background: #13a974;
    place-items: center;
}

.business-stat-speed span,
.business-stat-speed strong {
    display: block;
}

.business-stat-speed span {
    color: #7a8491;
    font-size: 11px;
}

.business-stat-speed strong {
    color: var(--fc-ink);
    font-size: 13px;
}

.public-page .foodchat-navbar .nav-item .nav-link {
    text-transform: none;
}

@media (max-width: 1199px) {
    .hero-photo-card {
        min-height: 680px;
        padding: 64px 50px 112px;
        background-position: 58% center;
    }

    .public-page .hero-photo-card .text-box h1 {
        font-size: 66px;
    }

    .hero-proof-card {
        right: 25%;
    }

    .customer-banner-copy {
        width: 52%;
        margin-right: 28px;
        padding: 38px;
    }

    .business-banner-copy {
        width: 55%;
        padding: 48px;
    }
}

@media (max-width: 991px) {
    .hero-photo-card {
        min-height: 850px;
        padding: 58px 38px 120px;
        align-items: flex-start;
        background-position: 67% center;
    }

    .hero-photo-shade {
        background: linear-gradient(180deg, rgba(242, 248, 255, 0.98) 0%, rgba(242, 248, 255, 0.86) 45%, rgba(242, 248, 255, 0.08) 74%, transparent 100%);
    }

    .hero-proof-card {
        top: auto;
        right: auto;
        bottom: 152px;
        left: 42px;
    }

    .hero-proof-rate {
        right: 42px;
        bottom: 142px;
    }

    .feature-bento .feature-box,
    .feature-bento .feature-box:nth-child(1),
    .feature-bento .feature-box:nth-child(2) {
        grid-column: span 6;
    }

    .customer-banner {
        min-height: 780px;
        align-items: flex-end;
        justify-content: center;
        background-position: 32% center;
    }

    .customer-banner-copy {
        width: calc(100% - 48px);
        max-width: none;
        margin: 0 24px 24px;
    }

    .business-banner {
        min-height: 820px;
        align-items: flex-start;
        background-position: 66% center;
    }

    .business-banner::before {
        background: linear-gradient(180deg, rgba(246, 250, 255, 0.98) 0%, rgba(246, 250, 255, 0.88) 48%, rgba(246, 250, 255, 0.04) 76%, transparent 100%);
    }

    .business-banner-copy {
        width: 100%;
        max-width: 660px;
    }
}

@media (max-width: 767px) {
    .public-page .home-section.landing-hero {
        padding-top: 94px;
    }

    .public-page .landing-hero .container {
        max-width: 100%;
        padding: 0 12px;
    }

    .hero-photo-card {
        min-height: 790px;
        padding: 38px 22px 116px;
        border-radius: 30px;
        background-position: 69% center;
    }

    .public-page .hero-photo-card .text-box {
        text-align: left;
    }

    .public-page .hero-photo-card .text-box h1 {
        font-size: 46px;
    }

    .public-page .hero-photo-card .hero-description,
    .public-page .hero-photo-card .hero-description p {
        font-size: 16px;
    }

    .public-page .hero-photo-card .hero-actions {
        margin-right: 0;
        margin-left: 0;
        justify-content: stretch;
    }

    .public-page .hero-photo-card .hero-trust {
        display: none;
    }

    .hero-proof-card {
        bottom: 132px;
        left: 20px;
    }

    .hero-proof-rate {
        right: 18px;
        bottom: 218px;
    }

    .hero-bottom-strip {
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .feature-bento {
        display: block;
    }

    .feature-bento .feature-box {
        min-height: auto !important;
        margin-bottom: 16px;
    }

    .customer-banner {
        min-height: 720px;
        margin-top: 58px;
        border-radius: 30px;
    }

    .customer-banner-copy {
        width: calc(100% - 24px);
        margin: 0 12px 12px;
        padding: 28px 22px;
        border-radius: 24px;
    }

    .customer-banner-copy h2 {
        font-size: 38px;
    }

    .business-banner {
        min-height: 780px;
        border-radius: 30px;
    }

    .business-banner-copy {
        padding: 34px 24px;
    }

    .business-banner-copy .section-heading h2 {
        font-size: 40px;
    }

    .business-stat-orders {
        top: auto;
        right: 18px;
        bottom: 112px;
    }

    .business-stat-speed {
        right: auto;
        bottom: 28px;
        left: 18px;
    }
}

/* Full-screen landing hero and compact language menu */
.public-page .foodchat-navbar > .container {
    width: 100%;
    max-width: none;
    padding-right: clamp(20px, 3vw, 64px);
    padding-left: clamp(20px, 3vw, 64px);
}

.public-page .home-section.landing-hero {
    min-height: 100svh;
    padding: 94px 0 16px;
}

.public-page .landing-hero .container {
    width: 100%;
    max-width: none;
    padding: 0 16px;
}

.hero-photo-card {
    min-height: calc(100svh - 110px);
    padding-right: clamp(44px, 5vw, 100px);
    padding-left: clamp(44px, 5vw, 100px);
    border-radius: 34px;
}

.language-dropdown .dropdown-toggle::after {
    margin-left: 2px;
    border-top-width: 0.32em;
    border-right-width: 0.28em;
    border-left-width: 0.28em;
}

.language-dropdown-toggle {
    min-width: 76px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--fc-line);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: var(--fc-ink);
    background: #f7f9fc;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.language-dropdown-toggle:hover,
.language-dropdown-toggle:focus,
.language-dropdown-toggle[aria-expanded="true"] {
    border-color: rgba(47, 125, 244, 0.34);
    color: var(--fc-primary);
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(26, 61, 103, 0.1);
}

.language-dropdown-toggle i {
    font-size: 15px;
}

.language-dropdown .dropdown-menu {
    min-width: 190px;
    margin-top: 10px !important;
    padding: 8px;
    border: 1px solid rgba(225, 232, 241, 0.9);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 48px rgba(23, 55, 94, 0.16);
    backdrop-filter: blur(18px);
}

.language-dropdown .dropdown-item {
    min-height: 42px;
    padding: 9px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #354052;
    font-size: 14px;
    font-weight: 600;
}

.language-dropdown .dropdown-item:hover,
.language-dropdown .dropdown-item.active {
    color: var(--fc-primary);
    background: var(--fc-primary-soft);
}

.language-dropdown .dropdown-item i {
    margin-left: auto;
    color: #13a974;
}

.language-code {
    width: 34px;
    height: 26px;
    border-radius: 8px;
    display: inline-grid;
    color: var(--fc-primary);
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(47, 125, 244, 0.14);
    font-size: 11px;
    font-weight: 800;
    place-items: center;
}

@media (min-width: 992px) {
    .hero-photo-card {
        background-color: #eaf3ff;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
}

@media (min-width: 992px) and (max-height: 820px) {
    .hero-photo-card {
        height: calc(100svh - 110px);
        min-height: 610px;
        padding-top: 34px;
        padding-bottom: 96px;
    }

    .public-page .hero-photo-card .text-box h1 {
        margin-bottom: 18px;
        font-size: clamp(48px, 7.4vh, 64px);
    }

    .public-page .hero-photo-card .hero-badge {
        margin-bottom: 14px;
    }

    .public-page .hero-photo-card .hero-description,
    .public-page .hero-photo-card .hero-description p {
        font-size: 16px;
        line-height: 1.55;
    }

    .public-page .hero-photo-card .hero-actions {
        margin-top: 22px;
    }

    .public-page .hero-photo-card .hero-trust {
        margin-top: 18px;
    }
}

@media (max-width: 991px) {
    .public-page .home-section.landing-hero {
        min-height: auto;
        padding-top: 92px;
    }

    .hero-photo-card {
        min-height: 850px;
        padding-right: 38px;
        padding-left: 38px;
    }
}

@media (max-width: 767px) {
    .public-page .foodchat-navbar > .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .public-page .landing-hero .container {
        max-width: none;
        padding: 0 8px;
    }

    .hero-photo-card {
        min-height: 790px;
        padding-right: 22px;
        padding-left: 22px;
        border-radius: 26px;
    }

    .language-dropdown {
        width: 100%;
    }

    .language-dropdown-toggle {
        width: 100%;
        justify-content: flex-start;
    }

    .language-dropdown-toggle::after {
        margin-left: auto;
    }

    .language-dropdown .dropdown-menu {
        width: 100%;
    }
}
