/* DAF brand-led marketing layout. Transaction styles remain in styles.css. */
body.daf-redesign {
  --ink:#16382d;
  --muted:#60736b;
  --paper:#f7f8f2;
  --line:#dce5d9;
  --green:#125b44;
  background:var(--paper);
  color:var(--ink);
}

.daf-redesign .topbar {
  background:#f7f8f2f2;
  border-color:#dce5d9;
  padding:18px max(24px,calc((100vw - 1240px)/2));
  gap:25px;
}

.daf-redesign .brand-copy {
  font-size:19px;
  font-weight:900;
  color:#173c30;
}

.daf-redesign .brand-mark {
  width:42px;
  height:42px;
}

.daf-redesign .nav {
  align-items:center;
  color:#315346;
  gap:22px;
  font-weight:600;
}

.daf-redesign .nav a:last-child {
  background:#174f3b;
  color:white;
  padding:10px 17px;
  border-radius:99px;
}

.daf-redesign .home-main {
  display:block;
  max-width:none;
  margin:0;
  padding:0;
}

.daf-redesign .home-main>section,.daf-redesign .home-main>details {
  max-width:1240px;
  margin:0 auto;
  padding:86px 28px;
}

.daf-redesign .section-head {
  margin-bottom:36px;
}

.daf-redesign h2 {
  font-size:clamp(30px,3.5vw,48px);
  line-height:1.24;
  letter-spacing:-1.8px;
}

.daf-redesign .eyebrow {
  font-weight:800;
  color:#1c7756;
  font-size:13px;
  letter-spacing:1.2px;
}

.daf-redesign .lead {
  font-size:18px;
  line-height:1.85;
}

.daf-redesign .button {
  border-radius:99px;
  padding:15px 25px;
  font-weight:800;
  box-shadow:none;
}

.daf-redesign .button.primary {
  background:#17563e;
  border-color:#17563e;
  color:white;
}

.daf-redesign .button.secondary {
  background:transparent;
  border:1px solid #9faea2;
  color:#204b38;
}

.daf-redesign .home-main>.home-hero {
  background:none;
  color:var(--ink);
  min-height:0;
  overflow:visible;
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:35px;
  padding-top:64px;
  padding-bottom:40px;
  isolation:auto;
}

.daf-redesign .home-hero::before {
  display:none;
}

.daf-redesign .hero-copy {
  max-width:none;
  position:relative;
  z-index:2;
}

.daf-redesign .home-hero h1 {
  font-size:clamp(44px,5.2vw,73px);
  line-height:1.17;
  font-weight:900;
  letter-spacing:-3px;
  margin:16px 0 25px;
}

.daf-redesign .home-hero h1 span {
  color:#188960;
  position:relative;
}

.daf-redesign .home-hero .eyebrow {
  color:#347757;
}

.daf-redesign .hero .lead {
  color:#52695f;
  font-size:18px;
  max-width:510px;
}

.daf-redesign .hero .button.secondary {
  background:transparent;
  border-color:#b1bcad;
  color:#214d39;
}

.daf-redesign .hero-facts {
  gap:8px;
  display:flex;
  flex-wrap:wrap;
  margin-top:24px;
}

.daf-redesign .hero-facts span {
  padding:0;
  border:0;
  background:transparent;
  color:#60746a;
  font-size:12px;
  box-shadow:none;
}

.daf-redesign .hero-facts span+span::before {
  content:'·';
  margin-right:8px;
}

.hero-scene {
  position:relative;
  min-height:490px;
  background:radial-gradient(ellipse at 50% 50%,#d1ecc2 0%,#e9f0df 52%,transparent 72%);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:40px 0 28px;
  min-width:0;
}

.hero-mascot {
  position:absolute;
  top:0;
  left:calc(50% - 128px);
  width:256px;
  height:256px;
  object-fit:contain;
  z-index:2;
  filter:drop-shadow(0 14px 12px #4a755822);
}

.hero-note {
  position:absolute;
  border:1px solid #d7e4c9;
  background:#fffef6;
  box-shadow:0 8px 22px #174b3210;
  padding:11px 17px;
  border-radius:14px;
  font-size:13px;
  font-weight:700;
  z-index:3;
}

.hero-note.one {
  top:54px;
  left:0;
  transform:rotate(-7deg);
}

.hero-note.two {
  top:152px;
  right:-5px;
  transform:rotate(6deg);
  background:#dff9ad;
}

.hero-screen {
  position:relative;
  background:#10372b;
  border:7px solid #204e3a;
  box-shadow:0 20px 40px #24432b26;
  border-radius:18px;
  overflow:hidden;
  transform:rotate(-3deg);
  z-index:1;
}

.hero-screen-bar {
  padding:7px 12px;
  color:#c6edc8;
  font-size:10px;
  letter-spacing:1px;
  display:flex;
  justify-content:space-between;
}

.daf-redesign .home-hero-video {
  position:static;
  inset:auto;
  z-index:auto;
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:contain;
}

.hero-screen figcaption {
  color:#dcecdf;
  text-align:center;
  font-size:11px;
  padding:6px;
}

.hero-screen {
  margin:0;
}

.daf-redesign .workflow-preview {
  grid-column:1/-1;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  max-height:none;
  width:100%;
  max-width:none;
  padding:20px 0 0;
  min-height:0;
  overflow:visible;
}

.daf-redesign .workflow-preview .preview-header {
  display:flex;
  background:none;
  padding:0 0 13px;
  border:0;
  color:#66786c;
  font-size:11px;
}

.daf-redesign .workflow-preview .preview-header strong {
  background:#e4eeda;
  color:#4b7256;
  font-size:10px;
}

.daf-redesign .workflow-stack {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.daf-redesign .workflow-stack article {
  padding:21px 16px 18px 75px!important;
  background:#fff;
  border:1px solid #e3e9dd;
  border-radius:15px;
  box-shadow:none;
  min-height:108px;
  position:relative;
  color:#244333;
}

.daf-redesign .workflow-stack article::before {
  width:62px;
  height:62px;
  top:20px;
  left:8px;
  right:auto;
}

.daf-redesign .workflow-stack article>span {
  font-size:10px;
  color:#63816b;
}

.daf-redesign .workflow-stack strong {
  font-size:16px;
  color:#23412f;
  line-height:1.4;
}

.daf-redesign .workflow-stack p {
  font-size:12px;
  color:#748073;
  line-height:1.5;
  margin-top:8px;
}

.daf-redesign .preview-footer {
  background:none;
  color:#6f8073;
  border:0;
  margin-top:12px;
  font-size:11px;
}

.daf-redesign .tool-access-badge {
  font-size:9px;
  background:#e6f3d5;
  color:#3f6641;
}

.daf-redesign .home-main>.audience-section {
  max-width:none;
  background:#173f31;
  color:#eff4de;
  padding:76px max(28px,calc((100vw - 1184px)/2));
  border-radius:0;
}

.daf-redesign .audience-section .eyebrow {
  color:#b5df85;
}

.daf-redesign .audience-section h2 {
  color:#f4f7e9;
}

.case-tabs {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:25px 0 30px;
}

.case-tabs button {
  padding:12px 20px;
  border:1px solid #52705b;
  border-radius:99px;
  color:#d6e2d2;
  background:none;
  cursor:pointer;
  font-weight:700;
  font-size:14px;
}

.case-tabs button[aria-selected=true] {
  background:#d2f391;
  border-color:#d2f391;
  color:#183c2b;
}

.daf-redesign .audience-grid {
  display:block;
}

.daf-redesign .audience-grid article {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 45px;
  border:0;
  border-radius:0;
  background:transparent;
  color:#edf2e6;
  min-height:295px;
  padding:20px 320px 10px 0!important;
  position:relative;
}

.daf-redesign .audience-grid article::before {
  width:270px;
  height:270px;
  top:0;
  right:0;
  left:auto;
  filter:drop-shadow(0 10px 14px #001b0f33);
}

.daf-redesign .audience-grid article h3,.daf-redesign .audience-grid article p,.daf-redesign .audience-grid article a {
  grid-column:1/-1;
}

.daf-redesign .audience-grid article h3 {
  font-size:clamp(25px,3vw,38px);
  max-width:690px;
  color:#f4f7e9;
  margin:0 0 15px;
}

.daf-redesign .audience-grid article p {
  font-size:18px;
  line-height:1.85;
  color:#c1d2bd;
  max-width:680px;
}

.daf-redesign .audience-grid article a {
  color:#d5f89b;
  align-self:end;
  font-size:16px;
}

.daf-redesign #demos {
  padding-top:92px;
  padding-bottom:55px;
}

.demo-tabs {
  display:flex;
  gap:15px;
  margin-bottom:20px;
}

.demo-tabs button {
  background:transparent;
  border:0;
  border-bottom:3px solid transparent;
  padding:12px 0;
  color:#687c6c;
  font-size:16px;
  cursor:pointer;
}

.demo-tabs button[aria-selected=true] {
  border-color:#19533d;
  color:#153f2b;
  font-weight:800;
}

.daf-redesign .marketing-demo-grid {
  display:block;
  max-width:1050px;
  margin:auto;
}

.daf-redesign .marketing-demo-grid figure {
  background:#14362a;
  padding:12px;
  border-radius:22px;
  box-shadow:0 30px 60px #20432719;
}

.daf-redesign .marketing-demo-grid video {
  border-radius:14px;
  aspect-ratio:16/9;
}

.daf-redesign .marketing-demo-grid figcaption {
  color:#d1e4cf;
  padding:17px 15px;
  font-size:14px;
}

.daf-redesign .plain-tool-grid {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.daf-redesign .plain-tool-grid article {
  padding:38px 135px 32px 32px!important;
  border:0;
  border-radius:24px;
  background:#e5eeda;
  min-height:250px;
  position:relative;
  box-shadow:none;
}

.daf-redesign .plain-tool-grid article:nth-child(2) {
  background:#f5e8d2;
}

.daf-redesign .plain-tool-grid article:nth-child(3) {
  background:#e2eaf3;
}

.daf-redesign .plain-tool-grid article:nth-child(4) {
  background:#eae4f0;
}

.daf-redesign .plain-tool-grid article::before {
  width:120px;
  height:120px;
  top:36px;
  right:15px;
  left:auto;
}

.daf-redesign .plain-tool-grid h3 {
  font-size:27px;
  letter-spacing:-1px;
}

.daf-redesign .plain-tool-grid p {
  line-height:1.8;
  font-size:15px;
  color:#4f6457;
}

.daf-redesign .plain-tool-grid article>span {
  font-size:12px;
  color:#506746;
}

.daf-redesign .plain-tool-grid a {
  margin-top:20px;
  display:inline-block;
  font-size:13px;
  font-weight:800;
}

.daf-redesign .program-list {
  margin-top:24px;
}

.daf-redesign .home-main>.maker-note-section {
  max-width:none;
  background:#e5ecdc;
  padding:85px max(28px,calc((100vw - 1184px)/2));
  gap:45px;
  grid-template-columns:.9fr 1.1fr;
}

.daf-redesign .maker-note {
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
}

.daf-redesign .maker-note p {
  color:#566f5d;
}

.daf-redesign .section-visual {
  margin:0;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 20px 50px #1c3c2520;
}

.daf-redesign .section-visual img {
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}

.daf-redesign #membership {
  background:transparent;
  border:0;
}

.daf-redesign .pricing-grid {
  gap:20px;
}

.daf-redesign .price-item {
  background:white;
  border:1px solid #d8e3d3;
  box-shadow:none;
  border-radius:23px;
  padding:110px 25px 28px!important;
  position:relative;
  min-height:350px;
}

.daf-redesign .price-item::before {
  width:78px;
  height:78px;
  top:20px;
  left:22px;
}

.daf-redesign .price-item.highlighted {
  background:#164d36;
  color:#eef6df;
  border:0;
  transform:translateY(-10px);
  box-shadow:0 15px 35px #14432b22;
}

.daf-redesign .price-item.highlighted p {
  color:#d0e2c7;
}

.daf-redesign .price-item.highlighted .promo-price strong {
  color:#d4f797;
}

.daf-redesign .price-item.highlighted .was-price,.daf-redesign .price-item.highlighted .promo-price small {
  color:#b3cba9;
}

.daf-redesign .price-item .promo-price strong {
  font-size:35px;
  letter-spacing:-1.5px;
}

.daf-redesign .price-item>strong {
  font-size:25px;
}

.daf-redesign .membership-actions {
  justify-content:center;
}

.daf-redesign .membership-note {
  font-size:12px;
  line-height:1.8;
  color:#7c8879;
}

.price-cta {
  display:block;
  margin-top:24px;
  padding:11px 15px;
  border-radius:99px;
  background:#eff5e7;
  text-align:center;
  font-weight:700;
  color:#21462e;
  font-size:13px;
}

.highlighted .price-cta {
  background:#d5f49f;
  color:#1a3d2a;
}

.daf-redesign .home-main>.download-band {
  max-width:1184px;
  background:#d8f1bb;
  border:0;
  border-radius:28px;
  padding:44px;
  margin-bottom:60px;
  grid-template-columns:1fr 1fr;
  gap:25px;
  color:#214930;
  box-shadow:none;
}

.daf-redesign .download-copy h2 {
  color:#1c452b;
}

.daf-redesign .download-copy p,.daf-redesign .download-checklist {
  color:#4b6e4d;
}

.daf-redesign .download-visual {
  border-radius:14px;
  overflow:hidden;
}

.daf-redesign .download-action {
  grid-column:1/-1;
  max-width:none;
  display:flex;
  align-items:center;
  gap:25px;
}

.daf-redesign .download-security-note {
  color:#5a7550;
  font-size:12px;
}

.daf-redesign .download-action .download-platform-actions {
  flex-shrink:0;
}

.daf-redesign .home-main>.marketing-details {
  margin:14px auto;
  padding:0;
  max-width:1184px;
  background:#eff2e8;
  border:1px solid #dce4d5;
  border-radius:13px;
}

.daf-redesign .marketing-details>summary {
  padding:20px 24px;
  font-size:14px;
}

.daf-redesign .marketing-details section {
  padding:32px;
  margin:0;
}

.daf-redesign .home-main>.pain-section {
  padding-top:48px;
}

.daf-redesign .operation-grid article,.daf-redesign .timeline-grid article,.daf-redesign .positioning-grid article,.daf-redesign .safety-grid article {
  border-radius:18px;
  box-shadow:none;
  background:#fff;
  border-color:#dce4d5;
}

.daf-redesign .flow-visual {
  border-radius:22px;
  overflow:hidden;
}

.daf-redesign .home-main>#account,.daf-redesign .home-main>#apply,.daf-redesign .home-main>#notices {
  border-top:1px solid #dce4d5;
}

.daf-redesign .home-main>#account {
  background:#edf1e7;
}

.daf-redesign .footer {
  background:#153e2c;
  color:#edf4ee;
}

.daf-redesign .footer-brand strong {
  color:#ffffff;
}

.daf-redesign .business-info dt {
  color:#cbdacf;
}

.daf-redesign .footer a {
  color:#edf4ee;
}

.daf-redesign .footer a:hover {
  color:#ffffff;
}

.daf-redesign .footer :focus-visible {
  outline-color:#d2f391;
}

.daf-redesign .seo-main {
  max-width:1240px;
  padding:0 28px;
  margin:auto;
}

.daf-redesign .page-hero {
  background:#e4efdb;
  border:0;
  border-radius:28px;
  margin:36px 0 55px;
  padding:65px 300px 55px 50px;
  position:relative;
  color:#183d2b;
  overflow:hidden;
}

.daf-redesign .page-hero h1 {
  font-size:clamp(32px,4.3vw,57px);
  line-height:1.2;
  letter-spacing:-2px;
  color:#173d29;
}

.daf-redesign .page-hero .lead {
  color:#4b6852;
}

.product-mascot {
  position:absolute;
  width:250px;
  height:250px;
  object-fit:contain;
  right:25px;
  top:calc(50% - 125px);
}

.daf-redesign .page-hero-facts span {
  color:#4d6b4b;
  background:#f5f8ec;
  border:1px solid #d9e6cc;
  font-size:11px;
}

.daf-redesign .content-section {
  padding-top:30px;
  padding-bottom:45px;
}

.daf-redesign .content-section article {
  border-radius:18px;
  box-shadow:none;
}

.daf-redesign .page-cta {
  border-radius:24px;
  background:#174c35;
}

.daf-redesign :focus-visible {
  outline:3px solid #45865e;
  outline-offset:4px;
}

.daf-redesign .audience-section :focus-visible {
  outline-color:#d2f391;
}

@media(max-width:1000px) {
  .daf-redesign .topbar {
    flex-wrap:wrap;
    justify-content:center;
  }
  .daf-redesign .brand {
    margin-right:auto;
  }
  .daf-redesign .nav {
    gap:14px;
    font-size:12px;
  }
  .daf-redesign .home-main>.home-hero {
    grid-template-columns:1fr 1fr;
    padding-top:40px;
  }
  .hero-scene {
    min-height:430px;
  }
  .hero-mascot {
    width:215px;
    height:215px;
    left:calc(50% - 105px);
  }
  .hero-note {
    font-size:11px;
    padding:9px;
  }
  .daf-redesign .workflow-stack {
    grid-template-columns:repeat(2,1fr);
  }
  .daf-redesign .audience-grid article {
    padding-right:250px!important;
  }
  .daf-redesign .audience-grid article::before {
    width:220px;
    height:220px;
  }
  .daf-redesign .plain-tool-grid article {
    padding-right:105px!important;
  }
  .daf-redesign .plain-tool-grid article::before {
    width:90px;
    height:90px;
  }
  .daf-redesign .page-hero {
    padding-right:230px;
  }
  .product-mascot {
    width:200px;
    height:200px;
    top:calc(50% - 100px);
  }
}

@media(max-width:760px) {
  .daf-redesign .topbar {
    padding:12px 18px;
    gap:12px;
    position:relative;
    align-items:center;
    flex-direction:row;
  }
  .daf-redesign .brand-copy {
    font-size:16px;
  }
  .daf-redesign .brand-mark {
    width:33px;
    height:33px;
  }
  .daf-redesign .nav {
    width:100%;
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:12px;
    padding-bottom:3px;
  }
  .daf-redesign .nav a {
    white-space:nowrap;
  }
  .daf-redesign .nav a:last-child {
    padding:6px 10px;
  }
  .daf-redesign .home-main>section {
    padding:55px 22px;
  }
  .daf-redesign .home-main>.home-hero {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:14px;
    padding-top:35px;
  }
  .daf-redesign .home-hero h1 {
    font-size:47px;
    line-height:1.19;
    letter-spacing:-2.5px;
  }
  .daf-redesign .hero .lead {
    font-size:16px;
  }
  .daf-redesign .hero-actions {
    gap:10px;
    flex-wrap:wrap;
  }
  .daf-redesign .button {
    font-size:13px;
    padding:13px 19px;
    min-width:0;
  }
  .daf-redesign .hero-facts {
    display:flex;
    gap:6px;
    margin-top:18px;
  }
  .daf-redesign .hero-facts span {
    width:auto;
    font-size:10px;
  }
  .hero-scene {
    min-height:390px;
    margin-top:6px;
    padding-bottom:25px;
  }
  .hero-mascot {
    width:210px;
    height:210px;
    top:4px;
  }
  .hero-note.one {
    top:35px;
  }
  .hero-note.two {
    top:116px;
    right:0;
  }
  .hero-screen {
    transform:rotate(-2deg);
    margin:0 8px;
  }
  .daf-redesign .workflow-stack {
    gap:10px;
  }
  .daf-redesign .workflow-stack article {
    padding:65px 13px 17px!important;
    min-height:180px;
  }
  .daf-redesign .workflow-stack article::before {
    width:56px;
    height:56px;
    top:5px;
    left:10px;
  }
  .daf-redesign .workflow-stack strong {
    font-size:15px;
  }
  .daf-redesign .preview-footer {
    gap:10px;
    flex-wrap:wrap;
  }
  .daf-redesign .home-main>.audience-section {
    padding:50px 22px;
  }
  .case-tabs {
    gap:7px;
    margin:20px 0;
  }
  .case-tabs button {
    padding:9px 12px;
    font-size:12px;
  }
  .daf-redesign .audience-grid article {
    padding:140px 0 10px!important;
    min-height:390px;
  }
  .daf-redesign .audience-grid article::before {
    width:155px;
    height:155px;
    right:0;
    top:-5px;
  }
  .daf-redesign .audience-grid article h3 {
    font-size:28px;
  }
  .daf-redesign .audience-grid article p {
    font-size:16px;
  }
  .daf-redesign #demos {
    padding:50px 15px;
  }
  .daf-redesign #demos .section-head {
    padding:0 7px;
  }
  .daf-redesign .marketing-demo-grid figure {
    padding:6px;
    border-radius:15px;
  }
  .daf-redesign .marketing-demo-grid figcaption {
    font-size:11px;
    padding:12px 8px;
  }
  .demo-tabs {
    padding:0 7px;
  }
  .demo-tabs button {
    font-size:13px;
  }
  .daf-redesign .plain-tool-grid {
    grid-template-columns:1fr;
    gap:15px;
  }
  .daf-redesign .plain-tool-grid article {
    padding:28px 120px 25px 23px!important;
    min-height:230px;
  }
  .daf-redesign .plain-tool-grid article::before {
    width:108px;
    height:108px;
    right:5px;
    top:25px;
  }
  .daf-redesign .plain-tool-grid h3 {
    font-size:24px;
  }
  .daf-redesign .home-main>.maker-note-section {
    grid-template-columns:1fr;
    padding:50px 22px;
  }
  .daf-redesign .pricing-grid {
    grid-template-columns:1fr;
  }
  .daf-redesign .price-item {
    min-height:0;
    padding:30px 24px 27px 115px!important;
  }
  .daf-redesign .price-item::before {
    width:80px;
    left:18px;
    top:28px;
  }
  .daf-redesign .price-item.highlighted {
    transform:none;
  }
  .daf-redesign .price-item .promo-price strong {
    font-size:32px;
  }
  .daf-redesign .membership-actions {
    flex-wrap:wrap;
  }
  .daf-redesign .home-main>.download-band {
    margin:0 15px 35px;
    max-width:calc(100% - 30px);
    padding:28px 22px;
    display:grid;
    grid-template-columns:1fr;
  }
  .daf-redesign .download-action {
    display:block;
  }
  .daf-redesign .download-platform-actions {
    flex-wrap:wrap;
  }
  .daf-redesign .home-main>.marketing-details {
    margin:12px 15px;
    max-width:calc(100% - 30px);
  }
  .daf-redesign .marketing-details>summary {
    font-size:13px;
  }
  .daf-redesign .marketing-details section {
    padding:20px;
  }
  .daf-redesign .seo-main {
    padding:0 16px;
  }
  .daf-redesign .page-hero {
    padding:185px 24px 30px;
    margin-top:20px;
  }
  .product-mascot {
    top:10px;
    right:20px;
    width:170px;
    height:170px;
  }
  .daf-redesign .page-hero h1 {
    font-size:38px;
  }
  .daf-redesign .page-hero .lead {
    font-size:16px;
  }
  .daf-redesign .section-head {
    margin-bottom:25px;
  }
  .daf-redesign h2 {
    font-size:32px;
  }
  .daf-redesign .page-cta {
    padding:28px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  .hero-screen {
    transform:none;
  }
}

/* Keep existing sticker artwork inside the redesigned card geometry. */
.daf-redesign .workflow-stack article::before,.daf-redesign .audience-grid article::before,.daf-redesign .plain-tool-grid article::before,.daf-redesign .price-item::before {
  position:absolute;
  margin:0;
  transform:none;
}

.daf-redesign #download h2 {
  color:#1c452b;
}

.daf-redesign #download .eyebrow {
  color:#347757;
}

.daf-redesign #download p,.daf-redesign #download li {
  color:#4b6e4d;
}
/* Revenue journey: proof, task choices, and paid Radar value. */
.daf-redesign .home-hero h1 {
  font-size:clamp(39px,4.1vw,59px);
  letter-spacing:-2.5px;
}

.daf-redesign .home-main>.proof-section {
  padding:32px 28px 46px;
  border-top:1px solid #dce5d9;
}

.proof-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin:24px 0;
}

.proof-grid>div+div {
  border-left:1px solid #ceddc7;
  padding-left:35px;
}

.proof-grid strong {
  display:block;
  font-size:58px;
  letter-spacing:-2px;
  color:#19543c;
  line-height:1.2;
}

.proof-grid strong span {
  font-size:22px;
  margin-left:5px;
}

.proof-grid p {
  font-size:15px;
  color:#506652;
  margin-top:10px;
}

.proof-method {
  font-size:12px;
  color:#5f735f;
  line-height:1.9;
  margin-top:18px;
}

.proof-method summary {
  cursor:pointer;
}

.proof-method p {
  max-width:950px;
}

.daf-redesign #demos {
  padding-top:55px;
}

.demo-outcomes {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  margin:35px 0 12px;
}

.demo-outcomes span {
  background:#e4edda;
  padding:12px 20px;
  border-radius:12px;
  color:#284c32;
  font-weight:700;
}

.demo-outcomes b {
  color:#699363;
}

.demo-note {
  color:#62735e;
  font-size:12px;
  text-align:center;
}

.daf-redesign #demos>.button {
  display:table;
  margin:28px auto 0;
}

.daf-redesign #programs .workflow-preview {
  margin-top:35px;
}

.radar-compare {
  grid-column:1/-1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.radar-compare article {
  padding:30px;
  border:1px solid #c4d5b8;
  border-radius:20px;
  background:#f6f8ed;
}

.radar-compare article.paid {
  background:#d3edb7;
}

.radar-compare h3 {
  font-size:27px;
  margin:12px 0;
}

.radar-compare ul {
  padding-left:20px;
  line-height:2.1;
  margin-bottom:25px;
}

.radar-compare a {
  font-weight:750;
}

.radar-actions {
  grid-column:1/-1;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:20px;
}

.radar-actions span {
  font-size:12px;
  color:#617556;
}

#radar-upgrade>.proof-method {
  grid-column:1/-1;
  margin-top:-20px;
}

.choice-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.choice-grid article {
  background:#edf2e5;
  border:1px solid #d9e3d0;
  border-radius:20px;
  padding:26px;
}

.choice-grid article>span {
  font-size:12px;
  color:#5b7450;
}

.choice-grid h3 {
  font-size:23px;
  line-height:1.45;
  margin:12px 0;
}

.choice-grid p {
  font-size:15px;
  line-height:1.85;
  color:#50674e;
}

.choice-grid a {
  font-weight:750;
  font-size:14px;
}

.competitor-details {
  margin-top:30px;
  border:1px solid #d0dec5;
  border-radius:15px;
  padding:20px 24px;
  font-size:14px;
}

.competitor-details summary {
  font-weight:750;
  cursor:pointer;
}

.comparison-scroll {
  overflow:auto;
}

.comparison-scroll table {
  border-collapse:collapse;
  min-width:720px;
  width:100%;
  font-size:13px;
  background:#fff;
}

.comparison-scroll th,.comparison-scroll td {
  padding:16px;
  text-align:left;
  border:1px solid #d8e2d0;
  vertical-align:top;
}

.comparison-scroll thead {
  background:#e5eddb;
}

.price-fit {
  margin:30px 0 12px;
  color:#355c40;
  font-weight:700;
}

.buying-faq details {
  border-bottom:1px solid #d2dfc8;
  padding:21px 0;
}

.buying-faq summary {
  cursor:pointer;
  font-weight:750;
  font-size:17px;
}

.buying-faq details p {
  line-height:1.9;
  color:#52684e;
  max-width:850px;
}

.return-login {
  display:inline-block;
  margin-top:20px;
  font-weight:750;
  color:#214b31;
}

@media(max-width:760px) {
  .daf-redesign .home-hero h1 {
    font-size:39px;
    letter-spacing:-1.8px;
  }
  .daf-redesign .home-main>.proof-section {
    padding:28px 22px 38px;
  }
  .proof-grid {
    grid-template-columns:1fr;
    gap:20px;
  }
  .proof-grid>div {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
  }
  .proof-grid>div+div {
    border-left:0;
    padding:16px 0 0;
    border-top:1px solid #d6e0cc;
  }
  .proof-grid strong {
    font-size:40px;
    white-space:nowrap;
  }
  .proof-grid strong span {
    font-size:17px;
  }
  .proof-grid p {
    font-size:12px;
    max-width:145px;
    text-align:right;
  }
  .demo-outcomes {
    gap:8px;
    flex-wrap:wrap;
  }
  .demo-outcomes span {
    padding:9px;
    font-size:12px;
  }
  .demo-note {
    padding:0 10px;
  }
  .radar-compare,.choice-grid {
    grid-template-columns:1fr;
  }
  .radar-compare article {
    padding:25px;
  }
  .radar-actions {
    gap:12px;
  }
  .competitor-details {
    padding:18px;
  }
  .daf-redesign .price-item>span {
    font-size:12px;
  }
  .buying-faq summary {
    font-size:15px;
  }
  .price-fit {
    font-size:14px;
  }
}

.output-gallery .result-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px;
}

.result-grid article {
  border:1px solid #d6e1cc;
  border-radius:22px;
  overflow:hidden;
  background:white;
}

.result-grid figure {
  margin:0;
  background:#132c26;
}

.result-grid img {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:2/1;
  object-fit:contain;
}

.result-grid article>div {
  padding:28px;
}

.result-grid h3 {
  font-size:25px;
  line-height:1.4;
}

.result-grid p {
  font-size:15px;
  color:#5a7052;
  line-height:1.85;
}

.result-grid a {
  font-weight:750;
}

.daf-redesign .output-gallery {
  padding-top:25px;
}

@media(max-width:760px) {
  .output-gallery .result-grid {
    grid-template-columns:1fr;
  }
  .result-grid article>div {
    padding:22px;
  }
  .result-grid h3 {
    font-size:23px;
  }
}

.daf-redesign .download-action {
  flex-wrap:wrap;
  min-width:0;
}

.daf-redesign .download-security-note {
  min-width:0;
  flex:1 1 220px;
}
.proof-grid strong [data-evidence]{font:inherit;letter-spacing:inherit;margin:0}

/* Final reading flow: visible product evidence, optional supporting detail. */
.daf-redesign .hero-scene { min-height:0; padding:0 0 24px; }
.daf-redesign .hero-mascot {
  position:relative; top:auto; left:auto; align-self:center;
  width:160px; height:160px; margin-bottom:8px;
}
.daf-redesign .hero-note.one { top:32px; }
.daf-redesign .hero-note.two { top:105px; right:0; }
.daf-redesign .hero-screen { transform:none; }
.sample-brief { color:#405343; font-size:15px; line-height:1.8; }
.example-tabs { display:flex; gap:8px; margin:22px 0 16px; }
.example-tabs button {
  border:1px solid #b8cbbb; border-radius:999px; background:#fff;
  color:#254731; padding:12px 20px; font:inherit; font-weight:750; cursor:pointer;
}
.example-tabs button[aria-selected="true"] { background:#214f37; color:#fff; border-color:#214f37; }
.example-tabs button:focus-visible { outline:3px solid #66892f; outline-offset:3px; }
.verification-example { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.sample-input,.sample-output { padding:28px; border:1px solid #d4dfd0; border-radius:20px; min-width:0; }
.sample-input { background:#f4f3e9; }
.sample-input p { font-size:18px; line-height:1.95; color:#253b2b; margin:18px 0; word-break:keep-all; overflow-wrap:anywhere; }
.sample-input small,.radar-result-example small { color:#4c6052; line-height:1.7; display:block; }
.sample-output { background:#fff; }
.sample-output h3 { font-size:21px; margin:0 0 16px; color:#213c2a; }
.sample-output ul { list-style:none; margin:0; padding:0; }
.sample-output li { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:11px 0; border-top:1px solid #e4e9e0; color:#304535; font-size:15px; }
.sample-output b { flex-shrink:0; font-size:12px; padding:4px 9px; border-radius:6px; }
.sample-output .pass b { background:#e5f2df; color:#265330; }
.sample-output .missing b { background:#fff0d6; color:#7a4305; }
.example-reference { margin-top:28px; border-top:1px solid #cbd8c5; }
.example-reference summary { padding:20px 0; cursor:pointer; color:#284b32; font-weight:700; }
.radar-result-example { grid-column:1/-1; display:grid; grid-template-columns:.8fr 1.2fr; gap:24px; padding:28px; background:#fffef6; border:1px solid #c4d5b7; border-radius:20px; margin-top:20px; }
.radar-result-example h3 { font-size:28px; margin:12px 0; color:#21462f; }
.radar-result-example p { color:#344d3b; font-size:15px; line-height:1.9; }
.radar-result-example ol { margin:12px 0 18px; padding-left:23px; }
.radar-result-example li { color:#27442f; font-size:16px; line-height:1.7; padding:7px 0 7px 4px; }
.daf-redesign .final-details { margin:0 auto 12px; }
.daf-redesign .final-details > summary { font-size:16px; padding:22px 26px; }
.daf-redesign .final-details > .section,.daf-redesign .final-details > .band { margin-top:0; }
@media(max-width:760px) {
  .verification-example,.radar-result-example { grid-template-columns:1fr; gap:14px; }
  .sample-input,.sample-output,.radar-result-example { padding:22px; }
  .sample-input p { font-size:16px; }
  .sample-output h3 { font-size:19px; }
  .example-tabs button { font-size:14px; padding:11px 16px; }
  .daf-redesign .hero-mascot { width:140px; height:140px; }
  .daf-redesign .hero-note.one { top:15px; font-size:11px; padding:8px; }
  .daf-redesign .hero-note.two { top:94px; font-size:11px; padding:8px; }
}

.hero-radar-link { display:block; max-width:540px; margin:16px 0; font-size:14px; line-height:1.8; color:#365841; }
.hero-radar-link strong { color:#15513b; white-space:nowrap; }
.case-deliverables { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:20px 0 26px; }
.case-deliverables div { border-left:3px solid #83ad61; padding:4px 16px; }
.case-deliverables dt { font-size:12px; font-weight:750; color:#42644b; margin-bottom:8px; }
.case-deliverables dd { margin:0; font-size:17px; line-height:1.7; color:#1d3b29; }
.decision-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.decision-grid > article { padding:30px; background:#e9f0e1; border:1px solid #cbdac0; border-radius:22px; }
.decision-number { font-size:14px; color:#3a6047; font-weight:800; }
.decision-section h3 { font-size:23px; color:#173e2b; line-height:1.5; margin:16px 0; }
.decision-section p { color:#405846; font-size:16px; line-height:1.9; }
.decision-section a { color:#14543a; font-weight:700; font-size:14px; }
.alternative-guide { margin-top:36px; padding-top:24px; border-top:1px solid #c9d7c3; }
.alternative-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.alternative-grid article { border-left:2px solid #c2d3b7; padding-left:20px; }
.alternative-grid h4 { font-size:17px; line-height:1.6; margin:8px 0; color:#284531; }
.alternative-grid p { font-size:14px; }
.decision-section .comparison-date { font-size:12px; margin-top:24px; }
.plan-selector { min-width:0; padding:24px; margin:0 0 28px; border:1px solid #b9cdb1; border-radius:18px; background:#f6f9f0; }
.plan-selector legend { color:#294c34; font-size:16px; padding:0 8px; font-weight:750; }
.plan-options { display:flex; flex-wrap:wrap; gap:12px 24px; }
.plan-options label { display:flex; align-items:center; gap:8px; color:#254b34; cursor:pointer; padding:9px 0; font-size:15px; }
.plan-options input { width:18px; height:18px; accent-color:#1b573c; }
#plan-advice { min-height:2em; margin:16px 0 0; color:#2c5039; line-height:1.8; font-size:15px; }
.daf-redesign .pricing-grid .price-item.plan-selected { outline:3px solid #2d724c; outline-offset:3px; }
.free-price { margin:18px 0; display:flex; flex-direction:column; gap:8px; }
.free-price b { font-size:44px; color:#164e33; line-height:1.1; }
.free-price span { font-size:13px; color:#34543e; }
.purchase-intent { max-width:1160px; margin:0 auto 28px; padding:24px; border-radius:16px; background:#edf5e5; border:1px solid #a9c395; color:#20462f; }
.purchase-intent strong { font-size:20px; }
.purchase-intent p { line-height:1.8; }
.purchase-target { outline:3px solid #618932; outline-offset:4px; }
@media(max-width:760px) {
 .decision-grid,.alternative-grid,.case-deliverables { grid-template-columns:1fr; }
 .decision-grid > article { padding:24px; }
 .decision-section h3 { font-size:21px; }
 .alternative-grid { gap:18px; }
 .plan-selector { padding:18px; }
 .plan-options { display:grid; grid-template-columns:1fr; gap:0; }
 .daf-redesign .nav { display:grid; grid-template-columns:repeat(4,max-content); gap:8px 14px; align-items:center; }
 .daf-redesign .output-gallery > .demo-note { text-align:left; font-size:13px; line-height:1.8; margin:16px 0; }
}
.daf-redesign .price-item.highlighted > span { color:#d7e8d7; }
.daf-redesign .price-item.highlighted .promo-price small { color:#d7e8d7; }
@media(max-width:760px) {
 .daf-redesign .price-item[data-plan-card="free"] > strong { font-size:22px; }
}

/* Shared dark-panel palette and consistent pricing anatomy. */
.daf-redesign .audience-grid .case-deliverables {
  grid-column:1/-1; width:100%; margin:22px 0 28px; gap:24px;
}
.daf-redesign .audience-grid .case-deliverables dt { color:#c8dcc7; font-size:14px; }
.daf-redesign .audience-grid .case-deliverables dd { color:#f0f5e9; font-size:17px; }
.daf-redesign .pricing-grid { align-items:stretch; }
.daf-redesign .pricing-grid .price-item {
  display:flex; flex-direction:column; gap:0; padding-top:110px!important;
}
.daf-redesign .pricing-grid .price-item.highlighted {
  transform:none; border:1px solid #164d36;
}
.daf-redesign .pricing-grid .price-item > span { min-height:24px; margin:0 0 8px; line-height:1.6; }
.daf-redesign .pricing-grid .price-item > strong { min-height:36px; margin:0; font-size:24px; line-height:1.5; }
.daf-redesign .pricing-grid .promo-price,
.daf-redesign .pricing-grid .free-price {
  display:flex; flex-direction:column; gap:6px; min-height:112px; margin:16px 0 20px;
}
.daf-redesign .pricing-grid .free-price::before { content:''; display:block; height:26px; }
.daf-redesign .pricing-grid .promo-price .was-price { font-size:20px; line-height:26px; color:#596b5f; }
.daf-redesign .pricing-grid .price-item.highlighted .was-price { color:#c8dcc7; }
.daf-redesign .pricing-grid .promo-price strong,
.daf-redesign .pricing-grid .free-price b { font-size:38px; line-height:46px; letter-spacing:-1px; color:#164d36; }
.daf-redesign .pricing-grid .price-item.highlighted .promo-price strong { color:#d4f797; }
.daf-redesign .pricing-grid .promo-price small,
.daf-redesign .pricing-grid .free-price span { font-size:13px; line-height:1.7; }
.daf-redesign .pricing-grid .price-item > p { flex:1; margin:0; line-height:1.85; }
.daf-redesign .pricing-grid .price-cta { margin-top:24px; min-height:44px; }
@media(max-width:760px) {
 .daf-redesign .pricing-grid .price-item { padding:110px 24px 26px!important; }
 .daf-redesign .pricing-grid .price-item::before { top:22px; left:24px; height:70px; width:70px; }
 .daf-redesign .pricing-grid .price-item > strong { font-size:24px; }
 .daf-redesign .pricing-grid .promo-price,.daf-redesign .pricing-grid .free-price { min-height:0; margin-bottom:24px; }
 .daf-redesign .pricing-grid .free-price::before { display:none; }
}
