/* Desktop overrides (loaded only on min-width: 1024px) */

.home-hero__title { font-size: 44px; }
.section-title { font-size: 32px; }
.section-subtitle { font-size: 15px; }

.cards-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.card { padding: 26px 24px; border-radius: 16px; }
.card__title { font-size: 18px; font-weight: 700; }
.card__text { font-size: 14px; margin-bottom: 16px; }
.card__list { margin-bottom: 16px; }

.home-section { padding: 35px 0; }
.home-services { padding-top: 30px; }

.home-companies { padding: 35px 0; }
.companies-title { font-size: 18px; font-weight: 600; margin: 0 0 40px 0; color: #333; }
.companies-grid {
    --companies-visible: 6;
    --companies-gap: 30px;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}

.companies-track {
    display: flex;
    align-items: center;
    gap: var(--companies-gap);
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.companies-grid.is-animated .companies-track {
    animation: companies-scroll var(--companies-duration, 26s) linear infinite;
}

.company-item {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo-img {
    display: block;
    width: auto;
    max-width: 180px;
    height: 70px;
    object-fit: contain;
    filter: none;
    opacity: 1;
}

.company-logo { 
    width: 24px; 
    height: 24px; 
    border-radius: 50%; 
    background: #a0a0a0; 
    flex-shrink: 0;
}

.company-name { 
    font-size: 14px; 
    font-weight: 500; 
    text-align: left; 
    color: #333333; 
}

.site-header__toggle { display: none; }
.site-nav__close { display: none; }
.site-nav__overlay { display: none !important; }
.site-nav__cta { display: none; }

.home-testimonials { padding: 96px 0 110px; }
.home-testimonials .section-title { font-size: 40px; line-height: 1.06; font-weight: 600; }
.home-testimonials .section-subtitle { font-size: 15px; max-width: 560px; }
.t-card { padding: 26px 24px; border-radius: 16px; }
.t-card__avatar { width: 42px; height: 42px; font-size: 12px; }
.t-card__name { font-size: 13px; }
.t-card__role { font-size: 10px; }
.t-card__text { font-size: 12px; margin-bottom: 14px; }
.t-card__stars { font-size: 12px; }

.home-automation { padding: 86px 0; }
.home-automation__head { margin-bottom: 44px; }
.home-automation__title { font-size: 44px; }
.home-automation__subtitle { font-size: 15px; }
.home-automation__cta { padding: 10px 18px; font-size: 11px; border-radius: 999px; }

.home-automation__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.home-automation-card { padding: 28px 28px; border-radius: 18px; }
.home-automation-card__title { font-size: 15px; }
.home-automation-card__text { font-size: 11px; }
.home-automation-card__list li { font-size: 11px; }

.service-wide { grid-column: 1 / -1; margin-top: 22px; padding: 22px 24px; }
.service-wide__title { font-size: 18px; }
.service-wide__text { max-width: 860px; }
.service-wide__list { gap: 12px 22px; }

.home-services .section-cta { padding-top: 40px; margin-bottom: 32px; }

.btn--services { padding: 12px 22px; font-size: 12px; }

.site-header__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
.site-nav { display: block; justify-self: center; position: static; height: auto; width: auto; padding: 0; transform: none; box-shadow: none; background: transparent; }
.site-nav--panel { position: static; height: auto; width: auto; padding: 0; transform: none; box-shadow: none; background: transparent; }
.site-header .site-nav__menu { display: flex !important; justify-content: center !important; align-items: center !important; flex-wrap: nowrap !important; gap: 48px !important; }
.site-header .site-nav__menu > li + li { margin-left: 48px !important; }
.site-nav--panel .site-nav__menu { flex-direction: row; margin-top: 0; }
.site-nav--panel .site-nav__menu > li { display: block; flex-wrap: nowrap; align-items: stretch; }
.site-nav--panel .site-nav__menu > li > a { width: auto; padding: 0; border-radius: 0; background: transparent; color: var(--primary); }
.site-nav--panel .site-nav__menu > li > a:hover { background: transparent; }
.site-nav__submenu-toggle { display: none !important; }
.site-nav--panel .sub-menu { display: none; list-style: none; margin: 0; padding: 10px 12px; background: #fff; border-radius: 12px; box-shadow: 0 16px 40px rgba(0,0,0,0.10); position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 240px; z-index: 200; border-left: 0; width: auto; }
.site-nav--panel .sub-menu a { width: auto; padding: 6px 2px; border-radius: 0; color: var(--primary); font-size: 16px; }
.site-nav--panel .sub-menu a:hover { background: transparent; }
.site-header__cta { display: inline-flex; grid-column: 3; justify-self: end; padding: 10px 18px; font-size: 14px; }

.cases-hero { padding: 86px 0 96px; }
.cases-hero__title { font-size: 48px; }
.cases-hero__text { font-size: 14px; }

.footer-main { grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; }

.automation-hero { padding: 110px 0 130px; }
.automation-hero__badge { font-size: 10px; padding: 8px 14px; }
.automation-hero__title { font-size: 56px; line-height: 1.04; font-weight: 700; }
.automation-hero__text { font-size: 12px; max-width: 760px; }
.automation-hero__cta { padding: 10px 16px; font-size: 11px; }

.automation-solutions { padding: 70px 0 90px; }
.automation-solutions { background: #F7F3F2; }
.automation-solutions .section-head { max-width: 980px; margin-bottom: 34px; }
.automation-solutions .section-title { font-size: 34px; line-height: 1.1; font-weight: 600; }
.automation-solutions .section-subtitle { font-size: 15px; line-height: 1.7; max-width: 560px; margin-inline: auto; }

.automation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: 26px; }
.a-card { padding: 30px 28px; border-radius: 12px; border: 1px solid rgba(0,0,0,0.07); box-shadow: 0 10px 20px rgba(0,0,0,0.06); }
.a-card__icon { width: 36px; height: 36px; border-radius: 10px; margin-bottom: 14px; box-shadow: inset 0 0 0 1px rgba(255,106,26,0.18); line-height: 0; }
.a-card__title { font-size: 16px; font-weight: 700; }
.a-card__text { font-size: 11px; line-height: 1.7; color: rgba(0,0,0,0.62); }
.a-list { font-size: 11px; line-height: 1.6; color: rgba(0,0,0,0.70); gap: 10px; }
.a-list li::before { width: 12px; height: 12px; margin-top: 2px; border-color: rgba(255,106,26,0.92); background-image: radial-gradient(circle at center, rgba(255,106,26,0.95) 0 2px, transparent 3px); background-color: transparent; }

.automation-cta { padding: 90px 0 100px; }
.automation-cta__title { font-size: 32px; }

.webdev-hero { padding: 88px 0 96px; }
.webdev-hero { padding: 110px 0 120px; }
.webdev-hero__title { font-size: 54px; line-height: 1.06; font-weight: 700; }
.webdev-hero__text { font-size: 12px; }
.webdev-hero__box { padding: 16px 18px; font-size: 11px; border-radius: 10px; }

.webdev-intro { padding: 84px 0 54px; }
.webdev-intro .section-head { max-width: 860px; margin-bottom: 0; }
.webdev-intro .section-title { font-size: 34px; line-height: 1.1; font-weight: 600; letter-spacing: -0.02em; }
.webdev-intro .section-subtitle { margin-top: 12px; max-width: 620px; font-size: 15px; line-height: 1.75; color: rgba(0,0,0,0.52); }
.webdev-intro__highlight { margin: 18px auto 0; max-width: 620px; font-size: 11px; line-height: 1.8; color: rgba(0,0,0,0.74); font-weight: 700; }

.webdev-why { padding: 54px 0 80px; background-color: #F7F3F2 !important; background-image: none !important; }
.webdev-why .section-head { margin-bottom: 22px; max-width: 980px; }
.webdev-why .section-title { font-size: 34px; line-height: 1.1; font-weight: 600; letter-spacing: -0.02em; }
.webdev-why .section-subtitle { margin-top: 10px; font-size: 15px; color: rgba(0,0,0,0.52); }
.webdev-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: 26px; }
.webdev-why .w-card { padding: 30px 28px; border-radius: 12px; border: 1px solid rgba(0,0,0,0.08); box-shadow: 0 12px 26px rgba(0,0,0,0.05); background: #ffffff; }
.webdev-why .w-card__icon { width: 32px; height: 32px; min-width: 32px; min-height: 32px; aspect-ratio: 1 / 1; border-radius: 8px; background: rgba(255,106,26,0.12); border: 0; margin-bottom: 14px; line-height: 0; padding: 0; flex: 0 0 auto; box-sizing: border-box; color: var(--primary); display: inline-flex; align-items: center; justify-content: center; }
.webdev-why .w-card__icon svg { display: block; width: 16px; height: 16px; }
.webdev-why .w-card__title { font-size: 14px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.01em; color: rgba(0,0,0,0.92); }
.webdev-why .w-card__subtitle { font-size: 12px; font-weight: 700; line-height: 1.45; margin-bottom: 12px; color: rgba(0,0,0,0.86); }
.webdev-why .w-card__text { font-size: 11px; line-height: 1.75; color: rgba(0,0,0,0.58); }
.webdev-why .w-card__text + .w-card__text { margin-top: 10px; }
.webdev-why .w-card__highlight { margin-top: 12px; font-size: 11px; font-weight: 700; color: var(--primary); }

.webdev-cta { padding: 92px 0 102px; background: var(--primary); background-image: none; }
.webdev-cta__title { font-size: 34px; line-height: 1.14; font-weight: 600; max-width: 860px; margin-left: auto; margin-right: auto; }
.webdev-cta__subtitle { font-size: 15px; max-width: 760px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,0.92); }
.webdev-cta__btn { border-radius: 999px; padding: 9px 14px; font-size: 10px; font-weight: 700; box-shadow: 0 12px 24px rgba(0,0,0,0.25); }
.webdev-cta__note { font-size: 10px; max-width: 820px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,0.82); }

.traffic-hero { padding: 120px 0 130px; }
.traffic-hero__content { text-align: left; }
.traffic-hero__title { font-size: 44px; line-height: 1.08; letter-spacing: -0.02em; font-weight: 600; }
.traffic-hero__text { font-size: 12px; }

.traffic-intro { padding: 70px 0 22px; }
.traffic-intro .section-title { font-size: 30px; line-height: 1.12; font-weight: 600; }
.traffic-intro .section-subtitle { font-size: 15px; }
.traffic-intro__text { font-size: 12px; }

.traffic-channels { padding: 62px 0 86px; }
.traffic-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 26px; }
.traffic-card { padding: 22px 20px; }

.vitrines { margin-top: 10px; }
.vitrines__head { margin-bottom: 26px; }
.vitrines__title { font-size: 30px; line-height: 1.12; font-weight: 600; }
.vitrines__subtitle { font-size: 15px; }

.vitrines__cards { grid-template-columns: 1fr; gap: 26px; margin-top: 26px; max-width: 820px; margin-left: auto; margin-right: auto; }
.vitrine-card { padding: 30px 28px; display: flex; gap: 20px; align-items: flex-start; box-shadow: 0 14px 26px rgba(0,0,0,0.06); border-radius: 14px; border-width: 2px; }
.vitrine-card__icon { width: 56px; height: 56px; border-radius: 14px; }
.vitrine-card__body { flex: 1 1 auto; min-width: 0; }
.vitrine-card__title { letter-spacing: 0.02em; font-weight: 700; font-size: 12px; }
.vitrine-card__lead { font-size: 13px; line-height: 1.4; font-weight: 600; }
.vitrine-card__text { font-size: 11px; }
.vitrine-card__list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; row-gap: 10px; font-size: 12px; }
.vitrine-card__list li { grid-template-columns: 18px 1fr; }
.vitrine-card__list li::before { content: "✓"; width: 16px; height: 16px; margin-top: 2px; border-radius: 999px; border: 1.5px solid rgba(255,106,26,0.85); color: rgba(255,106,26,0.95); display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 900; }
.vitrine-card__note { font-size: 11px; }

.traffic-cta { padding: 96px 0 110px; }
.traffic-cta__title { font-size: 38px; line-height: 1.08; font-weight: 600; }
.traffic-cta__text { font-size: 12px; }
.traffic-cta__btn { font-size: 11px; border-radius: 10px; }
.traffic-cta__note { font-size: 11px; }

.traffic-cta__question { font-size: 18px; line-height: 1.25; font-weight: 600; }

.services-hero { padding: 64px 0 22px; }
.services-hero .section-subtitle { font-size: 15px; }

.services-block { padding: 54px 0 70px; }
.services-block__title { font-size: 28px; }
.services-block__text { font-size: 14px; }

.services-mini-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.services-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.services-card { padding: 26px 24px; border-radius: 16px; }
.services-card__title { font-size: 16px; }
.services-card__text { font-size: 12px; }
.services-list { font-size: 12px; }
.services-mini { padding: 16px 16px; }

.services-final { padding: 80px 0 92px; }
.services-final__title { font-size: 40px; }
.services-final__text { font-size: 12px; }

.home-final { padding: 96px 0 106px; }
.final-title { font-size: 40px; }
.final-text { font-size: 12px; }
.final-cta { padding: 10px 18px; font-size: 11px; border-radius: 10px; }
 .final-cta.btn--primary { color: #ffffff; }

.site-header__inner { padding: 22px 0; }
.site-header__brand .custom-logo { height: 44px; width: auto; }
.site-header .site-nav__menu { gap: 48px !important; }
.site-nav__menu a { font-size: 16px; font-weight: 600; letter-spacing: 0.02em; }
.site-header__cta { padding: 10px 18px; font-size: 12px; border-radius: 10px; }

.site-nav__menu .sub-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 240px; z-index: 200; }
.site-nav__menu li:hover > .sub-menu,
.site-nav__menu li:focus-within > .sub-menu { display: block; }

.about-hero { padding: 76px 0 60px; }
.about-hero__title { font-size: 52px; }
.about-hero__text { font-size: 14px; }

.about-values { padding: 38px 0 76px; }
.about-values__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.about-card { padding: 22px 20px; }

.about-history { padding: 70px 0 86px; }
.about-history__content { font-size: 14px; }

.about-cta { padding: 80px 0 92px; }
.about-cta__title { font-size: 34px; }

.ecom-hero { padding: 110px 0 130px; }
.ecom-hero__badge { font-size: 10px; padding: 8px 14px; }
.ecom-hero__title { font-size: 56px; }
.ecom-hero__text { font-size: 12px; max-width: 760px; }
.ecom-hero__cta { padding: 10px 16px; font-size: 11px; }

.ecom-section { padding: 78px 0 90px; background: #F7F3F2; --container: 1040px; }
.ecom-section--alt { background: #F7F3F2; }
.ecom-row { grid-template-columns: 1fr 420px; gap: 48px; align-items: start; }
.ecom-row--reverse { grid-template-columns: 420px 1fr; }
.ecom-side { --ecom-icon: rgba(0,0,0,0.26); }
.ecom-side--traffic { --ecom-icon: rgba(255,106,26,0.95); }
.ecom-side--store { --ecom-icon: rgba(59,130,246,0.95); }
.ecom-side--integrations { --ecom-icon: rgba(0,0,0,0.26); }
.ecom-side--automation { --ecom-icon: rgba(255,106,26,0.95); }
.ecom-side--marketplaces { --ecom-icon: rgba(0,0,0,0.26); }
.ecom-badge { padding: 6px 10px; border-radius: 999px; background: rgba(255,106,26,0.08); border: 1px solid rgba(255,106,26,0.16); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; color: var(--primary); display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
.ecom-badge__icon { width: 16px; height: 16px; border-radius: 999px; background: rgba(255,106,26,0.14); display: inline-flex; align-items: center; justify-content: center; font-size: 11px; line-height: 1; color: var(--primary); }
.ecom-badge__icon svg { display: block; width: 12px; height: 12px; }
.ecom-title { font-size: 40px; font-weight: 600; letter-spacing: -0.03em; line-height: 1.06; display: flex; gap: 12px; align-items: flex-start; }
.ecom-title__icon { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; font-size: 26px; line-height: 0; flex: 0 0 auto; margin-top: 6px; color: var(--ecom-icon); }
.ecom-title__icon svg { display: block; width: 32px; height: 32px; }
.ecom-title__text { min-width: 0; }
.ecom-text { font-size: 12px; line-height: 1.7; color: rgba(0,0,0,0.65); }
.ecom-text--strong { margin-top: 14px; font-weight: 700; color: rgba(0,0,0,0.78); }

.ecom-box { padding: 26px 24px; border-radius: 12px; border: 1px solid rgba(0,0,0,0.07); box-shadow: 0 10px 20px rgba(0,0,0,0.06); background: #fff; }
.ecom-box__title { font-weight: 800; font-size: 14px; margin-bottom: 14px; }
.ecom-list { font-size: 11px; color: rgba(0,0,0,0.72); display: grid; gap: 9px; line-height: 1.6; }
.ecom-list li::before { border-color: rgba(255,106,26,0.92); background-image: radial-gradient(circle at center, rgba(255,106,26,0.95) 0 2px, transparent 3px); background-color: transparent; }

.ecom-cta { padding: 96px 0 110px; }
.ecom-cta__title { font-size: 36px; }
.ecom-cta__text { font-size: 14px; }

.site-footer { padding: 70px 0 26px; background: #0b0b0b; background-image: none; border-top: 1px solid rgba(255,255,255,0.10); }
.footer-main { grid-template-columns: 2fr 1fr 1fr; gap: 90px; }
.footer-brand { font-size: 14px; font-weight: 700; }
.footer-text { font-size: 11px; line-height: 1.7; color: rgba(255,255,255,0.68); max-width: 360px; }
.footer-title { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.92); }
.footer-links { gap: 10px; }
.footer-links a { font-size: 11px; color: rgba(255,255,255,0.68); }
.footer-bottom { margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.12); flex-direction: row; align-items: center; justify-content: space-between; }
.footer-bottom-left { font-size: 11px; }
.footer-bottom-links a { font-size: 11px; }

/* Home Obstacles Section */
.home-obstacles {
    padding: 80px 0;
    background: #fdf8f5;
}

.obstacles-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.obstacles-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.obstacle-item {
    background: #ffffff;
    padding: 24px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.obstacle-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.obstacle-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #000000;
}

.obstacle-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

.obstacle-text {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 1.3;
    text-align: center;
}

.obstacles-right {
    padding-left: 20px;
}

.obstacles-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 20px;
}

.obstacles-title span {
    color: #ff6a1a;
}

.obstacles-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 30px;
    max-width: 480px;
}

.obstacles-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.obstacle-check {
    display: flex;
    align-items: center;
    gap: 12px;
}

.check-icon {
    width: 20px;
    height: 20px;
    background: var(--primary);
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.check-icon::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.obstacle-check span {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    line-height: 1.4;
}

.btn--obstacle {
    background: #ff6a1a;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn--obstacle:hover {
    background: #e55a15;
    transform: translateY(-2px);
}

/* Home Partners Testimonials Section */
.home-partners-testimonials {
    padding: 80px 0;
    background: #ffffff;
}

.home-partners-testimonials .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
}

.home-partners-testimonials .section-title span {
    color: #ff6a1a;
}

.partners-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.partner-t-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.partner-t-stars {
    color: #ff6a1a;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.partner-t-text {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
    font-style: italic;

}
.partner-t-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e0e0e0;
    flex-shrink: 0;
}

.partner-t-info {
    flex-grow: 1;
}

.partner-t-name {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 4px 0;
}

.partner-t-role {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.4;
}

/* Home Certifications Section */
.home-certifications {
    padding: 60px 0;
    background: #ffffff;
}

.certifications-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.certifications-title {
    font-size: 32px;
    font-weight: 600;
    color: #2f2f2f;
    margin: 0;
    flex-shrink: 0;
    white-space: nowrap;
}

.certifications-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 22px;
    align-items: center;
    flex-grow: 1;
    justify-items: center;
    padding-inline: 40px;
    max-width: 920px;
    margin-inline: auto;
}

.certification-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    text-align: center;
}

.certification-logo {
    width: 120px;
    height: 120px;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s ease;
}

.certification-logo.cert-5 {
    width: 90px;
    margin-left: 90px;
}

.certification-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.certification-item span {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 1.3;
}

/* Home Contact Section */
.home-contact {
    padding: 80px 0;
    background: #ff6a1a;
}

.contact-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 50px;
    max-width: 980px;
    margin: 0 auto;
}

.contact-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin: 0;
}

.contact-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.phone-icon::before {
    content: "📞";
    font-size: 20px;
}

.email-icon::before {
    content: "✉️";
    font-size: 20px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-label {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.contact-value {
    font-size: 15px;
    font-weight: 500;
    color: #666666;
}

.contact-right {
    display: flex;
    flex-direction: column;
    background: #f8f8f8;
    padding: 24px;
    border-radius: 16px;
}

.form-label {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 6px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-input {
    padding: 10px 14px;
    border: 1px solid #e6e6e6;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    background: #ffffff;
    transition: all 0.3s ease;
    height: 36px;
}

.form-input:focus {
    outline: none;
    border-color: #ff6a1a;
    box-shadow: 0 0 0 3px rgba(255,106,26,0.1);
}

.form-textarea {
    padding: 10px 14px;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    background: #ffffff;
    resize: vertical;
    min-height: 90px;
    font-family: inherit;
    transition: all 0.3s ease;
}

.form-textarea:focus {
    outline: none;
    border-color: #ff6a1a;
    box-shadow: 0 0 0 3px rgba(255,106,26,0.1);
}

.btn--contact {
    background: #ff6a1a;
    color: #ffffff;
    padding: 12px 22px;
    border: none;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
}

.btn--contact:hover {
    background: #e55a15;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,106,26,0.3);
}
