@charset "UTF-8";.dtgcalc-app{--orange:#EE8E21;--orange-dark:#D77A13;--charcoal:#323A40;--gray:#474E54;--text:#556067;--muted:#7C858B;--line:#DEE3E6;--soft:#F5F6F7;--soft2:#ECEFF1;--white:#FFF;--ok:#2F6E55;--okbg:#EEF7F2;--warn:#8A5A20;--warnbg:#FFF7E8;--shadow:0 18px 42px rgba(33,42,47,.09)}.dtgcalc-app,.dtgcalc-app *{box-sizing:border-box}.dtgcalc-app{max-width:1240px;margin:0 auto;padding:24px 24px 72px}.dtgcalc-app h1,.dtgcalc-app h2,.dtgcalc-app h3,.dtgcalc-app p{margin-top:0;font-family:inherit}.dtgcalc-app h1{max-width:820px;margin-bottom:16px;color:var(--charcoal);font-size:clamp(42px,5.6vw,68px);font-weight:800;letter-spacing:-.05em;line-height:1.02}.dtgcalc-app h2{margin-bottom:9px;color:var(--charcoal);font-size:clamp(25px,2.5vw,34px);font-weight:780;letter-spacing:-.03em;line-height:1.1}.dtgcalc-app h3{margin-bottom:7px;color:var(--charcoal);font-size:19px;font-weight:760;letter-spacing:-.015em}.dtgcalc-app button,.dtgcalc-app input,.dtgcalc-app select{font:inherit}.dtgcalc-kicker{display:block;margin-bottom:12px;color:var(--orange);font-size:12px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.dtgcalc-hero{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:36px;align-items:end;margin-bottom:28px;padding:42px 46px;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:radial-gradient(circle at 96% 0,rgba(238,142,33,.10),transparent 30%),linear-gradient(135deg,#fff 0%,#fff 64%,#F5F6F7 100%)}.dtgcalc-hero p{max-width:780px;margin-bottom:0;color:var(--text);font-size:18px;line-height:1.65}.dtgcalc-hero p strong{color:var(--charcoal)}.dtgcalc-hero-side{display:grid;gap:9px}.dtgcalc-hero-proof{display:flex;align-items:center;gap:12px;min-height:66px;padding:13px 15px;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.84)}.dtgcalc-hero-proof b{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:var(--charcoal);color:#fff;font-size:11px}.dtgcalc-hero-proof strong{display:block;margin-bottom:2px;font-size:13.5px}.dtgcalc-hero-proof span{display:block;color:var(--muted);font-size:12.5px}.dtgcalc-workspace{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:26px;align-items:start}.dtgcalc-form{display:grid;gap:16px}.dtgcalc-card{overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff}.dtgcalc-card-head{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:23px 25px 18px;border-bottom:1px solid var(--line)}.dtgcalc-step{display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:1px;border-radius:50%;background:var(--charcoal);color:#fff;font-size:13px;font-weight:850}.dtgcalc-card-head p{max-width:720px;margin:0;color:var(--muted);font-size:14px;line-height:1.55}.dtgcalc-card-body{padding:23px 25px 25px}.dtgcalc-segment{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:21px;padding:5px;border-radius:9px;background:var(--soft)}.dtgcalc-segment button{min-height:48px;padding:9px 14px;border:0;border-radius:6px;background:transparent;color:var(--text);font-size:13px;font-weight:780;cursor:pointer;transition:.15s ease}.dtgcalc-segment button.active{background:#fff;color:var(--charcoal);box-shadow:0 2px 8px rgba(30,38,42,.08)}.dtgcalc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.dtgcalc-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.dtgcalc-field{min-width:0}.dtgcalc-field.full{grid-column:1/-1}.dtgcalc-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px}.dtgcalc-label{color:var(--charcoal);font-size:13.5px;font-weight:760}.dtgcalc-label .optional{color:var(--muted);font-size:11px;font-weight:650}.dtgcalc-help{color:var(--muted);font-size:11.5px;line-height:1.45}.dtgcalc-input-wrap{display:flex;min-height:48px;overflow:hidden;border:1px solid #C9D0D3;border-radius:7px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.dtgcalc-input-wrap:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px rgba(238,142,33,.10)}.dtgcalc-input-wrap input,.dtgcalc-input-wrap select{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--charcoal);font-size:15px}.dtgcalc-input-wrap input{padding:11px 13px}.dtgcalc-input-wrap select{padding:11px 34px 11px 13px}.dtgcalc-unit{display:flex;align-items:center;justify-content:center;min-width:62px;padding:0 10px;border-left:1px solid var(--line);background:var(--soft);color:var(--muted);font-size:12px;font-weight:750}.dtgcalc-select-only select{padding-left:13px}.dtgcalc-required-empty .dtgcalc-input-wrap{border-color:#D9A671}.dtgcalc-coverage-box{padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.dtgcalc-coverage-top{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px}.dtgcalc-coverage-value{color:var(--charcoal);font-size:24px;font-weight:820}.dtgcalc-range{width:100%;accent-color:var(--orange)}.dtgcalc-presets{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.dtgcalc-preset{min-height:32px;padding:5px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);font-size:11.5px;font-weight:760;cursor:pointer}.dtgcalc-preset:hover{border-color:var(--orange);color:var(--charcoal)}.dtgcalc-switch-row{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:70px;padding:14px 16px;border:1px solid var(--line);border-radius:9px;background:var(--soft)}.dtgcalc-switch-copy strong{display:block;margin-bottom:3px;font-size:14px}.dtgcalc-switch-copy span{display:block;color:var(--muted);font-size:12.5px;line-height:1.45}.dtgcalc-toggle{position:relative;width:50px;height:28px;flex:0 0 50px}.dtgcalc-toggle input{position:absolute;opacity:0;pointer-events:none}.dtgcalc-toggle-ui{position:absolute;inset:0;border-radius:999px;background:#BEC5C8;cursor:pointer;transition:.16s ease}.dtgcalc-toggle-ui::after{content:"";position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.18);transition:.16s ease}.dtgcalc-toggle input:checked+.dtgcalc-toggle-ui{background:var(--orange)}.dtgcalc-toggle input:checked+.dtgcalc-toggle-ui::after{transform:translateX(22px)}.dtgcalc-reveal{display:none;margin-top:15px;animation:dtgcalcFade .18s ease both}.dtgcalc-reveal.active{display:block}.dtgcalc-optional{border:1px solid var(--line);border-radius:13px;background:#fff}.dtgcalc-optional summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 25px;cursor:pointer;list-style:none}.dtgcalc-optional summary::-webkit-details-marker{display:none}.dtgcalc-optional summary strong{display:block;margin-bottom:3px;font-size:15px}.dtgcalc-optional summary span{display:block;color:var(--muted);font-size:12.5px}.dtgcalc-optional summary::after{content:"+";display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:var(--soft);color:var(--charcoal);font-size:20px;line-height:1}.dtgcalc-optional[open] summary::after{content:"−"}.dtgcalc-optional-body{padding:0 25px 25px;border-top:1px solid var(--line)}.dtgcalc-option-section{padding-top:20px}.dtgcalc-option-section+.dtgcalc-option-section{margin-top:20px;border-top:1px solid var(--line)}.dtgcalc-option-section h3{margin-bottom:6px}.dtgcalc-option-section>p{max-width:720px;color:var(--muted);font-size:13px}.dtgcalc-results{position:sticky;top:18px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}.dtgcalc-results-top{padding:25px 25px 21px;background:radial-gradient(circle at 100% 0,rgba(238,142,33,.14),transparent 36%),var(--charcoal);color:#fff}.dtgcalc-results-top .dtgcalc-kicker{margin-bottom:8px;color:#F4A64B}.dtgcalc-results-top h2{margin-bottom:6px;color:#fff;font-size:28px}.dtgcalc-result-status{margin:0;color:rgba(255,255,255,.68);font-size:13px}.dtgcalc-main-result{padding:23px 25px 20px;border-bottom:1px solid var(--line)}.dtgcalc-main-result small{display:block;margin-bottom:4px;color:var(--muted);font-size:11px;font-weight:780;letter-spacing:.08em;text-transform:uppercase}.dtgcalc-main-result strong{display:block;color:var(--charcoal);font-size:42px;font-weight:830;letter-spacing:-.04em;line-height:1.05}.dtgcalc-main-result span{display:block;margin-top:5px;color:var(--text);font-size:13px}.dtgcalc-result-grid{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.dtgcalc-result-cell{min-height:90px;padding:15px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.dtgcalc-result-cell:nth-child(even){border-right:0}.dtgcalc-result-cell:nth-last-child(-n+2){border-bottom:0}.dtgcalc-result-cell small{display:block;margin-bottom:4px;color:var(--muted);font-size:10px;font-weight:760;letter-spacing:.06em;text-transform:uppercase}.dtgcalc-result-cell strong{display:block;color:var(--charcoal);font-size:18px}.dtgcalc-packaging{display:none;padding:20px 25px;border-bottom:1px solid var(--line);background:var(--okbg)}.dtgcalc-packaging.active{display:block}.dtgcalc-packaging small{display:block;margin-bottom:5px;color:var(--ok);font-size:10px;font-weight:820;letter-spacing:.07em;text-transform:uppercase}.dtgcalc-packaging strong{display:block;color:#254E3E;font-size:19px}.dtgcalc-packaging span{display:block;margin-top:4px;color:#547063;font-size:12.5px}.dtgcalc-cost{display:none;padding:17px 25px;border-bottom:1px solid var(--line)}.dtgcalc-cost.active{display:flex;justify-content:space-between;gap:20px;align-items:center}.dtgcalc-cost span{color:var(--muted);font-size:12px}.dtgcalc-cost strong{color:var(--charcoal);font-size:21px}.dtgcalc-results-foot{padding:17px 25px 20px}.dtgcalc-results-foot p{margin:0;color:var(--muted);font-size:11.5px;line-height:1.5}.dtgcalc-reset{width:100%;min-height:42px;margin-top:13px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--charcoal);font-size:12px;font-weight:760;cursor:pointer}.dtgcalc-reset:hover{background:var(--soft)}.dtgcalc-math{margin-top:26px;border-top:1px solid var(--line)}.dtgcalc-math summary{padding:16px 0 0;color:var(--muted);font-size:12px;font-weight:760;cursor:pointer}.dtgcalc-math-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px 16px;margin-top:12px}.dtgcalc-math-row{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px dashed #D9DEDF}.dtgcalc-math-row span{color:var(--muted);font-size:11px}.dtgcalc-math-row b{color:var(--text);font-size:11px}.dtgcalc-info{margin-top:38px;padding:32px 34px;border-radius:13px;background:var(--soft)}.dtgcalc-info-head{max-width:780px;margin-bottom:22px}.dtgcalc-info-head p{color:var(--text);font-size:15px}.dtgcalc-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.dtgcalc-info-card{padding:19px 18px;border:1px solid var(--line);border-radius:8px;background:#fff}.dtgcalc-info-card b{display:block;margin-bottom:12px;color:var(--orange);font-size:11px}.dtgcalc-info-card strong{display:block;margin-bottom:5px;font-size:14px}.dtgcalc-info-card span{color:var(--muted);font-size:12px;line-height:1.5}@media (max-width:1000px){.dtgcalc-hero,.dtgcalc-workspace{grid-template-columns:1fr}.dtgcalc-hero{align-items:start}.dtgcalc-hero-side{grid-template-columns:repeat(3,1fr)}.dtgcalc-results{position:static}}@media (max-width:760px){.dtgcalc-app{padding:16px 16px 52px}.dtgcalc-hero{padding:31px 26px}.dtgcalc-hero-side{grid-template-columns:1fr}.dtgcalc-grid,.dtgcalc-grid.three{grid-template-columns:1fr}.dtgcalc-info-grid{grid-template-columns:1fr}.dtgcalc-math-grid{grid-template-columns:1fr}}@media (max-width:520px){.dtgcalc-app h1{font-size:39px}.dtgcalc-hero{padding:26px 20px}.dtgcalc-hero p{font-size:16px}.dtgcalc-card-head{grid-template-columns:42px 1fr;gap:12px;padding:20px 18px 16px}.dtgcalc-step{width:36px;height:36px}.dtgcalc-card-body{padding:19px 18px 21px}.dtgcalc-segment{grid-template-columns:1fr}.dtgcalc-switch-row{align-items:flex-start}.dtgcalc-optional summary{padding:19px 18px}.dtgcalc-optional-body{padding:0 18px 21px}.dtgcalc-result-grid{grid-template-columns:1fr}.dtgcalc-result-cell{border-right:0!important;border-bottom:1px solid var(--line)!important}.dtgcalc-result-cell:last-child{border-bottom:0!important}.dtgcalc-main-result strong{font-size:36px}.dtgcalc-info{padding:25px 18px}}.dtgcalc-heading-line{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.dtgcalc-heading-line h2,.dtgcalc-heading-line h3{margin-bottom:0}.dtgcalc-tip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex:0 0 22px;padding:0;border:1px solid #C9D0D3;border-radius:50%;background:#fff;color:var(--gray);font-size:12px;font-weight:850;line-height:1;cursor:help;vertical-align:middle}.dtgcalc-label-with-tip{display:inline-flex;align-items:center;gap:6px}.dtgcalc-label-with-tip .dtgcalc-tip{width:18px;height:18px;flex-basis:18px;font-size:10px}.dtgcalc-alert{display:none;margin-top:15px;padding:13px 15px;border:1px solid #E8C99D;border-radius:8px;background:var(--warnbg);color:#705E48;font-size:13px;line-height:1.55}.dtgcalc-alert.active{display:block}.dtgcalc-alert strong{color:#5E472A}.dtgcalc-method-note{margin-top:16px;padding:13px 15px;border-left:3px solid var(--orange);background:#FFF9F1;color:#735D45;font-size:12.5px;line-height:1.55}.dtgcalc-limit-note{margin-top:14px;color:var(--muted);font-size:12.5px;line-height:1.55}.dtgcalc-result-caveat{margin:0 0 12px;padding:12px 13px;border-radius:7px;background:var(--soft);color:var(--text);font-size:12.5px;line-height:1.5}.dtgcalc-tip-popover{position:fixed;z-index:999999;display:none;width:min(270px,calc(100vw - 24px));padding:10px 12px;border:1px solid #454D52;border-radius:7px;background:#323A40;color:#fff;box-shadow:0 12px 28px rgba(20,27,31,.22);font-size:12.5px;font-weight:520;line-height:1.45;text-align:left;pointer-events:none}.dtgcalc-tip-popover.active{display:block}.dtgcalc-label{font-size:14.5px}.dtgcalc-help,.dtgcalc-card-head p,.dtgcalc-switch-copy span,.dtgcalc-limit-note,.dtgcalc-method-note{font-size:13px}.dtgcalc-input-wrap input,.dtgcalc-input-wrap select{font-size:15.5px}.dtgcalc-cost-results{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line);background:#fff}.dtgcalc-cost-result{min-height:100px;padding:17px 18px;border-right:1px solid var(--line)}.dtgcalc-cost-result:last-child{border-right:0}.dtgcalc-cost-result small{display:block;margin-bottom:5px;color:var(--muted);font-size:10.5px;font-weight:780;letter-spacing:.06em;text-transform:uppercase}.dtgcalc-cost-result strong{display:block;color:var(--charcoal);font-size:21px;line-height:1.2}.dtgcalc-cost-result span{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.45}.dtgcalc-cost-result.has-cost{background:linear-gradient(135deg,rgba(238,142,33,.065),transparent 65%)}.dtgcalc-cost-guidance{margin-top:13px;padding:12px 14px;border-radius:7px;background:var(--soft);color:var(--text);font-size:12.5px;line-height:1.5}.dtgcalc-cost-guidance strong{color:var(--charcoal)}.dtgcalc-source-note{margin-top:12px;color:var(--muted);font-size:12px;line-height:1.5}@media (max-width:520px){.dtgcalc-cost-results{grid-template-columns:1fr}.dtgcalc-cost-result{border-right:0;border-bottom:1px solid var(--line)}.dtgcalc-cost-result:last-child{border-bottom:0}.dtgcalc-tip-popover{font-size:12px}}.dtgcalc-card-head .dtgcalc-heading-line,.dtgcalc-results-top .dtgcalc-heading-line,.dtgcalc-info-head .dtgcalc-heading-line{position:relative;display:block;padding-right:34px}.dtgcalc-card-head .dtgcalc-heading-line>.dtgcalc-tip,.dtgcalc-results-top .dtgcalc-heading-line>.dtgcalc-tip,.dtgcalc-info-head .dtgcalc-heading-line>.dtgcalc-tip{position:absolute;top:3px;right:0}.dtgcalc-results-top .dtgcalc-heading-line>.dtgcalc-tip{border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.95)}@media (max-width:520px){.dtgcalc-card-head .dtgcalc-heading-line,.dtgcalc-results-top .dtgcalc-heading-line,.dtgcalc-info-head .dtgcalc-heading-line{padding-right:30px}}.dtgcalc-resource{margin-top:44px}.dtgcalc-resource-intro{display:grid;grid-template-columns:.82fr 1.18fr;gap:46px;align-items:start;padding:38px 40px;border:1px solid var(--line);border-radius:14px;background:#fff}.dtgcalc-resource-intro p{color:var(--text);font-size:16px;line-height:1.68}.dtgcalc-answer{padding:24px 26px;border-left:4px solid var(--orange);border-radius:0 9px 9px 0;background:#FFF8F0}.dtgcalc-answer strong{display:block;margin-bottom:7px;color:var(--charcoal);font-size:18px}.dtgcalc-answer p{margin:0;color:#665746;font-size:15px}.dtgcalc-resource-section{padding:46px 0;border-bottom:1px solid var(--line)}.dtgcalc-resource-section:last-child{border-bottom:0}.dtgcalc-resource-head{max-width:790px;margin-bottom:25px}.dtgcalc-resource-head p{color:var(--text);font-size:16px;line-height:1.65}.dtgcalc-factor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.dtgcalc-factor{min-height:174px;padding:20px;border:1px solid var(--line);border-radius:9px;background:#fff}.dtgcalc-factor b{display:block;margin-bottom:21px;color:var(--orange);font-size:11px}.dtgcalc-factor strong{display:block;margin-bottom:5px;color:var(--charcoal);font-size:15px}.dtgcalc-factor span{color:var(--muted);font-size:13.5px;line-height:1.55}.dtgcalc-cost-explain{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dtgcalc-cost-panel{padding:25px;border:1px solid var(--line);border-radius:10px;background:var(--soft)}.dtgcalc-cost-panel strong{display:block;margin-bottom:7px;font-size:18px}.dtgcalc-cost-panel p{margin:0;color:var(--text);font-size:14.5px}.dtgcalc-app-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.dtgcalc-app{padding:17px 16px;border:1px solid var(--line);border-radius:8px;background:#fff}.dtgcalc-app strong{display:block;margin-bottom:3px;font-size:14px}.dtgcalc-app span{color:var(--muted);font-size:12.5px;line-height:1.45}.dtgcalc-textile-note{margin-top:15px;padding:17px 19px;border:1px solid #E8C99D;border-radius:8px;background:var(--warnbg);color:#705E48;font-size:13.5px;line-height:1.6}.dtgcalc-textile-note strong{color:#5E472A}.dtgcalc-faq{display:grid;gap:8px}.dtgcalc-faq details{border:1px solid var(--line);border-radius:9px;background:#fff}.dtgcalc-faq summary{position:relative;padding:17px 48px 17px 18px;color:var(--charcoal);font-size:15px;font-weight:760;cursor:pointer;list-style:none}.dtgcalc-faq summary::-webkit-details-marker{display:none}.dtgcalc-faq summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--orange);font-size:22px;font-weight:500}.dtgcalc-faq details[open] summary::after{content:"−"}.dtgcalc-faq p{margin:0;padding:0 18px 18px;color:var(--text);font-size:14px;line-height:1.65}.dtgcalc-links{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.dtgcalc-link{display:flex;flex-direction:column;min-height:170px;padding:19px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--charcoal)!important;transition:.16s ease}.dtgcalc-link:hover{transform:translateY(-2px);border-color:#C9D0D3;box-shadow:0 10px 22px rgba(30,38,42,.06)}.dtgcalc-link span{display:block;margin-bottom:7px;color:var(--orange);font-size:10.5px;font-weight:820;letter-spacing:.07em;text-transform:uppercase}.dtgcalc-link strong{display:block;margin-bottom:6px;font-size:15px}.dtgcalc-link small{color:var(--muted);font-size:12.5px;line-height:1.5}.dtgcalc-link em{margin-top:auto;padding-top:12px;color:var(--charcoal);font-size:12.5px;font-style:normal;font-weight:760}.dtgcalc-link em::after{content:" →";color:var(--orange)}.dtgcalc-resource-cta{display:grid;grid-template-columns:minmax(0,1fr) 245px;gap:26px;align-items:center;padding:34px 36px;border-radius:12px;background:var(--charcoal);color:#fff}.dtgcalc-resource-cta h2{color:#fff;margin-bottom:8px}.dtgcalc-resource-cta p{margin:0;color:rgba(255,255,255,.72);font-size:15px}.dtgcalc-resource-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 18px;border-radius:6px;background:var(--orange);color:#fff!important;font-size:13.5px;font-weight:800}@media (max-width:980px){.dtgcalc-resource-intro,.dtgcalc-cost-explain,.dtgcalc-resource-cta{grid-template-columns:1fr}.dtgcalc-factor-grid{grid-template-columns:1fr 1fr}.dtgcalc-app-grid,.dtgcalc-links{grid-template-columns:1fr 1fr}}@media (max-width:620px){.dtgcalc-resource-intro{padding:26px 20px}.dtgcalc-resource-section{padding:36px 0}.dtgcalc-factor-grid,.dtgcalc-app-grid,.dtgcalc-links{grid-template-columns:1fr}.dtgcalc-resource-cta{padding:27px 21px}}.dtgcalc-app{max-width:1200px;padding-top:18px}.dtgcalc-hero-v6{display:block;min-height:0;margin-bottom:18px;padding:38px 42px 30px;background:radial-gradient(circle at 96% 0,rgba(238,142,33,.09),transparent 31%),#fff}.dtgcalc-hero-main{max-width:980px}.dtgcalc-hero-v6 h1{max-width:760px;margin-bottom:13px;font-size:clamp(42px,5vw,62px)}.dtgcalc-hero-v6 p{max-width:850px;font-size:17px}.dtgcalc-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:25px;border-top:1px solid var(--line)}.dtgcalc-trust-strip>div{padding:16px 18px 2px 0}.dtgcalc-trust-strip>div+div{padding-left:18px;border-left:1px solid var(--line)}.dtgcalc-trust-strip strong{display:block;margin-bottom:3px;color:var(--charcoal);font-size:14px}.dtgcalc-trust-strip span{display:block;color:var(--muted);font-size:13px;line-height:1.45}.dtgcalc-workspace{grid-template-columns:minmax(0,1fr) 365px;gap:20px}.dtgcalc-form{gap:12px}.dtgcalc-card-head{grid-template-columns:46px 1fr;gap:13px;padding:20px 22px 16px}.dtgcalc-step{width:38px;height:38px}.dtgcalc-card-head p{max-width:760px;font-size:14px}.dtgcalc-card-body{padding:20px 22px 22px}.dtgcalc-segment{margin-bottom:14px}.dtgcalc-segment button{min-height:46px;font-size:13.5px}.dtgcalc-job-units{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px;padding:11px 13px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.dtgcalc-job-units>span strong{display:block;color:var(--charcoal);font-size:13px}.dtgcalc-job-units>span small{display:block;margin-top:1px;color:var(--muted);font-size:12px}.dtgcalc-unit-select{width:150px;min-height:42px;flex:0 0 150px;background:#fff}.dtgcalc-grid{gap:14px}.dtgcalc-label{font-size:14px}.dtgcalc-help,.dtgcalc-limit-note,.dtgcalc-screen-range-note,.dtgcalc-switch-copy span{font-size:12.75px}.dtgcalc-screen-range-note{margin:0 0 15px;color:var(--muted);line-height:1.5}.dtgcalc-screen-range-note strong{color:var(--text)}.dtgcalc-input-wrap{min-height:46px}.dtgcalc-coverage-box{padding:15px}.dtgcalc-preset{font-size:12px}.dtgcalc-switch-row{min-height:64px;padding:13px 14px}.dtgcalc-reveal{margin-top:12px}.dtgcalc-optional{margin-top:14px;border-radius:9px;background:var(--soft)}.dtgcalc-optional summary{padding:16px 17px}.dtgcalc-optional summary strong{font-size:14px}.dtgcalc-optional summary span{font-size:12px}.dtgcalc-optional-body{padding:0 17px 19px;background:#fff}.dtgcalc-results{top:12px;box-shadow:0 12px 30px rgba(33,42,47,.08)}.dtgcalc-results-top{padding:22px 22px 18px}.dtgcalc-results-top h2{font-size:25px}.dtgcalc-main-result{padding:20px 22px 18px}.dtgcalc-main-result strong{font-size:39px}.dtgcalc-result-cell{min-height:84px;padding:14px 15px}.dtgcalc-result-cell small{font-size:10.5px}.dtgcalc-result-cell strong{font-size:17px}.dtgcalc-cost-result{min-height:92px;padding:15px}.dtgcalc-cost-result small{font-size:10.5px}.dtgcalc-cost-result strong{font-size:19px}.dtgcalc-results-foot{padding:14px 20px 18px}.dtgcalc-result-caveat{margin-bottom:7px;padding:10px 11px;font-size:12.25px}.dtgcalc-math{margin-top:13px}.dtgcalc-reset{margin-top:11px}.dtgcalc-info{display:none!important}.dtgcalc-resource{margin-top:30px}.dtgcalc-resource-intro{gap:28px;padding:30px 32px}.dtgcalc-resource-intro p{font-size:15.5px}.dtgcalc-answer{padding:20px 22px}.dtgcalc-resource-section{padding:36px 0}.dtgcalc-resource-head{margin-bottom:20px}.dtgcalc-resource-head p{font-size:15px}.dtgcalc-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.dtgcalc-why-card{min-height:185px;padding:20px;border:1px solid var(--line);border-radius:9px;background:#fff}.dtgcalc-why-card b{display:block;margin-bottom:22px;color:var(--orange);font-size:11px}.dtgcalc-why-card strong{display:block;margin-bottom:6px;font-size:15px}.dtgcalc-why-card span{color:var(--muted);font-size:13.5px;line-height:1.55}.dtgcalc-factor-grid-v6{grid-template-columns:repeat(3,1fr)}.dtgcalc-factor-grid-v6 .dtgcalc-factor{min-height:165px}.dtgcalc-faq summary{font-size:15px}.dtgcalc-faq p{font-size:14px}.dtgcalc-links{gap:9px}.dtgcalc-link{min-height:155px;padding:17px}.dtgcalc-link small{font-size:13px}.dtgcalc-resource-cta{padding:30px 32px}.dtgcalc-required-empty .dtgcalc-input-wrap{border-color:#C9D0D3}@media (max-width:1000px){.dtgcalc-workspace{grid-template-columns:1fr}.dtgcalc-results{position:static}.dtgcalc-why-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.dtgcalc-hero-v6{padding:30px 24px 24px}.dtgcalc-trust-strip{grid-template-columns:1fr}.dtgcalc-trust-strip>div{padding:12px 0}.dtgcalc-trust-strip>div+div{padding-left:0;border-left:0;border-top:1px solid var(--line)}.dtgcalc-resource-intro,.dtgcalc-why-grid,.dtgcalc-factor-grid-v6{grid-template-columns:1fr}.dtgcalc-job-units{align-items:flex-start}}@media (max-width:520px){.dtgcalc-app{padding:12px 14px 44px}.dtgcalc-hero-v6{padding:25px 18px 21px}.dtgcalc-hero-v6 h1{font-size:38px}.dtgcalc-card-head{grid-template-columns:38px 1fr;padding:18px 16px 14px}.dtgcalc-card-body{padding:17px 16px 19px}.dtgcalc-job-units{display:block}.dtgcalc-unit-select{width:100%;margin-top:9px}.dtgcalc-resource-intro{padding:24px 18px}.dtgcalc-resource-cta{padding:25px 19px}}.dtgcalc-hero-v6 .dtgcalc-hero-copy{display:block!important;width:100%;max-width:860px;margin:0!important;padding:0!important;color:var(--text)!important;font-size:17px!important;font-weight:400!important;line-height:1.65!important;letter-spacing:0!important;text-align:left!important;white-space:normal!important}.dtgcalc-hero-v6 .dtgcalc-inline-emphasis{display:inline!important;margin:0!important;padding:0!important;color:var(--charcoal)!important;font:inherit!important;font-weight:750!important;line-height:inherit!important;letter-spacing:inherit!important;white-space:normal!important}.dtgcalc-app p>strong,.dtgcalc-limit-note>strong,.dtgcalc-screen-range-note>strong,.dtgcalc-result-caveat>strong,.dtgcalc-cost-guidance>strong{display:inline!important;margin:0!important;padding:0!important}@media (max-width:760px){.dtgcalc-hero-v6 .dtgcalc-hero-copy{font-size:16px!important;line-height:1.62!important}}.dtgcalc-package-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:4px}.dtgcalc-package-options>span{display:block;padding:11px 12px;border:1px solid var(--line);border-radius:7px;background:var(--soft)}.dtgcalc-package-options strong{display:block;color:var(--charcoal);font-size:15px;line-height:1.2}.dtgcalc-package-options small{display:block;margin-top:3px;color:var(--muted);font-size:11.5px;line-height:1.35}@media (max-width:520px){.dtgcalc-package-options{grid-template-columns:1fr 1fr}}body:has(.dtgcalc-app) #sp-main-body{padding-top:0!important}body:has(.dtgcalc-app) .article-details .article-header,body:has(.dtgcalc-app) .article-info{display:none!important}.dtgcalc-step3-required{display:block}.dtgcalc-step3-required .dtgcalc-option-section{padding:0 0 22px}.dtgcalc-step3-required .dtgcalc-option-section+.dtgcalc-option-section{margin-top:22px;padding-top:22px;border-top:1px solid var(--line)}.dtgcalc-step3-subhead{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;margin-bottom:16px}.dtgcalc-mini-step{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#FFF1E1;color:#A95F0C;font-size:12px;font-weight:850}.dtgcalc-step3-subhead h3{margin:0 0 3px;font-size:19px}.dtgcalc-step3-subhead p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.dtgcalc-required-note{display:inline;margin-left:5px;color:var(--orange-dark);font-size:10.5px;font-weight:760}.dtgcalc-full-result-note{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;margin-top:20px;padding:13px 15px;border-left:3px solid var(--orange);border-radius:0 7px 7px 0;background:#FFF8F0}.dtgcalc-full-result-note strong{color:var(--charcoal);font-size:13px}.dtgcalc-full-result-note span{color:#6F604F;font-size:12.5px;line-height:1.45}.dtgcalc-setup-section{margin-top:24px;padding-top:22px;border-top:1px solid var(--line)}.dtgcalc-optional-text{color:var(--muted);font-size:11px;font-weight:650}.dtgcalc-setup-section .dtgcalc-switch-row{margin-top:0}.dtgcalc-step3-required+.dtgcalc-optional{display:none!important}@media (max-width:620px){.dtgcalc-full-result-note{grid-template-columns:1fr;gap:3px}}
