:root{
  --dbco-navy:#073b68;
  --dbco-navy-2:#052b4d;
  --dbco-blue:#0b6fb3;
  --dbco-blue-2:#1597d4;
  --dbco-sky:#eaf7ff;
  --dbco-sky-2:#d8f0fb;
  --dbco-gold:#cda657;
  --dbco-ink:#15324b;
  --dbco-muted:#6a7d8e;
  --dbco-line:#dce8f1;
  --dbco-soft:#f6fafc;
  --dbco-white:#fff;
  --dbco-shadow:0 18px 50px rgba(7,59,104,.10);
  --dbco-shadow-soft:0 10px 28px rgba(7,59,104,.08);
  --radius-xl:34px;
  --radius-lg:24px;
  --radius-md:18px;
  --radius-sm:13px;
  --container:1640px;
}

.dbco-page, .dbco-page *{box-sizing:border-box}
.dbco-page{scroll-behavior:smooth}
.dbco-page{margin:0;font-family:"Be Vietnam Pro", "Segoe UI", Arial, sans-serif;color:var(--dbco-ink);line-height:1.65;-webkit-font-smoothing:antialiased}
.dbco-page img{max-width:100%;display:block}
.dbco-page a{color:inherit;text-decoration:none}
.dbco-page button, .dbco-page input, .dbco-page select{font:inherit}
.dbco-page button{cursor:pointer}
.dbco-page{overflow:hidden;background:#fff}
.dbco-page .container{width:min(calc(100% - 9vw),var(--container));margin-inline:auto}
.dbco-page .section{padding:82px 0}
.dbco-page .section-sm{padding:56px 0}
.dbco-page .section-soft{background:linear-gradient(180deg,#fbfdff 0%,#f4faff 100%)}
.dbco-page .section-heading{display:flex;justify-content:space-between;align-items:end;gap:26px;margin-bottom:30px}
.dbco-page .section-heading .copy{max-width:760px}
.dbco-page .eyebrow{display:flex;align-items:center;gap:10px;color:var(--dbco-blue);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}
.dbco-page .eyebrow::before{content:"";width:32px;height:2px;border-radius:999px;background:var(--dbco-gold)}
.dbco-page h1, .dbco-page h2, .dbco-page h3, .dbco-page h4, .dbco-page p{margin-top:0}
.dbco-page h1, .dbco-page h2, .dbco-page h3{line-height:1.15;letter-spacing:-.03em}
.dbco-page h1{font-size:var(--type-inner-h1);margin-bottom:18px}
.dbco-page h2{font-size:var(--type-page-h2);margin-bottom:14px}
.dbco-page h3{font-size:22px;margin-bottom:10px}
.dbco-page p{color:var(--dbco-muted);margin-bottom:16px}
.dbco-page .lead{font-size:18px;max-width:720px}
.dbco-page .text-white, .dbco-page .text-white p{color:#fff}
.dbco-page .muted{color:var(--dbco-muted)}

.dbco-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:750;transition:.25s ease}
.dbco-page .btn:hover{transform:translateY(-2px)}
.dbco-page .btn-primary{background:linear-gradient(135deg,var(--dbco-blue),#07518d);color:#fff;box-shadow:0 10px 26px rgba(11,111,179,.23)}
.dbco-page .btn-primary:hover{box-shadow:0 16px 32px rgba(11,111,179,.28)}
.dbco-page .btn-outline{background:#fff;color:var(--dbco-navy);border-color:#a9c7db}
.dbco-page .btn-gold{background:linear-gradient(135deg,#d7b66f,#b88d3c);color:#fff}
.dbco-page .btn-link{display:inline-flex;align-items:center;gap:8px;color:var(--dbco-blue);font-weight:800}
.dbco-page .btn-link::after{content:"→";transition:.2s}
.dbco-page .btn-link:hover::after{transform:translateX(4px)}

.dbco-page .soft-card{background:#fff;border:1px solid rgba(164,196,218,.45);border-radius:var(--radius-lg);box-shadow:var(--dbco-shadow-soft)}
.dbco-page .icon-circle{width:56px;height:56px;border-radius:18px;background:linear-gradient(145deg,#edf9ff,#dff2fd);display:grid;place-items:center;color:var(--dbco-blue);flex:0 0 auto}
.dbco-page .icon-circle svg{width:28px;height:28px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Shared hero */
.dbco-page .page-hero{position:relative;padding:74px 0 110px;background:linear-gradient(135deg,#effaff 0%,#fff 46%,#e8f5fc 100%)}
.dbco-page .page-hero::after{content:"";position:absolute;left:-7%;right:-7%;bottom:-1px;height:82px;background:#fff;border-radius:50% 50% 0 0/70% 70% 0 0;transform:translateY(48%)}
.dbco-page .page-hero::before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(88,190,238,.24),rgba(88,190,238,0) 70%);left:-160px;top:-130px}
.dbco-page .hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:56px;align-items:center}
.dbco-page .hero-copy{padding:22px 0 50px}
.dbco-page .hero-copy p{font-size:18px;max-width:600px}
.dbco-page .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.dbco-page .hero-media{position:relative;min-height:430px}
.dbco-page .hero-media::before{content:"";position:absolute;inset:26px -32px -22px 34px;border-radius:48% 52% 44% 56%/54% 44% 56% 46%;background:linear-gradient(145deg,#d8f1fc,#a9dced);transform:rotate(-3deg)}
.dbco-page .hero-photo{position:absolute;inset:0;overflow:hidden;border-radius:46% 54% 45% 55%/48% 44% 56% 52%;box-shadow:var(--dbco-shadow);background:#dbeef8}
.dbco-page .hero-photo img{width:100%;height:100%;object-fit:cover}
.dbco-page .hero-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,59,104,0),rgba(7,59,104,.13))}
.dbco-page .water-orb{position:absolute;z-index:3;left:-34px;bottom:40px;width:88px;height:88px;border-radius:48% 52% 58% 42%/60% 45% 55% 40%;background:linear-gradient(145deg,#effbff,#70c8ef);box-shadow:0 12px 34px rgba(24,137,192,.25);border:7px solid #fff}
.dbco-page .water-orb::after{content:"";position:absolute;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.55);top:17px;left:18px}
.dbco-page .hero-badge{position:absolute;z-index:4;right:-14px;bottom:26px;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);padding:16px 18px;border-radius:18px;box-shadow:var(--dbco-shadow-soft);border:1px solid rgba(255,255,255,.85);font-weight:800;color:var(--dbco-navy)}
.dbco-page .hero-badge small{display:block;color:var(--dbco-muted);font-weight:600}

/* Metric ribbon */
.dbco-page .metric-ribbon{position:relative;z-index:5;margin-top:-4px}
.dbco-page .metric-grid{display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(90deg,#f7fcff,#e8f7ff);border:1px solid #dceef7;border-radius:26px;padding:26px 18px;box-shadow:var(--dbco-shadow-soft)}
.dbco-page .metric{display:flex;gap:14px;align-items:center;justify-content:center;padding:8px 18px;border-right:1px solid #cfe6f3}
.dbco-page .metric:last-child{border-right:0}
.dbco-page .metric strong{display:block;color:var(--dbco-navy);font-size:24px;line-height:1.05}
.dbco-page .metric span{font-size:13px;color:var(--dbco-muted)}
.dbco-page .metric svg{width:34px;height:34px;stroke:var(--dbco-blue);fill:none;stroke-width:1.8}

/* About */
.dbco-page .about-intro{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.dbco-page .about-copy{max-width:590px}
.dbco-page .media-stack{position:relative;padding:0 46px 46px 0}
.dbco-page .media-stack .main{border-radius:30px;overflow:hidden;box-shadow:var(--dbco-shadow);min-height:500px}
.dbco-page .media-stack .main img{width:100%;height:100%;object-fit:cover}
.dbco-page .media-stack .small{position:absolute;right:0;bottom:0;width:48%;border:8px solid #fff;border-radius:24px;overflow:hidden;box-shadow:var(--dbco-shadow-soft)}
.dbco-page .media-stack .small img{aspect-ratio:1.45;object-fit:cover;width:100%}
.dbco-page .media-stack .floating{position:absolute;right:-4px;top:36px;background:linear-gradient(145deg,#0a74bb,#07538d);color:#fff;border:6px solid #fff;border-radius:24px;padding:20px;min-width:144px;text-align:center;box-shadow:var(--dbco-shadow-soft)}
.dbco-page .media-stack .floating strong{font-size:30px;display:block}
.dbco-page .value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.dbco-page .value-card{padding:26px;min-height:250px;transition:.25s ease}
.dbco-page .value-card:hover{transform:translateY(-7px);box-shadow:var(--dbco-shadow)}
.dbco-page .value-card h3{font-size:19px;margin-top:20px}
.dbco-page .value-card p{font-size:14px;margin-bottom:0}
.dbco-page .feature-band{position:relative;border-radius:34px;overflow:hidden;min-height:370px;background:var(--dbco-navy);color:#fff;display:grid;grid-template-columns:.85fr 1.15fr;box-shadow:var(--dbco-shadow)}
.dbco-page .feature-band::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,51,91,.98) 0%,rgba(4,73,123,.93) 40%,rgba(4,73,123,.1) 68%);z-index:1}
.dbco-page .feature-band img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.dbco-page .feature-band .content{position:relative;z-index:2;padding:52px;max-width:520px}
.dbco-page .feature-band .content p{color:#d7e9f5}
.dbco-page .feature-features{display:flex;gap:22px;flex-wrap:wrap;margin-top:30px}
.dbco-page .feature-features span{font-size:13px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18)}
.dbco-page .timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:0;position:relative;padding-top:16px}
.dbco-page .timeline::before{content:"";position:absolute;left:6%;right:6%;top:50px;height:3px;background:linear-gradient(90deg,#aedff3,#4faad6,#aedff3);border-radius:99px}
.dbco-page .timeline-item{text-align:center;position:relative;z-index:1;padding:0 10px}
.dbco-page .timeline-dot{width:54px;height:54px;border:4px solid #fff;border-radius:50%;background:#e6f7ff;display:grid;place-items:center;margin:8px auto 18px;box-shadow:0 0 0 2px #b8dfef;color:var(--dbco-blue);font-weight:900}
.dbco-page .timeline-item strong{display:block;color:var(--dbco-blue);margin-bottom:8px}
.dbco-page .timeline-item span{font-size:13px;color:var(--dbco-muted);display:block}
.dbco-page .wave-cta{position:relative;border-radius:32px;overflow:hidden;background:linear-gradient(135deg,#e7f8ff 0%,#f9fdff 48%,#d7f0fb 100%);padding:46px 54px;display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid #d5ebf5}
.dbco-page .wave-cta::before, .dbco-page .wave-cta::after{content:"";position:absolute;border-radius:50%;background:rgba(37,158,209,.12)}
.dbco-page .wave-cta::before{width:420px;height:150px;right:-80px;bottom:-90px}
.dbco-page .wave-cta::after{width:300px;height:100px;right:160px;bottom:-72px}
.dbco-page .wave-cta>*{position:relative;z-index:1}

/* Products */
.dbco-page .brand-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.dbco-page .brand-card{overflow:hidden;border-radius:24px;border:1px solid var(--dbco-line);background:#fff;transition:.25s}
.dbco-page .brand-card:hover{transform:translateY(-6px);box-shadow:var(--dbco-shadow-soft)}
.dbco-page .brand-card img{width:100%;aspect-ratio:1.6;object-fit:cover;background:#f6fafc}
.dbco-page .brand-card .body{padding:20px}
.dbco-page .product-layout{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}
.dbco-page .filter-toggle{display:none}
.dbco-page .filter-panel{position:sticky;top:24px;border-radius:22px;border:1px solid var(--dbco-line);background:#fff;padding:18px;box-shadow:var(--dbco-shadow-soft)}
.dbco-page .filter-title{font-weight:850;color:var(--dbco-navy);margin-bottom:14px}
.dbco-page .filter-group{border-top:1px solid #e9f0f5;padding-top:16px;margin-top:16px}
.dbco-page .filter-group:first-of-type{border-top:0;padding-top:0;margin-top:0}
.dbco-page .filter-group label{display:flex;gap:10px;align-items:center;font-size:14px;margin:10px 0;color:#526b7d}
.dbco-page .filter-group input{accent-color:var(--dbco-blue)}
.dbco-page .filter-search{width:100%;height:44px;border:1px solid #d8e6ef;border-radius:12px;padding:0 13px;outline:none}
.dbco-page .product-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px}
.dbco-page .product-toolbar select{height:44px;border:1px solid #d8e6ef;border-radius:12px;padding:0 34px 0 12px;background:#fff;color:var(--dbco-ink)}
.dbco-page .product-sort-form{display:flex;align-items:center;gap:8px}.dbco-page .product-sort-form .btn{min-height:44px;padding:0 14px;border-radius:12px}
.dbco-page .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.dbco-page .product-card{border:1px solid var(--dbco-line);border-radius:22px;background:#fff;overflow:hidden;transition:.25s;display:flex;flex-direction:column}
.dbco-page .product-card:hover{transform:translateY(-5px);box-shadow:var(--dbco-shadow-soft)}
.dbco-page .product-card .media{padding:16px;background:linear-gradient(180deg,#f9fdff,#f1f8fc);position:relative}
.dbco-page .product-card .media img{width:100%;aspect-ratio:1.2;object-fit:contain;border-radius:14px}
.dbco-page .product-card .tag{position:absolute;left:14px;top:14px;background:#fff;color:var(--dbco-blue);font-size:11px;font-weight:850;padding:6px 9px;border-radius:999px;border:1px solid #d8eaf4}
.dbco-page .product-card .body{padding:18px;display:flex;flex-direction:column;flex:1}
.dbco-page .product-card h3{font-size:18px}
.dbco-page .product-card .spec{font-size:13px;color:#718597;margin-bottom:14px}
.dbco-page .product-card .actions{display:flex;gap:8px;margin-top:auto}
.dbco-page .product-card .actions .btn{min-height:40px;padding:0 13px;font-size:13px;flex:1;border-radius:12px}
.dbco-page .tech-cta{border-radius:30px;overflow:hidden;padding:42px;background:linear-gradient(105deg,#063a68,#0a6da9);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}
.dbco-page .tech-cta::after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.16);border-radius:50%;right:-170px;top:-260px}
.dbco-page .tech-cta p{color:#d8eaf5;max-width:680px;margin-bottom:0}

/* Projects */
.dbco-page .project-feature{display:grid;grid-template-columns:1.12fr .88fr;border:1px solid var(--dbco-line);border-radius:30px;overflow:hidden;background:#fff;box-shadow:var(--dbco-shadow-soft)}
.dbco-page .project-feature .media{min-height:420px;position:relative}
.dbco-page .project-feature .media img{width:100%;height:100%;object-fit:cover}
.dbco-page .project-feature .media .label{position:absolute;top:20px;left:20px;padding:8px 12px;border-radius:999px;background:rgba(7,59,104,.9);color:#fff;font-size:12px;font-weight:800}
.dbco-page .project-feature .content{padding:44px;display:flex;flex-direction:column;justify-content:center}
.dbco-page .project-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0 24px}
.dbco-page .project-kpis div{border-left:2px solid #dbeaf3;padding-left:14px}
.dbco-page .project-kpis strong{display:block;color:var(--dbco-navy);font-size:18px}
.dbco-page .project-kpis span{font-size:12px;color:var(--dbco-muted)}
.dbco-page .chips{display:flex;gap:10px;flex-wrap:wrap}
.dbco-page .chip{border:1px solid #d8e7f0;background:#fff;color:#527084;border-radius:999px;padding:10px 16px;font-size:13px;font-weight:750;transition:.2s}
.dbco-page .chip.active, .dbco-page .chip:hover{background:var(--dbco-navy);color:#fff;border-color:var(--dbco-navy)}
.dbco-page .project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:26px}
.dbco-page .project-card{border-radius:22px;overflow:hidden;border:1px solid var(--dbco-line);background:#fff;transition:.25s}
.dbco-page .project-card:hover{transform:translateY(-6px);box-shadow:var(--dbco-shadow-soft)}
.dbco-page .project-card img{width:100%;aspect-ratio:1.55;object-fit:cover}
.dbco-page .project-card .body{padding:20px}
.dbco-page .project-card .meta{font-size:12px;color:var(--dbco-blue);font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.dbco-page .project-card p{font-size:14px;margin-bottom:14px}
.dbco-page .project-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.16);border-radius:28px;overflow:hidden}
.dbco-page .project-stats .stat{padding:30px 18px;text-align:center;background:linear-gradient(145deg,#073b68,#064c7c);color:#fff}
.dbco-page .project-stats strong{display:block;font-size:30px}
.dbco-page .project-stats span{font-size:13px;color:#d4e5f0}
.dbco-page .field-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.dbco-page .field-card{padding:22px;border-radius:22px;background:#fff;border:1px solid var(--dbco-line)}
.dbco-page .field-card .thumb{border-radius:15px;overflow:hidden;margin-bottom:18px}
.dbco-page .field-card .thumb img{width:100%;aspect-ratio:1.75;object-fit:cover}
.dbco-page .field-card p{font-size:14px}

/* Careers */
.dbco-page .benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.dbco-page .benefit-card{padding:30px;border-radius:24px;border:1px solid var(--dbco-line);background:linear-gradient(180deg,#fff,#f9fcfe);min-height:230px}
.dbco-page .benefit-card h3{font-size:19px;margin-top:20px}
.dbco-page .jobs-shell{border-radius:28px;background:#f7fbfe;border:1px solid #dfecf4;padding:24px}
.dbco-page .jobs-filter{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;margin-bottom:18px}
.dbco-page .jobs-filter input, .dbco-page .jobs-filter select{height:46px;border:1px solid #d4e4ee;border-radius:12px;background:#fff;padding:0 13px;color:var(--dbco-ink)}
.dbco-page .job-list{display:grid;gap:12px}
.dbco-page .job-row{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr auto;align-items:center;gap:16px;padding:17px 18px;border-radius:16px;background:#fff;border:1px solid #deebf3;transition:.2s}
.dbco-page .job-row:hover{border-color:#9ec8df;box-shadow:0 8px 22px rgba(7,59,104,.06)}
.dbco-page .job-row h3{font-size:16px;margin:0}
.dbco-page .job-meta{font-size:13px;color:#667d8f}
.dbco-page .job-row .btn{min-height:40px;padding:0 16px;border-radius:12px}
.dbco-page .process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;position:relative}
.dbco-page .process-grid::before{content:"";position:absolute;left:8%;right:8%;top:35px;height:2px;background:#d7e8f2}
.dbco-page .process-step{text-align:center;position:relative;z-index:1}
.dbco-page .process-icon{width:68px;height:68px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:#fff;border:2px solid #a8d2e7;color:var(--dbco-blue);box-shadow:0 0 0 8px #fff;font-weight:900}
.dbco-page .process-step strong{display:block;color:var(--dbco-gold);font-size:18px}
.dbco-page .process-step h3{font-size:16px;margin:6px 0}
.dbco-page .process-step p{font-size:13px;margin:0}
.dbco-page .culture-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:center}
.dbco-page .culture-mosaic{display:grid;grid-template-columns:1.3fr .7fr;gap:12px}
.dbco-page .culture-mosaic img{width:100%;height:100%;object-fit:cover;border-radius:20px}
.dbco-page .culture-mosaic .large{grid-row:span 2;min-height:380px}
.dbco-page .culture-mosaic .small{min-height:184px}

/* News */
.dbco-page .news-feature{display:grid;grid-template-columns:1.05fr .95fr;border-radius:30px;overflow:hidden;background:#fff;border:1px solid var(--dbco-line);box-shadow:var(--dbco-shadow-soft)}
.dbco-page .news-feature .media{min-height:410px;position:relative}
.dbco-page .news-feature .media img{width:100%;height:100%;object-fit:cover}
.dbco-page .news-feature .badge{position:absolute;left:20px;top:20px;padding:8px 12px;border-radius:999px;background:var(--dbco-gold);color:#fff;font-size:12px;font-weight:850}
.dbco-page .news-feature .content{padding:42px;display:flex;flex-direction:column;justify-content:center}
.dbco-page .news-feature .date{font-size:12px;color:var(--dbco-blue);font-weight:800;margin-bottom:10px}
.dbco-page .news-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;align-items:start}
.dbco-page .news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.dbco-page .news-card{border-radius:22px;overflow:hidden;background:#fff;border:1px solid var(--dbco-line);transition:.25s}
.dbco-page .news-card:hover{transform:translateY(-5px);box-shadow:var(--dbco-shadow-soft)}
.dbco-page .news-card img{width:100%;aspect-ratio:1.55;object-fit:cover}
.dbco-page .news-card .body{padding:19px}
.dbco-page .news-card .meta{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:#6c8294;margin-bottom:8px}
.dbco-page .news-card h3{font-size:18px}
.dbco-page .news-card p{font-size:14px}
.dbco-page .news-sidebar{position:sticky;top:24px}
.dbco-page .sidebar-box{border-radius:22px;border:1px solid var(--dbco-line);background:#fff;padding:22px;margin-bottom:18px}
.dbco-page .sidebar-box h3{font-size:20px;padding-left:13px;border-left:3px solid var(--dbco-gold)}
.dbco-page .mini-news{display:grid;grid-template-columns:82px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid #edf2f5}
.dbco-page .mini-news:last-child{border-bottom:0}
.dbco-page .mini-news img{width:82px;height:62px;object-fit:cover;border-radius:10px}
.dbco-page .mini-news strong{font-size:13px;line-height:1.35;display:block}
.dbco-page .mini-news span{font-size:11px;color:#8192a0}
.dbco-page .latest-list{list-style:none;padding:0;margin:0}
.dbco-page .latest-list li{padding:12px 0 12px 18px;border-bottom:1px solid #edf2f5;position:relative;font-size:13px;color:#536c7f}
.dbco-page .latest-list li::before{content:"+";position:absolute;left:0;color:var(--dbco-blue);font-weight:900}
.dbco-page .newsletter{border-radius:30px;background:linear-gradient(135deg,#063a68,#0876b8);padding:38px;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center;overflow:hidden;position:relative}
.dbco-page .newsletter p{color:#d4e7f2;margin:0}
.dbco-page .newsletter-form{display:flex;gap:0}
.dbco-page .newsletter-form input{flex:1;min-width:0;height:52px;border:0;border-radius:14px 0 0 14px;padding:0 16px;outline:none}
.dbco-page .newsletter-form button{height:52px;border:0;border-radius:0 14px 14px 0;background:var(--dbco-gold);color:#fff;padding:0 20px;font-weight:800}

/* Reveal */
.dbco-page .reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
.dbco-page .reveal.is-visible{opacity:1;transform:none}

/* Responsive */
@media (max-width:1100px){
  .dbco-page .hero-grid{gap:34px}.dbco-page .hero-media{min-height:380px}
  .dbco-page .value-grid, .dbco-page .field-grid{grid-template-columns:repeat(2,1fr)}
  .dbco-page .product-grid{grid-template-columns:repeat(2,1fr)}
  .dbco-page .project-grid{grid-template-columns:repeat(2,1fr)}
  .dbco-page .job-row{grid-template-columns:1.6fr 1fr 1fr auto}.dbco-page .job-row .job-dept{display:none}
  .dbco-page .news-layout{grid-template-columns:minmax(0,1fr) 300px}
}

@media (max-width:900px){
  .dbco-page .section{padding:64px 0}.dbco-page .section-sm{padding:44px 0}
  .dbco-page .page-hero{padding:54px 0 90px}
  .dbco-page .hero-grid, .dbco-page .about-intro, .dbco-page .culture-grid{grid-template-columns:1fr}
  .dbco-page .hero-copy{padding:0}.dbco-page .hero-media{min-height:430px;max-width:720px;width:100%;margin:auto}
  .dbco-page .metric-grid{grid-template-columns:repeat(2,1fr)}.dbco-page .metric:nth-child(2){border-right:0}.dbco-page .metric:nth-child(-n/**/+2){border-bottom:1px solid #cfe6f3}
  .dbco-page .value-grid{grid-template-columns:repeat(2,1fr)}
  .dbco-page .feature-band{grid-template-columns:1fr}.dbco-page .feature-band .content{padding:42px;max-width:650px}.dbco-page .feature-band::before{background:linear-gradient(90deg,rgba(4,51,91,.98),rgba(4,73,123,.78),rgba(4,73,123,.32))}
  .dbco-page .timeline{overflow-x:auto;grid-template-columns:repeat(6,180px);padding-bottom:10px}.dbco-page .timeline::before{left:90px;right:auto;width:900px}
  .dbco-page .brand-strip{grid-template-columns:repeat(2,1fr)}
  .dbco-page .product-layout{grid-template-columns:1fr}.dbco-page .filter-toggle{display:inline-flex}.dbco-page .filter-panel{position:static;display:none}.dbco-page .filter-panel.is-open{display:block}
  .dbco-page .project-feature, .dbco-page .news-feature{grid-template-columns:1fr}.dbco-page .project-feature .media, .dbco-page .news-feature .media{min-height:360px}
  .dbco-page .project-stats{grid-template-columns:repeat(2,1fr)}
  .dbco-page .benefit-grid{grid-template-columns:repeat(2,1fr)}
  .dbco-page .job-row{grid-template-columns:1fr auto}.dbco-page .job-row .job-meta{display:none}
  .dbco-page .process-grid{overflow-x:auto;grid-template-columns:repeat(5,180px);padding-bottom:10px}.dbco-page .process-grid::before{display:none}
  .dbco-page .news-layout{grid-template-columns:1fr}.dbco-page .news-sidebar{position:static}.dbco-page .sidebar-box{display:grid}.dbco-page .newsletter{grid-template-columns:1fr}
}

@media (max-width:680px){
  .dbco-page .container{width:min(calc(100% - 28px),var(--container))}
  .dbco-page .section{padding:52px 0}.dbco-page .section-sm{padding:36px 0}
  .dbco-page .section-heading{align-items:start;flex-direction:column;margin-bottom:24px}
  .dbco-page h1{font-size:var(--type-inner-h1)}.dbco-page h2{font-size:var(--type-page-h2)}.dbco-page .lead, .dbco-page .hero-copy p{font-size:16px}
  .dbco-page .page-hero{padding:42px 0 78px}.dbco-page .page-hero::after{height:55px}
  .dbco-page .hero-grid{gap:30px}.dbco-page .hero-media{min-height:300px}.dbco-page .hero-media::before{inset:18px -12px -14px 18px}.dbco-page .hero-photo{border-radius:34% 66% 42% 58%/50% 42% 58% 50%}.dbco-page .water-orb{width:66px;height:66px;left:-10px;bottom:22px;border-width:5px}.dbco-page .hero-badge{right:0;bottom:5px;padding:12px 14px;font-size:13px}
  .dbco-page .hero-actions .btn{width:100%}
  .dbco-page .metric-grid{padding:16px 10px}.dbco-page .metric{padding:12px 8px;justify-content:flex-start}.dbco-page .metric strong{font-size:20px}.dbco-page .metric svg{width:28px;height:28px}
  .dbco-page .media-stack{padding:0 0 78px}.dbco-page .media-stack .main{min-height:360px}.dbco-page .media-stack .small{width:62%;right:8px}.dbco-page .media-stack .floating{right:0;top:20px;min-width:110px;padding:13px}.dbco-page .media-stack .floating strong{font-size:23px}
  .dbco-page .value-grid, .dbco-page .brand-strip, .dbco-page .product-grid, .dbco-page .project-grid, .dbco-page .field-grid, .dbco-page .benefit-grid, .dbco-page .news-grid{grid-template-columns:1fr}
  .dbco-page .value-card{min-height:auto}
  .dbco-page .feature-band{min-height:430px}.dbco-page .feature-band .content{padding:34px 24px}.dbco-page .feature-features{gap:8px}
  .dbco-page .wave-cta{padding:32px 24px;align-items:flex-start;flex-direction:column}.dbco-page .wave-cta .btn{width:100%}
  .dbco-page .product-toolbar{align-items:stretch;flex-direction:column}.dbco-page .product-toolbar select{width:100%}.dbco-page .product-sort-form{width:100%}.dbco-page .product-sort-form select{flex:1}.dbco-page .product-sort-form .btn{flex:0 0 auto}
  .dbco-page .project-feature .media, .dbco-page .news-feature .media{min-height:280px}.dbco-page .project-feature .content, .dbco-page .news-feature .content{padding:28px 22px}.dbco-page .project-kpis{grid-template-columns:1fr;gap:9px}
  .dbco-page .chips{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}.dbco-page .chip{white-space:nowrap}
  .dbco-page .project-stats{grid-template-columns:1fr 1fr}.dbco-page .project-stats .stat{padding:22px 10px}.dbco-page .project-stats strong{font-size:24px}
  .dbco-page .jobs-shell{padding:14px}.dbco-page .jobs-filter{grid-template-columns:1fr}.dbco-page .job-row{padding:15px;gap:10px}.dbco-page .job-row .btn{padding:0 12px}
  .dbco-page .culture-mosaic{grid-template-columns:1fr 1fr}.dbco-page .culture-mosaic .large{grid-column:1/-1;grid-row:auto;min-height:280px}.dbco-page .culture-mosaic .small{min-height:150px}
  .dbco-page .newsletter{padding:28px 22px}.dbco-page .newsletter-form{flex-direction:column;gap:10px}.dbco-page .newsletter-form input, .dbco-page .newsletter-form button{border-radius:13px;width:100%}
  .dbco-page .tech-cta{padding:30px 22px;align-items:flex-start;flex-direction:column}.dbco-page .tech-cta .btn{width:100%}
}

@media (prefers-reduced-motion:reduce){.dbco-page, .dbco-page *{scroll-behavior:auto!important}.dbco-page .reveal{opacity:1;transform:none;transition:none}.dbco-page .btn, .dbco-page .product-card, .dbco-page .project-card, .dbco-page .news-card, .dbco-page .brand-card, .dbco-page .value-card{transition:none}}

/* =========================================================
   Inner-page hero slider - 2026 refresh
   ========================================================= */
.dbco-page .inner-hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,#eef9ff 0%,#f9fdff 46%,#e5f4fb 100%)}
.dbco-page .hero-slider{min-height:620px}
.dbco-page .hero-slider-track{position:relative;min-height:620px}
.dbco-page .hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .7s ease,visibility .7s ease;overflow:hidden}
.dbco-page .hero-slide.is-active{position:relative;opacity:1;visibility:visible;pointer-events:auto}
.dbco-page .hero-slide-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(245,252,255,.98) 0%,rgba(245,252,255,.94) 37%,rgba(238,249,254,.72) 54%,rgba(4,52,91,.08) 100%),var(--hero-image);background-size:cover;background-position:center;filter:saturate(.92)}
.dbco-page .hero-slide-bg::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 30%,rgba(84,196,236,.23),transparent 32%),radial-gradient(circle at 82% 12%,rgba(255,255,255,.62),transparent 23%)}
.dbco-page .hero-slide-bg::after{content:"";position:absolute;left:-4%;right:-4%;bottom:-96px;height:210px;background:#fff;border-radius:50% 50% 0 0/48% 48% 0 0;box-shadow:0 -28px 70px rgba(19,119,170,.06)}
.dbco-page .hero-slide-grid{position:relative;z-index:3;min-height:620px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:64px;padding-top:58px;padding-bottom:88px}
.dbco-page .hero-slide-copy{max-width:610px;padding:24px 0 44px}
.dbco-page .hero-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--dbco-blue);font-size:13px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.dbco-page .hero-kicker::before{content:"";width:34px;height:2px;background:var(--dbco-gold);border-radius:999px}
.dbco-page .hero-slide-copy h1{max-width:660px;margin-bottom:18px;color:var(--dbco-navy);font-size:clamp(43px,5vw,70px);line-height:1.04;letter-spacing:-.045em}
.dbco-page .hero-slide-copy p{max-width:600px;margin-bottom:0;color:#526f82;font-size:18px}
.dbco-page .btn-hero-ghost{color:var(--dbco-navy);border-color:rgba(7,59,104,.18);background:rgba(255,255,255,.65);backdrop-filter:blur(12px)}
.dbco-page .btn-hero-ghost:hover{background:#fff;border-color:#9ec6dc}
.dbco-page .hero-slide-visual{position:relative;min-height:448px;padding:16px 0}
.dbco-page .hero-image-frame{position:absolute;inset:8px 0 10px 10px;overflow:hidden;border-radius:52% 48% 42% 58%/46% 42% 58% 54%;box-shadow:0 28px 80px rgba(7,59,104,.18);border:9px solid rgba(255,255,255,.78);background:#dbeef8;transform:translateZ(0)}
.dbco-page .hero-image-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,52,91,0),rgba(4,52,91,.18))}
.dbco-page .hero-image-frame img{width:100%;height:100%;object-fit:cover;transition:transform 8s ease}
.dbco-page .hero-slide.is-active .hero-image-frame img{transform:scale(1.045)}
.dbco-page .hero-float-card{position:absolute;z-index:3;right:-18px;bottom:30px;display:flex;flex-direction:column;min-width:180px;padding:18px 20px;border:1px solid rgba(255,255,255,.8);border-radius:20px;background:rgba(255,255,255,.92);box-shadow:0 16px 38px rgba(7,59,104,.16);backdrop-filter:blur(14px)}
.dbco-page .hero-float-card strong{color:var(--dbco-navy);font-size:22px;line-height:1.1}
.dbco-page .hero-float-card span{margin-top:5px;color:var(--dbco-muted);font-size:12px;font-weight:700}
.dbco-page .hero-drop{position:absolute;z-index:4;left:-22px;bottom:58px;width:68px;height:88px;background:linear-gradient(145deg,#f0fbff 4%,#77cbed 70%,#2b99cf);border:6px solid #fff;border-radius:58% 42% 58% 42%/68% 60% 40% 32%;transform:rotate(45deg);box-shadow:0 16px 34px rgba(18,139,195,.26)}
.dbco-page .hero-drop::before{content:"";position:absolute;width:20px;height:28px;left:10px;top:10px;border-radius:50%;background:rgba(255,255,255,.56)}
.dbco-page .hero-water-lines{position:absolute;z-index:2;left:-8%;right:-8%;bottom:8px;height:125px;pointer-events:none}
.dbco-page .hero-water-lines i{position:absolute;left:0;right:0;height:68px;border-radius:50%;border-top:2px solid rgba(58,165,211,.18);transform:rotate(-2deg)}
.dbco-page .hero-water-lines i:nth-child(1){bottom:4px}
.dbco-page .hero-water-lines i:nth-child(2){bottom:25px;transform:rotate(1.6deg);border-color:rgba(58,165,211,.12)}
.dbco-page .hero-water-lines i:nth-child(3){bottom:46px;transform:rotate(-.8deg);border-color:rgba(205,166,87,.12)}
.dbco-page .hero-slider-ui{position:absolute;z-index:8;left:50%;bottom:44px;transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between;pointer-events:none}
.dbco-page .hero-slider-dots, .dbco-page .hero-slider-nav{display:flex;align-items:center;gap:10px;pointer-events:auto}
.dbco-page .hero-dot{width:28px;height:4px;padding:0;border:0;border-radius:999px;background:rgba(7,59,104,.2);transition:.25s ease}
.dbco-page .hero-dot.is-active{width:52px;background:var(--dbco-blue)}
.dbco-page .hero-arrow{width:42px;height:42px;border-radius:50%;border:1px solid rgba(7,59,104,.18);background:rgba(255,255,255,.82);color:var(--dbco-navy);display:grid;place-items:center;box-shadow:0 7px 18px rgba(7,59,104,.08);transition:.2s ease}
.dbco-page .hero-arrow:hover{background:var(--dbco-navy);color:#fff;border-color:var(--dbco-navy);transform:translateY(-2px)}
.dbco-page .hero-counter{display:flex;align-items:baseline;gap:4px;margin-right:5px;color:#8295a3;font-size:12px;font-weight:800;letter-spacing:.08em}
.dbco-page .hero-counter strong{color:var(--dbco-navy);font-size:20px}
.dbco-page .hero-slider-progress{position:absolute;z-index:7;left:0;right:0;bottom:0;height:3px;background:rgba(7,59,104,.07)}
.dbco-page .hero-slider-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--dbco-blue),#78cee9);transform-origin:left center}
.dbco-page .hero-slider.is-running .hero-slider-progress span{animation:dbcoHeroProgress 7s linear forwards}
@keyframes dbcoHeroProgress{from{width:0}to{width:100%}}

/* Contact page */
.dbco-page .contact-overview{grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}
.dbco-page .contact-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}
.dbco-page .contact-info-card{display:flex;gap:14px;align-items:flex-start;min-height:132px;padding:20px;border:1px solid var(--dbco-line);border-radius:20px;background:linear-gradient(180deg,#fff,#f9fcfe)}
.dbco-page .contact-info-card .icon-circle{width:48px;height:48px;border-radius:15px}
.dbco-page .contact-info-card .icon-circle svg{width:24px;height:24px}
.dbco-page .contact-info-card span{display:block;color:#8193a1;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;margin-bottom:5px}
.dbco-page .contact-info-card strong{display:block;color:var(--dbco-navy);font-size:14px;line-height:1.55}
.dbco-page .map-card{overflow:hidden;border-radius:30px;border:1px solid var(--dbco-line);background:#fff;box-shadow:var(--dbco-shadow)}
.dbco-page .map-card iframe{display:block;width:100%;height:500px;border:0;filter:saturate(.9) contrast(.96)}
.dbco-page .map-caption{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px}
.dbco-page .map-caption span{display:block;color:var(--dbco-blue);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.dbco-page .map-caption strong{color:var(--dbco-navy)}
.dbco-page .contact-form-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:52px;align-items:start}
.dbco-page .contact-form-intro{position:sticky;top:28px}
.dbco-page .contact-purpose-list{display:grid;gap:14px;margin-top:28px}
.dbco-page .contact-purpose-list>div{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:16px 0;border-top:1px solid #dce9f1}
.dbco-page .contact-purpose-list>div:first-child{border-top:0}
.dbco-page .contact-purpose-list>div>span{width:40px;height:40px;border-radius:14px;background:#e8f7ff;color:var(--dbco-blue);display:grid;place-items:center;font-weight:900}
.dbco-page .contact-purpose-list strong{display:block;color:var(--dbco-navy);margin-bottom:3px}
.dbco-page .contact-purpose-list p{font-size:13px;margin:0}
.dbco-page .contact-form{padding:30px;border-radius:28px;border:1px solid #dbe8f1;background:#fff;box-shadow:var(--dbco-shadow-soft)}
.dbco-page .form-title{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid #e8f0f5}
.dbco-page .form-title span{color:var(--dbco-blue);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}
.dbco-page .form-title strong{max-width:360px;text-align:right;color:var(--dbco-navy);font-size:14px}
.dbco-page .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.dbco-page .field{display:grid;gap:8px}
.dbco-page .field>span{font-size:12px;font-weight:800;color:#4e6b80}
.dbco-page .field input, .dbco-page .field select, .dbco-page .field textarea{width:100%;border:1px solid #d7e5ee;border-radius:13px;background:#fbfdff;color:var(--dbco-ink);outline:none;padding:12px 14px;transition:.2s ease}
.dbco-page .field input, .dbco-page .field select{height:48px}
.dbco-page .field textarea{resize:vertical;min-height:140px}
.dbco-page .field input:focus, .dbco-page .field select:focus, .dbco-page .field textarea:focus{border-color:#78badc;box-shadow:0 0 0 4px rgba(11,111,179,.08);background:#fff}
.dbco-page .field-full{grid-column:1/-1}
.dbco-page .file-field input{height:auto;padding:11px;background:#fff}
.dbco-page .file-field small{color:#8b9aa5;font-size:11px}
.dbco-page .form-submit{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;padding-top:22px;border-top:1px solid #e8f0f5}
.dbco-page .form-submit p{max-width:430px;margin:0;font-size:11px}
.dbco-page .contact-fast-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.dbco-page .contact-fast-card{display:grid;grid-template-columns:54px 1fr;gap:18px;min-height:230px;padding:28px;border-radius:24px;background:#fff;border:1px solid var(--dbco-line);transition:.25s ease}
.dbco-page .contact-fast-card:hover{transform:translateY(-5px);box-shadow:var(--dbco-shadow-soft)}
.dbco-page .contact-fast-no{width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#e8f7ff,#d9eff9);display:grid;place-items:center;color:var(--dbco-blue);font-weight:900}
.dbco-page .contact-fast-card h3{font-size:20px}
.dbco-page .contact-fast-card p{font-size:14px}
.dbco-page .pt-0{padding-top:0!important}

@media (max-width:1100px){
  .dbco-page .hero-slide-grid{gap:36px}.dbco-page .hero-slide-copy h1{font-size:clamp(40px,5vw,58px)}.dbco-page .hero-slide-visual{min-height:400px}
  .dbco-page .contact-overview, .dbco-page .contact-form-layout{gap:34px}
}
@media (max-width:900px){
  .dbco-page .hero-slider, .dbco-page .hero-slider-track, .dbco-page .hero-slide-grid{min-height:auto}
  .dbco-page .hero-slide{position:absolute;min-height:760px}.dbco-page .hero-slide.is-active{position:relative}
  .dbco-page .hero-slide-grid{grid-template-columns:1fr;gap:18px;padding-top:46px;padding-bottom:110px}
  .dbco-page .hero-slide-copy{max-width:680px;padding:0}.dbco-page .hero-slide-copy h1{max-width:680px;font-size:48px}.dbco-page .hero-slide-copy p{font-size:16px}
  .dbco-page .hero-slide-visual{min-height:350px;max-width:720px;width:100%;margin:0 auto}.dbco-page .hero-image-frame{inset:8px 22px 4px 22px;border-radius:40px}.dbco-page .hero-drop{left:2px}.dbco-page .hero-float-card{right:0;bottom:18px}
  .dbco-page .hero-slide-bg{background-image:linear-gradient(180deg,rgba(245,252,255,.98) 0%,rgba(245,252,255,.93) 48%,rgba(238,249,254,.76) 100%),var(--hero-image)}
  .dbco-page .hero-slider-ui{bottom:38px}.dbco-page .hero-water-lines{height:105px}
  .dbco-page .contact-overview, .dbco-page .contact-form-layout{grid-template-columns:1fr}.dbco-page .contact-form-intro{position:static}.dbco-page .contact-copy{max-width:none}
  .dbco-page .contact-fast-grid{grid-template-columns:1fr 1fr}.dbco-page .contact-fast-card:last-child{grid-column:1/-1}
}
@media (max-width:680px){
  .dbco-page .hero-slide{min-height:690px}.dbco-page .hero-slide-grid{padding-top:34px;padding-bottom:96px;gap:16px}
  .dbco-page .hero-kicker{font-size:11px;margin-bottom:11px}.dbco-page .hero-slide-copy h1{font-size:36px;line-height:1.07;margin-bottom:13px}.dbco-page .hero-slide-copy p{font-size:14px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .dbco-page .hero-slide-copy .hero-actions{margin-top:18px;display:grid;grid-template-columns:1fr 1fr}.dbco-page .hero-slide-copy .hero-actions .btn{width:100%;min-height:44px;padding:0 14px;font-size:13px}
  .dbco-page .hero-slide-visual{min-height:280px}.dbco-page .hero-image-frame{inset:4px 0 0;border-width:5px;border-radius:30px 30px 58px 30px}.dbco-page .hero-float-card{right:8px;bottom:8px;min-width:145px;padding:13px 14px;border-radius:16px}.dbco-page .hero-float-card strong{font-size:17px}.dbco-page .hero-drop{width:50px;height:64px;left:8px;bottom:25px;border-width:4px}
  .dbco-page .hero-slider-ui{bottom:28px}.dbco-page .hero-slider-dots{gap:7px}.dbco-page .hero-dot{width:20px}.dbco-page .hero-dot.is-active{width:38px}.dbco-page .hero-counter{display:none}.dbco-page .hero-arrow{width:36px;height:36px}.dbco-page .hero-water-lines{bottom:-8px}
  .dbco-page .contact-info-grid{grid-template-columns:1fr}.dbco-page .contact-info-card{min-height:auto}.dbco-page .map-card iframe{height:360px}.dbco-page .map-caption{align-items:flex-start;flex-direction:column}.dbco-page .map-caption .btn{width:100%}
  .dbco-page .contact-form{padding:22px 16px}.dbco-page .form-title{flex-direction:column}.dbco-page .form-title strong{text-align:left}.dbco-page .form-grid{grid-template-columns:1fr}.dbco-page .field-full{grid-column:auto}.dbco-page .form-submit{align-items:stretch;flex-direction:column}.dbco-page .form-submit .btn{width:100%}
  .dbco-page .contact-fast-grid{grid-template-columns:1fr}.dbco-page .contact-fast-card:last-child{grid-column:auto}.dbco-page .contact-fast-card{min-height:auto;padding:22px}
}
@media (prefers-reduced-motion:reduce){.dbco-page .hero-slide, .dbco-page .hero-image-frame img{transition:none}.dbco-page .hero-slider.is-running .hero-slider-progress span{animation:none}}


/* ===== DBCO FINAL 5 PAGES: single relevant banner + sharper imagery ===== */
.dbco-page img{image-rendering:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}
.dbco-page .dbco-banner{position:relative;isolation:isolate;min-height:560px;display:flex;align-items:flex-end;overflow:hidden;background:#073b68;background-image:var(--banner-image);background-size:cover;background-position:center;color:#fff}
.dbco-page .dbco-banner::before{content:"";position:absolute;inset:0;z-index:-3;background-image:var(--banner-image);background-size:cover;background-position:center;transform:scale(1.01)}
.dbco-page .dbco-banner__shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(4,35,63,.94) 0%,rgba(5,54,92,.82) 34%,rgba(4,58,94,.43) 58%,rgba(4,36,61,.10) 100%)}
.dbco-page .dbco-banner__shade::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,28,50,.08),rgba(2,35,61,.18) 74%,rgba(2,33,57,.48))}
.dbco-page .dbco-banner__inner{position:relative;z-index:2;padding-top:92px;padding-bottom:72px;display:flex;justify-content:space-between;align-items:flex-end;gap:56px}
.dbco-page .dbco-banner__content{max-width:690px;padding:34px 0 18px}
.dbco-page .dbco-banner__kicker{display:flex;align-items:center;gap:12px;margin-bottom:15px;color:#d7b56b;font-size:13px;font-weight:850;letter-spacing:.16em;text-transform:uppercase;text-shadow:0 2px 16px rgba(0,0,0,.2)}
.dbco-page .dbco-banner__kicker::before{content:"";width:36px;height:2px;border-radius:10px;background:#d7b56b}
.dbco-page .dbco-banner h1{margin:0 0 18px;color:#fff;font-size:var(--type-inner-h1);line-height:1.03;letter-spacing:-.045em;text-wrap:balance;text-shadow:0 4px 30px rgba(0,28,53,.28)}
.dbco-page .dbco-banner p{max-width:660px;margin:0;color:rgba(255,255,255,.9);font-size:18px;line-height:1.68;text-shadow:0 2px 18px rgba(0,0,0,.25)}
.dbco-page .dbco-banner__cta{display:inline-flex;align-items:center;justify-content:center;gap:16px;margin-top:27px;min-height:50px;padding:0 22px;border-radius:999px;background:#fff;color:#073b68;font-weight:850;box-shadow:0 14px 36px rgba(0,0,0,.16);transition:transform .25s ease,box-shadow .25s ease}
.dbco-page .dbco-banner__cta:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(0,0,0,.21)}
.dbco-page .dbco-banner__cta span{font-size:20px;line-height:1}
.dbco-page .dbco-banner__facts{display:grid;grid-template-columns:1fr;gap:10px;width:min(270px,25vw);margin-bottom:6px}
.dbco-page .dbco-banner__fact{padding:14px 17px;border:1px solid rgba(255,255,255,.23);border-radius:16px;background:rgba(4,43,75,.45);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 12px 30px rgba(0,0,0,.10)}
.dbco-page .dbco-banner__fact strong{display:block;color:#fff;font-size:17px;line-height:1.2}
.dbco-page .dbco-banner__fact span{display:block;margin-top:2px;color:rgba(255,255,255,.76);font-size:var(--type-meta)}
.dbco-page .dbco-banner__water{position:absolute;z-index:-1;left:-6%;right:-6%;bottom:-92px;height:150px;pointer-events:none}
.dbco-page .dbco-banner__water i{position:absolute;left:0;width:100%;height:120px;border-radius:50%;border-top:2px solid rgba(119,205,240,.42);background:linear-gradient(180deg,rgba(72,178,224,.11),rgba(255,255,255,.02));transform:rotate(-1.5deg)}
.dbco-page .dbco-banner__water i:nth-child(2){top:22px;transform:rotate(1.3deg);opacity:.65}
.dbco-page .dbco-banner--about{background-position:center 54%}.dbco-page .dbco-banner--about::before{background-position:center 54%}
.dbco-page .dbco-banner--products{background-position:center 52%}.dbco-page .dbco-banner--products::before{background-position:center 52%}
.dbco-page .dbco-banner--projects{background-position:center 55%}.dbco-page .dbco-banner--projects::before{background-position:center 55%}
.dbco-page .dbco-banner--careers{background-position:center 44%}.dbco-page .dbco-banner--careers::before{background-position:center 44%}
.dbco-page .dbco-banner--news{background-position:center 50%}.dbco-page .dbco-banner--news::before{background-position:center 50%}

/* avoid soft browser scaling on content cards */
.dbco-page .brand-card img, .dbco-page .project-card img, .dbco-page .project-feature .media img, .dbco-page .news-card img, .dbco-page .media-stack img, .dbco-page .feature-band img, .dbco-page .culture-gallery img{object-position:center;backface-visibility:hidden}

@media(max-width:1024px){
  .dbco-page .dbco-banner{min-height:520px}
  .dbco-page .dbco-banner__inner{padding-top:70px;padding-bottom:56px;gap:30px}
  .dbco-page .dbco-banner__content{max-width:620px}
  .dbco-page .dbco-banner__facts{width:220px}
  .dbco-page .dbco-banner h1{font-size:var(--type-inner-h1)}
  .dbco-page .dbco-banner p{font-size:16px}
}
@media(max-width:760px){
  .dbco-page .dbco-banner{min-height:520px;align-items:flex-end;background-position:68% center}
  .dbco-page .dbco-banner::before{background-position:68% center}
  .dbco-page .dbco-banner__shade{background:linear-gradient(90deg,rgba(3,34,61,.95) 0%,rgba(3,45,78,.84) 58%,rgba(3,45,78,.54) 100%)}
  .dbco-page .dbco-banner__inner{display:block;padding-top:64px;padding-bottom:34px}
  .dbco-page .dbco-banner__content{max-width:100%;padding:18px 0}
  .dbco-page .dbco-banner__kicker{font-size:11px;letter-spacing:.13em;margin-bottom:10px}
  .dbco-page .dbco-banner h1{font-size:var(--type-inner-h1);max-width:620px;margin-bottom:13px}
  .dbco-page .dbco-banner p{font-size:14px;line-height:1.58;max-width:590px}
  .dbco-page .dbco-banner__cta{min-height:44px;margin-top:18px;padding:0 17px;font-size:13px}
  .dbco-page .dbco-banner__facts{width:100%;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:14px}
  .dbco-page .dbco-banner__fact{padding:10px 9px;border-radius:12px}
  .dbco-page .dbco-banner__fact strong{font-size:13px}
  .dbco-page .dbco-banner__fact span{font-size:var(--type-meta);line-height:1.25}
}
@media(max-width:520px){
  .dbco-page .container{width:min(calc(100% - 28px),var(--container))}
  .dbco-page .dbco-banner{min-height:500px;background-position:66% center}
  .dbco-page .dbco-banner::before{background-position:66% center}
  .dbco-page .dbco-banner__shade{background:linear-gradient(90deg,rgba(2,33,59,.96) 0%,rgba(3,48,82,.84) 66%,rgba(3,48,82,.48) 100%)}
  .dbco-page .dbco-banner__inner{padding-top:48px;padding-bottom:24px}
  .dbco-page .dbco-banner h1{font-size:var(--type-inner-h1);line-height:1.04;letter-spacing:-.04em}
  .dbco-page .dbco-banner p{font-size:13.5px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
  .dbco-page .dbco-banner__facts{grid-template-columns:1fr 1fr 1fr}
  .dbco-page .dbco-banner__fact{min-height:60px}
  .dbco-page .dbco-banner__fact strong{font-size:12px}
  .dbco-page .dbco-banner__fact span{font-size:var(--type-meta)}
}

/* === R21 inner pages: fluid wide content matching the footer geometry.
   1366px => ~1243px content / ~61px breathing room each side.
   Large displays expand progressively up to 1640px, matching the footer. === */
.dbco-page .dbco-banner__inner{
  width:min(calc(100% - 9vw),1640px) !important;
  max-width:1640px !important;
  margin-inline:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.dbco-page .dbco-banner__content{min-width:0}
.dbco-page .dbco-banner__facts{flex:0 0 auto}

/* Load-in: background remains full bleed, only banner content animates. */
.dbco-page .dbco-banner__content,
.dbco-page .dbco-banner__facts{
  opacity:0;
  transform:translate3d(0,22px,0);
  transition:opacity .72s cubic-bezier(.2,.7,.2,1),transform .72s cubic-bezier(.2,.7,.2,1);
}
.dbco-page .dbco-banner__facts{transition-delay:.12s}
.dbco-page.is-ready .dbco-banner__content,
.dbco-page.is-ready .dbco-banner__facts{opacity:1;transform:none}
.dbco-page .dbco-banner::before{transition:transform 1.4s cubic-bezier(.2,.7,.2,1),filter .6s ease}
.dbco-page.is-ready .dbco-banner::before{transform:scale(1.025)}

/* Consistent hover language across all newly integrated pages. */
@media (hover:hover) and (pointer:fine){
  .dbco-page .soft-card,
  .dbco-page .product-card,
  .dbco-page .project-card,
  .dbco-page .news-card,
  .dbco-page .benefit-card,
  .dbco-page .brand-card,
  .dbco-page .process-step,
  .dbco-page .contact-method{
    transition:transform .32s cubic-bezier(.2,.7,.2,1),box-shadow .32s ease,border-color .32s ease,background .32s ease;
  }
  .dbco-page .soft-card:hover,
  .dbco-page .product-card:hover,
  .dbco-page .project-card:hover,
  .dbco-page .news-card:hover,
  .dbco-page .benefit-card:hover,
  .dbco-page .brand-card:hover,
  .dbco-page .process-step:hover,
  .dbco-page .contact-method:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 52px rgba(7,59,104,.13);
    border-color:rgba(68,160,210,.45);
  }
  .dbco-page .product-card img,
  .dbco-page .project-card img,
  .dbco-page .news-card img,
  .dbco-page .brand-card img,
  .dbco-page .media-stack img,
  .dbco-page .culture-mosaic img{
    transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .45s ease;
  }
  .dbco-page .product-card:hover img,
  .dbco-page .project-card:hover img,
  .dbco-page .news-card:hover img,
  .dbco-page .brand-card:hover img,
  .dbco-page .media-stack:hover img,
  .dbco-page .culture-mosaic:hover img{transform:scale(1.035)}
  .dbco-page .dbco-banner__cta:hover span,
  .dbco-page .btn:hover span{transform:translateX(3px)}
  .dbco-page .dbco-banner__cta span,
  .dbco-page .btn span{display:inline-block;transition:transform .25s ease}
}

/* Contact page */
.dbco-page .dbco-banner--contact{background-position:center 54%}
.dbco-page .dbco-banner--contact::before{background-position:center 54%}
.dbco-page .contact-banner-facts .dbco-banner__fact strong{font-size:15px;overflow-wrap:anywhere}
.dbco-page .contact-overview{display:block}
.dbco-page .contact-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.dbco-page .contact-method{position:relative;min-width:0;display:grid;grid-template-columns:58px minmax(0,1fr);grid-template-rows:auto auto auto;column-gap:16px;align-items:start;padding:24px;border:1px solid var(--dbco-line);border-radius:24px;background:linear-gradient(180deg,#fff,#f8fcff);box-shadow:var(--dbco-shadow-soft)}
.dbco-page .contact-method .icon-circle{grid-row:1/4;width:54px;height:54px;border-radius:17px}
.dbco-page .contact-method small{color:#7d93a4;font-size:var(--type-meta);font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.dbco-page .contact-method strong{min-width:0;color:var(--dbco-navy);font-size:17px;line-height:1.35;overflow-wrap:anywhere}
.dbco-page .contact-method em{min-width:0;margin-top:3px;color:var(--dbco-muted);font-size:12px;font-style:normal;line-height:1.45;overflow-wrap:anywhere}
.dbco-page .contact-main{background:linear-gradient(180deg,#fff 0%,#f8fcff 100%)}
.dbco-page .contact-main-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);gap:64px;align-items:start}
.dbco-page .contact-copy{max-width:none}
.dbco-page .contact-copy .page-body-copy{margin-top:18px;color:var(--dbco-muted)}
.dbco-page .contact-promises{display:grid;gap:0;margin-top:30px;border-top:1px solid var(--dbco-line)}
.dbco-page .contact-promises>div{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid var(--dbco-line)}
.dbco-page .contact-promises strong{color:var(--dbco-blue);font-size:13px;letter-spacing:.08em}
.dbco-page .contact-promises span{color:var(--dbco-ink);font-weight:750}
.dbco-page .contact-socials{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:26px}
.dbco-page .contact-socials>span{width:100%;margin-bottom:3px;color:var(--dbco-muted);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.dbco-page .contact-socials a{padding:7px 11px;border:1px solid var(--dbco-line);border-radius:999px;background:#fff;color:var(--dbco-navy);font-size:11px;font-weight:750;transition:.25s}
.dbco-page .contact-socials a:hover{color:#fff;background:var(--dbco-blue);border-color:var(--dbco-blue)}
.dbco-page .contact-form-card{padding:34px;border:1px solid #d7e6ef;border-radius:30px;background:#fff;box-shadow:0 24px 64px rgba(7,59,104,.11)}
.dbco-page .contact-form-head{margin-bottom:24px}
.dbco-page .contact-form-head>span{color:var(--dbco-blue);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.dbco-page .contact-form-head h3{margin:6px 0 7px;font-size:28px;color:var(--dbco-navy)}
.dbco-page .contact-form-head p{margin:0;font-size:13px}
.dbco-page .contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.dbco-page .contact-form-grid label{display:grid;gap:7px;min-width:0}
.dbco-page .contact-form-grid label>span{color:#49657a;font-size:11px;font-weight:800}
.dbco-page .contact-form-grid input,
.dbco-page .contact-form-grid textarea{width:100%;border:1px solid #ccdce7;border-radius:14px;background:#fbfdff;color:var(--dbco-ink);outline:none;padding:12px 14px;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease}
.dbco-page .contact-form-grid input{min-height:48px}
.dbco-page .contact-form-grid textarea{resize:vertical;min-height:150px}
.dbco-page .contact-form-grid input:focus,
.dbco-page .contact-form-grid textarea:focus{border-color:#5fb4df;background:#fff;box-shadow:0 0 0 4px rgba(68,165,218,.10)}
.dbco-page .contact-form-grid .full{grid-column:1/-1}
.dbco-page .contact-form-grid button.full{width:100%;min-height:52px;border:0;cursor:pointer}
.dbco-page .contact-alert{margin:0 0 18px;padding:12px 14px;border-radius:12px;font-size:13px;font-weight:700}
.dbco-page .contact-alert.success{color:#17603c;background:#ebf9f1;border:1px solid #bee8d0}
.dbco-page .contact-alert.error{color:#8a2d2d;background:#fff1f1;border:1px solid #f2caca}
.dbco-page .office-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 38px;border:1px solid #d8e9f2;border-radius:28px;background:linear-gradient(135deg,#edf9ff,#fff 58%,#e7f6fd);box-shadow:var(--dbco-shadow-soft)}
.dbco-page .office-panel>div{max-width:760px}
.dbco-page .office-panel h2{font-size:var(--type-page-h2)}
.dbco-page .office-panel p{margin-bottom:0}

@media(max-width:1024px){
  .dbco-page .dbco-banner__inner{width:calc(100% - 40px) !important;max-width:none !important}
  .dbco-page .contact-method-grid{grid-template-columns:1fr 1fr}
  .dbco-page .contact-method:last-child{grid-column:1/-1}
  .dbco-page .contact-main-grid{grid-template-columns:1fr;gap:38px}
}
@media(max-width:760px){
  .dbco-page .dbco-banner__inner{width:calc(100% - 36px) !important;max-width:none !important}
  .dbco-page .contact-method-grid{grid-template-columns:1fr}
  .dbco-page .contact-method:last-child{grid-column:auto}
  .dbco-page .contact-form-card{padding:24px 18px;border-radius:24px}
  .dbco-page .contact-form-grid{grid-template-columns:1fr}
  .dbco-page .contact-form-grid .full{grid-column:auto}
  .dbco-page .office-panel{align-items:flex-start;flex-direction:column;padding:26px 22px}
  .dbco-page .office-panel .btn{width:100%}
}
@media(max-width:520px){
  .dbco-page .dbco-banner__inner{width:calc(100% - 28px) !important;max-width:none !important}
  .dbco-page .contact-method{grid-template-columns:48px minmax(0,1fr);padding:18px;border-radius:19px}
  .dbco-page .contact-method .icon-circle{width:46px;height:46px;border-radius:14px}
  .dbco-page .contact-method strong{font-size:15px}
  .dbco-page .contact-main{padding-top:58px;padding-bottom:58px}
  .dbco-page .contact-form-head h3{font-size:24px}
}

@media(prefers-reduced-motion:reduce){
  .dbco-page .dbco-banner__content,
  .dbco-page .dbco-banner__facts,
  .dbco-page .reveal{opacity:1 !important;transform:none !important;transition:none !important}
}

@media(max-width:760px){
  .dbco-page .container,
  .dbco-page .dbco-banner__inner{width:calc(100% - 36px) !important;max-width:none !important}
}
@media(max-width:520px){
  .dbco-page .container,
  .dbco-page .dbco-banner__inner{width:calc(100% - 28px) !important}
}

/* === R23 / Stage 3 · inner pages mobile contract ======================== */
@media(max-width:680px){
  .dbco-page{overflow:clip}
  .dbco-page input,.dbco-page select,.dbco-page textarea{font-size:16px}
  .dbco-page .filter-search,.dbco-page .jobs-filter input,.dbco-page .jobs-filter select,.dbco-page .product-sort-form select{min-height:48px;height:48px}
  .dbco-page .filter-toggle,.dbco-page .product-sort-form .btn,.dbco-page .chip,.dbco-page .job-row .btn,.dbco-page .btn-link,.dbco-page .dbco-banner__cta{min-height:44px}
  .dbco-page .chip{display:inline-flex;align-items:center;padding-block:8px}
  .dbco-page .btn-link{align-items:center}
  .dbco-page .contact-form-grid label>span,.dbco-page .contact-form-head>span,.dbco-page .contact-method small,.dbco-page .dbco-banner__kicker{font-size:12px}
  .dbco-page .dbco-banner__fact span{font-size:var(--type-meta);line-height:1.35}
  .dbco-page .product-sort-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
  .dbco-page .product-sort-form select{width:100%;min-width:0}
  .dbco-page .product-sort-form .btn{min-width:88px}
  .dbco-page .jobs-filter{gap:10px}
  .dbco-page .jobs-filter input,.dbco-page .jobs-filter select{width:100%;min-width:0}
  .dbco-page .dbco-banner{overflow:clip}
}
@media(max-width:430px){
  .dbco-page .container,.dbco-page .dbco-banner__inner{width:calc(100% - 28px)!important}
  .dbco-page .product-sort-form{grid-template-columns:1fr}
  .dbco-page .product-sort-form .btn{width:100%}
  .dbco-page .section-heading{gap:16px}
}

/* === R24 / Stage 4 · consent + careers workflow ======================== */
.dbco-page .contact-form-grid select{
  width:100%;min-height:48px;border:1px solid #ccdce7;border-radius:14px;background:#fbfdff;color:var(--dbco-ink);outline:none;padding:0 14px;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease
}
.dbco-page .contact-form-grid select:focus{border-color:#5fb4df;background:#fff;box-shadow:0 0 0 4px rgba(68,165,218,.10)}
.dbco-page .form-consent{display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;gap:10px!important;align-items:start;padding:13px 14px;border:1px solid #d9e7ef;border-radius:14px;background:#f8fcff}
.dbco-page .form-consent input{width:18px!important;height:18px!important;min-height:0!important;margin:1px 0 0;padding:0;accent-color:var(--dbco-blue)}
.dbco-page .form-consent>span{font-size:12px!important;line-height:1.55;font-weight:650!important;color:#5d7487!important}
.dbco-page .career-application{background:linear-gradient(180deg,#fff 0%,#f4faff 100%)}
.dbco-page .career-application-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);gap:64px;align-items:start}
.dbco-page .career-application-copy{position:sticky;top:108px}
.dbco-page .career-application-copy h2{font-size:var(--type-section-h2);max-width:720px}
.dbco-page .career-application-copy .lead{max-width:650px}
.dbco-page .application-points{display:grid;margin-top:30px;border-top:1px solid var(--dbco-line)}
.dbco-page .application-points>div{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid var(--dbco-line)}
.dbco-page .application-points strong{color:var(--dbco-blue);font-size:13px;letter-spacing:.08em}
.dbco-page .application-points span{color:var(--dbco-ink);font-size:13px;font-weight:750}
.dbco-page .career-application-form{padding:34px;border:1px solid #d7e6ef;border-radius:30px;background:#fff;box-shadow:0 24px 64px rgba(7,59,104,.11)}
.dbco-page .application-file{height:auto!important;min-height:52px!important;padding:10px!important;background:#fff!important}
.dbco-page .application-file::file-selector-button{margin-right:12px;padding:8px 12px;border:0;border-radius:9px;background:#eaf6fc;color:var(--dbco-blue);font-weight:800;cursor:pointer}
.dbco-page .contact-form-grid label>span small{font-size:var(--type-meta);font-weight:650;color:#8295a5}
#ung-tuyen{scroll-margin-top:90px}

@media(max-width:1024px){
  .dbco-page .career-application-grid{grid-template-columns:1fr;gap:38px}
  .dbco-page .career-application-copy{position:static}
}
@media(max-width:760px){
  .dbco-page .career-application-form{padding:24px 18px;border-radius:24px}
  .dbco-page .career-application-copy h2{font-size:var(--type-section-h2)}
}

/* ================================================================
   R25.1 ULTRAWIDE INNER PAGES
   Full-bleed banner image + centered 1920px readable content shell.
   ================================================================ */
@media (min-width: 2400px) {
  .dbco-page {
    --container: 1920px;
  }
  .dbco-page .container {
    width: min(calc(100% - 12vw), var(--container));
  }
  .dbco-page .dbco-banner__inner {
    width: min(calc(100% - 12vw), 1920px) !important;
    max-width: 1920px !important;
    margin-inline: auto !important;
  }
  .dbco-page .dbco-banner__content {
    max-width: 780px;
  }
  .dbco-page .dbco-banner__facts {
    width: 300px;
  }
  .dbco-page .dbco-banner h1 {
    max-width: 780px;
    font-size: var(--type-inner-h1);
  }
  .dbco-page .dbco-banner p {
    max-width: 720px;
    font-size: 18px;
  }
  .dbco-page .section-heading .copy,
  .dbco-page .lead {
    max-width: 820px;
  }
}

/* ========================================================================
   R28.12 - Projects / News editorial showcase refresh
   Reference: supplied DBCO featured-project composition.
   ======================================================================== */
.dbco-page .editorial-showcase-heading{
  margin:0 auto 40px;
}
.dbco-page .editorial-showcase-heading .eyebrow{
  margin-bottom:14px;
}
.dbco-page .editorial-showcase-heading h2{
  max-width:900px;
  margin:0;
  color:#0b3459;
  font-size:var(--type-section-h2);
  line-height:1.08;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.dbco-page .editorial-showcase-heading>p{
  max-width:900px;
  margin:16px 0 0;
  color:#6d8191;
  font-size:16px;
  line-height:1.7;
  text-transform:none;
}

.dbco-page .project-feature-section--reference,
.dbco-page .news-feature-section--reference{
  padding:68px 0 62px;
  background:#fff;
}
.dbco-page .project-feature-reference,
.dbco-page .news-feature-reference{
  margin:0 auto;
  border:1px solid #d5e4ee;
  border-radius:30px;
  background:#fff;
  box-shadow:0 20px 54px rgba(5,45,78,.08);
  overflow:hidden;
}

/* Featured project mirrors the supplied reference: image left, clean facts right. */
.dbco-page .project-feature-reference .project-feature-media{
  min-height:420px;
  background:#e8f1f7;
}
.dbco-page .project-feature-reference .project-feature-media img{
  transform:none;
}
.dbco-page .project-feature-reference .project-feature-media:hover img{
  transform:scale(1.025);
}
.dbco-page .project-feature-reference .project-feature-overlay{
  background:linear-gradient(180deg,rgba(2,28,53,.03),rgba(2,28,53,.22));
}
.dbco-page .project-feature-category{
  position:absolute;
  z-index:2;
  top:20px;
  left:20px;
  max-width:calc(100% - 40px);
  padding:8px 13px;
  border-radius:999px;
  color:#fff;
  background:rgba(5,57,97,.92);
  font-size:11px;
  font-weight:800;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  box-shadow:0 8px 20px rgba(0,31,59,.13);
}
.dbco-page .project-feature-reference .project-feature-copy{
  min-width:0;
  padding:42px 44px 38px;
  justify-content:center;
}
.dbco-page .project-feature-reference .project-feature-copy>.eyebrow{
  margin-bottom:8px;
}
.dbco-page .project-feature-reference .project-feature-copy h2{
  margin:6px 0 14px;
  color:#062f54;
  font-size:clamp(30px,2.7vw,44px);
  line-height:1.12;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
  overflow:hidden;
}
.dbco-page .project-feature-reference .project-feature-summary{
  min-height:0;
  color:#60778a;
  font-size:15px;
  line-height:1.72;
  -webkit-line-clamp:3;
  line-clamp:3;
  text-transform:none;
}
.dbco-page .project-feature-metrics{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
  margin:28px 0 24px;
  border-top:0;
}
.dbco-page .project-feature-metrics>div{
  min-width:0;
  min-height:82px;
  padding:5px 18px 5px 16px;
  border-left:2px solid #dbe8f1;
}
.dbco-page .project-feature-metrics strong{
  display:block;
  color:#06345b;
  font-size:clamp(17px,1.35vw,21px);
  line-height:1.35;
  overflow-wrap:break-word;
}
.dbco-page .project-feature-metrics strong small{
  font-size:.72em;
  font-weight:750;
}
.dbco-page .project-feature-metrics span{
  display:block;
  margin-top:8px;
  color:#8395a3;
  font-size:11px;
  font-weight:500;
  line-height:1.3;
  letter-spacing:0;
  text-transform:none;
}
.dbco-page .project-feature-reference .project-feature-link{
  min-height:50px;
  justify-content:center;
  gap:14px;
  margin-top:0;
  padding:0 22px;
  border:1px solid #9fc9e1;
  border-radius:999px;
  color:#073b68;
  background:#fff;
  font-size:13px;
  font-weight:800;
}
.dbco-page .project-feature-reference .project-feature-link b{
  width:auto;
  height:auto;
  border-radius:0;
  color:#0a6eae;
  background:transparent;
  font-size:18px;
}
.dbco-page .project-feature-reference .project-feature-link:hover{
  color:#fff;
  border-color:#0877c9;
  background:#0877c9;
  box-shadow:0 12px 26px rgba(8,119,201,.16);
}
.dbco-page .project-feature-reference .project-feature-link:hover b{
  color:#fff;
  background:transparent;
  transform:translateX(4px);
}

/* Featured news uses the same visual rhythm, with the content remaining editorial. */
.dbco-page .news-feature-reference .news-feature-media{
  min-height:410px;
  background:#e8f1f7;
}
.dbco-page .news-feature-reference .news-feature-shade{
  background:linear-gradient(180deg,rgba(2,28,53,.02),rgba(2,28,53,.28));
}
.dbco-page .news-feature-reference .news-feature-badge{
  top:20px;
  bottom:auto;
  left:20px;
  max-width:calc(100% - 40px);
  padding:8px 13px;
  color:#fff;
  background:rgba(5,57,97,.92);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.dbco-page .news-feature-reference .news-feature-copy{
  min-width:0;
  padding:42px 44px 38px;
}
.dbco-page .news-feature-reference .news-feature-copy>.eyebrow{
  margin-bottom:7px;
}
.dbco-page .news-feature-reference .news-feature-meta{
  margin:3px 0 0;
}
.dbco-page .news-feature-reference .news-feature-copy h2{
  margin:12px 0 14px;
  color:#062f54;
  font-size:clamp(30px,2.7vw,44px);
  line-height:1.12;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  line-clamp:3;
  overflow:hidden;
}
.dbco-page .news-feature-reference .news-feature-copy>p{
  color:#60778a;
  font-size:15px;
  line-height:1.72;
  -webkit-line-clamp:3;
  line-clamp:3;
  text-transform:none;
}
.dbco-page .news-feature-reference .news-feature-link{
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:24px;
  padding:0 22px;
  border:1px solid #9fc9e1;
  border-radius:999px;
  color:#073b68;
  background:#fff;
  font-size:13px;
  font-weight:800;
}
.dbco-page .news-feature-reference .news-feature-link b{
  color:#0a6eae;
  font-size:18px;
  transition:transform .24s ease;
}
.dbco-page .news-feature-reference .news-feature-link:hover{
  color:#fff;
  border-color:#0877c9;
  background:#0877c9;
  box-shadow:0 12px 26px rgba(8,119,201,.16);
}
.dbco-page .news-feature-reference .news-feature-link:hover b{
  color:#fff;
  transform:translateX(4px);
}

/* News listing is exactly three cards per row on desktop. */
.dbco-page.news-page-v2 .news-grid-v2{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.dbco-page.news-page-v2 .news-list-card{
  min-width:0;
}
.dbco-page.news-page-v2 .news-list-body h3{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
  overflow:hidden;
}
.dbco-page.news-page-v2 .news-list-body>p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  line-clamp:3;
  overflow:hidden;
  text-transform:none;
}

@media(max-width:1180px){
  .dbco-page .editorial-showcase-heading{
    margin-bottom:30px;
  }
  .dbco-page .editorial-showcase-heading h2{
    font-size:var(--type-section-h2);
  }
  .dbco-page .project-feature-reference,
  .dbco-page .news-feature-reference{
    grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr);
  }
  .dbco-page .project-feature-reference .project-feature-copy,
  .dbco-page .news-feature-reference .news-feature-copy{
    padding:34px 30px;
  }
  .dbco-page.news-page-v2 .news-grid-v2{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:860px){
  .dbco-page .project-feature-section--reference,
  .dbco-page .news-feature-section--reference{
    padding:46px 0 44px;
  }
  .dbco-page .editorial-showcase-heading{
    margin-bottom:24px;
  }
  .dbco-page .editorial-showcase-heading h2{
    font-size:var(--type-section-h2);
  }
  .dbco-page .editorial-showcase-heading>p{
    font-size:14px;
  }
  .dbco-page .project-feature-reference,
  .dbco-page .news-feature-reference{
    grid-template-columns:1fr;
    border-radius:22px;
  }
  .dbco-page .project-feature-reference .project-feature-media,
  .dbco-page .news-feature-reference .news-feature-media{
    min-height:0;
    aspect-ratio:16/10;
  }
  .dbco-page .project-feature-reference .project-feature-copy,
  .dbco-page .news-feature-reference .news-feature-copy{
    padding:28px 24px 26px;
  }
}

@media(max-width:640px){
  .dbco-page .editorial-showcase-heading h2{
    font-size:var(--type-section-h2);
    line-height:1.1;
  }
  .dbco-page .project-feature-metrics{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px 0;
    margin:23px 0 20px;
  }
  .dbco-page .project-feature-metrics>div{
    min-height:68px;
  }
  .dbco-page.news-page-v2 .news-grid-v2{
    grid-template-columns:1fr;
    gap:16px;
  }
  .dbco-page .project-feature-reference .project-feature-copy h2,
  .dbco-page .news-feature-reference .news-feature-copy h2{
    font-size:28px;
  }
}

/* Keep project/news card copy aligned even with imported long titles. */
.dbco-page.project-page-v2 .project-list-body h3{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
  overflow:hidden;
}
.dbco-page.project-page-v2 .project-list-body>p,
.dbco-page.news-page-v2 .news-list-body>p{
  word-break:normal;
  overflow-wrap:break-word;
  text-transform:none!important;
}

/* ========================================================================
   R28.13 - Restore left editorial column + full-width featured alignment
   Projects / News listing follows the supplied demo rhythm without shrinking
   the two featured blocks inside the page container.
   ======================================================================== */
.dbco-page .editorial-showcase-heading{
  width:100%;
  max-width:none;
  margin-left:0;
  margin-right:0;
}
.dbco-page .project-feature-reference,
.dbco-page .news-feature-reference{
  display:grid;
  width:100%;
  max-width:none!important;
  margin-left:0;
  margin-right:0;
}
.dbco-page .project-feature-reference .project-feature-media,
.dbco-page .news-feature-reference .news-feature-media,
.dbco-page .project-feature-reference .project-feature-copy,
.dbco-page .news-feature-reference .news-feature-copy{
  min-width:0;
}
.dbco-page .project-feature-reference{
  grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr);
}
.dbco-page .news-feature-reference{
  grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);
}
.dbco-page .project-feature-reference .project-feature-media,
.dbco-page .news-feature-reference .news-feature-media{
  min-height:440px;
}

/* Shared left column for Projects / News indexes. */
.dbco-page .editorial-index-layout{
  display:grid;
  grid-template-columns:minmax(240px,280px) minmax(0,1fr);
  gap:32px;
  align-items:start;
}
.dbco-page .editorial-index-content{
  min-width:0;
}
.dbco-page .editorial-index-sidebar{
  display:grid;
  gap:18px;
  position:sticky;
  top:104px;
  min-width:0;
}
.dbco-page .editorial-sidebar-box{
  min-width:0;
  padding:22px;
  border:1px solid #dce8f0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 30px rgba(6,43,72,.055);
}
.dbco-page .editorial-sidebar-kicker{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:8px;
  color:#0b6fb3;
  font-size:var(--type-meta);
  line-height:1.4;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.dbco-page .editorial-sidebar-kicker::before{
  content:"";
  width:22px;
  height:2px;
  border-radius:999px;
  background:#cda657;
}
.dbco-page .editorial-sidebar-box>h3{
  margin:0 0 16px;
  color:#0b3459;
  font-size:21px;
  line-height:1.25;
}
.dbco-page .editorial-sidebar-filter{
  display:grid;
  border-top:1px solid #e6eef3;
}
.dbco-page .editorial-sidebar-filter-btn{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  width:100%;
  min-height:46px;
  padding:10px 0;
  border:0;
  border-bottom:1px solid #e6eef3;
  color:#526d80;
  background:transparent;
  text-align:left;
  font-size:13px;
  font-weight:700;
  transition:color .2s ease,padding .2s ease;
}
.dbco-page .editorial-sidebar-filter-btn span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}
.dbco-page .editorial-sidebar-filter-btn b{
  display:grid;
  place-items:center;
  min-width:28px;
  height:28px;
  padding:0 7px;
  border-radius:999px;
  color:#6e8798;
  background:#f1f7fa;
  font-size:var(--type-meta);
  line-height:1;
}
.dbco-page .editorial-sidebar-filter-btn:hover,
.dbco-page .editorial-sidebar-filter-btn.active{
  padding-left:7px;
  color:#0877c9;
}
.dbco-page .editorial-sidebar-filter-btn.active b{
  color:#fff;
  background:#0877c9;
}
.dbco-page .editorial-sidebar-feature-media{
  display:block;
  overflow:hidden;
  margin:4px 0 14px;
  border-radius:15px;
  background:#eaf2f7;
  aspect-ratio:16/10;
}
.dbco-page .editorial-sidebar-feature-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.dbco-page .editorial-sidebar-feature-media:hover img{
  transform:scale(1.045);
}
.dbco-page .editorial-sidebar-feature h3{
  margin:0 0 8px;
  font-size:17px;
  line-height:1.35;
}
.dbco-page .editorial-sidebar-feature p{
  margin:0;
  color:#758b9b;
  font-size:12px;
}
.dbco-page .editorial-sidebar-link{
  display:inline-flex;
  gap:7px;
  align-items:center;
  margin-top:13px;
  color:#0877c9;
  font-size:12px;
  font-weight:850;
}
.dbco-page .editorial-sidebar-link span{
  transition:transform .2s ease;
}
.dbco-page .editorial-sidebar-link:hover span{
  transform:translateX(4px);
}
.dbco-page .editorial-mini-list{
  display:grid;
  gap:0;
  margin-top:4px;
}
.dbco-page .editorial-mini-item{
  display:grid;
  grid-template-columns:76px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:12px 0;
  border-top:1px solid #e6eef3;
}
.dbco-page .editorial-mini-item:first-child{
  border-top:0;
  padding-top:2px;
}
.dbco-page .editorial-mini-media{
  display:block;
  overflow:hidden;
  width:76px;
  height:58px;
  border-radius:11px;
  background:#eaf2f7;
}
.dbco-page .editorial-mini-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.dbco-page .editorial-mini-copy{
  min-width:0;
}
.dbco-page .editorial-mini-copy strong{
  display:-webkit-box;
  overflow:hidden;
  color:#153d5a;
  font-size:12px;
  line-height:1.4;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
}
.dbco-page .editorial-mini-copy small{
  display:block;
  margin-top:5px;
  color:#8999a5;
  font-size:var(--type-meta);
}

/* Keep the requested desktop densities inside the wider main column. */
.dbco-page.project-page-v2 .editorial-index-content .project-grid-v2{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.dbco-page.news-page-v2 .editorial-index-content .news-grid-v2{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

@media(max-width:1500px){
  .dbco-page.project-page-v2 .editorial-index-content .project-grid-v2{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:1320px){
  .dbco-page .editorial-index-layout{
    grid-template-columns:minmax(225px,250px) minmax(0,1fr);
    gap:26px;
  }
  .dbco-page.project-page-v2 .editorial-index-content .project-grid-v2,
  .dbco-page.news-page-v2 .editorial-index-content .news-grid-v2{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .dbco-page .project-feature-reference,
  .dbco-page .news-feature-reference{
    grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);
  }
}
@media(max-width:1080px){
  .dbco-page .editorial-index-layout{
    grid-template-columns:1fr;
  }
  .dbco-page .editorial-index-sidebar{
    position:static;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .dbco-page.project-page-v2 .editorial-index-content .project-grid-v2,
  .dbco-page.news-page-v2 .editorial-index-content .news-grid-v2{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:860px){
  .dbco-page .project-feature-reference,
  .dbco-page .news-feature-reference{
    grid-template-columns:1fr;
  }
  .dbco-page .project-feature-reference .project-feature-media,
  .dbco-page .news-feature-reference .news-feature-media{
    min-height:0;
    aspect-ratio:16/10;
  }
}
@media(max-width:680px){
  .dbco-page .editorial-index-sidebar{
    grid-template-columns:1fr;
  }
  .dbco-page .editorial-sidebar-box{
    padding:18px;
    border-radius:18px;
  }
  .dbco-page.project-page-v2 .editorial-index-content .project-grid-v2,
  .dbco-page.news-page-v2 .editorial-index-content .news-grid-v2{
    grid-template-columns:1fr;
  }
}

/* ========================================================================
   R28.14 - Product catalog rebuild
   Real CMS category tree, balanced card copy, professional product grid.
   ======================================================================== */
.dbco-page.product-page-v2 .product-category-showcase{
  position:relative;
  background:#fff;
}
.dbco-page.product-page-v2 .product-category-showcase::before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  right:-170px;
  top:30px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(68,174,224,.12),rgba(68,174,224,0) 70%);
  pointer-events:none;
}
.dbco-page.product-page-v2 .product-category-cards{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.dbco-page.product-page-v2 .product-category-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #dce8f1;
  border-radius:24px;
  background:#fff;
  box-shadow:0 8px 28px rgba(7,59,104,.055);
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.dbco-page.product-page-v2 .product-category-card:hover{
  transform:translateY(-6px);
  border-color:#bdd7e7;
  box-shadow:0 20px 48px rgba(7,59,104,.11);
}
.dbco-page.product-page-v2 .product-category-card__media{
  position:relative;
  display:block;
  overflow:hidden;
  aspect-ratio:16/10;
  background:linear-gradient(145deg,#edf7fc,#f8fbfd);
}
.dbco-page.product-page-v2 .product-category-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(5,48,82,0) 48%,rgba(5,48,82,.16));
  pointer-events:none;
}
.dbco-page.product-page-v2 .product-category-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease;
}
.dbco-page.product-page-v2 .product-category-card:hover .product-category-card__media img{transform:scale(1.045)}
.dbco-page.product-page-v2 .product-category-card__media>span{
  position:absolute;
  z-index:2;
  left:16px;
  top:15px;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:50%;
  color:#fff;
  background:rgba(5,50,86,.76);
  backdrop-filter:blur(7px);
  font-size:var(--type-meta);
  font-weight:900;
  letter-spacing:.08em;
}
.dbco-page.product-page-v2 .product-category-card__body{padding:20px 20px 22px}
.dbco-page.product-page-v2 .product-category-card__meta{
  margin-bottom:7px;
  color:#8094a3;
  font-size:var(--type-meta);
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.dbco-page.product-page-v2 .product-category-card__meta span{color:#0b6fb3}
.dbco-page.product-page-v2 .product-category-card h3{
  margin:0 0 9px;
  color:#0a385f;
  font-size:clamp(19px,1.5vw,23px);
  line-height:1.25;
}
.dbco-page.product-page-v2 .product-category-card h3 a{transition:color .2s ease}
.dbco-page.product-page-v2 .product-category-card h3 a:hover{color:#0b78bf}
.dbco-page.product-page-v2 .product-category-card p{
  display:-webkit-box;
  min-height:4.65em;
  margin:0 0 15px;
  overflow:hidden;
  color:#6e8393;
  font-size:13px;
  line-height:1.55;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  line-clamp:3;
}
.dbco-page.product-page-v2 .product-category-card__link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#0b72b7;
  font-size:12px;
  font-weight:850;
}
.dbco-page.product-page-v2 .product-category-card__link span{transition:transform .2s ease}
.dbco-page.product-page-v2 .product-category-card__link:hover span{transform:translateX(4px)}

.dbco-page.product-page-v2 .product-catalog-section{padding-top:72px}
.dbco-page.product-page-v2 .product-catalog-layout{
  display:grid;
  grid-template-columns:minmax(265px,300px) minmax(0,1fr);
  gap:34px;
  align-items:start;
}
.dbco-page.product-page-v2 .product-catalog-sidebar-wrap{min-width:0}
.dbco-page.product-page-v2 .product-category-sidebar{
  overscroll-behavior:contain;
  border:1px solid #d9e7ef;
  border-radius:24px;
  background:rgba(255,255,255,.96);
  box-shadow:0 14px 38px rgba(7,59,104,.07);
  scrollbar-width:thin;
  scrollbar-color:#bed7e6 transparent;
}
.dbco-page.product-page-v2 .product-category-sidebar::-webkit-scrollbar{width:5px}
.dbco-page.product-page-v2 .product-category-sidebar::-webkit-scrollbar-thumb{border-radius:999px;background:#bed7e6}
.dbco-page.product-page-v2 .product-sidebar-head{margin-bottom:17px}
.dbco-page.product-page-v2 .product-sidebar-head .eyebrow{font-size:var(--type-meta);margin-bottom:6px}
.dbco-page.product-page-v2 .product-sidebar-head h3{margin:0;color:#123d5d}
.dbco-page.product-page-v2 .product-sidebar-search{position:relative;margin-bottom:18px}
.dbco-page.product-page-v2 .product-sidebar-search svg{
  position:absolute;
  z-index:1;
  left:12px;
  top:50%;
  width:17px;
  height:17px;
  color:#6c8799;
  transform:translateY(-50%);
}
.dbco-page.product-page-v2 .product-sidebar-search .filter-search{
  height:46px;
  padding-left:39px;
  border-color:#d6e4ed;
  background:#f9fcfe;
}
.dbco-page.product-page-v2 .product-sidebar-search .filter-search:focus{
  border-color:#75b8df;
  box-shadow:0 0 0 3px rgba(11,111,179,.08);
}
.dbco-page.product-page-v2 .product-category-tree{display:grid}
.dbco-page.product-page-v2 .product-category-tree a{
  min-width:0;
  transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease;
}
.dbco-page.product-page-v2 .product-category-tree a span{
  min-width:0;
  overflow-wrap:anywhere;
}
.dbco-page.product-page-v2 .product-category-tree a b{
  flex:0 0 auto;
  min-width:28px;
  padding:5px 7px;
  border-radius:999px;
  color:#728b9d;
  background:#eef5f8;
  font-size:var(--type-meta);
  line-height:1;
  text-align:center;
}
.dbco-page.product-page-v2 .product-category-tree__all,
.dbco-page.product-page-v2 .product-tree-root__link,
.dbco-page.product-page-v2 .product-tree-branch>a,
.dbco-page.product-page-v2 .product-tree-leaves>a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.dbco-page.product-page-v2 .product-category-tree__all{
  border:1px solid #e1ebf1;
  border-radius:12px;
  color:#355b72;
  background:#fff;
  font-weight:800;
}
.dbco-page.product-page-v2 .product-category-tree__all:hover,
.dbco-page.product-page-v2 .product-category-tree__all.active{
  color:#fff;
  border-color:#0b6fb3;
  background:linear-gradient(135deg,#0b74b9,#07558e);
}
.dbco-page.product-page-v2 .product-category-tree__all.active b,
.dbco-page.product-page-v2 .product-category-tree__all:hover b{color:#0a619d;background:#fff}
.dbco-page.product-page-v2 .product-tree-root{
  border:1px solid #e3ecf2;
  background:#fff;
}
.dbco-page.product-page-v2 .product-tree-root__link{
  color:#123f61;
  font-weight:900;
  letter-spacing:.015em;
}
.dbco-page.product-page-v2 .product-tree-root__link:hover,
.dbco-page.product-page-v2 .product-tree-root.is-current>.product-tree-root__link{color:#0877c9;background:#f0f8fd}
.dbco-page.product-page-v2 .product-tree-children{border-top:1px solid #edf2f5;background:#fbfdfe}
.dbco-page.product-page-v2 .product-tree-branch>a{
  color:#526f82;
  border-bottom:1px solid #edf2f5;
  font-weight:800;
}
.dbco-page.product-page-v2 .product-tree-branch.is-current>a,
.dbco-page.product-page-v2 .product-tree-branch>a:hover{color:#0b71b5}
.dbco-page.product-page-v2 .product-tree-leaves{display:grid}
.dbco-page.product-page-v2 .product-tree-leaves>a{
  border-left:2px solid #dce9f1;
  color:#718797;
  font-weight:700;
}
.dbco-page.product-page-v2 .product-tree-leaves>a:hover,
.dbco-page.product-page-v2 .product-tree-leaves>a.active{
  color:#0877c9;
  border-left-color:#cda657;
  background:#f6fbfe;
}
.dbco-page.product-page-v2 .product-catalog-content{min-width:0}
.dbco-page.product-page-v2 .product-toolbar-v2{
  min-height:92px;
  margin-bottom:22px;
  padding:0 0 20px;
  border-bottom:1px solid #dce8f0;
}
.dbco-page.product-page-v2 .product-toolbar-v2 .eyebrow{margin-bottom:4px;font-size:var(--type-meta)}
.dbco-page.product-page-v2 .product-toolbar-v2 h2{margin:0;color:#0c395d;font-size:clamp(28px,2.5vw,38px);line-height:1.15}
.dbco-page.product-page-v2 .product-toolbar-v2 p{margin:5px 0 0;color:#8598a6;font-size:11px}
.dbco-page.product-page-v2 .product-sort-form select{min-width:145px}
.dbco-page.product-page-v2 .product-grid-v2{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.dbco-page.product-page-v2 .product-card-v2{
  min-width:0;
  border:1px solid #dce7ee;
  border-radius:20px;
  background:#fff;
  box-shadow:0 7px 22px rgba(7,59,104,.045);
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.dbco-page.product-page-v2 .product-card-v2:hover{
  transform:translateY(-6px);
  border-color:#bdd7e7;
  box-shadow:0 18px 42px rgba(7,59,104,.105);
}
.dbco-page.product-page-v2 .product-card-v2__media{
  position:relative;
  display:block;
  overflow:hidden;
  aspect-ratio:1.24;
  padding:14px;
  background:linear-gradient(180deg,#fbfdff,#edf5f9);
}
.dbco-page.product-page-v2 .product-card-v2__media img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:13px;
  transition:transform .45s ease;
}
.dbco-page.product-page-v2 .product-card-v2:hover .product-card-v2__media img{transform:scale(1.04)}
.dbco-page.product-page-v2 .product-card-v2 .tag{z-index:2;left:13px;top:13px;max-width:calc(100% - 66px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dbco-page.product-page-v2 .product-card-v2__open{
  position:absolute;
  z-index:2;
  top:13px;
  right:13px;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid #d7e6ef;
  border-radius:50%;
  color:#0877c9;
  background:rgba(255,255,255,.94);
  font-size:13px;
  transition:transform .25s ease,background .25s ease,color .25s ease;
}
.dbco-page.product-page-v2 .product-card-v2:hover .product-card-v2__open{transform:translate(2px,-2px);color:#fff;background:#0877c9}
.dbco-page.product-page-v2 .product-card-v2 .body{padding:17px 17px 18px}
.dbco-page.product-page-v2 .product-card-v2__category{
  min-height:1.4em;
  margin-bottom:6px;
  overflow:hidden;
  color:#9a7a39;
  font-size:var(--type-meta);
  font-weight:900;
  letter-spacing:.075em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}
.dbco-page.product-page-v2 .product-card-v2 h3{
  display:-webkit-box;
  min-height:2.7em;
  margin:0 0 9px;
  overflow:hidden;
  color:#123c5c;
  font-size:17px;
  line-height:1.35;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
}
.dbco-page.product-page-v2 .product-card-v2 h3 a:hover{color:#0877c9}
.dbco-page.product-page-v2 .product-card-v2 .spec{
  display:-webkit-box;
  min-height:2.9em;
  margin:0 0 10px;
  overflow:hidden;
  color:#7890a0;
  font-size:11px;
  line-height:1.45;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
}
.dbco-page.product-page-v2 .product-card-v2__summary{
  display:-webkit-box;
  min-height:4.65em;
  margin:0 0 16px;
  overflow:hidden;
  color:#627a8b;
  font-size:12px;
  line-height:1.55;
  text-transform:none!important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  line-clamp:3;
}
.dbco-page.product-page-v2 .product-card-v2 .actions{gap:7px}
.dbco-page.product-page-v2 .product-card-v2 .actions .btn{min-height:40px;padding:0 11px;font-size:11px}
.dbco-page.product-page-v2 .product-empty-state{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:28px;
  border:1px dashed #bdd2df;
  border-radius:20px;
  color:#4f6d80;
  background:#fff;
}
.dbco-page.product-page-v2 .product-empty-state a{color:#0877c9;font-weight:850}
.dbco-page.product-page-v2 .product-filter-toggle{margin-bottom:14px}

@media(max-width:1440px){
  .dbco-page.product-page-v2 .product-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:1180px){
  .dbco-page.product-page-v2 .product-category-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dbco-page.product-page-v2 .product-catalog-layout{grid-template-columns:minmax(235px,260px) minmax(0,1fr);gap:24px}
}
@media(max-width:900px){
  .dbco-page.product-page-v2 .product-catalog-layout{grid-template-columns:1fr}
  .dbco-page.product-page-v2 .product-filter-toggle{display:inline-flex}
  .dbco-page.product-page-v2 .product-category-sidebar{position:static;display:none;max-height:none}
  .dbco-page.product-page-v2 .product-category-sidebar.is-open{display:block}
  .dbco-page.product-page-v2 .product-toolbar-v2{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){
  .dbco-page.product-page-v2 .product-category-cards,
  .dbco-page.product-page-v2 .product-grid-v2{grid-template-columns:1fr}
  .dbco-page.product-page-v2 .product-category-card p{min-height:0}
  .dbco-page.product-page-v2 .product-catalog-section{padding-top:52px}
  .dbco-page.product-page-v2 .product-category-sidebar{padding:18px 15px;border-radius:18px}
  .dbco-page.product-page-v2 .product-sort-form{display:grid;grid-template-columns:1fr auto;width:100%}
  .dbco-page.product-page-v2 .product-sort-form select{min-width:0;width:100%}
  .dbco-page.product-page-v2 .product-card-v2__summary{min-height:0}
  .dbco-page.product-page-v2 .product-empty-state{align-items:flex-start;flex-direction:column}
}

/* ========================================================================
   R28.15 - Product catalogue: wider category navigation + 4-up desktop grid
   ======================================================================== */
@media(min-width:1181px){
  .dbco-page.product-page-v2 .product-catalog-layout{
    grid-template-columns:minmax(320px,345px) minmax(0,1fr);
    gap:30px;
  }
  .dbco-page.product-page-v2 .product-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
}
.dbco-page.product-page-v2 .product-category-sidebar{
  max-height:none!important;
  overflow:visible!important;
  padding:24px 20px;
}
.dbco-page.product-page-v2 .product-sidebar-head h3{font-size:20px;line-height:1.25}
.dbco-page.product-page-v2 .product-category-tree{gap:9px}
.dbco-page.product-page-v2 .product-category-tree__all{min-height:50px;padding:10px 13px;font-size:13px}
.dbco-page.product-page-v2 .product-tree-root{overflow:hidden;border-radius:15px;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}
.dbco-page.product-page-v2 .product-tree-root:hover{border-color:#b9d8e8;box-shadow:0 10px 25px rgba(8,67,105,.075)}
.dbco-page.product-page-v2 .product-tree-root__head{display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:stretch}
.dbco-page.product-page-v2 .product-tree-root__link{min-height:54px;padding:11px 13px;font-size:13.5px;line-height:1.35}
.dbco-page.product-page-v2 .product-tree-root__toggle{
  display:grid;
  place-items:center;
  margin:7px 7px 7px 0;
  border:0;
  border-left:1px solid #e2ecf2;
  border-radius:0 10px 10px 0;
  color:#52809c;
  background:#f8fbfd;
  cursor:pointer;
  transition:color .2s ease,background .2s ease;
}
.dbco-page.product-page-v2 .product-tree-root__toggle:hover{color:#fff;background:#0b73b5}
.dbco-page.product-page-v2 .product-tree-root__toggle svg{width:17px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .25s ease}
.dbco-page.product-page-v2 .product-tree-root.is-open .product-tree-root__toggle svg{transform:rotate(180deg)}
.dbco-page.product-page-v2 .product-tree-children{padding:3px 13px 13px}
.dbco-page.product-page-v2 .product-tree-children[hidden]{display:none!important}
.dbco-page.product-page-v2 .product-tree-branch>a{min-height:43px;padding:9px 3px;font-size:12.5px;line-height:1.4}
.dbco-page.product-page-v2 .product-tree-leaves{padding:7px 0 3px 12px}
.dbco-page.product-page-v2 .product-tree-leaves>a{min-height:37px;padding:7px 5px 7px 10px;font-size:11.5px;line-height:1.4}
@media(min-width:1181px) and (max-width:1440px){
  .dbco-page.product-page-v2 .product-catalog-layout{grid-template-columns:310px minmax(0,1fr);gap:24px}
  .dbco-page.product-page-v2 .product-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
  .dbco-page.product-page-v2 .product-card-v2 .body{padding:14px}
  .dbco-page.product-page-v2 .product-card-v2 h3{font-size:15px}
  .dbco-page.product-page-v2 .product-card-v2__summary{font-size:11px}
  .dbco-page.product-page-v2 .product-card-v2 .actions{display:grid;grid-template-columns:1fr 1fr}
}
@media(min-width:901px) and (max-width:1180px){
  .dbco-page.product-page-v2 .product-catalog-layout{grid-template-columns:minmax(275px,295px) minmax(0,1fr);gap:22px}
  .dbco-page.product-page-v2 .product-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
}
@media(max-width:900px){
  .dbco-page.product-page-v2 .product-category-sidebar{position:static;padding:20px 17px}
  .dbco-page.product-page-v2 .product-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){.dbco-page.product-page-v2 .product-grid-v2{grid-template-columns:1fr}}
/* R28.15: category navigation follows the document, never creates a nested scroll area. */
.dbco-page.product-page-v2 .product-category-sidebar{position:static!important;top:auto!important}

/* ========================================================================
   R28.17 - Catalog density + recently viewed products
   1920-class desktops: 4 cards; 1366-class desktops: 3 cards.
   ======================================================================== */
.dbco-page.product-page-v2 .product-recently-viewed{margin-top:24px;padding-top:20px;border-top:1px solid #dce8ef}
.dbco-page.product-page-v2 .product-recently-viewed__head{display:grid;gap:3px;margin-bottom:11px}.dbco-page.product-page-v2 .product-recently-viewed__head span{color:#8b9dab;font-size:var(--type-meta);font-weight:900;letter-spacing:.13em}.dbco-page.product-page-v2 .product-recently-viewed__head strong{color:#123d5c;font-size:15px}
.dbco-page.product-page-v2 .product-recently-viewed__list{display:grid;gap:8px}.dbco-page.product-page-v2 .product-recently-viewed__empty{margin:0;color:#879aa8;font-size:10.5px;line-height:1.55;text-transform:none!important}.dbco-page.product-page-v2 .product-recent-item{display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px;align-items:center;padding:8px;border:1px solid #e0eaf0;border-radius:13px;background:#fff;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.dbco-page.product-page-v2 .product-recent-item:hover{transform:translateX(2px);border-color:#b9d6e6;box-shadow:0 8px 20px rgba(8,65,102,.06)}.dbco-page.product-page-v2 .product-recent-item img{width:58px;height:50px;padding:4px;border-radius:9px;background:#f5f9fb;object-fit:contain}.dbco-page.product-page-v2 .product-recent-item span{display:grid;min-width:0;gap:2px}.dbco-page.product-page-v2 .product-recent-item small{overflow:hidden;color:#8b9ca9;font-size:var(--type-meta);text-overflow:ellipsis;white-space:nowrap}.dbco-page.product-page-v2 .product-recent-item strong{display:-webkit-box;overflow:hidden;color:#143e5d;font-size:10.5px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}
@media(min-width:1680px){
  .dbco-page.product-page-v2 .product-catalog-layout{grid-template-columns:330px minmax(0,1fr);gap:30px}
  .dbco-page.product-page-v2 .product-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
}
@media(min-width:901px) and (max-width:1679px){
  .dbco-page.product-page-v2 .product-catalog-layout{grid-template-columns:300px minmax(0,1fr);gap:24px}
  .dbco-page.product-page-v2 .product-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
  .dbco-page.product-page-v2 .product-card-v2 .body{padding:16px}
  .dbco-page.product-page-v2 .product-card-v2 h3{font-size:16px}
}
@media(min-width:901px) and (max-width:1180px){
  .dbco-page.product-page-v2 .product-catalog-layout{grid-template-columns:275px minmax(0,1fr);gap:20px}
}
@media(max-width:900px){.dbco-page.product-page-v2 .product-recently-viewed{margin-top:18px}.dbco-page.product-page-v2 .product-recently-viewed__list{grid-template-columns:repeat(3,minmax(0,1fr))}.dbco-page.product-page-v2 .product-recent-item{grid-template-columns:50px minmax(0,1fr)}.dbco-page.product-page-v2 .product-recent-item img{width:50px;height:46px}}
@media(max-width:640px){.dbco-page.product-page-v2 .product-recently-viewed__list{grid-template-columns:1fr}.dbco-page.product-page-v2 .product-recent-item{grid-template-columns:58px minmax(0,1fr)}.dbco-page.product-page-v2 .product-recent-item img{width:58px;height:50px}}


/* ========================================================================
   V6.23 · Inner-page rhythm + category media fit
   Projects / Careers / News / Contact use one coherent vertical spacing
   system across large desktop, laptop, tablet and mobile.
   ======================================================================== */
:root{
  --dbco-inner-banner-h:500px;
  --dbco-inner-section:64px;
  --dbco-inner-section-sm:46px;
  --dbco-inner-heading-gap:24px;
}

/* Product category media: use the complete frame without cropping poster art. */
.dbco-page.product-page-v2 .product-category-card__media{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  padding:0!important;
  background:#eef4f8!important;
}
.dbco-page.product-page-v2 .product-category-card__media-bg{
  position:absolute;
  inset:-14px;
  z-index:0;
  display:block;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  opacity:.18;
  filter:blur(12px) saturate(.9);
  transform:scale(1.08);
  pointer-events:none;
}
.dbco-page.product-page-v2 .product-category-card__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(248,251,253,.58),rgba(248,251,253,.76));
  pointer-events:none;
}
.dbco-page.product-page-v2 .product-category-card__media img{
  position:absolute!important;
  inset:4px!important;
  z-index:2!important;
  width:calc(100% - 8px)!important;
  height:calc(100% - 8px)!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:13px!important;
  background:transparent!important;
  transform:none!important;
  filter:drop-shadow(0 5px 12px rgba(12,56,84,.08));
}
.dbco-page.product-page-v2 .product-category-card__media>span{position:absolute;z-index:4!important}
.dbco-page.product-page-v2 .product-category-card:hover .product-category-card__media img{transform:scale(1.012)!important}

/* One banner rhythm for the main inner pages. */
.dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner{
  min-height:var(--dbco-inner-banner-h)!important;
}
.dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner__inner{
  padding-top:72px!important;
  padding-bottom:54px!important;
  gap:38px!important;
}
.dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner__content{
  padding:22px 0 10px!important;
}
.dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner__kicker{
  margin-bottom:11px!important;
}
.dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner h1{
  margin-bottom:13px!important;
}
.dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner p{
  line-height:1.58!important;
}
.dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner__cta{
  margin-top:20px!important;
}
.dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .section{
  padding-top:var(--dbco-inner-section)!important;
  padding-bottom:var(--dbco-inner-section)!important;
}
.dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .section-sm{
  padding-top:var(--dbco-inner-section-sm)!important;
  padding-bottom:var(--dbco-inner-section-sm)!important;
}
.dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .section-heading{
  margin-bottom:var(--dbco-inner-heading-gap)!important;
}
.dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .section-heading .copy>p{
  margin-bottom:0!important;
  line-height:1.62!important;
}

/* Projects: compact transition from hero -> sectors -> featured -> portfolio. */
.dbco-page.project-page .project-sector-strip{
  padding:40px 0 34px!important;
}
.dbco-page.project-page .project-sector-heading{margin-bottom:20px!important}
.dbco-page.project-page .project-sector-grid{gap:12px!important}
.dbco-page.project-page .project-feature-section,
.dbco-page.project-page .project-feature-section--reference{
  padding:52px 0 50px!important;
}
.dbco-page.project-page .editorial-showcase-heading{
  margin-bottom:28px!important;
}
.dbco-page.project-page .editorial-showcase-heading>p{margin-top:11px!important}
.dbco-page.project-page .project-list-section{
  padding:58px 0 66px!important;
}
.dbco-page.project-page .project-list-heading{margin-bottom:23px!important}
.dbco-page.project-page .editorial-index-layout--projects{gap:28px!important}

/* News: hero and featured/list sections form one continuous editorial flow. */
.dbco-page.news-page .news-feature-section,
.dbco-page.news-page .news-feature-section--reference{
  padding:52px 0 50px!important;
}
.dbco-page.news-page .editorial-showcase-heading{
  margin-bottom:28px!important;
}
.dbco-page.news-page .editorial-showcase-heading>p{margin-top:11px!important}
.dbco-page.news-page .news-list-section{
  padding:58px 0 66px!important;
}
.dbco-page.news-page .news-list-heading{margin-bottom:22px!important}
.dbco-page.news-page .editorial-index-layout--news{gap:28px!important}
.dbco-page.news-page>.section-sm:last-child{padding-top:40px!important;padding-bottom:48px!important}

/* Careers: remove oversized air between benefits, jobs, application and culture. */
.dbco-page.careers-page>#quyen-loi{padding-top:44px!important;padding-bottom:48px!important}
.dbco-page.careers-page>#vi-tri{padding-top:58px!important;padding-bottom:58px!important}
.dbco-page.careers-page .benefit-grid{gap:15px!important}
.dbco-page.careers-page .benefit-card{padding:24px!important}
.dbco-page.careers-page .jobs-shell{padding:20px!important}
.dbco-page.careers-page .career-application{padding-top:58px!important;padding-bottom:58px!important}
.dbco-page.careers-page .career-application-grid{gap:48px!important}
.dbco-page.careers-page .career-application-copy .lead{margin-bottom:18px!important;line-height:1.7!important}
.dbco-page.careers-page .application-points{margin-top:22px!important}
.dbco-page.careers-page .career-application-form{padding:30px!important}
.dbco-page.careers-page .culture-section,
.dbco-page.careers-page .career-culture{padding-top:58px!important;padding-bottom:58px!important}
.dbco-page.careers-page>.section-sm:last-child{padding-top:40px!important;padding-bottom:48px!important}

/* Contact: banner -> contact methods -> form -> office with consistent cadence. */
.dbco-page.contact-page .contact-overview{
  padding-top:42px!important;
  padding-bottom:42px!important;
}
.dbco-page.contact-page .contact-method-grid{gap:14px!important}
.dbco-page.contact-page .contact-method{padding:21px!important}
.dbco-page.contact-page .contact-main{
  padding-top:58px!important;
  padding-bottom:58px!important;
}
.dbco-page.contact-page .contact-main-grid{gap:48px!important}
.dbco-page.contact-page .contact-copy .lead{margin-bottom:14px!important;line-height:1.7!important}
.dbco-page.contact-page .contact-copy .page-body-copy{margin-top:13px!important}
.dbco-page.contact-page .contact-promises{margin-top:22px!important}
.dbco-page.contact-page .contact-socials{margin-top:20px!important}
.dbco-page.contact-page .contact-form-card{padding:30px!important}
.dbco-page.contact-page .contact-form-head{margin-bottom:19px!important}
.dbco-page.contact-page .contact-office{
  padding-top:42px!important;
  padding-bottom:48px!important;
}

/* Laptop 13–15.6 inch: preserve structure while reducing vertical travel. */
@media (min-width:1025px) and (max-width:1700px),
       (min-width:1025px) and (max-height:940px){
  :root{
    --dbco-inner-banner-h:455px;
    --dbco-inner-section:54px;
    --dbco-inner-section-sm:40px;
    --dbco-inner-heading-gap:20px;
  }
  .dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner__inner{
    padding-top:58px!important;
    padding-bottom:42px!important;
    gap:30px!important;
  }
  .dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner__content{padding:16px 0 7px!important}
  .dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner__cta{margin-top:16px!important}
  .dbco-page.project-page .project-sector-strip{padding:34px 0 30px!important}
  .dbco-page.project-page .project-feature-section,
  .dbco-page.project-page .project-feature-section--reference,
  .dbco-page.news-page .news-feature-section,
  .dbco-page.news-page .news-feature-section--reference{padding:46px 0!important}
  .dbco-page.project-page .project-list-section,
  .dbco-page.news-page .news-list-section{padding:52px 0 58px!important}
  .dbco-page.careers-page>#quyen-loi{padding:38px 0 42px!important}
  .dbco-page.careers-page>#vi-tri,
  .dbco-page.careers-page .career-application{padding:52px 0!important}
  .dbco-page.contact-page .contact-overview{padding:36px 0!important}
  .dbco-page.contact-page .contact-main{padding:52px 0!important}
  .dbco-page.contact-page .contact-office{padding:38px 0 42px!important}
}

/* Tablet: one compact rhythm and smaller transitions. */
@media (min-width:681px) and (max-width:1024px){
  :root{
    --dbco-inner-banner-h:430px;
    --dbco-inner-section:46px;
    --dbco-inner-section-sm:36px;
    --dbco-inner-heading-gap:18px;
  }
  .dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner__inner{
    padding-top:52px!important;
    padding-bottom:32px!important;
  }
  .dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner__content{padding:12px 0 5px!important}
  .dbco-page.project-page .project-sector-strip{padding:30px 0 27px!important}
  .dbco-page.project-page .project-feature-section,
  .dbco-page.project-page .project-feature-section--reference,
  .dbco-page.news-page .news-feature-section,
  .dbco-page.news-page .news-feature-section--reference{padding:40px 0!important}
  .dbco-page.project-page .project-list-section,
  .dbco-page.news-page .news-list-section{padding:46px 0 52px!important}
  .dbco-page.careers-page .career-application-grid,
  .dbco-page.contact-page .contact-main-grid{gap:32px!important}
  .dbco-page.contact-page .contact-method-grid{gap:11px!important}
  .dbco-page.contact-page .contact-method{padding:18px!important}
}

/* Mobile: sections stay visually connected without feeling cramped. */
@media (max-width:680px){
  :root{
    --dbco-inner-banner-h:380px;
    --dbco-inner-section:40px;
    --dbco-inner-section-sm:31px;
    --dbco-inner-heading-gap:16px;
  }
  .dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner{
    min-height:var(--dbco-inner-banner-h)!important;
  }
  .dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner__inner{
    padding-top:42px!important;
    padding-bottom:24px!important;
  }
  .dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner__content{padding:8px 0 2px!important}
  .dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner h1{margin-bottom:9px!important}
  .dbco-page:is(.project-page,.careers-page,.news-page,.contact-page) .dbco-banner__cta{margin-top:14px!important}
  .dbco-page.project-page .project-sector-strip{padding:26px 0 24px!important}
  .dbco-page.project-page .project-feature-section,
  .dbco-page.project-page .project-feature-section--reference,
  .dbco-page.news-page .news-feature-section,
  .dbco-page.news-page .news-feature-section--reference{padding:34px 0!important}
  .dbco-page.project-page .editorial-showcase-heading,
  .dbco-page.news-page .editorial-showcase-heading{margin-bottom:19px!important}
  .dbco-page.project-page .project-list-section,
  .dbco-page.news-page .news-list-section{padding:38px 0 44px!important}
  .dbco-page.careers-page>#quyen-loi{padding:30px 0 34px!important}
  .dbco-page.careers-page>#vi-tri,
  .dbco-page.careers-page .career-application{padding:40px 0!important}
  .dbco-page.careers-page .benefit-grid{gap:12px!important}
  .dbco-page.careers-page .jobs-shell{padding:14px!important}
  .dbco-page.careers-page .career-application-form{padding:21px 16px!important}
  .dbco-page.contact-page .contact-overview{padding:30px 0!important}
  .dbco-page.contact-page .contact-method-grid{grid-template-columns:1fr!important;gap:10px!important}
  .dbco-page.contact-page .contact-method{padding:17px!important}
  .dbco-page.contact-page .contact-main{padding:40px 0!important}
  .dbco-page.contact-page .contact-main-grid{gap:28px!important}
  .dbco-page.contact-page .contact-form-card{padding:22px 16px!important}
  .dbco-page.contact-page .contact-office{padding:30px 0 36px!important}
  .dbco-page.news-page>.section-sm:last-child,
  .dbco-page.careers-page>.section-sm:last-child{padding:30px 0 36px!important}
}

/* ========================================================================
   V6.24 · Product category media fills the complete card frame
   Category cards are visual navigation, so their artwork should occupy the
   whole media area. Product-detail galleries keep their own contain rules.
   ======================================================================== */
.dbco-page.product-page-v2 .product-category-card__media{
  padding:0!important;
  background:#eaf2f7!important;
}
.dbco-page.product-page-v2 .product-category-card__media-bg{
  display:none!important;
}
.dbco-page.product-page-v2 .product-category-card__media::before{
  display:none!important;
}
.dbco-page.product-page-v2 .product-category-card__media::after{
  z-index:2!important;
  background:linear-gradient(180deg,rgba(5,48,82,0) 62%,rgba(5,48,82,.12) 100%)!important;
}
.dbco-page.product-page-v2 .product-category-card__media img{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:0!important;
  background:#fff!important;
  filter:none!important;
  transform:scale(1.001)!important;
  transition:transform .35s ease!important;
}
.dbco-page.product-page-v2 .product-category-card:hover .product-category-card__media img{
  transform:scale(1.025)!important;
}
.dbco-page.product-page-v2 .product-category-card__media>span{
  z-index:4!important;
}

/* Slightly taller frame on large screens reduces aggressive crop on square posters. */
@media(min-width:1181px){
  .dbco-page.product-page-v2 .product-category-card__media{aspect-ratio:1.48/1!important}
}
@media(max-width:1180px) and (min-width:821px){
  .dbco-page.product-page-v2 .product-category-card__media{aspect-ratio:1.42/1!important}
}
@media(max-width:820px){
  .dbco-page.product-page-v2 .product-category-card__media{aspect-ratio:1.4/1!important}
}

/* ========================================================================
   V6.25 · Contact map + balanced office section
   Address remains the single source of truth in Website Settings.
   ======================================================================== */
.dbco-page.contact-page .contact-office-grid{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:20px;
  align-items:stretch;
}
.dbco-page.contact-page .contact-office-grid .office-panel{
  min-width:0;
  height:100%;
  margin:0;
  align-items:flex-start;
  justify-content:center;
  flex-direction:column;
  padding:30px 32px;
}
.dbco-page.contact-page .contact-office-grid .office-panel>div{max-width:none}
.dbco-page.contact-page .contact-office-grid .office-panel .btn{margin-top:4px}
.dbco-page.contact-page .contact-map-card{
  position:relative;
  min-height:360px;
  border:1px solid #d7e6ef;
  border-radius:28px;
  overflow:hidden;
  background:#eaf3f8;
  box-shadow:var(--dbco-shadow-soft);
}
.dbco-page.contact-page .contact-map-card iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  min-height:100%;
  border:0;
  display:block;
}
@media(min-width:1025px) and (max-width:1700px),
       (min-width:1025px) and (max-height:940px){
  .dbco-page.contact-page .contact-office-grid{gap:16px}
  .dbco-page.contact-page .contact-office-grid .office-panel{padding:26px 28px}
  .dbco-page.contact-page .contact-map-card{min-height:320px}
}
@media(max-width:1024px){
  .dbco-page.contact-page .contact-office-grid{grid-template-columns:1fr;gap:16px}
  .dbco-page.contact-page .contact-map-card{min-height:320px}
}
@media(max-width:680px){
  .dbco-page.contact-page .contact-office-grid{gap:12px}
  .dbco-page.contact-page .contact-office-grid .office-panel{padding:22px 18px}
  .dbco-page.contact-page .contact-map-card{min-height:280px;border-radius:22px}
}

/* === V6.28 · About page copy rhythm + contact CTA =========================== */
.dbco-page.about-page .about-copy .lead,
.dbco-page.about-page .about-copy .page-body-copy,
.dbco-page.about-page .about-copy .page-body-copy p{
  text-align:justify;
  text-justify:inter-word;
}
.dbco-page.about-page .about-copy .lead{margin-bottom:14px}
.dbco-page.about-page .about-copy .page-body-copy{line-height:1.75}
.dbco-page.about-page .wave-cta__copy{display:grid;gap:7px;max-width:760px}
.dbco-page.about-page .wave-cta__copy h2{font-size:30px;margin:0;color:var(--dbco-navy);line-height:1.22}
.dbco-page.about-page .wave-cta__copy>p{margin:0;color:#557089}
.dbco-page.about-page .wave-cta__contact{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:5px}
.dbco-page.about-page .wave-cta__contact a{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 11px;
  border:1px solid #cce3ef;
  border-radius:10px;
  background:rgba(255,255,255,.72);
  color:#0b4e79;
  transition:.18s ease;
}
.dbco-page.about-page .wave-cta__contact a:hover{background:#fff;border-color:#9dcee2;transform:translateY(-1px)}
.dbco-page.about-page .wave-cta__contact svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.dbco-page.about-page .wave-cta__contact span{display:grid;line-height:1.15}
.dbco-page.about-page .wave-cta__contact small{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#7b93a6}
.dbco-page.about-page .wave-cta__contact strong{font-size:13px;color:#0b4e79}
.dbco-page.about-page .timeline{grid-template-columns:repeat(var(--timeline-count,6),minmax(140px,1fr));min-width:min(100%,calc(var(--timeline-count,6) * 145px))}

@media(max-width:767px){
  .dbco-page.about-page .about-copy .lead,
  .dbco-page.about-page .about-copy .page-body-copy,
  .dbco-page.about-page .about-copy .page-body-copy p{text-align:left}
  .dbco-page.about-page .wave-cta__copy h2{font-size:26px}
  .dbco-page.about-page .wave-cta__contact{width:100%;display:grid;grid-template-columns:1fr}
  .dbco-page.about-page .wave-cta__contact a{width:100%}
}
.dbco-page.about-page .timeline{overflow-x:auto;overscroll-behavior-inline:contain}

/* ========================================================================
   V30 - Product / News card rhythm aligned with Project cards
   ======================================================================== */
.dbco-page.product-page-v2 .product-card-v2 .body,
.dbco-page.news-page-v2 .news-list-body{
  padding:18px 18px 20px;
}
.dbco-page.product-page-v2 .product-card-v2__category,
.dbco-page.news-page-v2 .news-list-meta{
  min-height:1.4em;
  margin:0;
  font-size:10px;
  line-height:1.4;
  letter-spacing:.07em;
}
.dbco-page.product-page-v2 .product-card-v2 h3,
.dbco-page.news-page-v2 .news-list-body h3{
  min-height:0;
  margin:6px 0;
  font-size:18px;
  line-height:1.45;
  letter-spacing:0;
  overflow:visible;
}
.dbco-page.product-page-v2 .product-card-v2__summary,
.dbco-page.news-page-v2 .news-list-body>p{
  min-height:64px;
  margin:0 0 15px;
  color:#60778a;
  font-size:13px!important;
  line-height:1.65!important;
  letter-spacing:0;
}
.dbco-page.news-page-v2 .news-list-link{margin-top:0}

@media(max-width:640px){
  .dbco-page.product-page-v2 .product-card-v2 .body,
  .dbco-page.news-page-v2 .news-list-body{padding:16px}
  .dbco-page.product-page-v2 .product-card-v2__summary,
  .dbco-page.news-page-v2 .news-list-body>p{min-height:0}
}
