
.hl-feat-banner {
    /* margin-left: 250px; */
}

.pt-section-wrapper{
    /* margin-left:250px !important; */
}

.training-achievements{
    /* margin-left:250px; */
    background-color: rgb(240, 240, 240) !important;
}
.cd-puppy-dashboard{
    /* MARGIN-LEFT:250PX; */
}

/* remove till here */

button {
    cursor: pointer;
}

.hero_boiler {
    background-image: url("../../assets/img/seo/run.png");
    width: 80vw;
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* margin-left: 250px; */
    color: rgb(255, 255, 255);
    display: flex;
    gap: 10vw;
    align-items: center;
    align-content: center;
}

.hero_boiler .left {
    width: 35vw;
    margin-left: 50px;
}

.hero_boiler h2 {
    margin: 0px;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif !important;
    font-size: 52px;
    letter-spacing: 0.01em;
    font-weight: 600;
}

.hero_boiler p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 1.5em;
}

.hero_boiler strong {
    font-style: italic;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 1.5em;
}

@media(max-width:760px) {
    .hero_boiler {
        margin-left: 0px !important;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.red_btn {
    background-color: rgb(129, 65, 74);
    border: 1px solid rgb(129, 65, 74);
    border-radius: 100px;
    color: white;
    font-size: 15px;
    padding: 16px 24px;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    letter-spacing: 0.03em;
    height: 50px;
    align-content: center;
    transition: background-color 0.2s ease-in-out;
}

.red_btn:hover {
    background-color: #6f3a41;
}

.white_btn {
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 100px;
    color: white;
    font-size: 15px;
    padding: 16px 24px;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    letter-spacing: 0.03em;
    height: 50px;
    align-content: center;
    transition: background-color 0.2s ease-in-out;
}

.white_btn:hover {
    background-color: #ffffff25;
}

/* Base Page Setup prefixed with container class if targeting global children inside it */
.hero_boiler .right * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans' sans-serif;
}

.hero_boiler .contact-card {
    background-color: #1e2633;
    color: #ffffff;
    padding: 20px 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);

    /* Responsive Width Configuration */
    width: 30vw;
    min-width: 450px;
    /* Prevents the 30vw from collapsing too small on intermediate screens */
}

/* Typography */
.hero_boiler .contact-card h1 {
    font-family: "Playfair", serif;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 16px;
    color: #ffffff;
}

.hero_boiler .contact-card p {
    color: #b0b7c3;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 28px;
}

/* Form Elements Grid */
.hero_boiler .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero_boiler .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.hero_boiler .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hero_boiler .form-group label {
    font-size: 0.95rem;
    color: #ffffff;
}

/* Inputs & Textarea Styling */
.hero_boiler .form-group input,
.hero_boiler .form-group textarea {
    width: 100%;
    padding: 8px 16px;
    background-color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    color: #333333;
    outline: none;
    transition: box-shadow 0.2s ease;
}

.hero_boiler .form-group input:focus,
.hero_boiler .form-group textarea:focus {
    box-shadow: 0 0 0 3px rgba(139, 44, 61, 0.4);
}

.hero_boiler .form-group textarea {
    resize: vertical;
    height: 50px;
}

/* Mobile Responsiveness Rules */
@media (max-width: 768px) {
    .hero_boiler .contact-card {
        width: 100%;
        padding: 24px;
    }

    .hero_boiler .form-row {
        grid-template-columns: 1fr;
        /* Stack side-by-side inputs vertically */
        gap: 20px;
    }

    .hero_boiler .contact-card h1 {
        font-size: 1.8rem;
    }

    .hero_boiler .btn-submit {
        width: 100%;
        /* Makes button full-width on mobile for easier tapping */
        text-align: center;
    }
}

@media(max-width:760px) {
    .hero_boiler {
        margin-left: 0px !important;
        width: 100% !important;
        /* Let it take full screen width */
        height: auto !important;
        /* Allow it to grow naturally with content */
        padding: 40px 20px;
        /* Give content breathing room */
        display: flex !important;
        flex-direction: column !important;
        /* Clean stacking behavior */
        gap: 40px;
        /* Generous gap between text block and contact card */
    }

    .hero_boiler .left {
        width: 100% !important;
        /* Text container spans full width */
        margin-left: 0px !important;
        /* Reset desktop margin offset */
        text-align: center;
        /* Optional: centers mobile text for a cleaner look */
    }

    .hero_boiler .left div {
        display: flex;
        flex-direction: column;
        /* Stacks buttons vertically on mobile */
        gap: 10px;
    }

    .hero_boiler .left .red_btn,
    .hero_boiler .left .white_btn {
        width: 100%;
        /* Makes buttons full-screen width */
        margin-top: 10px;
    }

    .hero_boiler .right {
        width: 100% !important;
    }

    .hero_boiler .contact-card {
        width: 100% !important;
        /* Forces form card to span full screen width */
        min-width: 0px !important;
        /* Overrides desktop min-width breaking constraints */
        padding: 24px;
    }
}

/* Base container styling */
.hl-feat-banner {
    background-color: #1a1e24;
    /* Deep charcoal/dark blue variant background */
    padding: 24px 16px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

.hl-feat-banner__container {
    max-width: 80vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    /* Allows wrap behavior on smaller viewports */
}

/* Individual feature layout */
.hl-feat-banner__item {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1 1 220px;
    /* Let items shrink/grow but safely wrap around 220px wide */
    min-width: 100px;

    flex-direction: column;
    /* Stacks the golden icon directly on top of the text */
    justify-content: center;
    /* Centers elements horizontally in column mode */
    text-align: center;
    /* Centers the title and description typography lines */
    gap: 12px;
}

/* Icon Styles */
.hl-feat-banner__icon-wrapper {
    color: #cda252;
    /* Dull gold color matching your image */
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hl-feat-banner__icon {
    width: 36px;
    height: 36px;
}

/* Text layouts */
.hl-feat-banner__text-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hl-feat-banner__title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.hl-feat-banner__desc {
    color: #a0a5b1;
    /* Muted gray-blue subtext */
    font-size: 13px;
    margin: 0;
    line-height: 1.3;
}

@media (max-width: 760px) {
    .sidebar-top {
        display: none;
    }

    /* Force both sections to completely reset and fill the viewport perfectly */
    .hero_boiler,
    .hl-feat-banner {
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    /* Fix the hero layout from holding onto desktop widths */
    .hero_boiler {
        padding: 40px 20px;
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        /* Overrides the 80vh desktop rule */
    }

    .hero_boiler .left,
    .hero_boiler .right,
    .hero_boiler .contact-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        /* Kills the 450px desktop min-width pushing things out */
    }

    .hero_boiler .form-row {
        grid-template-columns: 1fr;
        /* Stacks inputs safely */
    }

    .hl-feat-banner__container {
        width: 100% !important;
        max-width: 100% !important;
        gap: 24px 16px;
    }
}

@media(max-width:1060px) {
    .hero_boiler {
        /* margin-left: 0px !important; */
        width: auto !important;
        /* Let it take full screen width */
        height: auto !important;
        /* Allow it to grow naturally with content */
        padding: 40px 20px;
        /* Give content breathing room */
        display: flex !important;
        flex-direction: column !important;
        /* Clean stacking behavior */
        gap: 40px;
        /* Generous gap between text block and contact card */
    }

    .hero_boiler .left {
        width: 100% !important;
        /* Text container spans full width */
        margin-left: 0px !important;
        /* Reset desktop margin offset */
        text-align: center;
        /* Optional: centers mobile text for a cleaner look */
    }

    .hero_boiler .left div {
        display: flex;
        flex-direction: column;
        /* Stacks buttons vertically on mobile */
        gap: 10px;
    }

    .hero_boiler .left .red_btn,
    .hero_boiler .left .white_btn {
        width: 100%;
        /* Makes buttons full-screen width */
        margin-top: 10px;
    }

    .hero_boiler .right {
        width: 100% !important;
    }

    .hero_boiler .contact-card {
        width: 100% !important;
        /* Forces form card to span full screen width */
        min-width: 0px !important;
        /* Overrides desktop min-width breaking constraints */
        padding: 24px;
    }

}


/* Isolated Parent Block Scoping */
.pt-section-wrapper {
    box-sizing: border-box;
    max-width: 1100px;
    width: 80vw;
    /* margin-left:50px; */
    padding: 2rem 1rem;
    font-family: "open sans", sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #ffffff;
    padding-left:50px;
}

/* Ensure box-sizing cascades safely only within this module */
.pt-section-wrapper *,
.pt-section-wrapper *::before,
.pt-section-wrapper *::after {
    box-sizing: border-box;
    /* margin: 0; */
    padding: 0;
}

/* Header Selector */
.pt-section-wrapper .pt-main-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 2.5rem;
}

/* Component Grid layout */
.pt-section-wrapper .pt-grid-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

/* Text & Paragraph Selectors */
.pt-section-wrapper .pt-text-pane {
    display: block;
}

.pt-section-wrapper .pt-paragraph-intro {
    font-size: 0.95rem;
    color: #4a4a4a;
}

.pt-section-wrapper .pt-list-title {
    font-size: 0.95rem;
    color: #4a4a4a;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.pt-section-wrapper .pt-paragraph-outro {
    font-size: 0.95rem;
    color: #4a4a4a;
    margin-top: 2rem;
}

.pt-section-wrapper .pt-bold-highlight {
    color: #1a1a1a;
    font-weight: 700;
}

/* Custom Checklist Grid Selectors */
.pt-section-wrapper .pt-check-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem 2rem;
}

.pt-section-wrapper .pt-list-item {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #333333;
}

/* Bullet Vector Badges */
.pt-section-wrapper .pt-badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #8b263e;
    /* Deep crimson theme color */
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

/* Image Column Selectors */
.pt-section-wrapper .pt-media-pane {
    width: 20vw;
}

.pt-section-wrapper .pt-hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.pt-section-wrapper h2{
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    letter-spacing: 0.01em;
    font-weight: 600;
    justify-self: center;
}

/* --- Media Queries for Layout Adaptability --- */
@media (min-width: 480px) {
    .pt-section-wrapper .pt-check-list {
        grid-template-columns: 1fr 1fr;
    }

    .pt-section-wrapper .pt-item-lone {
        grid-column: span 1;
    }
}

@media (min-width: 768px) {
    .pt-section-wrapper .pt-grid-layout {
        grid-template-columns: 1.2fr 0.8fr;
    }

    .pt-section-wrapper .pt-main-title {
        font-size: 2.25rem;
    }
}

@media(max-width:760px){
    .pt-section-wrapper{
        margin-left: 0px !important;
        width:100vw;
        padding-left: 15px;
    }
    .pt-media-pane{
        width:auto !important;
    }
    .pt-section-wrapper h2{
        font-size:32px;
        text-align: center;
    }
}

@media(max-width:1060px) {
        .pt-section-wrapper{
           width:auto;
        }
}


.training-achievements {
  font-family:'Open Sans', sans-serif;
  padding: 60px 20px;
  text-align: center;
  color: #333;
}

.training-achievements .container {
  max-width: 1200px;
  margin: 0 auto;
}

.training-achievements h2 {
   margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    letter-spacing: 0.01em;
    font-weight: 600;
    justify-self: center;
}

.training-achievements .section-subtitle {
  font-size: 0.95rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto 50px auto;
  line-height: 1.5;
}

/* Mobile & Tablet Grid (Default Layout) */
.achievements-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns on small screens */
  gap: 30px 20px;
  margin-bottom: 50px;
}

.achievement-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.achievement-icon {
  width: 55px; /* Adjust based on your actual image dimensions */
  height: 55px;
  object-fit: contain;
  margin-bottom: 15px;
}

.achievement-text {
  font-size: 0.88rem;
  line-height: 1.4;
  color: #444;
  margin: 0;
  max-width: 160px;
  font-weight: bold;
}

.training-achievements .section-footer {
  font-size: 0.95rem;
  color: #555;
  margin-top: 30px;
}

/* Medium Screen Optimization (e.g., Tablets) */
@media (min-width: 600px) and (max-width: 991px) {
  .achievements-grid {
    grid-template-columns: repeat(3, 1fr); /* 3 columns on tablet */
  }
}

/* Desktop Multi-column inline layout with borders */
@media (min-width: 992px) {
  .achievements-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 columns side-by-side */
    gap: 0;
  }

  /* Add vertical dividers between the grid items, skipping the last one */
  .achievement-item:not(:last-child) {
    border-right: 1px solid #e5e5e5;
  }
}

@media(max-width:760px) {
   .training-achievements{
    margin-left:0px;
   }
   .training-achievements h2 {
        font-size:32px;
        text-align: center;
   }
}

.cd-puppy-dashboard * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Base Wrapper Dashboard Container */
.cd-puppy-dashboard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: auto;
  max-width: 1200px;
  /* margin: 0 auto; */
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}

/* Shared Section Styles */
.cd-section {
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
}

.cd-title {
  font-family: 'Open Sans' , serif;
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cd-intro {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

/* Theme variations matching the image setup */
.cd-problems-block {
  background-color: #1a1e24; /* Dark Navy Slate */
  color: #ffffff;
}
.cd-problems-block .cd-intro,
.cd-problems-block .cd-footer-text {
  color: #cbd5e1;
}

.cd-approach-block {
  background-color: #ffffff;
  color: #2d3748;
}
.cd-approach-block .cd-intro {
  color: #718096;
}

.cd-learns-block {
  background-color: #ffffff; 
  color: #2d3748;
  border-top: 1px solid #edf2f7; /* Separation border if needed layout-wise */
}
.cd-learns-block .cd-intro,
.cd-learns-block .cd-footer-text {
  color: #718096;
}
.cd-sub-intro {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  color: #2d3748;
}

.cd-process-block {
  background-color: #f7fafc; /* Subtle off-white/gray block */
  color: #2d3748;
}
.cd-process-block .cd-intro {
  color: #718096;
}

/* Tick List Layout Architecture */
.cd-list-ticks {
  list-style: none;
  margin-bottom: 1.5rem;
}

.cd-list-ticks li {
  display: flex;
  align-items: center;
  margin-bottom: 0.65rem;
  font-size: 0.92rem;
}

.cd-icon-tick {
  width: 18px;
  height: 18px;
  fill: #b33939; /* Rust red tick coloring */
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.cd-footer-text {
  font-size: 0.9rem;
  /* margin-top: auto; Pushes text to the block bottom gracefully */
  font-style: italic;
}

/* Approach Media Block Settings */
.cd-media-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.cd-media-item {
  display: flex;
  gap: 1rem;
}

.cd-media-icon {
  flex-shrink: 0;
}

.cd-media-icon svg {
  width: 28px;
  height: 28px;
  fill: #b33939;
}

.cd-media-body h3 {
  font-family: 'Open Sans' ,sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0.2rem;
}

.cd-media-body p {
  font-size: 0.85rem;
  color: #4a5568;
}

/* Timeline/Process Vector Setup */
.cd-timeline {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 0.5rem;
}

/* The vertical linking timeline line trace */
.cd-timeline::before {
  content: '';
  position: absolute;
  left: 21px;
  top: 15px;
  bottom: 15px;
  width: 2px;
  background-color: #e2e8f0;
  z-index: 1;
}

.cd-timeline-item {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 2;
}

.cd-timeline-item:last-child {
  margin-bottom: 0;
}

.cd-timeline-number {
  width: 26px;
  height: 26px;
  background-color: #b33939;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}

.cd-timeline-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0.15rem;
}

.cd-timeline-content p {
  font-size: 0.85rem;
  color: #4a5568;
}

/* --- Responsive Media Queries Breakpoint --- */
@media (max-width: 868px) {
  .cd-puppy-dashboard {
    grid-template-columns: 1fr; /* Stacks 2x2 grid to a single column vertical system */
  }
  
  .cd-section {
    padding: 2.5rem 1.5rem; /* Smoother tight padding configurations for mobile screens */
  }
  
  .cd-footer-text {
    margin-top: 1.5rem; /* Fixes relative auto space tracking on folded grid elements */
  }
}
@media(max-width:760px){
    .cd-puppy-dashboard {
        margin-left:0px;
    }
}

.cd-benefits-module {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  width: 100%; /* Adapts fully to any outer wrapper width */
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}

/* Forces structural child items to respect sizing boundaries */
.cd-benefits-module * {
  box-sizing: border-box;
}

/* Left Content Area */
.cd-benefits-content {
  flex: 1;
  min-width: 280px;
}

.cd-benefits-lead {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 1.25rem;
}

.cd-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cd-benefits-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.85rem;
  font-size: 14px;
  color: #4a5568;
}

.cd-benefits-list li:last-child {
  margin-bottom: 0;
}

/* SVG Custom Circular Tick styling */
.cd-benefit-check {
  width: 20px;
  height: 20px;
  fill: #1a202c; /* Matches dark contrast tone for checkbox rings in your image */
  margin-right: 0.85rem;
  flex-shrink: 0;
}

/* Right Visual Area */
.cd-benefits-visual {
  flex: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cd-responsive-mockup {
  width: 100px;
  height: auto;
  max-width: 580px; /* Prevents graphic blowing out on ultra-wide screens */
  display: block;
}

/* --- Responsive Layout Collapse --- */
@media (max-width: 768px) {
  .cd-benefits-module {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    /* padding: 1.5rem 1rem; */
  }

  .cd-benefits-content,
  .cd-benefits-visual {
    width: 100%;
  }

  .cd-benefits-visual {
    margin-top: 0.5rem;
  }
}

/* Isolated Namespace Parent Box */
.cd-outcomes-module {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.2rem 1.5rem;
  font-family: 'Open Sans', sans-serif;
  color: #2d3748;
  box-sizing: border-box;
}

.cd-outcomes-module * {
  box-sizing: border-box;
}

/* Header Context */
.cd-outcomes-lead {
  font-size: 1.05rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 2.5rem;
}

/* Flexible Grid Setup (3 Columns Desktop) */
.cd-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3rem;
  row-gap: 1.5rem;
  margin-bottom: 3.5rem;
}

/* Individual Feature Block Alignment */
.cd-outcome-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

/* SVG Line Icon Styling wrapper */
.cd-outcome-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cd-outcome-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #b33939; /* Elegant dark rust red matching system theme */
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Handle specific icons that use standard solid paths natively instead of strokes */
.cd-outcome-icon svg[viewBox="0 0 24 24"] {
  fill: #b33939; 
}

.cd-outcome-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #334155;
}

/* Closing Notes styling */
.cd-outcomes-footer {
  border-top: 1px solid #e2e8f0;
  padding-top: 1.75rem;
}

.cd-outcomes-footer p {
  font-size: 0.95rem;
  color: #64748b;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

.cd-outcomes-footer p:last-child {
  margin-bottom: 0;
  font-weight: 600;
  color: #475569;
}

/* --- Mobile Adaptive View Breakpoint --- */
@media (max-width: 920px) {
  .cd-outcomes-grid {
    grid-template-columns: repeat(2, 1fr); /* Step down nicely to 2 cols on medium tablets */
    column-gap: 2rem;
  }
}

@media (max-width: 600px) {
  .cd-outcomes-grid {
    grid-template-columns: 1fr; /* Full clean stack layout for smaller vertical phone viewports */
    row-gap: 1.75rem;
    margin-bottom: 2.5rem;
  }
  
  .cd-outcomes-lead {
    margin-bottom: 1.75rem;
  }
}