/*
Theme Name: Digital Contractor Elementor
Theme URI: https://digitalcontractor.io/
Author: Digital Contractor
Author URI: https://digitalcontractor.io/
Description: An Elementor-compatible, conversion-focused WordPress theme with a one-click editable Digital Contractor homepage importer.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-contractor-pro
Tags: custom-logo, custom-menu, featured-images, one-column, two-columns, full-width-template, accessibility-ready
*/

:root {
  --dc-navy: #071d3b;
  --dc-navy-2: #0c2b50;
  --dc-orange: #ff6b17;
  --dc-orange-dark: #eb5700;
  --dc-text: #0b1f3a;
  --dc-muted: #607084;
  --dc-line: #e6ebf1;
  --dc-soft: #f7f9fc;
  --dc-white: #ffffff;
  --dc-shadow: 0 20px 55px rgba(10, 31, 58, .10);
  --dc-radius: 18px;
  --dc-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--dc-text);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.dc-container { width: min(calc(100% - 40px), var(--dc-container)); margin-inline: auto; }
.dc-section { padding: 92px 0; }
.dc-section--tight { padding: 62px 0; }
.dc-section--soft { background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%); }
.dc-kicker {
  margin: 0 0 10px;
  color: var(--dc-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.dc-section-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.dc-section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -.035em; }
.dc-section-heading p { margin: 14px auto 0; color: var(--dc-muted); max-width: 650px; }
.dc-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-weight: 750;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.dc-btn:hover { transform: translateY(-2px); }
.dc-btn--orange { color: #fff; background: var(--dc-orange); box-shadow: 0 13px 28px rgba(255, 107, 23, .25); }
.dc-btn--orange:hover { background: var(--dc-orange-dark); }
.dc-btn--outline { color: var(--dc-navy); border-color: #d8dee7; background: #fff; }
.dc-btn--outline:hover { border-color: var(--dc-orange); color: var(--dc-orange); }
.dc-icon { width: 28px; height: 28px; flex: 0 0 28px; color: var(--dc-orange); }
.dc-icon svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Header */
.dc-topbar { background: var(--dc-navy); color: #fff; font-size: 12px; }
.dc-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dc-topbar__trust, .dc-topbar__contact { display: flex; align-items: center; gap: 22px; }
.dc-topbar__item { display: inline-flex; align-items: center; gap: 7px; opacity: .96; }
.dc-topbar__item svg { width: 14px; height: 14px; stroke: var(--dc-orange); fill: none; stroke-width: 2; }
.dc-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(8,29,58,.06); backdrop-filter: blur(14px); }
.admin-bar .dc-header { top: 32px; }
.dc-header__inner { min-height: 82px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 26px; }
.dc-brand { display: inline-flex; align-items: center; }
.dc-brand img, .custom-logo { max-width: 210px; height: auto; }
.dc-logo-image{display:inline-flex;align-items:center}.dc-logo-image img{width:210px;max-height:58px;object-fit:contain}
.dc-logo-fallback { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.025em; }
.dc-logo-mark { position: relative; width: 43px; height: 43px; border-radius: 50%; border: 9px solid var(--dc-navy); border-right-color: transparent; }
.dc-logo-mark:after { content: ""; position: absolute; inset: -9px; border-radius: 50%; border: 9px solid var(--dc-orange); border-left-color: transparent; transform: translateX(12px); }
.dc-logo-copy { display: grid; line-height: 1; }
.dc-logo-copy strong { font-size: 21px; font-weight: 900; }
.dc-logo-copy small { color: var(--dc-orange); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.dc-nav ul { display: flex; justify-content: center; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.dc-nav a { color: #1d2e45; font-size: 14px; font-weight: 700; }
.dc-nav a:hover, .dc-nav .current-menu-item > a { color: var(--dc-orange); }
.dc-menu-toggle { display: none; border: 0; background: transparent; padding: 8px; color: var(--dc-navy); }
.dc-menu-toggle svg { width: 28px; height: 28px; stroke: currentColor; }

/* Hero */
.dc-hero { position: relative; overflow: hidden; padding: 48px 0 35px; background: radial-gradient(circle at 89% 30%, rgba(255,107,23,.09), transparent 32%), #fff; }
.dc-hero:after { content: ""; position: absolute; width: 360px; height: 360px; right: -150px; top: 15px; border: 1px solid rgba(255,107,23,.18); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,107,23,.05), 0 0 0 75px rgba(255,107,23,.03); pointer-events: none; }
.dc-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 58px; min-height: 500px; }
.dc-pill { display: inline-flex; padding: 7px 13px; border-radius: 999px; color: #4c5d73; background: #f1f4f8; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.dc-hero h1 { margin: 20px 0 18px; max-width: 610px; font-size: clamp(44px, 5.7vw, 70px); line-height: .99; letter-spacing: -.052em; }
.dc-hero h1 span { color: var(--dc-orange); }
.dc-hero__copy > p { max-width: 590px; margin: 0; color: var(--dc-muted); font-size: 17px; }
.dc-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.dc-hero__proof { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.dc-proof { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 750; color: #40516a; }
.dc-proof svg { width: 25px; height: 25px; stroke: var(--dc-orange); fill: none; stroke-width: 1.7; }
.dc-hero__visual { position: relative; }
.dc-hero__visual img { width: 100%; border-radius: 18px; mix-blend-mode: multiply; }
.dc-dots { position: absolute; width: 84px; height: 70px; top: -10px; right: 16%; opacity: .75; background-image: radial-gradient(var(--dc-orange) 1.5px, transparent 1.5px); background-size: 12px 12px; }

/* Logo strip */
.dc-trust-strip { border-top: 1px solid #edf0f4; border-bottom: 1px solid #edf0f4; background: #fff; padding: 22px 0 26px; }
.dc-trust-strip__label { margin-bottom: 11px; color: #9aa5b5; text-align: center; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dc-trust-logos{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;align-items:center}.dc-trust-logo{display:flex;align-items:center;justify-content:center;min-height:62px;padding:12px 16px;border:1px solid #eef2f6;border-radius:12px;background:#fff}.dc-trust-logo img{width:100%;max-height:40px;object-fit:contain;opacity:.82;filter:grayscale(1)}.dc-trust-logo:hover img{opacity:1;filter:none}

/* Services */
.dc-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dc-service-card { display: flex; align-items: flex-start; gap: 20px; min-height: 142px; padding: 31px 28px; border: 1px solid var(--dc-line); border-radius: 13px; background: #fff; box-shadow: 0 12px 30px rgba(10,31,58,.035); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.dc-service-card:hover { transform: translateY(-5px); border-color: rgba(255,107,23,.45); box-shadow: var(--dc-shadow); }
.dc-service-card .dc-icon { width: 45px; height: 45px; flex-basis: 45px; }
.dc-service-card h3 { margin: 1px 0 7px; font-size: 17px; }
.dc-service-card p { margin: 0; color: var(--dc-muted); font-size: 13px; line-height: 1.55; }

/* Projects */
.dc-projects { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.dc-project-card { overflow: hidden; border: 1px solid var(--dc-line); border-radius: 13px; background: #fff; box-shadow: 0 14px 34px rgba(10,31,58,.055); transition: transform .22s ease, box-shadow .22s ease; }
.dc-project-card:hover { transform: translateY(-5px); box-shadow: var(--dc-shadow); }
.dc-project-card__image { overflow: hidden; aspect-ratio: 1.63/1; background: #eef2f6; }
.dc-project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dc-project-card:hover .dc-project-card__image img { transform: scale(1.025); }
.dc-project-card__body { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: end; padding: 18px 20px 20px; }
.dc-project-card h3 { margin: 0; font-size: 16px; }
.dc-project-card p { margin: 3px 0 0; color: var(--dc-muted); font-size: 12px; }
.dc-project-card__metric { color: var(--dc-orange); text-align: right; font-size: 12px; font-weight: 700; line-height: 1.2; }
.dc-project-card__metric strong { display: block; font-size: 23px; letter-spacing: -.03em; }
.dc-center-link { margin-top: 25px; text-align: center; }
.dc-center-link a { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; }
.dc-center-link a:hover { color: var(--dc-orange); }

/* Problem / Solution */
.dc-compare { display: grid; grid-template-columns: 1fr 180px 1fr; gap: 35px; align-items: center; padding: 38px 44px; border: 1px solid var(--dc-line); border-radius: 18px; background: #fff; box-shadow: 0 15px 45px rgba(10,31,58,.045); }
.dc-compare__title { margin-bottom: 17px; color: var(--dc-orange); font-size: 13px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.dc-compare__title--solution { color: var(--dc-navy); }
.dc-check-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; color: #4d5d71; font-size: 13px; }
.dc-check-list li { display: flex; gap: 10px; align-items: flex-start; }
.dc-check-list i { display: inline-grid; place-items: center; flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; border-radius: 50%; color: var(--dc-orange); background: #fff3eb; font-style: normal; font-size: 11px; font-weight: 900; }
.dc-check-list--dark i { color: #fff; background: var(--dc-navy); }
.dc-compare__visual img { width: 100%; border-radius: 50%; mix-blend-mode: multiply; }

/* Stats */
.dc-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 38px; }
.dc-stat { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 94px; border-right: 1px solid var(--dc-line); }
.dc-stat:last-child { border-right: 0; }
.dc-stat__icon { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid #e3e8ee; border-radius: 50%; color: var(--dc-orange); }
.dc-stat__icon svg { width: 25px; height: 25px; stroke: currentColor; fill: none; stroke-width: 1.7; }
.dc-stat strong { display: block; color: var(--dc-orange); font-size: 28px; line-height: 1; letter-spacing: -.03em; }
.dc-stat span { display: block; margin-top: 7px; font-size: 11px; font-weight: 800; }

/* About */
.dc-about { display: grid; grid-template-columns: .85fr 1.15fr; gap: 58px; align-items: center; }
.dc-about__image { position: relative; }
.dc-about__image:before { content: ""; position: absolute; left: -24px; bottom: 24%; width: 82px; height: 126px; background-image: radial-gradient(var(--dc-orange) 1.5px, transparent 1.5px); background-size: 12px 12px; opacity: .7; }
.dc-about__image img { position: relative; z-index: 1; width: 100%; max-width: 410px; margin: auto; border-radius: 13px; box-shadow: 0 24px 60px rgba(10,31,58,.15); }
.dc-about__copy h2 { margin: 0 0 16px; font-size: clamp(34px, 4vw, 50px); line-height: 1.05; letter-spacing: -.04em; }
.dc-about__copy > p { margin: 0 0 14px; color: var(--dc-muted); }
.dc-about__badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 27px 0; }
.dc-about-badge { display: flex; align-items: center; gap: 10px; min-height: 64px; padding: 12px; border: 1px solid var(--dc-line); border-radius: 10px; }
.dc-about-badge svg { flex: 0 0 24px; width: 24px; height: 24px; stroke: var(--dc-orange); fill: none; stroke-width: 1.8; }
.dc-about-badge strong { display: block; font-size: 12px; line-height: 1.2; }
.dc-about-badge span { display: block; margin-top: 3px; color: var(--dc-muted); font-size: 9px; line-height: 1.2; }

/* Process */
.dc-process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 36px; }
.dc-process-step { position: relative; min-height: 155px; padding: 30px 20px 20px; border: 1px solid var(--dc-line); border-radius: 12px; background: #fff; }
.dc-process-step:not(:last-child):after { content: "→"; position: absolute; right: -30px; top: 50%; color: #99a6b6; font-size: 19px; transform: translateY(-50%); }
.dc-process-step__number { position: absolute; top: -14px; left: 28px; display: grid; place-items: center; width: 30px; height: 30px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--dc-orange); font-size: 10px; font-weight: 900; }
.dc-process-step h3 { margin: 4px 0 7px; font-size: 15px; }
.dc-process-step p { margin: 0; color: var(--dc-muted); font-size: 12px; line-height: 1.5; }

/* Testimonials */
.dc-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dc-testimonial { padding: 30px; border: 1px solid var(--dc-line); border-radius: 13px; background: #fff; box-shadow: 0 13px 35px rgba(10,31,58,.04); }
.dc-stars { margin-bottom: 18px; color: var(--dc-orange); letter-spacing: 4px; font-size: 18px; }
.dc-testimonial blockquote { margin: 0 0 22px; font-size: 14px; font-weight: 650; line-height: 1.65; }
.dc-person { display: flex; align-items: center; gap: 12px; }
.dc-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--dc-navy), var(--dc-orange)); font-weight: 900; }
.dc-person strong { display: block; font-size: 12px; }
.dc-person span { display: block; color: var(--dc-muted); font-size: 10px; }
.dc-slider-dots { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
.dc-slider-dots span { width: 9px; height: 9px; border-radius: 20px; background: #c9ced6; }
.dc-slider-dots span:first-child { width: 30px; background: var(--dc-orange); }

/* FAQ */
.dc-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dc-faq { overflow: hidden; border: 1px solid var(--dc-line); border-radius: 9px; background: #fff; }
.dc-faq__button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 19px; border: 0; color: var(--dc-text); background: transparent; text-align: left; font-size: 13px; font-weight: 750; }
.dc-faq__button span:last-child { flex: 0 0 auto; font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.dc-faq.is-open .dc-faq__button span:last-child { transform: rotate(45deg); }
.dc-faq__answer { max-height: 0; overflow: hidden; color: var(--dc-muted); font-size: 13px; transition: max-height .28s ease; }
.dc-faq__answer p { margin: 0; padding: 0 19px 18px; }

/* CTA */
.dc-cta { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 40px; min-height: 190px; padding: 42px 68px; border-radius: 16px; color: #fff; background: var(--dc-navy); box-shadow: 0 22px 50px rgba(7,29,59,.2); }
.dc-cta:before, .dc-cta:after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); }
.dc-cta:before { width: 260px; height: 260px; right: -80px; top: -120px; box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.02); }
.dc-cta:after { width: 240px; height: 240px; left: -170px; bottom: -170px; }
.dc-cta__copy, .dc-cta__action { position: relative; z-index: 1; }
.dc-cta h2 { margin: 0 0 11px; font-size: clamp(29px, 4vw, 43px); line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.dc-cta h2 span { color: var(--dc-orange); }
.dc-cta p { max-width: 570px; margin: 0; color: rgba(255,255,255,.8); font-size: 14px; }
.dc-cta__action { text-align: center; }
.dc-cta__checks { display: flex; justify-content: center; gap: 18px; margin-top: 17px; color: rgba(255,255,255,.75); font-size: 10px; }
.dc-cta__checks span:before { content: "✓"; margin-right: 6px; color: var(--dc-orange); font-weight: 900; }

/* Footer */
.dc-footer { padding: 54px 0 18px; background: #fff; }
.dc-footer__grid { display: grid; grid-template-columns: 1.35fr .75fr .85fr .85fr 1fr; gap: 36px; padding-bottom: 38px; }
.dc-footer h3 { margin: 0 0 17px; font-size: 14px; }
.dc-footer p, .dc-footer li, .dc-footer a { color: var(--dc-muted); font-size: 12px; }
.dc-footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.dc-footer a:hover { color: var(--dc-orange); }
.dc-footer__about p { max-width: 230px; margin: 16px 0 20px; }
.dc-socials { display: flex; gap: 9px; }
.dc-socials a { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--dc-line); border-radius: 50%; color: #718097; }
.dc-footer__contact li { display: flex; gap: 9px; align-items: flex-start; }
.dc-footer__contact svg { width: 15px; height: 15px; margin-top: 2px; stroke: var(--dc-muted); fill: none; stroke-width: 1.8; }
.dc-footer__bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 17px; border-top: 1px solid var(--dc-line); color: #8793a4; font-size: 10px; }
.dc-footer__legal { display: flex; gap: 22px; }

/* Inner pages */
.dc-page-hero { padding: 95px 0 75px; color: #fff; text-align: center; background: linear-gradient(135deg, var(--dc-navy), var(--dc-navy-2)); }
.dc-page-hero h1 { margin: 0; font-size: clamp(42px, 6vw, 68px); line-height: 1; letter-spacing: -.045em; }
.dc-page-hero p { max-width: 660px; margin: 18px auto 0; color: rgba(255,255,255,.75); }
.dc-content { width: min(calc(100% - 40px), 900px); margin-inline: auto; padding: 75px 0; }
.dc-content h2, .dc-content h3 { line-height: 1.2; letter-spacing: -.025em; }
.dc-content a { color: var(--dc-orange); text-decoration: underline; }
.dc-content img { border-radius: 14px; }
.dc-post-list { display: grid; gap: 28px; }
.dc-post-card { padding: 28px; border: 1px solid var(--dc-line); border-radius: 14px; }
.dc-post-card h2 { margin-top: 0; }

@media (max-width: 1050px) {
  .dc-header__inner { grid-template-columns: 210px auto auto; }
  .dc-nav ul { gap: 18px; }
  .dc-hero__grid { gap: 28px; }
  .dc-about__badges { grid-template-columns: 1fr; }
  .dc-process { gap: 24px; }
  .dc-process-step:not(:last-child):after { right: -22px; }
  .dc-footer__grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
}

@media (max-width: 1024px){.dc-trust-logos{grid-template-columns:repeat(3,1fr)}.dc-el-trust-logos > .elementor-container{flex-wrap:wrap}.dc-el-trust-logos .dc-el-brand-logo-col{width:calc((100% - 36px)/3)!important}}

@media (max-width: 860px) {
  .admin-bar .dc-header { top: 46px; }
  .dc-topbar__trust { display: none; }
  .dc-topbar__inner { justify-content: center; }
  .dc-header__inner { min-height: 72px; grid-template-columns: 1fr auto; }
  .dc-header__cta { display: none; }
  .dc-menu-toggle { display: inline-flex; }
  .dc-nav { display: none; grid-column: 1 / -1; }
  .dc-nav.is-open { display: block; padding: 0 0 20px; }
  .dc-nav ul { display: grid; justify-content: stretch; gap: 0; }
  .dc-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--dc-line); }
  .dc-hero__grid, .dc-about, .dc-cta { grid-template-columns: 1fr; }
  .dc-hero { padding-top: 35px; }
  .dc-hero__grid { min-height: auto; }
  .dc-hero__visual { max-width: 680px; margin: 0 auto; }
  .dc-services, .dc-projects, .dc-testimonials { grid-template-columns: 1fr 1fr; }
  .dc-compare { grid-template-columns: 1fr; text-align: left; }
  .dc-compare__visual { width: 180px; margin: auto; order: 2; }
  .dc-compare__solution { order: 3; }
  .dc-stats { grid-template-columns: 1fr 1fr; }
  .dc-stat:nth-child(2) { border-right: 0; }
  .dc-process { grid-template-columns: 1fr 1fr; }
  .dc-process-step:not(:last-child):after { display: none; }
  .dc-faq-grid { grid-template-columns: 1fr; }
  .dc-cta { padding: 40px; text-align: center; }
  .dc-cta p { margin-inline: auto; }
  .dc-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {.dc-trust-logos{grid-template-columns:repeat(2,1fr);gap:12px}.dc-el-trust-logos .dc-el-brand-logo-col{width:calc((100% - 18px)/2)!important}.dc-logo-image img{width:180px}
  .dc-container { width: min(calc(100% - 28px), var(--dc-container)); }
  .dc-section { padding: 68px 0; }
  .dc-topbar__contact { gap: 12px; }
  .dc-topbar__contact .dc-topbar__item:first-child { display: none; }
  .dc-brand img, .custom-logo { max-width: 165px; }
  .dc-hero h1 { font-size: 45px; }
  .dc-hero__copy > p { font-size: 15px; }
  .dc-hero__actions .dc-btn { width: 100%; }
  .dc-hero__proof { gap: 14px; }
  .dc-services, .dc-projects, .dc-testimonials, .dc-process, .dc-stats { grid-template-columns: 1fr; }
  .dc-service-card { min-height: 0; }
  .dc-compare { padding: 28px 22px; }
  .dc-stat { border-right: 0; border-bottom: 1px solid var(--dc-line); padding: 18px 0; }
  .dc-stat:last-child { border-bottom: 0; }
  .dc-about__badges { grid-template-columns: 1fr; }
  .dc-cta { padding: 35px 24px; }
  .dc-cta__checks { flex-wrap: wrap; }
  .dc-footer__grid { grid-template-columns: 1fr; }
  .dc-footer__bottom { flex-direction: column; }
}

/* =========================================================
   Elementor editable homepage
   ========================================================= */
.dc-elementor-content { width: 100%; margin: 0; padding: 0; }
.dc-elementor-content > .elementor { width: 100%; }
.elementor-section.dc-el-section > .elementor-container { width: min(calc(100% - 40px), var(--dc-container)); max-width: var(--dc-container) !important; }
.dc-el-section { position: relative; }
.dc-el-section .elementor-widget { margin-bottom: 0; }
.dc-el-section .elementor-heading-title { color: var(--dc-text); font-family: inherit; }
.dc-el-section .elementor-widget-text-editor { color: var(--dc-muted); font-family: inherit; }
.dc-el-section .elementor-widget-text-editor p:last-child { margin-bottom: 0; }
.dc-el-kicker .elementor-heading-title { margin: 0 0 10px; color: var(--dc-orange); font-size: 12px; font-weight: 800; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.dc-el-section-title .elementor-heading-title { margin: 0; font-size: clamp(30px, 4vw, 44px); font-weight: 750; line-height: 1.08; letter-spacing: -.035em; }
.dc-el-section-column > .elementor-widget-wrap > .dc-el-section-title { margin-bottom: 42px; }

/* Elementor buttons */
.dc-el-btn .elementor-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 9px; font-size: 15px; font-weight: 750; line-height: 1; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease; }
.dc-el-btn .elementor-button:hover { transform: translateY(-2px); }
.dc-el-btn-orange .elementor-button { color: #fff; background: var(--dc-orange); box-shadow: 0 13px 28px rgba(255,107,23,.25); }
.dc-el-btn-orange .elementor-button:hover { color: #fff; background: var(--dc-orange-dark); }
.dc-el-btn-outline .elementor-button { color: var(--dc-navy); border-color: #d8dee7; background: #fff; box-shadow: none; }
.dc-el-btn-outline .elementor-button:hover { color: var(--dc-orange); border-color: var(--dc-orange); background: #fff; }
.dc-el-text-button .elementor-button { padding: 0; color: var(--dc-navy); background: transparent; font-weight: 800; }
.dc-el-text-button .elementor-button:hover { color: var(--dc-orange); background: transparent; }

/* Hero */
.dc-el-hero { overflow: hidden; padding: 48px 0 35px; background: radial-gradient(circle at 89% 30%, rgba(255,107,23,.09), transparent 32%), #fff; }
.dc-el-hero:after { content: ""; position: absolute; z-index: 0; width: 360px; height: 360px; right: -150px; top: 15px; border: 1px solid rgba(255,107,23,.18); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,107,23,.05), 0 0 0 75px rgba(255,107,23,.03); pointer-events: none; }
.dc-el-hero > .elementor-container { position: relative; z-index: 2; min-height: 500px; align-items: center; }
.dc-el-hero-copy > .elementor-widget-wrap { align-content: center; padding-right: 34px; }
.dc-el-pill { width: auto !important; align-self: flex-start; }
.dc-el-pill .elementor-heading-title { display: inline-flex; padding: 7px 13px; border-radius: 999px; color: #4c5d73; background: #f1f4f8; font-size: 11px; font-weight: 800; letter-spacing: .06em; line-height: 1.3; text-transform: uppercase; }
.dc-el-hero-title { margin: 20px 0 18px !important; }
.dc-el-hero-title .elementor-heading-title { max-width: 610px; margin: 0; font-size: clamp(44px, 5.7vw, 70px); font-weight: 800; line-height: .99; letter-spacing: -.052em; }
.dc-el-hero-title .elementor-heading-title span { color: var(--dc-orange); }
.dc-el-lead .elementor-widget-container { max-width: 590px; color: var(--dc-muted); font-size: 17px; }
.dc-el-button-row { margin-top: 27px; }
.dc-el-button-row > .elementor-container { justify-content: flex-start; gap: 14px; }
.dc-el-button-row .dc-el-btn-col { width: auto !important; }
.dc-el-button-row .dc-el-btn-col > .elementor-widget-wrap { padding: 0; }
.dc-el-proof-list { margin-top: 30px; }
.dc-el-proof-list .elementor-icon-list-items { gap: 24px; }
.dc-el-proof-list .elementor-icon-list-item { margin: 0 !important; color: #40516a; font-size: 12px; font-weight: 750; }
.dc-el-proof-list .elementor-icon-list-icon { padding-right: 8px; }
.dc-el-proof-list .elementor-icon-list-icon i { color: var(--dc-orange); font-size: 22px; }
.dc-el-hero-visual { position: relative; }
.dc-el-hero-visual:before { content: ""; position: absolute; z-index: 2; width: 84px; height: 70px; top: -8px; right: 16%; opacity: .75; background-image: radial-gradient(var(--dc-orange) 1.5px, transparent 1.5px); background-size: 12px 12px; pointer-events: none; }
.dc-el-hero-image img { width: 100%; border-radius: 18px; mix-blend-mode: normal; box-shadow: none; }

/* Trust strip */
.dc-el-trust { padding: 22px 0 26px; border-top: 1px solid #edf0f4; border-bottom: 1px solid #edf0f4; background: #fff; }
.dc-el-trust-label { margin-bottom: 10px !important; }
.dc-el-trust-label .elementor-heading-title { color: #9aa5b5; font-size: 9px; font-weight: 800; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.dc-el-trust-logos > .elementor-container{gap:18px;align-items:center;justify-content:center}.dc-el-trust-logos .dc-el-brand-logo-col{width:calc((100% - 90px)/6)!important}.dc-el-brand-logo-col > .elementor-widget-wrap{justify-content:center;padding:0!important}.dc-el-brand-logo .elementor-widget-container{display:flex;align-items:center;justify-content:center;min-height:62px;padding:12px 16px;border:1px solid #eef2f6;border-radius:12px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.dc-el-brand-logo img{width:100%;max-height:40px;object-fit:contain;opacity:.82;filter:grayscale(1)}.dc-el-brand-logo .elementor-widget-container:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(10,31,58,.06)}.dc-el-brand-logo .elementor-widget-container:hover img{opacity:1;filter:none}

/* Services */
.dc-el-services { padding: 92px 0; background: #fff; }
.dc-el-card-row { margin-top: 24px; }
.dc-el-card-row:first-of-type { margin-top: 0; }
.dc-el-card-row > .elementor-container { gap: 24px; }
.dc-el-card-row .dc-el-service-col { width: calc((100% - 48px) / 3) !important; }
.dc-el-service-col > .elementor-widget-wrap { height: 100%; padding: 0; }
.dc-el-service-card { width: 100%; height: 100%; }
.dc-el-service-card .elementor-widget-container { height: 100%; min-height: 142px; padding: 31px 28px; border: 1px solid var(--dc-line); border-radius: 13px; background: #fff; box-shadow: 0 12px 30px rgba(10,31,58,.035); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.dc-el-service-card .elementor-widget-container:hover { transform: translateY(-5px); border-color: rgba(255,107,23,.45); box-shadow: var(--dc-shadow); }
.dc-el-service-card .elementor-icon-box-wrapper { display: flex; align-items: flex-start; gap: 20px; text-align: left; }
.dc-el-service-card .elementor-icon-box-icon { flex: 0 0 45px; margin: 0 !important; }
.dc-el-service-card .elementor-icon { color: var(--dc-orange); font-size: 40px; }
.dc-el-service-card .elementor-icon-box-title { margin: 0 0 7px; font-size: 17px; line-height: 1.25; }
.dc-el-service-card .elementor-icon-box-description { margin: 0; color: var(--dc-muted); font-size: 13px; line-height: 1.55; }

/* Projects */
.dc-el-projects { padding: 92px 0; background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%); }
.dc-el-project-grid > .elementor-container { gap: 26px; }
.dc-el-project-grid .dc-el-project-card { width: calc((100% - 52px) / 3) !important; }
.dc-el-project-card > .elementor-widget-wrap { position: relative; display: block; height: 100%; min-height: 390px; overflow: hidden; padding: 0 20px 72px !important; border: 1px solid var(--dc-line); border-radius: 13px; background: #fff; box-shadow: 0 14px 34px rgba(10,31,58,.055); transition: transform .22s ease, box-shadow .22s ease; }
.dc-el-project-card > .elementor-widget-wrap:hover { transform: translateY(-5px); box-shadow: var(--dc-shadow); }
.dc-el-project-image { margin: 0 -20px 16px !important; }
.dc-el-project-image .elementor-widget-container { overflow: hidden; aspect-ratio: 1.63/1; background: #eef2f6; }
.dc-el-project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dc-el-project-card > .elementor-widget-wrap:hover .dc-el-project-image img { transform: scale(1.025); }
.dc-el-project-title .elementor-heading-title { margin: 0; font-size: 16px; font-weight: 800; }
.dc-el-project-subtitle { margin-top: 3px !important; }
.dc-el-project-subtitle p { margin: 0; color: var(--dc-muted); font-size: 12px; }
.dc-el-project-metric { position: absolute !important; right: 20px; bottom: 18px; width: auto !important; text-align: right; }
.dc-el-project-metric .elementor-heading-title { color: var(--dc-orange); font-size: 23px; font-weight: 850; line-height: 1.05; letter-spacing: -.03em; }
.dc-el-project-metric small { display: block; color: var(--dc-muted); font-size: 11px; font-weight: 700; letter-spacing: 0; }
.dc-el-projects .dc-el-text-button { margin-top: 25px !important; }

/* Problem / solution */
.dc-el-compare { padding: 62px 0 18px; background: #fff; }
.dc-el-compare > .elementor-container { align-items: center; padding: 38px 44px; border: 1px solid var(--dc-line); border-radius: 18px; background: #fff; box-shadow: 0 15px 45px rgba(10,31,58,.045); }
.dc-el-compare-title { margin-bottom: 17px !important; }
.dc-el-compare-title .elementor-heading-title { color: var(--dc-orange); font-size: 13px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.dc-el-solution-title .elementor-heading-title { color: var(--dc-navy); }
.dc-el-compare-list .elementor-icon-list-items { display: grid; gap: 11px; }
.dc-el-compare-list .elementor-icon-list-item { align-items: flex-start; margin: 0 !important; color: #4d5d71; font-size: 13px; line-height: 1.5; }
.dc-el-compare-list .elementor-icon-list-icon { display: grid; place-items: center; flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; margin-right: 10px; border-radius: 50%; color: var(--dc-orange); background: #fff3eb; }
.dc-el-compare-list .elementor-icon-list-icon i { color: inherit; font-size: 10px; }
.dc-el-solution-list .elementor-icon-list-icon { color: #fff; background: var(--dc-navy); }
.dc-el-versus-image img { width: 100%; max-width: 190px; margin: auto; border-radius: 50%; mix-blend-mode: multiply; }

/* Stats */
.dc-el-stats { padding: 20px 0 72px; background: #fff; }
.dc-el-stats > .elementor-container { gap: 0; }
.dc-el-stat > .elementor-widget-wrap { align-content: center; min-height: 94px; padding: 12px 20px; border-right: 1px solid var(--dc-line); text-align: center; }
.dc-el-stat:last-child > .elementor-widget-wrap { border-right: 0; }
.dc-el-stat-number .elementor-heading-title { color: var(--dc-orange); font-size: 30px; font-weight: 850; line-height: 1; letter-spacing: -.03em; }
.dc-el-stat-label { margin-top: 7px !important; }
.dc-el-stat-label .elementor-heading-title { font-size: 11px; font-weight: 800; line-height: 1.3; }

/* About */
.dc-el-about { padding: 92px 0; background: #fff; }
.dc-el-about > .elementor-container { align-items: center; }
.dc-el-about-image-col { position: relative; }
.dc-el-about-image-col:before { content: ""; position: absolute; left: -24px; bottom: 24%; width: 82px; height: 126px; background-image: radial-gradient(var(--dc-orange) 1.5px, transparent 1.5px); background-size: 12px 12px; opacity: .7; }
.dc-el-founder-image { position: relative; z-index: 1; }
.dc-el-founder-image img { width: 100%; max-width: 430px; margin: auto; aspect-ratio: 3/4; object-fit: cover; object-position: center top; border-radius: 20px; box-shadow: 0 24px 60px rgba(10,31,58,.15); }
.dc-el-about-copy > .elementor-widget-wrap { padding-left: 28px; }
.dc-el-about-title { margin-bottom: 16px !important; }
.dc-el-about-title .elementor-heading-title { font-size: clamp(34px, 4vw, 50px); }
.dc-el-about-text { margin-bottom: 8px !important; }
.dc-el-about-text p { margin: 0 0 14px; color: var(--dc-muted); }
.dc-el-about-badges { margin: 20px 0 27px; }
.dc-el-about-badges > .elementor-container { gap: 12px; }
.dc-el-about-badge-col { width: calc((100% - 24px) / 3) !important; }
.dc-el-about-badge-col > .elementor-widget-wrap { padding: 0; }
.dc-el-about-badge .elementor-widget-container { min-height: 76px; padding: 12px; border: 1px solid var(--dc-line); border-radius: 10px; }
.dc-el-about-badge .elementor-icon-box-wrapper { display: flex; align-items: center; gap: 10px; text-align: left; }
.dc-el-about-badge .elementor-icon-box-icon { flex: 0 0 24px; margin: 0 !important; }
.dc-el-about-badge .elementor-icon { color: var(--dc-orange); font-size: 24px; }
.dc-el-about-badge .elementor-icon-box-title { margin: 0; font-size: 12px; line-height: 1.2; }
.dc-el-about-badge .elementor-icon-box-description { margin-top: 3px; color: var(--dc-muted); font-size: 9px; line-height: 1.25; }

/* Process */
.dc-el-process { padding: 92px 0; background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%); }
.dc-el-process-grid > .elementor-container { gap: 30px; }
.dc-el-process-grid .dc-el-process-card { width: calc((100% - 120px) / 5) !important; }
.dc-el-process-card > .elementor-widget-wrap { position: relative; display: block; min-height: 170px; padding: 30px 20px 20px !important; border: 1px solid var(--dc-line); border-radius: 12px; background: #fff; }
.dc-el-process-card:not(:last-child):after { content: "→"; position: absolute; z-index: 3; right: -22px; top: 50%; color: #99a6b6; font-size: 19px; transform: translateY(-50%); }
.dc-el-step-number { position: absolute !important; top: -15px; left: 28px; width: 30px !important; height: 30px; }
.dc-el-step-number .elementor-widget-container { display: grid; place-items: center; width: 30px; height: 30px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--dc-orange); }
.dc-el-step-number .elementor-heading-title { color: #fff; font-size: 10px; font-weight: 900; }
.dc-el-step-title { margin: 5px 0 7px !important; }
.dc-el-step-title .elementor-heading-title { font-size: 15px; font-weight: 800; }
.dc-el-step-text p { margin: 0; color: var(--dc-muted); font-size: 12px; line-height: 1.5; }

/* Testimonials */
.dc-el-testimonials { padding: 92px 0; background: #fff; }
.dc-el-testimonial-grid > .elementor-container { gap: 24px; }
.dc-el-testimonial-grid .dc-el-testimonial-col { width: calc((100% - 48px) / 3) !important; }
.dc-el-testimonial-col > .elementor-widget-wrap { display: block; height: 100%; padding: 30px !important; border: 1px solid var(--dc-line); border-radius: 13px; background: #fff; box-shadow: 0 13px 35px rgba(10,31,58,.04); }
.dc-el-stars { margin-bottom: 14px !important; }
.dc-el-stars .elementor-heading-title { color: var(--dc-orange); font-size: 18px; letter-spacing: 4px; }
.dc-el-testimonial-card .elementor-testimonial-content { margin-bottom: 22px; color: var(--dc-text); font-size: 14px; font-style: normal; font-weight: 650; line-height: 1.65; }
.dc-el-testimonial-card .elementor-testimonial-name { color: var(--dc-text); font-size: 12px; font-weight: 800; }
.dc-el-testimonial-card .elementor-testimonial-job { color: var(--dc-muted); font-size: 10px; }
.dc-el-testimonial-card .elementor-testimonial-image { display: none; }

/* FAQ */
.dc-el-faq { padding: 62px 0; background: #fff; }
.dc-el-faq .dc-el-section-title { margin-bottom: 35px !important; }
.dc-el-accordion .elementor-accordion { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dc-el-accordion .elementor-accordion-item { overflow: hidden; border: 1px solid var(--dc-line) !important; border-radius: 9px; background: #fff; }
.dc-el-accordion .elementor-tab-title { display: flex; align-items: center; min-height: 56px; padding: 17px 19px !important; border: 0 !important; color: var(--dc-text); font-size: 13px; font-weight: 750; }
.dc-el-accordion .elementor-accordion-icon { color: var(--dc-text); font-size: 13px; }
.dc-el-accordion .elementor-tab-content { padding: 0 19px 18px !important; border: 0 !important; color: var(--dc-muted); font-size: 13px; line-height: 1.6; }

/* CTA */
.dc-el-cta { padding: 18px 0 62px; background: #fff; }
.dc-el-cta > .elementor-container { position: relative; overflow: hidden; align-items: center; min-height: 190px; padding: 42px 68px; border-radius: 16px; color: #fff; background: var(--dc-navy); box-shadow: 0 22px 50px rgba(7,29,59,.2); }
.dc-el-cta > .elementor-container:before { content: ""; position: absolute; width: 260px; height: 260px; right: -80px; top: -120px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.02); }
.dc-el-cta-copy, .dc-el-cta-action { position: relative; z-index: 1; }
.dc-el-cta-title .elementor-heading-title { color: #fff; font-size: clamp(29px, 4vw, 43px); font-weight: 800; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.dc-el-cta-title .elementor-heading-title span { color: var(--dc-orange); }
.dc-el-cta-text { margin-top: 11px !important; }
.dc-el-cta-text .elementor-widget-container { max-width: 570px; color: rgba(255,255,255,.8); font-size: 14px; }
.dc-el-cta-action > .elementor-widget-wrap { justify-content: center; }
.dc-el-cta-checks { margin-top: 14px !important; }
.dc-el-cta-checks .elementor-icon-list-items { justify-content: center; gap: 16px; }
.dc-el-cta-checks .elementor-icon-list-item { margin: 0 !important; color: rgba(255,255,255,.75); font-size: 10px; }
.dc-el-cta-checks .elementor-icon-list-icon { padding-right: 5px; }
.dc-el-cta-checks .elementor-icon-list-icon i { color: var(--dc-orange); font-size: 9px; }

@media (max-width: 1024px) {
  .elementor-section.dc-el-section > .elementor-container { width: min(calc(100% - 34px), var(--dc-container)); }
  .dc-el-card-row > .elementor-container, .dc-el-project-grid > .elementor-container, .dc-el-testimonial-grid > .elementor-container { gap: 18px; }
  .dc-el-card-row .dc-el-service-col { width: calc((100% - 36px) / 3) !important; }
  .dc-el-project-grid .dc-el-project-card, .dc-el-testimonial-grid .dc-el-testimonial-col { width: calc((100% - 36px) / 3) !important; }
  .dc-el-process-grid > .elementor-container { gap: 18px; }
  .dc-el-process-grid .dc-el-process-card { width: calc((100% - 72px) / 5) !important; }
  .dc-el-process-card:not(:last-child):after { right: -14px; }
  .dc-el-about-badge .elementor-icon-box-wrapper { display: block; }
  .dc-el-about-badge .elementor-icon-box-icon { margin-bottom: 8px !important; }
}

@media (max-width: 860px) {
  .dc-el-hero > .elementor-container, .dc-el-about > .elementor-container, .dc-el-cta > .elementor-container { flex-wrap: wrap; }
  .dc-el-hero-copy, .dc-el-hero-visual, .dc-el-about-image-col, .dc-el-about-copy, .dc-el-cta-copy, .dc-el-cta-action { width: 100% !important; }
  .dc-el-hero-copy > .elementor-widget-wrap, .dc-el-about-copy > .elementor-widget-wrap { padding-left: 0; padding-right: 0; }
  .dc-el-hero-visual { margin-top: 35px; }
  .dc-el-hero-image img { max-width: 680px; margin: auto; }
  .dc-el-card-row > .elementor-container, .dc-el-project-grid > .elementor-container, .dc-el-testimonial-grid > .elementor-container, .dc-el-process-grid > .elementor-container { flex-wrap: wrap; }
  .dc-el-card-row .dc-el-service-col, .dc-el-project-grid .dc-el-project-card, .dc-el-testimonial-grid .dc-el-testimonial-col { width: calc((100% - 18px) / 2) !important; }
  .dc-el-compare > .elementor-container { flex-wrap: wrap; }
  .dc-el-compare-side { width: calc(50% - 100px) !important; }
  .dc-el-compare-visual { width: 200px !important; }
  .dc-el-stats > .elementor-container { flex-wrap: wrap; }
  .dc-el-stat { width: 50% !important; }
  .dc-el-stat:nth-child(2) > .elementor-widget-wrap { border-right: 0; }
  .dc-el-stat:nth-child(-n+2) > .elementor-widget-wrap { border-bottom: 1px solid var(--dc-line); }
  .dc-el-about-image-col { margin-bottom: 45px; }
  .dc-el-about-badge-col { width: calc((100% - 24px) / 3) !important; }
  .dc-el-process-grid .dc-el-process-card { width: calc((100% - 18px) / 2) !important; margin-bottom: 18px; }
  .dc-el-process-card:not(:last-child):after { display: none; }
  .dc-el-accordion .elementor-accordion { grid-template-columns: 1fr; }
  .dc-el-cta > .elementor-container { padding: 40px; text-align: center; }
  .dc-el-cta-copy .elementor-widget-container { margin-inline: auto; }
  .dc-el-cta-action { margin-top: 25px; }
}

@media (max-width: 620px) {
  .elementor-section.dc-el-section > .elementor-container { width: min(calc(100% - 28px), var(--dc-container)); }
  .dc-el-services, .dc-el-projects, .dc-el-about, .dc-el-process, .dc-el-testimonials { padding: 68px 0; }
  .dc-el-hero-title .elementor-heading-title { font-size: 45px; }
  .dc-el-lead .elementor-widget-container { font-size: 15px; }
  .dc-el-button-row > .elementor-container { display: grid; width: 100%; gap: 12px; }
  .dc-el-button-row .dc-el-btn-col { width: 100% !important; }
  .dc-el-button-row .elementor-button-wrapper, .dc-el-button-row .elementor-button { width: 100%; }
  .dc-el-proof-list .elementor-icon-list-items { display: grid; gap: 10px; }
  .dc-el-card-row .dc-el-service-col, .dc-el-project-grid .dc-el-project-card, .dc-el-testimonial-grid .dc-el-testimonial-col, .dc-el-process-grid .dc-el-process-card { width: 100% !important; }
  .dc-el-service-card .elementor-widget-container { min-height: 0; }
  .dc-el-project-card > .elementor-widget-wrap { min-height: 360px; }
  .dc-el-compare > .elementor-container { padding: 28px 22px; }
  .dc-el-compare-side, .dc-el-compare-visual { width: 100% !important; }
  .dc-el-compare-visual { margin: 25px 0; }
  .dc-el-versus-image img { max-width: 170px; }
  .dc-el-stat { width: 100% !important; }
  .dc-el-stat > .elementor-widget-wrap { border-right: 0; border-bottom: 1px solid var(--dc-line); }
  .dc-el-stat:last-child > .elementor-widget-wrap { border-bottom: 0; }
  .dc-el-about-badges > .elementor-container { display: grid; }
  .dc-el-about-badge-col { width: 100% !important; }
  .dc-el-about-badge .elementor-icon-box-wrapper { display: flex; }
  .dc-el-cta > .elementor-container { padding: 35px 24px; }
  .dc-el-cta-checks .elementor-icon-list-items { display: flex; flex-wrap: wrap; }
}

/* =========================================================
   Professional responsive polish - v2.2.0
   Mobile-first fixes for header, Elementor homepage, cards,
   footer, spacing, touch targets and small-screen overflow.
   ========================================================= */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
body.dc-mobile-menu-open {
  overflow: hidden;
}
.dc-header,
.dc-footer,
.dc-el-section,
.dc-elementor-content {
  max-width: 100%;
}
.elementor-section.dc-el-section,
.elementor-section.dc-el-section > .elementor-container,
.elementor-column,
.elementor-widget-wrap {
  min-width: 0;
}
.elementor-widget-image img,
.elementor img {
  max-width: 100%;
  height: auto;
}
.dc-menu-toggle {
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: background .2s ease, color .2s ease;
}
.dc-menu-toggle:hover,
.dc-menu-toggle[aria-expanded="true"] {
  color: var(--dc-orange);
  background: rgba(255, 107, 23, .08);
}
.dc-nav a,
.dc-topbar__item,
.dc-btn,
.elementor-button {
  -webkit-tap-highlight-color: transparent;
}
.dc-el-hero-title .elementor-heading-title,
.dc-hero h1,
.dc-el-section-title .elementor-heading-title,
.dc-el-about-title .elementor-heading-title,
.dc-el-cta-title .elementor-heading-title {
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  :root { --dc-container: 1080px; }
  .dc-container,
  .elementor-section.dc-el-section > .elementor-container {
    width: min(calc(100% - 48px), var(--dc-container));
  }
  .dc-header__inner {
    grid-template-columns: 205px 1fr auto;
    gap: 18px;
  }
  .dc-logo-image img,
  .dc-brand img,
  .custom-logo {
    max-width: 195px;
  }
  .dc-nav ul { gap: 20px; }
  .dc-nav a { font-size: 13px; }
  .dc-header__cta { padding-inline: 18px; }
  .dc-el-hero-copy > .elementor-widget-wrap { padding-right: 18px; }
  .dc-el-hero-title .elementor-heading-title,
  .dc-hero h1 {
    font-size: clamp(42px, 5.4vw, 62px);
  }
  .dc-el-hero-image img,
  .dc-hero__visual img {
    max-width: 620px;
    margin-inline: auto;
  }
}

@media (max-width: 1024px) {
  .dc-section,
  .dc-el-services,
  .dc-el-projects,
  .dc-el-about,
  .dc-el-process,
  .dc-el-testimonials {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .dc-header__inner {
    min-height: 76px;
    grid-template-columns: 190px 1fr auto;
  }
  .dc-logo-image img,
  .dc-brand img,
  .custom-logo {
    max-width: 185px;
  }
  .dc-el-card-row .dc-el-service-col,
  .dc-el-project-grid .dc-el-project-card,
  .dc-el-testimonial-grid .dc-el-testimonial-col {
    width: calc((100% - 18px) / 2) !important;
  }
  .dc-el-card-row > .elementor-container,
  .dc-el-project-grid > .elementor-container,
  .dc-el-testimonial-grid > .elementor-container,
  .dc-el-process-grid > .elementor-container,
  .dc-el-about-badges > .elementor-container {
    flex-wrap: wrap;
  }
  .dc-services,
  .dc-projects,
  .dc-testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dc-el-service-card .elementor-widget-container,
  .dc-service-card,
  .dc-el-project-card > .elementor-widget-wrap,
  .dc-project-card,
  .dc-el-testimonial-col > .elementor-widget-wrap {
    height: 100%;
  }
  .dc-el-compare > .elementor-container,
  .dc-compare {
    gap: 22px;
  }
  .dc-el-process-grid .dc-el-process-card {
    width: calc((100% - 36px) / 3) !important;
    margin-bottom: 18px;
  }
  .dc-el-process-card:not(:last-child):after,
  .dc-process-step:not(:last-child):after {
    display: none;
  }
  .dc-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dc-footer__grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .dc-topbar__inner {
    min-height: 36px;
  }
  .dc-topbar__trust {
    display: none;
  }
  .dc-topbar__inner,
  .dc-topbar__contact {
    justify-content: center;
  }
  .dc-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }
  .dc-header__cta {
    display: none;
  }
  .dc-menu-toggle {
    display: inline-flex;
  }
  .dc-nav {
    position: absolute;
    display: block;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    z-index: 70;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    padding: 0;
  }
  .dc-nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    padding: 0;
  }
  .dc-nav ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(7,29,59,.08);
    border-radius: 0 0 18px 18px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 22px 55px rgba(7, 29, 59, .16);
    backdrop-filter: blur(16px);
  }
  .dc-nav li {
    width: 100%;
  }
  .dc-nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 14px;
    border-bottom: 1px solid #eef2f6;
    border-radius: 10px;
    font-size: 14px;
  }
  .dc-nav li:last-child a {
    border-bottom: 0;
  }
  .dc-nav a:hover,
  .dc-nav .current-menu-item > a {
    background: rgba(255, 107, 23, .08);
  }
  .dc-hero__grid,
  .dc-el-hero > .elementor-container,
  .dc-about,
  .dc-el-about > .elementor-container,
  .dc-cta,
  .dc-el-cta > .elementor-container {
    grid-template-columns: 1fr;
    flex-wrap: wrap;
  }
  .dc-el-hero-copy,
  .dc-el-hero-visual,
  .dc-el-about-image-col,
  .dc-el-about-copy,
  .dc-el-cta-copy,
  .dc-el-cta-action {
    width: 100% !important;
  }
  .dc-hero,
  .dc-el-hero {
    padding-top: 42px;
    padding-bottom: 44px;
  }
  .dc-hero__grid,
  .dc-el-hero > .elementor-container {
    min-height: 0;
    gap: 26px;
  }
  .dc-hero__copy,
  .dc-el-hero-copy > .elementor-widget-wrap {
    padding: 0;
    text-align: center;
    align-items: center;
    align-content: center;
  }
  .dc-pill,
  .dc-el-pill {
    margin-inline: auto;
    align-self: center;
  }
  .dc-hero h1,
  .dc-hero__copy > p,
  .dc-el-hero-title .elementor-heading-title,
  .dc-el-lead .elementor-widget-container {
    margin-left: auto;
    margin-right: auto;
  }
  .dc-hero__actions,
  .dc-el-button-row > .elementor-container,
  .dc-hero__proof,
  .dc-el-proof-list .elementor-icon-list-items {
    justify-content: center;
  }
  .dc-el-hero-visual,
  .dc-hero__visual {
    max-width: 680px;
    margin-inline: auto;
  }
  .dc-el-hero-visual:before,
  .dc-dots {
    right: 10%;
  }
  .dc-el-trust-logos .dc-el-brand-logo-col,
  .dc-trust-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dc-el-trust-logos .dc-el-brand-logo-col {
    width: calc((100% - 36px) / 3) !important;
  }
  .dc-el-compare > .elementor-container,
  .dc-compare {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .dc-el-compare-side,
  .dc-el-compare-visual {
    width: 100% !important;
  }
  .dc-el-compare-visual,
  .dc-compare__visual {
    order: 2;
    margin: 10px auto 2px;
    text-align: center;
  }
  .dc-el-compare-side:last-child,
  .dc-compare__solution {
    order: 3;
  }
  .dc-el-versus-image img,
  .dc-compare__visual img {
    max-width: 175px;
  }
  .dc-stats,
  .dc-el-stats > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-wrap: wrap;
  }
  .dc-el-stat,
  .dc-stat {
    width: 50% !important;
  }
  .dc-el-about-copy > .elementor-widget-wrap {
    padding-left: 0;
  }
  .dc-el-founder-image img {
    max-width: 380px;
  }
  .dc-el-about-badge-col {
    width: calc((100% - 24px) / 3) !important;
  }
  .dc-el-faq .dc-el-section-title,
  .dc-el-section-column > .elementor-widget-wrap > .dc-el-section-title {
    margin-bottom: 32px;
  }
  .dc-el-accordion .elementor-accordion,
  .dc-faq-grid {
    grid-template-columns: 1fr;
  }
  .dc-el-cta > .elementor-container,
  .dc-cta {
    padding: 40px 32px;
    text-align: center;
  }
  .dc-el-cta-action,
  .dc-cta__action {
    margin-top: 22px;
  }
  .dc-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
  }
  .dc-footer__about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .dc-container,
  .elementor-section.dc-el-section > .elementor-container {
    width: min(calc(100% - 32px), var(--dc-container));
  }
  .dc-section,
  .dc-section--tight,
  .dc-el-services,
  .dc-el-projects,
  .dc-el-about,
  .dc-el-process,
  .dc-el-testimonials,
  .dc-el-faq {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .dc-el-stats {
    padding-top: 8px;
    padding-bottom: 54px;
  }
  .dc-el-cta {
    padding-top: 8px;
    padding-bottom: 46px;
  }
  .dc-section-heading {
    margin-bottom: 30px;
  }
  .dc-section-heading h2,
  .dc-el-section-title .elementor-heading-title {
    font-size: clamp(28px, 8vw, 38px);
  }
  .dc-topbar {
    font-size: 11px;
  }
  .dc-topbar__contact {
    width: 100%;
    gap: 14px;
  }
  .dc-topbar__contact .dc-topbar__item:first-child {
    display: inline-flex;
  }
  .dc-topbar__contact .dc-topbar__item:last-child {
    max-width: 52vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dc-header__inner {
    min-height: 70px;
  }
  .dc-logo-image img,
  .dc-brand img,
  .custom-logo {
    width: auto;
    max-width: 168px;
    max-height: 52px;
    object-fit: contain;
  }
  .dc-hero h1,
  .dc-el-hero-title .elementor-heading-title {
    max-width: 600px;
    font-size: clamp(38px, 11.5vw, 52px);
    line-height: 1.02;
    letter-spacing: -.045em;
  }
  .dc-hero__copy > p,
  .dc-el-lead .elementor-widget-container {
    max-width: 560px;
    font-size: 16px;
    line-height: 1.65;
  }
  .dc-el-button-row > .elementor-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .dc-el-button-row .dc-el-btn-col {
    width: auto !important;
  }
  .dc-el-proof-list .elementor-icon-list-items,
  .dc-hero__proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
  }
  .dc-el-proof-list .elementor-icon-list-item,
  .dc-proof {
    justify-content: center;
    text-align: center;
    line-height: 1.35;
  }
  .dc-el-hero-image img,
  .dc-hero__visual img {
    max-width: 560px;
    border-radius: 14px;
  }
  .dc-el-hero:after,
  .dc-hero:after {
    width: 240px;
    height: 240px;
    right: -140px;
    top: 110px;
  }
  .dc-services,
  .dc-projects,
  .dc-testimonials,
  .dc-process,
  .dc-el-card-row .dc-el-service-col,
  .dc-el-project-grid .dc-el-project-card,
  .dc-el-testimonial-grid .dc-el-testimonial-col,
  .dc-el-process-grid .dc-el-process-card {
    grid-template-columns: 1fr;
    width: 100% !important;
  }
  .dc-service-card,
  .dc-el-service-card .elementor-widget-container {
    min-height: 0;
    padding: 24px 22px;
  }
  .dc-el-service-card .elementor-icon-box-wrapper,
  .dc-service-card {
    align-items: flex-start;
  }
  .dc-project-card__image,
  .dc-el-project-image img {
    aspect-ratio: 16 / 10;
  }
  .dc-el-project-card > .elementor-widget-wrap {
    min-height: 0;
  }
  .dc-el-trust-logos > .elementor-container {
    gap: 12px;
  }
  .dc-el-trust-logos .dc-el-brand-logo-col,
  .dc-trust-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dc-el-trust-logos .dc-el-brand-logo-col {
    width: calc((100% - 12px) / 2) !important;
  }
  .dc-el-brand-logo img,
  .dc-trust-logo img {
    max-height: 34px;
  }
  .dc-el-brand-logo .elementor-widget-container,
  .dc-trust-logo {
    min-height: 58px;
    padding: 10px 12px;
  }
  .dc-compare,
  .dc-el-compare > .elementor-container {
    padding: 28px 20px;
  }
  .dc-compare__list li,
  .dc-el-compare-list .elementor-icon-list-item {
    align-items: flex-start;
  }
  .dc-el-stat,
  .dc-stat {
    width: 50% !important;
  }
  .dc-stat,
  .dc-el-stat > .elementor-widget-wrap {
    min-height: 92px;
    padding: 18px 10px;
  }
  .dc-el-stat-number .elementor-heading-title,
  .dc-stat strong {
    font-size: 28px;
  }
  .dc-el-about-image-col:before {
    left: 0;
    bottom: 12%;
    width: 60px;
    height: 95px;
  }
  .dc-el-founder-image img {
    max-width: min(420px, 100%);
    aspect-ratio: 4 / 5;
  }
  .dc-el-about-badges > .elementor-container {
    gap: 12px;
  }
  .dc-el-about-badge-col {
    width: 100% !important;
  }
  .dc-el-about-badge .elementor-icon-box-wrapper {
    display: flex;
    text-align: left;
  }
  .dc-el-process-grid > .elementor-container {
    gap: 16px;
  }
  .dc-el-process-card > .elementor-widget-wrap,
  .dc-process-step {
    min-height: 0;
  }
  .dc-el-testimonial-col > .elementor-widget-wrap,
  .dc-testimonial {
    padding: 24px 22px !important;
  }
  .dc-el-accordion .elementor-tab-title,
  .dc-faq__button {
    min-height: 54px;
    font-size: 13px;
    line-height: 1.35;
  }
  .dc-el-cta > .elementor-container,
  .dc-cta {
    min-height: 0;
    padding: 34px 22px;
    border-radius: 14px;
  }
  .dc-el-cta-title .elementor-heading-title,
  .dc-cta h2 {
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.05;
  }
  .dc-footer {
    padding-top: 56px;
  }
  .dc-footer__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .dc-footer__about {
    grid-column: auto;
  }
  .dc-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 560px) {
  .dc-topbar__contact .dc-topbar__item:last-child {
    display: none;
  }
  .dc-topbar__contact .dc-topbar__item:first-child {
    max-width: none;
  }
  .dc-hero,
  .dc-el-hero {
    padding-top: 34px;
    padding-bottom: 38px;
  }
  .dc-pill,
  .dc-el-pill .elementor-heading-title {
    font-size: 10px;
    letter-spacing: .04em;
  }
  .dc-hero h1,
  .dc-el-hero-title .elementor-heading-title {
    font-size: clamp(36px, 12vw, 46px);
  }
  .dc-hero__actions,
  .dc-el-button-row > .elementor-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }
  .dc-hero__actions .dc-btn,
  .dc-el-button-row .dc-el-btn-col,
  .dc-el-button-row .elementor-button-wrapper,
  .dc-el-button-row .elementor-button {
    width: 100% !important;
  }
  .dc-el-proof-list .elementor-icon-list-items,
  .dc-hero__proof {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .dc-proof,
  .dc-el-proof-list .elementor-icon-list-item {
    justify-content: flex-start;
    text-align: left;
  }
  .dc-el-hero-visual:before,
  .dc-dots {
    width: 58px;
    height: 52px;
    top: -4px;
    right: 5%;
    background-size: 10px 10px;
  }
  .dc-el-hero-image img,
  .dc-hero__visual img {
    border-radius: 12px;
  }
  .dc-el-trust-logos .dc-el-brand-logo-col,
  .dc-trust-logos {
    grid-template-columns: 1fr 1fr;
  }
  .dc-el-stats > .elementor-container,
  .dc-stats {
    grid-template-columns: 1fr;
  }
  .dc-el-stat,
  .dc-stat {
    width: 100% !important;
  }
  .dc-el-stat > .elementor-widget-wrap,
  .dc-stat {
    border-right: 0 !important;
    border-bottom: 1px solid var(--dc-line);
  }
  .dc-el-stat:last-child > .elementor-widget-wrap,
  .dc-stat:last-child {
    border-bottom: 0 !important;
  }
  .dc-el-about-title .elementor-heading-title {
    font-size: clamp(30px, 9vw, 40px);
  }
  .dc-el-cta-checks .elementor-icon-list-items,
  .dc-cta__checks {
    display: grid;
    justify-content: center;
    gap: 8px;
  }
  .dc-footer__legal {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}

@media (max-width: 420px) {
  .dc-container,
  .elementor-section.dc-el-section > .elementor-container {
    width: min(calc(100% - 24px), var(--dc-container));
  }
  .dc-header__inner {
    min-height: 66px;
  }
  .dc-logo-image img,
  .dc-brand img,
  .custom-logo {
    max-width: 148px;
    max-height: 46px;
  }
  .dc-menu-toggle {
    min-width: 42px;
    min-height: 42px;
  }
  .dc-nav ul {
    padding: 8px;
  }
  .dc-nav a {
    min-height: 46px;
    padding: 11px 12px;
  }
  .dc-section,
  .dc-section--tight,
  .dc-el-services,
  .dc-el-projects,
  .dc-el-about,
  .dc-el-process,
  .dc-el-testimonials,
  .dc-el-faq {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .dc-el-hero-title,
  .dc-hero h1 {
    margin-top: 16px !important;
    margin-bottom: 14px !important;
  }
  .dc-hero h1,
  .dc-el-hero-title .elementor-heading-title {
    font-size: clamp(32px, 12.5vw, 40px);
  }
  .dc-btn,
  .dc-el-btn .elementor-button {
    min-height: 50px;
    padding-inline: 18px;
  }
  .dc-el-brand-logo .elementor-widget-container,
  .dc-trust-logo {
    min-height: 54px;
  }
  .dc-service-card,
  .dc-el-service-card .elementor-widget-container,
  .dc-el-testimonial-col > .elementor-widget-wrap,
  .dc-testimonial {
    padding: 22px 18px !important;
  }
  .dc-project-card__body {
    grid-template-columns: 1fr;
  }
  .dc-project-card__metric {
    text-align: left;
  }
  .dc-el-project-metric {
    text-align: left !important;
  }
  .dc-el-compare > .elementor-container,
  .dc-compare {
    padding: 24px 16px;
  }
  .dc-el-cta > .elementor-container,
  .dc-cta {
    padding: 30px 18px;
  }
  .dc-footer__contact li {
    align-items: flex-start;
  }
}

/* =========================================================
   v2.3 Professional responsive + Elementor editor fixes
   ========================================================= */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.dc-built-with-elementor .dc-elementor-content,
body.dc-built-with-elementor .dc-elementor-content > .elementor,
.elementor-section.dc-el-section {
  width: 100%;
  max-width: 100%;
}

.elementor-section.dc-el-section > .elementor-container,
.dc-container {
  max-width: var(--dc-container) !important;
}

.elementor-section.dc-el-section .elementor-column,
.elementor-section.dc-el-section .elementor-widget-wrap,
.elementor-section.dc-el-section .elementor-widget-container {
  min-width: 0;
}

.elementor-section.dc-el-section .elementor-heading-title,
.elementor-section.dc-el-section .elementor-widget-text-editor,
.elementor-section.dc-el-section .elementor-button-text {
  overflow-wrap: anywhere;
}

.dc-el-hero-image img,
.dc-hero__visual img,
.dc-el-founder-image img,
.dc-about__image img {
  max-width: 100%;
  height: auto;
}

/* Better tablet grid */
@media (max-width: 1024px) {
  :root { --dc-container: 920px; }

  .dc-header__inner {
    grid-template-columns: 200px 1fr auto;
    gap: 18px;
  }

  .dc-nav ul { gap: 16px; }
  .dc-nav a { font-size: 13px; }

  .dc-el-hero-title .elementor-heading-title,
  .dc-hero h1 {
    font-size: clamp(46px, 6vw, 60px);
  }

  .dc-el-card-row > .elementor-container,
  .dc-el-project-grid > .elementor-container,
  .dc-el-testimonial-grid > .elementor-container,
  .dc-el-process-grid > .elementor-container,
  .dc-el-trust-logos > .elementor-container,
  .dc-el-about-badges > .elementor-container {
    flex-wrap: wrap !important;
    row-gap: 22px;
  }

  .dc-el-service-col,
  .dc-el-project-card,
  .dc-el-testimonial-col {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .dc-el-process-card,
  .dc-el-brand-logo-col {
    width: 33.333% !important;
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
  }
}

/* Professional mobile header/menu */
@media (max-width: 900px) {
  :root { --dc-container: 100%; }

  .admin-bar .dc-header { top: 46px; }

  .dc-topbar {
    font-size: 11px;
    line-height: 1.35;
  }

  .dc-topbar__inner {
    width: min(calc(100% - 28px), 100%) !important;
    min-height: 34px;
    padding: 7px 0;
    justify-content: center;
  }

  .dc-topbar__trust { display: none !important; }
  .dc-topbar__contact {
    width: 100%;
    justify-content: center;
    gap: 12px;
  }

  .dc-topbar__item {
    max-width: 100%;
    white-space: nowrap;
  }

  .dc-header { z-index: 999; }

  .dc-header__inner {
    position: relative;
    width: min(calc(100% - 28px), 100%) !important;
    min-height: 68px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .dc-logo-image img,
  .dc-brand img,
  .custom-logo {
    width: auto;
    max-width: 168px;
    max-height: 52px;
    object-fit: contain;
  }

  .dc-header__cta { display: none !important; }

  .dc-menu-toggle {
    display: inline-grid !important;
    place-items: center;
    min-width: 46px;
    min-height: 46px;
    padding: 0;
    border: 1px solid var(--dc-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(7, 29, 59, .08);
  }

  .dc-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 9px);
    z-index: 1000;
    display: block !important;
    grid-column: 1 / -1;
    padding: 0 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  .dc-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .dc-nav ul {
    display: grid !important;
    width: 100%;
    gap: 0 !important;
    padding: 10px !important;
    border: 1px solid var(--dc-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 50px rgba(7, 29, 59, .16);
  }

  .dc-nav li { width: 100%; }

  .dc-nav a {
    display: flex !important;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 13px 14px !important;
    border-bottom: 1px solid #eef2f6;
    border-radius: 10px;
    color: var(--dc-navy);
    font-size: 14px;
    font-weight: 800;
  }

  .dc-nav li:last-child > a { border-bottom: 0; }
  .dc-nav a:hover { background: #fff7f1; color: var(--dc-orange); }

  .dc-nav .sub-menu {
    position: static !important;
    display: grid !important;
    margin: 0 0 8px 12px !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .dc-nav .sub-menu a {
    min-height: 42px;
    padding-left: 18px !important;
    font-size: 13px;
    color: var(--dc-muted);
  }

  /* Stack main hero/about/CTA sections cleanly */
  .dc-hero__grid,
  .dc-about,
  .dc-cta,
  .dc-el-hero > .elementor-container,
  .dc-el-about > .elementor-container,
  .dc-el-compare > .elementor-container,
  .dc-el-cta > .elementor-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
  }

  .dc-el-hero-copy,
  .dc-el-hero-visual,
  .dc-el-about-image-col,
  .dc-el-about-copy,
  .dc-el-compare-side,
  .dc-el-compare-visual,
  .dc-el-cta-copy,
  .dc-el-cta-action {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .dc-el-hero-copy > .elementor-widget-wrap,
  .dc-el-about-copy > .elementor-widget-wrap,
  .dc-el-cta-copy > .elementor-widget-wrap,
  .dc-el-cta-action > .elementor-widget-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dc-el-hero,
  .dc-hero {
    padding: 42px 0 46px !important;
  }

  .dc-el-hero > .elementor-container,
  .dc-hero__grid {
    min-height: 0 !important;
  }

  .dc-el-hero-copy,
  .dc-hero__copy {
    order: 1;
    text-align: center;
  }

  .dc-el-hero-visual,
  .dc-hero__visual {
    order: 2;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }

  .dc-el-pill,
  .dc-pill {
    margin-left: auto !important;
    margin-right: auto !important;
    align-self: center !important;
  }

  .dc-el-hero-title .elementor-heading-title,
  .dc-hero h1 {
    max-width: 680px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(38px, 8.5vw, 54px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.045em !important;
  }

  .dc-el-lead .elementor-widget-container,
  .dc-hero__copy > p {
    max-width: 610px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .dc-el-button-row > .elementor-container,
  .dc-hero__actions {
    justify-content: center !important;
  }

  .dc-el-proof-list .elementor-icon-list-items,
  .dc-hero__proof {
    justify-content: center !important;
  }

  .dc-el-hero-image .elementor-widget-container,
  .dc-hero__visual {
    display: flex;
    justify-content: center;
  }

  .dc-el-hero-image img,
  .dc-hero__visual img {
    width: min(100%, 620px) !important;
    margin: 0 auto;
    object-fit: contain !important;
    mix-blend-mode: normal !important;
  }

  .dc-el-founder-image img,
  .dc-about__image img {
    width: min(100%, 520px) !important;
    margin: 0 auto;
    object-fit: cover !important;
  }
}

/* Phone layout */
@media (max-width: 767px) {
  .dc-container,
  .elementor-section.dc-el-section > .elementor-container {
    width: min(calc(100% - 28px), 100%) !important;
    max-width: calc(100% - 28px) !important;
  }

  .dc-section,
  .dc-el-services,
  .dc-el-projects,
  .dc-el-about,
  .dc-el-process,
  .dc-el-testimonials,
  .dc-el-faq {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }

  .dc-section--tight,
  .dc-el-compare,
  .dc-el-stats,
  .dc-el-cta {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .dc-el-section-title .elementor-heading-title,
  .dc-section-heading h2 {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.12 !important;
  }

  .dc-el-kicker .elementor-heading-title,
  .dc-kicker {
    font-size: 11px !important;
    letter-spacing: .11em !important;
  }

  .dc-el-card-row > .elementor-container,
  .dc-el-project-grid > .elementor-container,
  .dc-el-testimonial-grid > .elementor-container,
  .dc-el-process-grid > .elementor-container,
  .dc-el-about-badges > .elementor-container,
  .dc-el-stats > .elementor-container,
  .dc-el-trust-logos > .elementor-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
  }

  .dc-el-service-col,
  .dc-el-project-card,
  .dc-el-testimonial-col,
  .dc-el-process-card,
  .dc-el-about-badge-col {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .dc-el-brand-logo-col {
    width: calc(50% - 7px) !important;
    flex: 0 0 calc(50% - 7px) !important;
    max-width: calc(50% - 7px) !important;
  }

  .dc-el-stat {
    width: calc(50% - 7px) !important;
    flex: 0 0 calc(50% - 7px) !important;
    max-width: calc(50% - 7px) !important;
  }

  .dc-el-button-row > .elementor-container,
  .dc-hero__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100%, 360px);
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 12px !important;
  }

  .dc-el-button-row .dc-el-btn-col,
  .dc-el-button-row .elementor-widget-button,
  .dc-el-button-row .elementor-button-wrapper,
  .dc-el-button-row .elementor-button,
  .dc-hero__actions .dc-btn {
    width: 100% !important;
  }

  .dc-el-btn .elementor-button,
  .dc-btn {
    min-height: 52px !important;
    border-radius: 11px !important;
    font-size: 14px !important;
  }

  .dc-el-proof-list .elementor-icon-list-items,
  .dc-hero__proof {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100%, 330px);
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 11px !important;
  }

  .dc-el-proof-list .elementor-icon-list-item,
  .dc-proof {
    justify-content: flex-start !important;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(7, 29, 59, .04);
  }

  .dc-el-hero-image img,
  .dc-hero__visual img {
    border-radius: 14px !important;
    box-shadow: 0 22px 45px rgba(7, 29, 59, .10);
  }

  .dc-el-brand-logo .elementor-widget-container,
  .dc-trust-logo {
    min-height: 58px !important;
    padding: 10px 12px !important;
    border-radius: 13px !important;
  }

  .dc-el-brand-logo img,
  .dc-trust-logo img {
    max-height: 34px !important;
    object-fit: contain !important;
  }

  .dc-el-service-card .elementor-icon-box-wrapper {
    display: flex !important;
    gap: 16px;
    text-align: left !important;
    align-items: flex-start;
  }

  .dc-el-service-card .elementor-icon-box-icon {
    margin: 0 !important;
    flex: 0 0 auto;
  }

  .dc-el-service-card .elementor-widget-container,
  .dc-service-card,
  .dc-el-testimonial-col > .elementor-widget-wrap,
  .dc-testimonial,
  .dc-el-process-card > .elementor-widget-wrap {
    padding: 22px 18px !important;
    border-radius: 15px !important;
  }

  .dc-el-project-card > .elementor-widget-wrap,
  .dc-project-card {
    overflow: hidden;
    border-radius: 15px !important;
  }

  .dc-el-project-image img,
  .dc-project-card__image img {
    width: 100% !important;
    min-height: 190px;
    object-fit: cover !important;
  }

  .dc-el-compare > .elementor-container,
  .dc-compare {
    padding: 26px 18px !important;
    border-radius: 16px !important;
  }

  .dc-el-versus-image img,
  .dc-compare__visual img {
    width: min(190px, 70vw) !important;
    margin: 0 auto !important;
  }

  .dc-el-compare-list .elementor-icon-list-item,
  .dc-check-list li {
    align-items: flex-start !important;
    gap: 10px !important;
    font-size: 13px !important;
  }

  .dc-el-stat > .elementor-widget-wrap,
  .dc-stat {
    min-height: 104px !important;
    padding: 18px 10px !important;
    border: 1px solid var(--dc-line) !important;
    border-radius: 14px !important;
    background: #fff !important;
  }

  .dc-el-stat-number .elementor-heading-title,
  .dc-stat strong {
    font-size: 30px !important;
  }

  .dc-el-about-image-col {
    order: 1;
  }

  .dc-el-about-copy {
    order: 2;
    text-align: center;
  }

  .dc-el-about-text .elementor-widget-container,
  .dc-about__copy p {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  .dc-el-about-badge .elementor-icon-box-wrapper {
    justify-content: flex-start;
    text-align: left !important;
  }

  .dc-el-accordion .elementor-tab-title,
  .dc-faq__button {
    min-height: 54px !important;
    padding: 15px 14px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .dc-el-accordion .elementor-tab-content {
    padding: 0 14px 16px !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
  }

  .dc-el-cta > .elementor-container,
  .dc-cta {
    padding: 30px 18px !important;
    border-radius: 16px !important;
    text-align: center !important;
  }

  .dc-el-cta-title .elementor-heading-title,
  .dc-cta h2 {
    font-size: clamp(28px, 9vw, 38px) !important;
    line-height: 1.05 !important;
  }

  .dc-el-cta-action .elementor-button-wrapper,
  .dc-el-cta-action .elementor-button {
    width: 100% !important;
  }

  .dc-el-cta-checks .elementor-icon-list-items,
  .dc-cta__checks {
    display: grid !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .dc-footer {
    padding-top: 46px !important;
  }

  .dc-footer__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .dc-footer__about p {
    max-width: none;
  }

  .dc-footer__bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .dc-container,
  .elementor-section.dc-el-section > .elementor-container {
    width: min(calc(100% - 22px), 100%) !important;
    max-width: calc(100% - 22px) !important;
  }

  .dc-topbar__contact .dc-topbar__item:last-child {
    display: none !important;
  }

  .dc-header__inner {
    width: min(calc(100% - 22px), 100%) !important;
    min-height: 64px;
  }

  .dc-logo-image img,
  .dc-brand img,
  .custom-logo {
    max-width: 150px;
    max-height: 48px;
  }

  .dc-menu-toggle {
    min-width: 42px;
    min-height: 42px;
    border-radius: 11px;
  }

  .dc-el-hero,
  .dc-hero {
    padding-top: 34px !important;
    padding-bottom: 38px !important;
  }

  .dc-el-pill .elementor-heading-title,
  .dc-pill {
    font-size: 9.5px !important;
    letter-spacing: .055em !important;
    padding: 7px 11px !important;
  }

  .dc-el-hero-title .elementor-heading-title,
  .dc-hero h1 {
    font-size: clamp(33px, 12.5vw, 43px) !important;
    line-height: 1.02 !important;
  }

  .dc-el-lead .elementor-widget-container,
  .dc-hero__copy > p {
    font-size: 14.5px !important;
  }

  .dc-el-brand-logo-col,
  .dc-el-stat {
    width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .dc-el-stats > .elementor-container {
    gap: 12px !important;
  }

  .dc-el-project-image img,
  .dc-project-card__image img {
    min-height: 165px;
  }
}

/* =========================================================
   v3.0.0 HARD FIX: Elementor imported homepage + header/footer
   These overrides intentionally load after Elementor and use
   higher specificity to stop site kits/global colors breaking the design.
   ========================================================= */
.dc-header__inner {
  grid-template-columns: 230px minmax(0, 1fr) auto !important;
}
.dc-header__actions {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  min-width: max-content !important;
}
.dc-header .dc-btn--orange,
.dc-header__cta {
  color: #fff !important;
  background: var(--dc-orange) !important;
  border-color: var(--dc-orange) !important;
}
.dc-header .dc-btn--orange:hover,
.dc-header__cta:hover { background: var(--dc-orange-dark) !important; }
.dc-socials svg,
.dc-footer__contact svg {
  width: 15px !important;
  height: 15px !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.dc-socials a {
  color: var(--dc-muted) !important;
  background: #fff !important;
  border-color: var(--dc-line) !important;
}
.dc-socials a:hover {
  color: #fff !important;
  background: var(--dc-orange) !important;
  border-color: var(--dc-orange) !important;
}

body.dc-built-with-elementor .dc-elementor-content,
body.dc-built-with-elementor .dc-elementor-content > .elementor,
body.dc-built-with-elementor .elementor-section-wrap { width: 100% !important; overflow-x: clip !important; }
body.dc-built-with-elementor .elementor-section.dc-el-section { padding-left: 0 !important; padding-right: 0 !important; }
body.dc-built-with-elementor .elementor-section.dc-el-section > .elementor-container {
  width: min(calc(100% - 40px), var(--dc-container)) !important;
  max-width: var(--dc-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.dc-built-with-elementor .dc-el-section,
body.dc-built-with-elementor .dc-el-section * { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; }
body.dc-built-with-elementor .dc-el-section .elementor-heading-title,
body.dc-built-with-elementor .dc-el-section .elementor-icon-box-title,
body.dc-built-with-elementor .dc-el-section .elementor-testimonial-name,
body.dc-built-with-elementor .dc-el-section .elementor-tab-title { color: var(--dc-text) !important; }
body.dc-built-with-elementor .dc-el-section .elementor-widget-text-editor,
body.dc-built-with-elementor .dc-el-section .elementor-widget-text-editor p,
body.dc-built-with-elementor .dc-el-section .elementor-icon-box-description,
body.dc-built-with-elementor .dc-el-section .elementor-testimonial-job,
body.dc-built-with-elementor .dc-el-section .elementor-tab-content { color: var(--dc-muted) !important; }
body.dc-built-with-elementor .dc-el-kicker .elementor-heading-title,
body.dc-built-with-elementor .dc-el-project-metric .elementor-heading-title,
body.dc-built-with-elementor .dc-el-stat-number .elementor-heading-title,
body.dc-built-with-elementor .dc-el-stars .elementor-heading-title { color: var(--dc-orange) !important; }
body.dc-built-with-elementor .dc-el-hero-title .elementor-heading-title {
  color: var(--dc-navy) !important;
  max-width: 610px !important;
  font-size: clamp(46px, 5.6vw, 70px) !important;
  font-weight: 850 !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
}
body.dc-built-with-elementor .dc-el-hero-title .elementor-heading-title span,
body.dc-built-with-elementor .dc-el-cta-title .elementor-heading-title span { color: var(--dc-orange) !important; }
body.dc-built-with-elementor .dc-el-pill .elementor-heading-title {
  display: inline-flex !important;
  color: #4c5d73 !important;
  background: #f1f4f8 !important;
}
body.dc-built-with-elementor .dc-el-lead .elementor-widget-container {
  color: var(--dc-muted) !important;
  max-width: 590px !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}
body.dc-built-with-elementor .dc-el-btn .elementor-button {
  min-height: 52px !important;
  border-radius: 9px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}
body.dc-built-with-elementor .dc-el-btn-orange .elementor-button,
body.dc-built-with-elementor .dc-el-cta-button .elementor-button {
  color: #fff !important;
  background: var(--dc-orange) !important;
  border: 1px solid var(--dc-orange) !important;
  box-shadow: 0 13px 28px rgba(255,107,23,.25) !important;
}
body.dc-built-with-elementor .dc-el-btn-orange .elementor-button:hover,
body.dc-built-with-elementor .dc-el-cta-button .elementor-button:hover {
  color: #fff !important;
  background: var(--dc-orange-dark) !important;
  border-color: var(--dc-orange-dark) !important;
}
body.dc-built-with-elementor .dc-el-btn-outline .elementor-button {
  color: var(--dc-navy) !important;
  background: #fff !important;
  border: 1px solid #d8dee7 !important;
}
body.dc-built-with-elementor .dc-el-btn-outline .elementor-button:hover {
  color: var(--dc-orange) !important;
  border-color: var(--dc-orange) !important;
}
body.dc-built-with-elementor .dc-el-text-button .elementor-button {
  color: var(--dc-navy) !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

body.dc-built-with-elementor .dc-el-hero {
  padding: 48px 0 35px !important;
  background: radial-gradient(circle at 89% 30%, rgba(255,107,23,.09), transparent 32%), #fff !important;
}
body.dc-built-with-elementor .dc-el-hero > .elementor-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 54px !important;
  min-height: 500px !important;
}
body.dc-built-with-elementor .dc-el-hero-copy { width: 48% !important; max-width: 48% !important; flex: 0 0 48% !important; }
body.dc-built-with-elementor .dc-el-hero-visual { width: 52% !important; max-width: 52% !important; flex: 0 0 52% !important; }
body.dc-built-with-elementor .dc-el-hero-copy > .elementor-widget-wrap { padding: 0 26px 0 0 !important; align-content: center !important; }
body.dc-built-with-elementor .dc-el-hero-image img {
  width: 100% !important;
  max-width: 650px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}
body.dc-built-with-elementor .dc-el-button-row > .elementor-container {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  width: 100% !important;
}
body.dc-built-with-elementor .dc-el-button-row .dc-el-btn-col { width: auto !important; max-width: none !important; flex: 0 0 auto !important; }
body.dc-built-with-elementor .dc-el-proof-list .elementor-icon-list-items {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
}
body.dc-built-with-elementor .dc-el-proof-list .elementor-icon-list-item { color: #40516a !important; }
body.dc-built-with-elementor .dc-el-proof-list .elementor-icon-list-icon i,
body.dc-built-with-elementor .dc-el-service-card .elementor-icon,
body.dc-built-with-elementor .dc-el-about-badge .elementor-icon { color: var(--dc-orange) !important; }

body.dc-built-with-elementor .dc-el-trust { background: #fff !important; }
body.dc-built-with-elementor .dc-el-trust-logos > .elementor-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 18px !important;
}
body.dc-built-with-elementor .dc-el-trust-logos .dc-el-brand-logo-col {
  width: calc((100% - 90px) / 6) !important;
  max-width: calc((100% - 90px) / 6) !important;
  flex: 0 0 calc((100% - 90px) / 6) !important;
}
body.dc-built-with-elementor .dc-el-brand-logo .elementor-widget-container {
  min-height: 62px !important;
  padding: 12px 16px !important;
  border-radius: 12px !important;
}
body.dc-built-with-elementor .dc-el-brand-logo img { max-height: 40px !important; object-fit: contain !important; }

body.dc-built-with-elementor .dc-el-card-row > .elementor-container,
body.dc-built-with-elementor .dc-el-project-grid > .elementor-container,
body.dc-built-with-elementor .dc-el-testimonial-grid > .elementor-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 24px !important;
}
body.dc-built-with-elementor .dc-el-card-row .dc-el-service-col,
body.dc-built-with-elementor .dc-el-project-grid .dc-el-project-card,
body.dc-built-with-elementor .dc-el-testimonial-grid .dc-el-testimonial-col {
  width: calc((100% - 48px) / 3) !important;
  max-width: calc((100% - 48px) / 3) !important;
  flex: 0 0 calc((100% - 48px) / 3) !important;
}
body.dc-built-with-elementor .dc-el-service-card .elementor-widget-container,
body.dc-built-with-elementor .dc-el-project-card > .elementor-widget-wrap,
body.dc-built-with-elementor .dc-el-testimonial-col > .elementor-widget-wrap,
body.dc-built-with-elementor .dc-el-process-card > .elementor-widget-wrap {
  background: #fff !important;
  border: 1px solid var(--dc-line) !important;
  box-shadow: 0 12px 30px rgba(10,31,58,.045) !important;
}
body.dc-built-with-elementor .dc-el-project-image img { height: 100% !important; object-fit: cover !important; }
body.dc-built-with-elementor .dc-el-accordion .elementor-accordion { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
body.dc-built-with-elementor .dc-el-cta > .elementor-container { background: var(--dc-navy) !important; }
body.dc-built-with-elementor .dc-el-cta-title .elementor-heading-title { color: #fff !important; }
body.dc-built-with-elementor .dc-el-cta-text .elementor-widget-container,
body.dc-built-with-elementor .dc-el-cta-checks .elementor-icon-list-item { color: rgba(255,255,255,.78) !important; }

.dc-footer {
  background: #fff !important;
  border-top: 1px solid #edf0f4 !important;
  padding: 64px 0 20px !important;
}
.dc-footer__grid {
  display: grid !important;
  grid-template-columns: 1.25fr .75fr .8fr .8fr 1fr !important;
  gap: 42px !important;
  align-items: start !important;
}
.dc-footer .dc-logo-image img,
.dc-footer .dc-brand img,
.dc-footer .custom-logo { max-width: 190px !important; }
.dc-footer h3 { color: var(--dc-text) !important; font-size: 15px !important; font-weight: 850 !important; }
.dc-footer p,
.dc-footer li,
.dc-footer a { color: var(--dc-muted) !important; font-size: 13px !important; line-height: 1.7 !important; }
.dc-footer a:hover { color: var(--dc-orange) !important; }
.dc-footer__about p { max-width: 285px !important; }
.dc-footer__bottom {
  margin-top: 16px !important;
  padding-top: 22px !important;
  align-items: center !important;
}

@media (max-width: 1180px) {
  .dc-header__inner { grid-template-columns: 205px minmax(0,1fr) auto !important; }
  .dc-header__actions { gap: 10px !important; }
  .dc-header__cta { padding-left: 18px !important; padding-right: 18px !important; }
  body.dc-built-with-elementor .dc-el-hero > .elementor-container { gap: 34px !important; }
  body.dc-built-with-elementor .dc-el-hero-title .elementor-heading-title { font-size: clamp(42px, 5.1vw, 62px) !important; }
}

@media (max-width: 1024px) {
  .dc-header__inner { grid-template-columns: 188px minmax(0,1fr) auto !important; gap: 16px !important; }
  .dc-logo-image img, .dc-brand img, .custom-logo { max-width: 180px !important; }
  .dc-nav ul { gap: 16px !important; }
  .dc-nav a { font-size: 13px !important; }
  body.dc-built-with-elementor .dc-el-card-row > .elementor-container,
  body.dc-built-with-elementor .dc-el-project-grid > .elementor-container,
  body.dc-built-with-elementor .dc-el-testimonial-grid > .elementor-container { flex-wrap: wrap !important; gap: 18px !important; }
  body.dc-built-with-elementor .dc-el-card-row .dc-el-service-col,
  body.dc-built-with-elementor .dc-el-project-grid .dc-el-project-card,
  body.dc-built-with-elementor .dc-el-testimonial-grid .dc-el-testimonial-col {
    width: calc((100% - 18px) / 2) !important;
    max-width: calc((100% - 18px) / 2) !important;
    flex: 0 0 calc((100% - 18px) / 2) !important;
  }
  .dc-footer__grid { grid-template-columns: 1.25fr 1fr 1fr !important; }
  .dc-footer__about { grid-column: 1 / -1 !important; }
}

@media (max-width: 900px) {
  .dc-header__inner { grid-template-columns: minmax(0, 1fr) auto !important; min-height: 72px !important; }
  .dc-header__actions { gap: 8px !important; }
  .dc-menu-toggle { display: inline-flex !important; }
  .dc-header__cta { display: none !important; }
  .dc-nav {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-8px) !important;
    transition: .22s ease !important;
    z-index: 99 !important;
  }
  .dc-nav.is-open { visibility: visible !important; opacity: 1 !important; pointer-events: auto !important; transform: translateY(0) !important; }
  .dc-nav ul {
    display: grid !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 10px !important;
    border: 1px solid rgba(7,29,59,.08) !important;
    border-radius: 0 0 18px 18px !important;
    background: rgba(255,255,255,.98) !important;
    box-shadow: 0 22px 55px rgba(7,29,59,.16) !important;
  }
  .dc-nav a { display: flex !important; min-height: 48px !important; align-items: center !important; padding: 12px 14px !important; border-bottom: 1px solid #eef2f6 !important; border-radius: 10px !important; }
  body.dc-built-with-elementor .dc-el-hero > .elementor-container { flex-wrap: wrap !important; gap: 30px !important; min-height: 0 !important; }
  body.dc-built-with-elementor .dc-el-hero-copy,
  body.dc-built-with-elementor .dc-el-hero-visual {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
  }
  body.dc-built-with-elementor .dc-el-hero-copy > .elementor-widget-wrap { padding-right: 0 !important; text-align: center !important; align-items: center !important; align-content: center !important; }
  body.dc-built-with-elementor .dc-el-pill { margin-left: auto !important; margin-right: auto !important; }
  body.dc-built-with-elementor .dc-el-hero-title .elementor-heading-title,
  body.dc-built-with-elementor .dc-el-lead .elementor-widget-container { margin-left: auto !important; margin-right: auto !important; }
  body.dc-built-with-elementor .dc-el-button-row > .elementor-container,
  body.dc-built-with-elementor .dc-el-proof-list .elementor-icon-list-items { justify-content: center !important; }
  body.dc-built-with-elementor .dc-el-trust-logos > .elementor-container { flex-wrap: wrap !important; }
  body.dc-built-with-elementor .dc-el-trust-logos .dc-el-brand-logo-col {
    width: calc((100% - 24px) / 3) !important;
    max-width: calc((100% - 24px) / 3) !important;
    flex: 0 0 calc((100% - 24px) / 3) !important;
  }
  body.dc-built-with-elementor .dc-el-accordion .elementor-accordion { grid-template-columns: 1fr !important; }
  .dc-footer__grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}

@media (max-width: 767px) {
  body.dc-built-with-elementor .elementor-section.dc-el-section > .elementor-container,
  .dc-container { width: min(calc(100% - 32px), var(--dc-container)) !important; }
  body.dc-built-with-elementor .dc-el-hero { padding-top: 42px !important; padding-bottom: 42px !important; }
  body.dc-built-with-elementor .dc-el-hero-title .elementor-heading-title {
    max-width: 620px !important;
    font-size: clamp(38px, 10vw, 52px) !important;
    line-height: 1.03 !important;
  }
  body.dc-built-with-elementor .dc-el-lead .elementor-widget-container { font-size: 16px !important; }
  body.dc-built-with-elementor .dc-el-button-row > .elementor-container { display: flex !important; flex-wrap: wrap !important; }
  body.dc-built-with-elementor .dc-el-proof-list .elementor-icon-list-items { display: grid !important; grid-template-columns: repeat(3, minmax(0,1fr)) !important; gap: 12px !important; width: 100% !important; }
  body.dc-built-with-elementor .dc-el-proof-list .elementor-icon-list-item { justify-content: center !important; text-align: center !important; }
  body.dc-built-with-elementor .dc-el-card-row .dc-el-service-col,
  body.dc-built-with-elementor .dc-el-project-grid .dc-el-project-card,
  body.dc-built-with-elementor .dc-el-testimonial-grid .dc-el-testimonial-col,
  body.dc-built-with-elementor .dc-el-process-grid .dc-el-process-card {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
  }
  body.dc-built-with-elementor .dc-el-card-row > .elementor-container,
  body.dc-built-with-elementor .dc-el-project-grid > .elementor-container,
  body.dc-built-with-elementor .dc-el-testimonial-grid > .elementor-container,
  body.dc-built-with-elementor .dc-el-process-grid > .elementor-container { flex-wrap: wrap !important; }
  body.dc-built-with-elementor .dc-el-stats > .elementor-container { flex-wrap: wrap !important; }
  body.dc-built-with-elementor .dc-el-stat { width: 50% !important; max-width: 50% !important; flex: 0 0 50% !important; }
  .dc-footer { padding-top: 50px !important; }
  .dc-footer__grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  .dc-footer__bottom { flex-direction: column !important; align-items: flex-start !important; gap: 12px !important; }
}

@media (max-width: 560px) {
  .dc-topbar__contact .dc-topbar__item:last-child { display: none !important; }
  .dc-logo-image img, .dc-brand img, .custom-logo { max-width: 160px !important; }
  body.dc-built-with-elementor .dc-el-hero-title .elementor-heading-title { font-size: clamp(35px, 12vw, 46px) !important; }
  body.dc-built-with-elementor .dc-el-button-row > .elementor-container { display: grid !important; grid-template-columns: 1fr !important; gap: 12px !important; }
  body.dc-built-with-elementor .dc-el-button-row .dc-el-btn-col,
  body.dc-built-with-elementor .dc-el-button-row .elementor-button-wrapper,
  body.dc-built-with-elementor .dc-el-button-row .elementor-button { width: 100% !important; }
  body.dc-built-with-elementor .dc-el-proof-list .elementor-icon-list-items { grid-template-columns: 1fr !important; max-width: 320px !important; margin-left: auto !important; margin-right: auto !important; }
  body.dc-built-with-elementor .dc-el-proof-list .elementor-icon-list-item { justify-content: flex-start !important; text-align: left !important; }
  body.dc-built-with-elementor .dc-el-trust-logos .dc-el-brand-logo-col {
    width: calc((100% - 12px) / 2) !important;
    max-width: calc((100% - 12px) / 2) !important;
    flex: 0 0 calc((100% - 12px) / 2) !important;
  }
  body.dc-built-with-elementor .dc-el-stat { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
  body.dc-built-with-elementor .dc-el-cta > .elementor-container { padding: 34px 22px !important; }
}

/* =========================================================
   v3.0 Pixel-perfect Elementor lock
   Locks the Digital Contractor kit colors/layout after import,
   so Elementor's default blue/green styling cannot override it.
   ========================================================= */
:root {
  --e-global-color-primary: #071d3b !important;
  --e-global-color-secondary: #ff6b17 !important;
  --e-global-color-text: #0b1f3a !important;
  --e-global-color-accent: #ff6b17 !important;
  --e-global-typography-primary-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  --e-global-typography-secondary-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  --e-global-typography-text-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  --e-global-typography-accent-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body, .elementor { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; }
.elementor-section.dc-el-section,
.elementor-section.dc-el-section * { box-sizing: border-box; }
.elementor-section.dc-el-section > .elementor-container {
  width: min(calc(100% - 40px), var(--dc-container)) !important;
  max-width: var(--dc-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.elementor-section.dc-el-section .elementor-heading-title,
.elementor-section.dc-el-section h1,
.elementor-section.dc-el-section h2,
.elementor-section.dc-el-section h3,
.elementor-section.dc-el-section h4 { color: var(--dc-text) !important; font-family: inherit !important; }
.elementor-section.dc-el-section p,
.elementor-section.dc-el-section .elementor-widget-text-editor,
.elementor-section.dc-el-section .elementor-icon-list-text { color: var(--dc-muted) !important; font-family: inherit !important; }

/* Buttons */
.elementor .dc-el-btn .elementor-button,
.elementor .dc-el-cta-button .elementor-button {
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 0 24px !important;
  border-radius: 9px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border-style: solid !important;
  border-width: 1px !important;
}
.elementor .dc-el-btn-orange .elementor-button,
.elementor .dc-el-cta-button .elementor-button {
  color: #fff !important;
  background: var(--dc-orange) !important;
  background-color: var(--dc-orange) !important;
  border-color: var(--dc-orange) !important;
  box-shadow: 0 13px 28px rgba(255, 107, 23, .25) !important;
}
.elementor .dc-el-btn-orange .elementor-button:hover,
.elementor .dc-el-cta-button .elementor-button:hover {
  color: #fff !important;
  background: var(--dc-orange-dark) !important;
  background-color: var(--dc-orange-dark) !important;
  border-color: var(--dc-orange-dark) !important;
}
.elementor .dc-el-btn-outline .elementor-button {
  color: var(--dc-navy) !important;
  background: #fff !important;
  background-color: #fff !important;
  border-color: #d8dee7 !important;
  box-shadow: none !important;
}
.elementor .dc-el-btn-outline .elementor-button:hover {
  color: var(--dc-orange) !important;
  background: #fff !important;
  border-color: var(--dc-orange) !important;
}
.elementor .dc-el-text-button .elementor-button {
  color: var(--dc-navy) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Hero */
.elementor .dc-el-hero { padding: 48px 0 35px !important; background: radial-gradient(circle at 89% 30%, rgba(255,107,23,.09), transparent 32%), #fff !important; overflow: hidden !important; }
.elementor .dc-el-hero > .elementor-container { display: flex !important; align-items: center !important; gap: 58px !important; min-height: 500px !important; flex-wrap: nowrap !important; }
.elementor .dc-el-hero-copy { width: 48% !important; max-width: 48% !important; flex: 0 0 48% !important; }
.elementor .dc-el-hero-visual { width: 52% !important; max-width: 52% !important; flex: 0 0 52% !important; }
.elementor .dc-el-hero-copy > .elementor-widget-wrap { padding: 0 30px 0 0 !important; align-content: center !important; }
.elementor .dc-el-pill .elementor-heading-title { color: #4c5d73 !important; background: #f1f4f8 !important; font-size: 11px !important; font-weight: 850 !important; letter-spacing: .06em !important; line-height: 1.3 !important; }
.elementor .dc-el-hero-title .elementor-heading-title { max-width: 610px !important; color: var(--dc-navy) !important; font-size: clamp(44px, 5.7vw, 70px) !important; font-weight: 850 !important; line-height: .99 !important; letter-spacing: -.052em !important; }
.elementor .dc-el-hero-title .elementor-heading-title span,
.elementor .dc-el-cta-title .elementor-heading-title span { color: var(--dc-orange) !important; }
.elementor .dc-el-lead .elementor-widget-container { max-width: 590px !important; color: var(--dc-muted) !important; font-size: 17px !important; line-height: 1.65 !important; }
.elementor .dc-el-button-row > .elementor-container { display: flex !important; justify-content: flex-start !important; align-items: center !important; gap: 14px !important; width: 100% !important; }
.elementor .dc-el-button-row .dc-el-btn-col { width: auto !important; max-width: none !important; flex: 0 0 auto !important; }
.elementor .dc-el-proof-list .elementor-icon-list-items { display: flex !important; flex-wrap: wrap !important; gap: 24px !important; }
.elementor .dc-el-proof-list .elementor-icon-list-item { color: #40516a !important; font-size: 12px !important; font-weight: 750 !important; }
.elementor .dc-el-proof-list .elementor-icon-list-icon i { color: var(--dc-orange) !important; font-size: 22px !important; }
.elementor .dc-el-hero-image img { width: 100% !important; max-width: 650px !important; margin: auto !important; border-radius: 18px !important; box-shadow: none !important; object-fit: contain !important; }

/* Headings / sections */
.elementor .dc-el-kicker .elementor-heading-title,
.elementor .dc-el-project-metric .elementor-heading-title,
.elementor .dc-el-stat-number .elementor-heading-title,
.elementor .dc-el-stars .elementor-heading-title,
.elementor .dc-el-compare-title .elementor-heading-title { color: var(--dc-orange) !important; }
.elementor .dc-el-section-title .elementor-heading-title,
.elementor .dc-el-project-title .elementor-heading-title,
.elementor .dc-el-step-title .elementor-heading-title,
.elementor .dc-el-stat-label .elementor-heading-title { color: var(--dc-navy) !important; }
.elementor .dc-el-section-title .elementor-heading-title { font-size: clamp(30px, 4vw, 44px) !important; font-weight: 850 !important; line-height: 1.08 !important; letter-spacing: -.035em !important; }
.elementor .dc-el-kicker .elementor-heading-title { font-size: 12px !important; font-weight: 850 !important; letter-spacing: .14em !important; text-transform: uppercase !important; }

/* Cards / grids */
.elementor .dc-el-trust-logos > .elementor-container,
.elementor .dc-el-card-row > .elementor-container,
.elementor .dc-el-project-grid > .elementor-container,
.elementor .dc-el-process-grid > .elementor-container,
.elementor .dc-el-testimonial-grid > .elementor-container { display: flex !important; gap: 24px !important; }
.elementor .dc-el-trust-logos > .elementor-container { flex-wrap: nowrap !important; gap: 18px !important; }
.elementor .dc-el-trust-logos .dc-el-brand-logo-col { width: calc((100% - 90px) / 6) !important; max-width: calc((100% - 90px) / 6) !important; flex: 0 0 calc((100% - 90px) / 6) !important; }
.elementor .dc-el-brand-logo .elementor-widget-container { display: flex !important; align-items: center !important; justify-content: center !important; min-height: 62px !important; padding: 12px 16px !important; background: #fff !important; border: 1px solid #eef2f6 !important; border-radius: 12px !important; }
.elementor .dc-el-brand-logo img { width: 100% !important; max-height: 40px !important; object-fit: contain !important; opacity: .82 !important; filter: grayscale(1) !important; }
.elementor .dc-el-card-row .dc-el-service-col,
.elementor .dc-el-project-grid .dc-el-project-card,
.elementor .dc-el-testimonial-grid .dc-el-testimonial-col { width: calc((100% - 48px) / 3) !important; max-width: calc((100% - 48px) / 3) !important; flex: 0 0 calc((100% - 48px) / 3) !important; }
.elementor .dc-el-process-grid .dc-el-process-card { width: calc((100% - 120px) / 5) !important; max-width: calc((100% - 120px) / 5) !important; flex: 0 0 calc((100% - 120px) / 5) !important; }
.elementor .dc-el-service-card .elementor-widget-container,
.elementor .dc-el-project-card > .elementor-widget-wrap,
.elementor .dc-el-testimonial-col > .elementor-widget-wrap,
.elementor .dc-el-process-card > .elementor-widget-wrap,
.elementor .dc-el-accordion .elementor-accordion-item { background: #fff !important; border: 1px solid var(--dc-line) !important; box-shadow: 0 12px 30px rgba(10,31,58,.045) !important; }
.elementor .dc-el-service-card .elementor-icon,
.elementor .dc-el-about-badge .elementor-icon,
.elementor .dc-el-compare-list .elementor-icon-list-icon i,
.elementor .dc-el-cta-checks .elementor-icon-list-icon i { color: var(--dc-orange) !important; }
.elementor .dc-el-service-card .elementor-icon-box-title,
.elementor .dc-el-about-badge .elementor-icon-box-title { color: var(--dc-navy) !important; font-weight: 850 !important; }
.elementor .dc-el-service-card .elementor-icon-box-description,
.elementor .dc-el-about-badge .elementor-icon-box-description { color: var(--dc-muted) !important; }

/* FAQ + CTA */
.elementor .dc-el-accordion .elementor-accordion { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
.elementor .dc-el-accordion .elementor-tab-title { color: var(--dc-text) !important; background: #fff !important; border: 0 !important; }
.elementor .dc-el-accordion .elementor-tab-content { color: var(--dc-muted) !important; border: 0 !important; }
.elementor .dc-el-cta > .elementor-container { background: var(--dc-navy) !important; border-radius: 16px !important; box-shadow: 0 22px 50px rgba(7,29,59,.2) !important; }
.elementor .dc-el-cta-title .elementor-heading-title { color: #fff !important; }
.elementor .dc-el-cta-text .elementor-widget-container,
.elementor .dc-el-cta-checks .elementor-icon-list-item { color: rgba(255,255,255,.78) !important; }

/* Header/footer final polish */
.dc-header__actions { display: flex !important; align-items: center !important; justify-content: flex-end !important; gap: 12px !important; }
.dc-header .dc-btn--orange { color: #fff !important; background: var(--dc-orange) !important; border-color: var(--dc-orange) !important; }
.dc-footer { background: #fff !important; border-top: 1px solid #edf0f4 !important; padding: 64px 0 20px !important; }
.dc-footer__grid { display: grid !important; grid-template-columns: 1.25fr .75fr .85fr .85fr 1fr !important; gap: 42px !important; align-items: start !important; }
.dc-footer .dc-logo-image img,
.dc-footer .dc-brand img,
.dc-footer .custom-logo { max-width: 190px !important; }
.dc-footer__about p { max-width: 285px !important; margin: 18px 0 20px !important; }
.dc-footer h3 { color: var(--dc-navy) !important; font-size: 15px !important; font-weight: 850 !important; margin-bottom: 17px !important; }
.dc-footer p,
.dc-footer li,
.dc-footer a { color: var(--dc-muted) !important; font-size: 13px !important; line-height: 1.7 !important; }
.dc-footer a:hover { color: var(--dc-orange) !important; }
.dc-footer .dc-socials { display: flex !important; gap: 10px !important; align-items: center !important; }
.dc-footer .dc-socials a { display: inline-grid !important; place-items: center !important; width: 34px !important; height: 34px !important; border: 1px solid var(--dc-line) !important; border-radius: 50% !important; color: #718097 !important; background: #fff !important; }
.dc-footer .dc-socials a svg { width: 15px !important; height: 15px !important; fill: none !important; stroke: currentColor !important; }
.dc-footer__bottom { display: flex !important; justify-content: space-between !important; gap: 25px !important; margin-top: 16px !important; padding-top: 22px !important; border-top: 1px solid var(--dc-line) !important; }

@media (max-width: 1024px) {
  .elementor .dc-el-hero > .elementor-container { gap: 34px !important; }
  .elementor .dc-el-card-row > .elementor-container,
  .elementor .dc-el-project-grid > .elementor-container,
  .elementor .dc-el-testimonial-grid > .elementor-container,
  .elementor .dc-el-process-grid > .elementor-container { flex-wrap: wrap !important; gap: 18px !important; }
  .elementor .dc-el-card-row .dc-el-service-col,
  .elementor .dc-el-project-grid .dc-el-project-card,
  .elementor .dc-el-testimonial-grid .dc-el-testimonial-col { width: calc((100% - 18px) / 2) !important; max-width: calc((100% - 18px) / 2) !important; flex: 0 0 calc((100% - 18px) / 2) !important; }
  .elementor .dc-el-process-grid .dc-el-process-card { width: calc((100% - 18px) / 2) !important; max-width: calc((100% - 18px) / 2) !important; flex: 0 0 calc((100% - 18px) / 2) !important; }
  .dc-footer__grid { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
  .dc-footer__about { grid-column: 1 / -1 !important; }
}
@media (max-width: 900px) {
  .dc-menu-toggle { display: inline-flex !important; }
  .dc-header__inner { grid-template-columns: minmax(0,1fr) auto !important; min-height: 72px !important; }
  .dc-header__cta { display: none !important; }
  .elementor .dc-el-hero > .elementor-container { flex-wrap: wrap !important; min-height: 0 !important; }
  .elementor .dc-el-hero-copy,
  .elementor .dc-el-hero-visual { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
  .elementor .dc-el-hero-copy > .elementor-widget-wrap { padding-right: 0 !important; text-align: center !important; align-items: center !important; align-content: center !important; }
  .elementor .dc-el-pill { margin-left: auto !important; margin-right: auto !important; }
  .elementor .dc-el-hero-title .elementor-heading-title,
  .elementor .dc-el-lead .elementor-widget-container { margin-left: auto !important; margin-right: auto !important; }
  .elementor .dc-el-button-row > .elementor-container,
  .elementor .dc-el-proof-list .elementor-icon-list-items { justify-content: center !important; }
  .elementor .dc-el-trust-logos > .elementor-container { flex-wrap: wrap !important; }
  .elementor .dc-el-trust-logos .dc-el-brand-logo-col { width: calc((100% - 24px) / 3) !important; max-width: calc((100% - 24px) / 3) !important; flex: 0 0 calc((100% - 24px) / 3) !important; }
  .elementor .dc-el-accordion .elementor-accordion { grid-template-columns: 1fr !important; }
  .dc-footer__grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}
@media (max-width: 767px) {
  .dc-container,
  .elementor-section.dc-el-section > .elementor-container { width: min(calc(100% - 32px), var(--dc-container)) !important; }
  .elementor .dc-el-hero { padding-top: 42px !important; padding-bottom: 42px !important; }
  .elementor .dc-el-hero-title .elementor-heading-title { font-size: clamp(36px, 11vw, 50px) !important; line-height: 1.03 !important; }
  .elementor .dc-el-button-row > .elementor-container { display: grid !important; grid-template-columns: 1fr !important; gap: 12px !important; }
  .elementor .dc-el-button-row .dc-el-btn-col,
  .elementor .dc-el-button-row .elementor-button-wrapper,
  .elementor .dc-el-button-row .elementor-button { width: 100% !important; }
  .elementor .dc-el-proof-list .elementor-icon-list-items { display: grid !important; grid-template-columns: 1fr !important; max-width: 330px !important; gap: 12px !important; }
  .elementor .dc-el-card-row .dc-el-service-col,
  .elementor .dc-el-project-grid .dc-el-project-card,
  .elementor .dc-el-testimonial-grid .dc-el-testimonial-col,
  .elementor .dc-el-process-grid .dc-el-process-card { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
  .elementor .dc-el-stat { width: 50% !important; max-width: 50% !important; flex: 0 0 50% !important; }
  .dc-footer { padding-top: 50px !important; }
  .dc-footer__grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  .dc-footer__bottom { flex-direction: column !important; align-items: flex-start !important; gap: 12px !important; }
}
@media (max-width: 560px) {
  .dc-topbar__contact .dc-topbar__item:last-child { display: none !important; }
  .dc-logo-image img, .dc-brand img, .custom-logo { max-width: 160px !important; }
  .elementor .dc-el-trust-logos .dc-el-brand-logo-col { width: calc((100% - 12px) / 2) !important; max-width: calc((100% - 12px) / 2) !important; flex: 0 0 calc((100% - 12px) / 2) !important; }
  .elementor .dc-el-stat { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
  .elementor .dc-el-cta > .elementor-container { padding: 34px 22px !important; }
}
