.ddfc-app,
.ddfc-app *{box-sizing:border-box}
.ddfc-app{
  --ddfc-ink:#090f2e;
  --ddfc-text:#1e2440;
  --ddfc-muted:#6d7284;
  --ddfc-gold:#aa7512;
  --ddfc-gold-soft:#f6e6c7;
  --ddfc-violet:#7b55f2;
  --ddfc-violet-2:#c070ff;
  --ddfc-line:rgba(118,98,70,.18);
  --ddfc-glass:rgba(255,255,255,.64);
  --ddfc-shadow:0 28px 80px rgba(56,39,89,.18);
  width:100%;
  max-width:1296px;
  margin:0 auto;
  color:var(--ddfc-ink);
  font-family:Inter,Manrope,Arial,Helvetica,sans-serif;
}
.ddfc-card{
  position:relative;
  overflow:hidden;
  min-height:730px;
  border:1px solid rgba(174,151,112,.32);
  border-radius:0;
  background-image:linear-gradient(90deg,rgba(255,255,255,.34) 0%,rgba(255,255,255,.12) 42%,rgba(255,255,255,.02) 100%),url("dry-food-hero-bg.webp");
  background-size:cover;
  background-position:center center;
  box-shadow:var(--ddfc-shadow);
  isolation:isolate;
}
.ddfc-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 13% 12%,rgba(255,255,255,.72),rgba(255,255,255,0) 27%),
    radial-gradient(circle at 83% 9%,rgba(166,117,255,.18),rgba(166,117,255,0) 28%);
  pointer-events:none;
  z-index:-1;
}
.ddfc-top{
  position:relative;
  display:grid;
  grid-template-columns:minmax(420px,520px) minmax(500px,585px);
  justify-content:space-between;
  align-items:start;
  gap:46px;
  min-height:730px;
  padding:48px 54px 42px 62px;
}
.ddfc-copy{
  padding:2px 0 0;
  max-width:520px;
}
.ddfc-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:0 18px;
  border-radius:999px;
  background:rgba(255,255,255,.58);
  color:#222330;
  border:1px solid rgba(181,129,31,.28);
  box-shadow:0 10px 28px rgba(141,112,55,.08),inset 0 1px 0 rgba(255,255,255,.82);
  font-size:14px;
  font-weight:850;
  letter-spacing:-.01em;
  backdrop-filter:blur(12px);
}
.ddfc-kicker img{width:18px;height:18px;object-fit:contain;display:block}
.ddfc-copy h2{
  margin:21px 0 14px;
  max-width:470px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(58px,5.4vw,76px);
  line-height:.92;
  letter-spacing:-.058em;
  font-weight:800;
  color:#070b2b;
}
.ddfc-copy h2 span{
  display:block;
  background:linear-gradient(92deg,#a06b13 0%,#c79433 29%,#b66bdd 70%,#8d6ef0 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.ddfc-copy p{
  margin:0;
  max-width:430px;
  color:#5c6374;
  font-size:17px;
  line-height:1.48;
  font-weight:550;
  letter-spacing:-.01em;
}
.ddfc-form{
  position:relative;
  display:grid;
  gap:15px;
  width:100%;
  min-height:642px;
  padding:34px 33px 30px;
  border-radius:34px;
  border:1px solid rgba(118,98,70,.28);
  background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.52));
  box-shadow:0 34px 80px rgba(73,46,95,.20),inset 0 1px 0 rgba(255,255,255,.86),0 0 0 1px rgba(255,255,255,.18);
  backdrop-filter:blur(20px) saturate(1.08);
}
.ddfc-form:after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:33px;
  background:linear-gradient(135deg,rgba(255,255,255,.34),rgba(255,255,255,0) 46%,rgba(178,122,255,.08));
  pointer-events:none;
}
.ddfc-form > *{position:relative;z-index:1}
.ddfc-form-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:2px;
}
.ddfc-form-title-row{
  display:flex;
  align-items:flex-start;
  gap:18px;
  min-width:0;
}
.ddfc-form-icon{
  flex:0 0 auto;
  width:58px;
  height:58px;
  object-fit:contain;
  margin-top:-1px;
  filter:drop-shadow(0 16px 20px rgba(111,65,216,.16));
}
.ddfc-form-head h3{
  margin:0;
  color:#0e1127;
  font-family:Georgia,"Times New Roman",serif;
  font-size:26px;
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:800;
}
.ddfc-form-head p{
  margin:14px 0 0;
  max-width:390px;
  color:#5d6473;
  font-size:14px;
  line-height:1.46;
  font-weight:550;
}
.ddfc-mini-badge{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-width:72px;
  min-height:38px;
  padding:0 13px;
  border-radius:999px;
  background:rgba(255,249,232,.78);
  border:1px solid rgba(231,199,125,.42);
  box-shadow:0 13px 25px rgba(171,118,18,.10),inset 0 1px 0 rgba(255,255,255,.72);
  color:#8e671b;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
}
.ddfc-mini-badge img{width:17px;height:17px;object-fit:contain;display:block}
.ddfc-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.ddfc-field{display:grid;gap:9px;min-width:0}
.ddfc-field.ddfc-wide{grid-column:1/-1}
.ddfc-field label{
  color:#1f2741;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.ddfc-control{
  width:100%;
  min-height:54px;
  border:1px solid rgba(33,38,57,.09);
  border-radius:13px;
  background:rgba(255,255,255,.72);
  color:#111528;
  font:850 17px/1 Inter,Manrope,Arial,Helvetica,sans-serif;
  outline:none;
  padding:0 18px;
  box-shadow:0 9px 18px rgba(24,28,45,.05),inset 0 1px 0 rgba(255,255,255,.86);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.ddfc-control:focus{
  border-color:rgba(128,91,238,.55);
  background:rgba(255,255,255,.92);
  box-shadow:0 0 0 4px rgba(126,91,242,.14),0 12px 22px rgba(24,28,45,.07);
}
select.ddfc-control{
  appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,#22283a 50%),linear-gradient(135deg,#22283a 50%,transparent 50%);
  background-position:calc(100% - 24px) 24px,calc(100% - 18px) 24px;
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
  cursor:pointer;
  padding-right:48px;
}
.ddfc-unit-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 90px;
  gap:14px;
}
.ddfc-unit-row select.ddfc-control{padding-left:22px}
.ddfc-icon-control-wrap{
  position:relative;
  display:block;
}
.ddfc-icon-control-wrap > img{
  position:absolute;
  left:14px;
  top:50%;
  z-index:2;
  width:33px;
  height:33px;
  object-fit:contain;
  transform:translateY(-50%);
  pointer-events:none;
  filter:drop-shadow(0 8px 10px rgba(117,76,218,.12));
}
.ddfc-control-with-icon{padding-left:61px!important}
.ddfc-hint{
  position:relative;
  margin:1px 0 0;
  padding-left:25px;
  color:#8a8f9d;
  font-size:12px;
  line-height:1.35;
  font-weight:550;
}
.ddfc-hint:before{
  content:"i";
  position:absolute;
  left:1px;
  top:0;
  width:16px;
  height:16px;
  border-radius:50%;
  border:1px solid #a8adba;
  color:#8a8f9d;
  font-size:11px;
  line-height:15px;
  text-align:center;
  font-weight:900;
}
.ddfc-error{
  display:none;
  margin:-2px 0 0;
  padding:11px 13px;
  border-radius:14px;
  background:rgba(254,226,226,.88);
  border:1px solid rgba(248,113,113,.30);
  color:#991b1b;
  font-size:13px;
  line-height:1.35;
  font-weight:800;
}
.ddfc-error.is-visible{display:block}
.ddfc-actions{
  display:grid;
  grid-template-columns:minmax(0,1fr) 116px;
  gap:20px;
  align-items:center;
  margin-top:1px;
}
.ddfc-btn{
  appearance:none;
  border:0;
  min-height:58px;
  border-radius:15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:0 22px;
  font:900 16px/1 Inter,Manrope,Arial,Helvetica,sans-serif;
  cursor:pointer;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.ddfc-btn:hover{transform:translateY(-1px)}
.ddfc-btn:active{transform:translateY(0)}
.ddfc-btn-primary{
  color:#fff;
  background:linear-gradient(100deg,#315cff 0%,#5860ff 36%,#923cff 70%,#e38adf 100%);
  box-shadow:0 19px 34px rgba(83,79,244,.28),0 0 0 4px rgba(255,255,255,.50) inset,0 0 24px rgba(218,112,255,.42);
}
.ddfc-btn-primary span{
  font-size:22px;
  line-height:1;
  margin-top:-1px;
  text-shadow:0 0 12px rgba(255,255,255,.7);
}
.ddfc-btn-ghost{
  color:#252b3c;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(33,38,57,.08);
  box-shadow:0 10px 20px rgba(24,28,45,.06),inset 0 1px 0 rgba(255,255,255,.82);
}
.ddfc-btn-ghost img{width:21px;height:21px;object-fit:contain;display:block}
.ddfc-result-section{
  display:none;
  position:relative;
  z-index:2;
  padding:0 54px 54px;
}
.ddfc-result-section.is-visible{display:block}
.ddfc-result-card{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(184,196,218,.65);
  box-shadow:0 24px 70px rgba(17,24,39,.15);
}
.ddfc-result-main{
  padding:28px;
  color:#fff;
  background:radial-gradient(circle at 20% 14%,rgba(255,255,255,.18),transparent 28%),linear-gradient(145deg,#131a35,#242e55 55%,#121a33);
}
.ddfc-result-label{
  display:inline-flex;
  margin-bottom:16px;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  color:#edf2ff;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.ddfc-kcal{
  font-size:clamp(42px,5.5vw,74px);
  line-height:.92;
  font-weight:950;
  letter-spacing:-.055em;
}
.ddfc-kcal span{
  display:block;
  margin-top:9px;
  color:#cdd7ec;
  font-size:14px;
  font-weight:850;
  letter-spacing:0;
}
.ddfc-result-note{
  margin:18px 0 0;
  color:#d9e1f2;
  font-size:14px;
  line-height:1.55;
}
.ddfc-result-details{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding:22px;
  background:rgba(255,255,255,.95);
  color:var(--ddfc-ink);
}
.ddfc-metric{
  padding:17px;
  border-radius:19px;
  background:#f8f6ff;
  border:1px solid rgba(124,85,242,.10);
}
.ddfc-metric b{
  display:block;
  margin-bottom:6px;
  font-size:25px;
  letter-spacing:-.035em;
}
.ddfc-metric span{
  display:block;
  color:#697084;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.045em;
}
.ddfc-metric.ddfc-wide{
  grid-column:1/-1;
  background:#fff8eb;
  border-color:rgba(186,133,31,.18);
}
.ddfc-safe{
  grid-column:1/-1;
  margin:0;
  padding:14px 15px;
  border-radius:18px;
  background:#f0fdf4;
  border:1px solid #bbf7d0;
  color:#166534;
  font-size:13px;
  line-height:1.5;
  font-weight:850;
}
.ddfc-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:flex-end;
  justify-content:center;
  padding:16px;
  background:rgba(8,13,23,.62);
  backdrop-filter:blur(10px);
}
.ddfc-modal.is-visible{display:flex}
.ddfc-modal-panel{
  width:min(100%,520px);
  max-height:88vh;
  overflow:auto;
  border-radius:28px;
  background:#fff;
  box-shadow:0 -24px 70px rgba(0,0,0,.28);
  animation:ddfc-rise .22s ease-out;
}
.ddfc-modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 18px 0;
}
.ddfc-modal-head strong{font-size:19px;color:#111528}
.ddfc-modal-close{
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:#f1f5f9;
  color:#0f172a;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}
.ddfc-modal-body{padding:16px 18px 18px}
.ddfc-modal-body .ddfc-result-card{display:block;background:#111827}
.ddfc-modal-body .ddfc-result-main{border-radius:22px 22px 0 0}
.ddfc-modal-body .ddfc-result-details{border-radius:0 0 22px 22px}
.ddfc-modal-body .ddfc-kcal{font-size:44px}
@keyframes ddfc-rise{from{transform:translateY(24px);opacity:.45}to{transform:translateY(0);opacity:1}}
@media (max-width:1180px){
  .ddfc-top{grid-template-columns:minmax(350px,480px) minmax(455px,560px);gap:28px;padding-left:42px;padding-right:42px}
  .ddfc-copy h2{font-size:clamp(50px,5.2vw,68px)}
  .ddfc-form{padding:28px;min-height:auto}
}
@media (max-width:980px){
  .ddfc-card{min-height:0;background-position:center top}
  .ddfc-top{grid-template-columns:1fr;min-height:0;padding:28px;gap:24px}
  .ddfc-copy{max-width:620px}
  .ddfc-copy h2{max-width:560px}
  .ddfc-form{max-width:640px;margin-left:auto;margin-right:auto}
  .ddfc-result-card{grid-template-columns:1fr}
}
@media (max-width:760px){
  .ddfc-app{max-width:none}

  .content-panel.legal-content.app-main-panel.app-stage-panel.app-stage-panel-wide:has(.ddfc-app){
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  .content-panel.legal-content.app-main-panel.app-stage-panel.app-stage-panel-wide:has(.ddfc-app) .ddfc-app{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }
  .ddfc-card{border-radius:0;background-position:center top}
  .ddfc-top{padding:18px 14px 22px;gap:18px}
  .ddfc-kicker{min-height:34px;padding:0 14px;font-size:12px}
  .ddfc-copy h2{margin-top:16px;font-size:43px;line-height:.94;letter-spacing:-.05em}
  .ddfc-copy p{font-size:14px;max-width:94%}
  .ddfc-form{padding:18px 14px 15px;border-radius:24px;gap:14px}
  .ddfc-form-head{gap:10px}
  .ddfc-form-title-row{gap:10px}
  .ddfc-form-icon{width:44px;height:44px}
  .ddfc-form-head h3{font-size:22px}
  .ddfc-form-head p{margin-top:8px;font-size:12px}
  .ddfc-mini-badge{min-width:62px;min-height:34px;font-size:12px;padding:0 10px}
  .ddfc-grid{grid-template-columns:1fr;gap:13px}
  .ddfc-control{min-height:52px;font-size:16px;border-radius:13px}
  .ddfc-unit-row{grid-template-columns:minmax(0,1fr) 82px;gap:9px}
  .ddfc-actions{grid-template-columns:1fr;gap:10px}
  .ddfc-btn{width:100%;min-height:56px}
  .ddfc-result-section{display:none!important}
  .ddfc-modal .ddfc-result-details{grid-template-columns:1fr}
  .ddfc-modal .ddfc-metric.ddfc-wide{grid-column:auto}
  .ddfc-modal .ddfc-safe{grid-column:auto}
}


/* Result screen redesign */
.ddfc-result-section{
  display:none;
  padding:28px 0 0;
  min-height:0;
}
.ddfc-result-section.is-visible{display:block}
.ddfc-result-card{
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);
  gap:0;
  overflow:hidden;
  border-radius:36px;
  border:1px solid rgba(229,197,134,.9);
  background:#faf7f1;
  box-shadow:0 22px 64px rgba(47,28,75,.14), inset 0 1px 0 rgba(255,255,255,.75);
}
.ddfc-result-main{
  position:relative;
  min-height:752px;
  padding:56px 54px 44px 62px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-start;
  background:
    linear-gradient(180deg, rgba(4,9,49,.08) 0%, rgba(8,13,59,.15) 100%),
    url("result-bg.webp") center center / cover no-repeat;
  color:#fff;
}
.ddfc-result-main:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(4,9,44,.10) 0%, rgba(4,9,44,.06) 40%, rgba(4,9,44,.0) 68%);
  pointer-events:none;
}
.ddfc-result-main > *{position:relative; z-index:1}
.ddfc-result-label{
  display:inline-flex;
  align-items:center;
  gap:14px;
  min-height:58px;
  padding:0 27px 0 21px;
  border-radius:999px;
  border:2px solid rgba(234,191,93,.9);
  background:rgba(6,12,53,.35);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08), 0 0 28px rgba(231,190,94,.08);
  color:#efd18c;
  font-size:18px;
  line-height:1;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.ddfc-result-label img{width:28px;height:28px;display:block;object-fit:contain}
.ddfc-kcal{
  margin-top:34px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(110px,11vw,170px);
  line-height:.84;
  letter-spacing:-.07em;
  font-weight:700;
  color:#f3cc78;
  text-shadow:0 2px 0 rgba(255,255,255,.06), 0 18px 34px rgba(0,0,0,.22);
}
.ddfc-kcal span{
  display:block;
  margin-top:24px;
  color:#fff;
  font-family:Inter,Manrope,Arial,Helvetica,sans-serif;
  font-size:25px;
  line-height:1.14;
  font-weight:820;
  letter-spacing:-.03em;
  text-transform:none;
}
.ddfc-result-divider{
  width:360px;
  max-width:86%;
  height:22px;
  margin:22px 0 24px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='22' viewBox='0 0 360 22'%3E%3Cline x1='0' y1='11' x2='360' y2='11' stroke='%23d8a248' stroke-width='1.5' opacity='0.9'/%3E%3Cpath d='M180 1l3.2 6.8L190 11l-6.8 3.2L180 21l-3.2-6.8L170 11l6.8-3.2L180 1z' fill='%23efc86d'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}
.ddfc-result-note{
  max-width:370px;
  margin:0;
  color:rgba(255,255,255,.96);
  font-size:21px;
  line-height:1.63;
  font-weight:500;
  letter-spacing:-.02em;
}
.ddfc-result-details{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-content:start;
  padding:52px 24px 24px 28px;
  background:linear-gradient(180deg,#fcfaf6 0%,#fbf8f3 100%);
}
.ddfc-metric{
  display:flex;
  align-items:center;
  gap:26px;
  min-height:185px;
  padding:30px 28px 28px;
  border-radius:30px;
  border:1px solid #e7dfd5;
  background:linear-gradient(180deg,#ffffff 0%, #fbf8f4 100%);
  box-shadow:0 12px 28px rgba(27,20,43,.06), inset 0 1px 0 rgba(255,255,255,.96);
}
.ddfc-metric-icon{
  flex:0 0 auto;
  width:92px;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(180deg,#f8f1fb 0%,#f4eff8 100%);
  border:1px solid #e7ddeb;
  box-shadow:0 10px 24px rgba(91,67,154,.06), inset 0 1px 0 rgba(255,255,255,.96);
}
.ddfc-metric-icon img{max-width:44px;max-height:44px;display:block;object-fit:contain}
.ddfc-metric-copy{min-width:0}
.ddfc-metric b{
  display:block;
  margin:0;
  color:#090e2a;
  font-family:Georgia,"Times New Roman",serif;
  font-size:76px;
  line-height:.95;
  letter-spacing:-.07em;
  font-weight:500;
}
.ddfc-metric span{
  display:block;
  margin-top:12px;
  color:#6b4fe5;
  font-size:17px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.ddfc-metric-copy span:before{
  content:"";
  display:block;
  width:136px;
  height:14px;
  margin:0 0 11px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='136' height='14' viewBox='0 0 136 14'%3E%3Cline x1='0' y1='7' x2='136' y2='7' stroke='%23d7ac55' stroke-width='1.35' opacity='0.85'/%3E%3Cpath d='M68 0l2.1 4.9L75 7l-4.9 2.1L68 14l-2.1-4.9L61 7l4.9-2.1L68 0z' fill='%23e0a639'/%3E%3C/svg%3E") left center / 136px 14px no-repeat;
}
.ddfc-metric.ddfc-wide{
  grid-column:1/-1;
  min-height:166px;
}
.ddfc-highlight-metric{
  background:linear-gradient(180deg,#fffaf0 0%,#fff8ed 100%);
  border-color:#ecc46d;
  position:relative;
  overflow:hidden;
}
.ddfc-highlight-metric:after{
  content:"";
  position:absolute;
  right:-6px;
  top:10px;
  bottom:10px;
  width:46%;
  background:radial-gradient(circle at 55% 60%, rgba(255,255,255,.75) 0, rgba(255,255,255,0) 45%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='480' height='180' viewBox='0 0 480 180'%3E%3Cpath d='M180 150C245 100 280 80 355 92c48 7 77 27 125 16' stroke='%23f8f1df' stroke-width='4' fill='none' stroke-linecap='round' opacity='0.95'/%3E%3Cpath d='M120 167C205 95 258 70 335 77c39 4 76 16 129 3' stroke='%23fff8ea' stroke-width='3' fill='none' stroke-linecap='round' opacity='0.9'/%3E%3Cpath d='M228 134C266 115 319 113 354 124' stroke='%23f6ead4' stroke-width='2.4' fill='none' stroke-linecap='round' opacity='0.85'/%3E%3C/svg%3E") right center / cover no-repeat;
  pointer-events:none;
}
.ddfc-metric-icon-warm{
  background:linear-gradient(180deg,#fff8eb 0%,#fff4df 100%);
  border-color:#ead9b8;
}
.ddfc-metric-icon-warm img{max-width:48px;max-height:48px}
.ddfc-highlight-metric .ddfc-metric-copy{position:relative;z-index:1}
.ddfc-highlight-metric b{font-size:78px;color:#111127}
.ddfc-highlight-metric span{color:#b4701f}
.ddfc-safe{
  grid-column:1/-1;
  margin:0;
  display:flex;
  align-items:center;
  gap:28px;
  min-height:134px;
  padding:24px 28px;
  border-radius:30px;
  border:1px solid #dce4db;
  background:linear-gradient(180deg,#f6f8f4 0%, #f4f6f3 100%);
  box-shadow:0 10px 24px rgba(27,20,43,.05), inset 0 1px 0 rgba(255,255,255,.96);
}
.ddfc-metric-icon-safe{
  width:92px;
  height:92px;
  background:linear-gradient(180deg,#ffffff 0%,#f5f8f4 100%);
  border-color:#dfe6dd;
}
.ddfc-safe-copy{
  color:#2c3856;
  font-size:18px;
  line-height:1.72;
  font-weight:500;
  letter-spacing:-.02em;
}
.ddfc-safe-copy:before{display:none!important}

.ddfc-modal{align-items:center;padding:22px}
.ddfc-modal-panel{
  width:min(100%,1180px);
  max-height:90vh;
  border-radius:30px;
  background:#fff;
  box-shadow:0 28px 90px rgba(0,0,0,.34);
}
.ddfc-modal-head{padding:18px 22px 0}
.ddfc-modal-head strong{font-size:20px}
.ddfc-modal-body{padding:18px 22px 22px}
.ddfc-modal-body .ddfc-result-card{display:grid}

@media (max-width:1180px){
  .ddfc-result-card{grid-template-columns:1fr}
  .ddfc-result-main{min-height:620px}
}
@media (max-width:980px){
  .ddfc-result-main{padding:34px 28px 34px}
  .ddfc-kcal{font-size:110px}
  .ddfc-kcal span{font-size:20px}
  .ddfc-result-note{font-size:18px;max-width:420px}
  .ddfc-result-details{padding:22px}
  .ddfc-metric{min-height:150px;padding:24px 22px;gap:18px;border-radius:24px}
  .ddfc-metric-icon,.ddfc-metric-icon-safe{width:74px;height:74px}
  .ddfc-metric-icon img{max-width:38px;max-height:38px}
  .ddfc-metric b{font-size:56px}
  .ddfc-highlight-metric b{font-size:58px}
  .ddfc-metric span{font-size:14px}
  .ddfc-safe-copy{font-size:16px;line-height:1.55}
}
@media (max-width:760px){
  .ddfc-modal{padding:0;align-items:flex-end}
  .ddfc-modal-panel{width:100%;max-height:100vh;border-radius:28px 28px 0 0}
  .ddfc-modal-head{padding:16px 16px 0}
  .ddfc-modal-body{padding:14px 14px 16px}
  .ddfc-modal-body .ddfc-result-card{display:block;border-radius:22px}
  .ddfc-modal-body .ddfc-result-main{
    min-height:500px;
    padding:22px 18px 24px;
    border-radius:22px 22px 0 0;
    background-position:68% center;
  }
  .ddfc-modal-body .ddfc-result-label{min-height:42px;padding:0 15px 0 12px;font-size:11px;letter-spacing:.14em;gap:8px;border-width:1.5px}
  .ddfc-modal-body .ddfc-result-label img{width:20px;height:20px}
  .ddfc-modal-body .ddfc-kcal{margin-top:20px;font-size:78px}
  .ddfc-modal-body .ddfc-kcal span{margin-top:14px;font-size:16px;line-height:1.2}
  .ddfc-modal-body .ddfc-result-divider{height:16px;width:210px;margin:14px 0 14px}
  .ddfc-modal-body .ddfc-result-note{max-width:230px;font-size:15px;line-height:1.52}
  .ddfc-modal-body .ddfc-result-details{grid-template-columns:1fr;gap:12px;padding:14px;border-radius:0 0 22px 22px}
  .ddfc-modal-body .ddfc-metric,
  .ddfc-modal-body .ddfc-safe{min-height:0;padding:16px 16px;border-radius:20px;gap:14px}
  .ddfc-modal-body .ddfc-metric.ddfc-wide{grid-column:auto}
  .ddfc-modal-body .ddfc-safe{grid-column:auto}
  .ddfc-modal-body .ddfc-metric-icon,
  .ddfc-modal-body .ddfc-metric-icon-safe{width:58px;height:58px}
  .ddfc-modal-body .ddfc-metric-icon img{max-width:28px;max-height:28px}
  .ddfc-modal-body .ddfc-metric-icon-warm img{max-width:31px;max-height:31px}
  .ddfc-modal-body .ddfc-metric b,
  .ddfc-modal-body .ddfc-highlight-metric b{font-size:33px}
  .ddfc-modal-body .ddfc-metric span{margin-top:8px;font-size:12px;letter-spacing:.1em}
  .ddfc-modal-body .ddfc-metric-copy span:before{width:86px;background-size:86px 14px}
  .ddfc-modal-body .ddfc-safe-copy{font-size:14px;line-height:1.5}
}


/* desktop calibration fix for result screen */
.ddfc-result-card{
  grid-template-columns:minmax(420px,1.06fr) minmax(400px,.94fr);
}
.ddfc-result-main{
  min-height:620px;
  padding:24px 28px 24px 28px;
  background-position:right bottom;
  background-size:auto 100%;
}
.ddfc-result-label{
  min-height:42px;
  padding:0 16px 0 12px;
  gap:10px;
  border-width:1.5px;
  font-size:14px;
  letter-spacing:.14em;
}
.ddfc-result-label img{width:18px;height:18px}
.ddfc-kcal{
  margin-top:24px;
  font-size:clamp(76px,8vw,118px);
}
.ddfc-kcal span{
  margin-top:14px;
  font-size:16px;
  line-height:1.18;
}
.ddfc-result-divider{
  width:286px;
  max-width:88%;
  height:18px;
  margin:18px 0 18px;
}
.ddfc-result-note{
  max-width:300px;
  font-size:16px;
  line-height:1.58;
}
.ddfc-result-details{
  gap:14px;
  padding:18px;
}
.ddfc-metric{
  min-height:160px;
  gap:14px;
  padding:18px 16px;
  border-radius:24px;
  overflow:hidden;
}
.ddfc-metric-icon,
.ddfc-metric-icon-safe{
  width:68px;
  height:68px;
}
.ddfc-metric-icon img{max-width:30px;max-height:30px}
.ddfc-metric-icon-warm img{max-width:33px;max-height:33px}
.ddfc-metric-copy{
  flex:1 1 auto;
  min-width:0;
}
.ddfc-metric b{
  font-size:clamp(30px,4.6vw,54px);
  line-height:.92;
  white-space:nowrap;
}
.ddfc-metric span{
  margin-top:8px;
  font-size:12px;
  letter-spacing:.11em;
}
.ddfc-metric-copy span:before{
  width:96px;
  margin-bottom:8px;
  background-size:96px 14px;
}
.ddfc-metric.ddfc-wide{
  min-height:118px;
}
.ddfc-highlight-metric b{
  font-size:clamp(34px,4.9vw,56px);
}
.ddfc-safe{
  min-height:106px;
  padding:18px 16px;
  gap:16px;
  border-radius:24px;
}
.ddfc-safe-copy{
  font-size:14px;
  line-height:1.55;
}

@media (max-width:1100px){
  .ddfc-result-card{
    grid-template-columns:minmax(360px,1fr) minmax(340px,1fr);
  }
  .ddfc-result-main{
    min-height:560px;
    padding:22px 22px 20px 22px;
  }
  .ddfc-kcal{font-size:clamp(70px,7vw,104px)}
  .ddfc-result-note{max-width:270px;font-size:15px}
  .ddfc-metric{min-height:144px;padding:16px 14px}
  .ddfc-metric b{font-size:clamp(28px,4.1vw,46px)}
  .ddfc-highlight-metric b{font-size:clamp(32px,4.4vw,48px)}
}
@media (max-width:920px){
  .ddfc-result-card{grid-template-columns:1fr}
  .ddfc-result-main{min-height:520px}
}


/* standalone result section + inline icon fix */
.ddfc-result-section{
  display:none;
  margin-top:28px;
  padding:0;
}
.ddfc-result-section.is-visible{display:block}
.ddfc-result-label-icon,
.ddfc-metric-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#7a55ef;
  line-height:0;
  flex:0 0 auto;
}
.ddfc-result-label-icon{
  width:20px;
  height:20px;
  color:#f1c96d;
}
.ddfc-result-label-icon svg,
.ddfc-metric-icon svg{
  width:100%;
  height:100%;
  display:block;
}
.ddfc-metric-icon{
  width:68px;
  height:68px;
}
.ddfc-metric-icon-warm{color:#d7961b}
.ddfc-metric-icon-safe{color:#5cab41}
.ddfc-metric-icon img,
.ddfc-result-label img{display:none!important}
.ddfc-result-card{
  grid-template-columns:minmax(420px,1.02fr) minmax(400px,.98fr);
}
.ddfc-result-main{
  min-height:620px;
  background-position:center center;
}
@media (max-width:920px){
  .ddfc-result-card{grid-template-columns:1fr}
}
@media (max-width:760px){
  .ddfc-result-section{display:none!important}
  .ddfc-modal-body .ddfc-result-label-icon{width:16px;height:16px}
  .ddfc-modal-body .ddfc-metric-icon{width:58px;height:58px}
}


/* mobile first-screen redesign */
@media (max-width:760px){
  .ddfc-app{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }

  .content-panel.legal-content.app-main-panel.app-stage-panel.app-stage-panel-wide:has(.ddfc-app){
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  .ddfc-card{
    min-height:100svh;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background-image:
      linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.06) 52%,rgba(255,255,255,.14) 100%),
      url("mobile-hero-bg.webp")!important;
    background-size:cover!important;
    background-position:center top!important;
    background-repeat:no-repeat!important;
  }

  .ddfc-card:before{
    background:
      radial-gradient(circle at 8% 3%,rgba(255,255,255,.70),rgba(255,255,255,0) 27%),
      linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,0) 44%)!important;
  }

  .ddfc-top{
    display:block!important;
    min-height:0!important;
    padding:30px 24px 20px!important;
  }

  .ddfc-copy{
    position:relative;
    min-height:208px;
    padding:0!important;
    max-width:none!important;
  }

  .ddfc-kicker{
    display:none!important;
  }

  .ddfc-copy h2{
    width:245px;
    max-width:66%;
    margin:0 0 12px!important;
    font-size:41px!important;
    line-height:.88!important;
    letter-spacing:-.055em!important;
    color:#070b2b!important;
  }

  .ddfc-copy h2 span{
    display:block;
    background:linear-gradient(92deg,#b57919 0%,#d0932a 45%,#b36fe8 100%)!important;
    -webkit-background-clip:text!important;
    background-clip:text!important;
    color:transparent!important;
  }

  .ddfc-copy p{
    width:270px;
    max-width:70%!important;
    margin:0!important;
    color:#4e5669!important;
    font-size:13px!important;
    line-height:1.45!important;
    font-weight:550!important;
    letter-spacing:-.01em!important;
  }

  .ddfc-form{
    width:100%!important;
    min-height:0!important;
    margin:8px 0 0!important;
    padding:18px 17px 17px!important;
    border-radius:26px!important;
    border:1px solid rgba(196,171,130,.42)!important;
    background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.70))!important;
    box-shadow:0 18px 44px rgba(69,42,92,.18), inset 0 1px 0 rgba(255,255,255,.92)!important;
    backdrop-filter:blur(18px) saturate(1.08)!important;
    gap:14px!important;
  }

  .ddfc-form:after{
    border-radius:25px!important;
  }

  .ddfc-form-head{
    align-items:flex-start!important;
    gap:8px!important;
    margin-bottom:0!important;
  }

  .ddfc-form-title-row{
    gap:12px!important;
    align-items:flex-start!important;
  }

  .ddfc-form-icon{
    width:44px!important;
    height:44px!important;
    margin-top:0!important;
  }

  .ddfc-form-head h3{
    max-width:205px;
    font-size:24px!important;
    line-height:.96!important;
    letter-spacing:-.04em!important;
  }

  .ddfc-form-head p{
    display:none!important;
  }

  .ddfc-mini-badge{
    min-width:62px!important;
    min-height:32px!important;
    padding:0 10px!important;
    gap:5px!important;
    font-size:12px!important;
    border-radius:999px!important;
    background:rgba(255,251,239,.86)!important;
    box-shadow:0 8px 18px rgba(151,105,25,.10), inset 0 1px 0 rgba(255,255,255,.85)!important;
  }

  .ddfc-mini-badge img{
    width:16px!important;
    height:16px!important;
  }

  .ddfc-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px 11px!important;
  }

  .ddfc-field{
    gap:7px!important;
  }

  .ddfc-field.ddfc-wide{
    grid-column:1/-1!important;
  }

  .ddfc-field label{
    font-size:10px!important;
    letter-spacing:.055em!important;
    color:#3b4157!important;
  }

  .ddfc-control{
    min-height:40px!important;
    height:40px!important;
    padding:0 13px!important;
    border-radius:9px!important;
    border-color:rgba(49,56,77,.08)!important;
    background:rgba(255,255,255,.70)!important;
    box-shadow:0 6px 14px rgba(30,33,55,.035), inset 0 1px 0 rgba(255,255,255,.90)!important;
    font-size:15px!important;
    font-weight:850!important;
  }

  select.ddfc-control{
    background-position:calc(100% - 19px) 18px,calc(100% - 13px) 18px!important;
    background-size:6px 6px,6px 6px!important;
    padding-right:40px!important;
  }

  .ddfc-unit-row{
    grid-template-columns:minmax(0,1fr) 72px!important;
    gap:8px!important;
  }

  .ddfc-unit-row select.ddfc-control{
    padding-left:19px!important;
  }

  .ddfc-icon-control-wrap > img{
    left:13px!important;
    width:27px!important;
    height:27px!important;
  }

  .ddfc-control-with-icon{
    padding-left:50px!important;
  }

  .ddfc-hint{
    margin:0!important;
    padding:9px 11px 9px 38px!important;
    border-radius:10px!important;
    background:rgba(246,244,241,.76)!important;
    color:#777d8d!important;
    font-size:9px!important;
    line-height:1.25!important;
    font-weight:650!important;
  }

  .ddfc-hint:before{
    left:12px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:18px!important;
    height:18px!important;
    line-height:17px!important;
    font-size:11px!important;
    border-color:#d2c3ec!important;
    color:#9a76dc!important;
    background:rgba(255,255,255,.6)!important;
  }

  .ddfc-error{
    margin:0!important;
    padding:9px 11px!important;
    border-radius:10px!important;
    font-size:12px!important;
  }

  .ddfc-actions{
    grid-template-columns:1fr!important;
    gap:9px!important;
    margin-top:0!important;
  }

  .ddfc-btn{
    width:100%!important;
    min-height:42px!important;
    border-radius:999px!important;
    font-size:13px!important;
    letter-spacing:-.01em!important;
    gap:9px!important;
  }

  .ddfc-btn-primary{
    background:linear-gradient(96deg,#d79a23 0%,#d4932b 27%,#c66ed9 78%,#b958df 100%)!important;
    box-shadow:0 12px 24px rgba(191,115,67,.22),0 0 0 2px rgba(255,255,255,.46) inset,0 0 18px rgba(209,105,224,.32)!important;
  }

  .ddfc-btn-primary span{
    font-size:17px!important;
  }

  .ddfc-btn-ghost{
    min-height:36px!important;
    color:#3b4151!important;
    background:rgba(255,255,255,.60)!important;
    border:1px solid rgba(170,117,18,.34)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.82)!important;
  }

  .ddfc-btn-ghost img{
    width:16px!important;
    height:16px!important;
  }
}

@media (max-width:390px){
  .ddfc-top{
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .ddfc-copy{
    min-height:198px;
  }
  .ddfc-copy h2{
    font-size:38px!important;
    width:225px;
  }
  .ddfc-copy p{
    width:245px;
    font-size:12.5px!important;
  }
  .ddfc-form{
    padding:16px 14px 15px!important;
  }
  .ddfc-form-head h3{
    font-size:22px!important;
    max-width:185px;
  }
}

@media (max-width:350px){
  .ddfc-copy h2{
    max-width:72%;
    font-size:35px!important;
  }
  .ddfc-copy p{
    max-width:72%!important;
  }
  .ddfc-grid{
    gap:10px 8px!important;
  }
  .ddfc-control{
    font-size:14px!important;
  }
}


/* final mobile sizing + new assets fix */
@media (max-width:760px){
  .ddfc-card{
    min-height:auto!important;
    height:auto!important;
    background-size:cover!important;
    background-position:center top!important;
  }

  .ddfc-top{
    padding:22px 18px 18px!important;
    gap:16px!important;
  }

  .ddfc-copy{
    min-height:156px!important;
    max-width:none!important;
  }

  .ddfc-copy h2{
    width:auto!important;
    max-width:65%!important;
    margin:0 0 12px!important;
    font-size:48px!important;
    line-height:.9!important;
  }

  .ddfc-copy p{
    width:auto!important;
    max-width:66%!important;
    font-size:14px!important;
    line-height:1.42!important;
  }

  .ddfc-form{
    width:100%!important;
    max-width:none!important;
    margin:8px 0 0!important;
    padding:21px 18px 19px!important;
    border-radius:28px!important;
    gap:15px!important;
  }

  .ddfc-form-head{
    gap:10px!important;
  }

  .ddfc-form-title-row{
    gap:12px!important;
  }

  .ddfc-form-icon{
    width:48px!important;
    height:48px!important;
  }

  .ddfc-form-head h3{
    max-width:220px!important;
    font-size:26px!important;
    line-height:.97!important;
  }

  .ddfc-mini-badge{
    min-width:68px!important;
    min-height:34px!important;
    font-size:12px!important;
  }

  .ddfc-grid{
    gap:14px 12px!important;
  }

  .ddfc-field label{
    font-size:10.5px!important;
  }

  .ddfc-control{
    min-height:48px!important;
    height:48px!important;
    padding:0 15px!important;
    border-radius:11px!important;
    font-size:16px!important;
  }

  select.ddfc-control{
    background-position:calc(100% - 20px) 21px,calc(100% - 14px) 21px!important;
  }

  .ddfc-unit-row{
    grid-template-columns:minmax(0,1fr) 80px!important;
    gap:10px!important;
  }

  .ddfc-icon-control-wrap > img{
    left:14px!important;
    width:28px!important;
    height:28px!important;
  }

  .ddfc-control-with-icon{
    padding-left:52px!important;
  }

  .ddfc-hint{
    padding:10px 11px 10px 38px!important;
    font-size:10px!important;
    line-height:1.28!important;
  }

  .ddfc-actions{
    gap:10px!important;
  }

  .ddfc-btn{
    min-height:48px!important;
    font-size:14px!important;
  }

  .ddfc-btn-ghost{
    min-height:40px!important;
  }

  .ddfc-modal-body .ddfc-result-main{
    background-image:
      linear-gradient(180deg, rgba(4,9,49,.08) 0%, rgba(8,13,59,.15) 100%),
      url("result-bg.webp")!important;
    background-position:right center!important;
    background-size:cover!important;
  }
}

@media (max-width:430px){
  .ddfc-top{
    padding:20px 16px 16px!important;
  }

  .ddfc-copy{
    min-height:148px!important;
  }

  .ddfc-copy h2{
    max-width:67%!important;
    font-size:44px!important;
  }

  .ddfc-copy p{
    max-width:67%!important;
    font-size:13px!important;
  }
}

@media (max-width:390px){
  .ddfc-copy{
    min-height:142px!important;
  }

  .ddfc-copy h2{
    font-size:40px!important;
    max-width:68%!important;
  }

  .ddfc-copy p{
    max-width:68%!important;
    font-size:12.5px!important;
  }

  .ddfc-form{
    padding:18px 15px 16px!important;
  }

  .ddfc-form-head h3{
    font-size:24px!important;
    max-width:200px!important;
  }
}


/* final cleanup: hero logo, form header, select arrows, mobile height */
.ddfc-form-title-row{
  gap:0!important;
}
.ddfc-form-title-row > div{
  min-width:0;
}
.ddfc-form-icon{
  display:none!important;
}
.ddfc-app select.ddfc-control{
  background-color:rgba(255,255,255,.74)!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath d='M6.7 9.2 12 14.5l5.3-5.3' fill='none' stroke='%23252b3c' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:calc(100% - 18px) 50%!important;
  background-size:18px 18px!important;
  padding-right:46px!important;
}
.ddfc-app select.ddfc-control.ddfc-control-with-icon{
  padding-left:61px!important;
}
@media (max-width:760px){
  .ddfc-card{
    min-height:auto!important;
    height:auto!important;
    background-size:cover!important;
    background-position:center top!important;
  }
  .ddfc-top{
    padding:18px 12px 16px!important;
  }
  .ddfc-copy{
    min-height:140px!important;
  }
  .ddfc-copy h2{
    max-width:68%!important;
    font-size:46px!important;
    line-height:.88!important;
  }
  .ddfc-copy p{
    max-width:68%!important;
    font-size:13.5px!important;
    line-height:1.4!important;
  }
  .ddfc-form{
    width:100%!important;
    max-width:none!important;
    margin:8px 0 0!important;
    padding:22px 18px 19px!important;
    border-radius:28px!important;
    gap:15px!important;
  }
  .ddfc-form-title-row{
    gap:0!important;
  }
  .ddfc-form-head h3{
    max-width:255px!important;
    font-size:27px!important;
    line-height:.98!important;
  }
  .ddfc-control{
    min-height:48px!important;
    height:48px!important;
    font-size:16px!important;
  }
  .ddfc-unit-row{
    grid-template-columns:minmax(0,1fr) 82px!important;
  }
  .ddfc-app select.ddfc-control{
    background-position:calc(100% - 17px) 50%!important;
    background-size:18px 18px!important;
    padding-right:44px!important;
  }
  .ddfc-app select.ddfc-control.ddfc-control-with-icon{
    padding-left:52px!important;
  }
  .ddfc-btn{
    min-height:48px!important;
    font-size:14px!important;
  }
  .ddfc-btn-ghost{
    min-height:40px!important;
  }
  .ddfc-modal-body .ddfc-result-note{
    display:none!important;
  }
  .ddfc-modal-body .ddfc-result-main{
    background-image:linear-gradient(180deg,rgba(4,9,49,.08) 0%,rgba(8,13,59,.15) 100%),url("result-bg.webp")!important;
    background-position:right center!important;
    background-size:cover!important;
  }
}
@media (max-width:430px){
  .ddfc-top{padding:16px 10px 14px!important}
  .ddfc-copy{min-height:132px!important}
  .ddfc-copy h2{font-size:42px!important;max-width:68%!important}
  .ddfc-copy p{font-size:12.8px!important;max-width:68%!important}
  .ddfc-form{padding:20px 16px 17px!important}
}
@media (max-width:380px){
  .ddfc-copy{min-height:124px!important}
  .ddfc-copy h2{font-size:38px!important;max-width:69%!important}
  .ddfc-copy p{font-size:12px!important;max-width:69%!important}
  .ddfc-form{padding:18px 14px 16px!important}
  .ddfc-form-head h3{font-size:24px!important;max-width:225px!important}
}


/* calculator verification + scroll + note color fix */
.ddfc-result-section{
  scroll-margin-top:24px!important;
}
.ddfc-result-note{
  color:#ffffff!important;
}
.ddfc-result-main .ddfc-result-note{
  color:rgba(255,255,255,.96)!important;
}
@media (max-width:760px){
  .ddfc-modal-body .ddfc-result-note{
    display:none!important;
  }
}


/* final formula display fix */
.ddfc-result-main .ddfc-result-note{color:#fff!important;}
@media (max-width:760px){.ddfc-modal-body .ddfc-result-note{display:none!important;}}
