/* ==========================================================================
   DRGO SLS theme stylesheet

   Order is intentional: tokens/base, header, home sections, footer/floating,
   generic inner pages, contact, news, products, about, responsive overrides.
   Do not paste generated SLS/sitebuilder class names into this file.
   ========================================================================== */

:root {
    --drgo-blue: #0b65b1;
    --drgo-blue-2: #0e6eb7;
    --drgo-text: #333;
    --drgo-muted: #666;
    --drgo-line: #e5e5e5;
    --drgo-gray: #f5f5f7;
    --drgo-footer: #2b3238;
    --drgo-heading: Oswald, "Arial Narrow", Arial, sans-serif;
    --drgo-body: Calibri, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; }
body.drgo-page { margin: 0; background: #fff; color: var(--drgo-text); font-family: var(--drgo-body); font-size: 14px; line-height: 1.45; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.drgo-wrap { width: 1200px; max-width: 100%; margin: 0 auto; }
.drgo-wrap--wide { width: 1200px; }

/* Header */
.drgo-header { position: relative; z-index: 50; background: #fff; box-shadow: none; }
.drgo-header .drgo-wrap { width: 100%; max-width: none; }
.drgo-topbar { height: 68px; background: #eee; overflow: visible; }
.drgo-topbar__inner { display: grid; grid-template-columns: 83.333333% 8.333333% 8.333333%; height: 68px; align-items: center; }
.drgo-topbar__contact { display: flex; min-width: 0; align-items: center; gap: 19px; padding-left: 64px; white-space: nowrap; }
.drgo-topbar__contact a { display: inline-flex; min-width: 0; align-items: center; gap: 5px; color: #333; font-size: 16px; line-height: 1; }
.drgo-topbar__contact svg { flex: 0 0 14px; color: #333; }
.drgo-topbar__contact span { overflow: hidden; text-overflow: ellipsis; }
.drgo-lang { position: relative; z-index: 60; justify-self: start; font-size: 16px; }
.drgo-lang button { display: inline-flex; width: 170px; height: 38px; align-items: center; gap: 5px; padding: 0 10px; border: 1px solid #ccc; background: #fff; color: #333; cursor: pointer; }
.drgo-lang button svg { margin-left: auto; color: #999; }
.drgo-lang__flag { width: 22px; height: 14px; border: 1px solid #ddd; background: linear-gradient(153deg, transparent 0 42%, #c8102e 42% 48%, transparent 48% 100%), linear-gradient(27deg, transparent 0 42%, #c8102e 42% 48%, transparent 48% 100%), linear-gradient(153deg, transparent 0 37%, #fff 37% 53%, transparent 53% 100%), linear-gradient(27deg, transparent 0 37%, #fff 37% 53%, transparent 53% 100%), linear-gradient(90deg, transparent 0 42%, #c8102e 42% 58%, transparent 58% 100%), linear-gradient(0deg, transparent 0 39%, #c8102e 39% 61%, transparent 61% 100%), linear-gradient(90deg, transparent 0 34%, #fff 34% 66%, transparent 66% 100%), linear-gradient(0deg, transparent 0 30%, #fff 30% 70%, transparent 70% 100%), #012169; }
.drgo-lang ul { position: absolute; top: 100%; right: 0; display: none; min-width: 140px; margin: 0; padding: 6px 0; list-style: none; border: 1px solid #ddd; background: #fff; box-shadow: 0 10px 22px rgba(0,0,0,.12); }
.drgo-lang.is-open ul, .drgo-lang:hover ul { display: block; }
.drgo-lang a { display: block; padding: 7px 12px; font-size: 14px; line-height: 1.2; white-space: nowrap; }
.drgo-lang a:hover { background: #f4f4f4; color: var(--drgo-blue); }

.drgo-mainhead { background: #fff; }
.drgo-mainhead__inner { display: grid; grid-template-columns: 16.666667% 66.666667% 8.333333%; min-height: 105px; align-items: center; gap: 0; }
.drgo-logo { display: flex; align-items: center; justify-content: flex-end; min-width: 0; padding-top: 10px; }
.drgo-logo img { width: auto; max-width: 170px; max-height: 78px; object-fit: contain; }
.drgo-logo span { color: var(--drgo-blue); font-family: var(--drgo-heading); font-size: 24px; font-weight: 700; line-height: 1; }
.drgo-menu { display: none; }
.drgo-nav { min-width: 0; justify-self: stretch; margin-left: 80px; }
.drgo-nav ul { display: flex; justify-content: space-around; min-width: 0; margin: 0; padding: 0; list-style: none; }
.drgo-nav li { position: relative; flex: auto; min-width: 0; }
.drgo-nav li > a { position: relative; display: inline-flex; align-items: center; gap: 3px; padding: 4px 15px; border-bottom: 4px solid transparent; color: #333; font-size: 20px; line-height: 52px; text-align: center; text-transform: uppercase; white-space: nowrap; }
.drgo-nav li > a::after { display: none; }
.drgo-nav li:hover > a, .drgo-nav li.is-active > a { border-bottom-color: var(--drgo-blue); color: var(--drgo-blue); padding-bottom: 0; }
.drgo-mega, .drgo-dropdown { position: absolute; top: 100%; left: 0; display: none; z-index: 40; background: #fff; box-shadow: 0 16px 34px rgba(0,0,0,.16); }
.drgo-nav li:hover .drgo-mega, .drgo-nav li:hover .drgo-dropdown { display: grid; }
.drgo-mega { width: 610px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; padding: 18px; }
.drgo-dropdown { min-width: 210px; padding: 12px 18px; }
.drgo-mega a, .drgo-dropdown a { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 10px; align-items: center; padding: 7px; color: #333; line-height: 1.25; }
.drgo-dropdown a { display: block; padding: 7px 0; }
.drgo-mega img { width: 76px; height: 50px; object-fit: contain; background: #f7f7f7; }
.drgo-mega strong { display: block; font-size: 13px; text-transform: uppercase; }
.drgo-mega small { display: -webkit-box; margin-top: 3px; overflow: hidden; color: #777; font-size: 11px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.drgo-mega a:hover, .drgo-dropdown a:hover { color: var(--drgo-blue); }
.drgo-search { position: relative; width: 100%; height: 50px; justify-self: stretch; padding-top: 14px; }
.drgo-search button, .drgo-search input { box-sizing: border-box; margin: 0; padding: 0; border: 0; background: none; }
.drgo-search .drgo-search__icon { position: absolute; top: 14px; right: 0; z-index: 2; display: flex; width: 36px; height: 36px; align-items: center; justify-content: center; background: var(--drgo-blue); color: #fff; cursor: pointer; }
.drgo-search__box { position: absolute; top: 14px; right: 0; width: 36px; height: 36px; overflow: hidden; transition: width .2s ease; }
.drgo-search__fix { position: relative; height: 36px; margin-right: 36px; }
.drgo-search__fix input { width: 100%; height: 36px; color: #333; font-size: 14px; line-height: 36px; text-indent: 8px; }
.drgo-search .drgo-search__submit { position: absolute; top: 0; left: 100%; display: flex; width: 36px; height: 36px; align-items: center; justify-content: center; background: var(--drgo-blue); color: #fff; cursor: pointer; }
.drgo-search .drgo-search__close { position: absolute; top: 14px; right: 0; z-index: 3; display: none; width: 0; height: 36px; background: #333; cursor: pointer; }
.drgo-search.is-open .drgo-search__box { width: 272px; }
.drgo-search.is-open .drgo-search__fix { display: flex; align-items: center; margin-right: 72px; border: 1px solid #ddd; background: #fff; }
.drgo-search.is-open .drgo-search__close { display: block; width: 36px; }
.drgo-search.is-open .drgo-search__icon { display: none; }

/* Home */
.drgo-hero { position: relative; height: 573px; min-height: 400px; overflow: hidden; background: #142434; color: #fff; }
.drgo-hero__slides, .drgo-hero__slides span { position: absolute; inset: 0; }
.drgo-hero__slides span { opacity: 0; background-position: center center; background-size: cover; background-repeat: no-repeat; transition: opacity .7s ease; }
.drgo-hero__slides span.is-active { opacity: 1; }
.drgo-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0,0,0,.42), rgba(0,0,0,.24) 46%, rgba(0,0,0,.36)), rgba(0,0,0,.2); pointer-events: none; }
.drgo-hero__copy { position: absolute; top: 25%; left: 50%; z-index: 2; display: block; width: 80%; text-align: center; transform: translateX(-50%); word-break: break-word; }
.drgo-hero__copy h1 { width: 100%; margin: 25px auto 0; color: #fff; font-family: var(--drgo-heading); font-size: 52px; font-weight: 500; line-height: 1.16; text-align: center; text-shadow: none; }
.drgo-hero__copy p { width: 100%; margin: 0 auto; color: #fff; font-family: var(--drgo-heading); font-size: 42px; font-weight: 100; line-height: 1.16; text-align: center; text-shadow: none; }
.drgo-hero__copy a { display: inline-flex; height: 40px; align-items: center; justify-content: center; margin-top: 30px; padding: 0 30px; border-radius: 3px; background: var(--drgo-blue-2); color: #fff; font-size: 14px; line-height: 40px; text-align: center; text-transform: uppercase; }
.drgo-hero__copy a:hover { background: #1782d3; }
.drgo-hero__dots { position: absolute; bottom: 2.5%; left: 12%; z-index: 2; display: flex; gap: 14px; align-items: center; }
.drgo-hero__dots span { width: 50px; height: 2px; padding: 7px 0; background: linear-gradient(#8c8e94, #8c8e94) center / 50px 2px no-repeat; cursor: pointer; }
.drgo-hero__dots .is-active { background-image: linear-gradient(#0089f5, #0089f5); }

.drgo-section-head { width: 1200px; max-width: 100%; margin: 0 auto 24px; text-align: center; }
.drgo-section-head h2 { margin: 0 0 14px; color: var(--drgo-blue); font-family: var(--drgo-heading); font-size: 40px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.drgo-section-head p { margin: 0 auto; color: #333; font-size: 16px; line-height: 1.5; }
.drgo-section-head a { color: var(--drgo-blue); font-weight: 700; }

.drgo-hot { padding: 103px 0 15px; background: #fff; word-break: break-word; }
.drgo-hot__head { margin-bottom: 0; }
.drgo-hot__head h2 { margin: 0 20px 25px; font-size: 36px; line-height: 1.2; }
.drgo-hot__head p { margin: 0 20px 30px; color: #333; font-size: 16px; line-height: 1.5; }
.drgo-category-tabs { display: flex; flex-wrap: wrap; justify-content: center; margin: 0; }
.drgo-category-tabs button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; margin: 10px; padding: 15px 30px; border: 0; border-radius: 0; background: #e5e5e5; color: #363636; font: inherit; font-size: 16px; line-height: 18px; text-transform: uppercase; cursor: pointer; }
.drgo-category-tabs button.is-active, .drgo-category-tabs button:hover { background: var(--drgo-blue); color: #fff; }
.drgo-hot-panel[hidden] { display: none; }
.drgo-product-carousel { position: relative; width: 1200px; max-width: 100%; margin: 30px auto 0; padding: 0; }
.drgo-product-viewport { overflow: hidden; }
.drgo-product-grid { display: flex; gap: 0; margin: 0; transition: transform .45s ease; will-change: transform; }
.drgo-product-grid .drgo-product-card { flex: 0 0 calc(25% - 20px); min-width: 0; margin: 0 10px; }
.drgo-product-arrow { position: absolute; top: 50%; display: grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 1px solid #ccc; background: #fff; color: #ccc; cursor: pointer; transform: translateY(-50%); }
.drgo-product-arrow:hover { border-color: var(--drgo-blue); background: var(--drgo-blue); color: #fff; }
.drgo-product-arrow--prev { left: -50px; }
.drgo-product-arrow--next { right: -50px; }
.drgo-product-carousel:not(.is-scrollable) .drgo-product-arrow { display: none; }
.drgo-product-card { position: relative; background: #f4f4f4; outline: none; }
.drgo-product-card a { display: block; }
.drgo-product-card .drgo-card__media { position: relative; display: block; width: 100%; height: 0; padding-bottom: 100%; background: #f4f4f4; }
.drgo-product-card .drgo-card__media img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; padding: 0; mix-blend-mode: multiply; }
.drgo-product-card .drgo-card__body { display: block; min-height: 118px; padding: 0; text-align: center; transition: background .18s ease; }
.drgo-product-card strong { display: block; padding: 20px; overflow: hidden; color: #333; font-size: 16px; font-weight: 700; line-height: 1.35; white-space: nowrap; text-overflow: ellipsis; }
.drgo-product-card em { position: relative; display: block; padding: 15px 0 20px; color: #666; font-size: 14px; font-style: normal; opacity: .6; text-transform: capitalize; }
.drgo-product-card em::before { content: ""; position: absolute; top: 0; left: 15px; width: calc(100% - 30px); height: 1px; background: #c0c0c0; opacity: .28; }
.drgo-product-card:hover .drgo-card__body { background: var(--drgo-blue); }
.drgo-product-card:hover strong, .drgo-product-card:hover em { color: #f4f4f4; }
.drgo-product-card:hover em::before { background: #fff; }
.drgo-center-link { margin-top: 40px; text-align: center; }
.drgo-center-link a { position: relative; display: inline-block; min-height: 46px; overflow: hidden; padding: 15px 55px; border-radius: 0; background: var(--drgo-blue); color: #fff; font-size: 14px; line-height: 16px; text-transform: uppercase; }
.drgo-center-link a::before { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background-image: linear-gradient(to right, transparent, rgba(255,255,255,.3), transparent); transform: skewX(-20deg); transition: left .5s; }
.drgo-center-link a:hover::before { left: 100%; }
.drgo-center-link a:hover { background: #1782d3; }

.drgo-solution-image { padding: 94px 0 0; background: #fff; }
.drgo-solution-image figure { width: 100%; margin: 0; text-align: center; }
.drgo-solution-image img { width: 1200px; max-width: 100%; margin: 0 auto; object-fit: contain; }

.drgo-about { padding: 0 0 58px; background: #fff; }
.drgo-about__layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: center; width: 1200px; padding-top: 39px; }
.drgo-about__copy { padding-right: 30px; }
.drgo-about__copy h2 { margin: 0 0 8px; color: var(--drgo-blue); font-family: var(--drgo-heading); font-size: 30px; font-weight: 700; line-height: 1.2; }
.drgo-about__copy h3 { margin: 0 0 19px; color: #333; font-size: 20px; font-weight: 400; line-height: 1.35; }
.drgo-about__copy p { margin: 0 0 30px; color: #333; font-size: 18px; line-height: 1.65; text-align: justify; }
.drgo-about__copy a { display: inline-flex; height: 40px; align-items: center; padding: 0 30px; border-radius: 3px; background: var(--drgo-blue-2); color: #fff; font-size: 14px; line-height: 40px; text-transform: uppercase; }
.drgo-about__copy a:hover { background: #1782d3; }
.drgo-about figure { position: relative; margin: 0; background: #d8e5ed; }
.drgo-about figure img { width: 100%; aspect-ratio: 1.46 / 1; object-fit: cover; transition: transform .3s ease; }
.drgo-about figure:hover img { transform: translateY(-10px); }

.drgo-solutions { padding: 0 0 38px; background: #fff; color: #777; font-size: 14px; line-height: 1.5; }
.drgo-solutions__inner { width: 1200px; }
.drgo-solutions__title { margin-bottom: 0; color: #333; text-align: center; }
.drgo-solutions__title h5 { margin: 0; color: #333; font-family: var(--drgo-heading); font-size: 13px; font-weight: 400; line-height: 1.35; text-align: center; text-transform: uppercase; }
.drgo-solutions__title h3 { margin: 0; color: var(--drgo-blue); font-family: var(--drgo-heading); font-size: 30px; font-weight: 700; line-height: 1.2; text-align: center; text-transform: capitalize; }
.drgo-title-line { position: relative; display: inline-block; width: 28%; height: 1px; margin: 16px auto 14px; background: #ddd; font-size: 28px; }
.drgo-title-line i { position: absolute; top: -2px; left: 50%; width: 50px; height: 5px; margin-left: -28px; border-radius: 30px; background: var(--drgo-blue); }
.drgo-contact-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; width: 1200px; max-width: 100%; margin: 0 auto; padding: 42px 10px 0; }
.drgo-contact-cards article { display: flex; align-items: flex-start; min-height: 90px; margin-bottom: 0; background: #fff; text-align: left; }
.drgo-contact-icon { position: relative; display: grid; flex: 0 0 70px; width: 70px; height: 70px; place-items: center; margin-right: 20px; border: 1px solid var(--drgo-blue); color: var(--drgo-blue); box-shadow: 0 5px 6px rgba(0,0,0,.1); transition: all .4s ease; }
.drgo-contact-icon::after { content: ""; position: absolute; top: 22%; left: 100%; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 15px solid var(--drgo-blue); transition: all .4s ease; }
.drgo-contact-icon svg { width: 36px; height: 36px; }
.drgo-contact-cards article:hover .drgo-contact-icon { background: var(--drgo-blue); color: #fff; }
.drgo-contact-text { width: 75%; }
.drgo-contact-cards strong { display: block; margin: 0 0 10px; color: #333; font-size: 20px; font-weight: 600; line-height: 1.25; text-align: left; transition: all .4s ease; }
.drgo-contact-cards small { display: block; color: #000; font-size: 17px; line-height: 1.45; text-align: left; overflow-wrap: anywhere; }
.drgo-solutions__banner { width: 1200px; max-width: 100%; margin: 0 auto; }
.drgo-solutions__banner img { display: block; width: 100%; height: auto; }

.drgo-apps { padding: 0 0 73px; background: var(--drgo-gray); }
.drgo-apps__head { padding-top: 51px; margin-bottom: 26px; }
.drgo-apps__head h2 { margin: 0 0 12px; color: var(--drgo-blue); font-size: 40px; line-height: 1.2; }
.drgo-apps__head p { color: #333; font-size: 18px; line-height: 1.45; }
.drgo-app-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; width: 1200px; max-width: 100%; margin: 0 auto; }
.drgo-app-card { background: transparent; text-align: center; }
.drgo-app-card a { display: block; overflow: hidden; }
.drgo-app-card .drgo-card__media { display: block; overflow: hidden; }
.drgo-app-card .drgo-card__media img { width: 100%; max-width: 389px; margin: 0 auto; aspect-ratio: 389 / 260; object-fit: cover; transition: transform .3s ease; }
.drgo-app-card:hover .drgo-card__media img { transform: translateY(-4px); }
.drgo-app-card .drgo-card__body { display: block; padding: 10px 8px 14px; }
.drgo-app-card strong { color: #333; font-size: 18px; font-weight: 400; line-height: 1.35; }
.drgo-app-card em { display: none; }
.drgo-apps--sls { padding: 51px 0 69px; background: var(--drgo-gray); }
.drgo-apps--sls .drgo-apps__head { padding-top: 0; margin-bottom: 30px; }
.drgo-apps--sls .drgo-apps__head h2 { margin: 0 0 10px; color: var(--drgo-blue); font-family: var(--drgo-heading); font-size: 40px; font-weight: 700; line-height: 1.2; }
.drgo-apps--sls .drgo-apps__head p { margin-top: 0; color: #333; font-size: 18px; line-height: 1.45; text-align: center; }
.drgo-app-grid--sls { column-gap: 20px; row-gap: 20px; }
.drgo-app-card--sls .drgo-card__media { display: block; width: 100%; max-width: 389px; margin: 0 auto; padding: 8px; border: 1px solid #cfd8df; background: #fff; }
.drgo-app-card--sls .drgo-card__media img { width: 100%; max-width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.drgo-app-card--sls:hover .drgo-card__media img { transform: translateY(-10px); }
.drgo-app-card--sls .drgo-card__body { padding: 10px 0 0; }
.drgo-app-card--sls strong { color: #333; font-size: 18px; font-weight: 400; }

.drgo-certs { padding: 79px 0 91px; background: #fff; text-align: center; }
.drgo-certs > .drgo-wrap { width: 1565px; }
.drgo-certs__head { margin-bottom: 44px; }
.drgo-certs__head h2 { margin: 0; color: var(--drgo-blue); font-family: var(--drgo-heading); font-size: 40px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.drgo-certs__image { width: 1565px; max-width: 100%; margin: 0 auto; }
.drgo-certs__image img { width: 100%; height: auto; margin: 0 auto; object-fit: contain; }
.drgo-certs__more { margin-top: 30px; text-align: center; }
.drgo-certs__more a { display: inline-flex; height: 40px; align-items: center; padding: 0 30px; border-radius: 3px; background: var(--drgo-blue-2); color: #fff; font-size: 14px; line-height: 40px; text-transform: uppercase; }
.drgo-certs__more a:hover { background: #1782d3; }

.drgo-news { padding: 70px 0; background: var(--drgo-gray); }
.drgo-news__title { margin-bottom: 42px; }
.drgo-news__title h2 { margin: 0; color: var(--drgo-blue); font-family: var(--drgo-heading); font-size: 40px; font-weight: 700; line-height: 1.2; }
.drgo-news__band { padding: 0; background: transparent; }
.drgo-news-grid { display: flex; justify-content: center; width: 1200px; max-width: 100%; margin: 0 auto; }
.drgo-news-card { position: relative; flex: 1 1 0; margin: 10px; border-bottom: 3px solid #51b3de; border-radius: 1px; background: #fff; box-shadow: 0 2px 10px rgba(54,58,59,.15); outline: none; }
.drgo-news-card a { display: block; height: 100%; }
.drgo-news-card__image { position: relative; display: block; width: 100%; height: 0; padding-bottom: 80%; overflow: hidden; }
.drgo-news-card__image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.drgo-news-card:hover .drgo-news-card__image img { transform: scale(1.08); }
.drgo-news-card__content { position: relative; display: block; min-height: 215px; padding: 30px 30px 40px; }
.drgo-news-card strong { display: -webkit-box; margin-bottom: 20px; overflow: hidden; color: #595757; font-size: 18px; font-weight: 700; line-height: 1.45; word-break: break-word; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.drgo-news-card small { display: -webkit-box; margin: 0 0 30px; overflow: hidden; color: #585656; font-size: 13px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.drgo-news-card__action { position: absolute; right: 30px; bottom: 30px; display: inline-flex; align-items: center; gap: 4px; color: inherit; font-size: 14px; font-style: normal; font-weight: 400; }
.drgo-news-card__action svg { width: 14px; height: 14px; }

/* Footer and floating service */
.drgo-footer { position: relative; overflow: hidden; border-top: 8px solid var(--drgo-blue); background: var(--drgo-footer); color: rgba(255,255,255,.7); }
.drgo-footer::after { content: ""; position: absolute; right: 0; bottom: 46px; left: 0; height: 210px; opacity: .13; background: url("../duorui/footer-city-bg.webp") bottom center / 1440px 310px no-repeat; pointer-events: none; }
.drgo-footer__grid { position: relative; z-index: 1; display: grid; width: min(1600px, calc(100% - 80px)); max-width: calc(100% - 80px); grid-template-columns: 192px minmax(0, 1.45fr) minmax(0, 1fr) minmax(0, .68fr) minmax(0, .9fr) 192px; column-gap: 40px; align-items: start; margin: 0 auto; padding: 64px 0 58px; }
.drgo-footer__grid > * { min-width: 0; }
.drgo-logo--footer { justify-content: flex-start; }
.drgo-logo--footer img { filter: brightness(0) invert(1); max-width: 190px; max-height: 76px; }
.drgo-footer__brand p { margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.75; }
.drgo-socials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.drgo-socials a { display: grid; width: 22px; height: 22px; place-items: center; border: 2px solid rgba(255,255,255,.28); border-radius: 50%; color: rgba(255,255,255,.72); }
.drgo-socials svg { width: 12px; height: 12px; }
.drgo-footer h3 { margin: 10px 0 18px; color: #fff; font-family: var(--drgo-body); font-size: 22px; font-weight: 400; line-height: 1.35; }
.drgo-footer__contact p { display: flex; gap: 6px; align-items: flex-start; margin: 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.8; }
.drgo-footer__contact svg { flex: 0 0 14px; width: 14px; height: 14px; margin-top: 7px; }
.drgo-footer__contact span { overflow-wrap: anywhere; }
.drgo-footer__links { display: grid; align-content: start; }
.drgo-footer__links a { position: relative; overflow: hidden; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.8; text-overflow: ellipsis; white-space: nowrap; }
.drgo-footer__links a::before { content: "›"; margin-right: 7px; color: rgba(255,255,255,.38); }
.drgo-footer__links--quick a::before { content: "·"; }
.drgo-footer__links a:hover, .drgo-footer__links a.is-active { color: #0f89d8; }
.drgo-qr { display: grid; justify-items: center; align-content: start; text-align: center; }
.drgo-qr img { width: 192px; max-width: 100%; aspect-ratio: 1 / 1; background: #fff; object-fit: contain; }
.drgo-qr strong { margin-top: 8px; color: #fff; font-size: 16px; font-weight: 400; line-height: 1.25; }
.drgo-qr small { color: #fff; font-size: 16px; line-height: 1.35; }
.drgo-footer__bottom { position: relative; z-index: 1; width: 100%; max-width: none; padding: 18px 0 19px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.68); font-size: 13px; text-align: center; }

.drgo-floating-service { position: fixed; top: 50%; right: 0; z-index: 70; width: 42px; transform: translateY(-50%); }
.drgo-floating-service ul { margin: 0; padding: 10px 0 6px; list-style: none; border-radius: 24px; background: #b7b7b7; }
.drgo-floating-service li { position: relative; display: grid; width: 42px; height: 42px; place-items: center; }
.drgo-floating-service li + li { margin-top: 0; }
.drgo-floating-service__icon, .drgo-floating-service button { position: relative; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; border: 0; background: transparent; color: #fff; cursor: pointer; }
.drgo-floating-service svg { width: 22px; height: 22px; stroke-width: 3; }
.drgo-floating-service__tip { position: absolute; top: 50%; right: 30px; z-index: 1; display: grid; width: 220px; height: 42px; align-items: center; overflow: hidden; border-radius: 24px 0 0 24px; background: #0b65b1; color: #fff; font-size: 16px; line-height: 42px; text-align: left; white-space: nowrap; opacity: 0; visibility: hidden; transform: translateY(-50%) scaleX(0); transform-origin: right center; transition: transform .28s ease, opacity .18s ease, visibility .18s ease; }
.drgo-floating-service__tip a { display: block; width: 220px; overflow: hidden; padding: 0 44px 0 18px; color: #fff; text-overflow: ellipsis; }
.drgo-floating-service li:hover .drgo-floating-service__tip, .drgo-floating-service li.is-open .drgo-floating-service__tip { opacity: 1; visibility: visible; transform: translateY(-50%) scaleX(1); }
.drgo-floating-service li:hover .drgo-floating-service__icon, .drgo-floating-service li.is-open .drgo-floating-service__icon { color: #fff; }
.drgo-floating-service__top { margin-top: 4px !important; }
.drgo-floating-service__top button { width: 36px; height: 36px; border-radius: 50%; background: #0b65b1; }
.drgo-floating-service__top svg { width: 24px; height: 24px; }

/* Generic inner pages */
.drgo-inner-main { background: #fff; }
.drgo-page-head { min-height: 150px; padding: 30px 0; border-bottom: 1px solid var(--drgo-line); background: var(--drgo-gray); }
.drgo-page-head p { margin: 0 0 12px; color: #666; font-size: 13px; }
.drgo-page-head h1 { margin: 0; color: var(--drgo-blue); font-family: var(--drgo-heading); font-size: 32px; line-height: 1.2; text-transform: uppercase; }
.drgo-list, .drgo-detail { padding: 46px 0; }
.drgo-list { display: grid; gap: 18px; }
.drgo-list article { padding: 18px; border: 1px solid var(--drgo-line); background: #fff; }
.drgo-list h2, .drgo-list h3, .drgo-detail h2 { margin: 0 0 8px; color: var(--drgo-blue); font-family: var(--drgo-heading); line-height: 1.25; }
.drgo-list p, .drgo-summary { margin: 0 0 14px; color: #555; font-size: 15px; line-height: 1.75; }
.drgo-list article > a, .drgo-button { display: inline-flex; min-height: 38px; align-items: center; padding: 0 22px; border-radius: 3px; background: var(--drgo-blue); color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.drgo-detail { color: #444; font-size: 15px; line-height: 1.8; }
.drgo-product-facts table { width: 100%; border-collapse: collapse; }
.drgo-product-facts th, .drgo-product-facts td { padding: 11px 13px; border: 1px solid var(--drgo-line); text-align: left; }
.drgo-product-facts th { width: 34%; background: var(--drgo-gray); }
.drgo-preview, .drgo-empty { padding: 16px; background: var(--drgo-gray); color: #666; }

/* Product and news shared inner heroes */
.drgo-product-hero { position: relative; height: 292px; overflow: hidden; background: #d9d9d9; }
.drgo-product-hero::before { content: ""; position: absolute; inset: 0; background: var(--drgo-product-hero-image, none) center center / cover no-repeat; filter: grayscale(.85); opacity: .32; }
.drgo-product-hero::after { content: ""; position: absolute; inset: 0; background: rgba(222,222,222,.5); }
.drgo-product-hero__inner { position: relative; z-index: 1; width: 1200px; max-width: 100%; height: 100%; margin: 0 auto; }
.drgo-product-breadcrumb { height: 42px; background: #f2f2f2; color: #333; }
.drgo-product-breadcrumb .drgo-wrap { display: flex; height: 42px; align-items: center; }
.drgo-product-breadcrumb p { margin: 0; color: #333; font-size: 13px; line-height: 42px; }
.drgo-product-breadcrumb a:hover { color: #0f6fb7; }

/* Contact page */
.drgo-contact-main { background: #fff; color: #333; }
.drgo-contact-wrap { width: 1170px; max-width: calc(100% - 30px); margin: 0 auto; }
.drgo-contact-hero { width: 100%; height: 315px; overflow: hidden; background: #0b344d; }
.drgo-contact-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.drgo-contact-breadcrumb { height: 42px; background: #f2f2f2; }
.drgo-contact-breadcrumb .drgo-contact-wrap { display: flex; height: 42px; align-items: center; }
.drgo-contact-breadcrumb p { display: flex; align-items: center; gap: 7px; margin: 0; color: #333; font-size: 13px; line-height: 42px; }
.drgo-contact-breadcrumb svg { flex: 0 0 12px; color: #333; fill: none; }
.drgo-contact-breadcrumb a { font-weight: 700; }
.drgo-contact-content { padding: 33px 0 0; }
.drgo-contact-copy h1 { display: flex; align-items: center; gap: 5px; margin: 0; color: #000; font-family: var(--drgo-body); font-size: 24px; font-weight: 400; letter-spacing: 0; line-height: 1.7em; text-align: left; }
.drgo-contact-copy h1 svg { flex: 0 0 18px; color: #000; fill: #000; stroke-width: 2; }
.drgo-contact-copy p { margin: 0; color: #545454; font-size: 18px; font-weight: 400; letter-spacing: 0; line-height: 1.2em; text-align: left; text-transform: capitalize; }
.drgo-contact-info-layout { display: grid; grid-template-columns: 41.666667% 58.333333%; gap: 0; align-items: start; margin: 28px -15px 0; }
.drgo-contact-safe-card { display: grid; width: auto; aspect-ratio: 1 / 1; justify-items: center; align-content: start; margin: 0 15px; padding: 26px 14px 18px; overflow: hidden; border: 1px solid #ececec; background: linear-gradient(180deg, #f9f9f9 0%, #f2f2f2 58%, #d9dee2 100%); color: #a7a7a7; text-align: center; }
.drgo-contact-safe-card__logo { width: 86px; max-height: 44px; object-fit: contain; opacity: .5; filter: grayscale(1); }
.drgo-contact-safe-card strong { margin-top: 13px; color: #b5b5b5; font-size: 19px; font-weight: 700; line-height: 1.2; }
.drgo-contact-safe-card p { margin: 9px 0 0; color: #b5b5b5; font-size: 16px; font-weight: 700; line-height: 1.18; }
.drgo-contact-safe-card__qr { position: relative; display: grid; grid-template-columns: 74px 1fr 74px; width: 100%; max-width: 300px; align-items: end; justify-items: center; margin-top: 13px; }
.drgo-contact-safe-card__qr img { width: 74px; height: 74px; object-fit: contain; background: #fff; }
.drgo-contact-safe-card__qr span { display: grid; width: 84px; height: 62px; place-items: center; border-radius: 50% 50% 12px 12px; background: linear-gradient(180deg, #fff, #d4d7dc); color: #2bcf84; box-shadow: 0 13px 20px rgba(68,85,96,.28); }
.drgo-contact-safe-card__qr svg { fill: #2bcf84; stroke-width: 0; }
.drgo-contact-safe-card b { margin-top: 14px; color: #0b65b1; font-size: 19px; line-height: 1.2; }
.drgo-contact-safe-card em { margin-top: 4px; color: #df3e43; font-size: 16px; font-style: normal; font-weight: 700; line-height: 1.15; }
.drgo-contact-safe-card small { margin-top: 4px; color: #35b862; font-size: 16px; font-weight: 700; line-height: 1.15; }
.drgo-contact-details { min-width: 0; margin: 0 15px; }
.drgo-contact-details article { padding: 0 0 15px; margin: 0 0 14px; border-bottom: 1px solid #e5e5e5; }
.drgo-contact-details h2 { display: flex; align-items: center; gap: 5px; margin: 0 0 10px; color: #111; font-family: var(--drgo-body); font-size: 18px; font-weight: 400; line-height: 24px; text-align: left; }
.drgo-contact-details h2 svg { flex: 0 0 18px; color: #111; fill: currentColor; stroke-width: 2; }
.drgo-contact-details p { margin: 0; color: #666; font-size: 16px; line-height: 1.35; overflow-wrap: anywhere; }
.drgo-contact-details a:hover { color: #0f6fb7; }
.drgo-contact-form-panel { padding: 24px 0 0; }
.drgo-contact-form-panel h2 { margin: 0 0 10px; color: #2b3238; font-family: var(--drgo-body); font-size: 24px; font-weight: 400; line-height: 1.35; text-align: left; }
.drgo-contact-form-panel form { display: block; margin: 0; padding: 0; }
.drgo-contact-form-panel input[name="website"] { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.drgo-contact-form-panel__top { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 45px; margin-bottom: 14px; }
.drgo-contact-field { display: block; min-width: 0; margin: 0 0 14px; color: #545454; font-size: 14px; line-height: 1.35; }
.drgo-contact-field > span:first-child { display: none; }
.drgo-contact-field i { color: #d33; font-style: normal; }
.drgo-contact-field input, .drgo-contact-field textarea, .drgo-contact-field select { box-sizing: content-box; width: 100%; min-width: 0; border: 1px solid #ccc; border-radius: 2px; background: #fff; color: #333; font-size: 14px; line-height: 20px; outline: 0; }
.drgo-contact-field input, .drgo-contact-field select { height: 20px; padding: 4px 0; text-indent: 6px; }
.drgo-contact-field textarea { min-height: 70px; padding: 6px 0; text-indent: 6px; resize: vertical; }
.drgo-contact-field input:focus, .drgo-contact-field textarea:focus, .drgo-contact-field select:focus { border-color: #0b65b1; background: #fff; }
.drgo-contact-form-panel__extra { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 45px; margin-top: 0; }
.drgo-contact-choices { display: grid; gap: 5px; }
.drgo-contact-choices label { display: flex; align-items: center; gap: 6px; }
.drgo-contact-choices input { width: auto; height: auto; min-height: 0; }
.drgo-contact-captcha { display: grid; grid-template-columns: 22px 1fr 66px; width: 240px; min-height: 58px; align-items: center; gap: 9px; margin: 4px 0 12px; padding: 10px 12px; border: 1px solid #ddd; border-radius: 2px; background: #fafafa; color: #555; }
.drgo-contact-captcha span { display: block; width: 22px; height: 22px; border: 1px solid #bcbcbc; border-radius: 3px; background: #fff; }
.drgo-contact-captcha small { color: #555; font-size: 12px; line-height: 1.2; }
.drgo-contact-captcha b { justify-self: end; color: #777; font-size: 10px; font-weight: 700; line-height: 1.1; text-align: center; }
.drgo-contact-form-panel button[type="submit"] { display: inline-flex; min-width: 86px; height: 26px; align-items: center; justify-content: center; padding: 0 16px; border: 0; border-radius: 3px; background: #337ab7; color: #fff; font-size: 12px; line-height: 26px; cursor: pointer; }
.drgo-contact-form-panel button[type="submit"]:hover { background: #286090; }
.drgo-contact-form-panel .drgo-form-status { margin-top: 8px; font-size: 13px; }
.drgo-contact-form-panel__empty { margin: 0; color: #666; font-size: 14px; line-height: 1.5; }
.drgo-contact-hot { padding: 26px 0 24px; background: #fff; }
.drgo-contact-hot h2 { margin: 0 0 8px; color: #2b3238; font-family: var(--drgo-body); font-size: 28px; font-weight: 400; line-height: 1.35; text-align: left; }
.drgo-contact-hot .drgo-product-carousel { width: 100%; max-width: 100%; margin: 0; }
.drgo-contact-hot .drgo-product-grid .drgo-product-card { flex: 0 0 calc(20% - 10px); margin: 0 5px; background: #fff; }
.drgo-contact-hot .drgo-product-card .drgo-card__media { position: relative; height: 0; padding-bottom: 100%; overflow: hidden; background: #fff; }
.drgo-contact-hot .drgo-product-card .drgo-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 0; mix-blend-mode: normal; transition: transform .25s ease; }
.drgo-contact-hot .drgo-product-card:hover .drgo-card__media img { transform: scale(1.04); }
.drgo-contact-hot .drgo-product-card .drgo-card__body { min-height: 58px; padding: 0 5px; background: #fff; text-align: center; }
.drgo-contact-hot .drgo-product-card strong { display: -webkit-box; height: 42px; padding: 9px 0 0; overflow: hidden; color: #545454; font-size: 14px; font-weight: 400; line-height: 1.45; white-space: normal; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.drgo-contact-hot .drgo-product-card em { display: none; }
.drgo-contact-hot .drgo-product-card:hover .drgo-card__body { background: #fff; }
.drgo-contact-hot .drgo-product-card:hover strong { color: #0f6fb7; }
.drgo-contact-hot .drgo-product-arrow { top: 44%; width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(0,0,0,.48); color: #fff; }
.drgo-contact-hot .drgo-product-arrow:hover { background: #0b65b1; color: #fff; }
.drgo-contact-hot .drgo-product-arrow--prev { left: 0; }
.drgo-contact-hot .drgo-product-arrow--next { right: 0; }
.drgo-contact-hot__dots { display: flex; justify-content: center; gap: 13px; margin-top: 12px; }
.drgo-contact-hot__dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #c6c6c6; cursor: pointer; }
.drgo-contact-hot__dots button.is-active, .drgo-contact-hot__dots button:hover { background: #555; }
.drgo-contact-map { width: 100%; height: 450px; overflow: hidden; border-top: 0; background: #e5e5e5; }
.drgo-contact-map iframe { display: block; width: 100%; height: 450px; border: 0; }

/* News archive */
.drgo-news-hero { width: 100%; height: 340px; overflow: hidden; background: #e8edf2; }
.drgo-news-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.drgo-news-breadcrumb .drgo-wrap { width: 1200px; }
.drgo-news-archive { display: grid; grid-template-columns: minmax(0, 75%) 25%; gap: 0; width: 1200px; padding: 58px 0 0; }
.drgo-news-list, .drgo-news-sidebar { min-width: 0; }
.drgo-news-list h1 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.drgo-news-list-card { display: grid; grid-template-columns: 20% 50% 20%; column-gap: 5%; align-items: start; min-height: 176px; padding: 0 0 28px; margin-bottom: 20px; border-bottom: 1px solid #c5c5c5; background: #fff; transition: border-color .25s ease; }
.drgo-news-list-card__date, .drgo-news-list-card__copy, .drgo-news-list-card__image { min-width: 0; max-width: 100%; }
.drgo-news-list-card__date time { display: block; margin-bottom: 10px; color: #777; font-size: 24px; line-height: 1.2; }
.drgo-news-list-card__date a { position: relative; display: block; width: 30px; height: 30px; border: 1px solid #c5c5c5; border-radius: 3px; color: #c5c5c5; font-size: 0; line-height: 30px; text-align: center; transition: border-color .25s ease, color .25s ease; }
.drgo-news-list-card__date a::before { content: ""; position: absolute; top: 50%; left: 50%; width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translate(-62%, -50%) rotate(-45deg); transition: transform .25s ease; }
.drgo-news-list-card:hover { border-bottom-color: #0f6fb7; }
.drgo-news-list-card:hover .drgo-news-list-card__date a, .drgo-news-list-card__date a:hover { border-color: #0f6fb7; color: #0f6fb7; }
.drgo-news-list-card:hover .drgo-news-list-card__date a::before, .drgo-news-list-card__date a:hover::before { transform: translate(-48%, -50%) rotate(-45deg); }
.drgo-news-list-card__copy { padding-top: 0; }
.drgo-news-list-card__copy h2 { margin: 0; color: #0f6fb7; font-family: var(--drgo-body); font-size: 18px; font-weight: 700; line-height: 30px; }
.drgo-news-list-card__copy h2 a { display: block; overflow: hidden; color: #0f6fb7; white-space: nowrap; text-overflow: ellipsis; }
.drgo-news-list-card__copy h2 a:hover { color: #1782d3; }
.drgo-news-list-card__copy p { display: -webkit-box; margin: 10px 0 0; overflow: hidden; color: #545454; font-size: 16px; line-height: 1.28; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.drgo-news-list-card__image { display: block; width: 100%; height: 176px; overflow: hidden; background: #eee; }
.drgo-news-list-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.drgo-news-list-card:hover .drgo-news-list-card__image img { transform: scale(1.06); }
.drgo-news-empty { padding: 28px; border: 1px solid #ddd; color: #666; }
.drgo-news-empty h2 { margin: 0 0 8px; color: #0f6fb7; font-size: 22px; font-weight: 400; }
.drgo-news-empty p { margin: 0; font-size: 15px; line-height: 1.5; }
.drgo-news-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px; margin: 44px 0 0; color: #545454; font-size: 14px; }
.drgo-news-pagination a, .drgo-news-pagination span { display: grid; min-width: 26px; height: 26px; place-items: center; border: 1px solid #ddd; background: #fff; color: #545454; font-size: 14px; line-height: 26px; }
.drgo-news-pagination span:not(.is-active) { border-color: transparent; }
.drgo-news-pagination .is-active, .drgo-news-pagination a:hover { border-color: #0f6fb7; background: #0f6fb7; color: #fff; }
.drgo-news-sidebar { display: grid; align-content: start; gap: 32px; padding-left: 30px; }
.drgo-news-sidebar-box { width: 100%; min-width: 0; border: 1px solid #ddd; background: #fff; }
.drgo-news-sidebar-box h2 { margin: -1px -1px 0; padding: 0 14px; background: #0f6fb7; color: #fff; font-family: var(--drgo-body); font-size: 22px; font-weight: 400; line-height: 48px; }
.drgo-news-sidebar-box ul { margin: 0; padding: 0; list-style: none; }
.drgo-news-sidebar-box li { min-height: 36px; border-top: 1px solid #e5e5e5; }
.drgo-news-sidebar-box a { display: block; overflow: hidden; padding: 0 14px; color: #333; font-size: 16px; line-height: 36px; white-space: nowrap; text-overflow: ellipsis; }
.drgo-news-sidebar-box li.is-active a, .drgo-news-sidebar-box a:hover { color: #0f6fb7; }
.drgo-news-sidebar-box--products a { position: relative; padding-right: 30px; text-transform: uppercase; }
.drgo-news-sidebar-box--products a::after { content: ""; position: absolute; top: 50%; right: 15px; width: 6px; height: 6px; border-right: 1px solid #888; border-bottom: 1px solid #888; transform: translateY(-50%) rotate(45deg); }
.drgo-news-youtube { display: grid; width: 100%; min-width: 0; min-height: 178px; align-content: center; justify-items: center; padding: 22px 14px; background: #e5e5e5; color: #888; text-align: center; }
.drgo-news-youtube span { display: grid; place-items: center; color: #e62117; }
.drgo-news-youtube svg { fill: currentColor; stroke-width: 0; }
.drgo-news-youtube strong { margin-top: -4px; color: #222; font-size: 34px; font-weight: 700; line-height: 1; }
.drgo-news-youtube small { margin-top: 12px; color: #aaa; font-size: 12px; line-height: 1.25; }
.drgo-news-recommended { padding: 74px 0 92px; background: #fff; }
.drgo-news-recommended .drgo-wrap { width: 1200px; }
.drgo-news-recommended h2 { margin: 0 0 18px; color: #333; font-family: var(--drgo-body); font-size: 28px; font-weight: 400; line-height: 1.35; }
.drgo-news-recommended__track { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 22px; }
.drgo-news-recommended article { min-width: 0; text-align: center; }
.drgo-news-recommended a { display: block; color: #545454; }
.drgo-news-recommended img { width: 100%; aspect-ratio: 1.23 / 1; object-fit: contain; background: #f7f7f7; }
.drgo-news-recommended strong { display: -webkit-box; margin-top: 14px; overflow: hidden; color: #545454; font-size: 16px; font-weight: 400; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.drgo-news-recommended a:hover strong { color: #0f6fb7; }

/* Applications archive */
.drgo-applications-main { background: #fff; color: #545454; }
.drgo-applications-wrap { width: 1170px; max-width: calc(100% - 30px); margin: 0 auto; }
.drgo-applications-hero { position: relative; width: 100%; height: 315px; overflow: hidden; background: #d8e2ea; }
.drgo-applications-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center center; filter: saturate(.9); }
.drgo-applications-hero::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.18); pointer-events: none; }
.drgo-applications-hero__title { position: absolute; top: 50%; left: 50%; z-index: 2; display: grid; width: min(1080px, 73.5vw); min-height: 102px; place-items: center; padding: 12px 30px; background: rgba(73, 101, 166, .62); transform: translate(-50%, -50%); }
.drgo-applications-hero__title h1 { margin: 0; color: #fff; font-family: var(--drgo-body); font-size: 60px; font-weight: 700; letter-spacing: 0; line-height: 1.2; text-align: center; text-transform: uppercase; text-shadow: 0 1px 2px rgba(0,0,0,.28); }
.drgo-applications-breadcrumb { height: 42px; background: #f2f2f2; }
.drgo-applications-breadcrumb .drgo-applications-wrap { display: flex; height: 42px; align-items: center; }
.drgo-applications-breadcrumb p { display: flex; min-width: 0; align-items: center; gap: 7px; margin: 0; overflow: hidden; color: #333; font-size: 18px; font-weight: 400; line-height: 1.2em; text-align: left; white-space: nowrap; text-overflow: ellipsis; }
.drgo-applications-breadcrumb svg { flex: 0 0 12px; color: #333; }
.drgo-applications-breadcrumb a { color: #333; font-size: 18px; font-weight: 700; line-height: 1.2em; }
.drgo-applications-breadcrumb a:hover { color: #0b65b1; }
.drgo-applications-copy { padding: 30px 0 0; }
.drgo-applications-copy h2 { margin: 0; padding-bottom: 20px; color: #0b65b1; font-family: var(--drgo-heading); font-size: 32px; font-weight: 700; letter-spacing: 0; line-height: 1.8em; text-align: center; }
.drgo-applications-copy__body { color: #545454; font-size: 16px; font-weight: 400; letter-spacing: 0; line-height: 1.5em; text-align: left; }
.drgo-applications-copy__body strong, .drgo-applications-copy__body b { color: #333; font-weight: 700; }
.drgo-applications-separator { height: 1px; margin-top: 30px; border-top: 1px solid #eee; }
.drgo-applications-tabs { padding: 30px 0 0; }
.drgo-applications-tabs ul { display: flex; flex-wrap: wrap; justify-content: center; margin: 0; padding: 0; list-style: none; text-align: center; }
.drgo-applications-tabs li { display: inline-block; margin: 12px 20px 12px 0; }
.drgo-applications-tabs li:last-child { margin-right: 0; }
.drgo-applications-tabs a { display: inline-flex; min-width: 0; height: 40px; align-items: center; justify-content: center; padding: 0 52px; border: 1px solid #000; border-radius: 100px; background: #fff; color: #0b65b1; font-size: 20px; font-weight: 700; letter-spacing: 0; line-height: 1.7em; text-align: center; transition: background-color .3s ease, color .3s ease, border-color .3s ease; }
.drgo-applications-tabs a:hover, .drgo-applications-tabs a.is-active { border-color: #0b65b1; background: #0b65b1; color: #fff; }
.drgo-applications-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; padding: 30px 0 92px; }
.drgo-applications-card { min-width: 0; margin: 0 0 20px; background: #fff; }
.drgo-applications-card__image { position: relative; display: block; width: 100%; aspect-ratio: 1.5 / 1; overflow: hidden; background: #f2f2f2; }
.drgo-applications-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .28s ease; }
.drgo-applications-card__mark { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(255,255,255,.65); opacity: 0; transition: opacity .25s ease; }
.drgo-applications-card__mark i { display: grid; width: 80px; height: 80px; place-items: center; border-radius: 50%; background: rgba(51,51,51,.7); color: #fff; transform: rotate(-90deg) scale(.5); transition: transform .25s ease, opacity .25s ease; }
.drgo-applications-card:hover .drgo-applications-card__image img { transform: scale(1.04); }
.drgo-applications-card:hover .drgo-applications-card__mark { opacity: 1; }
.drgo-applications-card:hover .drgo-applications-card__mark i { transform: rotate(0deg) scale(1); }
.drgo-applications-card__summary { margin-top: 7px; }
.drgo-applications-card__summary h2 { margin: 0; font-family: var(--drgo-body); font-size: 18px; font-weight: 700; line-height: 2em; text-align: left; }
.drgo-applications-card__summary h2 a { display: block; overflow: hidden; color: #1782d3; white-space: nowrap; text-overflow: ellipsis; }
.drgo-applications-card__summary h2 a:hover { color: #0b65b1; }
.drgo-applications-card__summary p { display: -webkit-box; max-height: 48px; margin: 4px 0 0; overflow: hidden; color: #545454; font-size: 16px; font-weight: 400; letter-spacing: 0; line-height: 1.5em; text-align: left; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.drgo-applications-empty { grid-column: 1 / -1; padding: 28px; border: 1px solid #ddd; background: #fff; color: #666; }
.drgo-applications-empty h2 { margin: 0 0 8px; color: #0b65b1; font-size: 22px; font-weight: 400; }
.drgo-applications-empty p { margin: 0; font-size: 15px; line-height: 1.5; }
.drgo-applications-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin: -58px auto 92px; color: #545454; font-size: 14px; }
.drgo-applications-pagination a, .drgo-applications-pagination span { display: grid; min-width: 26px; height: 26px; place-items: center; border: 1px solid #ddd; background: #fff; color: #545454; font-size: 14px; line-height: 26px; }
.drgo-applications-pagination span, .drgo-applications-pagination a:hover { border-color: #0b65b1; background: #0b65b1; color: #fff; }

/* SLS single-column detail pages */
.drgo-sls-detail-breadcrumb .drgo-wrap, .drgo-sls-detail-breadcrumb .drgo-applications-wrap { display: flex; height: 42px; align-items: center; }
.drgo-sls-detail-breadcrumb p { display: flex; min-width: 0; align-items: center; gap: 7px; margin: 0; overflow: hidden; color: #333; font-size: 18px; font-weight: 400; letter-spacing: 0; line-height: 1.2em; text-align: left; white-space: nowrap; text-overflow: ellipsis; }
.drgo-sls-detail-breadcrumb svg { flex: 0 0 12px; color: #333; }
.drgo-sls-detail-breadcrumb a { color: #333; font-size: 18px; font-weight: 700; letter-spacing: 0; line-height: 1.2em; text-align: left; }
.drgo-sls-detail-breadcrumb a:hover { color: #0b65b1; }
.drgo-sls-detail-wrap { width: 1000px; max-width: calc(100% - 30px); margin: 0 auto; }
.drgo-sls-detail { padding: 55px 20px 28px; background: #fff; color: #293237; }
.drgo-sls-detail > h1 { max-width: 780px; margin: 0 auto 45px; color: #293237; font-family: var(--drgo-body); font-size: 20px; font-weight: 400; letter-spacing: 0; line-height: 1.35em; text-align: center; }
.drgo-sls-detail__cover { width: 760px; max-width: 100%; margin: 0 auto 28px; }
.drgo-sls-detail__cover--news { width: 660px; }
.drgo-sls-detail__cover img { width: 100%; height: auto; margin: 0 auto; object-fit: contain; }
.drgo-sls-detail__body { color: #293237; font-size: 14px; font-weight: 400; letter-spacing: 0; line-height: 1.7em; text-align: left; }
.drgo-sls-detail__body *, .drgo-sls-detail__body { letter-spacing: 0; line-height: 1.7em; text-align: left; }
.drgo-sls-detail__body p { margin: 0 0 18px; color: #293237; font-size: 14px; line-height: 1.7em; }
.drgo-sls-detail__body a { color: #293237; text-decoration: underline; }
.drgo-sls-detail__body strong, .drgo-sls-detail__body b { font-weight: 700; }
.drgo-sls-detail__body ul, .drgo-sls-detail__body ol { margin: 0 0 18px 22px; padding: 0; }
.drgo-sls-detail__body li { margin: 0 0 6px; color: #293237; font-size: 14px; line-height: 1.7em; }
.drgo-sls-detail__body img { display: block; width: auto; max-width: min(760px, 100%); height: auto; margin: 28px auto; object-fit: contain; }
.drgo-sls-detail__next { display: flex; justify-content: flex-end; margin: 48px 0 0; }
.drgo-sls-detail__next a { display: block; max-width: 360px; height: 32px; overflow: hidden; padding: 0 20px; border: 1px solid #ddd; border-radius: 7px; color: #777; font-size: 13px; line-height: 30px; text-align: left; white-space: nowrap; text-overflow: ellipsis; }
.drgo-sls-detail__next a:hover { border-color: #0b65b1; color: #0b65b1; }
.drgo-sls-related-products { padding: 24px 0 78px; background: #fff; }
.drgo-sls-related-products h2 { margin: 0 0 18px; color: #666; font-family: var(--drgo-body); font-size: 30px; font-weight: 400; letter-spacing: 0; line-height: 1.8em; text-align: center; }
.drgo-sls-related-products__track { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.drgo-sls-related-card { min-width: 0; background: #fff; text-align: center; }
.drgo-sls-related-card a { display: block; color: #545454; }
.drgo-sls-related-card span { position: relative; display: block; width: 100%; aspect-ratio: 1.28 / 1; overflow: hidden; background: #fff; }
.drgo-sls-related-card img { position: absolute; top: 50%; left: 50%; width: 100%; height: auto; max-height: 100%; object-fit: contain; transform: translate(-50%, -50%); }
.drgo-sls-related-card strong { display: block; height: 38px; margin-top: 10px; overflow: hidden; color: #545454; font-size: 14px; font-weight: 400; line-height: 19px; text-align: center; text-overflow: ellipsis; }
.drgo-sls-related-card a:hover strong { color: #0b65b1; }

/* Product archive and detail */
.drgo-product-archive { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 16px; width: 1200px; padding: 45px 0 45px; }
.drgo-product-archive__sidebar { display: grid; min-width: 0; align-content: start; gap: 16px; }
.drgo-product-category-nav { width: 100%; min-width: 0; margin: 0; padding: 0; overflow: hidden; }
.drgo-product-category-nav h2 { margin: 0; padding: 0 15px 0 17px; border-radius: 0 26px 0 0; background: #0f6fb7; color: #fff; font-family: var(--drgo-body); font-size: 26px; font-weight: 400; line-height: 2em; text-align: left; word-break: break-word; }
.drgo-product-category-nav ul { margin: 0; padding: 0; list-style: none; border: 1px solid #ccc; border-top: 0; background: #fff; }
.drgo-product-category-nav li { position: relative; margin: 0; padding: 0 30px 0 14px; border-bottom: 1px solid #ddd; }
.drgo-product-category-nav li::before { content: ""; position: absolute; top: 50%; right: 14px; width: 6px; height: 6px; border-right: 1px solid #888; border-bottom: 1px solid #888; background: transparent; transform: translateY(-50%) rotate(45deg); }
.drgo-product-category-nav a { display: block; overflow: hidden; color: #333; font-size: 18px; font-weight: 400; line-height: 36px; text-align: left; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; word-break: break-word; }
.drgo-product-category-nav a:hover, .drgo-product-category-nav li.is-active a { color: #0f6fb7; }
.drgo-product-category-nav li:hover::before, .drgo-product-category-nav li.is-active::before { border-color: #0f6fb7; }

.drgo-quote-card { width: 100%; min-width: 0; overflow: hidden; background: #eee; }
.drgo-quote-card h2 { margin: 0; padding: 0 15px; border-radius: 0 22px 0 0; background: #0f6fb7; color: #fff; font-family: var(--drgo-body); font-size: 24px; font-weight: 400; line-height: 48px; word-break: break-word; }
.drgo-quote-card__visual { display: grid; min-height: 206px; align-content: center; justify-items: center; padding: 18px 12px; background: radial-gradient(circle at 50% 80%, rgba(255,255,255,.9), rgba(214,214,214,.85) 52%, #cfcfcf 100%); color: #8d8d8d; text-align: center; }
.drgo-quote-card__visual strong { color: #b5bdc3; font-family: var(--drgo-heading); font-size: 31px; line-height: 1; }
.drgo-quote-card__visual span { margin-top: 8px; color: #898989; font-size: 13px; font-weight: 700; }
.drgo-quote-card__visual small { max-width: 225px; margin-top: 8px; color: #39af56; font-size: 12px; line-height: 1.3; }
.drgo-quote-card__visual em { margin-top: 10px; color: #0f6fb7; font-size: 13px; font-style: normal; font-weight: 700; line-height: 1.2; }
.drgo-quote-card__video { display: grid; min-height: 148px; align-content: center; justify-items: center; margin-top: 8px; padding: 18px 10px; background: linear-gradient(180deg, #efefef, #d9d9d9); color: #777; text-align: center; }
.drgo-quote-card__video b { display: grid; width: 74px; height: 52px; place-items: center; border-radius: 10px; background: #ef1d1d; color: #fff; }
.drgo-quote-card__video b svg { fill: currentColor; stroke-width: 0; }
.drgo-quote-card__video strong { margin-top: 8px; color: #222; font-size: 31px; font-weight: 700; line-height: 1; }
.drgo-quote-card__video span { margin-top: 7px; color: #999; font-size: 12px; line-height: 1.3; }
.drgo-quote-card form { display: grid; gap: 8px; margin: 0; padding: 10px; background: #fff; }
.drgo-quote-card input[name="website"] { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.drgo-quote-card label { display: grid; min-width: 0; gap: 5px; color: #545454; font-size: 13px; line-height: 1.35; }
.drgo-quote-card label span:first-child { display: none; }
.drgo-quote-card i { color: #d33; font-style: normal; }
.drgo-quote-card input, .drgo-quote-card textarea, .drgo-quote-card select { width: 100%; min-width: 0; min-height: 38px; border: 1px solid #ccc; border-radius: 0; background: #fff; color: #333; padding: 7px 10px; font-size: 14px; line-height: 1.35; }
.drgo-quote-card textarea { min-height: 92px; resize: vertical; }
.drgo-quote-card button { display: inline-flex; width: max-content; min-height: 38px; align-items: center; justify-content: center; border: 0; border-radius: 0; background: #0f6fb7; color: #fff; padding: 0 24px; font-size: 14px; line-height: 38px; text-transform: uppercase; cursor: pointer; }
.drgo-quote-card button:hover { background: #1782d3; }
.drgo-quote-card__choices { display: grid; gap: 5px; }
.drgo-quote-card__choices label { display: flex; align-items: center; gap: 6px; }
.drgo-quote-card__choices input { width: auto; min-height: 0; }
.drgo-quote-card__empty, .drgo-form-status { margin: 0; color: #666; font-size: 13px; line-height: 1.5; }
.drgo-form-status.is-success { color: #0f6fb7; }
.drgo-form-status.is-error { color: #b32d2e; }

.drgo-product-archive__main { min-width: 0; }
.drgo-product-list-head { margin-bottom: 10px; }
.drgo-product-list-head h1 { margin: 0 0 10px; padding: 0 15px; border-radius: 0 26px 0 0; background: #0f6fb7; color: #fff; font-family: var(--drgo-body); font-size: 26px; font-weight: 400; line-height: 2em; text-align: left; word-break: break-word; }
.drgo-product-list-head p { margin: 0 0 15px; color: #545454; font-size: 16px; line-height: 1.6; text-align: left; }
.drgo-product-list-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding-top: 5px; }
.drgo-product-list-card { min-width: 0; border: 1px solid #ddd; background: #fff; text-align: center; transition: border-color .18s ease; }
.drgo-product-list-card:hover { border-color: #0f6fb7; }
.drgo-product-list-card a { display: grid; height: 100%; grid-template-rows: auto 1fr auto; color: #545454; }
.drgo-product-list-card__image { position: relative; display: block; width: 100%; aspect-ratio: 1.08 / 1; overflow: hidden; background: #f7f7f7; }
.drgo-product-list-card__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 0; transition: transform .25s ease; }
.drgo-product-list-card:hover img { transform: scale(1.04); }
.drgo-product-list-card strong { display: -webkit-box; height: 50px; overflow: hidden; padding: 10px 16px 0; color: #545454; font-size: 18px; font-weight: 400; line-height: 20px; text-align: center; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.drgo-product-list-card:hover strong { color: #0f6fb7; }
.drgo-product-list-card__actions { display: grid; grid-template-columns: minmax(0, 1fr) 32px; min-height: 34px; margin: 0 6px 8px; border: 1px solid #ddd; }
.drgo-product-list-card em { display: inline-flex; min-height: 32px; align-items: center; justify-content: center; margin: 0; padding: 0 10px; background: #fff; color: #0f6fb7; font-size: 13px; font-style: normal; line-height: 32px; text-transform: none; }
.drgo-product-list-card b { display: grid; place-items: center; background: #0f6fb7; color: #fff; }
.drgo-product-list-card b svg { width: 14px; height: 14px; }
.drgo-product-archive__empty { padding: 28px; border: 1px solid #ddd; background: #fff; }
.drgo-product-archive__empty h2 { margin: 0 0 8px; color: #0f6fb7; font-size: 24px; font-weight: 400; }
.drgo-product-archive__empty p { margin: 0; color: #666; font-size: 15px; line-height: 1.6; }
.drgo-product-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 28px; }
.drgo-product-pagination a, .drgo-product-pagination span { display: grid; min-width: 34px; height: 34px; place-items: center; border: 1px solid #ddd; color: #545454; font-size: 14px; }
.drgo-product-pagination a:hover, .drgo-product-pagination span { border-color: #0079c3; background: #0079c3; color: #fff; }

.drgo-product-group-nav { position: relative; display: grid; grid-template-columns: 30px minmax(0, 1fr) 30px; height: 70px; align-items: start; padding-top: 0; overflow: visible; background: #fff; }
.drgo-product-group-nav > ul { display: flex; min-width: 0; height: 60px; margin: 0; padding: 0; overflow: hidden; list-style: none; scroll-behavior: smooth; scrollbar-width: none; }
.drgo-product-group-nav > ul::-webkit-scrollbar { display: none; }
.drgo-product-group-nav > ul > li { position: relative; min-width: 0; height: 60px; flex: 0 0 285px; border: 1px solid #2aa7ea; border-right: 0; color: #2aa7ea; text-align: center; }
.drgo-product-group-nav > ul > li:last-child { border-right: 1px solid #2aa7ea; }
.drgo-product-group-nav > ul > li > a { display: block; overflow: hidden; padding: 0 30px 0 15px; color: inherit; font-size: 16px; font-weight: 400; line-height: 60px; text-align: center; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.drgo-product-group-nav > ul > li > button { position: absolute; top: 0; right: 8px; display: grid; width: 22px; height: 60px; place-items: center; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.drgo-product-group-nav > ul > li:hover, .drgo-product-group-nav > ul > li.is-active { background: #2aa7ea; color: #fff; }
.drgo-product-group-nav > ul > li > ul { position: absolute; top: 60px; left: 0; z-index: 20; display: none; min-width: 100%; margin: 0; padding: 0; list-style: none; background: #2aa7ea; }
.drgo-product-group-nav > ul > li:hover > ul { display: block; }
.drgo-product-group-nav > ul > li > ul li { min-width: 230px; border-top: 1px solid rgba(255,255,255,.45); }
.drgo-product-group-nav > ul > li > ul a { display: block; overflow: hidden; padding: 0 16px; color: #fff; font-size: 15px; line-height: 38px; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.drgo-product-group-nav > ul > li > ul a:hover, .drgo-product-group-nav > ul > li > ul .is-active a { background: #4db8ff; }
.drgo-product-group-nav__arrow { display: grid; width: 30px; height: 60px; place-items: center; padding: 0; border: 0; background: #fff; color: #2aa7ea; font-size: 24px; line-height: 60px; cursor: pointer; }
.drgo-product-group-nav__arrow:hover { color: #0b65b1; }

.drgo-recommended-products { padding: 28px 0 76px; background: #fff; }
.drgo-recommended-products header { display: block; margin: 0 0 22px; }
.drgo-recommended-products h2 { margin: 0; color: #333; font-family: var(--drgo-body); font-size: 28px; font-weight: 400; line-height: 1.35; text-align: left; }
.drgo-recommended-products header a { display: none; }
.drgo-recommended-products > .drgo-wrap { width: 1200px; }
.drgo-recommended-products__track { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; margin: 0 -10px; }
.drgo-recommended-card { min-width: 0; margin: 0 10px; border: 0; background: #fff; text-align: center; }
.drgo-recommended-card a { display: block; height: 100%; color: #333; }
.drgo-recommended-card span { position: relative; display: block; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: #f7f7f7; }
.drgo-recommended-card img { position: absolute; top: 50%; left: 50%; width: 100%; height: auto; max-height: 100%; object-fit: contain; transform: translate(-50%, -50%); }
.drgo-recommended-card strong { display: block; width: 100%; height: 44px; margin-top: 5px; overflow: hidden; color: #333; font-size: 16px; font-weight: 400; line-height: 22px; text-align: center; text-overflow: ellipsis; }
.drgo-recommended-card em { display: none; }

.drgo-product-detail-main { width: 1200px; padding: 20px 0 34px; color: #545454; font-family: var(--drgo-body); font-size: 18px; font-weight: 400; line-height: 1.8; text-align: justify; }
.drgo-product-detail-overview { display: grid; grid-template-columns: 462px minmax(0, 1fr); gap: 10px; align-items: start; margin: 0 10px 24px 20px; }
.drgo-product-gallery { min-width: 0; }
.drgo-product-gallery figure { display: grid; width: 462px; min-height: 462px; margin: 0; place-items: center; border: 1px solid #ddd; background: #fff; }
.drgo-product-gallery figure img { width: 100%; height: auto; max-height: 580px; object-fit: contain; cursor: pointer; }
.drgo-product-gallery__thumbs { display: flex; width: 460px; justify-content: center; gap: 0; margin-top: 10px; overflow: hidden; }
.drgo-product-gallery__thumbs button { position: relative; display: block; width: 70px; height: 70px; flex: 0 0 70px; margin: 0 3px; padding: 3px; border: 1px solid #ddd; background: #fff; cursor: pointer; }
.drgo-product-gallery__thumbs button::after { content: ""; position: absolute; top: -7px; left: 50%; width: 0; height: 0; border-right: 5px solid transparent; border-bottom: 6px solid transparent; border-left: 5px solid transparent; transform: translateX(-50%); }
.drgo-product-gallery__thumbs button:hover, .drgo-product-gallery__thumbs button.is-active { border-color: #0b65b1; }
.drgo-product-gallery__thumbs button:hover::after, .drgo-product-gallery__thumbs button.is-active::after { border-bottom-color: #0b65b1; }
.drgo-product-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.drgo-product-share { display: flex; flex-wrap: wrap; align-items: center; gap: 0; margin: 10px 0; color: #545454; font-size: 14px; line-height: 24px; text-align: left; }
.drgo-product-share span { margin-right: 8px; }
.drgo-product-share a { display: inline-grid; width: 20px; height: 20px; place-items: center; margin: 0 10px 6px 0; overflow: hidden; border-radius: 4px; color: #fff; transition: opacity .2s ease; }
.drgo-product-share a:hover { opacity: .8; }
.drgo-product-share svg { width: 16px; height: 16px; }
.drgo-product-share__facebook { background: #4267b2; }
.drgo-product-share__twitter { background: #000; }
.drgo-product-share__linkedin { background: #0077b5; }
.drgo-product-share__pinterest { background: #cb2027; }
.drgo-product-share__whatsapp { background: #25d366; }
.drgo-product-detail-summary { min-width: 0; padding-left: 0; }
.drgo-product-detail-summary h1 { margin: 0 0 12px; color: #0b65b1; font-family: var(--drgo-body); font-size: 26px; font-weight: 700; letter-spacing: 0; line-height: 34px; text-align: left; }
.drgo-product-detail-summary p { margin: 0 0 10px; color: #545454; font-size: 18px; line-height: 1.8; text-align: justify; }
.drgo-product-detail-summary p strong { color: #333; }
.drgo-product-detail-summary p:first-of-type::before, .drgo-product-detail-summary p:first-of-type::after { content: ""; display: block; width: 100%; height: 1px; margin: 8px 0 14px; background: #bdc3c7; }
.drgo-product-detail-summary p:first-of-type::after { margin: 14px 0 8px; }
.drgo-product-detail-summary dl { margin: 0; padding: 0; border: 0; }
.drgo-product-detail-summary dl div { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 10px; margin: 0 0 6px; color: #333; font-size: 18px; line-height: 20px; text-align: left; }
.drgo-product-detail-summary dt { color: #333; font-weight: 700; white-space: nowrap; }
.drgo-product-detail-summary dd { margin: 0; color: #333; word-break: break-word; }
.drgo-product-detail-quote { display: inline-flex; min-width: 150px; height: 42px; align-items: center; justify-content: center; margin-top: 14px; padding: 0 24px; border: 1px solid #0b65b1; border-radius: 0; background: #0b65b1; color: #fff; font-size: 14px; line-height: 42px; text-align: center; text-transform: uppercase; }
.drgo-product-detail-quote:hover { background: #1782d3; }
.drgo-product-detail-tabs { width: auto; margin: 0 10px 0 20px; border: 0; background: #fff; }
.drgo-product-detail-tabs__nav { display: flex; align-items: flex-start; height: 49px; margin: 0; padding: 0; overflow: hidden; background: #eee; }
.drgo-product-detail-tabs__nav button { display: inline-flex; height: 48px; align-items: center; padding: 0 22px; border: 0; border-right: 1px solid #ddd; background: #eee; color: #333; font-size: 20px; line-height: 48px; text-align: center; cursor: pointer; }
.drgo-product-detail-tabs__nav button.is-active { height: 49px; border-color: #0b65b1; background: #0b65b1; color: #fff; }
.drgo-product-detail-tab { min-height: 170px; padding: 20px 15px 26px; border: 1px solid #ddd; border-top: 0; color: #545454; font-size: 18px; line-height: 1.8; text-align: justify; }
.drgo-product-detail-tab[hidden] { display: none; }
.drgo-product-detail-tab p { margin: 0 0 16px; color: #545454; font-size: 18px; line-height: 1.8; text-align: justify; }
.drgo-product-detail-richtext { color: #545454; font-size: 18px; line-height: 1.8; text-align: justify; }
.drgo-product-detail-richtext * { max-width: 100%; }
.drgo-product-detail-richtext img { display: block; max-width: 100%; height: auto; margin-right: auto; margin-left: auto; }
.drgo-product-detail-richtext table { max-width: 100%; border-collapse: collapse; }
.drgo-product-detail-richtext table:not([cellpadding]) td, .drgo-product-detail-richtext table:not([cellpadding]) th { padding: .4rem; }
.drgo-product-detail-tab h2 { margin: 22px 0 12px; color: #c66a1d; font-family: var(--drgo-body); font-size: 20px; font-weight: 700; line-height: 1.35; text-align: left; }
.drgo-product-detail-tab ul { margin: 0 0 18px; padding-left: 22px; color: #545454; }
.drgo-product-detail-tab li { margin-bottom: 6px; font-size: 18px; line-height: 1.6; }
.drgo-product-detail-spec { margin: 0 0 20px; overflow-x: auto; }
.drgo-product-detail-spec table, .drgo-product-detail-tab .spec-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 16px; }
.drgo-product-detail-spec th, .drgo-product-detail-spec td, .drgo-product-detail-tab .spec-table th, .drgo-product-detail-tab .spec-table td { padding: 8px 10px; border: 1px solid #cfd6dd; color: #333; text-align: left; vertical-align: top; }
.drgo-product-detail-spec th, .drgo-product-detail-tab .spec-table th { width: 30%; background: #e8f0f6; font-weight: 700; }
.drgo-product-detail-images { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 12px 0 20px; }
.drgo-product-detail-images img { width: 100%; aspect-ratio: 1.3 / 1; border: 1px solid #ddd; object-fit: cover; }
.drgo-product-detail-tools { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 16px; }
.drgo-product-detail-tools article { padding: 13px 15px; border: 1px solid #ddd; background: #fafafa; }
.drgo-product-detail-tools h3 { margin: 0 0 7px; color: #0b65b1; font-size: 18px; font-weight: 700; line-height: 1.35; text-align: left; }
.drgo-product-detail-tools p { margin: 0; }
.drgo-product-detail-video { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #eee; }
.drgo-product-detail-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.drgo-product-detail-empty { padding: 30px; background: #f6f6f6; color: #777; text-align: center; }

/* About page */
.drgo-about-hero { width: 100%; height: 375px; overflow: hidden; background: #d8e5ed; }
.drgo-about-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.drgo-about-breadcrumb { margin-bottom: 0; }
.drgo-about-anchor-nav { width: 100%; max-width: 1200px; margin: 0 auto; padding: 60px 0 40px; }
.drgo-about-anchor-nav__shell { width: 100%; position: relative; }
.drgo-about-anchor-nav ul { display: flex; justify-content: center; width: auto; margin: 0 10px; padding: 10px 0; border-radius: 30px; background: #f1f1f1; list-style: none; }
.drgo-about-anchor-nav li { flex: 0 0 calc(100% / 4 - 30px); width: calc(100% / 4 - 30px); margin: 0 10px; border-radius: 26px; text-align: center; }
.drgo-about-anchor-nav a { display: -webkit-box; overflow: hidden; border-radius: 26px; color: #000; font-size: 14px; line-height: 47px; text-align: center; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.drgo-about-anchor-nav a.is-active, .drgo-about-anchor-nav a:hover { background: #0b65b1; color: #fff; }
.drgo-about-profile { padding: 54px 0 88px; background: #fff; }
.drgo-about-profile__inner { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 0; row-gap: 10px; align-items: start; width: 1200px; max-width: 100%; margin: 0 auto; }
.drgo-about-profile__copy { padding: 10px 25px 10px 10px; }
.drgo-about-profile__copy h1 { margin: 0 0 6px; padding-bottom: 6px; color: #0e6eb8; font-family: var(--drgo-heading); font-size: 38px; font-weight: 700; line-height: 1em; text-transform: uppercase; }
.drgo-about-profile__copy p, .drgo-about-profile__full p { margin: 0; color: #333; font-size: 18px; line-height: 1.6em; text-align: justify; }
.drgo-about-profile__copy p + p, .drgo-about-profile__full p + p { margin-top: 0; }
.drgo-about-profile__media { position: relative; height: 320px; margin: 10px 10px 10px 0; padding-left: 50px; overflow: hidden; }
.drgo-about-gallery__viewport { position: relative; width: 100%; height: 270px; margin-top: 0; perspective: 1200px; }
.drgo-about-gallery__slide { position: absolute; top: 0; left: 50%; width: 460px; height: 270px; margin: 0 0 0 -230px; overflow: hidden; opacity: 0; z-index: 1; transform: translate3d(0, 0, -900px) rotateY(.01deg); transition: transform .55s ease, opacity .55s ease, z-index .55s ease; -webkit-box-reflect: below 1px linear-gradient(transparent 0, transparent 70%, rgba(255,255,255,.5)); }
.drgo-about-gallery__slide img { position: absolute; top: 50%; left: 0; width: 100%; height: auto; max-width: none; transform: translateY(-50%); }
.drgo-about-gallery__slide.is-active { opacity: 1; z-index: 5; transform: translate3d(0, 0, 0) rotateY(.01deg); }
.drgo-about-gallery__slide.is-prev { opacity: .6; z-index: 3; transform: translate3d(-315px, 0, -300px) rotateY(.01deg); }
.drgo-about-gallery__slide.is-next { opacity: .6; z-index: 3; transform: translate3d(315px, 0, -300px) rotateY(.01deg); }
.drgo-about-gallery__slide.is-prev2 { opacity: .34; z-index: 2; transform: translate3d(-520px, 0, -600px) rotateY(.01deg); }
.drgo-about-gallery__slide.is-next2 { opacity: .34; z-index: 2; transform: translate3d(520px, 0, -600px) rotateY(.01deg); }
.drgo-about-gallery__viewport::after { content: ""; position: absolute; left: 0; right: 0; bottom: -42px; height: 70px; z-index: 6; background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 72%); pointer-events: none; }
.drgo-about-gallery__nav { position: absolute; top: 0; bottom: 50px; width: 50%; padding: 0; border: 0; background: transparent; cursor: pointer; opacity: 0; }
.drgo-about-gallery__nav--prev { left: 0; }
.drgo-about-gallery__nav--next { right: 0; }
.drgo-about-profile__full { grid-column: 1 / -1; padding: 0 10px; }
.drgo-about-section-title { margin: 0 0 56px; text-align: center; }
.drgo-about-section-title h2 { margin: 0; color: #0f6fb7; font-family: var(--drgo-heading); font-size: 40px; font-weight: 700; line-height: 1.2; text-align: center; text-transform: uppercase; }
.drgo-about-certificates { padding: 0 0 104px; background: #fff; text-align: center; }
.drgo-about-certificates__media { width: 1565px; max-width: calc(100% - 30px); margin: 0 auto; }
.drgo-about-certificates__media figure { margin: 0 auto; }
.drgo-about-certificates__media figure + figure { margin-top: 34px; }
.drgo-about-certificates__media img { width: 100%; height: auto; margin: 0 auto; object-fit: contain; }
.drgo-about-faq { padding: 0 0 122px; background: #fff; }
.drgo-about-faq .drgo-about-section-title { margin-bottom: 36px; }
.drgo-about-faq__list { width: 1200px; max-width: 100%; margin: 0 auto; border-top: 1px solid #e5e5e5; }
.drgo-about-faq__list article { padding: 14px 18px 15px; border: 1px solid #e5e5e5; border-top: 0; background: #fff; }
.drgo-about-faq__list h3 { display: flex; gap: 10px; align-items: flex-start; margin: 0 0 7px; color: #333; font-family: var(--drgo-body); font-size: 15px; font-weight: 700; line-height: 1.35; }
.drgo-about-faq__list h3::before { content: ""; flex: 0 0 13px; width: 13px; height: 13px; margin-top: 3px; background: #0f6fb7; clip-path: polygon(50% 0, 90% 32%, 77% 100%, 50% 76%, 23% 100%, 10% 32%); }
.drgo-about-faq__answer { display: grid; grid-template-columns: 13px minmax(0, 1fr); gap: 10px; align-items: start; color: #555; }
.drgo-about-faq__answer svg { margin-top: 4px; color: #333; stroke-width: 2; }
.drgo-about-faq__answer p { margin: 0; color: #555; font-size: 13px; line-height: 1.55; }
.drgo-about-faq__pagination { display: flex; justify-content: center; margin-top: 28px; }
.drgo-about-faq__pagination span { display: grid; width: 24px; height: 24px; place-items: center; background: #0f6fb7; color: #fff; font-size: 12px; line-height: 24px; }

/* Responsive */
@media (max-width: 1500px) and (min-width: 1220px) {
    .drgo-topbar__contact { padding-left: 64px; }
    .drgo-mainhead__inner { grid-template-columns: 20% 68% 8%; }
    .drgo-logo img { max-width: 140px; }
    .drgo-nav { margin-left: 36px; }
    .drgo-nav li > a { padding-right: 9px; padding-left: 9px; font-size: 16px; }
}

@media (max-width: 1219px) and (min-width: 990px) {
    .drgo-mainhead__inner { grid-template-columns: 16.666667% 75% 8.333333%; }
    .drgo-logo img { max-width: 118px; }
    .drgo-nav { margin-left: 0; }
    .drgo-nav li > a { padding: 4px 20px; font-size: 16px; line-height: 52px; }
    .drgo-nav li:hover > a, .drgo-nav li.is-active > a { padding-bottom: 0; }
    .drgo-footer__grid { width: calc(100% - 60px); max-width: calc(100% - 60px); grid-template-columns: 150px minmax(0, 1.2fr) minmax(0, .9fr) minmax(0, .65fr) minmax(0, .75fr) 150px; column-gap: 18px; }
    .drgo-qr img { width: 150px; }
    .drgo-footer__brand p, .drgo-footer__contact p, .drgo-footer__links a { font-size: 16px; }
}

@media (max-width: 989px) {
    .drgo-wrap { max-width: calc(100% - 30px); }
    .drgo-topbar { height: auto; }
    .drgo-topbar__inner { display: flex; height: auto; min-height: 34px; flex-wrap: wrap; gap: 6px 10px; align-items: center; justify-content: space-between; padding: 6px 15px; }
    .drgo-topbar__contact { flex: 1 1 100%; flex-wrap: wrap; gap: 6px 12px; padding-left: 0; white-space: normal; }
    .drgo-lang { flex: 0 0 auto; justify-self: auto; margin-left: auto; }
    .drgo-lang button { width: 132px; }
    .drgo-mainhead__inner { grid-template-columns: minmax(0, 1fr) 38px 34px; min-height: 60px; }
    .drgo-logo { padding-top: 0; }
    .drgo-logo img { max-width: 128px; max-height: 48px; }
    .drgo-menu { display: block; width: 38px; height: 38px; padding: 0; border: 1px solid var(--drgo-line); background: #fff; }
    .drgo-menu span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--drgo-blue); }
    .drgo-search { width: 34px; height: 34px; padding-top: 0; }
    .drgo-search__icon, .drgo-search__submit { width: 34px; height: 34px; }
    .drgo-search__icon, .drgo-search__box, .drgo-search__close { top: 0; }
    .drgo-search__box { width: 34px; height: 34px; }
    .drgo-search__fix { height: 34px; margin-right: 34px; }
    .drgo-search__fix input { height: 34px; line-height: 34px; }
    .drgo-search__close { height: 34px; }
    .drgo-search.is-open .drgo-search__box { width: min(272px, calc(100vw - 30px)); }
    .drgo-search.is-open .drgo-search__fix { margin-right: 68px; }
    .drgo-search.is-open .drgo-search__close { width: 34px; }
    .drgo-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; margin-top: 0; margin-left: 0; background: var(--drgo-blue); }
    .drgo-header.is-menu-open .drgo-nav { display: block; }
    .drgo-nav ul { display: grid; }
    .drgo-nav li > a { justify-content: space-between; width: 100%; height: 40px; padding: 0 18px; color: #fff; font-size: 13px; line-height: 40px; }
    .drgo-nav li > a::after { display: none; }
    .drgo-nav li:hover > a, .drgo-nav li.is-active > a { color: #fff; }
    .drgo-mega, .drgo-dropdown { position: static; display: none; width: auto; grid-template-columns: 1fr; padding: 0; background: #107ac3; box-shadow: none; }
    .drgo-nav li.is-open .drgo-mega, .drgo-nav li.is-open .drgo-dropdown { display: grid; }
    .drgo-mega a, .drgo-dropdown a { grid-template-columns: 52px minmax(0, 1fr); padding: 8px 18px 8px 34px; color: #fff; }
    .drgo-mega small { color: rgba(255,255,255,.78); }
    .drgo-mega img { width: 52px; height: 35px; }
    .drgo-floating-service { display: none; }
    .drgo-hero { height: 330px; min-height: 100px; }
    .drgo-hero__copy { top: 25%; }
    .drgo-hero__copy p { margin-top: 10px; font-size: 18px; }
    .drgo-hero__copy h1 { font-size: 14px; }
    .drgo-product-grid, .drgo-news-grid { display: flex; }
    .drgo-product-grid .drgo-product-card { flex-basis: calc(50% - 20px); }
    .drgo-news-card { flex: 0 0 calc(50% - 20px); }
    .drgo-news-archive { grid-template-columns: 1fr; width: auto; }
    .drgo-news-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-left: 0; }
    .drgo-news-youtube { grid-column: 1 / -1; }
    .drgo-contact-hero { height: 250px; }
    .drgo-contact-info-layout { grid-template-columns: 1fr; gap: 22px; }
    .drgo-contact-safe-card { width: min(100%, 470px); margin: 0 auto; }
    .drgo-contact-form-panel__top, .drgo-contact-form-panel__extra { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
    .drgo-contact-hot .drgo-product-grid .drgo-product-card { flex-basis: calc(50% - 10px); }
    .drgo-news-recommended .drgo-wrap { width: auto; }
    .drgo-news-recommended__track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .drgo-applications-hero { height: 250px; }
    .drgo-applications-hero__title { width: calc(100% - 80px); min-height: 78px; }
    .drgo-applications-hero__title h1 { font-size: 42px; }
    .drgo-applications-tabs a { padding-right: 34px; padding-left: 34px; font-size: 18px; }
    .drgo-applications-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .drgo-sls-detail { padding-top: 42px; }
    .drgo-sls-related-products__track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .drgo-product-archive { grid-template-columns: 1fr; }
    .drgo-product-list-grid, .drgo-recommended-products__track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .drgo-product-group-nav { grid-template-columns: minmax(0, 1fr); height: auto; }
    .drgo-product-group-nav__arrow { display: none; }
    .drgo-product-group-nav > ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); height: auto; overflow: visible; }
    .drgo-product-group-nav > ul > li { height: 48px; flex-basis: auto; border-right: 1px solid #2aa7ea; }
    .drgo-product-group-nav > ul > li > a { padding: 0 28px 0 10px; font-size: 13px; line-height: 48px; }
    .drgo-product-group-nav > ul > li > button { height: 48px; }
    .drgo-product-detail-main { width: auto; }
    .drgo-product-detail-overview { grid-template-columns: 1fr; gap: 20px; margin: 20px 0 24px; }
    .drgo-product-gallery figure { width: 100%; min-height: 0; }
    .drgo-product-gallery__thumbs { width: 100%; justify-content: flex-start; overflow-x: auto; padding-top: 7px; }
    .drgo-product-detail-summary h1 { font-size: 23px; line-height: 30px; }
    .drgo-product-detail-summary p, .drgo-product-detail-summary dl div, .drgo-product-detail-tab, .drgo-product-detail-tab p, .drgo-product-detail-richtext { font-size: 16px; }
    .drgo-product-detail-tabs { margin: 0; }
    .drgo-recommended-products__track { gap: 20px; margin: 0; }
    .drgo-recommended-card { margin: 0; }
    .drgo-product-detail-images, .drgo-product-detail-tools { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .drgo-about-hero { height: 300px; }
    .drgo-about-anchor-nav { width: 100%; padding: 40px 20px; }
    .drgo-about-profile__inner { grid-template-columns: 1fr; row-gap: 20px; }
    .drgo-about-profile__copy, .drgo-about-profile__media, .drgo-about-profile__full { padding-right: 15px; padding-left: 15px; }
    .drgo-about-profile__media { margin-right: 0; }
    .drgo-about-gallery__slide.is-prev { transform: translate3d(-260px, 0, -300px) rotateY(.01deg); }
    .drgo-about-gallery__slide.is-next { transform: translate3d(260px, 0, -300px) rotateY(.01deg); }
    .drgo-about-gallery__slide.is-prev2 { transform: translate3d(-420px, 0, -600px) rotateY(.01deg); }
    .drgo-about-gallery__slide.is-next2 { transform: translate3d(420px, 0, -600px) rotateY(.01deg); }
    .drgo-app-grid, .drgo-contact-cards, .drgo-about__layout, .drgo-footer__grid { grid-template-columns: 1fr; }
    .drgo-footer__grid { width: calc(100% - 60px); max-width: calc(100% - 60px); gap: 24px; padding-top: 56px; padding-bottom: 48px; }
    .drgo-footer__brand, .drgo-footer__contact, .drgo-footer__links, .drgo-qr { justify-items: start; text-align: left; }
    .drgo-qr img { width: 180px; height: 180px; }
}

@media (max-width: 620px) {
    .drgo-product-grid .drgo-product-card, .drgo-news-card { flex-basis: calc(100% - 20px); }
    .drgo-product-list-grid, .drgo-recommended-products__track { grid-template-columns: 1fr; }
    .drgo-product-category-nav h2, .drgo-product-list-head h1 { font-size: 22px; }
    .drgo-recommended-products header { display: grid; }
    .drgo-product-detail-summary dl div, .drgo-product-detail-images, .drgo-product-detail-tools { grid-template-columns: 1fr; }
    .drgo-product-group-nav > ul { grid-template-columns: 1fr; }
    .drgo-product-detail-tabs__nav { height: auto; flex-wrap: wrap; }
    .drgo-product-detail-tabs__nav button { height: 42px; padding: 0 14px; font-size: 15px; line-height: 42px; }
    .drgo-product-detail-tabs__nav button.is-active { height: 42px; }
    .drgo-product-detail-summary dl div { gap: 3px; }
    .drgo-app-grid { grid-template-columns: 1fr; }
    .drgo-category-tabs button { width: 100%; margin: 4px 0; }
    .drgo-news-hero { height: 190px; }
    .drgo-contact-hero { height: 170px; }
    .drgo-contact-content { padding-top: 24px; }
    .drgo-contact-copy h1 { font-size: 22px; }
    .drgo-contact-copy p { font-size: 16px; line-height: 1.35; }
    .drgo-contact-safe-card { height: auto; min-height: 0; padding: 22px 14px 18px; }
    .drgo-contact-safe-card p, .drgo-contact-safe-card em, .drgo-contact-safe-card small { font-size: 15px; }
    .drgo-contact-safe-card__qr { grid-template-columns: 68px 1fr 68px; }
    .drgo-contact-safe-card__qr img { width: 68px; height: 68px; }
    .drgo-contact-safe-card__qr span { width: 76px; height: 58px; }
    .drgo-contact-form-panel__top, .drgo-contact-form-panel__extra { grid-template-columns: 1fr; column-gap: 0; }
    .drgo-contact-captcha { width: 220px; }
    .drgo-contact-hot .drgo-product-grid .drgo-product-card { flex-basis: calc(100% - 10px); }
    .drgo-news-archive { padding-top: 34px; }
    .drgo-news-list-card { grid-template-columns: minmax(0, 1fr); gap: 10px; }
    .drgo-news-list-card__date { display: flex; align-items: center; justify-content: space-between; }
    .drgo-news-list-card__image { width: 100%; height: auto; aspect-ratio: 1.6 / 1; }
    .drgo-news-sidebar { grid-template-columns: 1fr; }
    .drgo-news-recommended__track { grid-template-columns: 1fr; }
    .drgo-applications-hero { height: 190px; }
    .drgo-applications-hero__title { width: calc(100% - 30px); min-height: 58px; padding: 10px 15px; }
    .drgo-applications-hero__title h1 { font-size: 28px; line-height: 1.15; }
    .drgo-applications-breadcrumb p, .drgo-applications-breadcrumb a { font-size: 13px; }
    .drgo-sls-detail-breadcrumb p, .drgo-sls-detail-breadcrumb a { font-size: 13px; }
    .drgo-applications-copy { padding-top: 24px; }
    .drgo-applications-copy h2 { padding-bottom: 12px; font-size: 26px; line-height: 1.35; }
    .drgo-applications-copy__body { font-size: 15px; }
    .drgo-applications-tabs li { display: block; width: 100%; margin: 5px 0; }
    .drgo-applications-tabs a { width: 100%; height: 38px; padding: 0 18px; font-size: 16px; }
    .drgo-applications-list { grid-template-columns: 1fr; padding-bottom: 72px; }
    .drgo-applications-card__image { aspect-ratio: 1.5 / 1; }
    .drgo-applications-pagination { margin-bottom: 72px; }
    .drgo-sls-detail-wrap { max-width: calc(100% - 24px); }
    .drgo-sls-detail { padding: 32px 0 18px; }
    .drgo-sls-detail > h1 { margin-bottom: 26px; font-size: 18px; }
    .drgo-sls-detail__body, .drgo-sls-detail__body p, .drgo-sls-detail__body li { font-size: 14px; }
    .drgo-sls-detail__next { justify-content: stretch; margin-top: 30px; }
    .drgo-sls-detail__next a { max-width: 100%; }
    .drgo-sls-related-products { padding-bottom: 58px; }
    .drgo-sls-related-products h2 { font-size: 24px; line-height: 1.35em; }
    .drgo-sls-related-products__track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .drgo-hero__copy h1 { font-size: 14px; }
    .drgo-section-head h2, .drgo-about__copy h2, .drgo-about-section-title h2 { font-size: 28px; }
    .drgo-about-hero { height: 180px; }
    .drgo-about-breadcrumb { margin-bottom: 26px; }
    .drgo-about-anchor-nav { width: 100%; padding: 40px 20px; }
    .drgo-about-anchor-nav ul { margin: 0 10px; overflow-x: auto; }
    .drgo-about-anchor-nav li { flex: 0 0 180px; width: 180px; }
    .drgo-about-profile { padding-bottom: 56px; }
    .drgo-about-profile__copy h1 { font-size: 28px; }
    .drgo-about-profile__copy p, .drgo-about-profile__full p { font-size: 16px; }
    .drgo-about-profile__media { height: 245px; }
    .drgo-about-gallery__viewport { height: 210px; }
    .drgo-about-gallery__slide { width: 320px; height: 188px; margin-left: -160px; }
    .drgo-about-gallery__slide.is-prev { transform: translate3d(-170px, 0, -300px) rotateY(.01deg); }
    .drgo-about-gallery__slide.is-next { transform: translate3d(170px, 0, -300px) rotateY(.01deg); }
    .drgo-about-gallery__slide.is-prev2, .drgo-about-gallery__slide.is-next2 { opacity: 0; }
    .drgo-about-certificates { padding-bottom: 64px; }
    .drgo-about-section-title { margin-bottom: 28px; }
    .drgo-about-faq { padding-bottom: 72px; }
    .drgo-footer__grid { width: calc(100% - 30px); max-width: calc(100% - 30px); }
    .drgo-footer__brand p, .drgo-footer__contact p, .drgo-footer__links a { font-size: 16px; }
    .drgo-footer__bottom { font-size: 12px; }
    .drgo-contact-cards article { min-height: auto; }
}
