@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@400;500;600;700&display=swap");
.dagc-app{--dagc-ink:#17221b;--dagc-muted:#65716a;--dagc-soft:#f6f2e9;--dagc-soft-2:#fffaf0;--dagc-card:#fffdf8;--dagc-line:rgba(42,62,48,.12);--dagc-green:#246b45;--dagc-green-2:#39a66b;--dagc-gold:#f4b43f;--dagc-orange:#e77a3a;--dagc-shadow:0 22px 60px rgba(26,38,28,.11);font-family:Inter,Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--dagc-ink);display:grid;gap:24px;max-width:1180px;margin:0 auto;line-height:1.55}.dagc-app *{box-sizing:border-box}.dagc-app h2,.dagc-app h3,.dagc-app h4,.dagc-app p{margin-top:0}.dagc-app button,.dagc-app input,.dagc-app select{font:inherit}.dagc-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:24px;align-items:stretch;padding:clamp(24px,5vw,54px);border-radius:34px;background:radial-gradient(circle at 10% 0%,rgba(244,180,63,.35),transparent 30%),radial-gradient(circle at 100% 20%,rgba(57,166,107,.28),transparent 34%),linear-gradient(135deg,#fff7e7 0%,#ecf8ed 54%,#f7fbff 100%);box-shadow:var(--dagc-shadow);border:1px solid rgba(36,107,69,.12)}.dagc-hero:before{content:"";position:absolute;right:-90px;bottom:-120px;width:360px;height:360px;border-radius:50%;background:repeating-conic-gradient(from 15deg,rgba(36,107,69,.08) 0 12deg,rgba(244,180,63,.13) 12deg 24deg);filter:blur(.2px)}.dagc-hero__copy,.dagc-hero__card{position:relative;z-index:1}.dagc-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;padding:7px 12px;border-radius:999px;background:rgba(36,107,69,.09);color:#246b45;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.dagc-hero h2{font-size:clamp(34px,5vw,62px);line-height:.98;letter-spacing:-.055em;margin:0 0 18px;color:#102015}.dagc-hero p{max-width:760px;font-size:clamp(16px,2vw,20px);color:#4f5f55;margin-bottom:24px}.dagc-hero__actions,.dagc-form__actions,.dagc-result__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.dagc-btn{appearance:none;border:0;border-radius:16px;padding:13px 18px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;color:var(--dagc-ink)}.dagc-btn:hover{transform:translateY(-1px)}.dagc-btn--primary{background:linear-gradient(135deg,var(--dagc-green),var(--dagc-green-2));color:#fff;box-shadow:0 14px 30px rgba(36,107,69,.26)}.dagc-btn--ghost{background:#fff;color:var(--dagc-green);border:1px solid rgba(36,107,69,.14)}.dagc-btn--soft{background:#f1eadc;color:#244732;border:1px solid rgba(36,107,69,.1)}.dagc-hero__card{align-self:stretch;border-radius:28px;padding:22px;background:rgba(255,255,255,.72);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.72);box-shadow:0 18px 42px rgba(28,46,35,.12);display:grid;gap:18px}.dagc-paw-orbit{min-height:190px;border-radius:26px;background:radial-gradient(circle,#fff 0 28%,#eaf5eb 29% 46%,#fff6df 47% 100%);display:grid;place-items:center;position:relative;overflow:hidden}.dagc-paw-orbit span{position:absolute;display:grid;place-items:center;border-radius:999px;font-weight:900}.dagc-paw-orbit span:first-child{position:relative;width:96px;height:96px;font-size:56px;background:#fff;box-shadow:0 12px 34px rgba(36,107,69,.16)}.dagc-paw-orbit span:nth-child(2){top:24px;left:32px;width:54px;height:54px;background:#246b45;color:#fff}.dagc-paw-orbit span:nth-child(3){right:28px;top:50px;width:58px;height:58px;background:#f4b43f;color:#38280d}.dagc-paw-orbit span:nth-child(4){right:70px;bottom:20px;width:62px;height:62px;background:#fff;color:#246b45;border:1px solid rgba(36,107,69,.12)}.dagc-hero__card ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.dagc-hero__card li{display:flex;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:18px;background:#fff;border:1px solid var(--dagc-line)}.dagc-hero__card li span{color:var(--dagc-muted);text-align:right}.dagc-card{background:var(--dagc-card);border:1px solid var(--dagc-line);border-radius:28px;padding:clamp(18px,3vw,30px);box-shadow:0 16px 42px rgba(28,46,35,.07)}.dagc-card__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.dagc-card__head--tight{margin-bottom:12px}.dagc-card h3{font-size:clamp(24px,3vw,36px);line-height:1.08;letter-spacing:-.035em;margin-bottom:10px}.dagc-grid--main{display:grid;grid-template-columns:minmax(280px,.88fr) minmax(280px,1.12fr);gap:22px;align-items:stretch}.dagc-form{display:grid;gap:16px;padding:18px;border-radius:24px;background:linear-gradient(180deg,#fff,#f8f4ea);border:1px solid var(--dagc-line)}.dagc-field{display:grid;gap:8px}.dagc-field span{font-size:13px;font-weight:900;color:#34483c;text-transform:uppercase;letter-spacing:.04em}.dagc-field input,.dagc-field select{width:100%;border:1px solid rgba(36,107,69,.2);background:#fff;border-radius:16px;padding:13px 14px;color:var(--dagc-ink);outline:none}.dagc-field input:focus,.dagc-field select:focus{border-color:rgba(36,107,69,.55);box-shadow:0 0 0 4px rgba(36,107,69,.1)}.dagc-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dagc-custom{display:grid;gap:12px;padding:14px;border-radius:20px;background:#fff8e8;border:1px solid rgba(244,180,63,.24)}.dagc-slider-field small{color:var(--dagc-muted);font-weight:700}.dagc-slider-field input[type=range]{padding:0;height:34px;accent-color:var(--dagc-green)}.dagc-disclaimer{font-size:13px;color:var(--dagc-muted);margin:0}.dagc-result{min-height:100%;display:grid;align-content:center;gap:18px;padding:clamp(22px,4vw,38px);border-radius:26px;background:radial-gradient(circle at 80% 10%,rgba(244,180,63,.25),transparent 35%),linear-gradient(135deg,#173421,#276846);color:#fff;box-shadow:0 22px 50px rgba(36,107,69,.24)}.dagc-result__breed{display:grid;gap:2px}.dagc-result__breed span{font-size:clamp(24px,3vw,38px);font-weight:950;line-height:1;letter-spacing:-.04em}.dagc-result__breed small{color:rgba(255,255,255,.74);font-weight:700}.dagc-result__age{padding:18px;border-radius:22px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18)}.dagc-result__age span{display:block;color:rgba(255,255,255,.76);font-weight:800}.dagc-result__age strong{font-size:clamp(30px,4.5vw,58px);line-height:1;letter-spacing:-.05em}.dagc-result__chips{display:flex;flex-wrap:wrap;gap:10px}.dagc-result__chips span{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-size:13px;font-weight:900}.dagc-result .dagc-btn--soft{background:#fff;color:#21462f}.dagc-work{margin-top:20px;padding:18px;border-radius:22px;background:#fff;border:1px solid var(--dagc-line)}.dagc-work[hidden]{display:none}.dagc-work h4{margin:0 0 10px;font-size:20px}.dagc-work ol{margin:0;padding-left:22px;color:#324138}.dagc-work li+li{margin-top:6px}.dagc-quick-answer p{font-size:clamp(17px,2vw,22px);font-weight:750;color:#26372c;margin-bottom:0}.dagc-chart{width:100%;overflow:auto;border-radius:22px;background:linear-gradient(180deg,#fff,#f9f4e8);border:1px solid var(--dagc-line);padding:8px}.dagc-chart svg{display:block;width:100%;min-width:640px;height:auto}.dagc-chart-note{font-weight:900;color:#235c3d;margin:12px 0 0}.dagc-table-wrap{overflow:auto;border-radius:20px;border:1px solid var(--dagc-line)}.dagc-table{width:100%;border-collapse:separate;border-spacing:0;min-width:520px;background:#fff}.dagc-table th,.dagc-table td{padding:13px 16px;border-bottom:1px solid rgba(42,62,48,.1);text-align:left}.dagc-table th{background:#eef6ec;color:#244732;font-size:13px;text-transform:uppercase;letter-spacing:.06em}.dagc-table tr.is-current td{background:#fff3d1;font-weight:900}.dagc-table tr:last-child td{border-bottom:0}.dagc-share{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:8px 4px}.dagc-share strong{margin-right:4px}.dagc-share button{border:1px solid var(--dagc-line);background:#fff;border-radius:999px;padding:9px 13px;font-weight:850;cursor:pointer;color:#244732}.dagc-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.dagc-list{margin:0;padding-left:20px;color:#33423a}.dagc-list li+li{margin-top:10px}.dagc-formula-box{display:grid;gap:10px;margin:14px 0}.dagc-formula-box code{display:block;padding:14px 16px;border-radius:16px;background:#17221b;color:#fff;font-size:15px;white-space:normal}.dagc-example-card ol{margin-top:0}.dagc-examples .dagc-example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dagc-example-grid article{padding:18px;border-radius:22px;background:#fff;border:1px solid var(--dagc-line)}.dagc-example-grid h4{margin-bottom:8px;font-size:20px}.dagc-example-grid p{color:var(--dagc-muted)}.dagc-example-grid button{border:0;border-radius:14px;padding:10px 12px;background:#eef6ec;color:#246b45;font-weight:900;cursor:pointer}.dagc-faq details{border:1px solid var(--dagc-line);background:#fff;border-radius:18px;padding:14px 16px}.dagc-faq details+details{margin-top:10px}.dagc-faq summary{cursor:pointer;font-weight:950;color:#203629}.dagc-faq details p{margin:10px 0 0;color:var(--dagc-muted)}.dagc-reference{background:linear-gradient(135deg,#f8f3e8,#eef8ee)}@media (max-width:900px){.dagc-hero,.dagc-grid--main,.dagc-content-grid,.dagc-examples .dagc-example-grid{grid-template-columns:1fr}.dagc-card__head{align-items:flex-start;flex-direction:column}.dagc-result{min-height:0}.dagc-hero h2{font-size:40px}}@media (max-width:560px){.dagc-app{gap:18px}.dagc-hero,.dagc-card{border-radius:24px}.dagc-hero{padding:22px}.dagc-hero h2{font-size:34px}.dagc-field-row{grid-template-columns:1fr}.dagc-btn{width:100%}.dagc-share button{flex:1 1 auto}.dagc-result__age strong{font-size:36px}}@media print{.site-header,.site-footer,.dagc-hero__actions,.dagc-form,.dagc-share,.dagc-btn{display:none!important}.dagc-app{box-shadow:none;max-width:100%}.dagc-card,.dagc-hero{box-shadow:none;break-inside:avoid}}


/* Hero redesign */
.dagc-app{font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#16385c}
.dagc-app .dagc-kicker,.dagc-app .dagc-field span,.dagc-app .dagc-table th,.dagc-app .dagc-result__chips span,.dagc-app .dagc-share button,.dagc-app .dagc-btn{font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.dagc-hero{position:relative;display:block;min-height:575px;padding:42px 44px;border-radius:36px;overflow:hidden;background:#f8f7f5 url("hero-bg.webp") center center/cover no-repeat;border:1px solid rgba(16,56,92,.08);box-shadow:0 16px 48px rgba(31,74,117,.12)}
.dagc-hero:before,.dagc-hero:after{display:none!important}
.dagc-hero__brand,.dagc-hero__trust-pill,.dagc-hero__copy,.dagc-hero__panel{position:relative;z-index:2}
.dagc-hero__brand{display:flex;align-items:center;gap:18px;max-width:320px}
.dagc-hero__brand-icon{width:78px;height:78px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(244,249,255,.92);box-shadow:0 10px 28px rgba(75,126,187,.14)}
.dagc-hero__brand-icon img{width:38px;height:38px;display:block}
.dagc-hero__brand-name{font-size:27px;line-height:1.08;font-weight:800;letter-spacing:-.04em;color:#123d6b}
.dagc-hero__trust-pill{position:absolute;top:28px;right:44px;display:inline-flex;align-items:center;gap:12px;padding:16px 26px;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 12px 26px rgba(32,74,117,.12);text-decoration:none;color:#2466b3;font-size:18px;font-weight:700}
.dagc-hero__trust-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#2475da}
.dagc-hero__trust-icon svg{width:26px;height:26px;display:block}
.dagc-hero__copy{max-width:650px;padding-top:72px}
.dagc-hero__title{margin:0;font-size:104px;line-height:.9;letter-spacing:-.065em;color:#0f3767;font-weight:800}
.dagc-hero__title span{display:block}
.dagc-hero__title em{display:block;margin:-6px 0 2px;font-family:"Cormorant Garamond",Georgia,serif;font-style:normal;font-weight:500;font-size:1.2em;line-height:.84;letter-spacing:-.03em;color:#f47d5f}
.dagc-hero__lead{max-width:560px;margin:30px 0 0;font-size:30px;line-height:1.45;letter-spacing:-.04em;color:#4b688a;font-weight:500}
.dagc-hero__actions{display:flex;gap:22px;align-items:center;margin-top:44px}
.dagc-btn--hero-primary,.dagc-btn--hero-ghost{min-height:84px;padding:18px 32px;border-radius:28px;font-size:18px;letter-spacing:-.02em;font-weight:800;box-shadow:0 10px 24px rgba(33,91,163,.16)}
.dagc-btn--hero-primary{background:linear-gradient(135deg,#1c78f1,#3ea6ff)!important;color:#fff!important;border:1px solid rgba(255,255,255,.35)}
.dagc-btn--hero-ghost{background:rgba(255,255,255,.95)!important;color:#2668b8!important;border:1px solid rgba(58,105,174,.22);box-shadow:0 10px 26px rgba(33,91,163,.08)}
.dagc-btn__icon,.dagc-btn__play{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.dagc-btn__icon svg,.dagc-btn__play svg{width:30px;height:30px;display:block}
.dagc-btn__arrow{font-size:28px;line-height:1;margin-left:4px}
.dagc-hero__panel{position:absolute;top:146px;right:22px;width:332px;padding:34px 30px 28px;border-radius:34px;background:rgba(255,255,255,.95);box-shadow:0 18px 46px rgba(35,72,117,.14);border:1px solid rgba(16,56,92,.08)}
.dagc-hero__panel h3{margin:0 0 20px;font-size:28px;line-height:1.1;letter-spacing:-.04em;color:#153d6d;font-weight:800}
.dagc-hero__feature-list{display:grid;gap:0}
.dagc-hero__feature{display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:start;padding:22px 0;border-top:1px solid rgba(38,104,184,.13)}
.dagc-hero__feature:first-child{padding-top:8px;border-top:0}
.dagc-hero__feature strong{display:block;margin:2px 0 6px;font-size:18px;line-height:1.25;letter-spacing:-.03em;color:#153d6d;font-weight:800}
.dagc-hero__feature p{margin:0;font-size:14px;line-height:1.45;color:#69839f;font-weight:500}
.dagc-hero__feature-icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center}
.dagc-hero__feature-icon svg{width:28px;height:28px;display:block}
.dagc-hero__feature-icon--paw{background:#e7f1ff;color:#2d87f0}
.dagc-hero__feature-icon--calendar{background:#ffeeea;color:#fa8a72}
.dagc-hero__feature-icon--formula{background:#e7faf2;color:#2dbd83}
.dagc-hero__panel-foot{display:flex;align-items:center;gap:10px;padding-top:18px;margin-top:8px;border-top:1px solid rgba(38,104,184,.13);font-size:14px;line-height:1.4;color:#2d7ae2;font-weight:700}
.dagc-hero__panel-foot-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:#2d7ae2}
.dagc-hero__panel-foot-icon svg{width:22px;height:22px;display:block}

/* General polish to fit new look */
.dagc-card{border-radius:30px;border:1px solid rgba(16,56,92,.08);box-shadow:0 16px 40px rgba(35,72,117,.08)}
.dagc-card h3{color:#123d6b}
.dagc-kicker{background:#eef5ff;color:#1f6fd2}
.dagc-btn--primary{background:linear-gradient(135deg,#1c78f1,#3ea6ff)}
.dagc-btn--ghost,.dagc-btn--soft{color:#1f6fd2}
.dagc-result{background:radial-gradient(circle at 80% 10%,rgba(120,194,255,.35),transparent 35%),linear-gradient(135deg,#163d6c,#2b7ce3)}
.dagc-chart,.dagc-reference{background:linear-gradient(180deg,#fff,#f8fbff)}
.dagc-table th{background:#eef5ff;color:#1a4a7a}

@media (max-width:1180px){
  .dagc-hero{min-height:540px;padding:34px 32px;background-position:62% center}
  .dagc-hero__trust-pill{right:32px;top:24px;padding:14px 20px;font-size:16px}
  .dagc-hero__copy{max-width:480px;padding-top:70px}
  .dagc-hero__title{font-size:86px}
  .dagc-hero__lead{font-size:24px;max-width:450px}
  .dagc-hero__panel{right:18px;top:150px;width:300px;padding:28px 24px}
  .dagc-btn--hero-primary,.dagc-btn--hero-ghost{min-height:72px;padding:16px 24px}
}
@media (max-width:980px){
  .dagc-hero{display:flex;flex-direction:column;gap:26px;min-height:0;padding:28px 24px 24px;background-position:74% center}
  .dagc-hero__brand{max-width:none}
  .dagc-hero__trust-pill{position:static;align-self:flex-start;order:2;padding:12px 18px;font-size:15px}
  .dagc-hero__copy{max-width:420px;padding-top:0;order:3}
  .dagc-hero__title{font-size:68px}
  .dagc-hero__lead{font-size:22px;margin-top:20px;max-width:400px}
  .dagc-hero__actions{margin-top:30px;gap:14px;flex-wrap:wrap}
  .dagc-btn--hero-primary,.dagc-btn--hero-ghost{min-height:64px;padding:14px 22px;border-radius:22px}
  .dagc-hero__panel{position:static;order:4;width:min(100%,420px);margin-top:8px;padding:26px 22px;border-radius:28px}
}
@media (max-width:640px){
  .dagc-app{gap:18px}
  .dagc-hero{padding:22px 18px 20px;border-radius:26px;background-position:78% center;background-size:cover}
  .dagc-hero__brand{gap:14px}
  .dagc-hero__brand-icon{width:58px;height:58px}
  .dagc-hero__brand-icon img{width:28px;height:28px}
  .dagc-hero__brand-name{font-size:18px}
  .dagc-hero__trust-pill{font-size:14px;padding:10px 14px}
  .dagc-hero__trust-icon{width:24px;height:24px}
  .dagc-hero__trust-icon svg{width:22px;height:22px}
  .dagc-hero__title{font-size:46px;line-height:.92;max-width:310px}
  .dagc-hero__title em{margin-top:-2px}
  .dagc-hero__lead{font-size:18px;line-height:1.35;max-width:250px;margin-top:14px}
  .dagc-hero__actions{flex-direction:column;align-items:stretch;max-width:260px}
  .dagc-btn--hero-primary,.dagc-btn--hero-ghost{width:100%;justify-content:center;min-height:58px;font-size:16px;padding:14px 18px;border-radius:18px}
  .dagc-btn__arrow{font-size:22px}
  .dagc-hero__panel{width:100%;padding:22px 18px;border-radius:24px}
  .dagc-hero__panel h3{font-size:24px}
  .dagc-hero__feature{grid-template-columns:58px 1fr;gap:14px;padding:18px 0}
  .dagc-hero__feature-icon{width:48px;height:48px}
  .dagc-hero__feature-icon svg{width:24px;height:24px}
}

/* Dog Age hero quick fix: remove old right info panel even if cached markup is still present */
.dagc-hero__panel{display:none!important}
.dagc-hero__copy{z-index:3}

/* Calculator block redesign v1.3 */
.app-icon.app-icon-hero{border-radius:26%!important;object-fit:cover!important;background:transparent!important;box-shadow:0 12px 30px rgba(22,95,180,.18)}
.dagc-hero__brand-icon{width:82px;height:82px;background:#dfeeff!important;box-shadow:0 10px 28px rgba(75,126,187,.14)}
.dagc-hero__brand-icon img{width:54px!important;height:54px!important;object-fit:contain;display:block}
.dagc-calculator{position:relative;overflow:hidden;padding:38px 38px 34px!important;border-radius:34px!important;background:radial-gradient(circle at 70% 13%,rgba(232,220,195,.36),transparent 10%),radial-gradient(circle at 96% 2%,rgba(232,220,195,.32),transparent 6%),linear-gradient(135deg,#fffdf7 0%,#fffaf0 52%,#f5fbff 100%)!important;border:1px solid rgba(16,56,92,.07)!important;box-shadow:0 20px 60px rgba(20,58,100,.10)!important}
.dagc-calculator:before{content:"";position:absolute;right:21%;top:130px;width:88px;height:88px;background:radial-gradient(circle at 50% 72%,rgba(218,205,184,.34) 0 25%,transparent 26%),radial-gradient(circle at 26% 34%,rgba(218,205,184,.34) 0 12%,transparent 13%),radial-gradient(circle at 46% 24%,rgba(218,205,184,.34) 0 13%,transparent 14%),radial-gradient(circle at 66% 30%,rgba(218,205,184,.34) 0 12%,transparent 13%);opacity:.5;pointer-events:none;transform:rotate(15deg)}
.dagc-calculator .dagc-card__head{position:relative;z-index:1;margin:0 0 30px;align-items:flex-start}
.dagc-calculator .dagc-card__head .dagc-kicker{height:44px;padding:0 24px;border-radius:999px;background:linear-gradient(180deg,#eaf4ff,#dbeeff);border:1px solid rgba(59,126,236,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.88);color:#236fe1;font-size:14px;letter-spacing:.08em;font-weight:900;margin:0 0 12px;text-transform:uppercase}
.dagc-calculator .dagc-card__head .dagc-kicker:before{content:"";width:22px;height:22px;background:url("paw-icon.png") center/contain no-repeat;display:inline-block;margin-right:8px}
.dagc-calculator .dagc-card__head h3{font-family:"Cormorant Garamond",Georgia,serif!important;font-size:64px!important;line-height:.94!important;font-weight:700!important;letter-spacing:-.045em!important;color:#071d46!important;margin:0!important}
.dagc-calculator .dagc-card__head .dagc-btn{min-height:64px;padding:14px 28px;border-radius:18px;background:#fff!important;color:#2768e3!important;border:2px solid rgba(71,116,240,.55)!important;box-shadow:0 8px 20px rgba(37,95,191,.10)!important;font-size:17px;font-weight:800}
.dagc-calculator .dagc-card__head .dagc-btn:before{content:"";width:38px;height:38px;background:url("breed-cutouts/labrador-retriever.png") center/contain no-repeat;display:inline-block;filter:drop-shadow(0 3px 5px rgba(17,63,120,.18))}
.dagc-calculator .dagc-grid--main{position:relative;z-index:1;display:grid;grid-template-columns:minmax(340px,.82fr) minmax(460px,1.18fr);gap:34px;align-items:stretch}
.dagc-calculator .dagc-form{gap:18px;padding:28px;border-radius:30px;background:rgba(255,255,255,.94)!important;border:1px solid rgba(9,35,73,.10)!important;box-shadow:0 26px 60px rgba(26,47,75,.12)!important}
.dagc-calculator .dagc-field{gap:10px}
.dagc-calculator .dagc-field>span{display:flex;align-items:center;gap:9px;font-size:14px;line-height:1.2;font-weight:900;color:#2d3d5d;letter-spacing:.06em;text-transform:uppercase}
.dagc-calculator .dagc-field>span:before{content:"";width:22px;height:22px;display:inline-block;background:center/contain no-repeat}
.dagc-calculator .dagc-form>.dagc-field>span:before{background-image:url("paw-icon.png")}
.dagc-calculator .dagc-custom .dagc-field:first-child>span:before{background-image:url("paw-icon.png");filter:hue-rotate(110deg) saturate(.65)}
.dagc-calculator .dagc-field-row .dagc-field>span:before{background-image:url("paw-icon.png");filter:hue-rotate(190deg) saturate(.8)}
.dagc-calculator .dagc-slider-field>span:before{background-image:url("paw-icon.png");filter:hue-rotate(100deg) saturate(.8)}
.dagc-calculator .dagc-field input,.dagc-calculator .dagc-field select{height:56px;border-radius:12px!important;border:1px solid rgba(5,23,53,.14)!important;background:#fff!important;color:#263554!important;font-size:20px!important;font-weight:500!important;padding:12px 18px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 2px 7px rgba(12,35,67,.06)!important}
.dagc-calculator .dagc-field select{appearance:auto;padding-left:56px!important;background-image:linear-gradient(90deg,transparent 0,transparent 100%)!important}
.dagc-calculator .dagc-form>.dagc-field{position:relative}
.dagc-calculator .dagc-form>.dagc-field:after{content:"🐕";position:absolute;left:18px;bottom:14px;font-size:22px;line-height:1;pointer-events:none;filter:grayscale(.5)}
.dagc-calculator .dagc-field input:focus,.dagc-calculator .dagc-field select:focus{border-color:#4e85ff!important;box-shadow:0 0 0 3px rgba(62,133,255,.16),0 2px 7px rgba(12,35,67,.06)!important;outline:none!important}
.dagc-calculator .dagc-custom{display:grid!important;gap:18px;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important}
.dagc-calculator .dagc-custom[hidden]{display:grid!important}
.dagc-calculator .dagc-custom .dagc-field:after{content:"Give your dog a custom name (optional).";font-size:14px;font-weight:700;color:#79849a;margin-top:-2px}
.dagc-calculator .dagc-custom .dagc-field-row .dagc-field:after{display:none}
.dagc-calculator .dagc-field-row{gap:22px}
.dagc-calculator .dagc-field-row .dagc-field{position:relative}
.dagc-calculator .dagc-field-row .dagc-field input{padding-right:68px!important}
.dagc-calculator .dagc-field-row .dagc-field:first-child:has([data-dagc-custom-min])::after,.dagc-calculator .dagc-field-row .dagc-field:nth-child(1):has([data-dagc-years])::after{content:"years";position:absolute;right:18px;bottom:17px;font-size:14px;font-weight:700;color:#727d92;pointer-events:none}
.dagc-calculator .dagc-field-row .dagc-field:nth-child(2):has([data-dagc-custom-max])::after{content:"years";position:absolute;right:18px;bottom:17px;font-size:14px;font-weight:700;color:#727d92;pointer-events:none}
.dagc-calculator .dagc-field-row .dagc-field:nth-child(2):has([data-dagc-months])::after{content:"months";position:absolute;right:18px;bottom:17px;font-size:14px;font-weight:700;color:#727d92;pointer-events:none}
.dagc-calculator .dagc-slider-field{gap:8px}.dagc-calculator .dagc-slider-field input[type=range]{height:24px;padding:0!important;accent-color:#168462;box-shadow:none!important;border:0!important}.dagc-calculator .dagc-slider-field small{font-size:14px;font-weight:800;color:#34805f;margin-top:-4px}
.dagc-calculator .dagc-form__actions{gap:16px;margin-top:2px}.dagc-calculator .dagc-form__actions .dagc-btn{min-height:58px;border-radius:14px;padding:14px 24px;font-size:17px;font-weight:800}.dagc-calculator .dagc-form__actions .dagc-btn--primary{background:linear-gradient(135deg,#0646d9,#1492ff)!important;color:#fff!important;box-shadow:0 12px 22px rgba(7,88,207,.26)!important}.dagc-calculator .dagc-form__actions .dagc-btn--primary:before{content:"✧";font-size:25px;line-height:1}.dagc-calculator .dagc-form__actions .dagc-btn--ghost{background:#fff!important;color:#2768e3!important;border:1px solid rgba(5,23,53,.10)!important;box-shadow:0 8px 18px rgba(18,37,69,.08)!important}.dagc-calculator .dagc-form__actions .dagc-btn--ghost:before{content:"↻";font-size:24px;line-height:1}
.dagc-calculator .dagc-disclaimer{position:relative;margin-top:2px!important;padding:17px 18px 17px 72px;border-radius:14px;background:#fffaf2!important;border:1px solid rgba(190,147,75,.14)!important;color:#778196!important;font-size:13px!important;font-weight:700;line-height:1.45}.dagc-calculator .dagc-disclaimer:before{content:"♢";position:absolute;left:19px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:2px solid #a5967a;border-radius:10px;display:grid;place-items:center;color:#a5967a;font-size:18px;font-weight:900}
.dagc-calculator .dagc-result{position:relative;overflow:hidden;align-content:stretch;gap:28px;min-height:100%;padding:54px 44px 46px!important;border-radius:28px!important;background:radial-gradient(circle at 83% 13%,rgba(67,151,255,.70),transparent 18%),radial-gradient(circle at 28% 72%,rgba(33,117,219,.42),transparent 24%),linear-gradient(135deg,#063e93 0%,#004ba7 48%,#1389f4 100%)!important;color:#fff;box-shadow:0 28px 70px rgba(0,73,165,.27)!important;border:1px solid rgba(255,255,255,.18)!important}.dagc-calculator .dagc-result:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 20%,rgba(255,255,255,.12) 0 2.5%,transparent 2.7%),radial-gradient(circle at 90% 28%,rgba(255,255,255,.10) 0 2.2%,transparent 2.4%);pointer-events:none}.dagc-calculator .dagc-result:after{content:"";position:absolute;right:-72px;top:112px;width:260px;height:260px;background:url("breed-cutouts/labrador-retriever.png") center/contain no-repeat;opacity:.10;filter:brightness(0) invert(1);pointer-events:none}
.dagc-result__top{position:relative;z-index:2;display:grid;grid-template-columns:122px 1fr;gap:24px;align-items:center}.dagc-result__avatar{width:118px;height:118px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#fff9e8,#ffe1aa);border:6px solid rgba(255,255,255,.28);box-shadow:0 12px 28px rgba(0,35,90,.24),inset 0 0 0 2px rgba(0,44,112,.18);overflow:hidden}.dagc-result__avatar img{width:100%;height:100%;object-fit:cover;object-position:center bottom;display:block}.dagc-calculator .dagc-result__breed span{font-family:"Cormorant Garamond",Georgia,serif!important;font-size:52px!important;line-height:.95!important;font-weight:700!important;letter-spacing:-.04em!important;color:#fff!important;text-shadow:0 2px 0 rgba(0,35,90,.08)}.dagc-calculator .dagc-result__breed small{margin-top:10px;color:#d7e7ff!important;font-size:20px!important;font-weight:700!important}.dagc-calculator .dagc-result__breed small::first-letter{color:inherit}
.dagc-calculator .dagc-result__age{position:relative;z-index:2;padding:34px 42px!important;border-radius:25px!important;background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.05))!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 14px 30px rgba(0,55,135,.16)}.dagc-calculator .dagc-result__age>span{display:block!important;margin-bottom:8px;color:#d5e7ff!important;font-size:22px!important;font-weight:800!important}.dagc-calculator .dagc-result__age strong{display:block!important;font-family:"Cormorant Garamond",Georgia,serif!important;font-size:72px!important;line-height:.9!important;font-weight:700!important;letter-spacing:-.04em!important;color:#fff!important}.dagc-calculator .dagc-result__age strong [data-dagc-human-age]{display:inline!important;font-family:"Cormorant Garamond",Georgia,serif!important;font-size:142px!important;line-height:.78!important;font-weight:700!important;color:#ffe999!important;text-shadow:0 6px 20px rgba(0,32,86,.18)}
.dagc-calculator .dagc-result__chips{position:relative;z-index:2;gap:16px;align-items:center}.dagc-calculator .dagc-result__chips span{display:inline-flex;align-items:center;gap:10px;min-height:56px;border-radius:999px;padding:13px 24px!important;font-size:17px!important;font-weight:800!important;letter-spacing:-.015em!important}.dagc-calculator .dagc-result__chip--stage{background:linear-gradient(135deg,#74bf67,#368a48)!important;border:1px solid rgba(255,255,255,.28)!important;color:#fff!important;box-shadow:0 8px 18px rgba(0,57,95,.18)}.dagc-calculator .dagc-result__chip--stage:before{content:"🐾";font-size:22px}.dagc-calculator .dagc-result__chip--rate{background:rgba(19,112,222,.62)!important;border:1px solid rgba(255,255,255,.18)!important;color:#eaf4ff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}.dagc-calculator .dagc-result__chip--rate:before{content:"↗";font-size:22px;font-weight:900}.dagc-calculator .dagc-result__actions{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:auto}.dagc-calculator .dagc-result__actions .dagc-btn{min-height:84px;border-radius:20px!important;font-size:18px!important;font-weight:800!important}.dagc-calculator .dagc-result__actions .dagc-btn--work{background:rgba(1,43,111,.28)!important;border:1px solid rgba(255,255,255,.55)!important;color:#fff!important}.dagc-calculator .dagc-result__actions .dagc-btn--work:before{content:"▣";font-size:27px}.dagc-calculator .dagc-result__actions .dagc-btn--copy{background:#fff!important;color:#071d46!important;border:1px solid rgba(255,255,255,.7)!important}.dagc-calculator .dagc-result__actions .dagc-btn--copy:before{content:"▱";font-size:29px;color:#071d46}
.dagc-work{border-radius:26px!important;background:#fff!important;box-shadow:0 14px 34px rgba(26,47,75,.08)!important}
@media(max-width:1100px){.dagc-calculator .dagc-grid--main{grid-template-columns:1fr}.dagc-calculator .dagc-result{min-height:640px}.dagc-calculator .dagc-card__head h3{font-size:54px!important}.dagc-calculator .dagc-result__age strong [data-dagc-human-age]{font-size:120px!important}}
@media(max-width:680px){.dagc-calculator{padding:24px 16px!important;border-radius:26px!important}.dagc-calculator .dagc-card__head{gap:18px}.dagc-calculator .dagc-card__head h3{font-size:44px!important}.dagc-calculator .dagc-card__head .dagc-btn{width:100%;justify-content:center}.dagc-calculator .dagc-grid--main{gap:22px}.dagc-calculator .dagc-form{padding:20px;border-radius:24px}.dagc-calculator .dagc-field-row{grid-template-columns:1fr;gap:16px}.dagc-result__top{grid-template-columns:82px 1fr;gap:14px}.dagc-result__avatar{width:78px;height:78px;border-width:4px}.dagc-calculator .dagc-result{min-height:0;padding:28px 20px!important;border-radius:24px!important;gap:20px}.dagc-calculator .dagc-result__breed span{font-size:34px!important}.dagc-calculator .dagc-result__breed small{font-size:16px!important}.dagc-calculator .dagc-result__age{padding:24px 20px!important}.dagc-calculator .dagc-result__age strong{font-size:48px!important}.dagc-calculator .dagc-result__age strong [data-dagc-human-age]{font-size:82px!important}.dagc-calculator .dagc-result__chips span{width:100%;justify-content:center}.dagc-calculator .dagc-result__actions{grid-template-columns:1fr;gap:14px}.dagc-calculator .dagc-result__actions .dagc-btn{min-height:62px}}

/* app icon svg fix */
.app-icon.app-icon-hero{background:transparent!important;object-fit:cover!important;}


.dagc-chart-card{padding:clamp(24px,3vw,34px);background:#fff;border:1px solid #dfe7f5;box-shadow:0 18px 42px rgba(34,58,100,.10)}
.dagc-chart-head{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center;margin-bottom:18px}
.dagc-chart-head__media{width:132px;height:132px;border-radius:50%;border:2px solid #d6e4ff;background:#fff;box-shadow:0 10px 24px rgba(39,94,195,.08);display:grid;place-items:center;overflow:hidden;flex-shrink:0}
.dagc-chart-head__media img{width:84%;height:84%;object-fit:contain;display:block}
.dagc-chart-head__content .dagc-kicker{margin-bottom:10px;background:#edf3ff;border:1px solid #d7e3ff;color:#2c71e9}
.dagc-chart-head__content h3{margin:0 0 10px;font-size:clamp(34px,4.6vw,60px);line-height:.98;letter-spacing:-.05em;color:#0b2454}
.dagc-chart-head__content p{margin:0;max-width:700px;font-size:clamp(18px,2vw,24px);line-height:1.4;color:#516385}
.dagc-chart-head__content p strong{color:#226af3}
.dagc-chart{width:100%;overflow:auto;border-radius:30px;background:#fff;border:1px solid #dfe7f5;padding:14px 18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.95)}
.dagc-chart svg{display:block;width:100%;min-width:760px;height:auto}
.dagc-chart-note{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin-top:18px;padding:20px 28px;border-radius:28px;background:#ffffff;border:1px solid #dfe7f5;box-shadow:0 8px 20px rgba(34,58,100,.05)}
.dagc-chart-note__icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(180deg,#2f80ff,#1c66ea);display:grid;place-items:center;color:#fff;box-shadow:0 10px 22px rgba(45,119,252,.28)}
.dagc-chart-note__icon svg{width:26px;height:26px;display:block}
.dagc-chart-note__text{margin:0;font-size:clamp(20px,2vw,28px);line-height:1.35;font-weight:900;color:#0b2454}
.dagc-chart-note__text strong{color:#226af3;font-size:1.18em}
.dagc-chart-note__paw{width:72px;height:72px;opacity:.18;background:url('./paw-icon.png') center/contain no-repeat;justify-self:end}
@media (max-width:900px){.dagc-chart-head{grid-template-columns:1fr;justify-items:start}.dagc-chart-head__content h3{font-size:44px}.dagc-chart-note{grid-template-columns:auto 1fr}.dagc-chart-note__paw{display:none}}
@media (max-width:560px){.dagc-chart-head__media{width:108px;height:108px}.dagc-chart-head__content h3{font-size:36px}.dagc-chart-head__content p{font-size:18px}.dagc-chart{padding:10px}.dagc-chart-note{padding:16px 18px;border-radius:22px}.dagc-chart-note__icon{width:44px;height:44px;border-radius:14px}.dagc-chart-note__text{font-size:18px}}


/* Table card redesign v1.6 */
.dagc-table-card{position:relative;overflow:hidden;padding:clamp(26px,3vw,38px)!important;background:linear-gradient(135deg,#fcfdff 0%,#ffffff 65%,#fbfcff 100%)!important;border:1px solid #dfe7f5!important;box-shadow:0 18px 42px rgba(34,58,100,.08)!important}
.dagc-table-card:before,.dagc-table-card:after{content:"";position:absolute;width:82px;height:82px;opacity:.14;background:url("paw-icon.png") center/contain no-repeat;pointer-events:none}
.dagc-table-card:before{left:-6px;top:8px}
.dagc-table-card:after{right:-4px;bottom:10px}
.dagc-table-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:24px;margin-bottom:20px}
.dagc-table-head__media{width:148px;height:148px;border-radius:50%;background:linear-gradient(135deg,#fffdf7,#f8ecdb);border:2px solid #f0dfc7;box-shadow:0 10px 24px rgba(34,58,100,.08);display:grid;place-items:center;overflow:hidden}
.dagc-table-head__media img{width:86%;height:86%;object-fit:contain;display:block}
.dagc-table-head__content .dagc-kicker{margin-bottom:10px;background:#edf3ff;border:1px solid #d7e3ff;color:#2b70e7}
.dagc-table-head__content h3{margin:0;font-family:"Cormorant Garamond",Georgia,serif!important;font-size:clamp(42px,5vw,68px)!important;line-height:.9!important;letter-spacing:-.045em!important;color:#08224f!important;max-width:820px}
.dagc-table-head__print{min-height:58px;padding:14px 24px!important;border-radius:22px!important;background:#f9f1e4!important;color:#1158c7!important;border:1px solid #ead8bf!important;box-shadow:0 10px 24px rgba(36,58,102,.06)!important;align-self:start}
.dagc-table-head__print-icon{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center}
.dagc-table-head__print-icon svg{width:24px;height:24px;display:block}
.dagc-table-wrap{overflow:auto;border-radius:28px!important;border:1px solid #dfe7f5!important;background:#fff;box-shadow:0 8px 18px rgba(34,58,100,.04)}
.dagc-table{min-width:720px!important;background:#fff;border-collapse:separate;border-spacing:0}
.dagc-table thead th{padding:18px 24px!important;background:#edf3ff!important;color:#144caa!important;font-size:13px!important;font-weight:900!important;letter-spacing:.05em!important;text-transform:uppercase;border-bottom:1px solid #dfe7f5!important;border-right:1px solid #dfe7f5}
.dagc-table thead th:first-child{border-top-left-radius:20px}
.dagc-table thead th:last-child{border-top-right-radius:20px;border-right:0}
.dagc-table td{padding:13px 24px!important;border-bottom:1px solid #e8edf6!important;border-right:1px solid #edf2fa;font-size:18px;font-weight:700;color:#102c67;background:#fff}
.dagc-table td:last-child{border-right:0}
.dagc-table tr:last-child td{border-bottom:0}
.dagc-table tr.is-current td{background:#f8fbff;font-weight:800}
.dagc-table td:nth-child(1){width:38%}
.dagc-table td:nth-child(2){width:32%}
.dagc-table td:nth-child(3){width:30%}
.dagc-stage-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;font-size:14px;font-weight:800;line-height:1;white-space:nowrap}
.dagc-stage-badge__icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px}
.dagc-stage-badge__icon svg{width:18px;height:18px;display:block}
.dagc-stage-badge--adolescent{background:#fff0d9;color:#b06b00}
.dagc-stage-badge--adult{background:#eaf2ff;color:#1f6fe6}
.dagc-stage-badge--mature{background:#e9f4f5;color:#177ca8}
.dagc-stage-badge--senior{background:#efecff;color:#574fd0}
.dagc-share{display:flex!important;flex-wrap:wrap;align-items:center;gap:16px;padding:10px 2px 0!important}
.dagc-share__title{font-size:16px;font-weight:900;color:#0b2454;margin-right:6px}
.dagc-share__btn{appearance:none;border:1px solid #dde6f3;background:#fff;border-radius:22px;padding:12px 18px;display:inline-flex;align-items:center;gap:12px;min-height:64px;box-shadow:0 8px 18px rgba(34,58,100,.05);font-size:16px;font-weight:800;color:#122f67;cursor:pointer;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.dagc-share__btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(34,58,100,.08);border-color:#cfdcf0}
.dagc-share__icon{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px;color:currentColor}
.dagc-share__icon svg{width:22px;height:22px;display:block}
.dagc-share__btn--x .dagc-share__icon{font-size:28px;font-weight:700;line-height:1}
.dagc-share__btn[data-dagc-share="facebook"] .dagc-share__icon{background:#edf3ff;color:#2f72f0}
.dagc-share__btn[data-dagc-share="whatsapp"] .dagc-share__icon{background:#ebf8ee;color:#2db44d}
.dagc-share__btn[data-dagc-share="email"] .dagc-share__icon{background:#f1efff;color:#5d4ecb}
.dagc-share__btn[data-dagc-share="copy"] .dagc-share__icon,.dagc-share__btn[data-dagc-share="x"] .dagc-share__icon{background:#f6f8fc;color:#112d67}
@media (max-width:980px){.dagc-table-head{grid-template-columns:auto 1fr;align-items:center}.dagc-table-head__print{grid-column:1/-1;justify-self:start}.dagc-table-head__content h3{font-size:54px!important}}
@media (max-width:640px){.dagc-table-card{padding:22px 16px!important}.dagc-table-head{grid-template-columns:1fr;gap:16px}.dagc-table-head__media{width:120px;height:120px}.dagc-table-head__content h3{font-size:40px!important}.dagc-table-head__print{width:100%;justify-content:center}.dagc-table thead th,.dagc-table td{padding:14px 16px!important}.dagc-share{gap:12px}.dagc-share__title{width:100%;margin-right:0}.dagc-share__btn{width:100%;justify-content:flex-start;min-height:58px;padding:12px 16px}}


/* Educational blocks redesign v1.7 */
.dagc-content-grid--edu{align-items:stretch;grid-template-columns:1.08fr .92fr}
.dagc-edu-card,.dagc-formula-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#fcfcfd 0%,#ffffff 72%,#fbfcff 100%)!important;border:1px solid #dfdfdd!important;box-shadow:0 16px 36px rgba(56,73,102,.08)!important}
.dagc-kicker--icon{gap:10px;background:#edf3ff!important;border:1px solid #d7e3ff;color:#2d63c8!important;padding:9px 16px!important;font-size:12px!important;letter-spacing:.04em!important}
.dagc-kicker__icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px}
.dagc-kicker__icon svg{width:20px;height:20px;display:block}
.dagc-edu-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}
.dagc-edu-card__top--simple{margin-bottom:18px}
.dagc-edu-card__avatar{width:98px;height:98px;display:grid;place-items:center;flex:0 0 98px;border-radius:50%;background:linear-gradient(180deg,#fffefc,#fbf5ea);border:2px solid #4d84e3;box-shadow:0 10px 26px rgba(60,84,120,.08);overflow:hidden}
.dagc-edu-card__avatar img{width:82%;height:82%;object-fit:contain;display:block}
.dagc-edu-card h3,.dagc-formula-card h3{font-family:"Cormorant Garamond",Georgia,serif!important;font-weight:700!important;color:#0a2350!important;letter-spacing:-.05em!important;line-height:.92!important}
.dagc-edu-card h3{font-size:clamp(40px,4.3vw,64px)!important;max-width:530px;margin:0 0 18px}
.dagc-edu-copy{max-width:500px}
.dagc-edu-copy p{font-size:16px;line-height:1.55;color:#37466a;margin:0 0 10px}
.dagc-edu-card__paw{position:absolute;right:36px;top:190px;width:42px;height:42px;background:url("paw-icon.png") center/contain no-repeat;opacity:.14}
.dagc-growth-visual{position:relative;margin-top:20px;padding-top:6px;min-height:190px}
.dagc-growth-visual__curve{position:absolute;right:8px;top:10px;width:310px;max-width:48%}
.dagc-growth-visual__stages{display:flex;justify-content:flex-end;align-items:flex-end;gap:12px;padding:40px 18px 0 0;min-height:126px;position:relative;z-index:1}
.dagc-growth-visual__dog{display:inline-flex;align-items:flex-end;justify-content:center}
.dagc-growth-visual__dog img{display:block;object-fit:contain;filter:drop-shadow(0 8px 10px rgba(61,83,120,.08))}
.dagc-growth-visual__dog--1 img{width:44px;height:44px}
.dagc-growth-visual__dog--2 img{width:64px;height:64px}
.dagc-growth-visual__dog--3 img{width:92px;height:92px}
.dagc-growth-visual__dog--4 img{width:122px;height:122px}
.dagc-growth-visual__timeline{display:grid;grid-template-columns:repeat(4,1fr);align-items:start;gap:14px;margin-top:18px;padding-left:48%;position:relative}
.dagc-growth-visual__timeline:before{content:"";position:absolute;left:48%;right:10px;top:8px;height:2px;background:#5c8edb}
.dagc-growth-visual__timeline span{display:grid;justify-items:center;gap:10px;text-align:center;position:relative;z-index:1}
.dagc-growth-visual__timeline i{width:12px;height:12px;border-radius:50%;background:#5c8edb;display:block;box-shadow:0 0 0 4px #fff}
.dagc-growth-visual__timeline b{text-transform:uppercase;font-size:11px;letter-spacing:.05em;color:#4d6eaf}
.dagc-concepts{display:grid;gap:12px}
.dagc-concept-item{display:grid;grid-template-columns:74px 1fr;align-items:flex-start;gap:16px;padding:18px 18px 18px 14px;border-radius:22px;background:#fff;border:1px solid #e2e4e9;box-shadow:0 2px 0 rgba(20,43,85,.02)}
.dagc-concept-item__icon{width:58px;height:58px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#edf3ff;color:#4d7fd8;font-size:30px;font-weight:900;box-shadow:inset 0 0 0 1px #d8e3f5}
.dagc-concept-item__icon svg{width:31px;height:31px;display:block}
.dagc-concept-item__icon--number{font-size:30px;line-height:1;position:relative}
.dagc-concept-item__icon--number:before{content:"";position:absolute;inset:10px;border-radius:50%;background:#4f81d8;z-index:0}
.dagc-concept-item__icon--number{color:#fff}
.dagc-concept-item__icon--number>*{position:relative;z-index:1}
.dagc-concept-item p{margin:0;font-size:17px;line-height:1.45;color:#38486c}
.dagc-concept-item strong{color:#0c244f}
.dagc-formula-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:10px}
.dagc-formula-card__decor{width:120px;flex:0 0 120px;opacity:.95}
.dagc-formula-card__decor svg{display:block;width:100%;height:auto}
.dagc-formula-card h3{font-size:clamp(42px,4.8vw,72px)!important;margin:0 0 18px;max-width:980px}
.dagc-formula-card__paw{font-size:.45em;vertical-align:middle;margin-left:8px;opacity:.55}
.dagc-formula-box{display:grid;gap:14px;margin:18px 0 20px}
.dagc-formula-line{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:0;border-radius:18px;background:linear-gradient(90deg,#153926 0%,#0d2a36 68%,#102631 100%);border:1px solid rgba(110,205,121,.38);box-shadow:0 12px 22px rgba(10,34,47,.11);overflow:hidden}
.dagc-formula-line code{display:block;padding:18px 22px 18px 82px;position:relative;background:transparent!important;color:#ffffff!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:19px;line-height:1.35;white-space:normal}
.dagc-formula-line code:before{content:"✦";position:absolute;left:22px;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:12px;background:linear-gradient(180deg,#3a7248,#245f36);display:grid;place-items:center;color:#d8ffd8;font-size:20px;font-weight:700;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}
.dagc-formula-copy{appearance:none;border:0;background:transparent;color:#9af3a3;display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;cursor:pointer;transition:transform .18s ease,color .18s ease}
.dagc-formula-copy:hover{transform:scale(1.04);color:#c9ffd0}
.dagc-formula-copy.is-copied{color:#ffffff}
.dagc-formula-copy svg{width:23px;height:23px;display:block}
.dagc-formula-note{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:flex-start;margin-top:8px;padding-right:20px;position:relative}
.dagc-formula-note:after{content:"";position:absolute;right:0;bottom:-8px;width:120px;height:56px;background:url("paw-icon.png") center/contain no-repeat;opacity:.13}
.dagc-formula-note__icon{width:56px;height:56px;border-radius:50%;background:#edf3ff;color:#4274d6;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #d7e3ff}
.dagc-formula-note__icon svg{width:28px;height:28px;display:block}
.dagc-formula-note p{margin:0;font-size:17px;line-height:1.5;color:#39486a;max-width:950px}
@media (max-width:1100px){.dagc-content-grid--edu{grid-template-columns:1fr}.dagc-growth-visual__curve{max-width:52%}.dagc-growth-visual__timeline{padding-left:42%}.dagc-growth-visual__timeline:before{left:42%}}
@media (max-width:760px){.dagc-edu-card h3,.dagc-formula-card h3{font-size:42px!important}.dagc-edu-card__avatar{width:82px;height:82px;flex-basis:82px}.dagc-growth-visual{min-height:0}.dagc-growth-visual__curve{position:relative;right:auto;top:auto;max-width:100%;width:100%;margin:0 0 6px}.dagc-growth-visual__stages{justify-content:space-between;padding:6px 0 0;gap:8px}.dagc-growth-visual__dog--1 img{width:36px;height:36px}.dagc-growth-visual__dog--2 img{width:56px;height:56px}.dagc-growth-visual__dog--3 img{width:78px;height:78px}.dagc-growth-visual__dog--4 img{width:96px;height:96px}.dagc-growth-visual__timeline{padding-left:0}.dagc-growth-visual__timeline:before{left:10px;right:10px}.dagc-concept-item{grid-template-columns:60px 1fr}.dagc-concept-item__icon{width:52px;height:52px;font-size:26px}.dagc-formula-card__top{align-items:flex-start}.dagc-formula-card__decor{width:90px;flex-basis:90px}.dagc-formula-line code{font-size:16px;padding:16px 18px 16px 70px}.dagc-formula-line code:before{left:16px;width:38px;height:38px}}
@media (max-width:560px){.dagc-edu-card__top,.dagc-formula-card__top{gap:12px}.dagc-edu-card__avatar{width:74px;height:74px;flex-basis:74px}.dagc-edu-card h3,.dagc-formula-card h3{font-size:34px!important}.dagc-edu-copy p,.dagc-concept-item p,.dagc-formula-note p{font-size:15px}.dagc-concept-item{padding:14px 14px 14px 12px;gap:12px}.dagc-formula-card__decor{display:none}.dagc-formula-line{grid-template-columns:minmax(0,1fr) 48px}.dagc-formula-line code{padding:14px 14px 14px 58px;font-size:14px}.dagc-formula-line code:before{left:12px;width:32px;height:32px;border-radius:10px;font-size:16px}.dagc-formula-copy{width:48px;height:48px}.dagc-formula-note{grid-template-columns:44px 1fr;gap:12px;padding-right:0}.dagc-formula-note__icon{width:44px;height:44px}.dagc-growth-visual__timeline b{font-size:10px}}


/* Educational block follow-up v1.8 */
.dagc-growth-visual{display:flex;justify-content:center;align-items:center;margin-top:24px;padding:6px 0 2px;min-height:0}
.dagc-growth-visual__image{display:block;width:min(100%,640px);height:auto;margin:0 auto;object-fit:contain}
.dagc-concept-item__icon--image{background:transparent;box-shadow:none;padding:0;border-radius:0;color:inherit}
.dagc-concept-item__icon--image img{display:block;width:58px;height:58px;object-fit:contain}
@media (max-width:760px){.dagc-growth-visual__image{width:min(100%,560px)}.dagc-concept-item__icon--image img{width:52px;height:52px}}
@media (max-width:560px){.dagc-growth-visual{margin-top:18px}.dagc-growth-visual__image{width:100%}.dagc-concept-item__icon--image img{width:46px;height:46px}}


/* Educational photos follow-up v1.8.1 */
.dagc-content-grid--edu .dagc-edu-card{display:flex;flex-direction:column}
.dagc-edu-card__photo-row{display:flex;width:100%}
.dagc-edu-card__photo{margin:0;border-radius:36px;overflow:hidden;border:1px solid #edf0f4;background:linear-gradient(180deg,#faf6ef,#ffffff);box-shadow:0 18px 34px rgba(56,73,102,.08)}
.dagc-edu-card__photo img{display:block;width:100%;height:100%;object-fit:cover}
.dagc-edu-card__photo-row--how{justify-content:flex-end;padding:6px 0 8px}
.dagc-edu-card__photo--how{width:min(100%,298px);aspect-ratio:4/3}
.dagc-growth-visual{margin-top:12px;padding-top:0}
.dagc-edu-card--concepts .dagc-concepts{margin-bottom:0}
.dagc-edu-card__photo-row--concepts{justify-content:center;margin-top:auto;padding-top:20px}
.dagc-edu-card__photo--concepts{width:min(100%,488px);aspect-ratio:4/3}
@media (max-width:1100px){.dagc-edu-card__photo-row--how{justify-content:center}.dagc-edu-card__photo--how{width:min(100%,420px)}}
@media (max-width:760px){.dagc-edu-card__photo{border-radius:30px}.dagc-edu-card__photo--how,.dagc-edu-card__photo--concepts{width:100%;max-width:100%}}
@media (max-width:560px){.dagc-edu-card__photo{border-radius:24px}.dagc-edu-card__photo-row--concepts{padding-top:16px}.dagc-edu-card__photo-row--how{padding:2px 0 6px}}


/* Example blocks redesign v1.9 */
.dagc-edu-card__photo-row--how{display:none!important}
.dagc-example-card{position:relative;overflow:hidden;padding:34px 38px!important;border-radius:28px!important;background:linear-gradient(135deg,#fffdf8 0%,#ffffff 72%,#fffaf0 100%)!important;border:1px solid #eadfce!important;box-shadow:0 16px 36px rgba(74,59,35,.08)!important}
.dagc-example-card:before{content:"";position:absolute;left:44px;top:44px;width:42px;height:42px;background:radial-gradient(circle,#f0e1cc 0 18%,transparent 19%),radial-gradient(circle at 80% 18%,#f0e1cc 0 10%,transparent 11%);opacity:.7}
.dagc-example-card__layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:42px;align-items:center;position:relative;z-index:1}
.dagc-example-card__side{display:flex;min-height:330px;flex-direction:column;align-items:center;justify-content:space-between;position:relative;gap:22px}
.dagc-example-card__portrait{width:190px;height:190px;margin:0;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#fbf5eb,#ffffff);border:8px solid #dcecff;box-shadow:0 14px 28px rgba(54,83,128,.08);overflow:hidden}
.dagc-example-card__portrait img{width:88%;height:88%;object-fit:contain;display:block}
.dagc-example-card__load{width:100%;min-height:58px;border-radius:12px!important;background:linear-gradient(135deg,#1a68e8,#2786ff)!important;box-shadow:0 10px 22px rgba(21,105,235,.20)!important;font-size:18px!important;gap:14px!important}
.dagc-example-card__sparkle{position:absolute;color:#f0dfc9;font-size:32px;line-height:1}
.dagc-example-card__sparkle--one{left:4px;top:10px}.dagc-example-card__sparkle--two{right:12px;top:170px;font-size:20px}
.dagc-example-card__paw{position:absolute;width:40px;height:40px;background:url("paw-icon.png") center/contain no-repeat;opacity:.18}.dagc-example-card__paw--one{left:0;bottom:120px}.dagc-example-card__paw--two{left:32px;bottom:100px;width:28px;height:28px}
.dagc-example-card__content{align-self:start;max-width:850px}
.dagc-example-card__kicker{margin-left:0;margin-bottom:18px}
.dagc-example-card h3{font-family:"Cormorant Garamond",Georgia,serif!important;font-size:clamp(44px,4.6vw,72px)!important;line-height:.96!important;letter-spacing:-.05em!important;color:#08224f!important;max-width:850px;margin:0 0 18px!important}
.dagc-example-steps{list-style:none;counter-reset:dagcExample;margin:0;padding:0;display:grid;gap:8px;color:#35435f;font-size:18px;line-height:1.35}
.dagc-example-steps li{counter-increment:dagcExample;position:relative;padding-left:42px}
.dagc-example-steps li:before{content:counter(dagcExample);position:absolute;left:0;top:.02em;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e4f0ff;border:1px solid #b9d4ff;color:#0f66d8;font-weight:900;font-size:15px;line-height:1}
.dagc-examples{position:relative;overflow:hidden;padding:34px 38px!important;border-radius:28px!important;background:linear-gradient(135deg,#fffdf9,#ffffff)!important;border:1px solid #eadfce!important;box-shadow:0 16px 36px rgba(74,59,35,.08)!important}
.dagc-examples__head{margin-bottom:24px!important;display:block!important}
.dagc-examples h3{font-family:"Cormorant Garamond",Georgia,serif!important;font-size:clamp(40px,4.4vw,66px)!important;line-height:.95!important;letter-spacing:-.05em!important;color:#08224f!important;margin:12px 0 0!important}
.dagc-examples .dagc-example-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px!important}
.dagc-example-grid .dagc-example-tile{display:flex;flex-direction:column;min-height:330px;padding:24px!important;border-radius:24px!important;border:1px solid #dcead7!important;background:#fff!important;box-shadow:none!important}
.dagc-example-tile--small{background:linear-gradient(135deg,#fbfff7,#ffffff)!important;border-color:#d8ead2!important}.dagc-example-tile--giant{background:linear-gradient(135deg,#f8fbff,#ffffff)!important;border-color:#d9e7f7!important}.dagc-example-tile--medium{background:linear-gradient(135deg,#fffaf2,#ffffff)!important;border-color:#efd9bd!important}
.dagc-example-tile__top{display:grid;grid-template-columns:128px 36px 1fr;gap:16px;align-items:center;margin-bottom:12px}
.dagc-example-tile__photo{width:126px;height:126px;margin:0;border-radius:50%;background:#fff;border:5px solid #e7f3e2;overflow:hidden;display:grid;place-items:center;box-shadow:0 10px 20px rgba(42,72,101,.07)}
.dagc-example-tile--giant .dagc-example-tile__photo{border-color:#dff0ff}.dagc-example-tile--medium .dagc-example-tile__photo{border-color:#ffe7c4}
.dagc-example-tile__photo img{width:88%;height:88%;object-fit:contain;display:block}
.dagc-example-tile__icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#eef8ea;align-self:start;margin-top:18px}
.dagc-example-tile--giant .dagc-example-tile__icon{background:#e7f2ff}.dagc-example-tile--medium .dagc-example-tile__icon{background:#fff1cf}
.dagc-example-tile__icon img{width:22px;height:22px;object-fit:contain;display:block}
.dagc-example-tile h4{font-family:"Cormorant Garamond",Georgia,serif!important;font-size:30px!important;line-height:1.02!important;letter-spacing:-.035em!important;color:#08224f!important;margin:0!important}
.dagc-example-tile__dash{width:46px;height:3px;border-radius:999px;background:#68b76b;margin:4px 0 14px 164px}.dagc-example-tile--giant .dagc-example-tile__dash{background:#54a4ee}.dagc-example-tile--medium .dagc-example-tile__dash{background:#ffc552}
.dagc-example-tile p{color:#5d6275!important;font-size:16px!important;line-height:1.6!important;margin:0 0 20px!important;max-width:310px}
.dagc-example-tile button{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;gap:14px;border-radius:10px!important;padding:12px 18px!important;background:#fff!important;border:1px solid #78c787!important;color:#147033!important;font-weight:900!important;box-shadow:none!important;cursor:pointer}
.dagc-example-tile button:hover{transform:translateY(-1px)}
@media(max-width:1100px){.dagc-example-card__layout{grid-template-columns:1fr;gap:26px}.dagc-example-card__side{min-height:0;align-items:flex-start}.dagc-example-card__portrait{width:160px;height:160px}.dagc-example-card__load{width:auto}.dagc-examples .dagc-example-grid{grid-template-columns:1fr!important}.dagc-example-tile p{max-width:none}.dagc-example-tile__dash{margin-left:164px}}
@media(max-width:640px){.dagc-example-card,.dagc-examples{padding:24px 18px!important}.dagc-example-card h3,.dagc-examples h3{font-size:38px!important}.dagc-example-card__portrait{width:140px;height:140px}.dagc-example-card__load{width:100%}.dagc-example-steps{font-size:15px}.dagc-example-tile__top{grid-template-columns:96px 28px 1fr;gap:12px}.dagc-example-tile__photo{width:92px;height:92px}.dagc-example-tile h4{font-size:25px!important}.dagc-example-tile__dash{margin-left:124px}.dagc-example-tile button{width:100%;justify-content:center}}

/* v1.9.1 final applications/mistakes/reference redesign */
.dagc-content-grid--final{grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}
.dagc-kicker--blue{background:#edf4ff;border:1px solid #c8daf8;color:#1f4fa6;padding:11px 18px;font-size:13px;letter-spacing:.035em;gap:10px}
.dagc-kicker--blue svg{width:20px;height:20px;flex:0 0 20px}
.dagc-info-card,.dagc-reference-note{position:relative;overflow:hidden;background:#fcfdfd;border:2px solid #c6daf8;border-radius:34px;box-shadow:0 12px 36px rgba(74,107,173,.08)}
.dagc-info-card{padding:34px 40px 30px}
.dagc-info-card__floaters{position:absolute;inset:0;pointer-events:none}
.dagc-info-card__spark,.dagc-info-card__paw,.dagc-info-card__dog-outline{position:absolute;line-height:1;color:#bfd7fb}
.dagc-info-card__spark{font-size:30px}
.dagc-info-card__spark--1{right:92px;top:48px}
.dagc-info-card__spark--2{right:42px;top:46px;font-size:34px}
.dagc-info-card__paw{right:36px;bottom:24px;font-size:48px;color:#c5d7f5}
.dagc-info-card__dog-outline{right:36px;top:30px;width:60px;height:60px;color:#bdd4f6}
.dagc-info-card__dog-outline svg{display:block;width:100%;height:100%}
.dagc-info-card__spark--3{right:34px;top:38px;font-size:24px}
.dagc-info-card__spark--4{right:16px;top:88px;font-size:20px}
.dagc-final-list{list-style:none;margin:12px 0 0;padding:0}
.dagc-final-list li{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;column-gap:20px;padding:12px 0;border-bottom:1px solid #dbe5f4;color:#314875}
.dagc-final-list li:last-child{border-bottom:0;padding-bottom:0}
.dagc-final-list__icon{width:72px;height:72px;border-radius:999px;display:grid;place-items:center;border:2px solid currentColor;background:#fff;box-shadow:0 10px 22px rgba(95,122,171,.12)}
.dagc-final-list__icon svg{width:34px;height:34px;display:block}
.dagc-final-list__icon--blue{color:#316fda;background:#edf4ff;border-color:#bfd1f9}
.dagc-final-list__icon--green{color:#68af4d;background:#eef9ef;border-color:#c6e7c9}
.dagc-final-list__icon--orange{color:#f38a1e;background:#fff5ea;border-color:#f8d4b0}
.dagc-final-list__icon--purple{color:#9364ca;background:#f5efff;border-color:#dacaf2}
.dagc-final-list__icon--red{color:#ef5a52;background:#fff1f0;border-color:#f8c4c0}
.dagc-final-list li span:last-child{font-size:23px;line-height:1.38;letter-spacing:-.03em;color:#35507f}
.dagc-reference-note{display:grid;grid-template-columns:130px minmax(0,1fr) 290px;align-items:center;gap:26px;padding:32px 34px;background:#fbfdff}
.dagc-reference-note__icon{width:108px;height:108px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at 32% 28%,#eff6ff 0,#ddebff 72%,#d4e5fd 100%);box-shadow:0 18px 28px rgba(85,120,179,.15)}
.dagc-reference-note__icon svg{width:100%;height:100%;display:block}
.dagc-reference-note__body .dagc-kicker{margin-bottom:16px}
.dagc-reference-note__body p{margin:0;font-size:23px;line-height:1.45;letter-spacing:-.025em;color:#35507f}
.dagc-reference-note__body strong{color:#1f4fa6;font-weight:900}
.dagc-reference-note__art{position:relative;min-height:160px;align-self:stretch}
.dagc-reference-note__cloud{position:absolute;right:34px;top:34px;width:176px;height:106px;border-radius:60px;background:#eaf1fd}
.dagc-reference-note__cloud:before,.dagc-reference-note__cloud:after{content:"";position:absolute;border-radius:50%;background:#eaf1fd}
.dagc-reference-note__cloud:before{width:86px;height:86px;left:14px;top:-26px}
.dagc-reference-note__cloud:after{width:72px;height:72px;right:16px;top:-18px}
.dagc-reference-note__calc{position:absolute;right:38px;top:18px;width:150px;height:auto;filter:drop-shadow(0 16px 18px rgba(82,119,181,.15))}
.dagc-reference-note__calc svg{display:block;width:100%;height:auto}
.dagc-reference-note__bone{position:absolute;left:16px;bottom:12px;width:50px;color:#a7c4f7;transform:rotate(-18deg)}
.dagc-reference-note__bone svg{display:block;width:100%;height:auto}
.dagc-reference-note__spark{position:absolute;color:#b6cef7;line-height:1}
.dagc-reference-note__spark--1{left:24px;top:40px;font-size:22px}
.dagc-reference-note__spark--2{right:174px;top:28px;font-size:26px}
.dagc-reference-note__spark--3{right:10px;top:58px;font-size:20px}

@media (max-width:1200px){
  .dagc-info-card{padding:28px 28px 24px}
  .dagc-final-list li{grid-template-columns:76px minmax(0,1fr);column-gap:16px}
  .dagc-final-list__icon{width:62px;height:62px}
  .dagc-final-list__icon svg{width:30px;height:30px}
  .dagc-final-list li span:last-child,.dagc-reference-note__body p{font-size:20px}
  .dagc-reference-note{grid-template-columns:110px minmax(0,1fr) 220px;gap:20px}
  .dagc-reference-note__icon{width:92px;height:92px}
  .dagc-reference-note__calc{width:132px;right:18px}
  .dagc-reference-note__cloud{width:144px;height:88px;right:10px}
}
@media (max-width:900px){
  .dagc-content-grid--final{grid-template-columns:1fr}
  .dagc-reference-note{grid-template-columns:90px minmax(0,1fr);padding:24px 22px 120px}
  .dagc-reference-note__icon{width:82px;height:82px}
  .dagc-reference-note__art{grid-column:1/-1;min-height:0;position:absolute;right:18px;bottom:6px;width:170px;height:110px}
  .dagc-reference-note__calc{width:110px;right:8px;top:4px}
  .dagc-reference-note__cloud{width:120px;height:72px;right:0;top:28px}
  .dagc-reference-note__bone{left:0;bottom:10px}
  .dagc-reference-note__spark--1{left:2px;top:32px}
}
@media (max-width:640px){
  .dagc-info-card{padding:22px 20px 20px;border-radius:26px}
  .dagc-kicker--blue{padding:9px 14px;font-size:12px}
  .dagc-final-list li{grid-template-columns:56px minmax(0,1fr);column-gap:12px;padding:11px 0}
  .dagc-final-list__icon{width:48px;height:48px;border-width:1.5px;box-shadow:none}
  .dagc-final-list__icon svg{width:23px;height:23px}
  .dagc-final-list li span:last-child{font-size:17px;line-height:1.4}
  .dagc-info-card__spark--1{right:66px;top:42px;font-size:22px}
  .dagc-info-card__spark--2{right:22px;top:40px;font-size:25px}
  .dagc-info-card__paw{right:18px;bottom:14px;font-size:34px}
  .dagc-info-card__dog-outline{width:44px;height:44px;right:18px;top:20px}
  .dagc-reference-note{grid-template-columns:1fr;padding:20px 18px 110px;border-radius:26px}
  .dagc-reference-note__icon{width:70px;height:70px}
  .dagc-reference-note__body p{font-size:17px;line-height:1.5}
  .dagc-reference-note__art{width:132px;height:92px;right:10px;bottom:4px}
  .dagc-reference-note__calc{width:88px;right:6px;top:12px}
  .dagc-reference-note__cloud{width:98px;height:58px;top:28px}
  .dagc-reference-note__spark--2{right:110px;top:18px}
  .dagc-reference-note__bone{width:36px}
}

/* v2.0 responsive repair pack */
.dagc-app{width:100%;max-width:min(1180px,calc(100vw - 24px));overflow-x:clip}
.dagc-app *{min-width:0}
.dagc-card,.dagc-hero{max-width:100%}
.dagc-chart,.dagc-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.dagc-chart svg{max-width:none}
.dagc-table{max-width:none}
.dagc-share,.dagc-hero__actions,.dagc-form__actions,.dagc-result__actions{min-width:0}
.dagc-hero__title,.dagc-hero h2,.dagc-card h3,.dagc-result__breed span,.dagc-table-head__content h3,.dagc-chart-head__content h3,.dagc-example-showcase h3,.dagc-examples h3,.dagc-edu-card h3,.dagc-formula-card h3{overflow-wrap:anywhere}

@media (max-width:1180px){
  .dagc-app{max-width:calc(100vw - 20px);gap:22px}
  .dagc-hero{min-height:520px;padding:32px;background-position:64% center;border-radius:30px}
  .dagc-hero__title{font-size:clamp(54px,7vw,76px)!important}
  .dagc-hero__lead{font-size:clamp(20px,2.4vw,25px)!important;max-width:460px}
  .dagc-calculator{padding:28px!important}
  .dagc-grid--main{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:22px}
  .dagc-calculator .dagc-result{padding:40px 32px!important}
  .dagc-result-main-number{font-size:clamp(72px,9vw,118px)!important}
  .dagc-chart-head__content h3,.dagc-table-head__content h3{font-size:clamp(42px,5.4vw,58px)!important}
  .dagc-example-showcase{grid-template-columns:220px minmax(0,1fr)}
}

@media (max-width:1024px){
  .dagc-app{gap:20px}
  .dagc-grid--main,.dagc-content-grid,.dagc-content-grid--final,.dagc-content-grid--edu{grid-template-columns:1fr!important}
  .dagc-calculator .dagc-grid--main{gap:20px}
  .dagc-calculator .dagc-form{order:1}
  .dagc-calculator .dagc-result{order:2;min-height:0!important}
  .dagc-chart-head,.dagc-table-head{grid-template-columns:auto minmax(0,1fr);align-items:center}
  .dagc-chart-head__media,.dagc-table-head__media{width:112px!important;height:112px!important}
  .dagc-table-head__print{grid-column:1/-1;justify-self:start;margin-top:4px}
  .dagc-examples .dagc-example-grid{grid-template-columns:1fr!important}
  .dagc-example-tile{min-height:0}
  .dagc-example-showcase{grid-template-columns:190px minmax(0,1fr);gap:24px!important;padding:28px!important}
  .dagc-example-showcase__photo{width:150px;height:150px}
  .dagc-info-card{min-height:auto}
  .dagc-reference-note{grid-template-columns:94px minmax(0,1fr) 180px;gap:18px}
  .dagc-reference-note__body p{font-size:19px!important}
}

@media (max-width:820px){
  .dagc-app{max-width:calc(100vw - 16px);gap:18px}
  .dagc-card{padding:22px!important;border-radius:24px!important}
  .dagc-hero{display:flex!important;flex-direction:column;gap:18px;min-height:0;padding:24px!important;background-position:76% center;background-size:cover;border-radius:26px!important}
  .dagc-hero__brand{gap:12px;max-width:100%}
  .dagc-hero__brand-icon{width:62px!important;height:62px!important;flex:0 0 62px}
  .dagc-hero__brand-icon img{width:38px!important;height:38px!important}
  .dagc-hero__brand-name{font-size:20px!important;line-height:1.05}
  .dagc-hero__trust-pill{position:static!important;align-self:flex-start;padding:10px 16px!important;font-size:14px!important;order:2}
  .dagc-hero__copy{order:3;max-width:420px!important;padding-top:0!important}
  .dagc-hero__title{font-size:clamp(42px,12vw,62px)!important;line-height:.94!important}
  .dagc-hero__lead{font-size:18px!important;line-height:1.42!important;max-width:340px;margin-top:18px!important}
  .dagc-hero__actions{flex-direction:column;align-items:stretch;max-width:320px;margin-top:24px!important;gap:12px!important}
  .dagc-btn--hero-primary,.dagc-btn--hero-ghost{width:100%;min-height:58px!important;padding:14px 18px!important;border-radius:18px!important;font-size:16px!important}
  .dagc-card__head{align-items:flex-start!important;flex-direction:column!important;gap:14px!important}
  .dagc-card__head .dagc-btn{width:auto!important}
  .dagc-calculator{padding:20px!important}
  .dagc-calculator .dagc-form{padding:20px!important;border-radius:22px!important}
  .dagc-field-row{grid-template-columns:1fr!important;gap:14px!important}
  .dagc-calculator .dagc-custom .dagc-field-row{grid-template-columns:1fr!important}
  .dagc-calculator .dagc-form__actions{display:grid;grid-template-columns:1fr;gap:12px!important}
  .dagc-calculator .dagc-form__actions .dagc-btn{width:100%;min-height:56px!important}
  .dagc-calculator .dagc-result{padding:28px 22px!important;border-radius:24px!important;gap:18px!important}
  .dagc-result__breed{grid-template-columns:74px minmax(0,1fr)!important;gap:16px!important}
  .dagc-result-breed-image{width:74px!important;height:74px!important}
  .dagc-result__breed span{font-size:clamp(30px,8vw,42px)!important}
  .dagc-result__age{padding:22px!important;border-radius:22px!important}
  .dagc-result-main-number{font-size:clamp(62px,18vw,92px)!important;line-height:.82!important}
  .dagc-result-human-label{font-size:clamp(34px,10vw,56px)!important;line-height:.95!important}
  .dagc-result__chips{gap:10px!important}
  .dagc-result__chips span{max-width:100%;white-space:normal!important}
  .dagc-result__actions{display:grid!important;grid-template-columns:1fr;gap:12px!important}
  .dagc-result__actions .dagc-btn{width:100%}
  .dagc-work{padding:18px!important;border-radius:20px!important;overflow-x:auto}
  .dagc-chart-head,.dagc-table-head{grid-template-columns:1fr!important;gap:16px!important;justify-items:start}
  .dagc-chart-head__media,.dagc-table-head__media{width:102px!important;height:102px!important}
  .dagc-chart-head__content h3,.dagc-table-head__content h3{font-size:clamp(34px,10vw,48px)!important;line-height:.95!important}
  .dagc-chart-head__content p{font-size:17px!important;line-height:1.45!important}
  .dagc-chart{padding:10px!important;border-radius:22px!important}
  .dagc-chart svg{min-width:680px!important}
  .dagc-chart-note{grid-template-columns:44px minmax(0,1fr)!important;padding:16px!important;border-radius:20px!important}
  .dagc-chart-note__icon{width:44px!important;height:44px!important;border-radius:14px!important}
  .dagc-chart-note__text{font-size:18px!important}
  .dagc-chart-note__paw{display:none!important}
  .dagc-table-card{padding:22px 16px!important}
  .dagc-table-head__print{width:100%!important;justify-content:center!important}
  .dagc-table-wrap{border-radius:20px!important}
  .dagc-table{min-width:620px!important}
  .dagc-table thead th,.dagc-table td{padding:13px 14px!important;font-size:15px!important}
  .dagc-stage-badge{font-size:13px!important;padding:7px 10px!important}
  .dagc-share{display:grid!important;grid-template-columns:1fr 1fr;gap:10px!important;padding:0!important}
  .dagc-share__title{grid-column:1/-1;width:auto!important;margin:0 0 2px!important}
  .dagc-share__btn{min-height:54px!important;border-radius:18px!important;padding:10px 12px!important;font-size:14px!important;width:100%!important;justify-content:flex-start!important}
  .dagc-share__icon{width:28px!important;height:28px!important;flex-basis:28px!important}
  .dagc-share__icon svg{width:19px!important;height:19px!important}
  .dagc-edu-card h3,.dagc-formula-card h3,.dagc-example-showcase h3,.dagc-examples h3{font-size:clamp(34px,9vw,46px)!important;line-height:.94!important}
  .dagc-edu-card__avatar{width:74px!important;height:74px!important;flex-basis:74px!important}
  .dagc-growth-visual__image{width:100%!important}
  .dagc-concept-item{grid-template-columns:54px minmax(0,1fr)!important;gap:12px!important;padding:14px!important;border-radius:18px!important}
  .dagc-concept-item__icon,.dagc-concept-item__icon--image img{width:46px!important;height:46px!important}
  .dagc-concept-item p{font-size:15px!important;line-height:1.45!important}
  .dagc-formula-line{grid-template-columns:minmax(0,1fr) 46px!important;gap:0!important;border-radius:14px!important}
  .dagc-formula-line code{font-size:13px!important;padding:14px 10px 14px 54px!important;word-break:break-word!important}
  .dagc-formula-line code:before{left:10px!important;width:32px!important;height:32px!important;border-radius:10px!important}
  .dagc-formula-copy{width:46px!important;height:46px!important}
  .dagc-formula-note{grid-template-columns:42px minmax(0,1fr)!important;gap:12px!important;padding-right:0!important}
  .dagc-formula-note__icon{width:42px!important;height:42px!important}
  .dagc-formula-note p{font-size:15px!important;line-height:1.5!important}
  .dagc-example-showcase{grid-template-columns:1fr!important;text-align:left;padding:22px!important;border-radius:24px!important;gap:18px!important}
  .dagc-example-showcase__media{display:grid!important;grid-template-columns:auto 1fr;align-items:center;gap:16px!important}
  .dagc-example-showcase__photo{width:92px!important;height:92px!important}
  .dagc-example-showcase__button{width:100%!important;justify-content:center!important;margin-top:0!important}
  .dagc-example-showcase ol{padding-left:0!important;margin-left:0!important}
  .dagc-example-showcase li{grid-template-columns:32px minmax(0,1fr)!important;font-size:15px!important}
  .dagc-example-tile{padding:20px!important;border-radius:22px!important}
  .dagc-example-tile__top{grid-template-columns:86px 44px minmax(0,1fr)!important;gap:12px!important}
  .dagc-example-tile__photo{width:86px!important;height:86px!important}
  .dagc-example-tile__icon{width:44px!important;height:44px!important}
  .dagc-example-tile h4{font-size:26px!important;line-height:1.05!important}
  .dagc-example-tile p{font-size:15px!important}
  .dagc-example-tile button{width:100%!important;justify-content:center!important}
  .dagc-info-card{padding:22px 18px!important;border-radius:24px!important}
  .dagc-final-list li{grid-template-columns:52px minmax(0,1fr)!important;gap:12px!important;padding:12px 0!important}
  .dagc-final-list__icon{width:46px!important;height:46px!important}
  .dagc-final-list__icon svg{width:23px!important;height:23px!important}
  .dagc-final-list li span:last-child{font-size:16px!important;line-height:1.38!important}
  .dagc-reference-note{grid-template-columns:1fr!important;padding:22px 18px 108px!important;border-radius:24px!important;gap:14px!important}
  .dagc-reference-note__icon{width:70px!important;height:70px!important}
  .dagc-reference-note__body p{font-size:16px!important;line-height:1.48!important}
  .dagc-reference-note__art{position:absolute!important;right:8px!important;bottom:4px!important;width:126px!important;height:90px!important;min-height:0!important}
  .dagc-reference-note__calc{width:82px!important;right:4px!important;top:12px!important}
  .dagc-reference-note__cloud{width:96px!important;height:56px!important;right:0!important;top:30px!important}
}

@media (max-width:480px){
  .dagc-app{max-width:calc(100vw - 12px);gap:16px}
  .dagc-card{padding:18px!important;border-radius:22px!important}
  .dagc-hero{padding:18px!important;background-position:78% center}
  .dagc-hero__brand-icon{width:54px!important;height:54px!important;flex-basis:54px!important}
  .dagc-hero__brand-icon img{width:32px!important;height:32px!important}
  .dagc-hero__brand-name{font-size:18px!important}
  .dagc-hero__trust-pill{font-size:13px!important;padding:9px 12px!important}
  .dagc-hero__title{font-size:40px!important;max-width:290px!important}
  .dagc-hero__lead{font-size:16px!important;max-width:270px!important}
  .dagc-hero__actions{max-width:100%!important}
  .dagc-calculator{padding:16px!important}
  .dagc-calculator .dagc-form{padding:16px!important}
  .dagc-calculator .dagc-form>.dagc-field:after{display:none!important}
  .dagc-calculator .dagc-field span{font-size:12px!important}
  .dagc-calculator .dagc-field input,.dagc-calculator .dagc-field select{min-height:52px!important;padding:12px 14px!important;font-size:16px!important}
  .dagc-result__breed{grid-template-columns:1fr!important;justify-items:start!important}
  .dagc-result-breed-image{width:84px!important;height:84px!important}
  .dagc-result__breed span{font-size:30px!important}
  .dagc-result-main-number{font-size:58px!important}
  .dagc-result-human-label{font-size:34px!important}
  .dagc-chart svg{min-width:620px!important}
  .dagc-table{min-width:560px!important}
  .dagc-share{grid-template-columns:1fr!important}
  .dagc-share__btn{justify-content:center!important}
  .dagc-table-head__content h3,.dagc-chart-head__content h3{font-size:34px!important}
  .dagc-table-head__media,.dagc-chart-head__media{width:88px!important;height:88px!important}
  .dagc-edu-card h3,.dagc-formula-card h3,.dagc-example-showcase h3,.dagc-examples h3{font-size:32px!important}
  .dagc-edu-card__top{align-items:center!important}
  .dagc-edu-card__avatar{width:64px!important;height:64px!important;flex-basis:64px!important}
  .dagc-kicker--icon,.dagc-kicker--blue{font-size:11px!important;padding:8px 12px!important}
  .dagc-growth-visual{margin-top:12px!important}
  .dagc-concept-item{grid-template-columns:46px minmax(0,1fr)!important;padding:12px!important}
  .dagc-concept-item__icon,.dagc-concept-item__icon--image img{width:40px!important;height:40px!important}
  .dagc-example-showcase__media{grid-template-columns:1fr!important;justify-items:start!important}
  .dagc-example-showcase__photo{width:110px!important;height:110px!important}
  .dagc-example-tile__top{grid-template-columns:74px minmax(0,1fr)!important}
  .dagc-example-tile__icon{display:none!important}
  .dagc-example-tile__photo{width:74px!important;height:74px!important}
  .dagc-example-tile h4{font-size:22px!important}
  .dagc-final-list li{grid-template-columns:42px minmax(0,1fr)!important;gap:10px!important}
  .dagc-final-list__icon{width:38px!important;height:38px!important}
  .dagc-final-list__icon svg{width:19px!important;height:19px!important}
  .dagc-final-list li span:last-child{font-size:15px!important}
}

@media (max-width:380px){
  .dagc-hero__title{font-size:34px!important}
  .dagc-hero__lead{font-size:15px!important}
  .dagc-result-main-number{font-size:50px!important}
  .dagc-result-human-label{font-size:30px!important}
  .dagc-chart svg{min-width:560px!important}
  .dagc-table{min-width:520px!important}
  .dagc-edu-card h3,.dagc-formula-card h3,.dagc-example-showcase h3,.dagc-examples h3{font-size:29px!important}
}


/* v2.0.1 mobile hero readability + calculate scroll support + compact share */
@media (max-width: 700px){
  .dagc-hero{
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 48%, rgba(13,39,74,.62) 100%),
      linear-gradient(0deg, rgba(9,30,62,.32), rgba(9,30,62,.32)),
      url("hero-bg.webp") 76% center/cover no-repeat !important;
  }
  .dagc-hero__brand,
  .dagc-hero__trust-pill,
  .dagc-hero__copy{
    position:relative!important;
    z-index:3!important;
  }
  .dagc-hero__title,
  .dagc-hero__lead{
    text-shadow:0 2px 12px rgba(255,255,255,.88), 0 1px 0 rgba(255,255,255,.78)!important;
  }

  .dagc-share{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    width:100%!important;
    padding:8px 0 0!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  .dagc-share::-webkit-scrollbar{display:none!important}
  .dagc-share__title,
  .dagc-share__label{
    display:none!important;
  }
  .dagc-share__btn{
    width:52px!important;
    min-width:52px!important;
    max-width:52px!important;
    height:52px!important;
    min-height:52px!important;
    padding:0!important;
    border-radius:18px!important;
    justify-content:center!important;
    align-items:center!important;
    gap:0!important;
    flex:0 0 52px!important;
  }
  .dagc-share__icon{
    width:32px!important;
    height:32px!important;
    flex:0 0 32px!important;
  }
  .dagc-share__icon svg{
    width:21px!important;
    height:21px!important;
  }
  .dagc-share__btn--x .dagc-share__icon{
    font-size:24px!important;
  }
}
@media (max-width: 420px){
  .dagc-hero{
    background:
      linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 56%, rgba(10,31,62,.70) 100%),
      linear-gradient(0deg, rgba(6,21,45,.40), rgba(6,21,45,.40)),
      url("hero-bg.webp") 78% center/cover no-repeat !important;
  }
  .dagc-share{gap:8px!important;justify-content:flex-start!important;padding-left:2px!important}
  .dagc-share__btn{
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    height:48px!important;
    min-height:48px!important;
    border-radius:16px!important;
    flex-basis:48px!important;
  }
  .dagc-share__icon{width:30px!important;height:30px!important;flex-basis:30px!important}
}


/* v2.0.2 mobile hero remake + centered compact share + work scroll support */
@media (max-width:700px){
  .dagc-hero{
    display:block!important;
    min-height:560px!important;
    padding:18px 14px 22px!important;
    border-radius:26px!important;
    overflow:hidden!important;
    background:
      radial-gradient(circle at 86% 22%, rgba(211,224,246,.70) 0 12%, transparent 33%),
      radial-gradient(circle at 8% 80%, rgba(255,229,210,.40), transparent 38%),
      linear-gradient(180deg,#fffaf4 0%,#ffffff 52%,#fff9f2 100%)!important;
    box-shadow:0 16px 36px rgba(26,52,92,.10)!important;
    border:1px solid rgba(42,98,180,.12)!important;
  }
  .dagc-hero:before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    inset:0!important;
    width:auto!important;
    height:auto!important;
    border-radius:inherit!important;
    background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.90) 54%,rgba(255,255,255,.58) 100%)!important;
    filter:none!important;
    z-index:0!important;
    pointer-events:none!important;
  }
  .dagc-hero:after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    right:6px!important;
    top:135px!important;
    width:min(48%,206px)!important;
    aspect-ratio:206/197!important;
    background:url("mobile-puppy.png") center/contain no-repeat!important;
    z-index:1!important;
    pointer-events:none!important;
  }
  .dagc-hero__brand,
  .dagc-hero__trust-pill,
  .dagc-hero__copy,
  .dagc-hero__actions{
    position:relative!important;
    z-index:2!important;
  }
  .dagc-hero__brand{
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    max-width:none!important;
    margin:0 0 70px!important;
  }
  .dagc-hero__brand-icon{
    width:70px!important;
    height:70px!important;
    flex:0 0 70px!important;
    background:rgba(241,244,255,.92)!important;
    box-shadow:0 10px 22px rgba(40,78,140,.10)!important;
  }
  .dagc-hero__brand-icon img{
    width:34px!important;
    height:34px!important;
    object-fit:contain!important;
  }
  .dagc-hero__brand-name{
    font-size:20px!important;
    line-height:1.12!important;
    color:#141b36!important;
    letter-spacing:-.035em!important;
  }
  .dagc-hero__trust-pill{
    position:relative!important;
    top:auto!important;
    right:auto!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    padding:0!important;
    margin:0 0 6px!important;
    background:transparent!important;
    border-radius:0!important;
    box-shadow:none!important;
    color:#273653!important;
    font-size:16px!important;
    font-weight:800!important;
    text-decoration:none!important;
  }
  .dagc-hero__trust-icon{
    width:22px!important;
    height:22px!important;
    flex:0 0 22px!important;
    color:#273653!important;
  }
  .dagc-hero__trust-icon svg{width:21px!important;height:21px!important}
  .dagc-hero__copy{
    max-width:none!important;
    padding-top:0!important;
  }
  .dagc-hero__title{
    max-width:100%!important;
    margin:0 0 22px!important;
    font-size:clamp(44px,12.6vw,56px)!important;
    line-height:.84!important;
    letter-spacing:-.075em!important;
    color:#050816!important;
    text-shadow:none!important;
  }
  .dagc-hero__title span,
  .dagc-hero__title em{display:block!important}
  .dagc-hero__title em{
    color:#9f3136!important;
    font-size:1.05em!important;
    line-height:.82!important;
    margin:0!important;
  }
  .dagc-hero__lead{
    max-width:100%!important;
    margin:0 0 34px!important;
    font-size:20px!important;
    line-height:1.36!important;
    letter-spacing:-.03em!important;
    color:#151827!important;
    text-shadow:none!important;
    font-weight:500!important;
  }
  .dagc-hero__actions{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:12px!important;
    margin:0!important;
  }
  .dagc-btn--hero-primary{
    width:100%!important;
    min-height:82px!important;
    border-radius:22px!important;
    justify-content:center!important;
    font-size:20px!important;
    box-shadow:0 18px 30px rgba(36,82,159,.28)!important;
    background:linear-gradient(135deg,#4e6fa4,#315c9d)!important;
  }
  .dagc-btn--hero-primary .dagc-btn__icon{color:#ffd9c4!important}
  .dagc-btn--hero-ghost{display:none!important}

  .dagc-share{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    width:100%!important;
    padding:8px 0 0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    overflow-x:visible!important;
    scrollbar-width:none!important;
  }
  .dagc-share__title,
  .dagc-share__label{display:none!important}
  .dagc-share__btn{
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    height:48px!important;
    min-height:48px!important;
    padding:0!important;
    border-radius:16px!important;
    justify-content:center!important;
    align-items:center!important;
    gap:0!important;
    flex:0 0 48px!important;
  }
  .dagc-share__icon{width:30px!important;height:30px!important;flex:0 0 30px!important}
  .dagc-share__icon svg{width:20px!important;height:20px!important}
  .dagc-share__btn--x .dagc-share__icon{font-size:23px!important}
}
@media (max-width:420px){
  .dagc-hero{
    min-height:548px!important;
    padding:16px 12px 20px!important;
  }
  .dagc-hero:after{
    width:44%!important;
    right:4px!important;
    top:138px!important;
  }
  .dagc-hero__brand{margin-bottom:66px!important}
  .dagc-hero__brand-icon{width:66px!important;height:66px!important;flex-basis:66px!important}
  .dagc-hero__brand-name{font-size:19px!important}
  .dagc-hero__title{font-size:clamp(40px,12vw,50px)!important}
  .dagc-hero__lead{font-size:18px!important;margin-bottom:30px!important}
  .dagc-btn--hero-primary{min-height:76px!important;font-size:19px!important}
  .dagc-share{gap:8px!important;justify-content:center!important;padding-left:0!important;padding-right:0!important}
  .dagc-share__btn{width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;flex-basis:44px!important;border-radius:15px!important}
  .dagc-share__icon{width:28px!important;height:28px!important;flex-basis:28px!important}
}
@media (max-width:360px){
  .dagc-hero__title{font-size:39px!important}
  .dagc-hero:after{top:145px!important;width:42%!important}
  .dagc-share{gap:6px!important}
  .dagc-share__btn{width:41px!important;min-width:41px!important;max-width:41px!important;height:41px!important;min-height:41px!important;flex-basis:41px!important}
}


/* v2.0.3 mobile hero final: compact white layout with small dog image */
@media (max-width:700px){
  .dagc-hero{
    display:block!important;
    min-height:0!important;
    padding:18px 14px 20px!important;
    border-radius:24px!important;
    background:
      radial-gradient(circle at 82% 20%,rgba(226,237,255,.72) 0 8%,transparent 30%),
      radial-gradient(circle at 12% 86%,rgba(255,229,212,.42),transparent 36%),
      linear-gradient(180deg,#fffdf9 0%,#fff 58%,#fff8f0 100%)!important;
    border:1px solid rgba(42,98,180,.12)!important;
    box-shadow:0 14px 30px rgba(26,52,92,.10)!important;
  }
  .dagc-hero:before{
    content:""!important;
    position:absolute!important;
    inset:10px!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.74)!important;
    z-index:0!important;
    pointer-events:none!important;
    filter:none!important;
  }
  .dagc-hero:after{
    content:""!important;
    position:absolute!important;
    right:8px!important;
    top:72px!important;
    width:min(39vw,156px)!important;
    height:min(38vw,150px)!important;
    aspect-ratio:auto!important;
    background:url("mobile-puppy.png") center bottom/contain no-repeat!important;
    z-index:1!important;
    pointer-events:none!important;
  }
  .dagc-hero__brand{display:none!important}
  .dagc-hero__trust-pill,
  .dagc-hero__copy,
  .dagc-hero__actions{position:relative!important;z-index:2!important}
  .dagc-hero__trust-pill{
    top:auto!important;
    right:auto!important;
    display:inline-flex!important;
    width:auto!important;
    margin:0 0 10px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    color:#1c2945!important;
    font-size:14px!important;
    line-height:1.2!important;
    font-weight:850!important;
  }
  .dagc-hero__trust-icon{width:20px!important;height:20px!important;flex:0 0 20px!important;color:#1c2945!important}
  .dagc-hero__trust-icon svg{width:20px!important;height:20px!important}
  .dagc-hero__copy{max-width:none!important;padding-top:0!important}
  .dagc-hero__title{
    margin:0 0 16px!important;
    font-size:clamp(38px,11.4vw,50px)!important;
    line-height:.86!important;
    letter-spacing:-.075em!important;
    color:#070b17!important;
    text-shadow:0 1px 0 rgba(255,255,255,.75)!important;
  }
  .dagc-hero__title span:first-child{max-width:58%!important;display:block!important}
  .dagc-hero__title em{display:block!important;max-width:56%!important;color:#9d3437!important;font-size:1.02em!important;line-height:.84!important;margin:0!important}
  .dagc-hero__title span:last-child{display:block!important;max-width:100%!important;margin-top:0!important;font-size:.96em!important}
  .dagc-hero__lead{
    max-width:100%!important;
    margin:0 0 20px!important;
    padding:10px 12px!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.82)!important;
    border:1px solid rgba(220,228,241,.72)!important;
    color:#151a28!important;
    font-size:17px!important;
    line-height:1.34!important;
    letter-spacing:-.025em!important;
    font-weight:600!important;
  }
  .dagc-hero__actions{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;margin:0!important}
  .dagc-btn--hero-primary{
    width:100%!important;
    min-height:64px!important;
    border-radius:20px!important;
    justify-content:center!important;
    font-size:18px!important;
    background:linear-gradient(135deg,#416aa7,#254f94)!important;
    box-shadow:0 16px 28px rgba(35,75,141,.27)!important;
  }
  .dagc-btn--hero-primary .dagc-btn__icon{width:25px!important;height:25px!important;color:#ffd7bf!important}
  .dagc-btn--hero-primary .dagc-btn__arrow{font-size:24px!important}
  .dagc-btn--hero-ghost{display:none!important}
  .dagc-share{
    display:grid!important;
    grid-template-columns:repeat(5,44px)!important;
    justify-content:center!important;
    justify-items:center!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    max-width:300px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:8px 0 0!important;
    overflow:visible!important;
  }
  .dagc-share__title,.dagc-share__label{display:none!important}
  .dagc-share__btn{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    flex:0 0 44px!important;
    padding:0!important;
    border-radius:15px!important;
    justify-content:center!important;
    align-items:center!important;
    gap:0!important;
  }
  .dagc-share__icon{width:28px!important;height:28px!important;flex:0 0 28px!important}
  .dagc-share__icon svg{width:20px!important;height:20px!important}
  .dagc-share__btn--x .dagc-share__icon{font-size:22px!important}
}
@media (max-width:380px){
  .dagc-hero{padding:16px 12px 18px!important}
  .dagc-hero:after{right:5px!important;top:78px!important;width:37vw!important;height:37vw!important}
  .dagc-hero__title{font-size:clamp(35px,11vw,43px)!important;margin-bottom:14px!important}
  .dagc-hero__lead{font-size:16px!important;margin-bottom:18px!important;padding:9px 10px!important}
  .dagc-btn--hero-primary{min-height:60px!important;font-size:17px!important}
  .dagc-share{grid-template-columns:repeat(5,40px)!important;gap:7px!important;max-width:260px!important}
  .dagc-share__btn{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;flex-basis:40px!important}
}
