.drcr-site {
    --drcr-dark: #0f172a;
    --drcr-blue: #1e3a5f;
    --drcr-slate: #64748b;
    --drcr-soft: #f3f7fb;
    --drcr-line: #dbe3ec;
    --drcr-white: #fff;
    --drcr-accent: #2563eb;
    font-family: Inter, Manrope, Arial, sans-serif;
    color: #111827;
    background: #f8fafc;
}

body.drc-reference-fullscreen {
    overflow-x: hidden;
}

html:has(body.drc-reference-fullscreen) {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.drc-reference-fullscreen #wpadminbar {
    display: none !important;
}

body.drc-reference-fullscreen,
body.drc-reference-fullscreen .wp-site-blocks {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.drc-reference-fullscreen .wp-site-blocks,
body.drc-reference-fullscreen .wp-site-blocks > *,
body.drc-reference-fullscreen .wp-site-blocks > main,
body.drc-reference-fullscreen .wp-site-blocks > .wp-block-group,
body.drc-reference-fullscreen main.wp-block-group,
body.drc-reference-fullscreen article,
body.drc-reference-fullscreen .hentry,
body.drc-reference-fullscreen .site-content,
body.drc-reference-fullscreen .content-layout-wrapper {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    padding-block-start: 0 !important;
    padding-block-end: 0 !important;
}

body.drc-reference-fullscreen .drcr-site {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

body.drc-reference-fullscreen .drcr-site .drcr-container {
    width: min(1280px, calc(100vw - 32px));
}

body.drc-reference-hide-theme-chrome .wp-site-blocks > header,
body.drc-reference-hide-theme-chrome .wp-site-blocks > footer,
body.drc-reference-hide-theme-chrome header.wp-block-template-part,
body.drc-reference-hide-theme-chrome footer.wp-block-template-part,
body.drc-reference-hide-theme-chrome .site-header,
body.drc-reference-hide-theme-chrome header.site-header,
body.drc-reference-hide-theme-chrome #masthead,
body.drc-reference-hide-theme-chrome .whb-header,
body.drc-reference-hide-theme-chrome .whb-sticky-header,
body.drc-reference-hide-theme-chrome .main-header,
body.drc-reference-hide-theme-chrome .website-wrapper > header,
body.drc-reference-hide-theme-chrome .site-footer,
body.drc-reference-hide-theme-chrome footer.site-footer,
body.drc-reference-hide-theme-chrome #colophon,
body.drc-reference-hide-theme-chrome .wd-footer,
body.drc-reference-hide-theme-chrome .footer-container,
body.drc-reference-hide-theme-chrome .copyrights-wrapper,
body.drc-reference-hide-theme-chrome .entry-header,
body.drc-reference-hide-theme-chrome .page-title,
body.drc-reference-hide-theme-chrome .entry-title,
body.drc-reference-hide-theme-chrome .wp-block-post-title,
body.drc-reference-hide-theme-chrome .title-size-1,
body.drc-reference-hide-theme-chrome .page-title-default {
    display: none !important;
}

body.drc-reference-fullscreen .entry-content,
body.drc-reference-fullscreen .wp-block-post-content,
body.drc-reference-fullscreen .wp-block-group,
body.drc-reference-fullscreen .wp-block-group__inner-container,
body.drc-reference-fullscreen .site-main,
body.drc-reference-fullscreen .content-area,
body.drc-reference-fullscreen .main-page-wrapper,
body.drc-reference-fullscreen .container,
body.drc-reference-fullscreen .wp-site-blocks main {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

body.drc-reference-fullscreen .entry-content > .drcr-site,
body.drc-reference-fullscreen .wp-block-post-content > .drcr-site,
body.drc-reference-fullscreen .entry-content > p:has(.drcr-site),
body.drc-reference-fullscreen .wp-block-post-content > p:has(.drcr-site) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.drc-reference-fullscreen .entry-content > *,
body.drc-reference-fullscreen .wp-block-post-content > * {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.drcr-site * {
    box-sizing: border-box;
}

.drcr-container {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
}

.drcr-header {
    position: relative;
    z-index: 30;
    background: #0d2038;
}

.drcr-topbar {
    background: #1f2937;
    border-bottom: 4px solid rgba(38, 78, 125, .65);
}

.drcr-topbar-inner {
    display: flex;
    width: min(1216px, calc(100vw - 32px));
    min-height: 26px;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    margin: 0 auto;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.drcr-topbar a,
.drcr-topbar span {
    color: #fff;
    text-decoration: none !important;
    white-space: nowrap;
}

.drcr-topbar a:nth-child(3) {
    flex: 1;
}

.drcr-mainnav {
    position: relative;
    display: grid;
    min-height: 106px;
    grid-template-columns: 1fr 280px 1fr;
    align-items: center;
    padding: 16px max(24px, 12.4vw);
    background: linear-gradient(90deg, #0d2038 0%, #9aa9b7 48%, #0d2038 100%);
}

.drcr-logo-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.drcr-logo-center img {
    display: block;
    width: min(164px, 16vw);
    height: auto;
}

.drcr-nav-side {
    display: flex;
    align-items: center;
    gap: clamp(28px, 4vw, 64px);
}

.drcr-nav-left {
    justify-content: flex-start;
}

.drcr-nav-right {
    justify-content: flex-end;
}

.drcr-nav-side a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition: color .2s ease, transform .2s ease;
    white-space: nowrap;
}

.drcr-nav-side a:hover {
    color: #fff;
    transform: translateY(-1px);
}

.drcr-menu-toggle {
    display: none;
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    padding: 8px 16px;
    font-weight: 800;
}

.drcr-premium-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 20%, rgba(0, 166, 111, .25), transparent 30%),
        radial-gradient(circle at 15% 0%, rgba(37, 99, 235, .22), transparent 32%),
        linear-gradient(135deg, #06111f 0%, #0d2038 48%, #071120 100%);
}

.drcr-premium-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .2;
    background: repeating-linear-gradient(0deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 12px);
}

.drcr-premium-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 640px;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    align-items: center;
    gap: 54px;
    padding: 80px 0;
}

.drcr-premium-copy {
    color: #fff;
}

.drcr-hero-eyebrow,
.drcr-hero-subtitle {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #d7fbe5;
    padding: 9px 15px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.drcr-hero-subtitle {
    display: table;
    margin: 20px 0 0;
    color: #9bd4ff;
}

.drcr-premium-copy h1 {
    margin: 18px 0;
    color: #fff;
    font-family: "Barlow", Inter, sans-serif;
    font-size: clamp(44px, 6vw, 88px);
    font-weight: 900;
    letter-spacing: .08em;
    line-height: .95;
}

.drcr-hero-lead {
    max-width: 650px;
    margin: 0 0 30px;
    color: rgba(226, 232, 240, .88);
    font-size: 17px;
    line-height: 1.8;
}

.drcr-btn-green {
    background: #05a66b;
    color: #fff;
    box-shadow: 0 18px 42px rgba(5, 166, 107, .28);
}

.drcr-premium-media {
    position: relative;
    min-height: 430px;
}

.drcr-premium-media .drcr-bg-video {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 420px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .45);
}

.drcr-media-card {
    position: absolute;
    z-index: 3;
    width: 42%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    box-shadow: 0 22px 54px rgba(2, 8, 23, .35);
}

.drcr-media-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.drcr-media-card-a {
    left: -8%;
    bottom: -8%;
}

.drcr-media-card-b {
    right: -5%;
    top: -7%;
}

.drcr-shortcuts {
    margin-top: -40px;
    background: linear-gradient(180deg, rgba(6, 17, 31, 0) 0, #dfe9f1 42%);
    padding: 0 0 44px;
}

.drcr-shortcut-grid {
    position: relative;
    z-index: 5;
    display: grid;
    max-width: 1216px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.drcr-shortcut-grid a {
    display: flex;
    min-height: 104px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 16px;
    background: rgba(255, 255, 255, .68);
    color: #071326;
    text-decoration: none !important;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .13);
    backdrop-filter: blur(18px);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.drcr-shortcut-grid a:hover {
    border-color: rgba(5, 166, 107, .45);
    box-shadow: 0 26px 70px rgba(15, 23, 42, .18);
    transform: translateY(-6px);
}

.drcr-shortcut-grid span {
    color: #05a66b;
    font-size: 24px;
    line-height: 1;
}

.drcr-shortcut-grid strong {
    font-size: 14px;
}

.drcr-nav-cta,
.drcr-btn,
.drcr-cta a,
.drcr-form button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.drcr-service-band {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.drcr-service-title {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #171717;
    font-family: "Saira Stencil One", "Barlow", Impact, sans-serif;
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1;
    letter-spacing: .11em;
    text-align: center;
}

.drcr-service-title span {
    font-family: Arial, sans-serif;
    font-size: .7em;
    letter-spacing: 0;
}

.drcr-video-hero {
    display: flex;
    justify-content: center;
    min-height: 310px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .94)),
        repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 11px);
    overflow: hidden;
}

.drcr-bg-video {
    display: block;
    width: min(760px, 100%);
    min-height: 310px;
    object-fit: cover;
    background: #000;
}

.drcr-topcon-intro {
    position: relative;
    overflow: hidden;
    padding: 44px 0 64px;
    background: linear-gradient(110deg, #89a6bb 0%, #edf2f6 52%, #d8e2ea 100%);
    text-align: center;
}

.drcr-topcon-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .24;
    background: repeating-linear-gradient(166deg, rgba(255,255,255,.42) 0 1px, transparent 1px 8px);
}

.drcr-topcon-intro .drcr-container {
    position: relative;
    z-index: 1;
}

.drcr-intro-pill {
    display: inline-flex;
    min-width: 280px;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .5);
    color: #0f172a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .36em;
}

.drcr-topcon-intro h2 {
    margin: 16px 0 20px;
    color: #071326;
    font-family: "Barlow", Inter, sans-serif;
    font-size: clamp(28px, 2.5vw, 38px);
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.05;
}

.drcr-topcon-intro p {
    max-width: 680px;
    margin: 0 auto;
    color: #071326;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}

.drcr-image-carousel {
    position: relative;
    height: 300px;
    max-width: 850px;
    margin: 34px auto 34px;
}

.drcr-carousel-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 620px;
    height: 285px;
    max-width: 76vw;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 24px 54px rgba(15, 23, 42, .25);
    transform: translate(-50%, -50%);
}

.drcr-carousel-img-0 {
    z-index: 1;
    transform: translate(calc(-50% - 205px), -50%) scale(.86);
    filter: blur(.7px);
}

.drcr-carousel-img-1 {
    z-index: 3;
}

.drcr-carousel-img-2 {
    z-index: 1;
    transform: translate(calc(-50% + 205px), -50%) scale(.86);
    filter: blur(.7px);
}

.drcr-discover-pill {
    display: inline-flex;
    min-width: 360px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 999px;
    background: rgba(223, 243, 223, .72);
    color: #244c2b;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 18px 45px rgba(35, 82, 45, .18);
    backdrop-filter: blur(18px);
}

.drcr-discover-pill span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    font-size: 25px;
    line-height: 1;
}

.drcr-discover-pill img {
    width: 64px;
    height: auto;
    object-fit: contain;
}

.drcr-video-showcase {
    padding: 70px 0;
    background: #fbfdf9;
}

.drcr-video-showcase .drcr-center h2 {
    color: #111827;
    font-size: clamp(28px, 3.1vw, 44px);
    font-weight: 800;
}

.drcr-video-showcase .drcr-center p {
    max-width: 660px;
    margin: 16px auto 0;
    color: #64748b;
    font-size: 14px;
}

.drcr-video-card {
    max-width: 1030px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    box-shadow: 0 32px 90px rgba(38, 56, 35, .12);
}

.drcr-video-card video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #f5faf2;
    object-fit: cover;
}

.drcr-video-meta {
    display: flex;
    max-width: 1030px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 14px auto 0;
    border: 1px solid #e4eee0;
    background: rgba(255, 255, 255, .82);
    padding: 14px 20px;
    backdrop-filter: blur(16px);
}

.drcr-video-meta strong,
.drcr-video-meta span {
    display: block;
}

.drcr-video-meta strong {
    color: #111827;
    font-size: 13px;
}

.drcr-video-meta span,
.drcr-video-meta button {
    color: #6f8f72;
    font-size: 12px;
}

.drcr-video-meta button {
    border: 0;
    background: transparent;
    font-weight: 900;
    letter-spacing: .22em;
}

.drcr-values-wrap {
    padding: 70px 0;
    background: #d8dee6;
}

.drcr-values-bg {
    min-height: 420px;
    overflow: hidden;
    border-radius: 10px;
    background: url('../reference/4-arkaplan.jpeg') center / cover no-repeat;
}

.drcr-values-overlay {
    display: flex;
    min-height: 420px;
    flex-direction: column;
    justify-content: space-between;
    padding: 44px 34px 52px;
    background: rgba(0, 0, 0, .26);
}

.drcr-values-title {
    align-self: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, .42);
    padding: 14px 28px;
    backdrop-filter: blur(10px);
}

.drcr-values-title h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 2.4vw, 34px);
}

.drcr-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.drcr-values-grid article {
    min-height: 150px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 10px;
    background: rgba(20, 26, 36, .5);
    padding: 24px;
    color: #fff;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .18);
    backdrop-filter: blur(12px);
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.drcr-values-grid article:hover {
    border-color: rgba(5, 166, 107, .55);
    background: rgba(12, 18, 29, .66);
    transform: translateY(-5px);
}

.drcr-values-grid article span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(5, 166, 107, .22);
    color: #b8f7d2;
    font-weight: 900;
    margin-bottom: 12px;
}

.drcr-values-grid h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
}

.drcr-values-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    line-height: 1.7;
}

.drcr-dual-cta {
    padding: 42px 0 72px;
    background: #d8dee6;
}

.drcr-dual-grid {
    display: grid;
    max-width: 1216px;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.drcr-experience-card,
.drcr-green-cta {
    min-height: 190px;
    border-radius: 8px;
    padding: 34px;
    color: #fff;
}

.drcr-experience-card {
    background: linear-gradient(120deg, rgba(20, 24, 34, .72), rgba(20, 24, 34, .48)), url('../reference/gallery-10.jpeg') center / cover no-repeat;
}

.drcr-green-cta {
    background: #08a66d;
    text-align: center;
}

.drcr-experience-card h2,
.drcr-green-cta h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(22px, 2.2vw, 32px);
    line-height: 1.08;
}

.drcr-experience-card p,
.drcr-green-cta p {
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    line-height: 1.7;
}

.drcr-green-cta a {
    display: inline-flex;
    margin-top: 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .88);
    color: #04744e;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
}

.drcr-home-blog {
    padding: 70px 0;
    background: #d8dee6;
}

.drcr-blog-grid {
    display: grid;
    max-width: 1216px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0 auto;
}

.drcr-blog-grid article {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

.drcr-blog-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.drcr-blog-grid div {
    padding: 22px;
}

.drcr-blog-grid span {
    color: #94a3b8;
    font-size: 10px;
    font-weight: 700;
}

.drcr-blog-grid h3 {
    margin: 12px 0 10px;
    color: #111827;
    font-size: 14px;
    line-height: 1.45;
}

.drcr-blog-grid p {
    min-height: 44px;
    margin: 0 0 18px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
}

.drcr-blog-grid a {
    color: #111827;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
}

.drcr-home-contact {
    padding: 70px 0;
    background: #f3f6fa;
}

.drcr-home-contact-grid {
    display: grid;
    max-width: 1216px;
    grid-template-columns: .9fr 1.25fr;
    gap: 22px;
}

.drcr-location-card,
.drcr-write-card {
    min-height: 410px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.drcr-location-card h2,
.drcr-write-card h2 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 22px;
}

.drcr-location-card p,
.drcr-write-card p,
.drcr-write-card label {
    color: #667085;
    font-size: 13px;
    line-height: 1.7;
}

.drcr-location-card strong {
    display: block;
    margin-top: 20px;
    color: #111827;
}

.drcr-location-card iframe {
    width: 100%;
    height: 190px;
    margin-top: 20px;
    border: 0;
    border-radius: 8px;
}

.drcr-write-card form {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.drcr-write-card input,
.drcr-write-card textarea {
    display: block;
    width: 100%;
    min-height: 42px;
    margin-top: 6px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    padding: 10px 12px;
    font: inherit;
}

.drcr-write-card textarea {
    min-height: 105px;
}

.drcr-write-card button {
    justify-self: start;
    min-height: 38px;
    border: 0;
    border-radius: 7px;
    background: #08a66d;
    color: #fff;
    padding: 9px 18px;
    font-weight: 800;
}

.drcr-nav-cta,
.drcr-btn-light,
.drcr-cta a,
.drcr-form button {
    border: 0;
    background: var(--drcr-dark);
    color: #fff !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .18);
}

.drcr-btn-line {
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff !important;
    background: rgba(255, 255, 255, .08);
}

.drcr-nav-cta:hover,
.drcr-btn:hover,
.drcr-cta a:hover {
    transform: translateY(-2px);
}

.drcr-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 38%, #6f879b 100%);
}

.drcr-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .2;
    background: radial-gradient(circle at top, rgba(255, 255, 255, .35), transparent 45%);
}

.drcr-hero-grid {
    position: relative;
    display: grid;
    min-height: 560px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    gap: 44px;
    align-items: center;
    padding: 54px 0;
}

.drcr-pill,
.drcr-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    border-radius: 999px;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.drcr-pill {
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .92);
    padding: 8px 13px;
    backdrop-filter: blur(8px);
}

.drcr-hero h1,
.drcr-section h2,
.drcr-cta h2 {
    margin: 0;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: 0;
}

.drcr-hero h1 {
    color: #fff;
}

.drcr-section h2,
.drcr-cta h2 {
    color: #111827;
    font-size: clamp(28px, 3.2vw, 42px);
}

.drcr-hero p,
.drcr-section p,
.drcr-cta p {
    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
}

.drcr-hero p {
    max-width: 620px;
    color: rgba(255, 255, 255, .82);
}

.drcr-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.drcr-hero-media {
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .22);
}

.drcr-hero-media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.drcr-section {
    padding: 72px 0;
    background: #fff;
}

.drcr-soft {
    background: var(--drcr-soft);
}

.drcr-center {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.drcr-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.drcr-card {
    overflow: hidden;
    border: 1px solid var(--drcr-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
    transition: transform .28s ease, box-shadow .28s ease;
}

.drcr-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
}

.drcr-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.drcr-card div {
    padding: 22px;
}

.drcr-card span {
    display: inline-block;
    margin-bottom: 10px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 900;
}

.drcr-card h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 20px;
    line-height: 1.25;
}

.drcr-card a,
.drcr-back {
    display: inline-flex;
    margin-top: 14px;
    color: #1d4ed8;
    font-weight: 800;
    text-decoration: none !important;
}

.drcr-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    gap: 42px;
    align-items: center;
}

.drcr-split img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 26px;
    border: 1px solid var(--drcr-line);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .1);
}

.drcr-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.drcr-mini-grid div,
.drcr-detail-box,
.drcr-contact-list div,
.drcr-contact > div {
    border: 1px solid var(--drcr-line);
    border-radius: 22px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

.drcr-mini-grid b,
.drcr-contact-list b {
    display: block;
    color: #111827;
    font-size: 18px;
    margin-bottom: 6px;
}

.drcr-cta {
    padding: 70px 0;
    background: #0f172a;
    text-align: center;
}

.drcr-cta span {
    color: #93c5fd;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.drcr-cta h2 {
    max-width: 820px;
    margin: 10px auto 0;
    color: #fff;
}

.drcr-cta p {
    max-width: 690px;
    margin: 14px auto 24px;
    color: rgba(255, 255, 255, .72);
}

.drcr-detail {
    max-width: 920px;
}

.drcr-detail-box {
    margin-top: 18px;
}

.drcr-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) .82fr;
    gap: 24px;
    align-items: start;
}

.drcr-contact-list {
    display: grid;
    gap: 14px;
}

.drcr-contact-list a {
    color: #1d4ed8;
    text-decoration: none;
}

.drcr-contact-list iframe {
    width: 100%;
    min-height: 260px;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .1);
}

.drcr-form {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.drcr-form input,
.drcr-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--drcr-line);
    border-radius: 14px;
    padding: 13px 14px;
    font: inherit;
}

.drcr-form textarea {
    min-height: 130px;
}

.drcr-floating-social {
    position: fixed;
    right: 14px;
    top: 50%;
    z-index: 50;
    display: grid;
    gap: 16px;
    transform: translateY(-8%);
}

.drcr-floating-social a {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff !important;
    font-size: 19px;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .22);
}

.drcr-wa {
    background: #25d366;
}

.drcr-in,
.drcr-fb {
    background: #0a66c2;
}

.drcr-ig {
    background: linear-gradient(135deg, #ff7a45, #ff3f78);
}

.drcr-footer {
    background: #061426;
    color: rgba(255, 255, 255, .74);
    padding: 56px 0 24px;
}

.drcr-footer-grid {
    display: grid;
    max-width: 1216px;
    grid-template-columns: 1.15fr .75fr .85fr 1fr;
    gap: 34px;
}

.drcr-footer img {
    display: block;
    max-width: 150px;
    margin-bottom: 18px;
}

.drcr-footer h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 17px;
}

.drcr-footer p,
.drcr-footer a {
    color: rgba(255, 255, 255, .74);
    font-size: 14px;
    line-height: 1.8;
    text-decoration: none !important;
}

.drcr-footer a {
    display: block;
    margin-bottom: 8px;
}

.drcr-footer-bottom {
    max-width: 1216px;
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .54);
    font-size: 13px;
}

.drcr-reveal {
    animation: drcrFadeUp .75s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes drcrFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .drcr-topbar-inner {
        width: min(100% - 24px, 960px);
        gap: 12px;
        font-size: 12px;
    }

    .drcr-topbar a:nth-child(3) {
        display: none;
    }

    .drcr-mainnav {
        grid-template-columns: 1fr auto;
        gap: 14px;
        min-height: auto;
        padding: 18px;
    }

    .drcr-logo-center {
        justify-content: flex-start;
        order: -1;
    }

    .drcr-logo-center img {
        width: 170px;
        max-width: 70vw;
    }

    .drcr-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        order: -1;
    }

    .drcr-nav-side {
        display: none;
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
        gap: 18px;
        flex-wrap: wrap;
        padding: 16px 0 4px;
    }

    .drcr-mainnav.is-open .drcr-nav-side,
    .drcr-nav-side.is-open {
        display: flex;
    }

    .drcr-premium-hero-grid {
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 64px 0 84px;
    }

    .drcr-premium-media {
        min-height: 360px;
    }

    .drcr-premium-media .drcr-bg-video {
        min-height: 360px;
    }

    .drcr-shortcut-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .drcr-hero-grid,
    .drcr-split,
    .drcr-contact {
        grid-template-columns: 1fr;
    }

    .drcr-card-grid,
    .drcr-mini-grid,
    .drcr-footer-grid,
    .drcr-values-grid,
    .drcr-blog-grid,
    .drcr-home-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .drcr-dual-grid {
        grid-template-columns: 1fr;
    }

    .drcr-carousel-img {
        width: 560px;
        height: 250px;
    }

    .drcr-carousel-img-0 {
        transform: translate(calc(-50% - 160px), -50%) scale(.84);
    }

    .drcr-carousel-img-2 {
        transform: translate(calc(-50% + 160px), -50%) scale(.84);
    }
}

@media (max-width: 680px) {
    .drcr-container {
        width: min(100% - 24px, 1280px);
    }

    .drcr-hero-grid {
        min-height: auto;
        padding: 42px 0;
    }

    .drcr-premium-hero-grid {
        gap: 32px;
        padding: 42px 0 76px;
    }

    .drcr-premium-copy h1 {
        font-size: 40px;
        letter-spacing: .05em;
    }

    .drcr-hero-lead {
        font-size: 15px;
    }

    .drcr-premium-media {
        min-height: 260px;
    }

    .drcr-premium-media .drcr-bg-video {
        min-height: 260px;
        border-radius: 14px;
    }

    .drcr-media-card {
        display: none;
    }

    .drcr-shortcut-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .drcr-section {
        padding: 52px 0;
    }

    .drcr-card-grid,
    .drcr-mini-grid,
    .drcr-footer-grid,
    .drcr-values-grid,
    .drcr-blog-grid,
    .drcr-home-contact-grid {
        grid-template-columns: 1fr;
    }

    .drcr-image-carousel {
        height: 220px;
    }

    .drcr-carousel-img {
        width: 92vw;
        height: 190px;
    }

    .drcr-carousel-img-0,
    .drcr-carousel-img-2 {
        opacity: .45;
    }

    .drcr-carousel-img-0 {
        transform: translate(calc(-50% - 85px), -50%) scale(.78);
    }

    .drcr-carousel-img-2 {
        transform: translate(calc(-50% + 85px), -50%) scale(.78);
    }

    .drcr-discover-pill {
        min-width: 0;
        width: 100%;
        gap: 10px;
        padding: 0 14px;
        font-size: 12px;
    }

    .drcr-video-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .drcr-values-overlay {
        padding: 28px 18px;
    }

    .drcr-values-bg,
    .drcr-values-overlay {
        min-height: auto;
    }

    .drcr-topbar-inner {
        justify-content: center;
    }

    .drcr-topbar span,
    .drcr-topbar a:nth-child(2) {
        display: none;
    }

    .drcr-nav-side a {
        font-size: 13px;
    }

    .drcr-service-band {
        min-height: 54px;
        padding: 10px 12px;
    }

    .drcr-video-hero,
    .drcr-bg-video {
        min-height: 240px;
    }

    .drcr-intro-pill {
        min-width: 0;
        width: 100%;
        letter-spacing: .18em;
    }

    .drcr-floating-social {
        right: 10px;
        gap: 10px;
    }

    .drcr-floating-social a {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .drcr-actions,
    .drcr-btn,
    .drcr-nav-cta {
        width: 100%;
    }
}
