/*
Theme Name: D-Connect
Description: D-Connect study abroad website - child theme for Flatsome.
Author: D-Connect
Template: flatsome
Version: 5.4.0
*/

:root{
  --dc-navy:#062164;
  --dc-blue:#0842A8;
  --dc-bright:#096BE2;
  --dc-cyan:#66C7FF;
  --dc-gold:#CA9A2E;
  --dc-gold-2:#F1C55B;
  --dc-ink:#0B1E47;
  --dc-muted:#61708D;
  --dc-line:rgba(21,84,170,.14);
  --dc-white:#fff;
  --dc-radius:24px;
  --dc-shadow:0 24px 70px rgba(13,65,142,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.dconnect-home{margin:0;background:#f6fbff;color:var(--dc-ink);font-family:Inter,"Segoe UI",Arial,sans-serif;overflow-x:hidden}
body.dconnect-home a{text-decoration:none}
body.dconnect-home img{max-width:100%;display:block}
.dc-site{min-height:100vh;background:
  radial-gradient(circle at 10% 2%,rgba(93,190,255,.22),transparent 26%),
  radial-gradient(circle at 95% 15%,rgba(9,107,226,.14),transparent 22%),
  linear-gradient(180deg,#f9fdff 0%,#f4faff 38%,#fff 100%)}
.dc-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.dc-section{position:relative;padding:82px 0}
.dc-kicker{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--dc-bright);margin-bottom:8px}
.dc-title{font-size:clamp(30px,4vw,48px);line-height:1.08;margin:0 0 14px;color:var(--dc-navy);letter-spacing:-.035em}
.dc-subtitle{margin:0;color:var(--dc-muted);font-size:16px;line-height:1.7;max-width:760px}
.dc-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}
.dc-link{color:var(--dc-bright);font-weight:800;font-size:14px;white-space:nowrap}
.dc-glass{background:rgba(255,255,255,.68);border:1px solid rgba(255,255,255,.88);box-shadow:var(--dc-shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.dc-header{position:sticky;top:0;z-index:1000;padding:14px 0;background:rgba(249,253,255,.72);border-bottom:1px solid rgba(9,107,226,.08);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.dc-header-inner{display:flex;align-items:center;justify-content:space-between;gap:22px}
.dc-brand{display:flex;align-items:center;gap:10px;min-width:220px}
.dc-brand img{width:54px;height:54px;object-fit:contain;border-radius:16px;box-shadow:0 8px 24px rgba(8,66,168,.14)}
.dc-brand-copy strong{display:block;color:var(--dc-navy);font-size:19px;letter-spacing:.08em}
.dc-brand-copy small{display:block;color:#58709a;font-size:11px;margin-top:2px}
.dc-nav{display:flex;align-items:center;gap:24px}
.dc-nav a{color:#16366e;font-weight:700;font-size:14px;transition:.25s}
.dc-nav a:hover{color:var(--dc-bright)}
.dc-header-actions{display:flex;align-items:center;gap:10px}
.dc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 22px;border-radius:14px;border:0;font-weight:800;font-size:14px;cursor:pointer;transition:.25s;white-space:nowrap}
.dc-btn-primary{color:#fff;background:linear-gradient(135deg,var(--dc-blue),var(--dc-bright));box-shadow:0 12px 28px rgba(9,107,226,.25)}
.dc-btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(9,107,226,.3)}
.dc-btn-gold{color:#fff;background:linear-gradient(135deg,#ae7718,var(--dc-gold-2));box-shadow:0 12px 26px rgba(202,154,46,.25)}
.dc-btn-ghost{color:var(--dc-blue);background:rgba(255,255,255,.58);border:1px solid rgba(8,66,168,.12)}
.dc-menu-toggle{display:none;width:44px;height:44px;border:0;border-radius:13px;background:rgba(255,255,255,.76);color:var(--dc-navy);font-size:22px}
.dc-hero{position:relative;padding:72px 0 40px;overflow:hidden}
.dc-hero:before{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(202,154,46,.28);border-radius:50%;right:-240px;top:-220px;box-shadow:0 0 0 72px rgba(9,107,226,.025),0 0 0 145px rgba(9,107,226,.018)}
.dc-hero:after{content:"";position:absolute;width:460px;height:130px;border-top:4px solid rgba(202,154,46,.48);border-radius:50%;right:2%;top:170px;transform:rotate(-15deg);pointer-events:none}
.dc-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.03fr .97fr;gap:54px;align-items:center}
.dc-hero-copy{padding:20px 0}
.dc-hero h1{font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-.055em;color:var(--dc-navy);margin:0 0 24px;max-width:760px}
.dc-hero h1 span{display:block;color:var(--dc-bright)}
.dc-hero-copy>p{font-size:18px;line-height:1.72;color:#526786;max-width:650px;margin:0 0 26px}
.dc-benefits{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 28px}
.dc-benefit{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.66);border:1px solid rgba(8,66,168,.08);font-size:13px;color:#39557d;font-weight:700}
.dc-benefit b{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#eaf5ff;color:var(--dc-bright);font-size:16px}
.dc-hero-cta{display:flex;gap:12px;align-items:center}
.dc-hero-visual{position:relative;min-height:530px;border-radius:34px;overflow:hidden;box-shadow:0 32px 80px rgba(8,66,168,.18);border:1px solid rgba(255,255,255,.88)}
.dc-hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.dc-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,31,87,.03),rgba(4,30,83,.26))}
.dc-hero-badge{position:absolute;z-index:2;right:22px;bottom:22px;max-width:240px;padding:16px 18px;border-radius:18px;color:#123a72;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.9);backdrop-filter:blur(16px)}
.dc-hero-badge strong{display:block;color:var(--dc-navy);font-size:15px;margin-bottom:4px}
.dc-hero-badge span{font-size:12px;line-height:1.5;color:#60708b}
.dc-finder{position:relative;z-index:3;margin-top:-48px;padding:18px;border-radius:26px}
.dc-finder-tabs{display:flex;gap:8px;margin-bottom:14px}
.dc-tab{padding:10px 16px;border-radius:12px;font-size:13px;font-weight:800;color:#5a7093;background:rgba(235,246,255,.72)}
.dc-tab.active{color:#fff;background:linear-gradient(135deg,var(--dc-blue),var(--dc-bright))}
.dc-finder-grid{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:10px}
.dc-field{position:relative}
.dc-field label{display:block;font-size:11px;font-weight:800;color:#6b7c96;margin:0 0 6px 4px;text-transform:uppercase;letter-spacing:.08em}
.dc-field select,.dc-field input,.dc-field textarea{width:100%;min-height:52px;border:1px solid rgba(8,66,168,.12);border-radius:14px;background:rgba(255,255,255,.86);padding:0 14px;color:#163566;font:inherit;outline:none}
.dc-field textarea{min-height:112px;padding-top:13px;resize:vertical}
.dc-field select:focus,.dc-field input:focus,.dc-field textarea:focus{border-color:rgba(9,107,226,.45);box-shadow:0 0 0 4px rgba(9,107,226,.08)}
.dc-finder .dc-btn{align-self:end;min-height:52px}
.dc-dest-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.dc-dest-card{position:relative;overflow:hidden;border-radius:20px;background:#fff;border:1px solid rgba(8,66,168,.08);box-shadow:0 12px 34px rgba(27,86,159,.08);transition:.28s}
.dc-dest-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(27,86,159,.14)}
.dc-dest-card img{width:100%;height:144px;object-fit:cover}
.dc-dest-body{padding:15px}
.dc-dest-body h3{font-size:17px;color:var(--dc-navy);margin:0 0 6px}
.dc-dest-body p{font-size:12px;color:#6a7790;line-height:1.5;margin:0}
.dc-dest-body span{display:inline-block;margin-top:10px;color:var(--dc-bright);font-size:12px;font-weight:800}
.dc-programs{background:linear-gradient(180deg,rgba(231,246,255,.72),rgba(255,255,255,.45));border-top:1px solid rgba(9,107,226,.05);border-bottom:1px solid rgba(9,107,226,.05)}
.dc-filter-row{display:grid;grid-template-columns:repeat(4,1fr) auto;gap:10px;margin-bottom:22px}
.dc-filter-row select{height:48px;border:1px solid rgba(8,66,168,.11);border-radius:13px;background:rgba(255,255,255,.82);padding:0 13px;color:#35547e}
.dc-program-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.dc-program-card{overflow:hidden;border-radius:22px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.9);box-shadow:0 16px 36px rgba(18,70,137,.08);transition:.28s}
.dc-program-card:hover{transform:translateY(-5px)}
.dc-program-card img{width:100%;height:166px;object-fit:cover}
.dc-program-body{padding:18px}
.dc-program-country{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--dc-bright)}
.dc-program-body h3{margin:7px 0 10px;font-size:18px;color:var(--dc-navy);line-height:1.25}
.dc-program-body ul{list-style:none;margin:0;padding:0;display:grid;gap:7px;color:#66758e;font-size:13px}
.dc-program-body li:before{content:"✓";color:var(--dc-bright);font-weight:900;margin-right:8px}
.dc-card-link{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;border-top:1px solid rgba(8,66,168,.09);font-size:13px;font-weight:800;color:var(--dc-bright)}
.dc-scholar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.dc-scholar-card{padding:22px;border-radius:22px;min-height:220px;display:flex;flex-direction:column;position:relative;overflow:hidden}
.dc-scholar-card:before{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-28px;top:-28px;background:rgba(9,107,226,.06)}
.dc-scholar-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#e9f4ff;color:var(--dc-bright);font-size:24px;margin-bottom:18px}
.dc-scholar-card h3{font-size:18px;color:var(--dc-navy);margin:0 0 8px}
.dc-scholar-card p{font-size:13px;color:#66758e;line-height:1.6;margin:0 0 18px}
.dc-scholar-card a{margin-top:auto;color:var(--dc-bright);font-weight:800;font-size:13px}
.dc-cost-wrap{padding-top:36px}
.dc-cost{position:relative;overflow:hidden;border-radius:30px;padding:38px;color:#fff;background:
  radial-gradient(circle at 76% 42%,rgba(102,199,255,.38),transparent 30%),
  linear-gradient(135deg,#061f5e,#0758c7 65%,#0d78ef)}
.dc-cost:after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.2);border-radius:50%;right:-80px;top:-130px;box-shadow:0 0 0 48px rgba(255,255,255,.03),0 0 0 96px rgba(255,255,255,.02)}
.dc-cost-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center}
.dc-cost h2{font-size:34px;line-height:1.1;margin:0 0 10px;color:#fff}
.dc-cost p{margin:0 0 22px;color:rgba(255,255,255,.78)}
.dc-cost-fields{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:9px}
.dc-cost-fields select{height:50px;border:1px solid rgba(255,255,255,.25);border-radius:13px;background:rgba(255,255,255,.92);color:#24466f;padding:0 12px}
.dc-cost-note{padding:22px;border-radius:22px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(16px)}
.dc-cost-note strong{display:block;font-size:20px;margin-bottom:8px}
.dc-cost-note span{font-size:13px;line-height:1.6;color:rgba(255,255,255,.8)}
.dc-why-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.dc-why-card{padding:22px 16px;text-align:center;border-radius:20px;background:rgba(255,255,255,.75);border:1px solid rgba(8,66,168,.08);box-shadow:0 12px 32px rgba(20,75,144,.07)}
.dc-why-icon{width:50px;height:50px;margin:0 auto 13px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#e8f4ff,#d8ecff);color:var(--dc-bright);font-size:22px}
.dc-why-card h3{font-size:15px;color:var(--dc-navy);margin:0 0 7px;line-height:1.3}
.dc-why-card p{font-size:12px;color:#6a7790;line-height:1.5;margin:0}
.dc-stories{background:linear-gradient(180deg,#fff,rgba(238,248,255,.72))}
.dc-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.dc-story-card{display:grid;grid-template-columns:110px 1fr;gap:18px;padding:18px;border-radius:22px;align-items:center}
.dc-story-card img{width:110px;height:132px;object-fit:cover;border-radius:17px}
.dc-story-card blockquote{margin:0 0 12px;color:#516785;font-size:13px;line-height:1.65}
.dc-story-card strong{display:block;color:var(--dc-navy);font-size:14px}
.dc-story-card small{color:#7a879d;font-size:11px}
.dc-stars{color:#e9a62d;letter-spacing:2px;font-size:12px;margin-bottom:8px}
.dc-school-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.dc-school-pill{min-height:84px;border-radius:18px;display:flex;align-items:center;justify-content:center;text-align:center;padding:14px;background:rgba(255,255,255,.78);border:1px solid rgba(8,66,168,.08);color:#1b3c75;font-size:13px;font-weight:800;box-shadow:0 8px 26px rgba(18,70,137,.06)}
.dc-split{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.dc-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.dc-mini-card{overflow:hidden;border-radius:20px;background:#fff;border:1px solid rgba(8,66,168,.08);box-shadow:0 10px 28px rgba(18,70,137,.07)}
.dc-mini-card img{width:100%;height:118px;object-fit:cover}
.dc-mini-body{padding:14px}
.dc-mini-meta{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--dc-bright)}
.dc-mini-body h3{font-size:14px;line-height:1.4;color:var(--dc-navy);margin:7px 0 8px}
.dc-mini-body p{font-size:11px;color:#76839a;margin:0;line-height:1.45}
.dc-consult{padding-top:70px}
.dc-consult-shell{display:grid;grid-template-columns:.92fr 1.08fr;border-radius:32px;overflow:hidden;box-shadow:0 26px 70px rgba(13,65,142,.14)}
.dc-consult-visual{position:relative;min-height:520px;background:#0a418f;overflow:hidden}
.dc-consult-visual img{width:100%;height:100%;object-fit:cover}
.dc-consult-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,31,87,.08),rgba(5,31,87,.54))}
.dc-consult-copy{position:absolute;left:32px;right:32px;bottom:34px;z-index:2;color:#fff}
.dc-consult-copy span{font-size:13px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:#bde5ff}
.dc-consult-copy h2{font-size:38px;line-height:1.05;margin:8px 0 0;color:#fff}
.dc-consult-form{padding:38px;background:rgba(255,255,255,.84);backdrop-filter:blur(18px)}
.dc-consult-form h2{font-size:30px;color:var(--dc-navy);margin:0 0 8px}
.dc-consult-form>p{margin:0 0 22px;color:#67758c;font-size:14px;line-height:1.65}
.dc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.dc-form-grid .dc-field.full{grid-column:1/-1}
.dc-form-grid input,.dc-form-grid select,.dc-form-grid textarea{background:#fff}
.dc-alert{padding:12px 14px;border-radius:12px;margin:0 0 14px;font-size:13px;font-weight:700}
.dc-alert.success{background:#e9fbf0;color:#1f7a46;border:1px solid #c9f0d9}
.dc-alert.error{background:#fff2f2;color:#a73333;border:1px solid #ffd4d4}
.dc-privacy{display:flex;align-items:center;gap:8px;margin-top:10px;color:#7a8797;font-size:11px}
.dc-footer{margin-top:80px;background:linear-gradient(135deg,#04183f,#062b70 68%,#073d8d);color:#d9e7ff;position:relative;overflow:hidden}
.dc-footer:after{content:"";position:absolute;width:520px;height:180px;border-top:4px solid rgba(202,154,46,.58);border-radius:50%;right:-110px;bottom:-40px;transform:rotate(-9deg)}
.dc-footer-inner{position:relative;z-index:2;padding:58px 0 32px;display:grid;grid-template-columns:1.3fr .75fr .75fr 1fr;gap:34px}
.dc-footer .dc-brand-copy strong{color:#fff}
.dc-footer .dc-brand-copy small{color:#a9c0e8}
.dc-footer p{color:#a9c0e8;font-size:13px;line-height:1.65}
.dc-footer h4{color:#fff;margin:0 0 14px;font-size:14px}
.dc-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}
.dc-footer a{color:#bcd0ef;font-size:13px}
.dc-footer a:hover{color:#fff}
.dc-footer-bottom{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.1);padding:18px 0 26px;display:flex;justify-content:space-between;color:#91acd4;font-size:11px}
@media (max-width:1080px){
  .dc-nav{gap:14px}
  .dc-nav a{font-size:13px}
  .dc-program-grid,.dc-scholar-grid{grid-template-columns:repeat(2,1fr)}
  .dc-dest-grid{grid-template-columns:repeat(3,1fr)}
  .dc-why-grid{grid-template-columns:repeat(3,1fr)}
  .dc-school-strip{grid-template-columns:repeat(3,1fr)}
  .dc-mini-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  .dc-section{padding:64px 0}
  .dc-nav{display:none;position:absolute;left:20px;right:20px;top:78px;flex-direction:column;align-items:stretch;padding:16px;border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 20px 50px rgba(13,65,142,.16)}
  .dc-nav.open{display:flex}
  .dc-menu-toggle{display:block}
  .dc-header-actions .dc-btn-gold{display:none}
  .dc-brand{min-width:0}
  .dc-brand-copy small{display:none}
  .dc-hero{padding-top:42px}
  .dc-hero-grid{grid-template-columns:1fr;gap:28px}
  .dc-hero-visual{min-height:430px}
  .dc-finder{margin-top:24px}
  .dc-finder-grid,.dc-filter-row{grid-template-columns:1fr 1fr}
  .dc-finder .dc-btn,.dc-filter-row .dc-btn{grid-column:1/-1}
  .dc-cost-grid,.dc-consult-shell,.dc-split{grid-template-columns:1fr}
  .dc-cost-fields{grid-template-columns:1fr 1fr}
  .dc-cost-fields .dc-btn{grid-column:1/-1}
  .dc-story-grid{grid-template-columns:1fr}
  .dc-footer-inner{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .dc-container{width:min(100% - 28px,1180px)}
  .dc-header{padding:9px 0}
  .dc-brand img{width:46px;height:46px}
  .dc-brand-copy strong{font-size:15px}
  .dc-hero h1{font-size:44px}
  .dc-hero-copy>p{font-size:16px}
  .dc-hero-visual{min-height:350px;border-radius:26px}
  .dc-benefits{display:grid;grid-template-columns:1fr}
  .dc-hero-cta{flex-direction:column;align-items:stretch}
  .dc-section-head{align-items:flex-start;flex-direction:column;gap:12px}
  .dc-finder-grid,.dc-filter-row,.dc-cost-fields,.dc-form-grid{grid-template-columns:1fr}
  .dc-dest-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}
  .dc-dest-card{min-width:74vw;scroll-snap-align:start}
  .dc-program-grid,.dc-scholar-grid,.dc-why-grid,.dc-school-strip{grid-template-columns:1fr}
  .dc-mini-grid{grid-template-columns:1fr}
  .dc-cost{padding:28px 20px}
  .dc-cost h2{font-size:28px}
  .dc-story-card{grid-template-columns:82px 1fr}
  .dc-story-card img{width:82px;height:104px}
  .dc-consult-visual{min-height:370px}
  .dc-consult-copy h2{font-size:32px}
  .dc-consult-form{padding:26px 20px}
  .dc-footer-inner{grid-template-columns:1fr}
  .dc-footer-bottom{flex-direction:column;gap:6px}
}

.dc-brand-mark{position:relative;display:grid;place-items:center;width:54px;height:54px;flex:0 0 54px;border-radius:18px;background:linear-gradient(145deg,#0b79ef 0%,#0842a8 48%,#061b58 100%);color:#fff;font-weight:900;font-size:31px;font-style:italic;box-shadow:0 8px 24px rgba(8,66,168,.18);overflow:visible}
.dc-brand-mark:before{content:"";position:absolute;width:70px;height:28px;border:3px solid var(--dc-gold-2);border-left-color:transparent;border-right-color:transparent;border-radius:50%;transform:rotate(-18deg)}
.dc-brand-mark:after{content:"";position:absolute;width:22px;height:22px;border-radius:50%;border:1px solid rgba(255,255,255,.72);box-shadow:inset 0 0 0 4px rgba(255,255,255,.08)}
@media(max-width:640px){.dc-brand-mark{width:46px;height:46px;flex-basis:46px;font-size:26px;border-radius:15px}.dc-brand-mark:before{width:60px;height:24px}}

/* V2 polish */
body.dconnect-home{background:#eef8ff}
.dc-site{position:relative;isolation:isolate}
.dc-site:before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background:
radial-gradient(circle at 14% 12%,rgba(104,198,255,.18),transparent 26%),
radial-gradient(circle at 88% 18%,rgba(5,88,205,.13),transparent 22%),
radial-gradient(circle at 68% 70%,rgba(202,154,46,.06),transparent 20%),
linear-gradient(180deg,#f9fdff 0%,#f5fbff 34%,#fff 100%)}
.dc-site:after{content:"";position:fixed;inset:0;z-index:-1;opacity:.42;pointer-events:none;background-image:linear-gradient(rgba(7,69,161,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(7,69,161,.025) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,black,transparent 80%)}
.dc-header{box-shadow:0 8px 30px rgba(10,56,125,.04)}
.dc-header-inner{min-height:56px}
.dc-nav a{position:relative}
.dc-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:linear-gradient(90deg,var(--dc-gold),var(--dc-bright));border-radius:2px;transition:.25s}
.dc-nav a:hover:after{right:0}
.dc-brand img{background:#fff;padding:3px;border:1px solid rgba(8,66,168,.08)}
.dc-hero{padding-top:88px}
.dc-hero .dc-container{position:relative}
.dc-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.dc-orb-a{width:320px;height:320px;left:-180px;top:10px;background:radial-gradient(circle at 35% 35%,rgba(142,217,255,.48),rgba(71,156,240,.12) 55%,transparent 72%)}
.dc-orb-b{width:380px;height:380px;right:-160px;bottom:0;background:radial-gradient(circle at 45% 45%,rgba(9,107,226,.18),rgba(202,154,46,.05) 50%,transparent 72%)}
.dc-hero-copy{position:relative;z-index:3}
.dc-hero .dc-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.58);border:1px solid rgba(9,107,226,.1);box-shadow:0 8px 24px rgba(9,107,226,.05);backdrop-filter:blur(12px)}
.dc-hero .dc-kicker:before{content:"✦";color:var(--dc-gold)}
.dc-hero h1{text-wrap:balance}
.dc-hero h1 span{background:linear-gradient(90deg,#096be2,#2f9af4 58%,#0a53be);-webkit-background-clip:text;background-clip:text;color:transparent}
.dc-hero-visual{background:linear-gradient(135deg,#dfefff,#a7d8ff);transform:perspective(1200px) rotateY(-1.4deg);transition:.35s}
.dc-hero-visual:hover{transform:perspective(1200px) rotateY(0deg) translateY(-4px)}
.dc-hero-visual:before{content:"";position:absolute;z-index:2;width:440px;height:160px;right:-120px;top:40px;border:3px solid rgba(244,195,77,.55);border-left-color:transparent;border-right-color:transparent;border-radius:50%;transform:rotate(-14deg);filter:drop-shadow(0 8px 18px rgba(202,154,46,.15))}
.dc-hero-badge{box-shadow:0 14px 40px rgba(8,66,168,.12)}
.dc-finder{border:1px solid rgba(255,255,255,.95);box-shadow:0 28px 80px rgba(13,65,142,.13),inset 0 1px 0 rgba(255,255,255,.9)}
.dc-field select,.dc-field input,.dc-field textarea,.dc-filter-row select{transition:.2s}
.dc-field select:hover,.dc-field input:hover,.dc-field textarea:hover,.dc-filter-row select:hover{border-color:rgba(9,107,226,.24)}
.dc-journey{margin-bottom:68px;display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-radius:28px;overflow:hidden;box-shadow:0 20px 50px rgba(13,65,142,.09)}
.dc-journey-step{position:relative;padding:24px 22px;min-height:132px;border-right:1px solid rgba(8,66,168,.08)}
.dc-journey-step:last-child{border-right:0}
.dc-journey-step span{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#e8f4ff,#d6ebff);color:var(--dc-bright);font-size:11px;font-weight:900;margin-bottom:11px}
.dc-journey-step b{display:block;font-size:14px;color:var(--dc-navy);margin-bottom:5px}
.dc-journey-step small{display:block;color:#6a7891;font-size:11px;line-height:1.45}
.dc-dest-card,.dc-program-card,.dc-scholar-card,.dc-why-card,.dc-story-card,.dc-mini-card,.dc-school-pill{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.dc-dest-card{background:rgba(255,255,255,.8)}
.dc-dest-card:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.85);pointer-events:none}
.dc-program-card{background:rgba(255,255,255,.74);border-color:rgba(255,255,255,.96)}
.dc-program-card img,.dc-dest-card img,.dc-mini-card img{transition:transform .45s ease}
.dc-program-card:hover img,.dc-dest-card:hover img,.dc-mini-card:hover img{transform:scale(1.035)}
.dc-programs{position:relative;overflow:hidden}
.dc-programs:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;left:-180px;top:120px;background:radial-gradient(circle,rgba(80,178,245,.12),transparent 68%)}
.dc-scholar-card{background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(245,251,255,.64))}
.dc-cost{box-shadow:0 26px 70px rgba(8,66,168,.24)}
.dc-why-card{background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(242,249,255,.72))}
.dc-why-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(20,75,144,.12)}
.dc-school-pill{background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(244,250,255,.68));min-height:96px}
.dc-consult-shell{border:1px solid rgba(255,255,255,.95);box-shadow:0 34px 90px rgba(13,65,142,.16)}
.dc-consult-form{background:linear-gradient(145deg,rgba(255,255,255,.93),rgba(240,249,255,.82))}
.dc-float-consult{position:fixed;z-index:950;right:24px;bottom:24px;display:flex;align-items:center;gap:9px;padding:10px 16px 10px 10px;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--dc-blue),var(--dc-bright));box-shadow:0 18px 45px rgba(9,107,226,.28);border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(12px);transition:.25s}
.dc-float-consult:hover{transform:translateY(-3px);color:#fff}
.dc-float-consult span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.16);color:#ffe09a}
.dc-float-consult b{font-size:13px}
.dc-footer{box-shadow:0 -24px 70px rgba(6,33,100,.08)}
@media(max-width:900px){
  .dc-journey{grid-template-columns:repeat(2,1fr)}
  .dc-journey-step{border-bottom:1px solid rgba(8,66,168,.08)}
  .dc-journey-step:nth-child(2n){border-right:0}
  .dc-journey-step:last-child{grid-column:1/-1}
}
@media(max-width:640px){
  .dc-hero{padding-top:48px}
  .dc-hero h1{font-size:42px}
  .dc-hero-visual{transform:none}
  .dc-journey{grid-template-columns:1fr}
  .dc-journey-step,.dc-journey-step:nth-child(2n){border-right:0;border-bottom:1px solid rgba(8,66,168,.08)}
  .dc-journey-step:last-child{grid-column:auto;border-bottom:0}
  .dc-float-consult{right:14px;bottom:14px;padding:8px}
  .dc-float-consult b{display:none}
  .dc-float-consult span{width:40px;height:40px}
}

/* V3 hero banner - generated D-Connect artwork */
.dc-hero{padding-top:44px}
.dc-hero-grid{
  position:relative;
  min-height:610px;
  grid-template-columns:1fr;
  align-items:center;
  overflow:hidden;
  border-radius:36px;
  padding:56px 54px;
  background-image:
    linear-gradient(90deg,rgba(249,253,255,.96) 0%,rgba(249,253,255,.88) 25%,rgba(249,253,255,.38) 47%,rgba(249,253,255,.02) 68%),
    url('https://dconnectglobal.vn/wp-content/uploads/dconnect/hero-dconnect-ai.webp');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  box-shadow:0 34px 90px rgba(13,65,142,.16);
  border:1px solid rgba(255,255,255,.95);
}
.dc-hero-grid:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(7,67,153,.03));
}
.dc-hero-copy{max-width:610px;padding:18px 0;position:relative;z-index:3}
.dc-hero h1{font-size:clamp(46px,5.4vw,72px);max-width:680px}
.dc-hero-copy>p{max-width:580px}
.dc-hero-visual{display:none!important}
.dc-hero:before,.dc-hero:after,.dc-orb{display:none!important}
.dc-finder{margin-top:-34px}
@media(max-width:900px){
  .dc-hero-grid{
    min-height:680px;
    padding:38px 30px;
    align-items:flex-start;
    background-image:
      linear-gradient(180deg,rgba(249,253,255,.97) 0%,rgba(249,253,255,.88) 42%,rgba(249,253,255,.20) 72%,rgba(249,253,255,.02) 100%),
      url('https://dconnectglobal.vn/wp-content/uploads/dconnect/hero-dconnect-ai.webp');
    background-position:60% center;
  }
  .dc-hero-copy{max-width:100%}
}
@media(max-width:640px){
  .dc-hero{padding-top:20px}
  .dc-hero-grid{
    min-height:720px;
    border-radius:26px;
    padding:28px 22px;
    background-position:68% center;
  }
  .dc-hero h1{font-size:40px}
  .dc-finder{margin-top:-28px}
}

/* V3.1 Full-bleed hero banner */
.dc-hero{
  padding:0 0 48px;
  overflow:visible;
}
.dc-hero>.dc-container{
  width:100%;
  max-width:none;
  margin:0;
}
.dc-hero-grid{
  width:100%;
  min-height:680px;
  border-radius:0;
  border:0;
  box-shadow:none;
  padding:
    88px max(28px,calc((100vw - 1180px)/2))
    110px;
  background-image:
    linear-gradient(90deg,rgba(248,252,255,.97) 0%,rgba(248,252,255,.90) 24%,rgba(248,252,255,.52) 43%,rgba(248,252,255,.08) 63%,rgba(248,252,255,0) 78%),
    url('https://dconnectglobal.vn/wp-content/uploads/dconnect/hero-dconnect-ai.webp');
  background-size:cover;
  background-position:center center;
}
.dc-hero-grid:before{
  background:
    linear-gradient(180deg,rgba(6,33,100,.02),rgba(6,33,100,.08)),
    linear-gradient(90deg,rgba(255,255,255,.05),transparent 55%);
}
.dc-hero-copy{
  max-width:610px;
}
.dc-finder{
  width:min(1180px,calc(100% - 40px));
  margin:-58px auto 0;
  position:relative;
  z-index:5;
}
@media(max-width:900px){
  .dc-hero-grid{
    min-height:720px;
    padding:54px 28px 120px;
    background-image:
      linear-gradient(180deg,rgba(248,252,255,.98) 0%,rgba(248,252,255,.92) 34%,rgba(248,252,255,.48) 58%,rgba(248,252,255,.06) 78%,rgba(248,252,255,0) 100%),
      url('https://dconnectglobal.vn/wp-content/uploads/dconnect/hero-dconnect-ai.webp');
    background-position:62% center;
  }
  .dc-finder{
    width:min(100% - 28px,1180px);
    margin:-54px auto 0;
  }
}
@media(max-width:640px){
  .dc-hero-grid{
    min-height:760px;
    padding:36px 20px 120px;
    background-position:68% center;
  }
  .dc-finder{
    width:calc(100% - 24px);
    margin:-48px auto 0;
  }
}

/* =========================================================
   D-CONNECT V4 — UI audit / stronger visual hierarchy
   ========================================================= */
.dc-section{padding:96px 0}
.dc-section-head{margin-bottom:38px}
.dc-title{max-width:800px}
.dc-kicker{letter-spacing:.13em}
.dc-programs,
.dc-stories,
.dc-editorial{
  position:relative;
}
.dc-programs{background:linear-gradient(180deg,rgba(232,246,255,.78),rgba(250,253,255,.88))}
.dc-stories{background:linear-gradient(180deg,#fff,rgba(240,249,255,.76))}
.dc-editorial{background:linear-gradient(180deg,rgba(246,251,255,.8),#fff)}

/* Journey = stepper, not five glass cards */
.dc-journey{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:28px;
  padding:8px 4px 0;
  margin:10px 0 86px;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  overflow:visible;
}
.dc-journey:before{
  content:"";
  position:absolute;
  left:36px;right:36px;top:24px;
  height:1px;
  background:linear-gradient(90deg,rgba(9,107,226,.08),rgba(9,107,226,.34),rgba(202,154,46,.28));
}
.dc-journey-step{
  position:relative;
  min-height:auto;
  padding:0 8px 0 0;
  border:0!important;
  background:transparent;
}
.dc-journey-step span{
  position:relative;
  z-index:2;
  width:34px;height:34px;
  margin:0 0 15px;
  border-radius:50%;
  background:#fff;
  color:var(--dc-blue);
  border:1px solid rgba(8,66,168,.16);
  box-shadow:0 8px 20px rgba(8,66,168,.08);
}
.dc-journey-step b{font-size:15px;margin-bottom:7px}
.dc-journey-step small{font-size:12px;line-height:1.55;max-width:175px}

/* Destination mosaic */
.dc-dest-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:18px;
}
.dc-dest-card{
  grid-column:span 3;
  min-height:300px;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 16px 42px rgba(20,75,144,.08);
}
.dc-dest-card.dc-dest-featured{
  grid-column:span 6;
  min-height:390px;
}
.dc-dest-card img{height:190px}
.dc-dest-card.dc-dest-featured img{height:275px}
.dc-dest-body{padding:19px 20px 21px}
.dc-dest-card.dc-dest-featured .dc-dest-body{
  display:grid;
  grid-template-columns:1fr minmax(220px,1.35fr);
  column-gap:26px;
  align-items:start;
}
.dc-dest-card.dc-dest-featured .dc-dest-body h3{font-size:22px}
.dc-dest-card.dc-dest-featured .dc-dest-body span{grid-column:1}
.dc-dest-body h3{font-size:18px}
.dc-dest-body p{font-size:13px}

/* Course finder = main product surface */
.dc-filter-row{
  padding:14px;
  border-radius:20px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.95);
  box-shadow:0 15px 44px rgba(20,75,144,.07);
  backdrop-filter:blur(14px);
}
.dc-program-grid{grid-template-columns:repeat(3,1fr);gap:22px}
.dc-program-card{
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(8,66,168,.08);
  box-shadow:0 18px 46px rgba(18,70,137,.09);
}
.dc-program-card img{height:220px}
.dc-program-body{padding:22px}
.dc-program-body h3{font-size:20px;min-height:50px}
.dc-program-country{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:#eef7ff;
}

/* Scholarships = 3 editorial cards, less glass */
.dc-scholar-grid{grid-template-columns:1.15fr 1fr 1fr;gap:20px}
.dc-scholar-card{
  min-height:260px;
  padding:26px;
  display:flex;
  flex-direction:column;
  border-radius:26px;
  background:#fff!important;
  border:1px solid rgba(8,66,168,.09)!important;
  box-shadow:0 16px 42px rgba(18,70,137,.08)!important;
  backdrop-filter:none!important;
}
.dc-scholar-card.dc-scholar-featured{
  background:linear-gradient(145deg,#062164,#0757bd)!important;
  color:#fff;
  overflow:hidden;
}
.dc-scholar-card.dc-scholar-featured:after{
  content:"";
  position:absolute;
  width:250px;height:250px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  right:-120px;bottom:-120px;
  box-shadow:0 0 0 38px rgba(255,255,255,.025),0 0 0 76px rgba(255,255,255,.018);
}
.dc-scholar-card.dc-scholar-featured h3,
.dc-scholar-card.dc-scholar-featured p,
.dc-scholar-card.dc-scholar-featured a{color:#fff}
.dc-scholar-card.dc-scholar-featured .dc-card-eyebrow{color:#bde5ff}
.dc-scholar-card.dc-scholar-featured .dc-scholar-icon{
  background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.18)
}
.dc-card-eyebrow{
  display:block;
  margin-bottom:7px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
  color:var(--dc-bright);
}
.dc-scholar-card h3{font-size:21px}
.dc-scholar-card p{font-size:13px;line-height:1.7}

/* Why = visual anchor + 2x2 capabilities */
.dc-why-section{overflow:hidden}
.dc-why-layout{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:34px;
  align-items:stretch;
}
.dc-why-anchor{
  position:relative;
  min-height:520px;
  padding:44px 40px;
  border-radius:32px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 75% 30%,rgba(92,191,255,.22),transparent 28%),
    linear-gradient(145deg,#061d55,#0756ba);
  box-shadow:0 28px 70px rgba(6,33,100,.18);
}
.dc-why-anchor .dc-kicker{color:#bde5ff}
.dc-why-anchor .dc-title{color:#fff;font-size:42px}
.dc-why-anchor .dc-subtitle{color:rgba(255,255,255,.76);max-width:510px}
.dc-why-anchor .dc-btn{margin-top:28px;background:#fff;color:var(--dc-blue);box-shadow:none}
.dc-orbit-visual{
  position:absolute;
  right:-80px;bottom:-110px;
  width:330px;height:330px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.15);
  box-shadow:0 0 0 48px rgba(255,255,255,.025),0 0 0 96px rgba(255,255,255,.018);
}
.dc-orbit-visual span{
  position:absolute;left:93px;top:70px;
  font-size:96px;font-weight:900;font-style:italic;
  color:rgba(255,255,255,.13);
}
.dc-orbit-visual i{
  position:absolute;left:12px;right:12px;top:155px;
  height:1px;background:rgba(241,197,91,.55);
  transform:rotate(-18deg);
}
.dc-orbit-visual i:nth-child(2){transform:rotate(30deg);opacity:.28}
.dc-orbit-visual i:nth-child(3){transform:rotate(72deg);opacity:.18}
.dc-why-grid{grid-template-columns:repeat(2,1fr);gap:18px}
.dc-why-card{
  padding:28px;
  text-align:left;
  min-height:248px;
  border-radius:26px;
}
.dc-why-icon{
  width:42px;height:42px;
  margin:0 0 26px;
  border-radius:13px;
  font-size:12px;
  font-weight:900;
}
.dc-why-card h3{font-size:19px}
.dc-why-card p{font-size:13px;line-height:1.7}

/* Case study placeholders should not look like fake testimonials */
.dc-story-card{background:#fff!important;backdrop-filter:none!important}
.dc-case-label{
  display:inline-flex;
  margin-bottom:9px;
  padding:5px 8px;
  border-radius:999px;
  font-size:9px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  background:#edf7ff;
  color:var(--dc-bright);
}
.dc-stars{display:none}

/* School names = quieter trust/discovery strip */
.dc-school-strip{
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.dc-school-pill{
  min-height:78px;
  justify-content:flex-start;
  padding:18px 22px;
  border-radius:18px;
  box-shadow:none;
  border:1px solid rgba(8,66,168,.09);
  background:#fff;
}
.dc-school-pill:before{
  content:"";
  width:7px;height:7px;
  flex:0 0 7px;
  margin-right:11px;
  border-radius:50%;
  background:var(--dc-gold);
  box-shadow:0 0 0 5px rgba(202,154,46,.08);
}

/* Editorial section: one big visual + clean reading list */
.dc-editorial-grid{
  display:grid;
  grid-template-columns:1.06fr .94fr;
  gap:24px;
}
.dc-event-feature{
  position:relative;
  min-height:550px;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 24px 64px rgba(13,65,142,.13);
}
.dc-event-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.dc-event-feature:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(3,24,67,.02) 25%,rgba(3,24,67,.82) 100%);
}
.dc-event-overlay{
  position:absolute;z-index:2;
  left:32px;right:32px;bottom:32px;
  max-width:520px;color:#fff;
}
.dc-event-overlay .dc-card-eyebrow{color:#bde5ff}
.dc-event-overlay h3{font-size:32px;line-height:1.08;margin:6px 0 12px;color:#fff}
.dc-event-overlay p{font-size:14px;line-height:1.65;color:rgba(255,255,255,.78);margin:0 0 20px}
.dc-knowledge-panel{
  padding:20px 22px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(8,66,168,.08);
  box-shadow:0 18px 48px rgba(18,70,137,.08);
}
.dc-knowledge-head{
  display:flex;justify-content:space-between;align-items:center;
  padding:4px 4px 16px;
  border-bottom:1px solid rgba(8,66,168,.08);
}
.dc-knowledge-head span{font-size:15px;font-weight:900;color:var(--dc-navy)}
.dc-knowledge-head a{font-size:12px;font-weight:800;color:var(--dc-bright)}
.dc-knowledge-row{
  display:grid;
  grid-template-columns:136px 1fr;
  gap:17px;
  align-items:center;
  padding:18px 4px;
  border-bottom:1px solid rgba(8,66,168,.08);
}
.dc-knowledge-row:last-child{border-bottom:0}
.dc-knowledge-row img{
  width:136px;height:105px;object-fit:cover;border-radius:16px
}
.dc-knowledge-row h3{font-size:16px;line-height:1.35;color:var(--dc-navy);margin:5px 0 5px}
.dc-knowledge-row p{font-size:12px;line-height:1.5;color:#748097;margin:0}

/* Slightly calmer glass language */
.dc-glass{background:rgba(255,255,255,.76)}
.dc-finder{background:rgba(255,255,255,.78)}
.dc-consult-form{background:rgba(255,255,255,.93)}

/* Tablet */
@media(max-width:1080px){
  .dc-dest-card{grid-column:span 6}
  .dc-dest-card.dc-dest-featured{grid-column:span 6}
  .dc-program-grid{grid-template-columns:repeat(2,1fr)}
  .dc-program-card:last-child{grid-column:1/-1;max-width:560px}
  .dc-scholar-grid{grid-template-columns:1fr 1fr}
  .dc-scholar-card.dc-scholar-featured{grid-column:1/-1}
  .dc-why-layout{grid-template-columns:1fr}
  .dc-why-anchor{min-height:430px}
  .dc-editorial-grid{grid-template-columns:1fr}
  .dc-event-feature{min-height:470px}
}

/* Mobile = horizontal discovery rather than endless vertical card soup */
@media(max-width:640px){
  .dc-section{padding:58px 0}
  .dc-section-head{margin-bottom:24px}
  .dc-title{font-size:34px}
  .dc-subtitle{font-size:14px}
  .dc-journey{
    display:flex;
    gap:22px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    margin:2px -14px 54px;
    padding:8px 14px 14px;
  }
  .dc-journey:before{display:none}
  .dc-journey-step{
    min-width:170px;
    scroll-snap-align:start;
  }
  .dc-dest-grid{
    display:flex;
    overflow-x:auto;
    gap:14px;
    margin:0 -14px;
    padding:0 14px 14px;
    scroll-snap-type:x mandatory;
  }
  .dc-dest-card,
  .dc-dest-card.dc-dest-featured{
    min-width:80vw;
    min-height:340px;
    scroll-snap-align:start;
  }
  .dc-dest-card img,
  .dc-dest-card.dc-dest-featured img{height:220px}
  .dc-dest-card.dc-dest-featured .dc-dest-body{display:block}
  .dc-program-grid{
    display:flex;
    overflow-x:auto;
    gap:14px;
    margin:0 -14px;
    padding:0 14px 14px;
    scroll-snap-type:x mandatory;
  }
  .dc-program-card,
  .dc-program-card:last-child{
    min-width:82vw;
    max-width:none;
    scroll-snap-align:start;
  }
  .dc-scholar-grid{
    display:flex;
    overflow-x:auto;
    gap:14px;
    margin:0 -14px;
    padding:0 14px 14px;
    scroll-snap-type:x mandatory;
  }
  .dc-scholar-card,
  .dc-scholar-card.dc-scholar-featured{
    min-width:82vw;
    scroll-snap-align:start;
  }
  .dc-why-anchor{min-height:470px;padding:32px 24px;border-radius:26px}
  .dc-why-anchor .dc-title{font-size:34px}
  .dc-why-grid{grid-template-columns:1fr 1fr;gap:12px}
  .dc-why-card{min-height:220px;padding:20px 16px}
  .dc-why-card h3{font-size:16px}
  .dc-why-card p{font-size:11.5px}
  .dc-story-grid{
    display:flex;
    overflow-x:auto;
    margin:0 -14px;
    padding:0 14px 14px;
    scroll-snap-type:x mandatory;
  }
  .dc-story-card{min-width:84vw;scroll-snap-align:start}
  .dc-school-strip{
    display:flex;
    overflow-x:auto;
    gap:10px;
    margin:0 -14px;
    padding:0 14px 12px;
  }
  .dc-school-pill{min-width:70vw}
  .dc-event-feature{min-height:440px;border-radius:24px}
  .dc-event-overlay{left:22px;right:22px;bottom:22px}
  .dc-event-overlay h3{font-size:27px}
  .dc-knowledge-panel{padding:12px 14px;border-radius:24px}
  .dc-knowledge-row{grid-template-columns:104px 1fr;gap:12px;padding:14px 2px}
  .dc-knowledge-row img{width:104px;height:86px;border-radius:13px}
  .dc-knowledge-row h3{font-size:14px}
  .dc-knowledge-row p{display:none}
}
/* =========================================================
   D-CONNECT V5 — post-review refinement
   ========================================================= */

/* Header: quieter, more premium */
.dc-header{
  padding:10px 0;
  background:rgba(249,253,255,.82);
  border-bottom:1px solid rgba(8,66,168,.07);
  box-shadow:0 6px 22px rgba(10,56,125,.035);
}
.dc-header-inner{min-height:52px}
.dc-brand img{width:48px;height:48px;border-radius:14px}
.dc-brand-copy strong{font-size:18px}
.dc-nav{gap:21px}
.dc-nav a{font-size:13px}
.dc-header .dc-btn{min-height:44px;padding:0 18px}

/* Hero: full-bleed but visually behaves like a website banner */
.dc-hero{padding-bottom:34px;background:#f6fbff}
.dc-hero-grid{
  min-height:640px;
  padding:72px max(28px,calc((100vw - 1180px)/2)) 104px;
  background-position:58% center;
}
.dc-hero-copy{max-width:570px}
.dc-hero h1{
  font-size:clamp(48px,5vw,68px);
  line-height:1.01;
  letter-spacing:-.05em;
  margin-bottom:20px;
}
.dc-hero-copy>p{
  max-width:555px;
  font-size:16.5px;
  line-height:1.68;
  margin-bottom:22px;
}
.dc-benefits{gap:8px;margin-bottom:24px}
.dc-benefit{
  padding:8px 10px;
  border-radius:12px;
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(10px);
  font-size:12px;
}
.dc-benefit b{width:26px;height:26px;border-radius:8px;font-size:13px}
.dc-hero-cta .dc-btn{min-height:50px}

/* Finder: one real mode, not fake tabs */
.dc-finder{
  width:min(1120px,calc(100% - 40px));
  margin:-52px auto 0;
  padding:16px;
  border-radius:22px;
  background:rgba(255,255,255,.88);
  box-shadow:0 22px 58px rgba(13,65,142,.14);
}
.dc-finder-tabs{margin-bottom:12px}
.dc-finder-tabs .dc-tab:not(.active){display:none}
.dc-tab.active{
  background:transparent;
  color:var(--dc-navy);
  padding:2px 2px 5px;
  font-size:13px;
  letter-spacing:.01em;
}
.dc-tab.active:before{content:"✦";color:var(--dc-gold);margin-right:7px}
.dc-finder-grid{gap:9px}
.dc-finder .dc-field select{min-height:50px}

/* Global rhythm */
.dc-section{padding:82px 0}
.dc-section-head{margin-bottom:30px}
.dc-title{font-size:clamp(32px,3.6vw,46px)}
.dc-subtitle{font-size:15px;line-height:1.68}
.dc-kicker{font-size:11px}
.dc-footer{margin-top:46px}

/* Journey tighter and calmer */
.dc-journey{margin:0 0 66px;gap:24px}
.dc-journey-step small{color:#71809a}

/* Destination cards: more editorial, less dashboard */
.dc-dest-grid{gap:16px}
.dc-dest-card{box-shadow:0 12px 34px rgba(20,75,144,.07)}
.dc-dest-card.dc-dest-featured{min-height:370px}
.dc-dest-card.dc-dest-featured img{height:255px}
.dc-dest-card img{height:180px}
.dc-dest-body{padding:18px 19px 20px}

/* Product/search surface */
.dc-programs{
  background:linear-gradient(180deg,rgba(237,248,255,.88),rgba(250,253,255,.95));
}
.dc-filter-row{margin-bottom:18px}
.dc-program-grid{gap:18px}
.dc-program-card{box-shadow:0 14px 38px rgba(18,70,137,.075)}
.dc-program-card img{height:205px}

/* Scholarship + cost spacing */
.dc-scholar-grid{gap:18px}
.dc-cost-wrap{padding-top:28px}
.dc-cost{padding:34px;border-radius:28px}

/* Why block: reduce visual weight */
.dc-why-layout{gap:24px}
.dc-why-anchor{min-height:490px;padding:40px 36px}
.dc-why-anchor .dc-title{font-size:39px}
.dc-why-grid{gap:14px}
.dc-why-card{min-height:235px;padding:25px}
.dc-why-icon{margin-bottom:20px}

/* Placeholder testimonials should not ship as if they were content */
.dc-stories{display:none!important}

/* School discovery strip */
.dc-school-pill{min-height:70px}

/* Editorial */
.dc-event-feature{min-height:500px}
.dc-knowledge-panel{box-shadow:0 14px 40px rgba(18,70,137,.065)}

/* Consultation area */
.dc-consult{padding-top:54px}
.dc-consult-shell{border-radius:28px}
.dc-consult-visual{min-height:500px}
.dc-consult-form{padding:34px}
.dc-consult-form h2{font-size:29px}

/* Mobile review fixes */
@media(max-width:900px){
  .dc-header{padding:8px 0}
  .dc-hero-grid{
    min-height:700px;
    padding:48px 28px 112px;
    background-position:64% center;
  }
  .dc-hero-copy{max-width:610px}
  .dc-finder{width:min(calc(100% - 28px),1120px);margin:-50px auto 0}
  .dc-section{padding:68px 0}
}

@media(max-width:640px){
  .dc-brand img{width:42px;height:42px}
  .dc-brand-copy strong{font-size:14px}
  .dc-menu-toggle{width:40px;height:40px}
  .dc-hero{padding-bottom:28px}
  .dc-hero-grid{
    min-height:680px;
    padding:30px 18px 102px;
    background-position:69% center;
    background-image:
      linear-gradient(180deg,rgba(248,252,255,.98) 0%,rgba(248,252,255,.94) 31%,rgba(248,252,255,.62) 51%,rgba(248,252,255,.10) 75%,rgba(248,252,255,0) 100%),
      url('https://dconnectglobal.vn/wp-content/uploads/dconnect/hero-dconnect-ai.webp');
  }
  .dc-hero h1{font-size:38px;line-height:1.02;margin-bottom:16px}
  .dc-hero-copy>p{font-size:14.5px;line-height:1.6;margin-bottom:17px}
  .dc-benefits{
    display:flex;
    flex-wrap:nowrap;
    gap:7px;
    overflow-x:auto;
    margin:0 -4px 18px;
    padding:0 4px 4px;
    scrollbar-width:none;
  }
  .dc-benefits::-webkit-scrollbar{display:none}
  .dc-benefit{min-width:max-content;font-size:11px;padding:7px 9px}
  .dc-benefit b{width:23px;height:23px;font-size:11px}
  .dc-hero-cta{gap:8px}
  .dc-hero-cta .dc-btn{min-height:46px;font-size:13px}
  .dc-finder{
    width:calc(100% - 20px);
    margin:-44px auto 0;
    padding:13px;
    border-radius:19px;
  }
  .dc-finder-grid{
    grid-template-columns:1fr 1fr!important;
    gap:9px;
  }
  .dc-finder-grid .dc-field:nth-child(3){grid-column:1/-1}
  .dc-finder .dc-btn{grid-column:1/-1}
  .dc-field label{font-size:9px;letter-spacing:.06em}
  .dc-field select,.dc-field input{min-height:46px;font-size:13px;padding:0 10px}
  .dc-section{padding:54px 0}
  .dc-title{font-size:31px}
  .dc-subtitle{font-size:13.5px}
  .dc-section-head{margin-bottom:22px}
  .dc-journey{margin-bottom:44px}
  .dc-dest-card,.dc-dest-card.dc-dest-featured{min-width:82vw;min-height:320px}
  .dc-dest-card img,.dc-dest-card.dc-dest-featured img{height:205px}
  .dc-program-card,.dc-program-card:last-child{min-width:84vw}
  .dc-program-card img{height:190px}
  .dc-cost{padding:24px 18px}
  .dc-cost h2{font-size:27px}
  .dc-why-anchor{min-height:430px;padding:28px 22px}
  .dc-why-anchor .dc-title{font-size:31px}
  .dc-why-grid{
    display:flex;
    overflow-x:auto;
    gap:12px;
    margin:0 -14px;
    padding:0 14px 12px;
    scroll-snap-type:x mandatory;
  }
  .dc-why-card{
    min-width:78vw;
    min-height:190px;
    scroll-snap-align:start;
    padding:21px 18px;
  }
  .dc-why-card p{font-size:12.5px}
  .dc-event-feature{min-height:400px}
  .dc-consult{padding-top:40px}
  .dc-consult-visual{min-height:330px}
  .dc-consult-form{padding:24px 18px}
  .dc-footer{margin-top:30px}
}

/* =========================================================
   D-CONNECT V6 — responsive QA fixes after stylesheet cleanup
   ========================================================= */

/* Hero: reduce vertical weight on desktop */
.dc-hero-grid{
  min-height:600px;
  padding:64px max(28px,calc((100vw - 1180px)/2)) 92px;
}
.dc-hero-copy{
  min-width:0;
  padding:0;
}
.dc-hero h1{
  font-size:clamp(46px,4.3vw,60px);
  line-height:1.02;
  margin-bottom:18px;
}
.dc-hero-copy>p{
  font-size:16px;
  line-height:1.62;
  margin-bottom:20px;
}
.dc-benefits{margin-bottom:20px}
.dc-hero-cta{gap:10px}

/* Tablet: avoid five cramped journey columns */
@media (min-width:641px) and (max-width:900px){
  .dc-hero-grid{
    min-height:620px;
    padding:44px 28px 100px;
  }
  .dc-hero-copy{max-width:590px}
  .dc-hero h1{font-size:50px}
  .dc-journey{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px 14px;
    margin-bottom:54px;
  }
  .dc-journey:before{display:none}
  .dc-journey-step{
    padding:0 8px 0 0;
    min-width:0;
  }
  .dc-journey-step small{max-width:none}
  .dc-program-card:last-child{margin-inline:auto}
}

/* Mobile: hard-stop intrinsic overflow and cut vertical bloat */
@media(max-width:640px){
  .dc-hero-grid{
    grid-template-columns:minmax(0,1fr)!important;
    min-height:620px;
    padding:26px 18px 92px;
    gap:0;
  }
  .dc-hero-copy{
    width:100%;
    max-width:100%;
    min-width:0;
    padding:0;
  }
  .dc-hero h1{
    width:100%;
    max-width:100%;
    font-size:36px;
    line-height:1.03;
    margin-bottom:14px;
  }
  .dc-hero-copy>p{
    width:100%;
    max-width:100%;
    font-size:14px;
    line-height:1.55;
    margin-bottom:16px;
  }
  .dc-benefits{
    width:100%;
    max-width:100%;
    min-width:0;
    gap:7px;
    margin-bottom:16px;
  }
  .dc-benefit{
    flex:0 0 auto;
    min-width:max-content;
    font-size:10.5px;
    padding:6px 8px;
  }
  .dc-benefit b{width:22px;height:22px}
  .dc-hero-cta{
    width:100%;
    gap:7px;
  }
  .dc-hero-cta .dc-btn{
    width:100%;
    white-space:normal;
    text-align:center;
  }
  .dc-finder{margin-top:-38px}

  /* Finder / course filters use two columns where practical */
  .dc-filter-row{
    grid-template-columns:1fr 1fr!important;
    gap:8px;
    padding:10px;
  }
  .dc-filter-row select{
    min-width:0;
    width:100%;
    height:46px;
    padding:0 9px;
    font-size:12px;
  }
  .dc-filter-row .dc-btn{
    grid-column:1/-1;
    min-height:46px;
  }

  /* Keep program discovery horizontal instead of adding a second vertical page */
  .dc-program-grid{
    display:flex;
    overflow-x:auto;
    gap:12px;
    margin:0 -14px;
    padding:0 14px 12px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .dc-program-grid::-webkit-scrollbar{display:none}
  .dc-program-card,
  .dc-program-card:last-child{
    flex:0 0 82vw;
    width:82vw;
    min-width:82vw;
    max-width:82vw;
    grid-column:auto;
    margin:0;
    scroll-snap-align:start;
  }

  /* Why cards: slider only, decorative orbit cannot affect layout */
  .dc-orbit-visual{
    right:-125px;
    bottom:-135px;
    transform:scale(.82);
    transform-origin:center;
  }

  /* Footer: 2-column utility layout instead of four long stacked blocks */
  .dc-footer-inner{
    padding:38px 0 24px;
    grid-template-columns:1fr 1fr;
    gap:26px 20px;
  }
  .dc-footer-inner>div:first-child,
  .dc-footer-inner>div:last-child{
    grid-column:1/-1;
  }
  .dc-footer p{font-size:12px}
  .dc-footer ul{gap:7px}
  .dc-footer a{font-size:12px}
  .dc-footer-bottom{padding:14px 0 20px}
}

/* =========================================================
   D-CONNECT V7 — mobile-first refinement
   ========================================================= */

/* Tablet finder should be one compact row, not three stacked rows */
@media (min-width:641px) and (max-width:900px){
  .dc-finder{
    width:min(calc(100% - 28px),1120px);
    padding:14px;
  }
  .dc-finder-grid{
    grid-template-columns:1fr 1fr 1fr auto;
    align-items:end;
    gap:9px;
  }
  .dc-finder .dc-btn{
    grid-column:auto;
    min-height:50px;
    padding-inline:16px;
  }
  .dc-field label{
    font-size:11px;
  }
  .dc-section{
    padding:58px 0;
  }
}

/* Phone */
@media(max-width:640px){
  html{scroll-padding-top:66px}
  body.dconnect-home{overflow-x:hidden}

  /* Header */
  .dc-header{
    padding:6px 0;
    background:rgba(249,253,255,.94);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
  }
  .dc-header-inner{
    min-height:48px;
    gap:10px;
  }
  .dc-brand{
    gap:8px;
    max-width:calc(100% - 54px);
  }
  .dc-brand img{
    width:38px;
    height:38px;
    border-radius:11px;
    padding:2px;
  }
  .dc-brand-copy strong{
    font-size:13px;
    letter-spacing:.075em;
  }
  .dc-menu-toggle{
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:12px;
    font-size:20px;
  }
  .dc-nav{
    top:62px;
    left:10px;
    right:10px;
    gap:0;
    padding:10px;
    border-radius:18px;
    background:rgba(255,255,255,.98);
    border:1px solid rgba(8,66,168,.08);
  }
  .dc-nav a{
    min-height:44px;
    display:flex;
    align-items:center;
    padding:0 12px;
    border-radius:10px;
    font-size:14px;
  }
  .dc-nav a:hover{
    background:#f2f8ff;
  }

  /* Hero */
  .dc-hero{
    padding-bottom:24px;
    background:#f6fbff;
  }
  .dc-hero-grid{
    grid-template-columns:minmax(0,1fr)!important;
    min-height:520px;
    padding:22px 16px 72px;
    background-position:70% center;
  }
  .dc-hero-copy{
    width:100%;
    max-width:100%;
    min-width:0;
    padding:0;
  }
  .dc-kicker{
    font-size:10px;
    padding:6px 9px;
    margin-bottom:8px;
  }
  .dc-hero h1{
    font-size:34px;
    line-height:1.02;
    letter-spacing:-.04em;
    margin-bottom:12px;
  }
  .dc-hero-copy>p{
    font-size:13.5px;
    line-height:1.52;
    margin-bottom:14px;
    max-width:340px;
  }
  .dc-benefits{
    width:100%;
    max-width:100%;
    margin-bottom:14px;
    gap:6px;
    padding-bottom:3px;
  }
  .dc-benefit{
    padding:6px 8px;
    font-size:10px;
    min-width:max-content;
    border-radius:10px;
  }
  .dc-benefit b{
    width:21px;
    height:21px;
    font-size:10px;
    border-radius:7px;
  }
  .dc-hero-cta{
    flex-direction:row;
    align-items:stretch;
    gap:7px;
    width:100%;
  }
  .dc-hero-cta .dc-btn{
    flex:1 1 0;
    width:auto;
    min-width:0;
    min-height:48px;
    padding:8px 10px;
    font-size:12px;
    line-height:1.25;
    white-space:normal;
    text-align:center;
  }

  /* Finder */
  .dc-finder{
    width:calc(100% - 18px);
    margin:-34px auto 0;
    padding:12px;
    border-radius:18px;
  }
  .dc-finder-tabs{
    margin-bottom:9px;
  }
  .dc-tab.active{
    font-size:12px;
  }
  .dc-finder-grid{
    grid-template-columns:1fr 1fr!important;
    gap:8px;
    align-items:end;
  }
  .dc-finder-grid .dc-field:nth-child(3){
    grid-column:auto!important;
  }
  .dc-finder .dc-btn{
    grid-column:auto!important;
    min-height:48px;
    padding:0 8px;
    font-size:12px;
  }

  /* Mobile form readability + prevent iOS zoom */
  .dc-field label{
    font-size:11.5px!important;
    letter-spacing:.035em;
    margin:0 0 5px 2px;
  }
  .dc-field select,
  .dc-field input,
  .dc-field textarea{
    min-height:48px;
    border-radius:12px;
    padding-inline:11px;
    font-size:16px!important;
  }
  .dc-field textarea{
    min-height:92px;
    padding-top:11px;
  }

  /* Global spacing */
  .dc-section{
    padding:46px 0;
  }
  .dc-section-head{
    gap:8px;
    margin-bottom:20px;
  }
  .dc-title{
    font-size:29px;
    line-height:1.06;
    letter-spacing:-.035em;
  }
  .dc-subtitle{
    font-size:13.5px;
    line-height:1.55;
  }
  .dc-link{
    display:inline-flex;
    align-items:center;
    min-height:40px;
    font-size:12.5px;
  }

  /* Journey becomes compact swipe rail */
  .dc-journey{
    display:flex;
    overflow-x:auto;
    gap:10px;
    margin:0 -14px 36px;
    padding:0 14px 8px;
    border-radius:0;
    box-shadow:none;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .dc-journey::-webkit-scrollbar{display:none}
  .dc-journey:before{display:none}
  .dc-journey-step{
    flex:0 0 68vw;
    min-width:68vw;
    min-height:118px;
    padding:16px;
    border:1px solid rgba(8,66,168,.08);
    border-radius:18px;
    background:rgba(255,255,255,.78);
    scroll-snap-align:start;
  }
  .dc-journey-step span{
    width:28px;
    height:28px;
    margin-bottom:8px;
  }
  .dc-journey-step b{
    font-size:14px;
    margin-bottom:4px;
  }
  .dc-journey-step small{
    font-size:11.5px;
    line-height:1.4;
  }

  /* Destination cards */
  .dc-dest-grid{
    gap:10px;
    margin:0 -14px;
    padding:0 14px 10px;
    scrollbar-width:none;
  }
  .dc-dest-grid::-webkit-scrollbar{display:none}
  .dc-dest-card,
  .dc-dest-card.dc-dest-featured{
    flex:0 0 78vw;
    width:78vw;
    min-width:78vw;
    min-height:0;
    height:auto;
    border-radius:20px;
  }
  .dc-dest-card img,
  .dc-dest-card.dc-dest-featured img{
    height:178px;
  }
  .dc-dest-body{
    padding:15px 15px 17px;
  }
  .dc-dest-body h3{
    font-size:20px;
  }
  .dc-dest-body p{
    font-size:12px;
    line-height:1.45;
  }

  /* Program filters + cards */
  .dc-filter-row{
    grid-template-columns:1fr 1fr!important;
    gap:8px;
    padding:10px;
    border-radius:16px;
    margin-bottom:14px;
  }
  .dc-filter-row select{
    width:100%;
    min-width:0;
    height:46px;
    padding:0 9px;
    font-size:14px;
  }
  .dc-filter-row .dc-btn{
    grid-column:1/-1;
    min-height:46px;
    font-size:13px;
  }
  .dc-program-grid{
    gap:10px;
    margin:0 -14px;
    padding:0 14px 10px;
  }
  .dc-program-card,
  .dc-program-card:last-child{
    flex:0 0 78vw;
    width:78vw;
    min-width:78vw;
    max-width:78vw;
    border-radius:20px;
  }
  .dc-program-card img{
    height:168px;
  }
  .dc-program-body{
    padding:16px;
  }
  .dc-program-body h3{
    min-height:0;
    font-size:18px;
    margin-bottom:8px;
  }
  .dc-program-body ul{
    gap:5px;
    font-size:12px;
  }
  .dc-card-link{
    min-height:42px;
  }

  /* Scholarships horizontal */
  .dc-scholar-grid{
    display:flex;
    overflow-x:auto;
    gap:10px;
    margin:0 -14px;
    padding:0 14px 10px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .dc-scholar-grid::-webkit-scrollbar{display:none}
  .dc-scholar-card,
  .dc-scholar-card.dc-scholar-featured{
    flex:0 0 78vw;
    width:78vw;
    min-width:78vw;
    min-height:235px;
    padding:19px;
    border-radius:20px;
    scroll-snap-align:start;
  }
  .dc-scholar-card h3{
    font-size:19px;
  }
  .dc-scholar-card a{
    display:inline-flex;
    align-items:center;
    min-height:40px;
  }

  /* Cost */
  .dc-cost-wrap{
    padding-top:22px;
  }
  .dc-cost{
    padding:22px 17px;
    border-radius:22px;
  }
  .dc-cost-grid{
    gap:18px;
  }
  .dc-cost h2{
    font-size:27px;
  }
  .dc-cost p{
    font-size:13px;
    line-height:1.5;
    margin-bottom:16px;
  }
  .dc-cost-fields{
    grid-template-columns:1fr 1fr!important;
    gap:8px;
  }
  .dc-cost-fields select{
    min-width:0;
    height:47px;
    padding:0 9px;
    font-size:14px;
  }
  .dc-cost-fields select:nth-child(3){
    grid-column:1/-1;
  }
  .dc-cost-fields .dc-btn{
    grid-column:1/-1;
    min-height:47px;
  }
  .dc-cost-note{
    padding:17px;
    border-radius:17px;
  }
  .dc-cost-note strong{
    font-size:18px;
  }

  /* Why D-Connect */
  .dc-why-layout{
    gap:14px;
  }
  .dc-why-anchor{
    min-height:390px;
    padding:24px 20px;
    border-radius:22px;
  }
  .dc-why-anchor .dc-title{
    font-size:29px;
  }
  .dc-orbit-visual{
    right:-115px;
    bottom:-125px;
    transform:scale(.72);
  }
  .dc-why-grid{
    display:flex;
    overflow-x:auto;
    gap:10px;
    margin:0 -14px;
    padding:0 14px 8px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .dc-why-grid::-webkit-scrollbar{display:none}
  .dc-why-card{
    flex:0 0 72vw;
    width:72vw;
    min-width:72vw;
    min-height:170px;
    padding:18px;
    scroll-snap-align:start;
  }
  .dc-why-icon{
    margin-bottom:12px;
  }
  .dc-why-card h3{
    font-size:16px;
  }
  .dc-why-card p{
    font-size:12px;
    line-height:1.45;
  }

  /* School rail */
  .dc-school-strip{
    gap:8px;
    margin:0 -14px;
    padding:0 14px 8px;
    scrollbar-width:none;
  }
  .dc-school-strip::-webkit-scrollbar{display:none}
  .dc-school-pill{
    min-width:62vw;
    min-height:58px;
    padding:13px;
    font-size:12.5px;
  }

  /* Editorial */
  .dc-event-feature{
    min-height:340px;
    border-radius:20px;
  }
  .dc-event-overlay{
    left:18px;
    right:18px;
    bottom:18px;
  }
  .dc-event-overlay h3{
    font-size:23px;
    line-height:1.08;
  }
  .dc-event-overlay p{
    font-size:12px;
    line-height:1.45;
  }
  .dc-knowledge-panel{
    padding:10px 12px;
    border-radius:20px;
  }
  .dc-knowledge-head{
    min-height:46px;
  }
  .dc-knowledge-head a{
    min-height:40px;
    display:inline-flex;
    align-items:center;
  }
  .dc-knowledge-row{
    grid-template-columns:88px 1fr;
    gap:10px;
    padding:12px 0;
  }
  .dc-knowledge-row img{
    width:88px;
    height:76px;
  }
  .dc-knowledge-row h3{
    font-size:13.5px;
  }

  /* Consultation */
  .dc-consult{
    padding-top:34px;
  }
  .dc-consult-shell{
    border-radius:22px;
  }
  .dc-consult-visual{
    min-height:205px;
  }
  .dc-consult-copy{
    left:20px;
    right:20px;
    bottom:20px;
  }
  .dc-consult-copy h2{
    font-size:27px;
  }
  .dc-consult-form{
    padding:20px 16px;
  }
  .dc-consult-form h2{
    font-size:25px;
    line-height:1.08;
  }
  .dc-consult-form>p{
    font-size:13px;
    line-height:1.5;
    margin-bottom:16px;
  }
  .dc-form-grid{
    grid-template-columns:1fr 1fr!important;
    gap:9px;
  }
  .dc-form-grid .dc-field:nth-child(1),
  .dc-form-grid .dc-field:nth-child(6),
  .dc-form-grid .dc-field:nth-child(7),
  .dc-form-grid .dc-field:nth-child(8){
    grid-column:1/-1;
  }
  .dc-form-grid .dc-field.full{
    grid-column:1/-1;
  }
  .dc-privacy{
    font-size:10.5px;
    line-height:1.4;
  }

  /* Touch targets */
  .dc-card-link,
  .dc-scholar-copy>a,
  .dc-knowledge-head>a,
  .dc-footer a{
    min-height:38px;
    display:inline-flex;
    align-items:center;
  }

  /* Footer */
  .dc-footer{
    margin-top:24px;
  }
  .dc-footer-inner{
    padding:30px 0 18px;
    grid-template-columns:1fr 1fr;
    gap:18px 16px;
  }
  .dc-footer-inner>div:first-child,
  .dc-footer-inner>div:last-child{
    grid-column:1/-1;
  }
  .dc-footer .dc-brand{
    margin-bottom:8px;
  }
  .dc-footer p{
    margin:6px 0 10px;
    font-size:11.5px;
    line-height:1.5;
  }
  .dc-footer h4{
    margin-bottom:8px;
    font-size:12.5px;
  }
  .dc-footer ul{
    gap:2px;
  }
  .dc-footer a{
    font-size:11.5px;
    min-height:32px;
  }
  .dc-footer-bottom{
    padding:12px 0 16px;
    font-size:10px;
    line-height:1.45;
  }

  /* Floating consult button: compact and unobtrusive */
  .dc-float-consult{
    right:12px;
    bottom:12px;
    width:50px;
    height:50px;
    padding:7px;
    border-radius:50%;
    justify-content:center;
  }
  .dc-float-consult span{
    width:34px;
    height:34px;
  }
  .dc-float-consult b{
    display:none;
  }
}


/* =========================================================
   D-CONNECT V8 — dedicated mobile hero artwork
   ========================================================= */
@media(max-width:640px){
  .dc-hero{
    padding-bottom:20px;
    background:#f5fbff;
  }
  .dc-hero-grid{
    min-height:570px;
    padding:22px 16px 86px;
    align-items:start;
    background-image:
      linear-gradient(
        180deg,
        rgba(248,252,255,.99) 0%,
        rgba(248,252,255,.97) 26%,
        rgba(248,252,255,.88) 43%,
        rgba(248,252,255,.44) 60%,
        rgba(248,252,255,.06) 78%,
        rgba(248,252,255,0) 100%
      ),
      url('https://dconnectglobal.vn/wp-content/uploads/dconnect/dconnect-mobile-hero.webp');
    background-size:100% auto;
    background-position:center top;
    background-repeat:no-repeat;
  }
  .dc-hero-grid:before{
    background:
      radial-gradient(circle at 18% 17%,rgba(255,255,255,.58),transparent 34%),
      linear-gradient(90deg,rgba(255,255,255,.14),transparent 70%);
  }
  .dc-hero-copy{
    max-width:100%;
    padding:0;
  }
  .dc-hero .dc-kicker{
    margin-bottom:8px;
    background:rgba(255,255,255,.82);
    border-color:rgba(9,107,226,.12);
    box-shadow:0 7px 20px rgba(9,66,155,.06);
    backdrop-filter:blur(12px);
  }
  .dc-hero h1{
    max-width:350px;
    font-size:32px;
    line-height:1.03;
    letter-spacing:-.042em;
    margin-bottom:10px;
  }
  .dc-hero h1 span{
    display:block;
  }
  .dc-hero-copy>p{
    max-width:338px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    font-size:13px;
    line-height:1.48;
    margin-bottom:12px;
    color:#516b91;
  }
  .dc-benefits{
    width:calc(100% + 16px);
    margin-right:-16px;
    margin-bottom:12px;
    padding-right:16px;
    gap:6px;
  }
  .dc-benefit{
    background:rgba(255,255,255,.82);
    border:1px solid rgba(255,255,255,.9);
    box-shadow:0 8px 18px rgba(8,66,168,.06);
    backdrop-filter:blur(10px);
    font-size:9.8px;
  }
  .dc-hero-cta{
    max-width:350px;
    gap:7px;
  }
  .dc-hero-cta .dc-btn{
    min-height:46px;
    padding:8px 9px;
    border-radius:13px;
    font-size:11.5px;
    box-shadow:0 10px 24px rgba(8,66,168,.10);
  }
  .dc-hero-cta .dc-btn-ghost{
    background:rgba(255,255,255,.78);
    border-color:rgba(8,66,168,.16);
    backdrop-filter:blur(12px);
  }
  .dc-finder{
    margin-top:-42px;
    width:calc(100% - 18px);
    border-radius:18px;
    background:rgba(255,255,255,.94);
    box-shadow:0 18px 48px rgba(10,63,140,.16);
    backdrop-filter:blur(18px);
  }
}

@media(max-width:390px){
  .dc-hero-grid{
    min-height:555px;
    padding-left:14px;
    padding-right:14px;
  }
  .dc-hero h1{
    font-size:30px;
    max-width:328px;
  }
  .dc-hero-copy>p{
    max-width:325px;
    font-size:12.5px;
  }
  .dc-hero-cta{
    max-width:330px;
  }
}


/* =========================================================
   D-CONNECT V8.1 — mobile hero composition cleanup
   ========================================================= */
@media(max-width:640px){
  .dc-hero-grid{
    min-height:570px;
    background-position:center 72px;
  }

  /* Keep benefits intentional instead of showing a clipped third chip */
  .dc-benefits{
    width:100%;
    margin-right:0;
    padding-right:0;
    overflow:visible;
    display:flex;
    flex-wrap:nowrap;
    gap:7px;
  }
  .dc-benefit{
    flex:1 1 0;
    min-width:0;
    width:auto;
    justify-content:flex-start;
    white-space:nowrap;
    padding:6px 7px;
    font-size:9.7px;
  }
  .dc-benefit:nth-child(3){
    display:none;
  }

  /* Two clear actions without crowding the students */
  .dc-hero-cta{
    max-width:330px;
  }
  .dc-hero-cta .dc-btn{
    font-size:11.5px;
    min-height:46px;
  }

  /* The hero already contains multiple consultation entry points */
  .dc-float-consult{
    display:none!important;
  }

  .dc-finder{
    margin-top:-34px;
  }
}

@media(max-width:390px){
  .dc-hero-grid{
    min-height:565px;
    background-position:center 78px;
  }
  .dc-hero h1{
    font-size:30px;
  }
}


/* =========================================================
   D-CONNECT V9 — Japan partner network
   ========================================================= */
.dc-partners{
  position:relative;
  background:
    radial-gradient(circle at 10% 5%,rgba(9,107,226,.08),transparent 26%),
    linear-gradient(180deg,#f8fcff 0%,#eef7ff 55%,#f9fcff 100%);
  overflow:hidden;
}
.dc-partners:before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  right:-180px;
  top:90px;
  border:1px solid rgba(9,107,226,.09);
  box-shadow:0 0 0 44px rgba(9,107,226,.025),0 0 0 88px rgba(202,154,46,.018);
  pointer-events:none;
}
.dc-partner-head{
  position:relative;
  z-index:1;
}
.dc-partner-head .dc-subtitle{
  max-width:760px;
}
.dc-partner-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
}
.dc-partner-card{
  grid-column:span 4;
  min-width:0;
  overflow:hidden;
  border-radius:25px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(255,255,255,.96);
  box-shadow:0 18px 52px rgba(17,67,133,.09);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  transition:transform .25s ease,box-shadow .25s ease;
}
.dc-partner-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 62px rgba(17,67,133,.14);
}
.dc-partner-card:nth-child(1){
  grid-column:span 7;
}
.dc-partner-card:nth-child(2){
  grid-column:span 5;
}
.dc-partner-media{
  position:relative;
  overflow:hidden;
  height:215px;
  background:#dbeaf8;
}
.dc-partner-card:nth-child(-n+2) .dc-partner-media{
  height:260px;
}
.dc-partner-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}
.dc-partner-card:hover .dc-partner-media img{
  transform:scale(1.035);
}
.dc-partner-badge{
  position:absolute;
  left:14px;
  bottom:14px;
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  color:#fff;
  background:rgba(6,33,100,.86);
  border:1px solid rgba(255,255,255,.38);
  box-shadow:0 8px 24px rgba(2,28,79,.18);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  font-size:10px;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.dc-partner-body{
  padding:21px 21px 22px;
}
.dc-partner-meta{
  margin-bottom:8px;
  color:var(--dc-bright);
  font-size:11px;
  font-weight:800;
  letter-spacing:.035em;
  text-transform:uppercase;
}
.dc-partner-body h3{
  margin:0 0 10px;
  color:var(--dc-navy);
  font-size:21px;
  line-height:1.18;
  letter-spacing:-.025em;
}
.dc-partner-card:nth-child(-n+2) .dc-partner-body h3{
  font-size:24px;
}
.dc-partner-body p{
  margin:0;
  color:#58708f;
  font-size:13px;
  line-height:1.62;
}
.dc-partner-address{
  margin-top:11px;
  padding:10px 11px;
  border-radius:12px;
  background:#f2f8ff;
  color:#405d83;
  font-size:11.5px;
  line-height:1.45;
}
.dc-partner-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
  margin-top:17px;
}
.dc-partner-actions a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  color:var(--dc-blue);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}
.dc-partner-actions a:first-child:not(:last-child){
  color:#29466f;
}
.dc-partner-note{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px 22px;
  margin-top:20px;
  padding:20px 22px;
  border-radius:22px;
  background:linear-gradient(135deg,rgba(6,33,100,.96),rgba(9,107,226,.93));
  color:#fff;
  box-shadow:0 18px 48px rgba(6,33,100,.14);
}
.dc-partner-note strong{
  font-size:17px;
}
.dc-partner-note span{
  color:rgba(255,255,255,.76);
  font-size:12.5px;
  line-height:1.5;
}
.dc-partner-note .dc-btn{
  white-space:nowrap;
}
.dc-dest-link{
  display:inline-flex;
  align-items:center;
  margin-top:auto;
  color:var(--dc-blue);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}

@media(min-width:641px) and (max-width:900px){
  .dc-partner-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }
  .dc-partner-card,
  .dc-partner-card:nth-child(1),
  .dc-partner-card:nth-child(2){
    grid-column:auto;
  }
  .dc-partner-card:last-child{
    grid-column:1/-1;
  }
  .dc-partner-media,
  .dc-partner-card:nth-child(-n+2) .dc-partner-media{
    height:215px;
  }
  .dc-partner-card:nth-child(-n+2) .dc-partner-body h3{
    font-size:21px;
  }
  .dc-partner-note{
    grid-template-columns:1fr auto;
  }
  .dc-partner-note span{
    grid-column:1/2;
  }
  .dc-partner-note .dc-btn{
    grid-column:2;
    grid-row:1/3;
  }
}

@media(max-width:640px){
  .dc-partners{
    padding-bottom:48px;
  }
  .dc-partners:before{
    display:none;
  }
  .dc-partner-grid{
    display:flex;
    overflow-x:auto;
    gap:11px;
    margin:0 -14px;
    padding:0 14px 10px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .dc-partner-grid::-webkit-scrollbar{display:none}
  .dc-partner-card,
  .dc-partner-card:nth-child(1),
  .dc-partner-card:nth-child(2){
    flex:0 0 82vw;
    width:82vw;
    min-width:82vw;
    max-width:82vw;
    scroll-snap-align:start;
    border-radius:20px;
  }
  .dc-partner-media,
  .dc-partner-card:nth-child(-n+2) .dc-partner-media{
    height:185px;
  }
  .dc-partner-badge{
    left:11px;
    bottom:11px;
    min-height:27px;
    padding:0 9px;
    font-size:9px;
  }
  .dc-partner-body{
    padding:16px;
  }
  .dc-partner-body h3,
  .dc-partner-card:nth-child(-n+2) .dc-partner-body h3{
    font-size:18px;
    line-height:1.18;
  }
  .dc-partner-body p{
    font-size:12px;
    line-height:1.5;
  }
  .dc-partner-meta{
    font-size:9.5px;
  }
  .dc-partner-actions{
    margin-top:12px;
  }
  .dc-partner-actions a{
    min-height:36px;
    font-size:11px;
  }
  .dc-partner-note{
    grid-template-columns:1fr;
    gap:7px;
    margin-top:14px;
    padding:17px;
    border-radius:18px;
  }
  .dc-partner-note strong{
    font-size:15px;
  }
  .dc-partner-note span{
    font-size:11.5px;
  }
  .dc-partner-note .dc-btn{
    width:100%;
    margin-top:5px;
  }
}



/* =========================================================
   D-CONNECT V10 — final handover polish
   ========================================================= */
.dc-hp{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
.dc-why-anchor{overflow:hidden}
.dc-nav a{
  min-height:44px;
  display:flex;
  align-items:center;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:3px solid rgba(9,107,226,.32);
  outline-offset:3px;
}
.dc-alert[role="status"],
.dc-alert[role="alert"]{
  scroll-margin-top:90px;
}
@media(max-width:640px){
  .dc-footer a{min-height:36px}
}

/* D-CONNECT V11 — new visual assets */
.dc-program-card img,.dc-consult-visual img{object-position:center center}

/* =========================================================
   D-CONNECT V12 — full website CMS, multi-page navigation
   ========================================================= */
body.dconnect-site-page{
  margin:0;
  background:#f6fbff;
  color:var(--dc-ink);
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  overflow-x:hidden;
}
body.dconnect-site-page a{text-decoration:none}
body.dconnect-site-page img{max-width:100%;display:block}

/* Real WordPress multi-level navigation */
.dc-nav>.dc-menu{
  display:flex;
  align-items:center;
  gap:18px;
  list-style:none;
  margin:0;
  padding:0;
}
.dc-nav .menu-item{
  position:relative;
  list-style:none;
}
.dc-nav .menu-item>a{
  min-height:44px;
  display:flex;
  align-items:center;
  gap:5px;
  white-space:nowrap;
}
.dc-nav .menu-item-has-children>a:after{
  content:"⌄";
  position:static;
  width:auto;
  height:auto;
  background:none;
  font-size:11px;
  line-height:1;
  transform:none;
  transition:.2s;
}
.dc-nav .sub-menu{
  position:absolute;
  top:calc(100% + 10px);
  left:-16px;
  z-index:50;
  width:230px;
  list-style:none;
  margin:0;
  padding:9px;
  border-radius:16px;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(8,66,168,.09);
  box-shadow:0 18px 50px rgba(13,65,142,.16);
  opacity:0;
  visibility:hidden;
  transform:translateY(6px);
  transition:.2s ease;
}
.dc-nav .sub-menu:before{
  content:"";
  position:absolute;
  left:0;right:0;top:-12px;height:12px;
}
.dc-nav .menu-item-has-children:hover>.sub-menu,
.dc-nav .menu-item-has-children:focus-within>.sub-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.dc-nav .sub-menu a{
  min-height:40px;
  padding:0 10px;
  border-radius:9px;
  color:#294a78;
  font-size:12.5px;
  font-weight:700;
}
.dc-nav .sub-menu a:hover{
  background:#f0f7ff;
  color:var(--dc-bright);
}
.dc-nav .sub-menu a:after{display:none}

/* Interior pages */
.dc-inner-main{
  min-height:60vh;
}
.dc-inner-hero{
  position:relative;
  overflow:hidden;
  padding:86px 0 74px;
  background:
    radial-gradient(circle at 82% 22%,rgba(9,107,226,.14),transparent 25%),
    radial-gradient(circle at 12% 10%,rgba(102,199,255,.18),transparent 28%),
    linear-gradient(180deg,#f7fcff,#eef7ff);
  border-bottom:1px solid rgba(8,66,168,.07);
}
.dc-inner-hero:after{
  content:"";
  position:absolute;
  width:420px;height:120px;
  border-top:4px solid rgba(202,154,46,.34);
  border-radius:50%;
  right:-70px;bottom:-25px;
  transform:rotate(-8deg);
  pointer-events:none;
}
.dc-inner-hero .dc-container{position:relative;z-index:2}
.dc-inner-hero h1{
  max-width:850px;
  margin:8px 0 16px;
  color:var(--dc-navy);
  font-size:clamp(38px,5.3vw,66px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.dc-inner-hero>div>p,
.dc-inner-hero .dc-container>p{
  max-width:760px;
  margin:0;
  color:#5c7090;
  font-size:16px;
  line-height:1.7;
}
.dc-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:18px;
  color:#7b8aa2;
  font-size:11px;
}
.dc-breadcrumb a{color:var(--dc-blue);font-weight:700}
.dc-breadcrumb b{font-weight:700;color:#60728f}
.dc-inner-content{
  padding:68px 0 92px;
  background:#fff;
}
.dc-prose{
  max-width:1050px;
  color:#405775;
  font-size:15.5px;
  line-height:1.78;
}
.dc-prose>h2,.dc-prose section h2{
  margin:36px 0 14px;
  color:var(--dc-navy);
  font-size:32px;
  line-height:1.12;
  letter-spacing:-.025em;
}
.dc-prose h3{
  margin:25px 0 9px;
  color:var(--dc-navy);
  font-size:21px;
}
.dc-prose p{margin:0 0 16px}
.dc-prose ul,.dc-prose ol{padding-left:22px}
.dc-prose li{margin:7px 0}
.dc-lead{
  max-width:800px;
  font-size:18px;
  color:#4f6788;
}
.dc-content-grid{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(280px,.7fr);
  gap:36px;
  align-items:start;
}
.dc-info-card{
  padding:24px;
  border-radius:22px;
  background:linear-gradient(145deg,#f8fcff,#eef7ff);
  border:1px solid rgba(8,66,168,.09);
  box-shadow:0 16px 44px rgba(18,70,137,.07);
}
.dc-info-card>strong{
  display:block;
  color:var(--dc-navy);
  font-size:22px;
  line-height:1.2;
}
.dc-info-card h3{margin-top:0}
.dc-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin:28px 0;
}
.dc-card-links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:26px;
}
.dc-card-links a{
  display:flex;
  align-items:center;
  min-height:76px;
  padding:16px 18px;
  border-radius:17px;
  background:#f5faff;
  border:1px solid rgba(8,66,168,.09);
  color:var(--dc-navy);
  font-weight:800;
}
.dc-card-links a:hover{background:#eaf5ff;color:var(--dc-bright)}
.dc-partner-list-simple{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:28px;
}
.dc-partner-list-simple article{
  padding:22px;
  border-radius:20px;
  background:#f7fbff;
  border:1px solid rgba(8,66,168,.08);
}
.dc-partner-list-simple h3{margin-top:0}
.dc-partner-list-simple a{font-weight:800;color:var(--dc-blue)}

/* Blog */
.dc-news-hero{padding-bottom:66px}
.dc-category-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:28px;
}
.dc-category-pills a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 13px;
  border-radius:999px;
  background:#f0f7ff;
  border:1px solid rgba(8,66,168,.08);
  color:#315781;
  font-size:12px;
  font-weight:800;
}
.dc-post-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.dc-post-card{
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(8,66,168,.08);
  box-shadow:0 14px 40px rgba(18,70,137,.07);
}
.dc-post-thumb{
  display:block;
  height:200px;
  overflow:hidden;
  background:linear-gradient(145deg,#edf7ff,#dceeff);
}
.dc-post-thumb img{
  width:100%;height:100%;object-fit:cover;
}
.dc-post-placeholder{
  display:grid;place-items:center;width:100%;height:100%;
  color:#fff;font-size:70px;font-weight:900;
  background:linear-gradient(135deg,var(--dc-blue),var(--dc-bright));
}
.dc-post-body{padding:20px}
.dc-post-meta{
  margin-bottom:8px;
  color:#7890ad;
  font-size:10.5px;
  font-weight:700;
}
.dc-post-meta a{color:var(--dc-blue)}
.dc-post-card h2{
  margin:0 0 9px;
  font-size:20px;
  line-height:1.22;
}
.dc-post-card h2 a{color:var(--dc-navy)}
.dc-post-card p{
  margin:0 0 14px;
  color:#60738e;
  font-size:13px;
  line-height:1.55;
}
.dc-pagination{margin-top:32px}
.dc-pagination .nav-links{display:flex;gap:7px;align-items:center}
.dc-pagination a,.dc-pagination span{
  display:grid;place-items:center;min-width:40px;height:40px;padding:0 10px;
  border-radius:10px;background:#f0f7ff;color:var(--dc-blue);font-weight:800;
}
.dc-pagination .current{background:var(--dc-blue);color:#fff}
.dc-article-width{max-width:860px}
.dc-article-hero h1{font-size:clamp(38px,5vw,60px)}
.dc-featured-image{
  overflow:hidden;
  margin-bottom:28px;
  border-radius:24px;
}
.dc-article-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:42px;
  padding:22px;
  border-radius:20px;
  background:#eef7ff;
}
.dc-empty{
  padding:34px;
  border-radius:20px;
  background:#f6fbff;
  color:#61738d;
}

/* Work application */
.dc-work-shell{
  max-width:980px;
  margin:0 auto;
}
.dc-work-intro{
  margin-bottom:24px;
}
.dc-work-intro h2{
  margin:0 0 8px;
  color:var(--dc-navy);
  font-size:34px;
  line-height:1.1;
}
.dc-work-intro p{margin:0;color:#61738d}
.dc-work-progress{
  display:flex;
  align-items:center;
  margin-top:22px;
}
.dc-work-progress span{
  display:grid;
  place-items:center;
  width:34px;height:34px;
  flex:0 0 34px;
  border-radius:50%;
  background:#edf4fb;
  color:#6c7d96;
  font-size:12px;
  font-weight:900;
}
.dc-work-progress span.active{
  background:linear-gradient(135deg,var(--dc-blue),var(--dc-bright));
  color:#fff;
  box-shadow:0 8px 22px rgba(9,107,226,.24);
}
.dc-work-progress i{
  height:2px;
  flex:1;
  background:#e4edf7;
}
.dc-work-form{
  padding:28px;
  border-radius:26px;
  background:#f9fcff;
  border:1px solid rgba(8,66,168,.08);
  box-shadow:0 18px 55px rgba(18,70,137,.08);
}
.dc-work-step{display:none}
.dc-work-step.active{display:block}
.dc-work-step-head{
  display:flex;
  align-items:flex-start;
  gap:13px;
  margin-bottom:22px;
}
.dc-work-step-head>span{
  display:grid;
  place-items:center;
  width:40px;height:40px;
  flex:0 0 40px;
  border-radius:12px;
  color:#fff;
  background:var(--dc-blue);
  font-size:12px;
  font-weight:900;
}
.dc-work-step-head h3{
  margin:0 0 4px;
  color:var(--dc-navy);
  font-size:22px;
}
.dc-work-step-head p{
  margin:0;
  color:#74839a;
  font-size:12.5px;
}
.dc-work-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
}
.dc-work-grid .full{grid-column:1/-1}
.dc-work-form .dc-field label{
  display:block;
  margin:0 0 6px 2px;
  color:#536986;
  font-size:11px;
  font-weight:800;
}
.dc-work-form input,
.dc-work-form select,
.dc-work-form textarea{
  width:100%;
  min-height:50px;
  padding:0 13px;
  border:1px solid rgba(8,66,168,.13);
  border-radius:12px;
  background:#fff;
  color:#16365e;
  font:inherit;
  font-size:14px;
  outline:0;
}
.dc-work-form textarea{
  min-height:140px;
  padding-top:12px;
  resize:vertical;
}
.dc-work-form input:focus,
.dc-work-form select:focus,
.dc-work-form textarea:focus{
  border-color:rgba(9,107,226,.55);
  box-shadow:0 0 0 3px rgba(9,107,226,.08);
}
.dc-work-form input[type=file]{
  padding:10px;
}
.dc-work-form .dc-field small{
  display:block;
  margin-top:5px;
  color:#8895a7;
  font-size:10px;
}
.dc-consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-top:20px;
  padding:15px;
  border-radius:14px;
  background:#eef7ff;
  color:#49627f;
  font-size:12px;
  line-height:1.55;
}
.dc-consent input{
  width:18px!important;
  min-height:18px!important;
  height:18px;
  margin-top:1px;
  flex:0 0 18px;
}
.dc-work-privacy{
  margin-top:10px;
  color:#7d899a;
  font-size:10.5px;
  line-height:1.5;
}
.dc-work-actions{
  display:flex;
  justify-content:flex-end;
  gap:9px;
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid rgba(8,66,168,.08);
}
.dc-work-prev{display:none}
.dc-work-submit{display:none}
.dc-work-form[data-current="1"] .dc-work-prev{display:none}
.dc-work-form[data-current="5"] .dc-work-next{display:none}
.dc-work-form[data-current="5"] .dc-work-submit{display:inline-flex}

/* 404 */
.dc-404{min-height:55vh;display:flex;align-items:center}

@media(max-width:1180px){
  .dc-nav>.dc-menu{gap:11px}
  .dc-nav .menu-item>a{font-size:12px}
}
@media(max-width:900px){
  .dc-nav>.dc-menu{
    display:block;
    width:100%;
  }
  .dc-nav .menu-item>a{
    width:100%;
    padding:0 12px;
  }
  .dc-nav .menu-item-has-children>a:after{
    margin-left:auto;
  }
  .dc-nav .sub-menu{
    position:static;
    width:auto;
    margin:0 0 5px 14px;
    padding:3px 0 4px 10px;
    border:0;
    border-left:1px solid rgba(8,66,168,.12);
    border-radius:0;
    background:transparent;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    transform:none;
  }
  .dc-nav .sub-menu a{
    min-height:38px;
    font-size:12px;
  }
  .dc-nav.open{
    max-height:calc(100vh - 80px);
    overflow:auto;
  }
  .dc-inner-hero{padding:66px 0 56px}
  .dc-content-grid{grid-template-columns:1fr}
  .dc-mini-grid{grid-template-columns:1fr 1fr}
  .dc-card-links{grid-template-columns:1fr 1fr}
  .dc-post-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .dc-container{width:min(100% - 28px,1180px)}
  .dc-inner-hero{padding:48px 0 42px}
  .dc-inner-hero h1{font-size:36px}
  .dc-inner-hero .dc-container>p{font-size:14px;line-height:1.58}
  .dc-inner-content{padding:44px 0 64px}
  .dc-prose{font-size:14px;line-height:1.68}
  .dc-prose>h2,.dc-prose section h2{font-size:27px}
  .dc-mini-grid,.dc-card-links,.dc-partner-list-simple,.dc-post-grid{grid-template-columns:1fr}
  .dc-card-links a{min-height:62px}
  .dc-post-thumb{height:185px}
  .dc-article-cta{align-items:stretch;flex-direction:column}
  .dc-work-form{padding:18px 14px;border-radius:20px}
  .dc-work-intro h2{font-size:28px}
  .dc-work-grid{grid-template-columns:1fr}
  .dc-work-grid .full{grid-column:auto}
  .dc-work-form input,
  .dc-work-form select,
  .dc-work-form textarea{font-size:16px}
  .dc-work-actions{justify-content:stretch}
  .dc-work-actions .dc-btn{flex:1;padding:0 12px}
  .dc-work-progress span{width:30px;height:30px;flex-basis:30px}
}


/* D-CONNECT V12.1 homepage to CMS links */
.dc-knowledge-row{color:inherit;text-decoration:none}
.dc-knowledge-row:hover h3{color:var(--dc-bright)}


/* =========================================================
   D-CONNECT V13 — IA refinement + dedicated consultation
   ========================================================= */
.dc-consult-page-shell{
  display:grid;
  grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);
  gap:22px;
  align-items:stretch;
}
.dc-consult-page-copy{
  min-height:540px;
  padding:38px 34px;
  border-radius:28px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 18%,rgba(255,255,255,.18),transparent 23%),
    linear-gradient(145deg,#062164,#096be2);
  box-shadow:0 24px 65px rgba(6,33,100,.18);
}
.dc-consult-page-copy .dc-kicker{
  color:#fff;
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.2);
}
.dc-consult-page-copy h2{
  margin:20px 0 14px;
  color:#fff;
  font-size:38px;
  line-height:1.06;
  letter-spacing:-.035em;
}
.dc-consult-page-copy>p{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:14px;
  line-height:1.65;
}
.dc-consult-points{
  display:grid;
  gap:10px;
  margin-top:34px;
}
.dc-consult-points span{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 13px;
  border-radius:14px;
  color:rgba(255,255,255,.9);
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.12);
  font-size:12px;
  font-weight:700;
}
.dc-consult-points b{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:9px;
  color:#ffe09a;
  background:rgba(255,255,255,.1);
}
.dc-consult-form-page{
  border-radius:28px;
  border:1px solid rgba(8,66,168,.08);
  box-shadow:0 22px 60px rgba(18,70,137,.1);
}

/* Move to the mobile/tablet navigation before desktop menu starts colliding. */
@media(max-width:1120px){
  .dc-header{padding:8px 0}
  .dc-nav{
    display:none;
    position:absolute;
    left:20px;
    right:20px;
    top:72px;
    flex-direction:column;
    align-items:stretch;
    padding:14px;
    border-radius:20px;
    background:rgba(255,255,255,.98);
    border:1px solid rgba(8,66,168,.08);
    box-shadow:0 20px 50px rgba(13,65,142,.16);
  }
  .dc-nav.open{display:flex;max-height:calc(100vh - 90px);overflow:auto}
  .dc-menu-toggle{display:block}
  .dc-header-actions .dc-btn-gold{display:none}
  .dc-brand{min-width:0}
  .dc-brand-copy small{display:none}
  .dc-nav>.dc-menu{display:block;width:100%}
  .dc-nav .menu-item>a{width:100%;padding:0 12px}
  .dc-nav .menu-item-has-children>a:after{margin-left:auto}
  .dc-nav .sub-menu{
    position:static;
    width:auto;
    margin:0 0 5px 14px;
    padding:3px 0 4px 10px;
    border:0;
    border-left:1px solid rgba(8,66,168,.12);
    border-radius:0;
    background:transparent;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    transform:none;
  }
  .dc-nav .sub-menu a{min-height:38px;font-size:12px}
}
@media(max-width:760px){
  .dc-consult-page-shell{grid-template-columns:1fr}
  .dc-consult-page-copy{min-height:0;padding:26px 22px}
  .dc-consult-page-copy h2{font-size:31px}
}


/* D-CONNECT V14 — structured content directories */
.dc-directory-shell{margin-top:30px}
.dc-directory-filter{display:grid;grid-template-columns:1fr 1fr auto auto;gap:10px;align-items:end;margin-bottom:22px;padding:16px;border-radius:18px;background:#f5faff;border:1px solid rgba(8,66,168,.08)}
.dc-directory-filter label span{display:block;margin:0 0 5px 2px;color:#5f7390;font-size:11px;font-weight:800}
.dc-directory-filter select{width:100%;height:48px;padding:0 12px;border:1px solid rgba(8,66,168,.12);border-radius:12px;background:#fff;color:#23456e;font-size:14px}
.dc-directory-reset{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 10px;color:#60738e;font-size:12px;font-weight:800}
.dc-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.dc-directory-card{overflow:hidden;border-radius:22px;background:#fff;border:1px solid rgba(8,66,168,.08);box-shadow:0 16px 46px rgba(18,70,137,.08)}
.dc-directory-image{position:relative;display:block;height:210px;overflow:hidden;background:#eaf4ff}
.dc-directory-image img{width:100%;height:100%;object-fit:cover;transition:.35s}
.dc-directory-card:hover .dc-directory-image img{transform:scale(1.035)}
.dc-directory-placeholder{display:grid;place-items:center;width:100%;height:100%;font-size:60px;font-weight:900;color:#fff;background:linear-gradient(135deg,var(--dc-blue),var(--dc-bright))}
.dc-directory-body{padding:18px}
.dc-directory-meta{min-height:18px;margin-bottom:7px;color:var(--dc-bright);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}
.dc-directory-body h3{margin:0 0 9px;font-size:19px;line-height:1.22}.dc-directory-body h3 a{color:var(--dc-navy)}
.dc-directory-body p{margin:0 0 12px;color:#61738d;font-size:12.5px;line-height:1.5}
.dc-directory-note{margin:8px 0 12px;color:#516a8c;font-size:12px;font-weight:700}
.dc-directory-card-text{min-height:220px}
.dc-school-detail-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:30px;align-items:start}
.dc-school-detail-image{overflow:hidden;margin-bottom:26px;border-radius:24px}.dc-school-detail-image img{width:100%;max-height:540px;object-fit:cover}
.dc-school-facts{position:sticky;top:110px;padding:22px;border-radius:22px;background:#f5faff;border:1px solid rgba(8,66,168,.09)}
.dc-school-facts h2{margin:0 0 14px;color:var(--dc-navy);font-size:22px}.dc-school-facts>div{padding:12px 0;border-bottom:1px solid rgba(8,66,168,.08)}
.dc-school-facts span{display:block;color:#7a8ca5;font-size:10px;font-weight:800;text-transform:uppercase}.dc-school-facts strong{display:block;margin-top:3px;color:#294a78;font-size:13px}
.dc-school-facts .dc-btn{width:100%;margin-top:10px}
.dc-school-filter-quick{grid-template-columns:1fr 1fr auto}
@media(max-width:900px){.dc-directory-grid{grid-template-columns:1fr 1fr}.dc-directory-filter{grid-template-columns:1fr 1fr}.dc-directory-filter .dc-btn,.dc-directory-reset{grid-column:auto}.dc-school-detail-grid{grid-template-columns:1fr}.dc-school-facts{position:static}}
@media(max-width:640px){.dc-directory-grid,.dc-directory-filter{grid-template-columns:1fr}.dc-directory-image{height:190px}.dc-school-filter-quick{grid-template-columns:1fr 1fr}.dc-school-filter-quick .dc-btn{grid-column:1/-1}}


/* =========================================================
   D-CONNECT V15 — Facebook contact surfaces
   ========================================================= */
.dc-footer-socials{margin-top:16px}
.dc-social-link{
  display:inline-flex!important;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:8px 13px 8px 9px;
  border-radius:14px;
  color:#fff!important;
  text-decoration:none!important;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.dc-social-link:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.22);
}
.dc-social-icon{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  flex:0 0 32px;
  border-radius:10px;
  background:#1877f2;
}
.dc-social-icon svg{width:18px;height:18px;fill:#fff}
.dc-social-link>span:last-child{display:grid;gap:1px}
.dc-social-link strong{font-size:12px;line-height:1.1;color:#fff}
.dc-social-link small{font-size:10px;line-height:1.2;color:#adc7ec}

.dc-contact-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:24px 0 8px;
}
.dc-contact-channel{
  position:relative;
  overflow:hidden;
  min-height:250px;
  padding:28px;
  border-radius:24px;
  border:1px solid rgba(8,66,168,.10);
  background:#fff;
  box-shadow:0 18px 50px rgba(18,70,137,.08);
}
.dc-contact-channel:after{
  content:"";
  position:absolute;
  right:-50px;
  bottom:-60px;
  width:170px;
  height:170px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(9,107,226,.10),rgba(9,107,226,0) 68%);
  pointer-events:none;
}
.dc-contact-channel .dc-contact-label{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  margin-bottom:14px;
  border-radius:999px;
  color:var(--dc-bright);
  background:#eef6ff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.dc-contact-channel h2{
  margin:0 0 10px;
  color:var(--dc-navy);
  font-size:25px;
  line-height:1.15;
}
.dc-contact-channel p{
  margin:0 0 20px;
  color:var(--dc-muted);
  font-size:13px;
  line-height:1.65;
}
.dc-contact-facebook{
  color:#fff;
  background:
    radial-gradient(circle at 85% 18%,rgba(255,255,255,.18),transparent 22%),
    linear-gradient(145deg,#0b4db3,#1877f2);
  border-color:rgba(255,255,255,.15);
}
.dc-contact-facebook .dc-contact-label{
  color:#fff;
  background:rgba(255,255,255,.14);
}
.dc-contact-facebook h2{color:#fff}
.dc-contact-facebook p{color:rgba(255,255,255,.78)}
.dc-contact-facebook .dc-btn{
  background:#fff!important;
  border-color:#fff!important;
  color:#0b4db3!important;
}
.dc-contact-facebook .dc-btn:hover{transform:translateY(-1px)}
.dc-contact-note{
  margin-top:14px;
  padding:14px 16px;
  border-radius:14px;
  color:#657892;
  background:#f7faff;
  border:1px solid rgba(8,66,168,.07);
  font-size:12px;
  line-height:1.55;
}
@media(max-width:720px){
  .dc-contact-grid{grid-template-columns:1fr}
  .dc-contact-channel{min-height:0;padding:22px}
  .dc-contact-channel h2{font-size:22px}
}
