/*
Theme Name: Hello Elementor Child
Description: Child theme for Hello Elementor
Template: hello-elementor
Version: 1.0.0
*/


/* =========================================================
   FINARKEIN — CLEAN RESPONSIVE CSS
========================================================= */


/* =========================================================
   RESET
========================================================= */


*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    min-height: 100vh;

    background-color: #fffcf5;

    position: relative;

   

    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}


/* =========================================================
   VARIABLES
========================================================= */

:root {
    --green: #132318;
    --lime: #E1FF76;
    --cream: #f8f6ef;
    --panel: #f2eee5;
    --muted: #8d8c83;

    --line: #E4E1DA;

    --dark-panel: #393a2b;

    --container: 1216px;

    --ease: cubic-bezier(.65, 0, .35, 1);

    /* =====================================================
       FLOW LINES CUSTOMIZABLE COLORS (Stack & Footer)
       You can manually change the dashed line colors here!
    ===================================================== */
    --flow-dash-default: #E4E1DA;
    --flow-dash-accent: #8D8C83;

    --footer-dash-default: #8D8C83;
    --footer-dash-accent: #8D8C83;
}


/* =========================================================
   PATTERN
========================================================= */

.pattern {
    position: absolute;
    inset: 0;

    background-image: url("assets/images/pattern.svg");
    background-repeat: repeat;
    background-position: center top;
    background-size: 38px;
background-color: #FFFCF5;
    pointer-events: none;
    z-index: -1;
    opacity: 1;
}
.pattern::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url(assets/images/pattern.svg);
    background-repeat: repeat;
    background-position: center top;
    background-size: 38px;

    opacity: 0.3; /* yaha adjust karo */
}


/* =========================================================
   COMMON CONTAINERS
========================================================= */

.section-container,
.wealth-inner,
.stack-inner,
.footer-inner {
    width: min(100%, var(--container));
    margin-inline: auto;
}

.footer-inner {
    border-left: 1px solid #3A3A36;
    border-right: 1px solid #3A3A36;
}

h1,
h2,
h3,
p {
    margin: 0 !important;
}


/* =========================================================
   HEADER
========================================================= */

.site-header {
    position: relative;
    z-index: 100;

    width: 100%;

    border-bottom: 1px solid var(--line);
    background-color:transparent;
}

.header-inner {
    width: min(100%, var(--container));
    min-height: 70px;

    margin-inline: auto;

    display: grid;
    grid-template-columns: auto 1fr auto;

    align-items: stretch !important;
}
.header-inner-wrap{
    display: flex;
    justify-content: start;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;

    padding-inline: 20px;

    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);

    font-size: 20px;
    font-weight: 600;

    white-space: nowrap;
}

.brand-mark {
    width: 28px;

    display: grid;

    grid-template-columns: repeat(3, 7px);
    grid-template-rows: repeat(3, 7px);

    gap: 2px;

    flex-shrink: 0;
}

.brand-mark i {
    width: 7px;
    height: 7px;

    display: block;

    background: var(--green);
}

.main-nav {
    display: flex;
    align-items: stretch;
}

.main-nav a {
    display: flex;
    align-items: center;

    padding-inline: 20px;

    border-right: 1px solid #E4E1DA;

  font-family: "forma-djr-text"!important;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 115%;
/* or 18px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #132318;

    transition:
        background-color .25s ease,
        color .25s ease;
        color: #132318;
}

.main-nav a:hover {
    background: var(--green);
    color: #fff;
}

.build-link {
    min-width: 200px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
background-color: #FFFFFF;
    border-left: 1px solid #E4E1DA;
    border-right: 1px solid #E4E1DA;

font-family: "dm-mono"!important;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 115%;
/* identical to box height, or 16px */
text-transform: uppercase;

color: #759534;

    transition:
        background-color .25s ease,
        color .25s ease;
}

.build-link:hover {
    background: var(--lime);
    color: var(--green);
}

.build-dot {
    width: 0;
    height: 0;

    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #78952f;
}


/* =========================================================
   SECTION EYEBROW
========================================================= */

.section-eyebrow {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;


font-family: "dm-mono"!important;
font-style: normal;
font-weight: 500;
font-size: 14px !important;
line-height: 125%;
letter-spacing: 0%;
/* identical to box height, or 18px */
text-transform: uppercase;

color: #8D8C83;
}
.wealth-section .section-eyebrow{
     color: #587818;
}
.wealth-section .section-eyebrow > div{
     background-color: #759534;
}

.section-eyebrow > div {

height: 1px;

background: #E4E1DA;
flex: 1;
}

.section-heading-row,
.wealth-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;
}


/* =========================================================
   CURTAIN / SWIPE HEADINGS
========================================================= */

.swipe-heading {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.swipe-heading .swipe-text {
    display: inline-block;
    font-family: "forma-djr-deck"!important;
    opacity: 0; /* completely empty and invisible initially */
}

.swipe-heading::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--lime);
    pointer-events: none;
}

.swipe-heading.is-visible::after {
    animation: yellowBeltSweep 0.9s cubic-bezier(.76, 0, .24, 1) forwards;
}

.swipe-heading.is-visible .swipe-text {
    animation: revealHeadingText 0.01s ease 0.45s forwards;
}

@keyframes yellowBeltSweep {
    0% {
        left: 0;
        width: 0%;
    }
    50% {
        left: 0;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0%;
    }
}

@keyframes revealHeadingText {
    to {
        opacity: 1;
    }
}


/* =========================================================
   HERO
========================================================= */

.hero-section {
    width: min(100%, var(--container));

    margin-inline: auto;

    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
}
.mobile-hero-section {
    width: min(100%, var(--container));

    margin-inline: auto;

    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
}

.mobile-hero-grid{
	   display: grid;

    grid-template-columns:
       100%;

    grid-template-rows:
        auto;
}
.mobile-hero-grid .hero-title-cell .stamp img{
	display:none;
}


.hero-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 800px)
        minmax(330px, 1fr);

    grid-template-rows:
        400px
        400px;
}

.hero-title-cell {
    display: flex;
    align-items: flex-end;

    max-width: 100%;

    padding: 40px;
    background-color: #FFFCF5;
}


.hero-title-cell h1 {
    font-family: "forma-djr-deck"!important;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 123%;

   font-feature-settings: 'ss02' on, 'ss01' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss10' on, 'ss08' on;
}
.mobile-hero-info-cell{
	 display: grid;

    grid-template-columns:
        50% 50%;
	order:4;
}
.info-animation-combine-cell{
 display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 20px;
max-height:200px;
    background: var(--panel);

    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);	
}


.hero-info-cell {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 40px;

    background: var(--panel);

    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.hero-icons {
    display: flex;
    gap: 12px;

    margin-bottom: 20px;

    color: #898981;
}
.hero-icons img{
    height: 28px;
    widows: 28px;
}

.hero-icons span {
    font-size: 24px;
}
.info-animation-combine-cell h2{
	font-family: "forma-djr-text"!important;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 123%;
letter-spacing: 0%;
/* or 37px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #4A4A44;
}
.mobile-hero-info-cell .hero-animation-cell{
	max-height:200px;
}

.hero-info-cell h2 {
font-family: "forma-djr-text"!important;
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 123%;
letter-spacing: 0%;
/* or 37px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #4A4A44;
}

.hero-animation-cell,
.animation-section {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--lime);
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.glyph-animation {
    width: 100%;
    height: 100%;
  
    align-items: center;
    justify-content: center;
    cursor: default;
}

.glyph-animation canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.pattern-arrows {
    display: flex;
    gap: clamp(30px, 8vw, 110px);

    color: #78952f;
}

.big-arrow {
    font-size: clamp(130px, 15vw, 230px);
    line-height: 1;

    transform: scaleX(1.1);
}

.hero-contact-cell {
    position: relative;
background-color: #FFFCF5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 40px;

    border-bottom: 1px solid var(--line);
}
.hero-contact-cell .stamp img{
	display:none;
}

.stamp {
    width: 100px;
    height: 100px;


    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 50%;

    color: #77776f;

    font-family: "dm-mono"!important;
    font-size: 9px;

    line-height: 1.3;

    text-align: center;
}

.hero-contact {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hero-contact > span {
    color: #85857e;

    font-family: "dm-mono"!important;
    font-size: 13px;

    letter-spacing: .08em;
}

.hero-email {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 52px;
    gap: 0;
    margin-top: -4px;
}

.hero-email-wrap {
  position: relative;
    flex: 1;
    height: 100%;
    background-color: #E4E1DA; /* Default border color */
    clip-path: polygon(
        0 6px, 
        1.8px 1.8px, 
        6px 0, 
        calc(100% - 16px) 0, 
        calc(100% - 12px) 2px, 
        calc(100% - 10px) 6px, 
        calc(100% - 0.5px) calc(100% - 5.5px), 
        calc(100% - 2.5px) calc(100% - 2px), 
        calc(100% - 7px) 100%, 
        6px 100%, 
        1.8px calc(100% - 1.8px), 
        0 calc(100% - 6px)
    );
    transition: background-color 0.2s ease;
    z-index: 2;
}
.hero-email-wrap:focus-within {
    background-color: #8D8C83 !important; /* Focused border color */
}

.hero-email input,
.hero-email .hero-email-wrap input {
    position: absolute;
    inset: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 0 !important;
    outline: none !important;
    padding-left: 17px;
    padding-right: 24px;
    
    /* Compensated 12-point polygon: Leaves exact 1px border on the right slope */
    clip-path: polygon(
        0 5px, 
        1.5px 1.5px, 
        5px 0, 
        calc(100% - 16.5px) 0, 
        calc(100% - 12.5px) 1.8px, 
        calc(100% - 10.5px) 5.5px, 
        calc(100% - 1.5px) calc(100% - 5.5px), 
        calc(100% - 3.5px) calc(100% - 1.8px), 
        calc(100% - 7.5px) 100%, 
        5px 100%, 
        1.5px calc(100% - 1.5px), 
        0 calc(100% - 5px)
    );
    background-color: #f2eee5;
    color: var(--green, #132318);
    font-family: "forma-djr-text" !important;
    font-size: 16px;
    line-height: 115%;
    transition: background-color 0.2s ease;
}

.hero-email input::placeholder {

font-family: "forma-djr-text" !important;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 115%;
/* or 18px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;
color: #8D8C83;
}
.hero-email input:focus {
    background-color: #faf7f0 !important;
}



.icon-button {
    width: 52px;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;

    border: 0;
    border-radius: 6px;
    clip-path: polygon(6px 0, calc(100% - 6px) 0, calc(100% - 1.8px) 1.8px, 100% 6px, 100% calc(100% - 6px), calc(100% - 1.8px) calc(100% - 1.8px), calc(100% - 6px) 100%, 16px 100%, 12px calc(100% - 2px), 10px calc(100% - 6px), 0.5px 5.5px, 2.5px 2px);

    background: var(--green);
    color: #fff;

    cursor: pointer;
    z-index: 1;

    transition: background-color .2s ease;
}

.icon-button:hover {
    background: #233b2a;
}

.icon-button svg {
    display: block;
}


/* =========================================================
   LOGO STRIP — INFINITE CONSTANT CAROUSEL
========================================================= */

.logo-strip {
    width: min(100%, var(--container));
    margin-inline: auto;
    overflow: hidden;
    position: relative;
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: transparent;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: logoMarquee 35s linear infinite;
    will-change: transform;
    background-color: #FFFCF5;
}

.logo-strip:hover .logo-track {
    animation-play-state: paused;
}

.logo-item {
    width: 173.7px;
    min-width: 173.7px;
    height: 140px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px 25px;

    border-right: 1px solid var(--line);
    flex-shrink: 0;
}

.logo-item img {
    width: 100%;
    max-width: 120px;
    max-height: 90%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.85;
    transition: filter .25s ease, opacity .25s ease;
}

.logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes logoMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* =========================================================
   CASE STUDIES
========================================================= */

.case-section-main {
    width: 100%;

    border-top: 1px solid #E4E1DA;
    border-bottom: 1px solid #E4E1DA;
}

.case-study-section {
    width: min(100%, var(--container));

    margin-inline: auto;

    padding: 80px 40px;
	padding-left:32px;

    background: #F6F2EA;

    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
}

.case-study-section .section-heading-row {

    margin-bottom: 32px;
	padding-left:8px
}

.case-study-section h2 {
font-family: "forma-djr-deck" !important;
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 123%;
/* or 55px */
font-feature-settings: 'ss02' on, 'ss01' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss10' on, 'ss08' on;

color: #132318;
}
.slider-controls.vertical-controls{
	display:none;
}

.slider-controls {
    display: inline-flex;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
}

.slider-btn {
    position: relative;

    width: 48px;
    height: 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    border: 0;

    background: var(--green);
    color: var(--cream);

    cursor: pointer;
    border-radius: 6px;

    transition:
        background-color .2s ease,
        transform .2s ease,
        opacity .2s ease;
}

.slider-btn svg {
    display: block;
    transition: transform .2s ease;
}
.slider-btn.slider-next img,
.slider-btn.slider-prev img{
	max-height:24px;
	max-width:24px;
}

.slider-prev,
.slider-up {
    padding-right: 6px;
    border-radius: 6px;
    clip-path: polygon(0 6px, 1.8px 1.8px, 6px 0, calc(100% - 16px) 0, calc(100% - 12px) 2px, calc(100% - 10px) 6px, calc(100% - 0.5px) calc(100% - 5.5px), calc(100% - 2.5px) calc(100% - 2px), calc(100% - 7px) 100%, 6px 100%, 1.8px calc(100% - 1.8px), 0 calc(100% - 6px));
    z-index: 2;
}

.slider-next,
.slider-down {
    padding-left: 6px;
    border-radius: 6px;
    clip-path: polygon(6px 0, calc(100% - 6px) 0, calc(100% - 1.8px) 1.8px, 100% 6px, 100% calc(100% - 6px), calc(100% - 1.8px) calc(100% - 1.8px), calc(100% - 6px) 100%, 16px 100%, 12px calc(100% - 2px), 10px calc(100% - 6px), 0.5px 5.5px, 2.5px 2px);
    z-index: 1;
}

.slider-btn:hover {
    background: #233b2a;
    color: #fff;
}

.slider-btn:active {
    transform: scale(.96);
}

.slider-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}


/* =========================================================
   CASE SLIDER
========================================================= */

.case-slider {
    width: 100%;
    overflow: hidden;
   
}

.case-track {
    display: flex;

    gap: 40px;

    transition:
        transform .85s var(--ease);

    will-change: transform;
	padding:8px;
}
.case-study-section .section-eyebrow{
	padding-left:8px;
}

.case-card {
    flex: 0 0 calc(72% - 20px);
    position: relative;
    min-width: 0;
}


.case-image {
    position: relative;

    aspect-ratio: 1.58;

    overflow: visible;

    background: #7293a0;

   
	 box-sizing: border-box;
}

.case-image > img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}



.case-tag {
    display: inline-block;


    padding: 8px 13px;

    background: var(--lime);

    font-family: "dm-mono" !important;
    font-size: 13px;
}

.case-title h3 {
font-family: "forma-djr-deck" !important;
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 115%;
/* identical to box height, or 37px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #132318;
}

.case-bottom {
    position: absolute;

    left: 35px;
    right: 35px;
    bottom: 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.case-brand {
    padding: 8px 15px;

    background: var(--cream);

    border-radius: 6px;

    color: #0879b9;

    font-size: 20px;
}
.case-brand.sbi-logo img{
	max-width:100px;
}
.case-brand.birla-logo img{
	max-width:40px;
}


/* =========================================================
   SPLIT BUTTON SYSTEM
========================================================= */
.case-card .case-bottom .split-button {
	display:none
}
.split-button,
.angled-link {
    position: relative;
    display: inline-flex;
    align-items: stretch;
    height: 44px;
    gap: 0;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    user-select: none;

    transition: gap .3s cubic-bezier(.65, 0, .35, 1);
}
.split-button-main{
    font-family: "dm-mono" !important;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 115%;
/* identical to box height, or 16px */
text-transform: uppercase;

color: #132318;

}

.split-button-main,
.angled-link-text {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 120px;
    height: 100%;
    padding: 0 18px;

    background: var(--cream);
    color: var(--green);

    font-family: "dm-mono" !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
	border-radius:8px;

    /* 12-point polygon: backslash \ inclination with all 4 corners rounded */
/*     clip-path: polygon(0 6px, 1.8px 1.8px, 6px 0, calc(100% - 16px) 0, calc(100% - 12px) 2px, calc(100% - 10px) 6px, calc(100% - 0.5px) calc(100% - 5.5px), calc(100% - 2.5px) calc(100% - 2px), calc(100% - 7px) 100%, 6px 100%, 1.8px calc(100% - 1.8px), 0 calc(100% - 6px)); */
    z-index: 2;

    transition:
        background-color .3s ease,
        color .3s ease,
        padding .3s cubic-bezier(.65, 0, .35, 1),
        clip-path .3s cubic-bezier(.65, 0, .35, 1);
}

.split-button-arrow,
.angled-link-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 100%;
    padding: 0;

    background: var(--cream);
    color: var(--green);

    /* 12-point polygon: backslash \ inclination with all 4 corners rounded */
    clip-path: polygon(6px 0, calc(100% - 6px) 0, calc(100% - 1.8px) 1.8px, 100% 6px, 100% calc(100% - 6px), calc(100% - 1.8px) calc(100% - 1.8px), calc(100% - 6px) 100%, 16px 100%, 12px calc(100% - 2px), 10px calc(100% - 6px), 0.5px 5.5px, 2.5px 2px);
    z-index: 1;

    transition:
        background-color .3s ease,
        color .3s ease,
        width .3s cubic-bezier(.65, 0, .35, 1),
        padding .3s cubic-bezier(.65, 0, .35, 1),
        clip-path .3s cubic-bezier(.65, 0, .35, 1);
}

.split-button-arrow svg,
.angled-link-arrow svg {
    display: block;
    transition: transform .3s ease;
}

/* =========================================================
   HOVER / COMBINED STATE: PERFECT SEAMLESS FUSION
   Continuous 12-point interpolation without any corner snap!
========================================================= */

.split-button:hover,
.split-button.is-combined,
.angled-link:hover {
    gap: 0;
    background: var(--lime);
    border-radius: 6px;
}

.split-button:hover .split-button-main,
.split-button:hover .split-button-arrow,
.angled-link:hover .angled-link-text,
.angled-link:hover .angled-link-arrow,
.split-button.is-combined .split-button-main,
.split-button.is-combined .split-button-arrow {
    background: var(--lime);
    color: var(--green);
}

.split-button:hover .split-button-main,
.angled-link:hover .angled-link-text,
.split-button.is-combined .split-button-main {
    padding-left: 18px;
    padding-right: 12px;
    /* 12-point polygon: overlaps by 2px to eliminate any subpixel gap completely */
    clip-path: polygon(0 6px, 1.8px 1.8px, 6px 0, calc(100% + 2px) 0, calc(100% + 2px) 0, calc(100% + 2px) 0, calc(100% + 2px) 100%, calc(100% + 2px) 100%, calc(100% + 2px) 100%, 6px 100%, 1.8px calc(100% - 1.8px), 0 calc(100% - 6px));
}

.split-button:hover .split-button-arrow,
.angled-link:hover .angled-link-arrow,
.split-button.is-combined .split-button-arrow {
    width: 42px;
    padding-left: 0;
    padding-right: 14px;
    transform: translateX(-1px);
    /* 12-point polygon: inner edge seamlessly flattens to 0% while outer corners stay rounded */
    clip-path: polygon(0 0, calc(100% - 6px) 0, calc(100% - 1.8px) 1.8px, 100% 6px, 100% calc(100% - 6px), calc(100% - 1.8px) calc(100% - 1.8px), calc(100% - 6px) 100%, 0 100%, 0 100%, 0 100%, 0 0, 0 0);
}

.split-button:hover .split-button-arrow svg,
.angled-link:hover .angled-link-arrow svg,
.split-button.is-combined .split-button-arrow svg {
    transform: translateX(3px);
}


/* =========================================================
   STACK SECTION
========================================================= */

.stack-main-div {
    width: 100%;
	background-color:#FFFCF5;

    border-bottom: 1px solid #E4E1DA;
}

.stack-section {
    position: relative;

    overflow: hidden;
	padding-bottom:34px;

    width: min(100%, var(--container));
    margin-inline: auto;

    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
}

.flow-lines {
    position: absolute;
    top: 100px; /* Starts exactly where the HOW IT WORKS text ends (80px top padding + 20px eyebrow height) */
    bottom: 35px; /* Ends 80px before the bottom of the section */
    left: 40px; /* 40px blank margin on left */
    right: 40px; /* 40px blank margin on right */
    overflow: hidden;
    pointer-events: none;
    z-index: 0;

    /*
       Horizontal dashed lines in Stack section:
       Exact sequence pattern:
       - 7 light lines (0px to 168px)
       - 1 dark line (168px to 192px)
       - 2 light lines (192px to 240px)
       - 1 dark line (240px to 264px)
       - 19 light lines (264px to 720px)
       - 1 dark line (720px to 744px)
       - 2 light lines (744px to 792px)
       - 1 dark line (792px to 816px)
       - Rest of lines are all light (816px to bottom)
    */
    background-image: linear-gradient(
        to bottom,
        var(--flow-dash-default) 0px 168px,
        var(--flow-dash-accent) 168px 192px,
        var(--flow-dash-default) 192px 240px,
        var(--flow-dash-accent) 240px 264px,
        var(--flow-dash-default) 264px 720px,
        var(--flow-dash-accent) 720px 744px,
        var(--flow-dash-default) 744px 792px,
        var(--flow-dash-accent) 792px 816px,
        var(--flow-dash-default) 816px 100%
    );
    background-size: 100% 100%;
    background-repeat: no-repeat;

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect x='0' y='11.4' width='11' height='1.2' rx='0.6' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect x='0' y='11.4' width='11' height='1.2' rx='0.6' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;

    animation: stackHorizontalDashFlow 5s linear infinite;
    will-change: mask-position, -webkit-mask-position;
}

@keyframes stackHorizontalDashFlow {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
    to {
        -webkit-mask-position: -240px 0;
        mask-position: -240px 0;
    }
}


/* Keep stack content above flowing dots */

.stack-section .stack-inner {
    position: relative;
    z-index: 1;
    background-color: #FFFCF5;
}


/* =========================================================
   STACK INNER & HEADING
========================================================= */

.stack-inner {
    position: relative;
    z-index: 2;
    padding: 80px 40px 165px 40px;
}

.headings-stack-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 24px;
}

.stack-eyebrow {
    color: var(--muted);
    font-family: "dm-mono" !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: center;
    background-color: #FFFCF5;
}

.stack-heading {
font-family: "forma-djr-deck" !important;
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 115%;
/* or 55px */
font-feature-settings: 'ss02' on, 'ss01' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss10' on, 'ss08' on;

color: #132318;
    background-color: #FFFCF5;
}

.stack-bracket {
    color: #43737C;
    font-weight: 400;
    font-family: "dm-mono" !important;
font-style: normal;
}

.stack-title-word {
    color: #132318;
    font-weight: 400;
}


/* =========================================================
   STACK DIAGRAM — CARDS & MIDDLE SHIELD
========================================================= */

.stack-diagram {
    position: relative;
    width: 100%;
    max-width: 1050px;
    min-height: 898px;
    margin: 45px auto 0;
}

.stack-center-shield {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 384px;
	height:384px;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    filter: grayscale(100%) opacity(0.65);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.stack-diagram.is-in-view .stack-center-shield {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.stack-shield-img {
    width: 100%;
    height: auto;
    display: block;
}

.stack-card {
    position: absolute;
    width: 260px;
    z-index: 3;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.stack-diagram.is-in-view .stack-card-1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.stack-diagram.is-in-view .stack-card-2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.25s;
}

.stack-diagram.is-in-view .stack-card-3 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.stack-diagram.is-in-view .stack-card-4 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.55s;
}

/* Card positions matching reference image */
.stack-card-1 {
    left: 0;
    top: -27px;
}

.stack-card-2 {
    right: 0;
    top: 48px;
}

.stack-card-3 {
    left: 6%;
    top: 526px;
}

.stack-card-4 {
    right: 5%;
    top: 597px;
}

/* Split Pill Tag */
.stack-label {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-bottom: 8px;
    font-family: "dm-mono" !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    user-select: none;
}

.stack-label-num {
    background: var(--lime);
   padding: 6px 10px;
    border-radius: 3px;
        font-family: "dm-mono" !important;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 115%;
/* identical to box height, or 16px */
text-transform: uppercase;
    clip-path: polygon(0 5px, 1.5px 1.5px, 5px 0, calc(100% - 16px) 0, calc(100% - 12px) 2px, calc(100% - 10px) 5.5px, calc(100% - 0.5px) calc(100% - 5.5px), calc(100% - 2.5px) calc(100% - 2px), calc(100% - 7px) 100%, 5px 100%, 1.5px calc(100% - 1.5px), 0 calc(100% - 5px));
    padding-right:14px;

color: #132318;
}

.stack-label-text {
    background: var(--lime);
    padding: 6px 10px;
    border-radius: 3px;
    font-family: "dm-mono" !important;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 115%;
/* identical to box height, or 16px */
text-transform: uppercase;
    clip-path: polygon(5px 0, calc(100% - 5px) 0, calc(100% - 1.5px) 1.5px, 100% 5px, 100% calc(100% - 5px), calc(100% - 1.5px) calc(100% - 1.5px), calc(100% - 5px) 100%, 16px 100%, 12px calc(100% - 2px), 10px calc(100% - 5.5px), 0.5px 5.5px, 2.5px 2px);
      padding-left:14px;

color: #132318;
}

/* Card Box & Interactive Elements */
.stack-card-inner {
    position: relative;
    width: 100%;
    height: 350px;
    background: #43737C;
    border: 1.5px solid rgba(138, 178, 184, 0.4);
    border-radius: 6px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 20px 20px;
    box-shadow: 0 16px 36px rgba(19, 35, 24, 0.12);
    transition: transform .3s ease, box-shadow .3s ease;
}

.stack-card:hover .stack-card-inner {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(19, 35, 24, 0.18);
}


/* 4 Corner Bounding Box Node Handles */
.card-corner-node {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #a2ccd2;
    border: 1px solid #132318;
    border-radius: 1.5px;
    z-index: 10;
}

.corner-tl {
    top: -3px;
    left: -3px;
}

.corner-tr {
    top: -3px;
    right: -3px;
}

.corner-br {
    bottom: -3px;
    right: -3px;
}

.corner-bl {
    bottom: -3px;
    left: -3px;
}

/* Animated Funnel Background Mesh */
.stack-card-bg-mesh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    pointer-events: none;
    overflow: hidden;

}

.stack-mesh-svg {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    display: block;
}
.stack-card-bg-mesh img{
	height:100%;
	width:100%;
}

/* Floating Animated Glowing Yellow Balls */
.yellow-node-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e1ff76;
    box-shadow: 0 0 10px rgba(225, 255, 118, 0.9);
    pointer-events: none;
}

.dot-1 {
    top: 22px;
    left: 68px;
    animation: floatBall 3.8s ease-in-out infinite alternate;
}

.dot-2 {
    top: 24px;
    left: 168px;
    animation: floatBall 4.2s ease-in-out 0.5s infinite alternate;
}

.dot-3 {
    top: 46px;
    left: 132px;
    animation: floatBall 3.5s ease-in-out 1s infinite alternate;
}

.dot-4 {
    top: 48px;
    left: 222px;
    animation: floatBall 4.5s ease-in-out 1.5s infinite alternate;
}

.dot-5 {
    top: 56px;
    left: 20px;
    animation: floatBall 3.9s ease-in-out 0.8s infinite alternate;
}

.dot-6 {
    top: 74px;
    left: 56px;
    animation: floatBall 4.1s ease-in-out 2s infinite alternate;
}

.dot-7 {
    top: 76px;
    left: 96px;
    animation: floatBall 3.6s ease-in-out 1.2s infinite alternate;
}

.dot-8 {
    top: 84px;
    left: 160px;
    animation: floatBall 4.4s ease-in-out 0.3s infinite alternate;
}

.dot-9 {
    top: 112px;
    left: 118px;
    animation: floatBall 3.2s ease-in-out 1.8s infinite alternate;
}

@keyframes floatBall {
    0% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-4px) scale(1.15);
    }
    100% {
        transform: translateY(3px) scale(0.92);
    }
}



/* Live Typography & Content */
.stack-card-content {
    position: relative;
    z-index: 4;
    width: 100%;
}

.stack-card-title {
   font-family: "forma-djr-deck" !important;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 115%;
/* or 28px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #FFFCF5;
}

.stack-card-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.stack-card-dot-matrix {
    width: 100%;
    height: 40px;
    background-image: radial-gradient(#FFFCF5 1px, transparent 1px);
    background-size: 6px 6px;
    border-radius: 10px;
    margin-top: 15px;
}
.stack-card-dot-matrix .stack-card-btn{
display:none;
}

/* Interactive Action Arrow Button */
.stack-card-btn {
    position: relative;
    width: 50px !important;
    height: 40px;
    background: #f8f6ef;
    color: #132318;
    border: 0;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 6;
    clip-path: polygon(6px 0, calc(100% - 6px) 0, calc(100% - 1.8px) 1.8px, 100% 6px, 100% calc(100% - 6px), calc(100% - 1.8px) calc(100% - 1.8px), calc(100% - 6px) 100%, 16px 100%, 12px calc(100% - 2px), 10px calc(100% - 6px), 0.5px 5.5px, 2.5px 2px);
    transition: background-color .25s ease, transform .25s ease, color .25s ease;
    left: 168px;
}

.stack-card-btn svg {
    display: block;
    transition: transform .25s ease;
}

.stack-card-btn:hover {
    background: var(--lime);
    color: var(--green);
}

.stack-card-btn:hover svg {
    transform: translateX(2px);
}

.stack-card:hover .stack-card-btn {
    background: var(--lime);
    color: var(--green);
}


/* =========================================================
   WEALTH SECTION
========================================================= */

.wealth-main-div {

    width: 100%;

    border-bottom: 1px solid #E4E1DA;
}

.wealth-section {
    position: relative;

    max-width: 1216px;

    margin: 0 auto;

    padding: 80px 40px;

    border-left: 1px solid #E4E1DA;
    border-right: 1px solid #E4E1DA;

    background: var(--lime);
}

.wealth-heading-row {
    /*margin-top: 25px;*/
}

.wealth-heading-row h2 {
    max-width: 720px;

font-family: "forma-djr-deck" !important;
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 123%;
/* or 55px */
font-feature-settings: 'ss02' on, 'ss01' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss10' on, 'ss08' on;

color: #132318;
}

.vertical-controls {
    display: flex;
    flex-direction: row;

    gap: 1px;
}


/* =========================================================
   WEALTH CONTENT
========================================================= */

.wealth-content {
    display: grid;

    grid-template-columns: 210px minmax(0, 1fr);

    gap: 40px;

    margin-top: 40px;
}

.wealth-description {
    padding-top: 10px;
	display:none;
}

.wealth-description h3 {
font-family: "dm-mono" !important;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 125%;
/* or 18px */
text-transform: uppercase;

color: #132318;
}


/* =========================================================
   WEALTH VIEWPORT
========================================================= */

.wealth-slider {
    position: relative;


    height: min(490px, 42vw);

    min-height: 340px;

    overflow: hidden;

    background: #d9d4c8;
}


.wealth-track {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
/* 	smooth automatic sliding */

/*     transition:
        transform .85s var(--ease); */
	 transform: translateY(0) !important;
    transition: none;

    will-change: transform;
}

.wealth-slide {
    flex: 0 0 100%;

    width: 100%;
    height: 100%;

    min-height: 100%;
}

.wealth-media {
    position: relative;

    width: 100%;
    height: 100%;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #e7e1d6,
            #c5c0b6
        );
}

.wealth-media video {
    max-width: 100%;
	object-fit:cover;
	height:100%
}

.wealth-media > img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =========================================================
   WEALTH CURSOR FOLLOW BUTTON
========================================================= */

.wealth-learn-more {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    z-index: 10;

    pointer-events: none;

    padding: 5px;
    background: #7c7b70;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);

    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    will-change: left, top;
}

.wealth-learn-more .split-button {
    height: 38px;
    gap: 0;
    pointer-events: auto;
    transition: gap .3s cubic-bezier(.65, 0, .35, 1);
}

.wealth-learn-more .split-button-main {
    background: var(--lime) !important;
    color: var(--green);
    min-width: 105px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    transition:
        padding .3s cubic-bezier(.65, 0, .35, 1),
        clip-path .3s cubic-bezier(.65, 0, .35, 1);
}

.wealth-learn-more .split-button-arrow {
    background: var(--lime);
    color: var(--green);
    width: 38px;
    padding: 0;
    transition:
        width .3s cubic-bezier(.65, 0, .35, 1),
        padding .3s cubic-bezier(.65, 0, .35, 1),
        clip-path .3s cubic-bezier(.65, 0, .35, 1);
}

/* When active / cursor is inside the rectangular area: perfectly seamless combined fusion */
.wealth-learn-more.is-combined .split-button,
.wealth-media:hover .wealth-learn-more .split-button {
    gap: 0;
}

.wealth-learn-more.is-combined .split-button-main,
.wealth-media:hover .wealth-learn-more .split-button-main {
    padding-left: 16px;
    padding-right: 10px;
    clip-path: polygon(0 6px, 1.8px 1.8px, 6px 0, calc(100% + 2px) 0, calc(100% + 2px) 0, calc(100% + 2px) 0, calc(100% + 2px) 100%, calc(100% + 2px) 100%, calc(100% + 2px) 100%, 6px 100%, 1.8px calc(100% - 1.8px), 0 calc(100% - 6px));
}

.wealth-learn-more.is-combined .split-button-arrow,
.wealth-media:hover .wealth-learn-more .split-button-arrow {
    width: 34px;
    padding-left: 0;
    padding-right: 12px;
    transform: translateX(-1px);
    clip-path: polygon(0 0, calc(100% - 6px) 0, calc(100% - 1.8px) 1.8px, 100% 6px, 100% calc(100% - 6px), calc(100% - 1.8px) calc(100% - 1.8px), calc(100% - 6px) 100%, 0 100%, 0 100%, 0 100%, 0 0, 0 0);
}


/* =========================================================
   PERSONAS
========================================================= */

.personas-section {
    padding: 80px 40px;

    max-width: 1216px;

    margin: 0 auto;

    border-bottom: 1px solid #E4E1DA;
    border-left: 1px solid #E4E1DA;
    border-right: 1px solid #E4E1DA;
    background-color: #FFFCF5;
}

.personas-section > .section-container > h2 {
font-family: "forma-djr-deck" !important;
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 123%;
/* or 55px */
font-feature-settings: 'ss02' on, 'ss01' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss10' on, 'ss08' on;


color: #132318;

}
.personas-section.personas-for-product h2{
	max-width:70%;
}

.personas-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 40px;

    margin-top: 32px;
}

.persona-card {
   

    display: flex;
    flex-direction: column;
    justify-content: center;
position: relative;
overflow: visible;
    padding: 32px;

    background: var(--panel);

    border: 1px solid var(--line);

    transition:
        transform .35s var(--ease),
        background-color .35s ease;
        max-height: fit-content;
        min-height: 310px;
}

.persona-card:hover {
    transform: translateY(-8px);

    background: #ede8dc;
}

.persona-icon {
    color: #76962d;

    font-size: 40px;
}

.persona-icon img {
    height: 48px;
    width: 48px;
}
.persona-card-content{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 50px;
    
}

.persona-card h3 {
font-family: "forma-djr-deck" !important;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 115%;
/* identical to box height, or 28px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #132318;

}

 .persona-card p {
    max-width: 230px;
	 font-family: "forma-djr-text";
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 125%;
/* or 20px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;
height:110px;
color: #8D8C83;

    color: #8D8C83;

    font-size: 16px;

    line-height: 114.9%;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    position: relative;

    overflow: hidden;

    background: var(--green);

    color: var(--cream);

    border-top: 1px solid #3a3935;
}


/* Keep footer content above animations */

.site-footer > *,
.site-footer .footer-inner > * {
    position: relative;
    z-index: 2;

}

.footer-inner {
   padding-top: 80px;


}


/* =========================================================
   FOOTER TOP
========================================================= */

.footer-top {
    display: grid;

    grid-template-columns:1.92fr 1fr;

    min-height: 400px;
    max-height: 400px;
    

    border-bottom: 1px solid #3a3935;
}

.footer-brand-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 40px;
    max-height: 400px;

    background: var(--dark-panel);
display:none;
    border-right: 1px solid #3a3935;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 15px;

    font-size: 34px;
}

.brand-mark.light i {
    background: var(--cream);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.footer-eyebrow {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    color: #85857e;
    font-family: "dm-mono" !important;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-eyebrow-line {
    height: 1px;
    flex: 1;
    background: rgba(255, 255, 255, 0.15);
}

.footer-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
	margin-right:366px;
}

.footer-split-btn {
    position: relative;
    display: inline-flex;
    align-items: stretch;
    height: 44px;
    gap: 0;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    border-radius: 6px;
    background: transparent;
    transition: gap .3s cubic-bezier(.65, 0, .35, 1);
}

.footer-split-btn .split-button-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 100%;
    background: var(--cream);
    color: var(--green);
    border-radius: 6px;
    /* Left piece: backslash \ inclination with all 4 corners rounded */
    clip-path: polygon(0 6px, 1.8px 1.8px, 6px 0, calc(100% - 16px) 0, calc(100% - 12px) 2px, calc(100% - 10px) 6px, calc(100% - 0.5px) calc(100% - 5.5px), calc(100% - 2.5px) calc(100% - 2px), calc(100% - 7px) 100%, 6px 100%, 1.8px calc(100% - 1.8px), 0 calc(100% - 6px));
    z-index: 2;
    transition:
        background-color .3s ease,
        color .3s ease,
        clip-path .3s cubic-bezier(.65, 0, .35, 1);
}

.footer-btn-icon-img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
	margin-left:-6px;
}

.footer-btn-icon-img:not([src]),
.footer-btn-icon-img[src=""] {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.footer-split-btn .split-button-text-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 100%;
    padding: 0 20px 0 16px;
    background: var(--cream);
    color: var(--green);
    font-family: "dm-mono" !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .06em;
    border-radius: 6px;
    /* Right piece: backslash \ inclination with all 4 corners rounded */
    clip-path: polygon(6px 0, calc(100% - 6px) 0, calc(100% - 1.8px) 1.8px, 100% 6px, 100% calc(100% - 6px), calc(100% - 1.8px) calc(100% - 1.8px), calc(100% - 6px) 100%, 16px 100%, 12px calc(100% - 2px), 10px calc(100% - 6px), 0.5px 5.5px, 2.5px 2px);
    z-index: 1;
    transition:
        background-color .3s ease,
        color .3s ease,
        padding .3s cubic-bezier(.65, 0, .35, 1),
        clip-path .3s cubic-bezier(.65, 0, .35, 1);
}

/* Hover: seamlessly melts into one single solid lime button */
.footer-split-btn:hover {
    gap: 0;
    background: var(--lime);
    border-radius: 6px;
}

.footer-split-btn:hover .split-button-icon-wrap {
    background: var(--lime);
    color: var(--green);
    clip-path: polygon(0 6px, 1.8px 1.8px, 6px 0, calc(100% + 2px) 0, calc(100% + 2px) 0, calc(100% + 2px) 0, calc(100% + 2px) 100%, calc(100% + 2px) 100%, calc(100% + 2px) 100%, 6px 100%, 1.8px calc(100% - 1.8px), 0 calc(100% - 6px));
}

.footer-split-btn:hover .split-button-text-wrap {
    background: var(--lime);
    color: var(--green);
    padding-left: 14px;
    padding-right: 18px;
    transform: translateX(-1px);
    clip-path: polygon(0 0, calc(100% - 6px) 0, calc(100% - 1.8px) 1.8px, 100% 6px, 100% calc(100% - 6px), calc(100% - 1.8px) calc(100% - 1.8px), calc(100% - 6px) 100%, 0 100%, 0 100%, 0 100%, 0 0, 0 0);
}


/* =========================================================
   FOOTER MESSAGE
   FLOWING DOTS EXIST ONLY HERE
========================================================= */

.footer-message {
    position: relative;

    overflow: hidden;

    
    border-top: 1px solid #3A3A36;

/*     padding: 224px 198px 40px 40px; */
}

.footer-title-bg{
    max-width:457px !important;
 
}

/* The heading stays above the dots */

.footer-message h2 {
    position: relative;
padding-right:30px;
    z-index: 2;
font-family: "forma-djr-deck" !important;
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 115%;
/* or 55px */
font-feature-settings: 'ss02' on, 'ss01' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss10' on, 'ss08' on;

color: #FFFCF5;
background-color: #132318;
}


/* =========================================================
   FOOTER HORIZONTAL DASHED FLOW LINES
========================================================= */

.footer-lines {
    position: absolute;
    inset: 40px;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;

    /*
       Horizontal dashed lines in Footer:
       - Shorter dashes (11px) with smaller space between dashes (13px)
       - All horizontal lines have the exact same thin consistency (1.2px height)
       - Color set to #8D8C83 via --footer-dash-default
    */
    background-color: var(--footer-dash-default);

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='120' viewBox='0 0 24 120'%3E%3Crect x='0' y='11.4' width='11' height='1.2' rx='0.6' fill='%23000'/%3E%3Crect x='0' y='35.4' width='11' height='1.2' rx='0.6' fill='%23000'/%3E%3Crect x='0' y='59.4' width='11' height='1.2' rx='0.6' fill='%23000'/%3E%3Crect x='0' y='83.4' width='11' height='1.2' rx='0.6' fill='%23000'/%3E%3Crect x='0' y='107.4' width='11' height='1.2' rx='0.6' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='120' viewBox='0 0 24 120'%3E%3Crect x='0' y='11.4' width='11' height='1.2' rx='0.6' fill='%23000'/%3E%3Crect x='0' y='35.4' width='11' height='1.2' rx='0.6' fill='%23000'/%3E%3Crect x='0' y='59.4' width='11' height='1.2' rx='0.6' fill='%23000'/%3E%3Crect x='0' y='83.4' width='11' height='1.2' rx='0.6' fill='%23000'/%3E%3Crect x='0' y='107.4' width='11' height='1.2' rx='0.6' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-size: 24px 120px;
    mask-size: 24px 120px;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;

    animation: footerHorizontalDashFlow 5s linear infinite;
    will-change: mask-position, -webkit-mask-position;
}

@keyframes footerHorizontalDashFlow {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
    to {
        -webkit-mask-position: -240px 0;
        mask-position: -240px 0;
    }
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {
    display: grid;

    grid-template-columns: 100%;

    min-height: 100%;

    border-bottom: 1px solid #3a3935;
}

.footer-links {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 50px;
    max-height: 400px;
display:none;
}

.footer-links h3 {
font-family: "dm-mono" !important;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 125%;
/* identical to box height, or 18px */
text-transform: uppercase;
margin-bottom: 10px !important;
color: #8D8C83;
}

.footer-links a {
    display: block;
font-family: "forma-djr-text" !important;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 115%;
/* or 18px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #FFFCF5;

    transition: color .25s ease;
}

.footer-links a:hover {
    color: var(--lime);
}

.footer-art {
    overflow: hidden;

    background: var(--lime);
}

.footer-art img {
    width: 100%;
    height: 100%;
max-height: 400px;
    object-fit: cover;
}
.last-cell-footer{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	
}
.last-cell-footer img{
	height:20px;
	width: 20px;
}
.combine-footer-title-btn{
display:flex;
align-items:start;
justify-content:space-between;
height:100%;
	flex-direction:column;
	padding:40px 0 40px 40px;

}
.footer-buttons .footer-eyebrow{
	margin-bottom:-8px;
}
.combine-footer-title-btn .footer-buttons{
	background-color:#132318;
	z-index:2;
	padding-right:12px;
	max-width:fit-content;
}

.footer-legal {
    display: grid;
    border-top: 1px solid #3A3A36;
	align-items:center;
	justify-content:center;
	text-align:center;

    grid-template-columns: 1fr 1fr 1fr;
}

.footer-legal span {
    padding: 25px 40px;
height:100%;
font-family: "forma-djr-text" !important;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 115%;
	text-align:center;
/* or 18px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;
display:flex;
	align-items:center;
	justify-content:center;
color: #F6F2EA;

    border-right: 1px solid #3a3935;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    :root {
        --container: 100%;
    }

    /* HEADER */

    .main-nav a {
        padding-inline: 14px;
        font-size: 12px;
    }

    .build-link {
        min-width: 150px;
    }


    /* HERO */

    .hero-grid {
        grid-template-columns:
           60%
            40%;

        grid-template-rows:
            350px
            350px;
    }
	.hero-section .hero-animation-cell.animation-section{
		max-height:100%;
	}
	.mobile-hero-info-cell .hero-animation-cell.animation-section{
		max-height:200px;
	}

    .hero-title-cell,
    .hero-info-cell,
    .hero-contact-cell {
        padding: 30px;
    }


    /* LOGOS */

    .logo-item {
        height: 115px;
    }


    /* CASE STUDIES */

    .case-study-section {
        padding-inline: 25px;
    }

    .case-card {
        flex-basis: 80%;
    }


    /* STACK */

    .stack-inner {
        padding-inline: 25px;
    }

    .stack-diagram {
        min-height: 700px;
    }

    .stack-card {
        width: 220px;
    }

    .stack-card-content {
        height: 285px;
    }


    /* WEALTH */

    .wealth-section,
    .personas-section {
        padding-inline: 25px;
    }

    .wealth-content {
        grid-template-columns:
            160px
            minmax(0, 1fr);
    }


    /* PERSONAS */

    .personas-grid {
        gap: 18px;
    }

    .persona-card {
        min-height: 335px;
        padding: 25px;
    }


    /* FOOTER */

    .footer-top {
        grid-template-columns: 65% 35%;
    }
	.combine-footer-title-btn{
		padding:0;
	}

    .footer-message {
        padding: 40px;
    }

    .footer-links {
        gap: 25px;
		max-height:100% !important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (min-width: 767px) {
	.hero-title-cell .stamp{
		display:none;
	}
	 .mobile-version-hero{
		display:none;
	}
	/* =========================================================
   WEALTH SECTION — 100% FULL WIDTH DESKTOP OVERRIDE
========================================================= */
/* =========================================================
   FIX WEALTH VIDEO — FILL 100% EDGE-TO-EDGE (NO EXTRA GAP)
========================================================= */

.wealth-media {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    background: transparent !important;
}

.wealth-media video,
.wealth-media img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important; /* Expands and covers the full width seamlessly */
    object-position: center !important;
    display: block !important;
}
	/* 1. Hide buttons & description */
.wealth-heading-row .vertical-controls,
.wealth-heading-row .slider-controls,
.wealth-description {
    display: none !important;
}

/* 2. Expand grid to 100% width of 1216px container */
.wealth-content {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    margin-top: 32px !important;
}

.wealth-slider-frame,
.wealth-slider {
    width: 100% !important;
    max-width: 100% !important;
}

/* 3. Make video cover entire card with zero gray gap */
.wealth-media {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

.wealth-media video,
.wealth-media img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}
}

@media (max-width: 768px) {



	.logo-strip:hover .logo-track {
        animation-play-state: running;
    }
	.combine-footer-title-btn{
		padding:0;
	}

    /* HEADER */
	.hero-section{
display:none;
	}
    .site-header {
        position: sticky;
        top: 0;

        background: rgba(248,246,239,.96);

        backdrop-filter: blur(10px);
    }

    .header-inner {
        min-height: 60px;

        display: flex;
        align-items: stretch;
        justify-content: space-between;
		background-color:#FFFCF5;
    }

    .brand {
        padding-inline: 15px;

        font-size: 18px;
    }

    .main-nav {
        display: none;
    }

    .build-link {
        min-width: auto;

        padding-inline: 15px;

        font-size: 11px;
    }


    /* HERO */

    .hero-grid {
     

        grid-template-columns:  minmax(0, 1fr) ;

        grid-template-rows:
           auto auto auto auto;
    }

  .stack-card-content
 {
	 top:59%;
	}


    .animation-section{
        width: 100%;
        max-width: 100%;
    }

    .hero-title-cell {
        min-height: 172px;
        max-width: 100%;
        width: 100%;
		display:flex;
		flex-direction:row;
		justify-content:space-between;
		order:1;

        padding: 24px 20px;
    }
	.hero-title-cell .stamp {
		margin-bottom:88px;
	}
	.hero-contact-cell .stamp{
		display:none;
}

    .hero-title-cell h1 {
        font-size: 40px;
		
    }
	

    .hero-info-cell {
        min-height: 200px;
        widows: 100%;
        max-width: 200px;

        padding: 28px 22px;
		order:3;
        border-left: 0;
    }

    .hero-info-cell h2 {
        font-size: 18px;
    }

    .hero-animation-cell {
        min-height:200px;
		max-height:200px;
		order:4;

        border-right: 0;
    }

    .pattern-arrows {
        gap: 20px;
    }

    .big-arrow {
        font-size: 120px;
    }

    .hero-contact-cell {
        min-height: 115px;
		order:2;
	

        padding: 20px;
    }

    .stamp {
        width: 75px;
        height: 75px;
    }
    
    .hero-title-cell,
    .hero-info-cell,
    .animation-section,
    .hero-contact-cell {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }


    /* LOGOS */

    .logo-strip {
        grid-template-columns: repeat(2, 1fr);
    }
    .logo-strip{
        border-bottom:0;
    }

    .logo-item {
      

        padding: 15px;

        border-bottom: 1px solid var(--line);
    }

    


    /* CASE STUDIES */
    .case-section-main{
        border-top: 0;
    }

    .case-study-section {
        padding: 60px 20px 70px;
    }

    .section-eyebrow {
        font-size: 10px;
    }

    .section-heading-row {
        align-items: flex-end;

        gap: 15px;

        margin-bottom: 30px;
    }

    .case-study-section h2 {
        font-size: 28px;
    }

    .slider-controls {
        gap: 0;
    }

    .slider-btn {
        width: 42px;
        height: 38px;

        font-size: 22px;
    }

    .case-track {
        gap: 18px;
    }

    .case-card {
        flex-basis: 90%;
    }

    .case-title {
        top: 18px;
        left: 18px;

        max-width: 85%;

        padding: 8px 12px 13px;
    }

    .case-tag {
        padding: 6px 9px;

        font-size: 10px;
    }

    .case-title h3 {
        font-size: 22px;
    }

    .case-bottom {
        left: 18px;
        right: 18px;
        bottom: 18px;

        gap: 10px;
    }


    /* SPLIT BUTTON */

    .split-button,
    .angled-link {
        height: 40px;
        gap: 0;
        font-size: 11px;
    }

    .split-button-main,
    .angled-link-text {
        min-width: 95px;
        padding-inline: 12px;
    }

    .split-button-arrow,
    .angled-link-arrow {
        width: 38px;
        font-size: 16px;
    }


    /* STACK */

    .stack-inner {
        padding: 55px 20px 70px;
    }

    .flow-lines {
        top: 75px;
        bottom: 60px;
        left: 20px;
        right: 20px;
    }

    .stack-heading {
        font-size: 28px;
    }

    .stack-diagram {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-top: 40px;
    }
	.stack-card-btn{
		left:188px;
	}
	.stack-card-inner {
		height:336px;
	}
    .stack-center-shield {
        position: absolute;
        left: auto;
        top: 42%;
        transform: none !important;
        width: 220px;
        margin: 10px auto;
        order: 2;
    }

    .stack-card,
    .stack-card-1,
    .stack-card-2,
    .stack-card-3,
    .stack-card-4 {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: 280px;
        margin-inline: auto;
    }


    /* WEALTH */

    .wealth-section {
        padding: 60px 20px 70px;
    }

    .wealth-heading-row {
        align-items: start;
flex-direction:column;
        gap: 15px;
		max-width:80%;
    }

    .wealth-heading-row h2 {
        font-size: 28px;
    }

    .vertical-controls {
        flex-shrink: 0;
    }

    .wealth-content {
        grid-template-columns: 1fr;

        gap: 25px;

        margin-top: 35px;
    }

    .wealth-description {
        padding: 0;
    }

    .wealth-description .hero-icons {
        margin-bottom: 15px;
    }

    .wealth-description h3 {
        margin-top: 10px;
    }

    .wealth-slider {
        width: 100%;

        height: 72vw;

        min-height: 260px;
        max-height: 430px;
    }


    /* PERSONAS */

    .personas-section {
        padding: 65px 20px 70px;
    }

    .personas-section > .section-container > h2 {
        font-size: 43px;
    }

    .personas-grid {
        grid-template-columns: 220px 220px 220px 220px;
		padding:20px;
		overflow-x:scroll;
        gap: 24px;

        margin-top: 32px;
    }
	.persona-card-content{
		margin-top:40px;
	}
	.footer-art img {
		max-height:300px;
	}

    .persona-card {
        min-height: 285px;

        padding: 25px;
    }


    /* FOOTER */

    .footer-top {
        grid-template-columns: 1fr;
        max-height: 100%;
    }

    .footer-brand-panel {
        min-height: 300px;

        padding: 28px 22px;
        

        border-right: 0;
    }

    .footer-brand {
        font-size: 28px;
    }

    .footer-buttons {
        flex-wrap: wrap;

        gap: 12px;
    }

    .footer-message {
        min-height: 300px;

        padding: 30px 22px;
    }

    .footer-lines {
        inset: 22px;
    }

    .footer-message h2 {
        font-size: 43px;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
    }

    .footer-links {
        grid-template-columns: 1fr 1fr;

        gap: 35px 20px;

        padding: 30px 22px;
    }

    .footer-links div:last-child {
        grid-column: span 2;
    }

    .footer-art {
        min-height: 300px;
    }

    .footer-legal {
        grid-template-columns: 1fr;
    }
    .footer-title-bg{
        padding-top: 0;
    }
	.combine-footer-title-btn .footer-buttons{
		margin-bottom: -14px;
		margin-right:125px;
	}

    .footer-legal span {
        padding: 18px 22px;

        border-bottom: 1px solid #3a3935;
    }
	.case-brand.sbi-logo img{
		max-width:62px;
	}
	.case-brand{
		padding:5px;
	}
	.case-brand.birla-logo img{
		max-width:24px;
	}
}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 480px) {
	.wealth-media{
		max-height:200px;
		height:100%
	}
	.wealth-slider{
		height:200px;
		max-height:200px;
	}
	.wealth-slide{
		max-height:200px;
	}
	.case-title-box{
		padding:7px;
		width:90%;
	}
	.case-title h3{
		font-size:16px;
	}
	.case-title{
		top:18px !important;
		left:18px !important;
		max-width:70% !important;
		padding:0 !important;
		
	}
	.case-card .split-button{
		display:none;
	}
	.case-title-box{
		padding:5px !important;
	}
	.case-tag-tab {
		padding:10px 0 0 10px!important;
		border-radius: 8px 11px 0 0 !important;
	}
	.case-tag {
		font-size:11px !important;
		height:24px !important;
		line-height:24px !important;
		padding: 0 14px 0 10px !important;
		
	}
	.case-study-section,
	.stack-inner,
	.wealth-section
	{
		padding: 40px 20px 40px !important;
		
	}
	.case-study-section,
	.personas-section{
		padding-right:0 !important;
	}
	.wealth-slider{
		 width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
	}
	.wealth-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
	.wealth-learn-more {
    transform: translate(-50%, -50%) scale(0.9);
}

    .build-link {
        padding-inline: 10px;

        font-size: 9px;
    }

    .brand {
        font-size: 16px;
    }


    .hero-title-cell h1 {
        font-size: 40px;
    }

    .hero-info-cell h2 {
        font-size: 28px;
    }

    .big-arrow {
        font-size: 90px;
    }

    .case-study-section h2,
    .wealth-heading-row h2,
    .personas-section > .section-container > h2 {
        font-size: 28px;
    }

    .stack-heading {
        font-size: 28px;
    }

    .footer-message h2 {
        font-size: 28px;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }

    .footer-links div:last-child {
        grid-column: auto;
    }

    .case-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .case-brand {
        font-size: 16px;
    }
	.case-tag-tab::after{
		top:2px !important;
		left:99% !important;
    clip-path: polygon(0 0, -5.5px 12.8px, 0px 3.5px, calc(100% - 3.5px) calc(100% - 3.5px), calc(100% - 1.5px) calc(100% - 0.8px), 100% 100%, 0 100%) !important;
	}
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

.headings-stack-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #8D8C83;
    padding-top: 7px;
}

.footer-links-boxes{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* animation css of hero section */

.animation-section {
            position: relative;

            width: 800px;
            height: 400px;

            overflow: hidden;
	background-color: #E1FF76;
        }

        .glyph-animation {
            position: absolute;

            inset: 0;

            width: 100%;
            height: 100%;
        }

        .glyph-animation canvas {
            display: block;

            width: 100% !important;
            height: 100% !important;
        }
        
        
        /* =========================================================
   WORDPRESS / HELLO ELEMENTOR OVERRIDES
   Fixes button colors, clip-path buttons & footer links
========================================================= */


/* =========================================================
   1. ARROW / SPLIT BUTTONS
========================================================= */

.split-button,
.angled-link,
.slider-btn,
.stack-card-btn,
.icon-button,
.footer-split-btn {
    border: 0 !important;
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}


/* Main split-button pieces */

.split-button-main,
.angled-link-text {
    background-color: var(--cream) !important;
    color: var(--green) !important;
    border: 0 !important;
    text-decoration: none !important;
}

.split-button-arrow,
.angled-link-arrow {
    background-color: var(--cream) !important;
    color: var(--green) !important;
    border: 0 !important;
}


/* Hover */

.split-button:hover .split-button-main,
.split-button:hover .split-button-arrow,
.angled-link:hover .angled-link-text,
.angled-link:hover .angled-link-arrow {
    background-color: var(--lime) !important;
    color: var(--green) !important;
}


/* =========================================================
   2. SLIDER ARROW BUTTONS
========================================================= */

.slider-btn {
    background-color: var(--green) !important;
    color: var(--cream) !important;
    border: 0 !important;
    box-shadow: none !important;
}

.slider-btn:hover {
    background-color: #233b2a !important;
    color: #fff !important;
}

.slider-btn:disabled {
    background-color: var(--green) !important;
    color: var(--cream) !important;
}


/* =========================================================
   3. STACK CARD ARROW BUTTON
========================================================= */

.stack-card-btn {
    background-color: var(--cream) !important;
    color: var(--green) !important;
}

.stack-card-btn:hover,
.stack-card:hover .stack-card-btn {
    background-color: var(--lime) !important;
    color: var(--green) !important;
}



/* =========================================================
   4. HERO EMAIL ARROW BUTTON
========================================================= */

.icon-button {
    background-color: var(--green) !important;
    color: #fff !important;
}

.icon-button:hover {
    background-color: #233b2a !important;
    color: #fff !important;
}


/* =========================================================
   5. FOOTER BUTTON
========================================================= */

.footer-split-btn .split-button-icon-wrap,
.footer-split-btn .split-button-text-wrap {
    background-color: var(--cream) !important;
    color: var(--green) !important;
    border: 0 !important;
    text-decoration: none !important;
}

.footer-split-btn:hover .split-button-icon-wrap,
.footer-split-btn:hover .split-button-text-wrap {
    background-color: var(--lime) !important;
    color: var(--green) !important;
}


/* =========================================================
   6. FOOTER LINKS
========================================================= */

.site-footer a,
.site-footer .footer-links a {
    color: #FFFCF5 !important;
    text-decoration: none !important;
    font-family: "forma-djr-text" !important;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 115%;
/* or 18px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #FFFCF5;
margin-bottom: 8px;
}

.site-footer a:hover,
.site-footer .footer-links a:hover {
    color: var(--lime) !important;
}


/* =========================================================
   7. PREVENT ELEMENTOR FROM ADDING ITS OWN BUTTON STYLE
========================================================= */

.site-footer button,
.site-footer a,
.split-button,
.angled-link,
.slider-btn,
.stack-card-btn,
.icon-button {
    font-family: inherit;
}


/* =========================================================
   8. SVG ARROWS
========================================================= */

.split-button svg,
.angled-link svg,
.slider-btn svg,
.stack-card-btn svg,
.icon-button svg {
    color: inherit !important;
    fill: currentColor;
    stroke: currentColor;
}

/* =========================================================
  CONTACT US PAGE FULL CSS WITH RESPONSIVE
========================================================= */
/* Background grid backdrop matching homepage */
        .cpg-pattern-backdrop {
            position: fixed;
            inset: 0;
            background-image: url("assets/images/pattern.svg");
            background-repeat: repeat;
            background-position: center top;
            background-size: 38px;
            pointer-events: none;
            z-index: 0;
        }

        /* Container shell with side borders */
        .cpg-page-shell {
            position: relative;
            z-index: 1;
            width: min(100%, 1216px);
            margin-inline: auto;
            background-color: #fffcf5;
        }

        /* =========================================================
           HERO SECTION
        ========================================================= */
        .cpg-hero-split {
            position: relative;
            display: grid;
            grid-template-columns: 1.92fr 1fr;
            border-bottom: 1px solid #E4E1DA;
            overflow: hidden;
        }

        /* Left Hero Column with Falling Rain Canvas & Title */
        .cpg-hero-stage {
            position: relative;
            min-height: 400px;
            max-height: 400px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 40px;
            overflow: hidden;
            background: #FFFCF5;
            cursor: default;
            border-left: 1px solid #E4E1DA;
        }

        /* High-performance puzzle rain canvas */
        .cpg-puzzle-canvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .cpg-hero-overlay {
            position: relative;
            z-index: 2;
            pointer-events: none; /* Allows hover through text to interactive blocks */
        }
        .cpg-hero-overlay h1{
            font-family: "forma-djr-deck" !important;
font-style: normal;
font-weight: 400;
font-size: 80px;
line-height: 105%;
/* identical to box height, or 84px */
font-feature-settings: 'ss02' on, 'ss01' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss10' on, 'ss08' on;

color: #132318;
        }
        .cpg-hero-overlay .section-eyebrow {
            max-width: 475px;
        }

        .cpg-header-eyebrow {
            display: flex;
            align-items: center;
            gap: 16px;
            color: #8d8c83;
            font-family: "dm-mono" !important;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .cpg-eyebrow-divider {
            height: 1px;
            width: 240px;
            max-width: 50%;
            background-color: #E4E1DA;
        }

        .cpg-main-heading {
            font-size: clamp(48px, 6.2vw, 84px);
            font-weight: 500;
            line-height: 1.0;
            letter-spacing: -0.035em;
            color: #132318;
        }

        /* Right Hero Column with Intro Text */
        .cpg-hero-aside {
            position: relative;
            z-index: 2;
            background-color: #F6F2EA;
            border-left: 1px solid #E4E1DA;
            border-right: 1px solid #E4E1DA;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 40px;
        }

        .cpg-aside-message {
           font-family: "forma-djr-text" !important;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 125%;
/* or 30px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: rgba(19, 35, 24, 0.8);
        }

        /* =========================================================
           FORM & VISUAL SECTION
        ========================================================= */
        .cpg-content-layout {
            display: grid;
            grid-template-columns: 50% 50%;
            border-bottom: 1px solid #E4E1DA;
            height: 700px;
        }

        /* Left Visual Container */
        .cpg-graphic-frame {
            position: relative;
            background-color: #D4FA36;
            border: 0;
            min-height: 580px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
			
        }
.cpg-graphic-frame .animation-section{
	height:100% !important;
}
.cpg-graphic-frame img{
	height:100%
}

        /* Empty img tag ready for dummy image */
        .cpg-graphic-element {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Right Contact Form Column */
        .cpg-form-area {
            padding: 44px 50px;
            background-color: #FFFCF5;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-right: 1px solid #E4E1DA;
        }

        .cpg-inquiry-form {
            display: flex;
            flex-direction: column;
            gap: 22px;
            width: 100%;
        }

        .cpg-field-row-split {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }

        .cpg-field-row-full {
            display: flex;
            flex-direction: column;
        }

        .cpg-input-wrapper {
            display: flex;
            flex-direction: column;
            gap: 8px;
            position: relative;
        }

        .cpg-input-caption {
           font-family: "dm-mono" !important;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 125%;
/* identical to box height, or 18px */
text-transform: uppercase;

color: #8D8C83;
        }

        /* =========================================================
           CLIP-PATH INPUT BOX WRAPPERS (ZERO BUMP, SMOOTH 12-POINT)
        ========================================================= */
        
        /* Standard input wrapper (Full width rows) */
        .cpg-input-box-rect {
            position: relative;
            width: 100%;
            height: 53px;
           background-color: #e4e1da;
            border-radius: 6px;
			border: 1px solid #e4e1da;
        }

        .cpg-input-box-rect .cpg-text-field {
            width: 100%;
            height: 100%;
            padding: 0 18px;
            background-color: #f2eee5;
            border: 1px solid transparent;
            border-radius: 6px;
            font-size: 16px;
            color: #8D8C83;
            line-height: 115%;
            font-family: "forma-djr-text" !important;
font-style: normal;
font-weight: 400;
            font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;
            outline: none;
            transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .cpg-input-box-rect .cpg-text-field:focus {
            background-color: #faf7f0;
            border-color: #8d8c83;
            box-shadow: 0 0 0 1px #8d8c83;
        }

        /* Left side input wrapper (First Name, Job Title) - Angled slant on right */
        .cpg-input-box-left {
            position: relative;
            width: 100%;
            height: 53px;
            background-color: #e4e1da;
            clip-path: polygon(
                0 6px, 
                1.8px 1.8px, 
                6px 0, 
                calc(100% - 16px) 0, 
                calc(100% - 12px) 2px, 
                calc(100% - 10px) 6px, 
                calc(100% - 0.5px) calc(100% - 5.5px), 
                calc(100% - 2.5px) calc(100% - 2px), 
                calc(100% - 7px) 100%, 
                6px 100%, 
                1.8px calc(100% - 1.8px), 
                0 calc(100% - 6px)
            );
            transition: background-color 0.2s ease;
        }

        .cpg-input-box-left:focus-within {
            background-color: #8d8c83;
        }

        .cpg-input-box-left .cpg-text-field {
            position: absolute;
            inset: 1px;
            width: calc(100% - 2px);
            height: calc(100% - 2px);
            padding: 0 24px 0 18px;
            background-color: #f2eee5;
            border: 0;
            outline: none;
            clip-path: polygon(
                0 5px, 
                1.5px 1.5px, 
                5px 0, 
                calc(100% - 16px) 0, 
                calc(100% - 12px) 2px, 
                calc(100% - 10px) 5.5px, 
                calc(100% - 0.5px) calc(100% - 5.5px), 
                calc(100% - 2.5px) calc(100% - 2px), 
                calc(100% - 7px) 100%, 
                5px 100%, 
                1.5px calc(100% - 1.5px), 
                0 calc(100% - 5px)
            );
            font-family: "forma-djr-text" !important;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 115%;
/* or 18px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #8D8C83;
            transition: background-color 0.2s ease;
        }

        .cpg-input-box-left .cpg-text-field:focus {
            background-color: #faf7f0;
        }
 .cpg-input-box-left input,
.cpg-input-box-right input,
.cpg-input-box-rect input{
	 font-family: "forma-djr-text" !important;
}

        /* Right side input wrapper (Last Name, Phone Number) - Angled slant on left */
        .cpg-input-box-right {
            position: relative;
            width: 100%;
            height: 53px;
            background-color: #e4e1da;
            clip-path: polygon(
                6px 0, 
                calc(100% - 6px) 0, 
                calc(100% - 1.8px) 1.8px, 
                100% 6px, 
                100% calc(100% - 6px), 
                calc(100% - 1.8px) calc(100% - 1.8px), 
                calc(100% - 6px) 100%, 
                16px 100%, 
                12px calc(100% - 2px), 
                10px calc(100% - 6px), 
                0.5px 5.5px, 
                2.5px 2px
            );
            transition: background-color 0.2s ease;
        }

        .cpg-input-box-right:focus-within {
            background-color: #8d8c83;
        }

        .cpg-input-box-right .cpg-text-field {
            position: absolute;
            inset: 1px;
            width: calc(100% - 2px);
            height: calc(100% - 2px);
            padding: 0 18px 0 24px;
            background-color: #f2eee5;
            border: 0;
            outline: none;
            clip-path: polygon(
                5px 0, 
                calc(100% - 5px) 0, 
                calc(100% - 1.5px) 1.5px, 
                100% 5px, 
                100% calc(100% - 5px), 
                calc(100% - 1.5px) calc(100% - 1.5px), 
                calc(100% - 5px) 100%, 
                16px 100%, 
                12px calc(100% - 2px), 
                10px calc(100% - 5.5px), 
                0.5px 5.5px, 
                2.5px 2px
            );
            font-family: "forma-djr-text" !important;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 115%;
/* or 18px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #8D8C83;
            transition: background-color 0.2s ease;
        }

        .cpg-input-box-right .cpg-text-field:focus {
            background-color: #faf7f0;
        }

        .cpg-text-field::placeholder {
            color: #9c9a92;
            font-size: 14.5px;
        }

        /* Error styling */
        .cpg-input-wrapper.cpg-state-error .cpg-input-box-left,
        .cpg-input-wrapper.cpg-state-error .cpg-input-box-right {
            background-color: #d9383a;
        }

        .cpg-input-wrapper.cpg-state-error .cpg-input-box-rect .cpg-text-field {
            border-color: #d9383a;
            background-color: #fff6f6;
/*             box-shadow: 0 0 0 1px #d9383a; */
        }

        .cpg-input-wrapper.cpg-state-error .cpg-text-field {
            background-color: #fff6f6;
        }
#errorFirstName{
	font-family: "forma-djr-text" !important;
            font-size: 11.5px;
            color: #d9383a;
            letter-spacing: 0%;
            margin-top: 2px;
}

        .cpg-validation-hint {
            display: none;
            font-family: "forma-djr-text" !important;
            font-size: 11.5px;
            color: #d9383a;
            letter-spacing: 7%;
            margin-top: 2px;
        }

        .cpg-input-wrapper.cpg-state-error .cpg-validation-hint {
            display: block;
            animation: cpgFadeIn 0.2s ease forwards;
        }

        /* Submit Button */
        .cpg-action-group {
            margin-top: 42px;
        }

        .cpg-button-primary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            border: 0 !important;
            background-color: #132318 !important;
            border: none;
            border-radius: 6px !important;
            padding: 20px !important;
           font-family: "dm-mono" !important;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 115%;
/* identical to box height, or 16px */
text-transform: uppercase;

color: #E1FF76 !important;
            cursor: pointer;
            transition: background-color 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
        }

        .cpg-button-primary:hover {
            background-color: #1f3626;
            box-shadow: 0 4px 16px rgba(19, 35, 24, 0.18);
        }

        .cpg-button-primary:active {
            transform: scale(0.98);
        }

        .cpg-button-primary .cpg-triangle-arrow {
            width: 0;
            height: 0;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 9px solid #D4FA36;
            display: inline-block;
            transition: transform 0.2s ease;
        }

        .cpg-button-primary:hover .cpg-triangle-arrow {
            transform: translateX(2px);
        }

        /* Status Toast / Banner */
        .cpg-submission-banner {
            display: none;
            padding: 16px 20px;
            border-radius: 6px;
            font-family: "dm-mono" !important;
            font-size: 13px;
            line-height: 1.4;
            margin-top: 10px;
        }

        .cpg-submission-banner.cpg-status-success {
            display: block;
            background-color: #edf7ed;
            color: #1e4620;
            border: 1px solid #b7dfb9;
            animation: cpgFadeIn 0.3s ease;
        }

        @keyframes cpgFadeIn {
            from {
                opacity: 0;
                transform: translateY(-4px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* =========================================================
           RESPONSIVE BREAKPOINTS
        ========================================================= */
        @media (max-width: 1024px) {
            .cpg-hero-split {
                grid-template-columns: 1fr;
            }

            .cpg-hero-aside {
                border-left: none;
                border-top: 1px solid #E4E1DA;
                padding: 34px 40px;
            }

            .cpg-content-layout {
                grid-template-columns: 1fr;
                height: 100%;
            }

            .cpg-graphic-frame {
                border-right: none;
                border-bottom: 1px solid #E4E1DA;
                min-height: 400px;
            }

            .cpg-form-area {
                padding: 40px;
            }
			 .personas-grid {
        grid-template-columns: 243px 243px 243px 243px;
		padding:20px;
		overflow-x:scroll;
        gap: 24px;

        margin-top: 32px;
    }
        }

        @media (max-width: 768px) {
            .footer-split-btn .split-button-text-wrap{
                padding: 0 10px 0 14px;
            }
            .footer-split-btn .split-button-icon-wrap{
                width:45px;
            }
            .footer-btn-icon-img{
                height: 18px;
                width: 18px;
            }
            .cpg-hero-stage {

                min-height: 100px;
                padding: 24px 20px 12px 20px;
            }
			.case-section-main .section-container .section-heading-row .slider-controls{
				display:none;
			}
            
             .cpg-hero-aside{
                background-color: #FFFCF5;
                border-top: 0;
                padding: 0 20px 24px 20px;
            }
            .cpg-aside-message{
                font-size: 18px;
            }

            .cpg-hero-aside {
                padding: 28px 24px;
            }

            .cpg-form-area {
                padding: 32px 20px;
            }

            .cpg-field-row-split {
                grid-template-columns: 1fr;
                gap: 22px;
            }

            /* On mobile, reset all special clip-paths to clean standard rectangular inputs */
            .cpg-input-box-left,
            .cpg-input-box-right,
            .cpg-input-box-left .cpg-text-field,
            .cpg-input-box-right .cpg-text-field,
            .cpg-input-box-rect .cpg-text-field {
                clip-path: none !important;
                border-radius: 6px !important;
                position: relative !important;
                inset: 0 !important;
                width: 100% !important;
                height: 52px !important;
             
                border: 1px solid transparent !important;
            }

            .cpg-input-box-left .cpg-text-field:focus,
            .cpg-input-box-right .cpg-text-field:focus {
                border-color: #8d8c83 !important;
                box-shadow: 0 0 0 1px #8d8c83 !important;
            }

            .cpg-button-primary {
                width: 100%;
                padding: 16px 20px;
            }
			.cpg-graphic-frame .hero-animation-cell.animation-section{
				min-height:400px !important;
			}
			.footer-art .hero-animation-cell.animation-section{
				min-height:400px !important;
			}
        }

        @media (max-width: 480px) {
            .cpg-hero-stage {
                min-height: 100px;
                padding: 24px 20px 12px 20px;
            }
            .footer-message h2{
                font-size: 28px;
            }
            .footer-title-bg{
                max-width: 100% !IMPORTANT;
                
            }
			    .combine-footer-title-btn .footer-buttons {
					margin-right:10px;
			}
            .cpg-hero-aside{
                background-color: #FFFCF5;
                border-top: 0;
                padding: 0 20px 24px 20px;
            }

            .cpg-main-heading {
                font-size: 42px;
            }

            .cpg-graphic-frame {
                min-height: auto;
                max-height: 400px;
            }
            .footer-links-boxes .footer-legal{
                display: none;
            }
           
            
                   .mobile-footer-legal .footer-legal {
        grid-template-columns: 1fr!important;
        text-align: center;
    }
    
        }
        
        @media (min-width: 860px) {
           
             .brand-icon-mobile.brand-desktop{
            display: none;    
            }
            
     
        }
        @media (min-width: 480px) {
            .mobile-footer-legal {
               display: none;
            }
            
     
        }
        
        
        /* =========================================================
           UNIVERSAL 12PX CORNER PATTERN DESIGN (REUSABLE ON ANY CARD)
        ========================================================= */
        .prd-card-pin {
            position: absolute;
            width: 12px;
            height: 12px;
            background-color: #E4E1DA;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            pointer-events: none;
            /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);*/
        }

        .prd-pin-core {
            width: 8px;
            height: 8px;
            background-color: #759534; /* 12px signature pattern box */
            border-radius: 3px;
            transition: transform 0.25s ease, background-color 0.25s ease;
        }

        /*.prd-layer-card:hover .prd-pin-core,*/
        /*.prd-intelligence-card:hover .prd-pin-core,*/
        /*[class*="card"]:hover .prd-pin-core {*/
        /*    transform: scale(1.1);*/
        /*    background-color: #27464e;*/
        /*}*/

        /* Centered right on the 90-degree corner intersection vertex */
        .prd-pin-tl { top: 0; left: 0; transform: translate(-50%, -50%); }
        .prd-pin-tr { top: 0; right: 0; transform: translate(50%, -50%); }
        .prd-pin-bl { bottom: 0; left: 0; transform: translate(-50%, 50%); }
        .prd-pin-br { bottom: 0; right: 0; transform: translate(50%, 50%); }

        /* Card Corner Crosshairs */
        .prd-card-corner-cross {
            position: absolute;
            color: rgba(255, 255, 255, 0.6);
            font-size: 13px;
            font-family: monospace;
            line-height: 1;
            z-index: 5;
            pointer-events: none;
        }

        .prd-cc-tl { top: 16px; left: 16px; }
        .prd-cc-tr { top: 16px; right: 16px; }
        .prd-cc-bl { bottom: 16px; left: 16px; }
        .prd-cc-br { bottom: 16px; right: 16px; }

        .prd-card-heading {
            font-size: 24px;
            font-weight: 500;
            color: #132318;
            margin-bottom: 10px;
            letter-spacing: -0.02em;
        }

        .prd-card-desc {
            font-size: 14.5px;
            line-height: 1.5;
            color: #4A4A44;
            font-weight: 400;
        }
/* 12px Outer / 8px Inner Corner Pattern Pins */
.card-pin {
    position: absolute;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    margin: 0;
    padding: 2px; /* Locks exact 2px space on all 4 sides -> 12px - 2px - 2px = 8px */
    background-color: #F6F2EA;
    border-radius: 3px;
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.case-image .card-pin .pin-core {
	background-color: #759534;
}



.pin-core {
    width: 100%;
    height: 100%; /* Exactly 8px x 8px inside the 12px padded parent */
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #386068;
    border-radius: 2px;
    display: block;
    transition: background-color 0.25s ease;
}


.pin-tl { top: 0; left: 0; transform: translate(-50%, -50%); }
.pin-tr { top: 0; right: 0; transform: translate(50%, -50%); }
.pin-bl { bottom: 0; left: 0; transform: translate(-50%, 50%); }
.pin-br { bottom: 0; right: 0; transform: translate(50%, 50%); }

/* =========================================================
   STEPPED NOTCHED CASE TITLE BADGE (100% PARALLEL 8PX SLOPES)
========================================================= */

.case-title {
    position: absolute;
    top: 35px;
    left: 35px;
    max-width: 58%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 5;
    pointer-events: none;
}

/* 1. Top Tab holding the Tag - Exact 8px top and left space */
.case-tag-tab {
    position: relative;
    background-color: #fffcf5 ;
    padding: 8px 0 0 8px;               /* 8px top and 8px left space */
    border-radius: 8px 0 0 0;           /* Smooth 8px rounded top-left */
    display: inline-flex;
    align-items: center;
}

/* White Slope - 100% PERFECT PARALLEL SLOPE (m = 0.5) */
.case-tag-tab::after {
    content: '';
    position: absolute;
    top: 0;
    left: 98%;                         /* Starts at exact 8px parallel gap */
    width: 18px;                        /* Exact 18px width over 36px height (slope = 0.5) */
    height: 100%;
    background-color: #fffcf5;
    /* Straight parallel diagonal line '\' with smooth rounded corner blends */
     clip-path: polygon(
        0 0,
        3.5px 0.8px,
        6px 3.5px,
        calc(100% - 3.5px) calc(100% - 3.5px),
        calc(100% - 1.5px) calc(100% - 0.8px),
        100% 100%,
        0 100%
    );
}

/* 2. Yellow Tag - 100% PERFECT PARALLEL SLOPE (m = 0.5, 14px delta over 28px height) */
.case-tag {
    display: inline-block;
    background-color: #E1FF76;
    color: #132318;
    height: 28px;
    line-height: 28px;
    padding: 0 16px 0 10px;
                   /* Locks EXACT 8.0px perpendicular distance to white slope */
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-sizing: border-box;
    /* Identical straight parallel diagonal line '\' with smooth rounded corners */
    clip-path: polygon(
        0 4px,
        1.2px 1.2px,
        4px 0,
        calc(100% - 14px) 0,
        calc(100% - 10.5px) 1.2px,
        calc(100% - 9px) 3.5px,
        calc(100% - 0.5px) calc(100% - 3.5px),
        calc(100% - 2px) calc(100% - 1.2px),
        calc(100% - 5px) 100%,
        4px 100%,
        1.2px calc(100% - 1.2px),
        0 calc(100% - 4px)
    );
}

/* 3. Main Title Box - Exact 8px bottom space from tag & 8px outer radii */
.case-title-box {
    background-color: #fffcf5;
    padding: 8px 24px 18px 16px;        /* 8px top padding completes the 8px space around the tag */
    border-radius: 0 8px 8px 8px;       /* 8px outer corner radii */
    margin-top: -1px;                   /* Seamless continuous surface */
    width: 100%;
    box-sizing: border-box;
}
        /* =========================================================
           STACK SECTION UNIVERSAL 12PX CORNER PATTERN DESIGN (REUSABLE ON ANY CARD)
        ========================================================= */
        .stack-prd-card-pin {
            position: absolute;
            width: 12px;
            height: 12px;
            background-color: #E4E1DA;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            pointer-events: none;
            /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);*/
        }

        .stack-prd-pin-core {
            width: 8px;
            height: 8px;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
            background-color: #43737C; /* 12px signature pattern box */
            border-radius: 3px;
            transition: transform 0.25s ease, background-color 0.25s ease;
        }

        /*.prd-layer-card:hover .prd-pin-core,*/
        /*.prd-intelligence-card:hover .prd-pin-core,*/
        /*[class*="card"]:hover .prd-pin-core {*/
        /*    transform: scale(1.1);*/
        /*    background-color: #27464e;*/
        /*}*/

        /* Centered right on the 90-degree corner intersection vertex */
        .stack-prd-pin-tl { top: 0; left: 0; transform: translate(-50%, -50%); }
        .stack-prd-pin-tr { top: 0; right: 0; transform: translate(50%, -50%); }
        .stack-prd-pin-bl { bottom: 0; left: 0; transform: translate(-50%, 50%); }
        .stack-prd-pin-br { bottom: 0; right: 0; transform: translate(50%, 50%); }

        /* Card Corner Crosshairs */
        .stack-prd-card-corner-cross {
            position: absolute;
            color: rgba(255, 255, 255, 0.6);
            font-size: 13px;
            font-family: "dm-mono" !important;
            line-height: 1;
            z-index: 5;
            pointer-events: none;
        }

        .stack-prd-cc-tl { top: 16px; left: 16px; }
        .stack-prd-cc-tr { top: 16px; right: 16px; }
        .stack-prd-cc-bl { bottom: 16px; left: 16px; }
        .stack-prd-cc-br { bottom: 16px; right: 16px; }

        .stack-prd-card-heading {
            font-size: 24px;
            font-weight: 500;
            color: #132318;
            margin-bottom: 10px;
            letter-spacing: -0.02em;
        }

        .stack-prd-card-desc {
            font-size: 14.5px;
            line-height: 1.5;
            color: #4A4A44;
            font-weight: 400;
        }
        
        
        /* =========================================================
           Yellow management section UNIVERSAL 12PX CORNER PATTERN DESIGN (REUSABLE ON ANY CARD)
        ========================================================= */
        .yellow-management-prd-card-pin {
            position: absolute;
            width: 12px;
            height: 12px;
            background-color: #E4E1DA;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            pointer-events: none;
            /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);*/
        }

        .yellow-management-prd-pin-core {
            width: 8px;
            height: 8px;
            background-color: #759534; /* 12px signature pattern box */
            border-radius: 3px;
            transition: transform 0.25s ease, background-color 0.25s ease;
        }

        /*.prd-layer-card:hover .prd-pin-core,*/
        /*.prd-intelligence-card:hover .prd-pin-core,*/
        /*[class*="card"]:hover .prd-pin-core {*/
        /*    transform: scale(1.1);*/
        /*    background-color: #27464e;*/
        /*}*/

        /* Centered right on the 90-degree corner intersection vertex */
        .yellow-management-prd-pin-tl { top: 0; left: 0; transform: translate(-50%, -50%); }
        .yellow-management-prd-pin-tr { top: 0; right: 0; transform: translate(50%, -50%); }
        .yellow-management-prd-pin-bl { bottom: 0; left: 0; transform: translate(-50%, 50%); }
        .yellow-management-prd-pin-br { bottom: 0; right: 0; transform: translate(50%, 50%); }

        /* Card Corner Crosshairs */
        .yellow-management-prd-card-corner-cross {
            position: absolute;
            color: rgba(255, 255, 255, 0.6);
            font-size: 13px;
            font-family: "dm-mono";
            line-height: 1;
            z-index: 5;
            pointer-events: none;
        }

        .yellow-management-prd-cc-tl { top: 16px; left: 16px; }
        .yellow-management-prd-cc-tr { top: 16px; right: 16px; }
        .yellow-management-prd-cc-bl { bottom: 16px; left: 16px; }
        .yellow-management-prd-cc-br { bottom: 16px; right: 16px; }

        .yellow-management-prd-card-heading {
            font-size: 24px;
            font-weight: 500;
            color: #132318;
            margin-bottom: 10px;
            letter-spacing: -0.02em;
        }

        .yellow-management-prd-card-desc {
            font-size: 14.5px;
            line-height: 1.5;
            color: #4A4A44;
            font-weight: 400;
        }
        
/* =========================================================
   3-SEGMENT HEADER & HAMBURGER (PERFECT FIX)
========================================================= */

.site-header {
    position: relative;
    z-index: 1000;
    width: 100%;

    border-top: 1px solid #E4E1DA;
    border-bottom: 1px solid #E4E1DA;
}

.header-inner {
    width: min(100%, 1216px);
    min-height: 64px;
    margin-inline: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

/* 1. Left Brand */
.brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 24px;
    border-left: 1px solid #E4E1DA;
    border-right: 1px solid #E4E1DA;
}

.brand-desktop {
    display: block;
    max-height: 100%;
    width: 100%;
	
}
.brand-desktop.full-logo{
max-width:154px;}




/* Desktop Nav */
.main-nav {
    display: flex;
    align-items: stretch;
    flex: 1;
}


/* 2. Middle / CTA: BUILD WITH US */
.build-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-inline: 28px;
    border-left: 1px solid #E4E1DA;
    border-right: 1px solid #E4E1DA;
    color: #132318;
    font-family: "dm-mono" !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0%;
    text-decoration: none;
    line-height: 115%;
    text-transform: uppercase;
    transition: background-color .2s ease;
    background-color: #FFFCF5;
}

.build-link:hover {
    background-color: #f2eee5;
}

.build-dot {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #132318;
    border-radius: 1.5px;
    flex-shrink: 0;
}

/* 3. Right: Hamburger Button */
.hamburger-btn {
    display: none; /* Hidden on Desktop */
    width: 64px;
    background: #FFFCF5 !important;
    border: none !important;
    border-left: 1px solid #E4E1DA;
    cursor: pointer;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    outline: none;
    border-radius: 0 !IMPORTANT;
    border-bottom: 1px solid #E4E1DA;
}

/* The 3 Lines */
.hamburger-bar {
    display: block !important;        /* Required for <span> */
    width: 22px !important;
    height: 2px !important;
    background-color: #132318 !important;
    border-radius: 2px !important;
    transition: transform 0.25s ease, opacity 0.25s ease;
    flex-shrink: 0;
}
.hamburger-btn.is-active{
    background-color: #FFFCF5 !important;
    border: none;
}

/* Active Morph (X) */
.hamburger-btn.is-active .hamburger-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.hamburger-btn.is-active .hamburger-bar:nth-child(2) {
    opacity: 0;
}
.hamburger-btn.is-active .hamburger-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Slide-out Menu */
.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fffcf5;
    border-bottom: 1px solid #E4E1DA;
    border-top: 1px solid #E4E1DA;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
    opacity: 0;
    z-index: 999;
}

.mobile-menu.is-open {
    max-height: 400px;
    opacity: 1;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
}

.mobile-nav-link {
    padding: 16px 24px;
    border-bottom: 1px solid #E4E1DA;
    color: #132318;
	font-family:"forma-djr-text" !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.mobile-nav-cta {
    background-color: #f2eee5;
    font-family: ui-monospace, monospace;
    font-size: 13px;
    letter-spacing: 0.08em;
    font-weight: 600;
}

/* =========================================================
   MOBILE RESPONSIVE (MATCHES YOUR REFERENCE IMAGE 100%)
========================================================= */
@media (max-width: 860px) {
    .site-header {
        position: sticky;
        top: 0;
    }
    #cpgRainCanvas,
    .cpg-puzzle-canvas {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
    .cpg-hero-overlay h1{
        font-size: 40px;
    }

    .header-inner {
        width: 100% !important;
        min-height: 60px;
        display: grid !important;
        grid-template-columns: 64px 1fr 64px !important;
    }
    .brand-desktop.full-logo{
               display: none; 
            }

    /* 1. Left Icon */
   
    .brand-icon-mobile {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .brand {
        padding: 0 !important;
        border-left: 0 !important;
        border-right: 1px solid #E4E1DA !important;
      
    }

    /* Hide standard horizontal nav */
    .main-nav {
        display: none !important;
    }

    /* 2. Middle BUILD WITH US */
    .build-link {
        border-left: 0 !important;
        border-right: 1px solid #E4E1DA !important;
        padding-inline: 10px !important;
        font-size: 12px !important;
        letter-spacing: 0.05em !important;
     
    }

    /* 3. Right Hamburger */
    .hamburger-btn {
        display: flex !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 860px) {
   .hamburger-btn{
  display: none !important;  
}
.site-header{
    padding: 0 !important;
}
.brand-icon-mobile {
    display: none;
}
}
    


/* =========================================================
   WORDPRESS / ELEMENTOR HEADER + FOOTER LAYOUT OVERRIDE
========================================================= */


/* =========================================================
   HEADER
========================================================= */

.site-header {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.site-header .header-inner {
    width: min(100%, var(--container)) !important;
    max-width: var(--container) !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
	background-color:#FFFCF5;
}


/* Remove Elementor container spacing inside header */

.site-header .elementor-container,
.site-header .e-con,
.site-header .e-con-inner {
    width: 100% !important;
    max-width: none !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    width: 100% !important;
    max-width: none !important;

    padding: 0 !important;
    margin: 0 !important;
}

.site-footer .footer-inner {
    width: min(100%, var(--container)) !important;
    max-width: var(--container) !important;

    margin-left: auto !important;
    margin-right: auto !important;
padding-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* Remove Elementor container spacing inside footer */

.site-footer .elementor-container,
.site-footer .e-con,
.site-footer .e-con-inner {
    width: 100% !important;
    max-width: none !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* =========================================================
   HEADER / FOOTER CHILD ELEMENTS
   Prevent inherited Elementor spacing
========================================================= */

.site-header *,
.site-footer * {
    max-width: none;
}


/* Restore your intended widths for the actual inner wrappers */

.site-header .header-inner,
.site-footer .footer-inner {
    width: min(100%, 1216px) !important;
}
.site-footer .footer-inner{
    display: block !important;
}


/* =========================================================
   IMPORTANT:
   Do NOT allow Elementor's default section padding
========================================================= */

.site-header .elementor-section,
.site-header .elementor-element,
.site-footer .elementor-section,
.site-footer .elementor-element {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.hero-contact-cell .hero-email input[type="email"] {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}
#p5_loading,
.p5_loading,
div[id*="p5_loading"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* =============================Product Page css start====================================  */

 /* Fixed Background Grid Pattern */
        .prd-bg-grid {
            position: fixed;
            inset: 0;
            background-image: url("assets/images/pattern.svg");
            background-repeat: repeat;
            background-position: center top;
            background-size: 38px;
            pointer-events: none;
            z-index: 0;
        }

        /* Container Shell with side borders */
        .prd-shell {
            position: relative;
            z-index: 1;
            width: 100%;
            margin-inline: auto;
            
            
        }
        .prd-hero-main-div,
        .prd-layers-main-div,
        .prd-dark-main-div,
        .prd-testi-main-div,
        .prd-cta-main-div{
            width: 100%;
        }
        .prd-hero-main-div{
            border-bottom: 1px solid #E4E1DA;
           
        }
        .prd-dark-main-div .logo-track{
            background-color: #132318;
        }
        .prd-layers-main-div{
          border-bottom: 1px solid #E4E1DA; 
      
        }
        .prd-testi-main-div{
            border-bottom: 1px solid #E4E1DA ;
        }
        .prd-dark-main-div{
            background-color: #132318;
        }
        .prd-shell section {
            max-width: 1216px;
            margin: 0 auto;
            
        }

        /* Generic Eyebrow */
        .prd-eyebrow {
            display: flex;
            align-items: center;
            gap: 16px;

            font-family: "dm-mono";
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 125%;
/* identical to box height, or 18px */
text-transform: uppercase;
width: 100%;
color: #8D8C83;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .prd-eyebrow-line {
            height: 1px;
            flex: 1;
            max-width: 100%;
            background-color: #8D8C83;
        }

        /* =========================================================
           1. HERO SECTION (2x2 Grid)
        ========================================================= */
        .prd-hero-grid {
            display: grid;
            grid-template-columns: 800px 1fr;
            grid-template-rows: 400px;
            border-left: 1px solid #E4E1DA;
            border-right: 1px solid #E4E1DA;
           
        }

        /* Top Left: Title */
        .prd-hero-tl {
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            border-bottom: 1px solid #E4E1DA;
            border-right: 1px solid #E4E1DA;
            min-height: 400px;
            background-color: #FFFCF5;
        }

        .prd-hero-title {
          font-family: "forma-djr-deck";
font-style: normal;
font-weight: 400;
font-size: 64px;
line-height: 125%;
/* or 67px */
font-feature-settings: 'ss02' on, 'ss01' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss10' on, 'ss08' on;

color: #132318;
        }

        /* Top Right: Intersecting Geometry with Flowing Dashed Lines */
        .prd-hero-tr {
            position: relative;
            background-color: #F6F2EA;
            border-bottom: 1px solid #E4E1DA;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 400px;
        }

        /* Flowing Dashed Lines Background (Identical to Stack Section) */
        .prd-hero-dashed-flow {
            position: absolute;
            inset: 0;
            background-color: #d8d4cb;
            pointer-events: none;
            z-index: 1;
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect x='0' y='11.4' width='11' height='1.2' rx='0.6' fill='%23000'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect x='0' y='11.4' width='11' height='1.2' rx='0.6' fill='%23000'/%3E%3C/svg%3E");
            -webkit-mask-size: 24px 24px;
            mask-size: 24px 24px;
            -webkit-mask-repeat: repeat;
            mask-repeat: repeat;
            animation: prdFlowLinesDash 1s linear infinite;
        }

        @keyframes prdFlowLinesDash {
            0% {
                -webkit-mask-position: 0 0;
                mask-position: 0 0;
            }
            100% {
                -webkit-mask-position: -24px 0;
                mask-position: -24px 0;
            }
        }

        .prd-geometry-canvas {
            position: relative;
            z-index: 2;
            width: 100%;
            height: 100%;
            display: block;
        }

        /* Bottom Left: Systems of Intelligence Card */
        .prd-hero-bl {
            padding: 40px;
            border-right: 1px solid #E4E1DA;
            background-color: #FFFCF5;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .prd-intelligence-card {
            position: relative;
            width: 100%;
            min-height: 320px;
            border: 1px solid #E4E1DA;
            background-color: #f8f6ef;
           
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            overflow: hidden;
        }

        /* Corner crosshairs */
        .prd-cross-tl { position: absolute; top: 8px; left: 8px; color: #8d8c83; font-size: 14px; line-height: 1; font-family: monospace; }
        .prd-cross-tr { position: absolute; top: 8px; right: 8px; color: #8d8c83; font-size: 14px; line-height: 1; font-family: monospace; }
        .prd-cross-bl { position: absolute; bottom: 8px; left: 8px; color: #8d8c83; font-size: 14px; line-height: 1; font-family: monospace; }
        .prd-cross-br { position: absolute; bottom: 8px; right: 8px; color: #8d8c83; font-size: 14px; line-height: 1; font-family: monospace; }

        .prd-card-header-badge {
            text-align: center;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
            font-size: 13px;
            color: #8d8c83;
            letter-spacing: 0.05em;
        }

        .prd-card-main-title {
            text-align: center;
            font-size: clamp(28px, 3.5vw, 44px);
            font-weight: 500;
            letter-spacing: -0.03em;
            color: #132318;
            margin-top: 10px;
        }

        .prd-diagram-wrapper {
            position: relative;
            margin-top: 20px;
            min-height: 180px;
            border: 1px dashed #E4E1DA;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 252, 245, 0.6);
        }

        .prd-diagram-img {
            max-width: 100%;
            height: auto;
            object-fit: contain;
            display: block;
        }

        /* Bottom Right: Static Stamp & Copy */
        .prd-hero-br {
            background-color: #FFFCF5;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .prd-stamp-wrap {
            width: 90px;
            height: 90px;
            margin-bottom: 20px;
        }

        .prd-stamp-img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }

        .prd-hero-br-copy {
           font-family: "forma-djr-text";
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 115%;
/* or 37px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #8D8C83;
        }

        /* =========================================================
           2. DATA, FROM EVERY FINANCIAL LAYER (Card Grid)
        ========================================================= */
        .prd-layers-section {
            padding: 80px 40px;
             border-left: 1px solid #E4E1DA;
            border-right: 1px solid #E4E1DA;
            background-color: #FFFCF5;
            
        }
        .prd-cards-main{
            display:flex;
            flex-direction: row;
            align-items: start;
            justify-content: center;
            gap: 105px;
        }

        .prd-layers-header {
            margin-bottom: 40px;
        }

        .prd-layers-title {
            font-family: "forma-djr-deck";
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 115%;
/* or 55px */
font-feature-settings: 'ss02' on, 'ss01' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss10' on, 'ss08' on;

color: #132318;
        }

        .prd-layers-tags {
            display: flex;
            align-items: center;
            flex-direction: column;
            gap: 20px;
            
        }
        .prd-layers-tags span {
            font-family: "dm-mono";
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 125%;
/* or 18px */
text-transform: uppercase;

color: #132318;


        }

        .prd-tags-icons {
            display: flex;
            gap: 6px;
        }
        .prd-tags-icons img{
            height:28px;
            width:28px                                                                                                          ;
        }

        .prd-tags-icons span {
            width: 18px;
            height: 18px;
            border: 1px solid #8d8c83;
            border-radius: 3px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
        }

        .prd-cards-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
             grid-template-rows: 422px 422px;
            gap: 40px;
            margin-top: 30px;
        }

        .prd-layer-card {
            background-color: #f2eee5;
           
            
            border-radius: 4px;
            display: flex;
            flex-direction: column;
            transition: transform 0.35s cubic-bezier(.65, 0, .35, 1), box-shadow 0.35s cubic-bezier(.65, 0, .35, 1), border-color 0.35s ease;
            position: relative;
        }

        .prd-layer-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(19, 35, 24, 0.08);
            border-color: #8d8c83;
        }
        .prd-content-image-main{
            display: flex;
            flex-direction: column;
        }
        

        .prd-card-media-wrap {
            position: relative;
            aspect-ratio: 1.62;
            overflow: visible; /* Allows the 4 corner pins to straddle the 90-degree corners cleanly */
            background-color: #1a1a1a;
            
           
            max-height: 245px;
        }
        .prd-card-content{
            display: flex;
            flex-direction: column;
            padding: 32px;
            gap:8px;
            margin-top: 8px;
        }

        .prd-card-img-box {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .prd-card-img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s cubic-bezier(.65, 0, .35, 1);
            display: block;
        }

        .prd-layer-card:hover .prd-card-img-box img {
            transform: scale(1.05);
        }

        /* =========================================================
           UNIVERSAL 12PX CORNER PATTERN DESIGN (REUSABLE ON ANY CARD)
        ========================================================= */
/*         .prd-card-pin {
            position: absolute;
            width: 12px;
            height: 12px;
            background-color: #f2eee5;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            pointer-events: none;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        }

        .prd-pin-core {
            width: 8px;
            height: 8px;
            background-color: #386068;
            border-radius: 3px;
            transition: transform 0.25s ease, background-color 0.25s ease;
        } */

/*         .prd-layer-card:hover .prd-pin-core,
        .prd-intelligence-card:hover .prd-pin-core,
        [class*="card"]:hover .prd-pin-core {
            transform: scale(1.1);
            background-color: #27464e;
        } */

        /* Centered right on the 90-degree corner intersection vertex */
        .prd-pin-tl { top: 0; left: 0; transform: translate(-50%, -50%); }
        .prd-pin-tr { top: 0; right: 0; transform: translate(50%, -50%); }
        .prd-pin-bl { bottom: 0; left: 0; transform: translate(-50%, 50%); }
        .prd-pin-br { bottom: 0; right: 0; transform: translate(50%, 50%); }

        /* Card Corner Crosshairs */
        .prd-card-corner-cross {
            position: absolute;
            color: rgba(255, 255, 255, 0.6);
            font-size: 13px;
            font-family: monospace;
            line-height: 1;
            z-index: 5;
            pointer-events: none;
        }

        .prd-cc-tl { top: 16px; left: 16px; }
        .prd-cc-tr { top: 16px; right: 16px; }
        .prd-cc-bl { bottom: 16px; left: 16px; }
        .prd-cc-br { bottom: 16px; right: 16px; }

        .prd-card-heading {
           font-family: "forma-djr-text";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 115%;
/* identical to box height, or 28px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #132318;
        }

        .prd-card-desc {
            font-family: "forma-djr-text";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 125%;
/* or 22px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #8D8C83;
        }

        /* =========================================================
           3. DARK STATS & METRICS WITH VIEWPORT-TRIGGERED COUNTING
        ========================================================= */
        .prd-dark-section {
            background-color: #132318;
            color: #ffffff;
          
            position: relative;
            overflow: hidden;
            max-width:1200px !important;
            padding: 100px 40px;
        }

        .prd-dark-eyebrow  {
            color: #E1FF76;
            margin-bottom: 12px;
        }

        .prd-dark-eyebrow .prd-eyebrow-line {
            background-color: #C2E935;
        }

        .prd-dark-heading {
          font-family: "forma-djr-deck";
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 115%;
/* or 55px */
font-feature-settings: 'ss02' on, 'ss01' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss10' on, 'ss08' on;

color: #FFFCF5;
            max-width: 820px;
            margin-bottom: 80px !important;
        }

        .prd-metrics-grid {
            display: grid;
            grid-template-columns: 373.33px 373.33px 373.33px;
            row-gap: 40px;
            margin-bottom: 80px;
        }

        .prd-metric-item {
            display: flex;
            flex-direction: column;
            gap: 4px;
            
        }

        .prd-metric-number {
            font-family: "forma-djr-deck";
font-style: normal;
font-weight: 400;
font-size: 100px;
line-height: 115%;
/* identical to box height, or 115px */
font-feature-settings: 'ss02' on, 'ss01' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss10' on, 'ss08' on;

color: #E1FF76;
            
        }

        .prd-metric-label {
           font-family: "dm-mono";
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 125%;
/* identical to box height, or 18px */
text-transform: uppercase;

color: #FFFCF5;
        }

        /* Dark Logo Slider with Image Tags */
        .prd-dark-logo-strip {
            width: calc(100% + 88px);
            margin-left: -44px;
            overflow: hidden;
            border-top: 1px solid rgba(228, 225, 218, 0.15);
            padding: 28px 0;
            background: rgba(0, 0, 0, 0.25);
            position: relative;
        }

        .prd-dark-logo-track {
            display: flex;
            width: max-content;
            animation: prdLogoTicker 18s linear infinite;
        }

        .prd-dark-logo-strip:hover .prd-dark-logo-track {
            animation-play-state: paused;
        }

        .prd-logo-box {
            width: 180px;
            min-width: 180px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: 1px solid rgba(228, 225, 218, 0.15);
            padding: 0 20px;
        }

        .prd-logo-img {
            max-width: 120px;
            max-height: 38px;
            object-fit: contain;
            opacity: 0.75;
            transition: opacity 0.25s ease;
            filter: brightness(0) invert(1);
        }

        .prd-logo-box:hover .prd-logo-img {
            opacity: 1;
        }

        @keyframes prdLogoTicker {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }

        /* =========================================================
           4. TESTIMONIALS SLIDER SECTION (Theme Curvy Edge Buttons)
        ========================================================= */
        .prd-testimonial-section {
            border-left: 1px solid #E4E1DA;
            border-right: 1px solid #E4E1DA;
            background-color: #F6F2EA;
            display: grid;
            grid-template-columns: 1.923fr 1fr;
            height: 100%;
        }

        .prd-testi-content {
            padding: 64px 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 40px;
            border-right: 1px solid #E4E1DA;
        }

        .prd-testi-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
          
        }
        .prd-testi-top .prd-eyebrow{
            margin-right: 12px;
        }

        /* Curvy Edge Theme Slider Arrow Controls */
        .prd-slider-controls {
            display: flex;
            gap: 1px;
        }

        .prd-ctrl-btn-up {
            width: 48px;
            height: 42px;
            background: #132318 !important;
            color: #ffffff !important;
            border: 0 !important;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding-right: 6px;
            cursor: pointer;
            clip-path: polygon(
                0 6px,
                1.8px 1.8px,
                6px 0,
                calc(100% - 16px) 0,
                calc(100% - 12px) 2px,
                calc(100% - 10px) 6px,
                calc(100% - 0.5px) calc(100% - 5.5px),
                calc(100% - 2.5px) calc(100% - 2px),
                calc(100% - 7px) 100%,
                6px 100%,
                1.8px calc(100% - 1.8px),
                0 calc(100% - 6px)
            ) !important;
            transition: background-color 0.2s ease, transform 0.2s ease;
            z-index: 2;
        }

        .prd-ctrl-btn-down {
            width: 48px;
            height: 42px;
            background: #132318 !important;
            color: #ffffff!important;
            border: 0 !important;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding-left: 6px;
            cursor: pointer;
            clip-path: polygon(
                6px 0,
                calc(100% - 6px) 0,
                calc(100% - 1.8px) 1.8px,
                100% 6px,
                100% calc(100% - 6px),
                calc(100% - 1.8px) calc(100% - 1.8px),
                calc(100% - 6px) 100%,
                16px 100%,
                12px calc(100% - 2px),
                10px calc(100% - 6px),
                0.5px 5.5px,
                2.5px 2px
            ) !important;
            transition: background-color 0.2s ease, transform 0.2s ease;
            z-index: 1;
        }

        .prd-ctrl-btn-up:hover,
        .prd-ctrl-btn-down:hover {
            background-color: #D4FA36;
            color: #132318;
        }

        .prd-testi-quote {
          font-family: "forma-djr-deck";
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 115%;
/* or 55px */
font-feature-settings: 'ss02' on, 'ss01' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss10' on, 'ss08' on;
margin: 0 !important;
color: #132318;
         
            min-height: 140px;
            transition: opacity 0.35s ease, transform 0.35s ease;
        }

       

        .prd-testi-author {
           font-family: "dm-mono";
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 125%;
/* identical to box height, or 18px */
text-transform: uppercase;

color: #132318;
margin-top: -15px;
margin-bottom:  40px;
            text-transform: uppercase;
            transition: opacity 0.35s ease;
        }

        .prd-testi-brand {
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 700;
            font-size: 18px;
            letter-spacing: 0.08em;
            color: #1a56db;
            transition: opacity 0.35s ease;
        }

        .prd-testi-brand svg {
            width: 24px;
            height: 24px;
        }

        /* Right Side: Media Container with Dynamic Video Transition */
        .prd-testi-media {
            position: relative;
            background-color: #2b332b;
            min-height: 480px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .prd-testi-media img{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .prd-testi-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: opacity 0.4s ease, transform 0.4s ease;
        }

        /* .prd-play-badge {
            position: absolute;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.95);
            color: #132318;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
            cursor: pointer;
            transition: transform 0.25s ease, background 0.25s ease;
            z-index: 5;
        } */

        /* .prd-play-badge:hover {
            transform: scale(1.1);
            background: #D4FA36;
        } */

        /* .prd-play-triangle {
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 12px solid #132318;
            margin-left: 3px;
        } */

        /* =========================================================
           5. CTA SECTION (90PX PERIMETER BLOCKS & ZERO HAIRLINE GAPS)
        ========================================================= */
        .prd-cta-section {
            position: relative;
            padding: 110px 44px;
            background-color: transparent;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-left: 1px solid #E4E1DA;
            border-right: 1px solid #E4E1DA;
            min-height: 576px;
        }

        .prd-cta-border-canvas {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            pointer-events: auto;
            z-index: 1;
        }

        .prd-cta-inner {
            position: relative;
            z-index: 2;
            max-width: 680px;
            margin: 0 auto;
        }

        .prd-cta-eyebrow {
            justify-content: center;
            margin-bottom: 14px;
        }

        .prd-cta-title {
           font-family: "forma-djr-deck";
font-style: normal;
font-weight: 400;
font-size: 64px;
line-height: 105%;
/* or 67px */
text-align: center;
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #132318;
            margin-bottom: 40px !important;
        }

        /* Split Email Input with Theme Curvy Clip Paths */
        .prd-email-row {
            display: flex;
            align-items: stretch;
            width: 100%;
            max-width: 440px;
            height: 52px;
            margin: 0 auto;
            gap: 0;
        }

        .prd-email-box-wrap {
            position: relative;
            flex: 1;
            height: 100%;
            background: #E4E1DA !important;
            clip-path: polygon(
                0 6px,
                1.8px 1.8px,
                6px 0,
                calc(100% - 16px) 0,
                calc(100% - 12px) 2px,
                calc(100% - 10px) 6px,
                calc(100% - 0.5px) calc(100% - 5.5px),
                calc(100% - 2.5px) calc(100% - 2px),
                calc(100% - 7px) 100%,
                6px 100%,
                1.8px calc(100% - 1.8px),
                0 calc(100% - 6px)
            )!IMPORTANT;
            transition: background-color 0.2s ease;
            z-index: 2;
        }

        .prd-email-box-wrap:focus-within {
            background-color: #8d8c83;
        }

        .prd-email-input {
            position: absolute;
            inset: 1px;
            width: calc(100% - 2px);
            height: calc(100% - 2px);
            border: 0 !important;
            outline: none;
            padding-left: 18px;
            padding-right: 22px;
            clip-path: polygon(
                0 5px,
                1.5px 1.5px,
                5px 0,
                calc(100% - 16px) 0,
                calc(100% - 12px) 2px,
                calc(100% - 10px) 5.5px,
                calc(100% - 0.5px) calc(100% - 5.5px),
                calc(100% - 2.5px) calc(100% - 2px),
                calc(100% - 7px) 100%,
                5px 100%,
                1.5px calc(100% - 1.5px),
                0 calc(100% - 5px)
            ) !important;
            background: #F6F2EA !important;
            color: #132318 !important;
            font-family: inherit;
            font-size: 14.5px;
            transition: background-color 0.2s ease;
        }

        .prd-email-input:focus {
            background: #faf7f0;
        }

        .prd-email-input::placeholder {
            font-family: "forma-djr-text";
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 115%;
/* or 18px */
font-feature-settings: 'ss01' on, 'ss02' on, 'ss04' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on;

color: #8D8C83;

        }

        .prd-email-btn {
            width: 52px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-left: 2px;
            border: 0 !important;
            clip-path: polygon(
                6px 0,
                calc(100% - 6px) 0,
                calc(100% - 1.8px) 1.8px,
                100% 6px,
                100% calc(100% - 6px),
                calc(100% - 1.8px) calc(100% - 1.8px),
                calc(100% - 6px) 100%,
                16px 100%,
                12px calc(100% - 2px),
                10px calc(100% - 6px),
                0.5px 5.5px,
                2.5px 2px
            ) !important;
            background: #132318 !important;
            color: #ffffff !important;
            cursor: pointer;
            z-index: 1;
            transition: background-color 0.25s ease, transform 0.2s ease;
        }

        .prd-email-btn:hover {
            background: #1f3626;
        }

        .prd-email-btn svg {
            width: 18px;
            height: 18px;
            transition: transform 0.2s ease;
        }

        .prd-email-btn:hover svg {
            transform: translateX(3px);
        }
        .prd-dark-section .logo-strip .logo-item img{
filter: brightness(0) invert(1);
    opacity: 0.70;
        }
        .prd-dark-section .logo-strip .logo-item{
border-right: 1px solid #FFFCF529;
        }
        .prd-dark-section .logo-strip{
border: 1px solid #FFFCF529;

        }
    
        /* =========================================================
           RESPONSIVE BREAKPOINTS
        ========================================================= */
        @media (max-width: 1024px) {
            .prd-hero-grid {
                grid-template-columns: 60% 40%;
            }
            .prd-layers-tags{
                align-items: start;
            }

            

            .prd-metrics-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .prd-testimonial-section {
                grid-template-columns: 1fr;
            }

            .prd-testi-content {
                border-right: none;
                border-bottom: 1px solid #E4E1DA;
            }
            .prd-cards-main{
                flex-direction: column;
                gap: 0;
            }
            .prd-cards-grid{
                grid-template-columns: 1fr 1fr;
            }
            .prd-testi-media{
                max-height: 400px;
            }
        }

        @media (max-width: 768px) {
            .prd-hero-grid {
                grid-template-columns: 100%;
                grid-template-rows: 300px;
               
            }
            .prd-hero-tl{
                min-height: 100%;
            }
            .prd-hero-tr{
               min-height: 300px;
            }
            .prd-hero-bl{
                max-height: 400px;
                border-bottom: 1px solid #E4E1DA;   
            }
            .prd-intelligence-card{
                max-height: 100%;
                min-height: 100%;
            }
            .prd-hero-title{
                font-size: 40px;
            }
            .prd-hero-br-copy{
                font-size: 24px;
            }
            .prd-layers-title
            {
                font-size: 32px;
            }
            .prd-testi-content {
                gap: 18px;
            }
            .prd-testi-quote{
                font-size: 28px;
            }
            .prd-testi-author{
                margin-top: 0;
                margin-bottom: 25px;
            }
            .prd-eyebrow{
                font-size: 13px;
            }
            
            .prd-hero-tl, 
            .prd-hero-bl, 
            .prd-hero-br,
            .prd-layers-section,
            .prd-dark-section,
            .prd-testi-content,
            .prd-cta-section {
                padding: 24px 20px;
            }
            .prd-hero-tl,
            .prd-hero-tr,
            .prd-hero-bl {
                border-right: none;
            }

            .prd-dark-logo-strip {
                width: calc(100% + 40px);
                margin-left: -20px;
            }

            .prd-cards-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .prd-metrics-grid {
                grid-template-columns: 1fr 1fr;
                row-gap: 36px;
            }
            .prd-metric-number{
                font-size: 60px;
            }

            .prd-testi-media {
                min-height: 100%;
                max-height: 300px;
            }
            .prd-cta-border-canvas{
                display: none;
            }
            .prd-cta-section {
                min-height: 100%;
            }
            .prd-cta-title{
                font-size: 32px;
                margin-bottom: 30px;
            }
            .prd-dark-heading{
                font-size: 32px;
            }
            .prd-metric-item{
                align-items: center;
            }
        }
         @media (max-width: 450px) {
            .prd-metrics-grid {
                grid-template-columns: 1fr;
                margin-bottom: 40px;
               
            }
            .prd-dark-heading{
                margin-bottom: 30px;
            }
            .prd-dark-section .logo-item{
                height: 100%;
                border-bottom: 0;
            }
        }

/* =============================Product Page css End====================================  */

