/* Comprehensive navigation and module pages */
.mega.mega-wide{width:min(1080px,92vw);grid-template-columns:repeat(4,1fr);padding:22px;left:40%}
.mega-group{padding:6px 8px}
.mega-group>span{display:block;margin:0 0 8px 12px;color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.mega-group a{padding:8px 12px}
.mega-group a b{font-size:12px}
.module-directory{background:var(--navy);color:white}
.module-directory .section-heading h2{color:white}
.module-directory .section-heading p{color:#a8bec3}
.directory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#36515a;border:1px solid #36515a}
.directory-card{min-height:180px;padding:26px;background:#15343f;transition:.2s}
.directory-card:hover{background:#1b4550;transform:translateY(-2px)}
.directory-card span{font-size:9px;color:#5ee0d4;font-weight:800;letter-spacing:.12em}
.directory-card h3{font-size:17px;margin:18px 0 8px;color:white}
.directory-card p{font-size:12px;color:#9eb3b7;margin:0}
.directory-card i{display:block;margin-top:18px;color:#50d8cc;font-style:normal;font-size:12px;font-weight:800}
.module-hero{padding:78px 0 72px;background:linear-gradient(130deg,#eff8f5 0%,#f8faf7 62%,#dff7f2 100%);overflow:hidden}
.breadcrumbs{font-size:11px;color:#71868b;margin-bottom:24px}.breadcrumbs a{color:#168f88;font-weight:700}
.module-hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:75px;align-items:center}
.module-kicker{color:var(--teal);font-size:10px;text-transform:uppercase;letter-spacing:.16em;font-weight:800}
.module-hero h1{font-size:clamp(42px,4.7vw,70px);margin:16px 0}
.module-hero .lead{font-size:18px;color:var(--muted);max-width:650px}
.module-hero-image{padding:8px;background:white;border:1px solid #d7e6e3;box-shadow:0 35px 70px #12394224}
.module-hero-image img{display:block;width:100%;max-height:470px;object-fit:cover;object-position:top}
.module-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:34px;border-top:1px solid #cededa;padding-top:24px}
.module-stats div{display:grid}.module-stats b{font:800 19px var(--display);color:var(--navy)}.module-stats small{font-size:10px;color:#74878c}
.module-overview{background:white}
.module-overview-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:95px}
.sticky-intro{position:sticky;top:120px;align-self:start}
.sticky-intro h2{font-size:42px;margin:16px 0}.sticky-intro p{color:var(--muted)}
.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.feature-item{padding:30px;background:white;min-height:185px}
.feature-item span{display:inline-grid;place-items:center;width:28px;height:28px;background:var(--mint);color:#078e86;font-size:10px;font-weight:800}
.feature-item h3{font-size:17px;margin:18px 0 8px}
.feature-item p{margin:0;color:var(--muted);font-size:13px}
.workflow-section{background:var(--cream)}
.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:45px}
.workflow-step{background:white;border-top:3px solid var(--teal);padding:28px;min-height:200px}
.workflow-step>span{font:800 11px var(--display);color:var(--teal)}
.workflow-step h3{font-size:18px;margin:34px 0 10px}
.workflow-step p{color:var(--muted);font-size:12px}
.related-section{padding:70px 0}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.related-card{padding:25px;border:1px solid var(--line)}.related-card span{font-size:9px;color:var(--teal);font-weight:800}.related-card h3{font-size:17px;margin:12px 0}.related-card p{font-size:12px;color:var(--muted)}
@media(max-width:1100px){.directory-grid{grid-template-columns:repeat(3,1fr)}.module-hero-grid,.module-overview-grid{grid-template-columns:1fr}.sticky-intro{position:static}.workflow-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.container{width:min(100% - 30px,1420px)}.directory-grid,.feature-list,.related-grid{grid-template-columns:1fr}.module-hero{padding:48px 0}.module-hero-grid{gap:36px}.module-stats{gap:14px}.module-overview-grid{gap:40px}.workflow-grid{grid-template-columns:1fr}.mega.mega-wide{display:none}}

/* Full-width dropdown navigation */
.nav-wrap{position:relative}
.nav{align-self:stretch;gap:2px}
.nav-dropdown{position:static;height:100%;display:flex;align-items:stretch}
.nav-dropdown>button{height:100%;padding:0 11px!important;display:flex;align-items:center;gap:8px;border-radius:0!important;font-size:12px;white-space:nowrap;transition:background .18s,color .18s}
.nav-dropdown:hover>button,.nav-dropdown:focus-within>button,.nav-dropdown.menu-open>button{background:var(--mint);color:#047e77}
.nav-chevron{width:7px;height:7px;margin:0!important;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .18s}
.nav-dropdown:hover .nav-chevron,.nav-dropdown:focus-within .nav-chevron,.nav-dropdown.menu-open .nav-chevron{transform:rotate(225deg) translate(-1px,-1px)}
.mega,.mega.mega-wide,.mega.mega-compact{top:calc(100% - 1px);left:0;right:0;width:100%;transform:translateY(10px);border-radius:0;padding:25px;gap:10px}
.nav-dropdown:hover .mega,.nav-dropdown:focus-within .mega,.nav-dropdown.menu-open .mega{transform:translateY(0)}
.mega.mega-wide{grid-template-columns:repeat(4,1fr)}
.mega.mega-compact{grid-template-columns:240px 1fr}
.mega-intro{padding:18px 22px;background:var(--navy);color:white;display:flex;flex-direction:column;justify-content:flex-end;min-height:150px}
.mega-intro span{color:#5ee0d4;font-size:9px;letter-spacing:.13em;font-weight:800}
.mega-intro b{font:700 17px/1.35 var(--display);margin-top:14px}
.mega-link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}
.mega-link-grid a,.mega-group a{display:block;width:100%;min-height:58px;padding:12px 14px;border-radius:0}
.mega-link-grid a:hover,.mega-group a:hover{background:var(--mint)}
.mega-link-grid a b{font-size:12px}
.mega-link-grid a small{font-size:10px;line-height:1.4;margin-top:3px}
.mega-group{padding:8px;border-right:1px solid var(--line)}
.mega-group:last-child{border-right:0}
.mega-group>span{margin-left:14px}

/* Expanded module detail section */
.coverage-section{background:var(--navy);color:white}
.coverage-section .section-heading h2{color:white}
.coverage-section .section-heading p{color:#9fb5ba}
.coverage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#38515a;border:1px solid #38515a}
.coverage-column{padding:34px;background:#15343f}
.coverage-column>span{color:#56ddd1;font:800 10px var(--display)}
.coverage-column>h3{font-size:21px;color:white;margin:18px 0 28px}
.coverage-row{padding:19px 0;border-top:1px solid #35515a}
.coverage-row b{display:block;font-size:13px;color:#edf8f7}
.coverage-row p{font-size:11px;line-height:1.65;color:#9db3b7;margin:7px 0 0}

@media(max-width:1280px){
  .nav-dropdown>button{padding:0 7px!important;font-size:11px}
  .nav-actions .text-link{display:none}
}
@media(max-width:980px){
  .nav{align-self:auto}
  .nav-dropdown{height:auto;width:100%;display:block}
  .nav-dropdown>button{height:auto;width:100%;justify-content:space-between;padding:12px 0!important}
  .mega,.mega.mega-wide,.mega.mega-compact{position:static;width:100%;display:none;opacity:1;pointer-events:auto;transform:none;box-shadow:none;border:0;padding:8px 0 12px;grid-template-columns:1fr}
  .nav-dropdown.menu-open .mega{display:grid}
  .mega-intro{display:none}
  .mega-link-grid{grid-template-columns:1fr}
  .mega-group{border:0;padding:4px 0}
  .mega-group>span{margin-left:0}
  .mega-link-grid a,.mega-group a{min-height:0;padding:9px 12px}
}
@media(max-width:760px){
  .coverage-grid{grid-template-columns:1fr}
  .mega.mega-wide{display:none}
  .nav-dropdown.menu-open .mega.mega-wide{display:grid}
}

/* Contact and demo request page */
.contact-hero{padding:78px 0 100px;background:linear-gradient(130deg,#eff8f5 0%,#f8faf7 60%,#dff7f2 100%)}
.contact-hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}
.contact-hero h1{font-size:clamp(45px,5vw,72px);margin:20px 0}
.contact-hero-grid>div:first-child>p{max-width:650px;color:var(--muted);font-size:17px}
.contact-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:45px;background:#cbdad7;border:1px solid #cbdad7}
.contact-methods a{padding:22px;background:#f8fbfa;min-height:130px}
.contact-methods span,.contact-methods b,.contact-methods small{display:block}
.contact-methods span{font-size:8px;letter-spacing:.13em;color:var(--teal);font-weight:800}
.contact-methods b{font-size:12px;margin:20px 0 5px}
.contact-methods small{font-size:9px;color:var(--muted)}
.contact-form-card{padding:45px;background:white;border:1px solid #d9e5e2;box-shadow:0 30px 70px #1239421f}
.contact-form-heading>span{color:var(--teal);font-size:9px;letter-spacing:.14em;font-weight:800}
.contact-form-heading h2{font-size:32px;margin:10px 0}
.contact-form-heading p{color:var(--muted);font-size:13px;margin-bottom:28px}
.contact-form-card form{display:grid;gap:18px}
.contact-form-card label{display:grid;gap:7px;font-size:11px;font-weight:700;color:#40565d}
.contact-form-card label em{color:var(--teal);font-style:normal}
.contact-form-card input,.contact-form-card select,.contact-form-card textarea{width:100%;border:1px solid #cfdcda;background:#fbfdfc;padding:13px 14px;color:var(--ink);font:400 13px var(--body);outline:none;transition:.18s}
.contact-form-card input:focus,.contact-form-card select:focus,.contact-form-card textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #00a99d14;background:white}
.contact-form-card textarea{resize:vertical;min-height:125px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.contact-submit{width:100%;cursor:pointer}
.form-note{text-align:center;color:#7c8e92;font-size:10px;margin:0}
@media(max-width:1100px){.contact-hero-grid{grid-template-columns:1fr;gap:50px}.contact-methods{max-width:760px}}
@media(max-width:640px){.contact-hero{padding:48px 0 70px}.contact-methods,.form-row{grid-template-columns:1fr}.contact-methods a{min-height:auto}.contact-form-card{padding:28px 20px}}

/* Expanded homepage outcome showcase */
.outcome-heading{max-width:760px;margin-bottom:55px}
.outcome-list{display:grid;gap:34px}
.outcome-section{display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:65px;padding:58px;background:white;border:1px solid #e0e8e6}
.outcome-section.reverse{grid-template-columns:1.22fr .78fr}
.outcome-section.reverse .outcome-copy{order:2}
.outcome-section.reverse .outcome-image{order:1}
.outcome-number{font-size:9px;letter-spacing:.14em;font-weight:800;color:var(--teal)}
.outcome-copy h3{font-size:clamp(27px,3vw,40px);margin:17px 0}
.outcome-copy p,.outcome-copy li{color:var(--muted);font-size:13px}
.outcome-copy ul{list-style:none;padding:8px 0;margin:12px 0}
.outcome-copy li{padding:6px 0}
.outcome-copy li:before{content:"✓";color:var(--teal);margin-right:10px;font-weight:800}
.outcome-copy a{display:inline-block;margin-top:12px;color:#078c84;font-size:12px;font-weight:800}
.outcome-image{padding:7px;background:#f5f8f7;border:1px solid #dce6e3;box-shadow:0 24px 50px #1536401e}
.outcome-image img{display:block;width:100%;max-height:460px;object-fit:cover;object-position:top}
@media(max-width:980px){.outcome-section,.outcome-section.reverse{grid-template-columns:1fr;gap:35px;padding:38px}.outcome-section.reverse .outcome-copy,.outcome-section.reverse .outcome-image{order:initial}}
@media(max-width:640px){.outcome-list{gap:20px}.outcome-section{padding:24px 20px}.outcome-copy h3{font-size:26px}}

/* BizCloud mobile app homepage showcase */
.bizcloud-home{overflow:hidden;background:linear-gradient(135deg,#edf8f4 0%,#f8faf7 52%,#d7f3ec 100%)}
.bizcloud-home-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}
.bizcloud-copy h2{max-width:640px;margin:18px 0;font-size:clamp(38px,4.4vw,62px);line-height:1.04}
.bizcloud-copy>p{max-width:620px;color:var(--muted);font-size:15px;line-height:1.75}
.bizcloud-copy ul{list-style:none;margin:28px 0 34px;padding:0}
.bizcloud-copy li{position:relative;padding:8px 0 8px 26px;color:#496268;font-size:13px}
.bizcloud-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.bizcloud-screen-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}
.bizcloud-screen{overflow:hidden;background:white;border:1px solid #d5e4e0;box-shadow:0 26px 55px #1239421a}
.bizcloud-screen:nth-child(2){margin-top:55px}
.bizcloud-screen>div{display:grid;grid-template-columns:auto 1fr;column-gap:12px;padding:20px 22px;border-bottom:1px solid #e3ebe9}
.bizcloud-screen span{grid-row:1/3;color:var(--teal);font:800 25px var(--display)}
.bizcloud-screen b,.bizcloud-screen small{display:block}
.bizcloud-screen b{font-size:12px;color:var(--navy)}
.bizcloud-screen small{margin-top:3px;color:#789095;font-size:9px}
.bizcloud-screen img{display:block;width:100%;height:430px;object-fit:contain;object-position:top center;background:#f5f8f7}
@media(max-width:1080px){.bizcloud-home-grid{grid-template-columns:1fr;gap:48px}.bizcloud-copy{max-width:760px}.bizcloud-screen-grid{max-width:850px}.bizcloud-screen img{height:auto;max-height:560px}}
@media(max-width:650px){.bizcloud-screen-grid{grid-template-columns:1fr}.bizcloud-screen:nth-child(2){margin-top:0}.bizcloud-screen img{height:auto;max-height:none}}

/* BizCloud module product views */
.bizcloud-module-showcase{background:#f2f7f5}
.bizcloud-module-heading{max-width:800px}
.bizcloud-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.bizcloud-module-grid article{display:grid;grid-template-rows:auto 1fr;background:white;border:1px solid #dce6e3;box-shadow:0 24px 48px #12394214}
.bizcloud-module-grid article>div{padding:32px}
.bizcloud-module-grid article span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.bizcloud-module-grid article h3{margin:16px 0 10px;font-size:clamp(22px,2.5vw,31px)}
.bizcloud-module-grid article p{max-width:580px;color:var(--muted);font-size:12px;line-height:1.7}
.bizcloud-module-grid figure{display:flex;align-items:flex-start;justify-content:center;margin:0;padding:10px;background:#f5f8f7;border-top:1px solid #e1e9e7}
.bizcloud-module-grid img{display:block;width:100%;height:520px;object-fit:contain;object-position:top center}
@media(max-width:900px){.bizcloud-module-grid{grid-template-columns:1fr}.bizcloud-module-grid img{height:auto;max-height:680px}}
@media(max-width:600px){.bizcloud-module-grid article>div{padding:24px 20px}.bizcloud-module-grid img{max-height:none}}

/* Complete quotation lifecycle showcase */
.quotation-showcase{background:#f3f7f5}
.quotation-showcase-heading{max-width:830px}
.quotation-lifecycle-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.quotation-lifecycle-strip>div{position:relative;min-height:135px;padding:21px;background:white}
.quotation-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.quotation-lifecycle-strip span,.quotation-lifecycle-strip b,.quotation-lifecycle-strip small{display:block}
.quotation-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.quotation-lifecycle-strip b{margin:25px 0 5px;font:700 15px var(--display)}
.quotation-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.quotation-story-list{display:grid;gap:28px}
.quotation-story{display:grid;grid-template-columns:.78fr 1.22fr;gap:55px;align-items:center;padding:50px;background:white;border:1px solid #dce6e3}
.quotation-story.reverse{grid-template-columns:1.22fr .78fr}
.quotation-story.reverse .quotation-story-copy{order:2}.quotation-story.reverse>.quotation-screen,.quotation-story.reverse>.approval-flow-card{order:1}
.quotation-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.quotation-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.quotation-story-copy>p,.quotation-story-copy li,.quotation-guidance p{color:var(--muted);font-size:12px;line-height:1.72}
.quotation-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.quotation-story-copy li{position:relative;padding:5px 0 5px 22px}
.quotation-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.quotation-story-copy>a{display:inline-block;margin-top:20px;color:#078c84;font-size:12px;font-weight:800}
.quotation-screen,.quotation-paired-screens figure{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 20px 42px #12394217}
.quotation-screen img{display:block;width:100%;max-height:470px;object-fit:contain;object-position:top;background:white}
.quotation-paired-screens{display:grid;gap:16px}
.quotation-paired-screens figure{display:grid;grid-template-columns:170px minmax(0,1fr);align-items:stretch}
.quotation-paired-screens figcaption{padding:22px;background:#143641;color:white}
.quotation-paired-screens figcaption span,.quotation-paired-screens figcaption b{display:block}
.quotation-paired-screens figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.13em}
.quotation-paired-screens figcaption b{margin-top:18px;font:700 13px/1.5 var(--display)}
.quotation-paired-screens img{display:block;width:100%;height:220px;object-fit:contain;object-position:top;background:white}
.quotation-paired-tall img{height:260px}
.approval-flow-card{padding:32px;background:var(--navy);color:white;box-shadow:0 24px 46px #12394226}
.approval-flow-card>span{display:block;margin-bottom:22px;color:#63dfd4;font-size:9px;font-weight:800;letter-spacing:.14em}
.approval-flow-card>div{display:grid;grid-template-columns:42px 1fr;gap:15px;padding:18px 0;border-top:1px solid #35515a}
.approval-flow-card i{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#0ca398;color:white;font-style:normal;font-size:10px;font-weight:800}
.approval-flow-card p{margin:0}.approval-flow-card b,.approval-flow-card small{display:block}
.approval-flow-card b{color:white;font-size:13px}.approval-flow-card small{margin-top:5px;color:#9fb5ba;font-size:10px;line-height:1.5}
.quotation-guidance{margin-top:24px;padding:20px;background:#e9f7f3;border-left:3px solid var(--teal)}
.quotation-guidance b{font-size:12px}.quotation-guidance p{margin:7px 0 0}
.quotation-howto{background:white}
.quotation-howto-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.quotation-howto-grid article{min-height:195px;padding:28px;background:white}
.quotation-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.quotation-howto-grid h3{margin:30px 0 10px;font-size:18px}.quotation-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1100px){.quotation-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.quotation-lifecycle-strip>div:nth-child(3):after{display:none}.quotation-story,.quotation-story.reverse{grid-template-columns:1fr;gap:32px}.quotation-story.reverse .quotation-story-copy,.quotation-story.reverse>.quotation-screen,.quotation-story.reverse>.approval-flow-card{order:initial}.quotation-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.quotation-lifecycle-strip{grid-template-columns:repeat(2,1fr)}.quotation-lifecycle-strip>div:nth-child(2n):after{display:none}.quotation-lifecycle-strip>div:nth-child(3):after{display:block}.quotation-story{padding:25px 20px}.quotation-paired-screens figure{grid-template-columns:1fr}.quotation-paired-screens img,.quotation-paired-tall img{height:auto;max-height:420px}.quotation-howto-grid{grid-template-columns:1fr}}

/* Membership and recurrence lifecycle showcase */
.membership-showcase{background:#f4f7f4}
.membership-showcase-heading{max-width:830px}
.membership-lifecycle-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.membership-lifecycle-strip>div{position:relative;min-height:130px;padding:21px;background:white}
.membership-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.membership-lifecycle-strip span,.membership-lifecycle-strip b,.membership-lifecycle-strip small{display:block}
.membership-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.membership-lifecycle-strip b{margin:24px 0 5px;font:700 15px var(--display)}
.membership-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.membership-story-list{display:grid;gap:28px}
.membership-story{display:grid;grid-template-columns:.78fr 1.22fr;gap:55px;align-items:center;padding:50px;background:white;border:1px solid #dce6e3}
.membership-story.reverse{grid-template-columns:1.22fr .78fr}
.membership-story.reverse .membership-story-copy{order:2}.membership-story.reverse>.membership-screen,.membership-story.reverse>.membership-paired-screens{order:1}
.membership-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.membership-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.membership-story-copy>p,.membership-story-copy li,.membership-guidance p{color:var(--muted);font-size:12px;line-height:1.72}
.membership-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.membership-story-copy li{position:relative;padding:5px 0 5px 22px}
.membership-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.membership-screen,.membership-paired-screens figure{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 20px 42px #12394217}
.membership-screen img{display:block;width:100%;max-height:480px;object-fit:contain;object-position:top;background:white}
.membership-paired-screens{display:grid;gap:16px}
.membership-paired-screens figure{display:grid;grid-template-columns:170px minmax(0,1fr)}
.membership-paired-screens figcaption{padding:22px;background:#143641;color:white}
.membership-paired-screens figcaption span,.membership-paired-screens figcaption b{display:block}
.membership-paired-screens figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.13em}
.membership-paired-screens figcaption b{margin-top:18px;font:700 13px/1.5 var(--display)}
.membership-paired-screens img{display:block;width:100%;height:230px;object-fit:contain;object-position:top;background:white}
.membership-guidance{margin-top:24px;padding:20px;background:#e9f7f3;border-left:3px solid var(--teal)}
.membership-guidance b{font-size:12px}.membership-guidance p{margin:7px 0 0}
.membership-howto{background:white}
.membership-howto-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.membership-howto-grid article{min-height:190px;padding:28px;background:white}
.membership-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.membership-howto-grid h3{margin:30px 0 10px;font-size:18px}.membership-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1050px){.membership-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.membership-lifecycle-strip>div:nth-child(3):after{display:none}.membership-story,.membership-story.reverse{grid-template-columns:1fr;gap:32px}.membership-story.reverse .membership-story-copy,.membership-story.reverse>.membership-screen,.membership-story.reverse>.membership-paired-screens{order:initial}.membership-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.membership-lifecycle-strip{grid-template-columns:1fr}.membership-lifecycle-strip>div:after{display:none!important}.membership-story{padding:25px 20px}.membership-paired-screens figure{grid-template-columns:1fr}.membership-paired-screens img{height:auto;max-height:420px}.membership-howto-grid{grid-template-columns:1fr}}

/* Marketing campaign and ads reporting showcase */
.marketing-showcase{background:#f3f7f5}
.marketing-showcase-heading{max-width:860px}
.marketing-lifecycle-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.marketing-lifecycle-strip>div{position:relative;min-height:130px;padding:21px;background:white}
.marketing-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.marketing-lifecycle-strip span,.marketing-lifecycle-strip b,.marketing-lifecycle-strip small{display:block}
.marketing-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.marketing-lifecycle-strip b{margin:24px 0 5px;font:700 15px var(--display)}
.marketing-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.marketing-story-list{display:grid;gap:28px}
.marketing-story{display:grid;grid-template-columns:.78fr 1.22fr;gap:55px;align-items:center;padding:50px;background:white;border:1px solid #dce6e3}
.marketing-story.reverse{grid-template-columns:1.22fr .78fr}
.marketing-story.reverse .marketing-story-copy{order:2}.marketing-story.reverse>.marketing-screen,.marketing-story.reverse>.marketing-paired-screens{order:1}
.marketing-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.marketing-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.marketing-story-copy>p,.marketing-story-copy li,.marketing-guidance p{color:var(--muted);font-size:12px;line-height:1.72}
.marketing-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.marketing-story-copy li{position:relative;padding:5px 0 5px 22px}
.marketing-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.marketing-screen,.marketing-paired-screens figure{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 20px 42px #12394217}
.marketing-screen img{display:block;width:100%;max-height:500px;object-fit:contain;object-position:top;background:white}
.marketing-paired-screens{display:grid;gap:16px}
.marketing-paired-screens figure{display:grid;grid-template-columns:170px minmax(0,1fr)}
.marketing-paired-screens figcaption{padding:22px;background:#143641;color:white}
.marketing-paired-screens figcaption span,.marketing-paired-screens figcaption b{display:block}
.marketing-paired-screens figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.13em}
.marketing-paired-screens figcaption b{margin-top:18px;font:700 13px/1.5 var(--display)}
.marketing-paired-screens img{display:block;width:100%;height:230px;object-fit:contain;object-position:top;background:white}
.marketing-guidance{margin-top:24px;padding:20px;background:#e9f7f3;border-left:3px solid var(--teal)}
.marketing-guidance b{font-size:12px}.marketing-guidance p{margin:7px 0 0}
.marketing-howto{background:white}
.marketing-howto-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.marketing-howto-grid article{min-height:190px;padding:28px;background:white}
.marketing-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.marketing-howto-grid h3{margin:30px 0 10px;font-size:18px}.marketing-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1050px){.marketing-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.marketing-lifecycle-strip>div:nth-child(3):after{display:none}.marketing-story,.marketing-story.reverse{grid-template-columns:1fr;gap:32px}.marketing-story.reverse .marketing-story-copy,.marketing-story.reverse>.marketing-screen,.marketing-story.reverse>.marketing-paired-screens{order:initial}.marketing-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.marketing-lifecycle-strip{grid-template-columns:1fr}.marketing-lifecycle-strip>div:after{display:none!important}.marketing-story{padding:25px 20px}.marketing-paired-screens figure{grid-template-columns:1fr}.marketing-paired-screens img{height:auto;max-height:420px}.marketing-howto-grid{grid-template-columns:1fr}}

/* Service process, chain and closure showcase */
.service-showcase{background:#f3f7f5}
.service-showcase-heading{max-width:900px}
.service-lifecycle-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.service-lifecycle-strip>div{position:relative;min-height:135px;padding:21px;background:white}
.service-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.service-lifecycle-strip span,.service-lifecycle-strip b,.service-lifecycle-strip small{display:block}
.service-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.service-lifecycle-strip b{margin:25px 0 5px;font:700 15px var(--display)}
.service-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.service-story-list{display:grid;gap:28px}
.service-story{display:grid;grid-template-columns:.78fr 1.22fr;gap:55px;align-items:center;padding:50px;background:white;border:1px solid #dce6e3}
.service-story.reverse{grid-template-columns:1.22fr .78fr}
.service-story.reverse .service-story-copy{order:2}.service-story.reverse>.service-screen,.service-story.reverse>.service-paired-screens{order:1}
.service-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.service-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.service-story-copy>p,.service-story-copy li,.service-rule p{color:var(--muted);font-size:12px;line-height:1.72}
.service-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.service-story-copy li{position:relative;padding:5px 0 5px 22px}
.service-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.service-screen,.service-paired-screens figure{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 20px 42px #12394217}
.service-screen img{display:block;width:100%;max-height:510px;object-fit:contain;object-position:top;background:white}
.service-paired-screens{display:grid;gap:16px}
.service-paired-screens figure{display:grid;grid-template-columns:170px minmax(0,1fr)}
.service-paired-screens figcaption{padding:22px;background:#143641;color:white}
.service-paired-screens figcaption span,.service-paired-screens figcaption b{display:block}
.service-paired-screens figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.13em}
.service-paired-screens figcaption b{margin-top:18px;font:700 13px/1.5 var(--display)}
.service-paired-screens img{display:block;width:100%;height:230px;object-fit:contain;object-position:top;background:white}
.service-paired-tall img{height:280px}
.service-rule{margin-top:24px;padding:20px;background:#e9f7f3;border-left:3px solid var(--teal)}
.service-rule b{font-size:12px}.service-rule p{margin:7px 0 0;font-weight:600}
.chain-health-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}
.chain-health-grid>div{min-height:145px;padding:20px;border:1px solid}
.chain-health-grid span,.chain-health-grid b,.chain-health-grid small{display:block}
.chain-health-grid span{font-size:8px;font-weight:800;letter-spacing:.12em}
.chain-health-grid b{margin:22px 0 7px;font:700 14px var(--display)}
.chain-health-grid small{font-size:9px;line-height:1.55}
.chain-health-grid .alert{background:#fff4ef;border-color:#edc9b9}.chain-health-grid .alert span,.chain-health-grid .alert b{color:#a94b28}.chain-health-grid .alert small{color:#84675b}
.chain-health-grid .healthy{background:#edf8f4;border-color:#b9ded3}.chain-health-grid .healthy span,.chain-health-grid .healthy b{color:#087e76}.chain-health-grid .healthy small{color:#557873}
.service-howto{background:white}
.service-howto-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.service-howto-grid article{min-height:195px;padding:28px;background:white}
.service-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.service-howto-grid h3{margin:30px 0 10px;font-size:18px}.service-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1100px){.service-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.service-lifecycle-strip>div:nth-child(3):after{display:none}.service-story,.service-story.reverse{grid-template-columns:1fr;gap:32px}.service-story.reverse .service-story-copy,.service-story.reverse>.service-screen,.service-story.reverse>.service-paired-screens{order:initial}.service-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.service-lifecycle-strip{grid-template-columns:1fr}.service-lifecycle-strip>div:after{display:none!important}.service-story{padding:25px 20px}.service-paired-screens figure{grid-template-columns:1fr}.service-paired-screens img,.service-paired-tall img{height:auto;max-height:440px}.chain-health-grid{grid-template-columns:1fr}.service-howto-grid{grid-template-columns:1fr}}

/* Items, stock control and forecasting showcase */
.inventory-showcase{background:#f3f7f5}
.inventory-showcase-heading{max-width:900px}
.inventory-use-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:28px}
.inventory-use-grid a{padding:30px;background:var(--navy);color:white;border-top:3px solid var(--teal);transition:.2s}
.inventory-use-grid a:hover{transform:translateY(-3px);background:#173e49}
.inventory-use-grid span,.inventory-use-grid b{display:block}
.inventory-use-grid span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.14em}
.inventory-use-grid h3{margin:22px 0 8px;color:white;font-size:22px}
.inventory-use-grid p{color:#a9bec2;font-size:11px;line-height:1.7}
.inventory-use-grid b{margin-top:20px;color:#65dfd4;font-size:10px}
.inventory-lifecycle-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.inventory-lifecycle-strip>div{position:relative;min-height:135px;padding:21px;background:white}
.inventory-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.inventory-lifecycle-strip span,.inventory-lifecycle-strip b,.inventory-lifecycle-strip small{display:block}
.inventory-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.inventory-lifecycle-strip b{margin:25px 0 5px;font:700 15px var(--display)}
.inventory-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.inventory-story-list{display:grid;gap:28px}
.inventory-story{display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;align-items:center;padding:48px;background:white;border:1px solid #dce6e3}
.inventory-story.reverse{grid-template-columns:1.25fr .75fr}
.inventory-story.reverse .inventory-story-copy{order:2}.inventory-story.reverse>.inventory-screen-grid{order:1}
.inventory-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.inventory-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.inventory-story-copy>p,.inventory-story-copy li,.inventory-rule p{color:var(--muted);font-size:12px;line-height:1.72}
.inventory-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.inventory-story-copy li{position:relative;padding:5px 0 5px 22px}
.inventory-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.inventory-screen-grid{display:grid;gap:12px}
.inventory-screen-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.inventory-screen-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.inventory-screen-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}
.inventory-screen-grid figure{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 16px 34px #12394214}
.inventory-screen-grid figcaption{min-height:82px;padding:16px 18px;background:#143641;color:white}
.inventory-screen-grid figcaption span,.inventory-screen-grid figcaption b{display:block}
.inventory-screen-grid figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.12em}
.inventory-screen-grid figcaption b{margin-top:10px;font:700 11px/1.45 var(--display)}
.inventory-screen-grid img{display:block;width:100%;height:230px;object-fit:contain;object-position:top;background:white}
.inventory-screen-grid.three img{height:205px}
.inventory-screen-grid.four img{height:190px}
.inventory-analytics-screens img{height:330px}
.inventory-rule{margin-top:24px;padding:20px;background:#e9f7f3;border-left:3px solid var(--teal)}
.inventory-rule b{font-size:12px}.inventory-rule p{margin:7px 0 0;font-weight:600}
.inventory-insight-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:24px}
.inventory-insight-grid>div{min-height:130px;padding:16px;background:#f4f8f6;border:1px solid #dce7e4}
.inventory-insight-grid span,.inventory-insight-grid b,.inventory-insight-grid small{display:block}
.inventory-insight-grid span{color:var(--teal);font-size:7px;font-weight:800;letter-spacing:.12em}
.inventory-insight-grid b{margin:16px 0 5px;font:700 12px var(--display)}
.inventory-insight-grid small{color:#71868b;font-size:9px;line-height:1.5}
.inventory-howto{background:white}
.inventory-howto-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.inventory-howto-grid article{min-height:190px;padding:28px;background:white}
.inventory-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.inventory-howto-grid h3{margin:30px 0 10px;font-size:18px}.inventory-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1150px){.inventory-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.inventory-lifecycle-strip>div:nth-child(3):after{display:none}.inventory-story,.inventory-story.reverse{grid-template-columns:1fr;gap:32px}.inventory-story.reverse .inventory-story-copy,.inventory-story.reverse>.inventory-screen-grid{order:initial}.inventory-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.inventory-use-grid,.inventory-lifecycle-strip,.inventory-screen-grid.two,.inventory-screen-grid.three,.inventory-screen-grid.four,.inventory-insight-grid{grid-template-columns:1fr}.inventory-lifecycle-strip>div:after{display:none!important}.inventory-story{padding:25px 20px}.inventory-screen-grid img,.inventory-screen-grid.three img,.inventory-screen-grid.four img,.inventory-analytics-screens img{height:auto;max-height:460px}.inventory-howto-grid{grid-template-columns:1fr}}

/* Appointment list, calendar and reminder showcase */
.appointment-showcase{background:#f3f7f5}
.appointment-showcase-heading{max-width:870px}
.appointment-lifecycle-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.appointment-lifecycle-strip>div{position:relative;min-height:130px;padding:21px;background:white}
.appointment-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.appointment-lifecycle-strip span,.appointment-lifecycle-strip b,.appointment-lifecycle-strip small{display:block}
.appointment-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.appointment-lifecycle-strip b{margin:24px 0 5px;font:700 15px var(--display)}
.appointment-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.appointment-story-list{display:grid;gap:28px}
.appointment-story{display:grid;grid-template-columns:.78fr 1.22fr;gap:55px;align-items:center;padding:50px;background:white;border:1px solid #dce6e3}
.appointment-story.reverse{grid-template-columns:1.22fr .78fr}
.appointment-story.reverse .appointment-story-copy{order:2}.appointment-story.reverse>.appointment-screen{order:1}
.appointment-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.appointment-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.appointment-story-copy>p,.appointment-story-copy li,.appointment-guidance p{color:var(--muted);font-size:12px;line-height:1.72}
.appointment-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.appointment-story-copy li{position:relative;padding:5px 0 5px 22px}
.appointment-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.appointment-screen{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 20px 42px #12394217}
.appointment-screen img{display:block;width:100%;max-height:520px;object-fit:contain;object-position:top;background:white}
.appointment-guidance{margin-top:24px;padding:20px;background:#e9f7f3;border-left:3px solid var(--teal)}
.appointment-guidance b{font-size:12px}.appointment-guidance p{margin:7px 0 0}
.appointment-howto{background:white}
.appointment-howto-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.appointment-howto-grid article{min-height:190px;padding:28px;background:white}
.appointment-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.appointment-howto-grid h3{margin:30px 0 10px;font-size:18px}.appointment-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1050px){.appointment-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.appointment-lifecycle-strip>div:nth-child(3):after{display:none}.appointment-story,.appointment-story.reverse{grid-template-columns:1fr;gap:32px}.appointment-story.reverse .appointment-story-copy,.appointment-story.reverse>.appointment-screen{order:initial}.appointment-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.appointment-lifecycle-strip{grid-template-columns:1fr}.appointment-lifecycle-strip>div:after{display:none!important}.appointment-story{padding:25px 20px}.appointment-screen img{max-height:none}.appointment-howto-grid{grid-template-columns:1fr}}

/* Asset, expiry and renewal control showcase */
.renewal-showcase{background:#f3f7f5}
.renewal-showcase-heading{max-width:900px}
.renewal-lifecycle-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.renewal-lifecycle-strip>div{position:relative;min-height:135px;padding:21px;background:white}
.renewal-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.renewal-lifecycle-strip span,.renewal-lifecycle-strip b,.renewal-lifecycle-strip small{display:block}
.renewal-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.renewal-lifecycle-strip b{margin:25px 0 5px;font:700 15px var(--display)}
.renewal-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.renewal-story-list{display:grid;gap:28px}
.renewal-story{display:grid;grid-template-columns:.78fr 1.22fr;gap:55px;align-items:center;padding:50px;background:white;border:1px solid #dce6e3}
.renewal-story.reverse{grid-template-columns:1.22fr .78fr}
.renewal-story.reverse .renewal-story-copy{order:2}.renewal-story.reverse>.renewal-control-card,.renewal-story.reverse>.renewal-search-card{order:1}
.renewal-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.renewal-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.renewal-story-copy>p,.renewal-story-copy li{color:var(--muted);font-size:12px;line-height:1.72}
.renewal-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.renewal-story-copy li{position:relative;padding:5px 0 5px 22px}
.renewal-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.renewal-screen{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 20px 42px #12394217}
.renewal-screen img{display:block;width:100%;max-height:600px;object-fit:contain;object-position:top;background:white}
.renewal-screen-tall img{max-height:690px}
.renewal-date-path{display:grid;gap:1px;margin-top:24px;background:#d7e4e1;border:1px solid #d7e4e1}
.renewal-date-path>div{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:14px;background:#f7faf8}
.renewal-date-path span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--teal);color:white;font-size:9px;font-weight:800}
.renewal-date-path b,.renewal-date-path small{display:block}.renewal-date-path b{font-size:11px}.renewal-date-path small{color:#73878c;font-size:9px}
.renewal-control-card,.renewal-search-card{padding:34px;background:var(--navy);color:white;box-shadow:0 24px 46px #12394226}
.renewal-control-card>span,.renewal-search-card>span{color:#65dfd4;font-size:9px;font-weight:800;letter-spacing:.14em}
.renewal-control-card h3{margin:24px 0 10px;color:white;font-size:28px}.renewal-control-card p,.renewal-control-card li{color:#a9bec2;font-size:11px;line-height:1.7}
.renewal-control-card ul{margin:20px 0 0;padding-left:18px}.renewal-control-card li{padding:4px}
.renewal-search-card>div{padding:18px 0;border-top:1px solid #35515a}.renewal-search-card>div:first-of-type{margin-top:24px}
.renewal-search-card b,.renewal-search-card small{display:block}.renewal-search-card b{color:white;font-size:12px}.renewal-search-card small{margin-top:5px;color:#9fb5ba;font-size:9px}
.renewal-examples{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#cfdedb;border:1px solid #cfdedb}
.renewal-examples>div{min-height:220px;padding:28px;background:white}
.renewal-examples span{color:var(--teal);font-size:8px;font-weight:800;letter-spacing:.13em}
.renewal-examples h3{margin:30px 0 10px;font-size:18px}.renewal-examples p{color:var(--muted);font-size:11px;line-height:1.65}
.renewal-howto{background:white}
.renewal-howto-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.renewal-howto-grid article{min-height:195px;padding:28px;background:white}
.renewal-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.renewal-howto-grid h3{margin:30px 0 10px;font-size:18px}.renewal-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1100px){.renewal-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.renewal-lifecycle-strip>div:nth-child(3):after{display:none}.renewal-story,.renewal-story.reverse{grid-template-columns:1fr;gap:32px}.renewal-story.reverse .renewal-story-copy,.renewal-story.reverse>.renewal-control-card,.renewal-story.reverse>.renewal-search-card{order:initial}.renewal-examples,.renewal-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.renewal-lifecycle-strip,.renewal-examples,.renewal-howto-grid{grid-template-columns:1fr}.renewal-lifecycle-strip>div:after{display:none!important}.renewal-story{padding:25px 20px}.renewal-screen img,.renewal-screen-tall img{max-height:none}.renewal-control-card,.renewal-search-card{padding:26px 20px}}

/* Employee database, rules and access showcase */
.employee-showcase{background:#f3f7f5}
.employee-showcase-heading{max-width:910px}
.employee-lifecycle-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.employee-lifecycle-strip>div{position:relative;min-height:135px;padding:21px;background:white}
.employee-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.employee-lifecycle-strip span,.employee-lifecycle-strip b,.employee-lifecycle-strip small{display:block}
.employee-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.employee-lifecycle-strip b{margin:25px 0 5px;font:700 15px var(--display)}
.employee-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.employee-story-list{display:grid;gap:28px}
.employee-story{display:grid;grid-template-columns:.76fr 1.24fr;gap:52px;align-items:center;padding:48px;background:white;border:1px solid #dce6e3}
.employee-story.reverse{grid-template-columns:1.24fr .76fr}
.employee-story.reverse .employee-story-copy{order:2}.employee-story.reverse>.employee-screen,.employee-story.reverse>.employee-screen-grid{order:1}
.employee-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.employee-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.employee-story-copy>p,.employee-story-copy li,.employee-rule-card p{color:var(--muted);font-size:12px;line-height:1.72}
.employee-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.employee-story-copy li{position:relative;padding:5px 0 5px 22px}
.employee-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.employee-story-copy>a{display:inline-block;margin-top:20px;color:#078c84;font-size:12px;font-weight:800}
.employee-screen,.employee-screen-grid figure{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 20px 42px #12394217}
.employee-screen img{display:block;width:100%;max-height:570px;object-fit:contain;object-position:top;background:white}
.employee-screen-wide img{max-height:650px}.employee-screen-tall img{max-height:720px}
.employee-screen-grid{display:grid;gap:14px}.employee-screen-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.employee-screen-grid figcaption{min-height:82px;padding:17px 19px;background:#143641;color:white}
.employee-screen-grid figcaption span,.employee-screen-grid figcaption b{display:block}
.employee-screen-grid figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.12em}
.employee-screen-grid figcaption b{margin-top:10px;font:700 11px/1.45 var(--display)}
.employee-screen-grid img{display:block;width:100%;height:330px;object-fit:contain;object-position:top;background:white}
.employee-date-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:22px 0}
.employee-date-grid>div{padding:15px;background:#f4f8f6;border:1px solid #dce7e4}
.employee-date-grid span,.employee-date-grid b{display:block}.employee-date-grid span{color:var(--teal);font-size:7px;font-weight:800;letter-spacing:.12em}.employee-date-grid b{margin-top:10px;font-size:11px}
.employee-rule-card{margin-top:24px;padding:20px;background:#e9f7f3;border-left:3px solid var(--teal)}
.employee-rule-card b{font-size:12px}.employee-rule-card p{margin:7px 0 0;font-weight:600}
.employee-howto{background:white}
.employee-howto-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.employee-howto-grid article{min-height:195px;padding:28px;background:white}
.employee-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.employee-howto-grid h3{margin:30px 0 10px;font-size:18px}.employee-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1100px){.employee-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.employee-lifecycle-strip>div:nth-child(3):after{display:none}.employee-story,.employee-story.reverse{grid-template-columns:1fr;gap:32px}.employee-story.reverse .employee-story-copy,.employee-story.reverse>.employee-screen,.employee-story.reverse>.employee-screen-grid{order:initial}.employee-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.employee-lifecycle-strip,.employee-screen-grid.two,.employee-date-grid,.employee-howto-grid{grid-template-columns:1fr}.employee-lifecycle-strip>div:after{display:none!important}.employee-story{padding:25px 20px}.employee-screen img,.employee-screen-wide img,.employee-screen-tall img,.employee-screen-grid img{height:auto;max-height:none}}

/* Corporate structure, assets and credentials showcase */
.corporate-showcase{background:#f3f7f5}
.corporate-showcase-heading{max-width:930px}
.corporate-lifecycle-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.corporate-lifecycle-strip>div{position:relative;min-height:135px;padding:21px;background:white}
.corporate-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.corporate-lifecycle-strip span,.corporate-lifecycle-strip b,.corporate-lifecycle-strip small{display:block}
.corporate-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.corporate-lifecycle-strip b{margin:25px 0 5px;font:700 15px var(--display)}
.corporate-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.corporate-story-list{display:grid;gap:28px}
.corporate-story{display:grid;grid-template-columns:.76fr 1.24fr;gap:52px;align-items:center;padding:48px;background:white;border:1px solid #dce6e3}
.corporate-story.reverse{grid-template-columns:1.24fr .76fr}
.corporate-story.reverse .corporate-story-copy{order:2}.corporate-story.reverse>.corporate-screen,.corporate-story.reverse>.corporate-screen-grid{order:1}
.corporate-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.corporate-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.corporate-story-copy>p,.corporate-story-copy li,.corporate-authority p,.corporate-seed p{color:var(--muted);font-size:12px;line-height:1.72}
.corporate-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.corporate-story-copy li{position:relative;padding:5px 0 5px 22px}
.corporate-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.corporate-story-copy>a{display:inline-block;margin-top:20px;color:#078c84;font-size:12px;font-weight:800}
.corporate-screen,.corporate-screen-grid figure{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 20px 42px #12394217}
.corporate-screen img{display:block;width:100%;max-height:570px;object-fit:contain;object-position:top;background:white}
.corporate-screen-wide img{max-height:680px}
.corporate-screen-grid{display:grid;gap:14px}.corporate-screen-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.corporate-screen-grid figcaption{min-height:82px;padding:17px 19px;background:#143641;color:white}
.corporate-screen-grid figcaption span,.corporate-screen-grid figcaption b{display:block}
.corporate-screen-grid figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.12em}
.corporate-screen-grid figcaption b{margin-top:10px;font:700 11px/1.45 var(--display)}
.corporate-screen-grid img{display:block;width:100%;height:360px;object-fit:contain;object-position:top;background:white}
.corporate-authority{margin-top:24px;padding:20px;background:#e9f7f3;border-left:3px solid var(--teal)}
.corporate-authority b{font-size:12px}.corporate-authority p{margin:7px 0 0;font-weight:600}
.corporate-seed{margin-top:20px;padding:20px;background:#143641;color:white}
.corporate-seed span,.corporate-seed b{display:block}.corporate-seed span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.13em}.corporate-seed b{margin-top:14px;color:white;font-size:13px}.corporate-seed p{margin:7px 0 0;color:#abc0c4}
.corporate-howto{background:white}
.corporate-howto-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.corporate-howto-grid article{min-height:190px;padding:28px;background:white}
.corporate-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.corporate-howto-grid h3{margin:30px 0 10px;font-size:18px}.corporate-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1100px){.corporate-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.corporate-lifecycle-strip>div:nth-child(3):after{display:none}.corporate-story,.corporate-story.reverse{grid-template-columns:1fr;gap:32px}.corporate-story.reverse .corporate-story-copy,.corporate-story.reverse>.corporate-screen,.corporate-story.reverse>.corporate-screen-grid{order:initial}.corporate-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.corporate-lifecycle-strip,.corporate-screen-grid.two,.corporate-howto-grid{grid-template-columns:1fr}.corporate-lifecycle-strip>div:after{display:none!important}.corporate-story{padding:25px 20px}.corporate-screen img,.corporate-screen-wide img,.corporate-screen-grid img{height:auto;max-height:none}}

/* Training, KPI assignment and marking showcase */
.training-showcase{background:#f3f7f5}
.training-showcase-heading{max-width:940px}
.training-lifecycle-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.training-lifecycle-strip>div{position:relative;min-height:135px;padding:21px;background:white}
.training-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.training-lifecycle-strip span,.training-lifecycle-strip b,.training-lifecycle-strip small{display:block}
.training-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.training-lifecycle-strip b{margin:25px 0 5px;font:700 15px var(--display)}
.training-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.training-story-list{display:grid;gap:28px}
.training-story{display:grid;grid-template-columns:.74fr 1.26fr;gap:48px;align-items:center;padding:46px;background:white;border:1px solid #dce6e3}
.training-story.reverse{grid-template-columns:1.26fr .74fr}
.training-story.reverse .training-story-copy{order:2}.training-story.reverse>.training-screen,.training-story.reverse>.training-screen-grid{order:1}
.training-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.training-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.training-story-copy>p,.training-story-copy li,.training-seed-note p{color:var(--muted);font-size:12px;line-height:1.72}
.training-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.training-story-copy li{position:relative;padding:5px 0 5px 22px}
.training-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.training-screen,.training-screen-grid figure{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 18px 38px #12394215}
.training-screen img{display:block;width:100%;max-height:580px;object-fit:contain;object-position:top;background:white}
.training-screen-grid{display:grid;gap:12px}.training-screen-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.training-screen-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.training-screen-grid figcaption{min-height:82px;padding:16px 18px;background:#143641;color:white}
.training-screen-grid figcaption span,.training-screen-grid figcaption b{display:block}
.training-screen-grid figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.12em}
.training-screen-grid figcaption b{margin-top:10px;font:700 11px/1.45 var(--display)}
.training-screen-grid img{display:block;width:100%;height:260px;object-fit:contain;object-position:top;background:white}
.training-screen-grid.three img{height:220px}.training-print-grid img{height:380px}
.training-seed-note{margin-top:24px;padding:20px;background:#e9f7f3;border-left:3px solid var(--teal)}
.training-seed-note b{font-size:12px}.training-seed-note p{margin:7px 0 0;font-weight:600}
.training-howto{background:white}
.training-howto-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.training-howto-grid article{min-height:190px;padding:28px;background:white}
.training-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.training-howto-grid h3{margin:30px 0 10px;font-size:18px}.training-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1150px){.training-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.training-lifecycle-strip>div:nth-child(3):after{display:none}.training-story,.training-story.reverse{grid-template-columns:1fr;gap:32px}.training-story.reverse .training-story-copy,.training-story.reverse>.training-screen,.training-story.reverse>.training-screen-grid{order:initial}.training-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.training-lifecycle-strip,.training-screen-grid.two,.training-screen-grid.three,.training-howto-grid{grid-template-columns:1fr}.training-lifecycle-strip>div:after{display:none!important}.training-story{padding:25px 20px}.training-screen img,.training-screen-grid img,.training-screen-grid.three img,.training-print-grid img{height:auto;max-height:none}}

/* Recurring classes and Tutor Companion showcase */
.tuition-showcase{background:#f3f7f5}
.tuition-showcase-heading{max-width:940px}
.tuition-scope-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:28px}
.tuition-scope-grid>div,.tuition-scope-grid>a{padding:28px;border-top:3px solid var(--teal)}
.tuition-scope-grid>div{background:#e9f7f3}.tuition-scope-grid>a{background:var(--navy);color:white;transition:.2s}.tuition-scope-grid>a:hover{transform:translateY(-3px);background:#173e49}
.tuition-scope-grid span,.tuition-scope-grid b{display:block;font-size:8px;font-weight:800;letter-spacing:.13em}.tuition-scope-grid span{color:var(--teal)}.tuition-scope-grid>a span,.tuition-scope-grid>a b{color:#65dfd4}
.tuition-scope-grid h3{margin:20px 0 8px;font-size:21px}.tuition-scope-grid>a h3{color:white}
.tuition-scope-grid p{color:var(--muted);font-size:11px;line-height:1.7}.tuition-scope-grid>a p{color:#a9bec2}.tuition-scope-grid b{margin-top:18px}
.tuition-lifecycle-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.tuition-lifecycle-strip>div{position:relative;min-height:135px;padding:21px;background:white}
.tuition-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.tuition-lifecycle-strip span,.tuition-lifecycle-strip b,.tuition-lifecycle-strip small{display:block}
.tuition-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.tuition-lifecycle-strip b{margin:25px 0 5px;font:700 15px var(--display)}
.tuition-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.tuition-story-list{display:grid;gap:28px}
.tuition-story{display:grid;grid-template-columns:.74fr 1.26fr;gap:48px;align-items:center;padding:46px;background:white;border:1px solid #dce6e3}
.tuition-story.reverse{grid-template-columns:1.26fr .74fr}
.tuition-story.reverse .tuition-story-copy{order:2}.tuition-story.reverse>.tuition-screen,.tuition-story.reverse>.tuition-screen-grid{order:1}
.tuition-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.tuition-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.tuition-story-copy>p,.tuition-story-copy li{color:var(--muted);font-size:12px;line-height:1.72}
.tuition-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.tuition-story-copy li{position:relative;padding:5px 0 5px 22px}
.tuition-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.tuition-story-copy>a{display:inline-block;margin-top:20px;color:#078c84;font-size:12px;font-weight:800}
.tuition-screen,.tuition-screen-grid figure{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 18px 38px #12394215}
.tuition-screen img{display:block;width:100%;max-height:580px;object-fit:contain;object-position:top;background:white}
.tuition-screen-grid{display:grid;gap:12px}.tuition-screen-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.tuition-screen-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.tuition-screen-grid figcaption{min-height:82px;padding:16px 18px;background:#143641;color:white}
.tuition-screen-grid figcaption span,.tuition-screen-grid figcaption b{display:block}
.tuition-screen-grid figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.12em}
.tuition-screen-grid figcaption b{margin-top:10px;font:700 11px/1.45 var(--display)}
.tuition-screen-grid img{display:block;width:100%;height:270px;object-fit:contain;object-position:top;background:white}
.tuition-screen-grid.three img{height:225px}
.tuition-howto{background:white}
.tuition-howto-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.tuition-howto-grid article{min-height:190px;padding:28px;background:white}
.tuition-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.tuition-howto-grid h3{margin:30px 0 10px;font-size:18px}.tuition-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1150px){.tuition-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.tuition-lifecycle-strip>div:nth-child(3):after{display:none}.tuition-story,.tuition-story.reverse{grid-template-columns:1fr;gap:32px}.tuition-story.reverse .tuition-story-copy,.tuition-story.reverse>.tuition-screen,.tuition-story.reverse>.tuition-screen-grid{order:initial}.tuition-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.tuition-scope-grid,.tuition-lifecycle-strip,.tuition-screen-grid.two,.tuition-screen-grid.three,.tuition-howto-grid{grid-template-columns:1fr}.tuition-lifecycle-strip>div:after{display:none!important}.tuition-story{padding:25px 20px}.tuition-screen img,.tuition-screen-grid img,.tuition-screen-grid.three img{height:auto;max-height:none}}

/* Omnichannel Messenger showcase */
.messaging-showcase{background:#f3f7f5}
.messaging-showcase-heading{max-width:930px}
.messaging-lifecycle-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.messaging-lifecycle-strip>div{position:relative;min-height:135px;padding:21px;background:white}
.messaging-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.messaging-lifecycle-strip span,.messaging-lifecycle-strip b,.messaging-lifecycle-strip small{display:block}
.messaging-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.messaging-lifecycle-strip b{margin:25px 0 5px;font:700 15px var(--display)}
.messaging-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.messaging-story-list{display:grid;gap:28px}
.messaging-story{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center;padding:46px;background:white;border:1px solid #dce6e3}
.messaging-story.reverse{grid-template-columns:1.28fr .72fr}
.messaging-story.reverse .messaging-story-copy{order:2}.messaging-story.reverse .messaging-screen{order:1}
.messaging-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.messaging-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.messaging-story-copy>p,.messaging-story-copy li{color:var(--muted);font-size:12px;line-height:1.72}
.messaging-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.messaging-story-copy li{position:relative;padding:5px 0 5px 22px}
.messaging-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.messaging-screen{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 18px 38px #12394215}
.messaging-screen img{display:block;width:100%;max-height:610px;object-fit:contain;object-position:top;background:white}
.messaging-screen figcaption{padding:17px 19px;background:#143641;color:white}
.messaging-screen figcaption span,.messaging-screen figcaption b{display:block}
.messaging-screen figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.12em}
.messaging-screen figcaption b{margin-top:9px;font:700 11px/1.5 var(--display)}
.messaging-usecases{background:var(--navy);color:white}
.messaging-usecases .section-heading h2{color:white}.messaging-usecases .section-heading p{color:#aac0c4}
.messaging-use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#35515a;border:1px solid #35515a}
.messaging-use-grid article{min-height:205px;padding:27px;background:#143641}
.messaging-use-grid span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.13em}
.messaging-use-grid h3{margin:30px 0 10px;color:white;font-size:17px}
.messaging-use-grid p{color:#a9bec2;font-size:11px;line-height:1.65}
.messaging-howto{background:white}
.messaging-howto-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.messaging-howto-grid article{min-height:205px;padding:28px;background:white}
.messaging-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.messaging-howto-grid h3{margin:30px 0 10px;font-size:18px}.messaging-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1150px){.messaging-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.messaging-lifecycle-strip>div:nth-child(3):after{display:none}.messaging-story,.messaging-story.reverse{grid-template-columns:1fr;gap:32px}.messaging-story.reverse .messaging-story-copy,.messaging-story.reverse .messaging-screen{order:initial}.messaging-use-grid,.messaging-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.messaging-lifecycle-strip,.messaging-use-grid,.messaging-howto-grid{grid-template-columns:1fr}.messaging-lifecycle-strip>div:after{display:none!important}.messaging-story{padding:25px 20px}.messaging-screen img{height:auto;max-height:none}}

/* AI Chat Assistant showcase */
.ai-chat-showcase{background:#f3f7f5}
.ai-chat-showcase-heading{max-width:940px}
.ai-chat-scope-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:28px}
.ai-chat-scope-grid>div,.ai-chat-scope-grid>a{padding:28px;border-top:3px solid var(--teal)}
.ai-chat-scope-grid>div{background:#e9f7f3}.ai-chat-scope-grid>a{background:var(--navy);color:white;transition:.2s}.ai-chat-scope-grid>a:hover{transform:translateY(-3px);background:#173e49}
.ai-chat-scope-grid span,.ai-chat-scope-grid b{display:block;font-size:8px;font-weight:800;letter-spacing:.13em}.ai-chat-scope-grid span{color:var(--teal)}.ai-chat-scope-grid>a span,.ai-chat-scope-grid>a b{color:#65dfd4}
.ai-chat-scope-grid h3{margin:20px 0 8px;font-size:21px}.ai-chat-scope-grid>a h3{color:white}
.ai-chat-scope-grid p{color:var(--muted);font-size:11px;line-height:1.7}.ai-chat-scope-grid>a p{color:#a9bec2}.ai-chat-scope-grid b{margin-top:18px}
.ai-chat-lifecycle-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.ai-chat-lifecycle-strip>div{position:relative;min-height:135px;padding:21px;background:white}
.ai-chat-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.ai-chat-lifecycle-strip span,.ai-chat-lifecycle-strip b,.ai-chat-lifecycle-strip small{display:block}
.ai-chat-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.ai-chat-lifecycle-strip b{margin:25px 0 5px;font:700 15px var(--display)}
.ai-chat-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.ai-chat-story-list{display:grid;gap:28px}
.ai-chat-story{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center;padding:46px;background:white;border:1px solid #dce6e3}
.ai-chat-story.reverse{grid-template-columns:1.28fr .72fr}
.ai-chat-story.reverse .ai-chat-story-copy{order:2}.ai-chat-story.reverse .ai-chat-screen{order:1}
.ai-chat-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.ai-chat-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.ai-chat-story-copy>p,.ai-chat-story-copy li{color:var(--muted);font-size:12px;line-height:1.72}
.ai-chat-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.ai-chat-story-copy li{position:relative;padding:5px 0 5px 22px}
.ai-chat-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.ai-chat-screen{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 18px 38px #12394215}
.ai-chat-screen img{display:block;width:100%;max-height:620px;object-fit:contain;object-position:top;background:white}
.ai-chat-screen figcaption{padding:17px 19px;background:#143641;color:white}
.ai-chat-screen figcaption span,.ai-chat-screen figcaption b{display:block}
.ai-chat-screen figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.12em}
.ai-chat-screen figcaption b{margin-top:9px;font:700 11px/1.5 var(--display)}
.ai-chat-controls{background:var(--navy);color:white}
.ai-chat-controls .section-heading h2{color:white}.ai-chat-controls .section-heading p{color:#aac0c4}
.ai-chat-control-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#35515a;border:1px solid #35515a}
.ai-chat-control-grid article{min-height:205px;padding:27px;background:#143641}
.ai-chat-control-grid span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.13em}
.ai-chat-control-grid h3{margin:30px 0 10px;color:white;font-size:17px}
.ai-chat-control-grid p{color:#a9bec2;font-size:11px;line-height:1.65}
.ai-chat-howto{background:white}
.ai-chat-howto-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.ai-chat-howto-grid article{min-height:205px;padding:28px;background:white}
.ai-chat-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.ai-chat-howto-grid h3{margin:30px 0 10px;font-size:18px}.ai-chat-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1150px){.ai-chat-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.ai-chat-lifecycle-strip>div:nth-child(3):after{display:none}.ai-chat-story,.ai-chat-story.reverse{grid-template-columns:1fr;gap:32px}.ai-chat-story.reverse .ai-chat-story-copy,.ai-chat-story.reverse .ai-chat-screen{order:initial}.ai-chat-control-grid,.ai-chat-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.ai-chat-scope-grid,.ai-chat-lifecycle-strip,.ai-chat-control-grid,.ai-chat-howto-grid{grid-template-columns:1fr}.ai-chat-lifecycle-strip>div:after{display:none!important}.ai-chat-story{padding:25px 20px}.ai-chat-screen img{height:auto;max-height:none}}

/* AlienVoIP Cloud PBX Analytics showcase */
.voip-showcase{background:#f3f7f5}
.voip-showcase-heading{max-width:940px}
.voip-lifecycle-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.voip-lifecycle-strip>div{position:relative;min-height:135px;padding:21px;background:white}
.voip-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.voip-lifecycle-strip span,.voip-lifecycle-strip b,.voip-lifecycle-strip small{display:block}
.voip-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.voip-lifecycle-strip b{margin:25px 0 5px;font:700 15px var(--display)}
.voip-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.voip-story-list{display:grid;gap:28px}
.voip-story{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center;padding:46px;background:white;border:1px solid #dce6e3}
.voip-story.reverse{grid-template-columns:1.28fr .72fr}
.voip-story.reverse .voip-story-copy{order:2}.voip-story.reverse>.voip-screen,.voip-story.reverse>.voip-screen-grid{order:1}
.voip-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.voip-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.voip-story-copy>p,.voip-story-copy li{color:var(--muted);font-size:12px;line-height:1.72}
.voip-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.voip-story-copy li{position:relative;padding:5px 0 5px 22px}
.voip-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.voip-screen,.voip-screen-grid figure{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 18px 38px #12394215}
.voip-screen img{display:block;width:100%;max-height:620px;object-fit:contain;object-position:top;background:white}
.voip-screen-grid{display:grid;gap:12px}.voip-screen-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.voip-screen-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.voip-screen figcaption,.voip-screen-grid figcaption{padding:17px 19px;background:#143641;color:white}
.voip-screen figcaption span,.voip-screen figcaption b,.voip-screen-grid figcaption span,.voip-screen-grid figcaption b{display:block}
.voip-screen figcaption span,.voip-screen-grid figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.12em}
.voip-screen figcaption b,.voip-screen-grid figcaption b{margin-top:9px;font:700 11px/1.5 var(--display)}
.voip-screen-grid img{display:block;width:100%;height:285px;object-fit:contain;object-position:top;background:white}
.voip-screen-grid.three img{height:225px}.voip-screen-grid.three figcaption{min-height:95px}
.voip-metrics{background:var(--navy);color:white}
.voip-metrics .section-heading h2{color:white}.voip-metrics .section-heading p{color:#aac0c4}
.voip-metric-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#35515a;border:1px solid #35515a}
.voip-metric-grid article{min-height:190px;padding:25px;background:#143641}
.voip-metric-grid span{color:#65dfd4;font-size:9px;font-weight:800;letter-spacing:.13em}
.voip-metric-grid h3{margin:28px 0 9px;color:white;font-size:16px}
.voip-metric-grid p{color:#a9bec2;font-size:10px;line-height:1.65}
.voip-howto{background:white}
.voip-howto-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.voip-howto-grid article{min-height:205px;padding:28px;background:white}
.voip-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.voip-howto-grid h3{margin:30px 0 10px;font-size:18px}.voip-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1150px){.voip-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.voip-lifecycle-strip>div:nth-child(3):after{display:none}.voip-story,.voip-story.reverse{grid-template-columns:1fr;gap:32px}.voip-story.reverse .voip-story-copy,.voip-story.reverse>.voip-screen,.voip-story.reverse>.voip-screen-grid{order:initial}.voip-metric-grid{grid-template-columns:repeat(2,1fr)}.voip-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.voip-lifecycle-strip,.voip-screen-grid.two,.voip-screen-grid.three,.voip-metric-grid,.voip-howto-grid{grid-template-columns:1fr}.voip-lifecycle-strip>div:after{display:none!important}.voip-story{padding:25px 20px}.voip-screen img,.voip-screen-grid img,.voip-screen-grid.three img{height:auto;max-height:none}}

/* Events, attendance and participants showcase */
.event-showcase{background:#f3f7f5}
.event-showcase-heading{max-width:950px}
.event-scope-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:14px;margin-bottom:28px}
.event-scope-grid>div,.event-scope-grid>a{padding:27px;border-top:3px solid var(--teal)}
.event-scope-grid>div{background:#e9f7f3}.event-scope-grid>a{background:var(--navy);color:white;transition:.2s}.event-scope-grid>a:hover{transform:translateY(-3px);background:#173e49}
.event-scope-grid span,.event-scope-grid b{display:block;font-size:8px;font-weight:800;letter-spacing:.13em}.event-scope-grid span{color:var(--teal)}.event-scope-grid>a span,.event-scope-grid>a b{color:#65dfd4}
.event-scope-grid h3{margin:20px 0 8px;font-size:20px}.event-scope-grid>a h3{color:white}
.event-scope-grid p{color:var(--muted);font-size:10px;line-height:1.7}.event-scope-grid>a p{color:#a9bec2}.event-scope-grid b{margin-top:17px}
.event-lifecycle-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.event-lifecycle-strip>div{position:relative;min-height:135px;padding:21px;background:white}
.event-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.event-lifecycle-strip span,.event-lifecycle-strip b,.event-lifecycle-strip small{display:block}
.event-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.event-lifecycle-strip b{margin:25px 0 5px;font:700 15px var(--display)}
.event-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.event-story-list{display:grid;gap:28px}
.event-story{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center;padding:46px;background:white;border:1px solid #dce6e3}
.event-story.reverse{grid-template-columns:1.28fr .72fr}
.event-story.reverse .event-story-copy{order:2}.event-story.reverse>.event-screen,.event-story.reverse>.event-screen-grid,.event-story.reverse>.event-attendance-map{order:1}
.event-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.event-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.event-story-copy>p,.event-story-copy li{color:var(--muted);font-size:12px;line-height:1.72}
.event-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.event-story-copy li{position:relative;padding:5px 0 5px 22px}
.event-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.event-screen,.event-screen-grid figure{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 18px 38px #12394215}
.event-screen img{display:block;width:100%;max-height:620px;object-fit:contain;object-position:top;background:white}
.event-screen-grid{display:grid;gap:12px}.event-screen-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.event-screen-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.event-screen-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}
.event-screen figcaption,.event-screen-grid figcaption{padding:16px 18px;background:#143641;color:white}
.event-screen figcaption span,.event-screen figcaption b,.event-screen-grid figcaption span,.event-screen-grid figcaption b{display:block}
.event-screen figcaption span,.event-screen-grid figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.12em}
.event-screen figcaption b,.event-screen-grid figcaption b{margin-top:9px;font:700 10px/1.5 var(--display)}
.event-screen-grid img{display:block;width:100%;height:270px;object-fit:contain;object-position:top;background:white}
.event-screen-grid.three img{height:230px}.event-screen-grid.four img{height:250px}.event-screen-grid.four .portrait img{height:360px}
.event-screen-grid.three figcaption,.event-screen-grid.four figcaption{min-height:88px}
.event-screen-grid.finance img{height:255px}
.event-attendance-story{background:linear-gradient(135deg,#123540,#18545d);border-color:#123540;color:white}
.event-attendance-story .event-story-copy h3{color:white}.event-attendance-story .event-story-copy>p,.event-attendance-story .event-story-copy li{color:#b7cbce}
.event-attendance-map{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#416169;border:1px solid #416169}
.event-attendance-map>div{min-height:180px;padding:28px;background:#173f49}
.event-attendance-map span,.event-attendance-map b,.event-attendance-map small{display:block}.event-attendance-map span{color:#65dfd4;font-size:9px;font-weight:800;letter-spacing:.13em}.event-attendance-map b{margin:32px 0 8px;color:white;font:700 17px var(--display)}.event-attendance-map small{color:#a9bec2;font-size:10px}
.event-howto{background:white}
.event-howto-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.event-howto-grid article{min-height:205px;padding:26px;background:white}
.event-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.event-howto-grid h3{margin:30px 0 10px;font-size:17px}.event-howto-grid p{color:var(--muted);font-size:10px;line-height:1.65}
@media(max-width:1150px){.event-scope-grid{grid-template-columns:1fr}.event-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.event-lifecycle-strip>div:nth-child(3):after{display:none}.event-story,.event-story.reverse{grid-template-columns:1fr;gap:32px}.event-story.reverse .event-story-copy,.event-story.reverse>.event-screen,.event-story.reverse>.event-screen-grid,.event-story.reverse>.event-attendance-map{order:initial}.event-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.event-lifecycle-strip,.event-screen-grid.two,.event-screen-grid.three,.event-screen-grid.four,.event-attendance-map,.event-howto-grid{grid-template-columns:1fr}.event-lifecycle-strip>div:after{display:none!important}.event-story{padding:25px 20px}.event-screen img,.event-screen-grid img,.event-screen-grid.three img,.event-screen-grid.four img,.event-screen-grid.four .portrait img,.event-screen-grid.finance img{height:auto;max-height:none}}

/* Tutor and BizCloud companion experiences */
.companion-showcase{background:#f3f7f5}
.companion-showcase-heading{max-width:940px}
.companion-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:42px}
.companion-product-grid>div{min-height:245px;padding:32px;border-top:3px solid var(--teal)}
.companion-product-grid .tutor{background:#e9f7f3}.companion-product-grid .bizcloud{background:var(--navy);color:white}
.companion-product-grid span,.companion-product-grid b{display:block;font-size:8px;font-weight:800;letter-spacing:.13em;color:var(--teal)}.companion-product-grid .bizcloud span,.companion-product-grid .bizcloud b{color:#65dfd4}
.companion-product-grid h3{margin:32px 0 10px;font-size:25px}.companion-product-grid .bizcloud h3{color:white}
.companion-product-grid p{color:var(--muted);font-size:11px;line-height:1.7}.companion-product-grid .bizcloud p{color:#a9bec2}.companion-product-grid b{margin-top:24px}
.companion-story-list{display:grid;gap:28px}
.companion-story{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center;padding:46px;background:white;border:1px solid #dce6e3}
.companion-story.reverse{grid-template-columns:1.28fr .72fr}
.companion-story.reverse .companion-story-copy{order:2}.companion-story.reverse>.companion-screen,.companion-story.reverse>.companion-screen-grid{order:1}
.companion-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.companion-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.companion-story-copy>p,.companion-story-copy li{color:var(--muted);font-size:12px;line-height:1.72}
.companion-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.companion-story-copy li{position:relative;padding:5px 0 5px 22px}
.companion-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.companion-story-copy>a{display:inline-block;margin-top:19px;color:#078c84;font-size:11px;font-weight:800}
.companion-screen,.companion-screen-grid figure{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 18px 38px #12394215}
.companion-screen img{display:block;width:100%;max-height:620px;object-fit:contain;object-position:top;background:white}
.companion-screen-grid{display:grid;gap:12px}.companion-screen-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.companion-screen-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.companion-screen figcaption,.companion-screen-grid figcaption{padding:16px 18px;background:#143641;color:white}
.companion-screen figcaption span,.companion-screen figcaption b,.companion-screen-grid figcaption span,.companion-screen-grid figcaption b{display:block}
.companion-screen figcaption span,.companion-screen-grid figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.12em}
.companion-screen figcaption b,.companion-screen-grid figcaption b{margin-top:9px;font:700 10px/1.5 var(--display)}
.companion-screen-grid img{display:block;width:100%;height:300px;object-fit:contain;object-position:top;background:white}
.companion-screen-grid.three img{height:250px}.companion-screen-grid.three figcaption{min-height:88px}
.companion-screen-grid.phones img{height:660px}.companion-screen-grid.phones figcaption{min-height:90px}
.companion-story.bizcloud-story{background:linear-gradient(135deg,#f8fbfa,#e8f2f7);border-top:3px solid #186bd5}
.companion-flows{background:var(--navy);color:white}
.companion-flows .section-heading h2{color:white}.companion-flows .section-heading p{color:#aac0c4}
.companion-flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#35515a;border:1px solid #35515a}
.companion-flow-grid article{min-height:205px;padding:27px;background:#143641}
.companion-flow-grid span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.13em}
.companion-flow-grid h3{margin:30px 0 10px;color:white;font-size:17px}
.companion-flow-grid p{color:#a9bec2;font-size:11px;line-height:1.65}
.companion-howto{background:white}
.companion-guide-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.companion-guide-columns>div{padding:34px;background:#f5f8f7;border-top:3px solid var(--teal)}
.companion-guide-columns>div:last-child{border-color:#2475dc;background:#f1f6fc}
.companion-guide-label{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}.companion-guide-columns>div:last-child .companion-guide-label{color:#2475dc}
.companion-guide-columns>div>h3{margin:18px 0 25px;font-size:24px}
.companion-howto-list{display:grid;gap:1px;background:#d9e4e1;border:1px solid #d9e4e1}
.companion-howto-list article{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:19px;background:white}
.companion-howto-list article>span{color:var(--teal);font-size:10px;font-weight:800}.companion-guide-columns>div:last-child .companion-howto-list article>span{color:#2475dc}
.companion-howto-list h4{margin:0 0 5px;font:700 14px var(--display)}.companion-howto-list p{margin:0;color:var(--muted);font-size:10px;line-height:1.55}
@media(max-width:1150px){.companion-story,.companion-story.reverse{grid-template-columns:1fr;gap:32px}.companion-story.reverse .companion-story-copy,.companion-story.reverse>.companion-screen,.companion-story.reverse>.companion-screen-grid{order:initial}.companion-flow-grid{grid-template-columns:repeat(2,1fr)}.companion-screen-grid.phones img{height:560px}}
@media(max-width:760px){.companion-product-grid,.companion-screen-grid.two,.companion-screen-grid.three,.companion-flow-grid,.companion-guide-columns{grid-template-columns:1fr}.companion-story{padding:25px 20px}.companion-screen img,.companion-screen-grid img,.companion-screen-grid.three img,.companion-screen-grid.phones img{height:auto;max-height:none}.companion-guide-columns>div{padding:25px 20px}}

/* Vendor and supplier management showcase */
.vendor-showcase{background:#f3f7f5}
.vendor-showcase-heading{max-width:940px}
.vendor-lifecycle-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin:0 0 42px;background:#cfdedb;border:1px solid #cfdedb}
.vendor-lifecycle-strip>div{position:relative;min-height:135px;padding:21px;background:white}
.vendor-lifecycle-strip>div:not(:last-child):after{content:"→";position:absolute;right:-9px;top:25px;z-index:1;width:18px;height:18px;border-radius:50%;background:var(--teal);color:white;text-align:center;font-size:11px;line-height:18px}
.vendor-lifecycle-strip span,.vendor-lifecycle-strip b,.vendor-lifecycle-strip small{display:block}
.vendor-lifecycle-strip span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.12em}
.vendor-lifecycle-strip b{margin:25px 0 5px;font:700 15px var(--display)}
.vendor-lifecycle-strip small{color:#71868b;font-size:9px;line-height:1.5}
.vendor-story-list{display:grid;gap:28px}
.vendor-story{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center;padding:46px;background:white;border:1px solid #dce6e3}
.vendor-story.reverse{grid-template-columns:1.28fr .72fr}
.vendor-story.reverse .vendor-story-copy{order:2}.vendor-story.reverse>.vendor-screen,.vendor-story.reverse>.vendor-screen-grid{order:1}
.vendor-story-copy>span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.14em}
.vendor-story-copy h3{margin:16px 0;font-size:clamp(26px,3vw,38px)}
.vendor-story-copy>p,.vendor-story-copy li{color:var(--muted);font-size:12px;line-height:1.72}
.vendor-story-copy ul{list-style:none;margin:15px 0 0;padding:0}
.vendor-story-copy li{position:relative;padding:5px 0 5px 22px}
.vendor-story-copy li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.vendor-story-copy>a{display:inline-block;margin-top:19px;color:#078c84;font-size:11px;font-weight:800}
.vendor-screen,.vendor-screen-grid figure{overflow:hidden;margin:0;background:#f6f9f8;border:1px solid #d8e3e0;box-shadow:0 18px 38px #12394215}
.vendor-screen img{display:block;width:100%;max-height:620px;object-fit:contain;object-position:top;background:white}
.vendor-screen-grid{display:grid;gap:12px}.vendor-screen-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.vendor-screen figcaption,.vendor-screen-grid figcaption{padding:16px 18px;background:#143641;color:white}
.vendor-screen figcaption span,.vendor-screen figcaption b,.vendor-screen-grid figcaption span,.vendor-screen-grid figcaption b{display:block}
.vendor-screen figcaption span,.vendor-screen-grid figcaption span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.12em}
.vendor-screen figcaption b,.vendor-screen-grid figcaption b{margin-top:9px;font:700 10px/1.5 var(--display)}
.vendor-screen-grid img{display:block;width:100%;height:390px;object-fit:contain;object-position:top;background:white}
.vendor-screen-grid figcaption{min-height:86px}
.vendor-sourcing-matrix{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#c8d9d6;border:1px solid #c8d9d6}
.vendor-sourcing-matrix>div{position:relative;min-height:180px;padding:28px;background:white}
.vendor-sourcing-matrix .item{grid-row:span 3;display:flex;flex-direction:column;justify-content:center;background:var(--navy);color:white}
.vendor-sourcing-matrix span,.vendor-sourcing-matrix b,.vendor-sourcing-matrix small{display:block}.vendor-sourcing-matrix span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}.vendor-sourcing-matrix .item span{color:#65dfd4}
.vendor-sourcing-matrix b{margin:28px 0 8px;font:700 17px var(--display)}.vendor-sourcing-matrix .item b{color:white;font-size:24px}.vendor-sourcing-matrix small{color:var(--muted);font-size:10px;line-height:1.55}.vendor-sourcing-matrix .item small{color:#a9bec2}
.vendor-files-story{background:linear-gradient(135deg,#f8fbfa,#edf5f1)}
.vendor-file-cabinet{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#cadbd7;border:1px solid #cadbd7}
.vendor-file-cabinet article{min-height:160px;padding:24px;background:white}
.vendor-file-cabinet span,.vendor-file-cabinet b,.vendor-file-cabinet small{display:block}.vendor-file-cabinet span{color:var(--teal);font-size:9px;font-weight:800}.vendor-file-cabinet b{margin:28px 0 7px;font:700 16px var(--display)}.vendor-file-cabinet small{color:var(--muted);font-size:9px;line-height:1.5}
.vendor-connections{background:var(--navy);color:white}
.vendor-connections .section-heading h2{color:white}.vendor-connections .section-heading p{color:#aac0c4}
.vendor-connection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#35515a;border:1px solid #35515a}
.vendor-connection-grid article{min-height:205px;padding:27px;background:#143641}
.vendor-connection-grid span{color:#65dfd4;font-size:8px;font-weight:800;letter-spacing:.13em}
.vendor-connection-grid h3{margin:30px 0 10px;color:white;font-size:17px}
.vendor-connection-grid p{color:#a9bec2;font-size:11px;line-height:1.65}
.vendor-howto{background:white}
.vendor-howto-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.vendor-howto-grid article{min-height:205px;padding:28px;background:white}
.vendor-howto-grid span{color:var(--teal);font-size:9px;font-weight:800;letter-spacing:.13em}
.vendor-howto-grid h3{margin:30px 0 10px;font-size:18px}.vendor-howto-grid p{color:var(--muted);font-size:11px;line-height:1.65}
@media(max-width:1150px){.vendor-lifecycle-strip{grid-template-columns:repeat(3,1fr)}.vendor-lifecycle-strip>div:nth-child(3):after{display:none}.vendor-story,.vendor-story.reverse{grid-template-columns:1fr;gap:32px}.vendor-story.reverse .vendor-story-copy,.vendor-story.reverse>.vendor-screen,.vendor-story.reverse>.vendor-screen-grid{order:initial}.vendor-connection-grid,.vendor-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.vendor-lifecycle-strip,.vendor-screen-grid.two,.vendor-sourcing-matrix,.vendor-file-cabinet,.vendor-connection-grid,.vendor-howto-grid{grid-template-columns:1fr}.vendor-sourcing-matrix .item{grid-row:auto}.vendor-lifecycle-strip>div:after{display:none!important}.vendor-story{padding:25px 20px}.vendor-screen img,.vendor-screen-grid img{height:auto;max-height:none}}

/* Pricing page */
.pricing-hero{padding:80px 0 105px;background:linear-gradient(135deg,#0d2a35,#164f59 62%,#078d84);color:white}
.pricing-hero .breadcrumbs{color:#a7c3c7}.pricing-hero .breadcrumbs a{color:#63e2d6}
.pricing-hero-inner{text-align:center}.pricing-hero-inner .eyebrow{justify-content:center}
.pricing-hero h1{color:white;font-size:clamp(48px,6vw,78px);margin:20px 0}
.pricing-hero p{max-width:720px;margin:0 auto;color:#c0d3d6;font-size:17px}
.billing-toggle{display:inline-flex;margin-top:35px;padding:4px;background:#ffffff17;border:1px solid #ffffff2c}
.billing-toggle button{border:0;background:transparent;color:#d6e5e7;padding:11px 22px;font-weight:800;font-size:12px;cursor:pointer}
.billing-toggle button.active{background:white;color:var(--navy)}
.billing-toggle button span{margin-left:6px;padding:3px 7px;background:#4ce1c9;color:#0c4a45;font-size:8px}
.pricing-plans-section{background:#f7f9f7}
.pricing-grid-new{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}
.price-card{position:relative;display:flex;flex-direction:column;padding:36px 32px;background:white;border:1px solid #dbe5e3}
.price-card.featured{background:var(--navy);color:white;border-color:var(--navy);transform:translateY(-12px);box-shadow:0 30px 60px #102b3633}
.popular-ribbon{position:absolute;top:0;right:0;padding:7px 14px;background:var(--teal);color:white;font-size:8px;letter-spacing:.12em;font-weight:800}
.plan-label{font-size:9px;letter-spacing:.15em;color:var(--teal);font-weight:800}
.price-card h3{font-size:24px;margin:15px 0 8px}.featured h3{color:white}
.plan-for{font-size:12px;color:var(--muted);min-height:58px}.featured .plan-for{color:#a8bec3}
.plan-price{display:flex;align-items:flex-start;margin:20px 0 0;color:var(--navy)}
.featured .plan-price{color:white}.plan-price>span{font-size:12px;font-weight:800;margin:10px 5px 0 0}
.plan-price b{font:800 55px var(--display);line-height:1}.plan-price small{font-size:11px;margin:33px 0 0 5px}
.yearly-price,.yearly-note{display:none}.yearly-billing .monthly-price,.yearly-billing .monthly-note{display:none}.yearly-billing .yearly-price,.yearly-billing .yearly-note{display:inline}
.plan-price.custom{min-height:65px;align-items:center}.plan-price.custom b{font-size:32px}
.annual-note{font-size:10px;color:#7e9095;padding-bottom:24px;border-bottom:1px solid #e1e9e7}.featured .annual-note{color:#8eaaaf;border-color:#35525c}
.price-card ul{list-style:none;padding:18px 0;margin:0;flex:1}
.price-card li{position:relative;padding:7px 0 7px 20px;font-size:12px;color:#566b71}
.featured li{color:#c3d2d5}.price-card li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.plan-button{width:100%;margin-top:20px}.featured .plan-button{background:var(--teal);border-color:var(--teal);color:white}
.pricing-disclaimer{text-align:center;color:#718388;font-size:11px;margin:30px auto 0;max-width:800px}
.ai-credit-section{background:var(--navy);color:white}
.credit-intro{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end}
.credit-intro h2{font-size:48px;color:white;margin:15px 0}.credit-intro p{max-width:700px;color:#a6bbc0}
.credit-big{text-align:right}.credit-big b,.credit-big span{display:block}.credit-big b{font:800 38px var(--display);color:#5ee0d4}.credit-big span{font-size:10px;color:#91a9ad}
.credit-packs{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:45px;background:#38525b;border:1px solid #38525b}
.credit-packs>div{padding:27px;background:#15343f}.credit-packs span{font-size:8px;letter-spacing:.13em;color:#5ee0d4;font-weight:800}.credit-packs b{display:block;font:800 28px var(--display);margin:18px 0 0}.credit-packs p{margin:0;color:#d9e8ea;font-size:13px}.credit-packs small{font-size:9px;color:#8ea5aa}
.waba-section{background:white}.rate-table-wrap{overflow:auto;border:1px solid var(--line)}
.pricing-rate-table{width:100%;border-collapse:collapse;min-width:720px}.pricing-rate-table th{padding:15px 18px;text-align:left;background:#edf7f4;color:#34706d;font-size:9px;letter-spacing:.1em;text-transform:uppercase}.pricing-rate-table td{padding:18px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.pricing-rate-table td b{color:var(--navy)}.pricing-rate-table td strong{color:var(--teal);font-size:14px}
.session-note{margin-top:20px;padding:22px;background:#edf7f4;border-left:3px solid var(--teal)}.session-note b{font-size:13px}.session-note p{font-size:12px;color:var(--muted);margin:6px 0 0}
.cost-examples{background:#f5f6f2}.example-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.example-grid article{display:flex;flex-direction:column;padding:28px;background:white;border-top:3px solid var(--teal);min-height:260px}.example-grid article>span{font-size:8px;letter-spacing:.13em;color:var(--teal);font-weight:800}.example-grid h3{font-size:18px;margin:25px 0 10px}.example-grid p{font-size:11px;color:var(--muted);flex:1}.example-grid article>div{padding-top:16px;border-top:1px solid var(--line)}.example-grid small,.example-grid b{display:block}.example-grid small{font-size:8px;color:#87989c;text-transform:uppercase}.example-grid b{font:800 22px var(--display);margin-top:4px}
.pricing-bottom-line{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:25px;padding:28px;background:var(--navy);color:white}.pricing-bottom-line b{font:700 16px var(--display)}.pricing-bottom-line p{font-size:11px;color:#9fb4b8;margin:5px 0 0}
.pricing-faq-inner{max-width:900px}.pricing-faq details{border-top:1px solid var(--line);padding:20px 0}.pricing-faq details:last-child{border-bottom:1px solid var(--line)}.pricing-faq summary{list-style:none;display:flex;justify-content:space-between;gap:20px;cursor:pointer;font:700 15px var(--display)}.pricing-faq summary::-webkit-details-marker{display:none}.pricing-faq summary span{color:var(--teal);font-size:20px}.pricing-faq details[open] summary span{transform:rotate(45deg)}.pricing-faq p{max-width:790px;color:var(--muted);font-size:13px;line-height:1.75}
@media(max-width:1050px){.pricing-grid-new{grid-template-columns:1fr}.price-card.featured{transform:none}.credit-packs,.example-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.credit-intro{grid-template-columns:1fr}.credit-big{text-align:left}.credit-packs,.example-grid{grid-template-columns:1fr}.pricing-bottom-line{align-items:flex-start;flex-direction:column}.pricing-grid-new{gap:14px}.price-card{padding:28px 22px}}

/* Customer lifecycle showcase */
.customer-showcase{background:#f4f7f4}
.customer-showcase-heading{max-width:800px}
.customer-story-list{display:grid;gap:28px}
.customer-story{display:grid;grid-template-columns:.82fr 1.18fr;gap:60px;align-items:center;padding:52px;background:white;border:1px solid #dde7e4}
.customer-story.reverse{grid-template-columns:1.18fr .82fr}
.customer-story.reverse .customer-story-copy{order:2}.customer-story.reverse .customer-story-image{order:1}
.customer-story-copy>span{color:var(--teal);font-size:9px;letter-spacing:.14em;font-weight:800}
.customer-story-copy h3{font-size:clamp(25px,3vw,36px);margin:16px 0}
.customer-story-copy>p,.customer-story-copy li{font-size:12px;color:var(--muted);line-height:1.7}
.customer-story-copy ul{list-style:none;padding:7px 0;margin:12px 0 0}
.customer-story-copy li{padding:5px 0}.customer-story-copy li:before{content:"✓";color:var(--teal);font-weight:800;margin-right:9px}
.customer-story-image{padding:7px;border:1px solid #dce6e3;background:#f7f9f8;box-shadow:0 22px 45px #1239421d}
.customer-story-image img{display:block;width:100%;max-height:430px;object-fit:cover;object-position:top}
.customer-howto{background:white}
.customer-howto-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.customer-howto-grid article{padding:30px;background:white;min-height:190px}
.customer-howto-grid span{font-size:9px;letter-spacing:.13em;color:var(--teal);font-weight:800}
.customer-howto-grid h3{font-size:18px;margin:30px 0 10px}.customer-howto-grid p{font-size:12px;color:var(--muted)}
@media(max-width:1000px){.customer-story,.customer-story.reverse{grid-template-columns:1fr;gap:32px}.customer-story.reverse .customer-story-copy,.customer-story.reverse .customer-story-image{order:initial}.customer-howto-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.customer-story{padding:25px 20px}.customer-howto-grid{grid-template-columns:1fr}.customer-story-copy h3{font-size:25px}}
