:root{  --bg: #FFFFFF;
  --bg-soft: #F7F8FA;
  --border: #BBBDC8;
  --muted: #374151;
  --text: #283123;
  --text-soft: #506047;
  --accent: #88A677;
  --tint: #F0F5EC;
  --font-heading: "Sora", system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --max: 1200px;
  --r-lg: 16px;
  --r-md: 12px;
  --r-sm: 10px;
  --shadow: 0 10px 30px rgba(0,0,0,.06);
  --ease: cubic-bezier(.2,.8,.2,1);}

*{  box-sizing: border-box;}

html, body{  min-height: 100%;}

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

p{  margin: 0 0 1rem;}

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

.container{  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;}

.section{  padding: 96px 0;}

.section-soft{  background: transparent;}

@media (max-width:900px){.section{  padding: 72px 0;}}

h1,h2,h3{  font-family: var(--font-heading);
  margin: 0 0 .75rem;
  line-height: 1.1;
  letter-spacing: -.02em;}

h1{  font-size: clamp(44px, 5.2vw, 64px);
  font-weight: 600;}

h2{  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 600;}

h3{  font-size: clamp(18px, 2.1vw, 22px);
  font-weight: 600;}

.p1{  font-size: 18px;}

.p2{  font-size: 16px;}

.p3{  font-size: 14px;}

.lead{  font-size: 18px;
  color: var(--muted);
  max-width: 62ch;}

.muted{  color: var(--muted);}

.kicker{  display: inline-block;
  font-family: var(--font-heading);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(136,166,119,1);
  margin-bottom: 14px;}

.site-header{  position: sticky;
  top: 0;
  z-index: 50;
  background: transparent;
  transition: background .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);}

.header-inner{  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;}

.site-header.scrolled{  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(140%) blur(12px);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  border-bottom: 1px solid rgba(187,189,200,.35);}

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

.brand-name{  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: -.01em;}

.site-nav{  display: flex;
  gap: 18px;
  align-items: center;}

.nav-toggle{  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(187,189,200,.55);
  background: rgba(255,255,255,.85);}

.nav-toggle span{  display: block;
  height: 2px;
  width: 18px;
  margin: 0 auto;
  background: rgba(40,49,35,.7);}

.nav-toggle span+span{  margin-top: 5px;}

@media (max-width:900px){.nav-toggle{  display: inline-flex;
  align-items: center;
  justify-content: center;}
.site-nav{  position: absolute;
  right: 24px;
  top: 64px;
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(187,189,200,.55);
  box-shadow: var(--shadow);
  min-width: 240px;}
.site-nav.open{  display: flex;}
.site-nav a{  padding: 6px 2px;}}

.hero-cta{  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
  align-items: center;}

.hero-grid{  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  justify-items: center;}

@media (max-width:900px){.hero-home{  padding: 96px 0 56px;}
.hero-grid{  grid-template-columns: 1fr;}}

.hero-media .shape-hero{  height: 420px;
  border-radius: var(--r-lg);
  background: #EDEFF3;
  box-shadow: none;}

.shape-wide,.shape-sq{  border-radius: var(--r-lg);
  background: #EDEFF3;
  box-shadow: none;}

.shape-sq{  height: 340px;}

.shape-wide{  height: 340px;}

.media{  min-height: 280px;}

.split{  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;}

.stack{  display: flex;
  flex-direction: column;
  gap: 48px;}

@media (max-width:900px){.split{  grid-template-columns: 1fr;}}

.cards-3,.features-3{  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 28px;}

@media (max-width:900px){.cards-3,.features-3{  grid-template-columns: 1fr;}}

.card,.feature{  background: transparent;
  border: 0;
  padding: 0;}

.card:hover,.feature:hover{  transform: none;
  box-shadow: none;}

.shape-card,.shape-card-alt{  width: 100%;
  height: 100%;
  background: #EDEFF3;}

.pills{  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;}

.pill{  font-size: 14px;
  color: rgba(40,49,35,.75);
  background: rgba(240,245,236,.55);
  border: 1px solid rgba(136,166,119,.35);
  padding: 8px 12px;
  border-radius: 999px;}

.steps-3{  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 28px;}

@media (max-width:900px){.steps-3{  grid-template-columns: 1fr;}}

.step{  background: transparent;
  border-top: 1px solid rgba(187,189,200,.55);
  padding-top: 18px;}

.step-num{  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(136,166,119,.24);
  color: var(--text);
  font-family: var(--font-heading);
  font-weight: 700;
  margin-bottom: 12px;}

.cta-box{  background: var(--bg-soft);
  border-radius: var(--r-lg);
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;}

.cta-actions{  display: flex;
  gap: 12px;
  flex-wrap: wrap;}

@media (max-width:900px){.cta-box{  flex-direction: column;
  align-items: flex-start;}}

.hero-page{  padding: 108px 0 52px;
  background: var(--bg-soft);}

.hero-bg{  display: none;}

.contact-form{  margin-top: 18px;
  max-width: 860px;}

.grid-2{  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;}

@media (max-width:900px){.grid-2{  grid-template-columns: 1fr;}}

label{  display: block;
  margin: 12px 0;
  font-size: 14px;}

label span{  display: block;
  margin: 0 0 6px;
  color: rgba(55,65,81,.85);}

input,select,textarea{  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(187,189,200,.55);
  background: #fff;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--text);}

textarea{  resize: vertical;}

.footer-grid{  display: grid;
  grid-template-columns: 1.4fr repeat(3,1fr);
  gap: 18px;}

.footer-title{  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(55,65,81,.85);
  margin: 0 0 10px;
  font-family: var(--font-heading);}

.site-footer a{  display: block;
  padding: 6px 0;
  color: rgba(40,49,35,.75);}

.site-footer a:hover{  color: var(--text);}

.footer-brand .brand-line{  font-family: var(--font-heading);
  font-weight: 700;}

.footer-bottom{  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(187,189,200,.45);}

@media (max-width:900px){.footer-grid{  grid-template-columns: 1fr 1fr;}}

.inline-link{  color: var(--text);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: rgba(136,166,119,.65);}

.inline-link:hover{  text-decoration-color: rgba(136,166,119,1);}

:focus-visible{  outline: 3px solid rgba(136,166,119,.45);
  outline-offset: 3px;
  border-radius: 10px;}

.hero-center{  max-width: 860px;
  text-align: center;}

.hero-center .lead{  margin-left: auto;
  margin-right: auto;}

.hero-center .hero-cta{  justify-content: center;}

h2::after{  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 14px;
  background: rgba(136,166,119,.90);
  border-radius: 2px;}

.hero-page h2::after,
.hero-home h2::after,
.cta-box h2::after{  display: none;}

.metrics{  padding-top: 48px;
  padding-bottom: 48px;}

.metrics-grid{  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  border-top: 1px solid rgba(187,189,200,.45);
  border-bottom: 1px solid rgba(187,189,200,.45);
  padding: 28px 0;}

.metric{  padding: 0 6px;}

.metric + .metric{  border-left: 1px solid rgba(187,189,200,.35);
  padding-left: 24px;}

.metric-title{  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: -.01em;
  color: var(--text);
  margin-bottom: 8px;}

.metric-text{  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
  max-width: 38ch;}

@media (max-width:900px){.metrics-grid{  grid-template-columns: 1fr;
  padding: 22px 0;
  gap: 18px;}
.metric + .metric{  border-left: 0;
  padding-left: 6px;
  border-top: 1px solid rgba(187,189,200,.35);
  padding-top: 18px;}}

.feature-rows{  display: flex;
  flex-direction: column;
  gap: 72px;
  margin-top: 44px;}

.feature-row{  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;}

.feature-row .feature-copy{  max-width: 520px;}

.feature-row.reverse .feature-copy{  order: 2;}

.feature-row.reverse .feature-media{  order: 1;}

.checklist{  list-style: none;
  padding: 0;
  margin: 18px 0 0;}

.checklist li{  display: flex;
  gap: 10px;
  margin: 10px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;}

.checklist li::before{  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(136,166,119,.95);
  margin-top: 8px;
  flex: 0 0 6px;}

@media (max-width:900px){.feature-row{  grid-template-columns: 1fr;
  gap: 18px;}
.feature-row .feature-copy{  max-width: unset;}
.feature-row.reverse .feature-copy{  order: 1;}
.feature-row.reverse .feature-media{  order: 2;}
.feature-rows{  gap: 44px;}}

.shot-wrap.narrow .phone-row select{  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(187,189,200,.55);
  background: #fff;
  padding: 12px 12px;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--text);}

.hero-compact{  padding: 96px 0 44px;}

.section-tight{  padding-top: 64px;}

.security-grid{  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 44px;
  padding-top: 18px;
  border-top: 1px solid rgba(187,189,200,.45);}

@media (max-width:900px){.security-grid{  grid-template-columns: 1fr;}}

.select-display{  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--text);
  font-size: 16px;
  padding-left: 12px;
  padding-right: 10px;
  justify-content: flex-start;
  gap: 8px;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(187,189,200,.55);
  background: #fff;
  white-space: nowrap;
  overflow: hidden;}

.select-display .flag{  font-size: 16px;
  line-height: 1;}

.select-display .code{  font-variant-numeric: tabular-nums;
  letter-spacing: .01em;}

.phone-row input{  min-width: 0;}

@media (max-width:900px){}

.brand-mark{  display: none !important;}

.brand-logo{  width: 80px;
  height: 40px;
  border-radius: 0px;
  display: block;
  object-fit: contain;}

.shot-wrap{  border-radius: var(--r-lg);
  background: #EDEFF3;
  padding: 6px;}

.shot{  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);}

.shot-wrap.narrow{  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;}

.shot-wrap.narrow .shot{  width: 340px;
  max-width: 100%;}

.phone-row{  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 14px;
  align-items: center;}

.select-wrap{  position: relative;
  width: 140px;
  min-width: 140px;}

.select-shell{  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(187,189,200,.55);
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  font-size: 16px;
  line-height: 1;}

.select-shell .code{  font-variant-numeric: tabular-nums;
  letter-spacing: .01em;}

.select-wrap select{  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;}

.select-wrap::after{  content: "▾";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(40,49,35,.65);
  pointer-events: none;
  font-size: 14px;}

@media (max-width:900px){.phone-row{  grid-template-columns: 1fr;
  gap: 10px;}
.select-wrap{  width: 100%;
  min-width: 0;}}

html{  scroll-behavior: smooth;}

.reveal.in{  opacity: 1;
  transform: translate3d(0,0,0);}

@media (prefers-reduced-motion: reduce){html{  scroll-behavior: auto;}
.reveal{  transition: none;
  transform: none;
  opacity: 1;}}

.site-nav a::after{  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: rgba(136,166,119,.95);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms cubic-bezier(.16,1,.3,1);}

.site-nav a:hover::after{  transform: scaleX(1);}

.site-nav a.active::after{  transform: scaleX(1);}

.btn{  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid rgba(187,189,200,.55);
  background: transparent;
  color: var(--text);
  transition: transform 220ms cubic-bezier(.16,1,.3,1), box-shadow 220ms cubic-bezier(.16,1,.3,1), background-color 220ms cubic-bezier(.16,1,.3,1);}

.btn.btn-primary{
  background: rgba(136,166,119,1);
  border-color: rgba(136,166,119,1);
  color: #fff;
  box-shadow: 0 10px 26px rgba(136,166,119,.18);
}

.btn.btn-primary:hover{
  filter: brightness(0.96);
}

.btn.btn-ghost{
  background: rgba(255,255,255,.6);
  border-color: rgba(187,189,200,.55);
}

.btn.btn-ghost:hover{
  background: rgba(247,248,250,.9);
}

.btn:hover{  transform: translateY(-1px);}

.btn:active{  transform: translateY(0);}

.reveal{  opacity: 0;
  transform: translate3d(var(--tx,0px), var(--ty,26px), 0);
  transition: opacity 520ms cubic-bezier(.16,1,.3,1),
    transform 760ms cubic-bezier(.16,1,.3,1);
  transition-delay: var(--d,0ms);
  will-change: opacity,transform;}

.site-nav a{  font-size: 14px;
  color: rgba(40,49,35,.78);
  padding: 8px 6px;
  border-bottom: none !important;
  transition: color .2s var(--ease), border-color .2s var(--ease);
  position: relative;}

.site-nav a:hover{  color: var(--text);
  border-color: transparent !important;}

.site-nav a.active{  color: var(--text);
  border-color: transparent !important;}

.hero-home{  padding: 120px 0 70px;
  background: var(--bg-soft);
  position: relative;
  overflow: hidden;}

.hero-home::before{  content: "";
  position: absolute;
  inset: -200px -180px auto auto;
  width: 720px;
  height: 720px;
  background: radial-gradient(closest-side, rgba(136,166,119,.28), rgba(136,166,119,0));
  pointer-events: none;}

.hero-home::after{  content: "";
  position: absolute;
  inset: auto -240px -260px auto;
  width: 680px;
  height: 680px;
  background: radial-gradient(closest-side, rgba(39,49,35,.12), rgba(39,49,35,0));
  pointer-events: none;}

.hero-home .container{  position: relative;
  z-index: 1;}

.section-graphic, .section-graphic-alt{  position: relative;
  overflow: hidden;}

.section-graphic{  background: radial-gradient(900px 360px at 10% -10%, rgba(136,166,119,.14), rgba(136,166,119,0)),
    radial-gradient(520px 260px at 90% 10%, rgba(39,49,35,.07), rgba(39,49,35,0));}

.section-graphic-alt{  background: radial-gradient(720px 320px at 90% 0%, rgba(136,166,119,.10), rgba(136,166,119,0));}

.section-graphic::before, .section-graphic-alt::before{  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(40,49,35,.12) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .08;
  pointer-events: none;}

.section-graphic .container, .section-graphic-alt .container{  position: relative;
  z-index: 1;}

.thumb-wrap{  border-radius: 18px;
  background: #EDEFF3;
  padding: 6px;}

.thumb{  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);}

.icon-badge{  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(136,166,119,.22), rgba(136,166,119,.06));
  color: rgba(39,49,35,.95);
  margin: 0 0 14px;}

.icon-badge svg{  width: 22px;
  height: 22px;}

.feature-body{  min-width: 0;}

.icon-dot{  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(136,166,119,.14);
  color: rgba(39,49,35,.95);
  flex: 0 0 auto;
  margin-top: 2px;}

.icon-dot svg{  width: 20px;
  height: 20px;}

body::before{  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(40,49,35,.12) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: .045;
  mix-blend-mode: multiply;
  z-index: -1;}

.section-graphic,
.section-graphic-alt{  background: transparent !important;}

.section-graphic::before,
.section-graphic-alt::before{  opacity: 0 !important;}

.hero-home::before,
.hero-home::after{  opacity: .6;}

.card-img{  height: auto !important;
  border-radius: var(--r-lg);
  background: #EDEFF3;
  margin-bottom: 16px;
  aspect-ratio: 16 / 10;
  overflow: hidden;}

.card-img .thumb{  height: 100%;
  width: 100%;
  object-fit: cover;}

html, body {  min-height: 100%;}

body{  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: radial-gradient(1100px 520px at 18% -8%, rgba(142,170,120,.24), transparent 60%),
    radial-gradient(900px 480px at 88% 6%, rgba(120,160,138,.18), transparent 55%),
    radial-gradient(900px 520px at 50% 110%, rgba(142,170,120,.14), transparent 60%),
    var(--bg);
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-attachment: fixed;}

.hero-home,
.hero-page,
.section-graphic,
.section-graphic-alt,
.section-band{  background: transparent !important;}

.site-footer{  background: rgba(247,248,250,.62) !important;
  padding: 54px 0 18px;
  border-top: 1px solid rgba(187,189,200,.45);
  backdrop-filter: blur(10px);}

.hero-banner img{  width: 100%;
  height: auto;
  display: block;}

.cards-3{  align-items: start;}

.cards-3 .card{  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;}

.cards-3 .card h3{  margin: 2px 0 0;}

.cards-3 .card p{  margin: 0;}

.logo-strip{  width: 100%;
  margin-top: 18px;
  display: flex;
  justify-content: center;}

.logo-strip .logos{  width: min(1120px, 100%);
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0 0;
  color: rgba(18,20,18,.55);
  font-weight: 600;
  letter-spacing: .02em;}

.logo-strip .logos span{  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(18,20,18,.08);}

.hero-home::before,.hero-home::after{  opacity: 0 !important;}

.feature{  display: flex;
  gap: 14px;
  align-items: flex-start;}

.feature-media{  min-height: 320px;
  margin-top: 12px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(237,239,243,.75);
  box-shadow: 0 10px 26px rgba(0,0,0,.08);}

.features-3 .feature-media img{  width: 100%;
  height: auto;
  display: block;}

.step-media{  margin-top: 14px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(237,239,243,.75);
  box-shadow: 0 10px 26px rgba(0,0,0,.08);}

.step-media img{  width: 100%;
  height: auto;
  display: block;}

.hero-banner-full{  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 44px;
  height: clamp(320px, 56vh, 680px);
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: rgba(0,0,0,0.02);}

.hero-banner-full .parallax-img{  position: absolute;
  inset: 0;
  width: 100%;
  height: 120%;
  top: -10%;
  object-fit: cover;
  border-radius: 0;
  transform: translate3d(0,0,0);
  will-change: transform;}

.hero-banner{  width: min(1120px, 100%);
  margin: 26px auto 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0,0,0,.10);
  display: none !important;}

.features-3{  gap: 24px;}

.features-3 .feature{  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  gap: 12px 16px;
  align-items: start;}

.features-3 .feature-body{  grid-column: 2;}

.features-3 .feature-media{  grid-column: 1 / -1;
  margin-top: 8px;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #EDEFF3;}

.features-3 .features-3 .feature-media img{  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;}

.card-img .thumb-wrap img{  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;}

.zoom-in{  transform: scale(1.18);
  transform-origin: center;}

.thumb-wrap .thumb{  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block;}

.prio-grid{  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 26px;
  align-items: start;}

.prio-card .h3{  margin: 0 0 10px;}

.prio-card .p2{  margin: 0;
  max-width: 46ch;}

@media (max-width:900px){.prio-grid{  grid-template-columns: 1fr;
  gap: 18px;}
.prio-card .p2{  max-width: none;}}

.card-img .thumb-wrap{  height: 100%;
  padding: 6px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;}

.page-security .features-3 .feature{  display: flex;
  flex-direction: column;
  gap: 10px;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto !important;}

.page-security .features-3 .feature h3{  margin: 0;}

.page-security .features-3 .feature p{  margin: 0;}


.cards-3--v3 .card{
  display: flex;
  flex-direction: column;
}

.cards-3--v3 .card-img{
  margin: 0 0 18px !important;
  height: 240px !important;
}

.cards-3--v3 .card-meta{
  display: flex;
  gap: 18px;
  align-items: flex-start;
}


.cards-3--v3 .icon-dot{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(136,166,119,.14);
  color: rgba(39,49,35,.95);
  flex: 0 0 40px;
  margin-top: 2px;
}

.cards-3--v3 .icon-dot svg{
  width: 20px;
  height: 20px;
}


.cards-3--v3 .feature-body .h3{
  margin: 0 0 10px !important;
}

.cards-3--v3 .feature-body .p2{
  margin: 0 !important;
}


.cards-3--v3 .thumb-wrap{
  padding: 6px;
  border-radius: 18px;
  background: #EDEFF3;
}

.cards-3--v3 .thumb-inner{
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  width: 100%;
}

.cards-3--v3 .thumb-inner img{
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
}


.section-graphic-alt .features-3{
  --ov: 84px;
}

.section-graphic-alt .features-3 .feature{
  position: relative;
}


.section-graphic-alt .features-3 .feature-media{
  position: relative;
  width: calc(100% + var(--ov));
  max-width: calc(100% + var(--ov));
  aspect-ratio: 16 / 9;
  max-height: 260px;
}


.section-graphic-alt .features-3 .feature-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.section-graphic-alt .features-3 .feature:nth-child(1) .feature-media{
  left: 0;
  z-index: 1;
}
.section-graphic-alt .features-3 .feature:nth-child(2) .feature-media{
  left: calc(var(--ov) * -0.5);
  z-index: 2;
}
.section-graphic-alt .features-3 .feature:nth-child(3) .feature-media{
  left: calc(var(--ov) * -1);
  z-index: 1;
}


@media (max-width: 900px){
  .section-graphic-alt .features-3{ --ov: 0px; }
  .section-graphic-alt .features-3 .feature-media{
    width: 100%;
    max-width: 100%;
    left: 0;
    max-height: none;
    aspect-ratio: 16 / 10;
  }
}

.thumb-wrap,
.card-img,
.feature-media,
.step-media,
.shot-wrap{
  background: transparent !important;
  box-shadow: none !important;
}

.thumb-wrap,
.shot-wrap{
  padding: 0 !important;
}

.thumb{
  box-shadow: none !important;
}




.features-3 .feature-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.feature-row .feature-media .shot{
  box-shadow: none !important;
  display: block;
}

.feature-row .feature-media .shot-wrap:not(.narrow){
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.feature-row .feature-media .shot-wrap:not(.narrow) .shot{
  width: 100% !important;
  height: auto !important;
}

.steps-3 .step-media{
  height: 210px;             
  overflow: hidden;
  border-radius: 18px;       
}

.steps-3 .step-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;          
  object-position: top center;
  display: block;
}
