:root{
  --navy:#03142a;--navy2:#061d38;--navy3:#092745;--gold:#d8a643;--gold2:#f3d177;
  --white:#f7f7f5;--muted:#b9c4d1;--line:rgba(216,166,67,.46);--card:#f4f4f2;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,Arial,sans-serif;background:var(--navy);color:var(--white);line-height:1.5;overflow-x:hidden}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1440px,calc(100% - 64px));margin:auto}
.header{height:110px;position:absolute;z-index:20;inset:0 0 auto}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:40px}
.brand img{width:430px;max-width:31vw;height:auto;object-fit:contain}.nav{display:flex;align-items:center;gap:34px;text-transform:uppercase;font-size:12px;font-weight:500}.nav a{transition:.2s}.nav a:hover,.nav a.active{color:var(--gold)}
.btn{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:24px;padding:13px 24px;background:linear-gradient(135deg,#a56c19,#f4d27a 55%,#b87b22);color:#0a1422;font-weight:800;text-transform:uppercase;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.18)}
.btn-small{padding:11px 24px;font-size:12px}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:27px;height:2px;background:var(--gold);margin:5px}
.hero{min-height:560px;padding-top:110px;background:linear-gradient(90deg,#03142a 0%,#03142a 39%,rgba(3,20,42,.94) 48%,rgba(3,20,42,.25) 75%),radial-gradient(circle at 78% 40%,rgba(216,166,67,.15),transparent 32%)}
.hero-grid{display:grid;grid-template-columns:1.08fr 1.15fr;min-height:445px;align-items:stretch}.hero-copy{padding:42px 10px 36px 20px;z-index:2;align-self:center}
.hero h1{font-size:48px;line-height:1.17;margin:0 0 14px;letter-spacing:-.8px}.hero h1 span{color:var(--gold)}.hero-copy>p{margin:8px 0;font-size:16px;max-width:690px;color:#edf2f8}
.hero-art{min-height:100%;height:100%;align-self:stretch;background-image:linear-gradient(90deg,var(--navy) 0%,transparent 22%),url("../images/hero-portland.jpg");background-size:cover;background-position:center right;border-radius:0 0 0 4px}
.pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:34px;max-width:760px}.pillars article{display:flex;align-items:flex-start;gap:16px;padding:20px 18px;min-height:112px;border:1px solid rgba(216,166,67,.34);border-radius:12px;background:linear-gradient(135deg,rgba(9,39,69,.88),rgba(4,22,45,.78));box-shadow:0 12px 28px rgba(0,0,0,.16)}.pillars i{font-style:normal;color:var(--gold);font-size:36px;line-height:1}.pillars strong,.pillars span{display:block}.pillars strong{font-size:15px;text-transform:uppercase;letter-spacing:.05em}.pillars span{font-size:12px;color:#e6e8eb;line-height:1.55;margin-top:7px}
.products-section{padding:58px 0 55px}.section-title{text-align:center;margin:0 0 28px}.section-title h2{text-transform:uppercase;font-size:32px;margin:0 0 3px}.section-title p{font-size:16px;margin:0;color:#e5e6e8}
.products-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px;align-items:stretch}.product-card:nth-child(-n+3){grid-column:span 2}.product-card:nth-child(4){grid-column:2/span 2}.product-card:nth-child(5){grid-column:4/span 2}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--card);color:#0a1730;display:flex;flex-direction:column;min-width:0}.card-image{height:245px;background:#07182f}.card-image img{width:100%;height:100%;object-fit:cover}
.card-body{padding:22px 24px 18px;display:flex;flex-direction:column;flex:1}.card-body ul{list-style:none;padding:0;margin:0 0 10px}.card-body li{font-size:14px;margin:11px 0;line-height:1.25;position:relative;padding-left:20px}.card-body li:before{content:"◉";position:absolute;left:0;color:#c8922d}
.card-body footer{margin-top:auto;border-top:1px solid rgba(190,135,35,.45);padding-top:9px;text-align:center;display:flex;flex-direction:column}.card-body footer b{text-transform:uppercase;font-size:13px}.card-body footer span{font-size:13px;font-weight:600}.card-body footer a{font-size:12px;color:#a66b17;margin-top:5px;font-weight:700}

.custom-solutions{padding:90px 0;background:linear-gradient(180deg,rgba(8,35,65,.96),rgba(3,20,42,.98));border-top:1px solid rgba(216,166,67,.24);border-bottom:1px solid rgba(216,166,67,.24)}
.custom-solutions-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}
.custom-heading h2{font-size:48px;line-height:1.08;margin:12px 0 0;max-width:620px}
.custom-copy>p{font-size:17px;color:var(--muted);margin:0 0 18px}
.custom-points{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px}
.custom-points article{display:flex;gap:14px;align-items:center;padding:18px;border:1px solid rgba(216,166,67,.28);border-radius:12px;background:rgba(255,255,255,.025)}
.custom-points strong{color:var(--gold);font-size:18px}.custom-points span{font-size:13px;color:#eaf0f7}

.metrics{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0}.metrics-grid{display:grid;grid-template-columns:1.35fr 1.8fr .8fr .9fr 1fr;align-items:center}.metrics-grid>div{min-height:84px;padding:10px 25px;border-right:1px solid rgba(216,166,67,.3);display:flex;align-items:center}.metrics-grid>div:last-child{border-right:0}
.purpose{gap:20px}.purpose p{font-size:11px;margin:0}.round-icon{width:58px;height:58px;flex:0 0 58px;border:3px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-weight:800}
.statement{flex-direction:column!important;align-items:flex-start!important}.statement span{font-size:19px}.statement strong{font-family:"Playfair Display",serif;font-style:italic;font-size:26px;color:var(--gold);font-weight:600}
.metric{gap:13px}.metric i{font-style:normal;color:var(--gold);font-size:36px}.metric b,.metric span{display:block}.metric b{color:var(--gold2);font-size:19px}.metric span{font-size:11px}
.audience{padding:78px 0}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.kicker{text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-size:11px;font-weight:700}.audience h2,.contact h2{font-size:44px;line-height:1.1;margin:10px 0}.audience p{color:var(--muted);font-size:17px}
.contact{padding:0 0 90px}.contact-box{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:50px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#061d38,#04162d)}.contact p{color:var(--muted)}
form{display:grid;gap:12px}input,select,textarea{width:100%;border:1px solid rgba(255,255,255,.14);background:#04152b;color:#fff;padding:14px;border-radius:8px;font:inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--gold)}
.footer{border-top:1px solid var(--line);padding:13px 0 20px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-inner img{width:210px}.footer-inner nav{display:flex;gap:36px;text-transform:uppercase;font-size:11px}.copyright{text-align:center;color:#718096;font-size:10px;margin-top:16px}
@media(max-width:1180px){.container{width:min(100% - 36px,1440px)}.brand img{width:320px}.nav{gap:20px}.products-grid{grid-template-columns:repeat(2,1fr)}.product-card:nth-child(n){grid-column:auto}.product-card:last-child{grid-column:1/-1;max-width:50%;justify-self:center}.hero-grid{grid-template-columns:1fr 1fr}.pillars{grid-template-columns:repeat(2,1fr)}.metrics-grid{grid-template-columns:repeat(2,1fr)}.metrics-grid>div{border-bottom:1px solid rgba(216,166,67,.25)}.metrics-grid>div:last-child{grid-column:1/-1}}
@media(max-width:860px){.header{position:fixed;height:78px;background:rgba(3,20,42,.94);backdrop-filter:blur(12px)}.brand img{width:250px;max-width:72vw}.menu-toggle{display:block}.nav{position:absolute;top:78px;left:18px;right:18px;display:none;flex-direction:column;align-items:stretch;background:#061d38;padding:22px;border:1px solid var(--line);border-radius:12px}.nav.open{display:flex}.hero{padding-top:78px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:38px 4px 22px}.hero h1{font-size:43px}.hero-art{min-height:330px;height:330px;background-position:center}.products-section{padding-top:28px}.section-title{margin:0 0 18px}.audience-grid,.contact-box,.custom-solutions-grid{grid-template-columns:1fr;gap:34px}.footer-inner{flex-direction:column;text-align:center}.footer-inner nav{flex-wrap:wrap;justify-content:center}}
@media(max-width:600px){.container{width:min(100% - 24px,1440px)}.hero h1{font-size:36px}.hero-copy>p{font-size:14px}.pillars{grid-template-columns:1fr;gap:14px}.pillars article{gap:13px;min-height:auto;padding:17px}.pillars i{font-size:30px}.pillars span{font-size:11px}.hero-art{min-height:260px;height:260px;background-size:cover;background-position:58% center}.products-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding-bottom:14px}.product-card{min-width:88vw;scroll-snap-align:center}.product-card:last-child{max-width:none}.card-image{height:235px}.metrics-grid{grid-template-columns:1fr}.metrics-grid>div{border-right:0}.metrics-grid>div:last-child{grid-column:auto}.audience{padding:58px 0}.audience h2,.contact h2{font-size:34px}.audience p{font-size:15px}.contact-box{padding:30px 20px}.footer-inner nav{gap:14px 22px}.statement span{font-size:17px}.statement strong{font-size:23px}}

@media(max-width:860px){.custom-heading h2{font-size:40px}.products-section{padding-top:45px}}
@media(max-width:600px){.custom-solutions{padding:65px 0}.custom-heading h2{font-size:34px}.custom-points{grid-template-columns:1fr}.product-card{min-width:90vw}.section-title h2{font-size:28px}}


/* Portland V6 — hero aprovado + três pilares horizontais */
.hero{
  min-height:760px;
  padding-top:110px;
  overflow:hidden;
  background:#03142a;
  border-bottom:1px solid rgba(216,166,67,.42);
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(540px,.95fr) minmax(620px,1.05fr);
  min-height:650px;
  align-items:stretch;
}
.hero-copy{
  padding:52px 26px 30px 20px;
  align-self:center;
  position:relative;
  z-index:2;
}
.hero h1{
  max-width:680px;
  font-size:58px;
  line-height:1.05;
  letter-spacing:-1.8px;
  margin:0 0 30px;
}
.hero h1:after{
  content:"";
  display:block;
  width:58px;
  height:2px;
  margin-top:24px;
  background:linear-gradient(90deg,var(--gold),transparent);
}
.hero-copy>p{
  max-width:715px;
  font-size:16px;
  line-height:1.65;
  margin:12px 0;
}
.hero-art{
  min-height:650px;
  height:100%;
  align-self:stretch;
  background-image:linear-gradient(90deg,#03142a 0%,rgba(3,20,42,.70) 9%,rgba(3,20,42,.08) 28%,transparent 48%),url("../images/hero-portland-v6.jpg");
  background-repeat:no-repeat;
  background-size:auto 100%;
  background-position:right center;
  border-radius:0;
  position:relative;
}
.hero-art:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(3,20,42,.08),transparent 70%,rgba(3,20,42,.14));
}
.pillars{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  max-width:860px;
  margin-top:30px;
}
.pillars article{
  min-height:150px;
  padding:24px 20px;
  gap:16px;
  align-items:flex-start;
  border-radius:12px;
}
.pillars i{font-size:48px;min-width:44px;text-align:center}
.pillars strong{font-size:16px}
.pillars span{font-size:13px;line-height:1.6}

/* Processo em cinco etapas */
.custom-solutions{padding:76px 0}
.custom-solutions-grid{grid-template-columns:340px 1fr;gap:48px;align-items:stretch}
.custom-heading h2{font-size:42px}
.process-flow{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  margin-top:20px;
}
.process-flow article{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-height:240px;
  padding:18px 24px;
  border:0;
  border-left:1px solid rgba(216,166,67,.30);
  border-radius:0;
  background:transparent;
}
.process-flow article:last-child{border-right:1px solid rgba(216,166,67,.30)}
.process-flow i{font-style:normal;font-size:38px;color:var(--gold2);margin-bottom:12px}
.process-flow strong{font-size:23px;color:var(--gold);margin-bottom:6px}
.process-flow b{text-transform:uppercase;font-size:14px;margin-bottom:10px}
.process-flow span{font-size:12px;line-height:1.6;color:#dfe7f0}

@media(max-width:1260px){
  .hero-grid{grid-template-columns:1fr 1fr}
  .hero h1{font-size:50px}
  .pillars article{padding:20px 16px}
  .process-flow{grid-template-columns:repeat(3,1fr);gap:14px}
  .process-flow article,.process-flow article:last-child{border:1px solid rgba(216,166,67,.25);border-radius:12px;min-height:210px}
}
@media(max-width:860px){
  .hero{min-height:auto;padding-top:78px}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:42px 4px 28px}
  .hero h1{font-size:44px;max-width:720px}
  .hero-art{height:430px;min-height:430px;background-size:cover;background-position:65% center}
  .pillars{grid-template-columns:repeat(3,1fr);max-width:none}
  .pillars article{min-height:138px;display:block}
  .pillars i{display:block;margin-bottom:12px}
  .custom-solutions-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .hero h1{font-size:37px}
  .hero-art{height:320px;min-height:320px;background-position:67% center}
  .pillars{grid-template-columns:1fr}
  .pillars article{min-height:auto;display:flex}
  .pillars i{margin-bottom:0}
  .process-flow{grid-template-columns:1fr}
  .process-flow article{min-height:auto}
}

/* Portland V7 — pilares mais legíveis e logos oficiais dos produtos */
@media (min-width:1261px){
  .hero-grid{grid-template-columns:minmax(720px,1.18fr) minmax(500px,.82fr)}
  .hero-copy{padding-right:34px}
}
.pillars{
  gap:18px;
  max-width:980px;
}
.pillars article{
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:18px;
  min-height:154px;
  padding:25px 22px;
  background:linear-gradient(145deg,rgba(10,43,76,.96),rgba(4,23,47,.93));
  border-color:rgba(216,166,67,.52);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 16px 34px rgba(0,0,0,.2);
}
.pillars article:hover{transform:translateY(-3px);border-color:rgba(243,209,119,.78);box-shadow:0 20px 40px rgba(0,0,0,.28);transition:.25s ease}
.pillars i{
  width:54px;height:54px;min-width:54px;
  display:grid;place-items:center;
  margin:0;
  border-radius:14px;
  background:rgba(216,166,67,.08);
  border:1px solid rgba(216,166,67,.28);
  font-size:35px;
}
.pillars strong{font-size:16px;line-height:1.2;margin:3px 0 9px;white-space:nowrap}
.pillars span{font-size:13px;line-height:1.55;margin:0;color:#f0f4f8}

.products-grid{gap:28px}
.product-card{
  border-radius:20px;
  border-color:rgba(216,166,67,.58);
  box-shadow:0 18px 44px rgba(0,0,0,.28);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.product-card:hover{transform:translateY(-6px);box-shadow:0 26px 58px rgba(0,0,0,.36);border-color:rgba(243,209,119,.9)}
.card-image{
  height:270px;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:#06182e;
}
.card-image .product-visual{
  position:absolute;inset:0;
  width:100%;height:100%;object-fit:cover;
  filter:brightness(.52) saturate(.9);
  transform:scale(1.035);
}
.card-image:after{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(1,10,23,.38),rgba(1,13,29,.18) 45%,rgba(1,13,29,.62));
}
.product-logo{
  position:absolute;z-index:2;inset:0;
  display:flex;align-items:center;justify-content:center;
  padding:34px;
}
.product-logo:before{
  content:"";position:absolute;
  width:78%;height:44%;
  border-radius:18px;
  background:rgba(3,18,38,.72);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 16px 36px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(8px);
}
.product-logo img{
  position:relative;z-index:1;
  width:auto;max-width:72%;max-height:102px;
  object-fit:contain;
  filter:drop-shadow(0 6px 12px rgba(0,0,0,.48));
}
.product-logo-q img{max-height:112px;max-width:112px}
.product-logo-agro img{max-width:68%;max-height:128px}
.card-body{padding:26px 28px 22px}
.card-body li{font-size:14px;line-height:1.45;margin:10px 0;padding-left:24px}
.card-body li:before{font-size:11px;top:3px}
.card-body footer{padding-top:15px;margin-top:16px}
.card-body footer b{font-size:13px;letter-spacing:.04em}
.card-body footer span{font-size:13px;margin-top:2px}
.card-body footer a{display:inline-flex;align-self:center;margin-top:10px;padding:8px 14px;border-radius:999px;background:rgba(216,166,67,.11);font-size:12px}
.card-body footer a:hover{background:var(--gold);color:#06182e}

@media(max-width:1260px){
  .pillars article{grid-template-columns:52px minmax(0,1fr);padding:22px 18px}
  .pillars i{width:48px;height:48px;min-width:48px;font-size:31px}
  .pillars strong{white-space:normal}
}
@media(max-width:860px){
  .pillars article{display:grid;grid-template-columns:52px 1fr;min-height:142px}
  .pillars i{display:grid;margin:0}
  .card-image{height:250px}
}
@media(max-width:680px){
  .pillars article{display:grid;grid-template-columns:50px 1fr;min-height:auto}
  .pillars i{width:46px;height:46px;min-width:46px}
  .card-image{height:230px}
  .product-logo{padding:24px}
  .product-logo:before{width:84%;height:48%}
  .product-logo img{max-width:76%;max-height:88px}
  .product-logo-q img{max-width:92px;max-height:92px}
  .card-body{padding:22px 20px 18px}
}

/* Portland V9 — enquadramento estável da imagem em zoom 100% */
@media (min-width:861px){
  .hero-grid{
    grid-template-columns:minmax(0,1.03fr) minmax(560px,.97fr);
  }
  .hero-art{
    background-image:
      linear-gradient(90deg,#03142a 0%,rgba(3,20,42,.66) 7%,rgba(3,20,42,.10) 23%,transparent 40%),
      url("../images/hero-portland-v9.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
  }
}
@media (min-width:861px) and (max-width:1380px){
  .hero-grid{
    grid-template-columns:minmax(600px,1.05fr) minmax(540px,.95fr);
  }
  .hero h1{font-size:54px}
  .hero-copy{padding-right:22px}
  .hero-art{
    background-size:cover;
    background-position:52% center;
  }
}

/* Portland V10 — correção definitiva do layout dos pilares */
.pillars{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  width:100%;
  max-width:100%;
  align-items:stretch;
}
.pillars article{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  grid-template-rows:auto 1fr;
  column-gap:14px;
  row-gap:12px;
  min-width:0;
  min-height:166px;
  padding:18px 18px 20px;
  align-content:start;
  border-radius:16px;
  overflow:hidden;
}
.pillars article > div{display:contents}
.pillars i{
  grid-column:1;
  grid-row:1;
  width:46px;
  height:46px;
  min-width:46px;
  margin:0;
  border-radius:12px;
  font-size:29px;
  align-self:start;
}
.pillars strong{
  grid-column:2;
  grid-row:1;
  align-self:center;
  min-width:0;
  margin:0;
  white-space:normal;
  font-size:15px;
  line-height:1.2;
  letter-spacing:.025em;
}
.pillars span{
  grid-column:1 / -1;
  grid-row:2;
  min-width:0;
  margin:0;
  font-size:12.5px;
  line-height:1.55;
  color:#eef3f8;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

@media (max-width:1180px) and (min-width:861px){
  .pillars{gap:13px}
  .pillars article{padding:16px;min-height:158px;grid-template-columns:42px minmax(0,1fr);column-gap:11px}
  .pillars i{width:40px;height:40px;min-width:40px;font-size:25px}
  .pillars strong{font-size:13.5px}
  .pillars span{font-size:11.5px;line-height:1.5}
}

@media (max-width:860px){
  .pillars{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  .pillars article{grid-template-columns:42px minmax(0,1fr);min-height:154px;padding:15px;column-gap:10px;row-gap:10px}
  .pillars i{width:40px;height:40px;min-width:40px;font-size:25px}
  .pillars strong{font-size:13px}
  .pillars span{font-size:11px;line-height:1.48}
}

@media (max-width:680px){
  .pillars{grid-template-columns:1fr;gap:12px}
  .pillars article{
    grid-template-columns:48px minmax(0,1fr);
    grid-template-rows:auto auto;
    min-height:auto;
    padding:17px 18px;
  }
  .pillars i{width:46px;height:46px;min-width:46px;font-size:28px}
  .pillars strong{font-size:14px}
  .pillars span{font-size:12px;line-height:1.5}
}


/* V11 — logos oficiais integrados diretamente nas imagens */
.card-image{
  position:relative;
  overflow:hidden;
  background:#07182f;
}
.card-image .product-visual{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform .45s ease, filter .45s ease;
}
.product-card:hover .card-image .product-visual{
  transform:scale(1.025);
  filter:brightness(1.04);
}
.product-logo,
.card-image .product-logo{
  display:none !important;
}
.card-image:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:28%;
  background:linear-gradient(to bottom, transparent, rgba(3,20,42,.28));
  pointer-events:none;
}

/* V13 — processo mais compacto, equilibrado e responsivo */
.custom-solutions{
  padding:64px 0;
}
.custom-solutions-grid{
  display:grid;
  grid-template-columns:minmax(260px,330px) minmax(0,1fr);
  gap:42px;
  align-items:start;
}
.custom-heading h2{
  margin-top:10px;
  font-size:clamp(34px,3.2vw,46px);
  line-height:1.12;
}
.custom-copy>p{
  max-width:900px;
}
.process-flow{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  margin-top:26px;
}
.process-flow article,
.process-flow article:last-child{
  min-width:0;
  min-height:176px;
  padding:18px 16px 16px;
  border:1px solid rgba(216,166,67,.34);
  border-radius:14px;
  background:linear-gradient(155deg,rgba(9,36,67,.92),rgba(4,22,43,.88));
  box-shadow:0 12px 28px rgba(0,0,0,.12);
  display:grid;
  grid-template-columns:46px 1fr;
  grid-template-areas:
    "icon number"
    "icon title"
    "text text";
  grid-template-rows:auto auto 1fr;
  column-gap:12px;
  row-gap:3px;
  align-content:start;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.process-flow article:hover{
  transform:translateY(-4px);
  border-color:rgba(243,209,119,.72);
  box-shadow:0 16px 34px rgba(0,0,0,.22);
}
.process-flow i{
  grid-area:icon;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  margin:0;
  border-radius:11px;
  background:rgba(216,166,67,.08);
  border:1px solid rgba(216,166,67,.28);
  color:var(--gold2);
  font-style:normal;
  font-size:25px;
  line-height:1;
}
.process-flow strong{
  grid-area:number;
  margin:0;
  color:var(--gold);
  font-size:37px;
  line-height:1.1;
}
.process-flow b{
  grid-area:title;
  margin:2px 0 0;
  color:#fff;
  font-size:12px;
  line-height:1.2;
  letter-spacing:.02em;
  text-transform:uppercase;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
.process-flow span{
  grid-area:text;
  display:block;
  margin-top:12px;
  color:#dce6f2;
  font-size:11.5px;
  line-height:1.55;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

@media(max-width:1180px){
  .custom-solutions-grid{
    grid-template-columns:1fr;
    gap:20px;
  }
  .custom-heading{
    max-width:760px;
  }
  .process-flow{
    grid-template-columns:repeat(5,minmax(145px,1fr));
    gap:10px;
  }
  .process-flow article,
  .process-flow article:last-child{
    min-height:170px;
    padding:16px 13px;
    grid-template-columns:0 1fr;
    column-gap:9px;
  }
  .process-flow i{width:40px;height:40px;font-size:22px}
  .process-flow b{font-size:11px}
  .process-flow span{font-size:10.8px}
}

@media(max-width:900px){
  .process-flow{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
  }
  .process-flow article,
  .process-flow article:last-child{
    min-height:155px;
  }
  .process-flow article:nth-child(4){
    grid-column:1 / 2;
  }
  .process-flow article:nth-child(5){
    grid-column:2 / 3;
  }
}

@media(max-width:620px){
  .custom-solutions{padding:52px 0}
  .process-flow{
    grid-template-columns:1fr;
  }
  .process-flow article,
  .process-flow article:last-child,
  .process-flow article:nth-child(4),
  .process-flow article:nth-child(5){
    grid-column:auto;
    min-height:auto;
    grid-template-columns:44px 1fr;
  }
  .process-flow span{
    margin-top:9px;
  }
}


/* Portland V15 — seção institucional de vantagens */
.metrics.metrics-brand{
  padding:0;
  border-top:1px solid rgba(216,166,67,.48);
  border-bottom:1px solid rgba(216,166,67,.48);
  background:
    radial-gradient(circle at 18% 50%,rgba(216,166,67,.08),transparent 32%),
    linear-gradient(135deg,#03142a 0%,#061d38 52%,#03142a 100%);
}
.brand-message{
  min-height:210px;
  display:grid;
  grid-template-columns:110px minmax(0,1.35fr) minmax(300px,.85fr);
  gap:42px;
  align-items:center;
  padding-top:34px;
  padding-bottom:34px;
}
.brand-message-mark{
  width:82px;
  height:82px;
  border:1px solid rgba(216,166,67,.72);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--gold2);
  font-family:"Playfair Display",serif;
  font-size:42px;
  font-weight:700;
  background:radial-gradient(circle,rgba(216,166,67,.13),rgba(216,166,67,.025) 70%);
  box-shadow:inset 0 0 28px rgba(216,166,67,.08),0 14px 32px rgba(0,0,0,.20);
}
.brand-message-copy{
  padding-right:38px;
  border-right:1px solid rgba(216,166,67,.28);
}
.brand-message-kicker{
  display:block;
  color:#f3f5f8;
  font-size:18px;
  letter-spacing:.015em;
  margin-bottom:8px;
}
.brand-message h2{
  margin:0 0 12px;
  color:var(--gold);
  font-family:"Playfair Display",serif;
  font-size:38px;
  line-height:1.08;
  font-style:italic;
  font-weight:600;
}
.brand-message p{
  margin:0;
  max-width:760px;
  color:#c5cfdb;
  font-size:14px;
  line-height:1.7;
}
.brand-message-side{
  display:flex;
  flex-direction:column;
  gap:9px;
}
.brand-message-side strong{
  color:var(--gold2);
  font-size:19px;
  line-height:1.2;
}
.brand-message-side span{
  color:#c5cfdb;
  font-size:13px;
  line-height:1.65;
}
@media(max-width:1050px){
  .brand-message{
    grid-template-columns:86px 1fr;
    gap:28px;
  }
  .brand-message-side{
    grid-column:2;
    padding-top:20px;
    border-top:1px solid rgba(216,166,67,.22);
  }
  .brand-message-copy{border-right:0;padding-right:0}
}
@media(max-width:650px){
  .brand-message{
    grid-template-columns:1fr;
    gap:20px;
    padding-top:38px;
    padding-bottom:38px;
    text-align:center;
  }
  .brand-message-mark{margin:auto}
  .brand-message-side{grid-column:auto;padding-top:20px}
  .brand-message-kicker{font-size:15px}
  .brand-message h2{font-size:31px}
  .brand-message p,.brand-message-side span{font-size:13px}
}


/* Portland V16 — alinhamento definitivo das etapas */
.process-flow article,
.process-flow article:last-child{
  display:flex !important;
  flex-direction:column;
  align-items:flex-start !important;
  justify-content:flex-start;
  text-align:left !important;
  min-width:0;
  min-height:176px;
  padding:20px 18px 18px !important;
  gap:0;
}

.process-flow article strong{
  display:block;
  width:100%;
  margin:0 0 4px !important;
  padding:0;
  text-align:left !important;
  color:var(--gold);
  font-size:37px;
  line-height:1;
}

.process-flow article b{
  display:block;
  width:100%;
  margin:0 0 15px !important;
  padding:0;
  text-align:left !important;
  color:#fff;
  font-size:12px;
  line-height:1.25;
  letter-spacing:.015em;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

.process-flow article span{
  display:block;
  width:100%;
  margin:0 !important;
  padding:0;
  text-align:left !important;
  color:#dce6f2;
  font-size:11.5px;
  line-height:1.55;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

/* Remove qualquer espaço reservado para os antigos ícones */
.process-flow article i{
  display:none !important;
}

@media(max-width:1180px){
  .process-flow article,
  .process-flow article:last-child{
    padding:18px 15px 16px !important;
    min-height:168px;
  }
  .process-flow article strong{
    font-size:34px;
  }
  .process-flow article b{
    font-size:10.8px;
    margin-bottom:12px !important;
  }
  .process-flow article span{
    font-size:10.7px;
  }
}

@media(max-width:900px){
  .process-flow article,
  .process-flow article:last-child{
    min-height:150px;
  }
}

@media(max-width:620px){
  .process-flow article,
  .process-flow article:last-child,
  .process-flow article:nth-child(4),
  .process-flow article:nth-child(5){
    min-height:auto;
    padding:18px !important;
  }
}


/* Portland V17 — WhatsApp flutuante e formulário funcional */
.whatsapp-float{
    position:fixed;
    right:22px;
    bottom:22px;
    width:62px;
    height:62px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#16a34a,#25d366);
    color:#fff;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 12px 30px rgba(0,0,0,.35);
    transition:all .25s ease;
}

.whatsapp-float:hover{
    transform:translateY(-4px) scale(1.06);
    box-shadow:0 18px 40px rgba(0,0,0,.45);
    color:#fff;
}

.whatsapp-float svg{
    width:30px;
    height:30px;
}

.whatsapp-float span{
    display:none;
}

@media(max-width:620px){
    .whatsapp-float{
        width:58px;
        height:58px;
        right:14px;
        bottom:14px;
    }

    .whatsapp-float svg{
        width:28px;
        height:28px;
    }
}
.whatsapp-float svg{
  width:28px;
  height:28px;
  flex:0 0 28px;
}
.whatsapp-float:hover{
  color:#fff;
  transform:translateY(-4px);
  filter:brightness(1.06);
  box-shadow:0 18px 42px rgba(0,0,0,.38),0 0 0 5px rgba(37,211,102,.12);
}
.form-honeypot{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
}
#contactForm{
  position:relative;
}
#contactForm button .button-loading{
  display:none;
}
#contactForm button.is-loading .button-label{
  display:none;
}
#contactForm button.is-loading .button-loading{
  display:inline;
}
#contactForm button:disabled{
  cursor:wait;
  opacity:.78;
}
.form-status{
  display:none;
  margin-top:5px;
  padding:13px 15px;
  border-radius:8px;
  font-size:12px;
  font-weight:600;
  line-height:1.45;
}
.form-status.is-visible{
  display:block;
}
.form-status.is-info{
  color:#dbeafe;
  border:1px solid rgba(96,165,250,.38);
  background:rgba(30,64,175,.20);
}
.form-status.is-success{
  color:#dcfce7;
  border:1px solid rgba(34,197,94,.42);
  background:rgba(22,101,52,.28);
}
.form-status.is-error{
  color:#fee2e2;
  border:1px solid rgba(248,113,113,.42);
  background:rgba(127,29,29,.28);
}
@media(max-width:620px){
  .whatsapp-float{
    right:14px;
    bottom:14px;
    width:56px;
    min-width:56px;
    height:56px;
    padding:0;
  }
  .whatsapp-float span{
    display:none;
  }
}

/* PATCH 2026-07-28 — carrossel automático de produtos no mobile */
.products-carousel-controls{display:none}

@media(max-width:600px){
  .products-grid{
    scrollbar-width:none;
    -ms-overflow-style:none;
    overscroll-behavior-x:contain;
    scroll-padding-inline:5vw;
    touch-action:pan-x pan-y;
  }
  .products-grid::-webkit-scrollbar{display:none}
  .product-card{
    flex:0 0 90vw;
    cursor:pointer;
    user-select:none;
    -webkit-tap-highlight-color:transparent;
  }
  .products-grid.is-paused .product-card{cursor:grab}
  .products-carousel-controls{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin-top:3px;
  }
  .products-carousel-dots{display:flex;align-items:center;gap:7px}
  .products-carousel-dot{
    width:7px;
    height:7px;
    border-radius:999px;
    background:rgba(255,255,255,.34);
    transition:width .25s ease,background .25s ease;
  }
  .products-carousel-dot.is-active{
    width:22px;
    background:#d8a643;
  }
  .products-carousel-toggle{
    min-height:34px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    border:1px solid rgba(216,166,67,.55);
    border-radius:999px;
    padding:7px 11px;
    background:rgba(3,20,42,.72);
    color:#f7f7f5;
    font:600 11px/1 Montserrat,sans-serif;
    cursor:pointer;
  }
  .products-carousel-toggle:focus-visible{
    outline:2px solid #d8a643;
    outline-offset:3px;
  }
  .carousel-toggle-icon{font-size:11px;color:#d8a643}
}

@media(prefers-reduced-motion:reduce){
  .products-carousel-toggle{display:none}
}

/* PATCH 2026-08-11 — Faith App em Nossos produtos */
@media(min-width:1181px){
  .products-grid .product-card:nth-child(4),
  .products-grid .product-card:nth-child(5),
  .products-grid .product-card:nth-child(6){
    grid-column:span 2;
  }
}
.product-card-faith{cursor:pointer}
.product-card-faith .card-image .product-visual{object-position:center center}
.product-card-cta{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  margin-top:10px;
  color:#9a6413;
  font-size:12px!important;
  font-weight:800!important;
  text-transform:uppercase;
  letter-spacing:.03em;
}
@media(max-width:1180px) and (min-width:601px){
  .products-grid .product-card:last-child{
    grid-column:auto;
    max-width:none;
    justify-self:stretch;
  }
}

/* PATCH 2026-08-27 — Advance 360º, iPRESENTE e E-commerce em Nossos produtos */
@media(min-width:1181px){
  .products-grid .product-card:nth-child(n){grid-column:span 2}
}
.product-card-new .card-body{height:100%}
.product-card-new .card-body ul{flex:1}
.product-brand-stage{display:flex;align-items:center;justify-content:center;padding:28px;background:radial-gradient(circle at 80% 15%,rgba(216,166,67,.24),transparent 31%),linear-gradient(145deg,#071b35,#031226 72%)}
.product-brand-stage:after{background:linear-gradient(180deg,rgba(2,13,29,.04),rgba(2,13,29,.34))}
.product-brand-stage-advance:before,.product-brand-stage-ipresente:before{content:"";position:absolute;width:82%;height:55%;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:rgba(5,23,45,.72);box-shadow:0 20px 42px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.06);backdrop-filter:blur(8px);z-index:1}
.advance-logo{position:relative;z-index:2;display:grid;grid-template-columns:72px 1fr;grid-template-rows:auto auto;column-gap:16px;align-items:center;color:#fff}
.advance-mark{grid-row:1/3;width:72px;height:72px;border-radius:22px;display:grid;place-items:center;border:1px solid rgba(216,166,67,.75);background:linear-gradient(145deg,#d8a643,#806021);font-size:42px;font-weight:900;box-shadow:0 14px 30px rgba(0,0,0,.32)}
.advance-word{font-size:26px;font-weight:800;letter-spacing:.02em;line-height:1}.advance-word strong{color:#e3b34f;font-weight:900}.advance-logo small{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#c7d1dc;margin-top:7px}
.ipresente-logo{position:relative!important;z-index:2!important;width:auto!important;height:auto!important;max-width:72%!important;max-height:150px!important;object-fit:contain!important;filter:drop-shadow(0 12px 25px rgba(0,0,0,.42))!important;transform:none!important}
.ecommerce-showcase{height:270px;padding:22px;display:flex;flex-direction:column;gap:14px;background:radial-gradient(circle at 50% -10%,rgba(216,166,67,.26),transparent 40%),linear-gradient(145deg,#071b35,#031226 70%)}
.ecommerce-showcase:after{display:none}
.ecommerce-showcase-title{position:relative;z-index:2;display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;color:#fff}.ecommerce-showcase-title span{font-size:10px;font-weight:700;letter-spacing:.18em;color:#d8a643}.ecommerce-showcase-title strong{font-size:18px;letter-spacing:.03em}.ecommerce-showcase-title small{width:100%;font-size:10px;color:#c7d1dc;margin-top:-3px}
.ecommerce-mini-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:9px;min-height:0;flex:1}.ecommerce-mini-grid figure{margin:0;position:relative;overflow:hidden;border-radius:12px;border:1px solid rgba(255,255,255,.15);background:#0a203a;box-shadow:0 12px 24px rgba(0,0,0,.23)}.ecommerce-mini-grid img{width:100%;height:100%;object-fit:cover;filter:brightness(.72) saturate(.92)}.ecommerce-mini-grid figcaption{position:absolute;left:7px;right:7px;bottom:7px;padding:6px 5px;border-radius:7px;background:rgba(3,16,33,.82);backdrop-filter:blur(5px);color:#fff;text-align:center;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
@media(max-width:1180px) and (min-width:601px){.products-grid .product-card:nth-child(n){grid-column:auto;max-width:none;justify-self:stretch}}
@media(max-width:680px){.advance-logo{grid-template-columns:58px 1fr;column-gap:12px}.advance-mark{width:58px;height:58px;border-radius:18px;font-size:34px}.advance-word{font-size:21px}.advance-logo small{font-size:8px}.product-brand-stage-advance:before,.product-brand-stage-ipresente:before{width:88%;height:58%}.ipresente-logo{max-width:76%!important;max-height:125px!important}.ecommerce-showcase{height:230px;padding:18px;gap:11px}.ecommerce-mini-grid{gap:7px}.ecommerce-mini-grid figcaption{font-size:8px;left:5px;right:5px;bottom:5px}}

/* PATCH 002 — correção definitiva da grade de Nossos produtos (2026-08-27) */
@media (min-width:1181px){
  .products-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:28px!important;
    align-items:stretch!important;
  }
  .products-grid > .product-card,
  .products-grid > a.product-card,
  .products-grid > article.product-card,
  .products-grid .product-card:nth-child(n){
    grid-column:auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    justify-self:stretch!important;
  }
  .products-grid .card-image{
    width:100%!important;
  }
}

@media (min-width:601px) and (max-width:1180px){
  .products-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:24px!important;
  }
  .products-grid > .product-card,
  .products-grid > a.product-card,
  .products-grid > article.product-card,
  .products-grid .product-card:nth-child(n){
    grid-column:auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    justify-self:stretch!important;
  }
}

/* PATCH 003 — correção real: neutraliza regras históricas de nth-child e largura */
@media (min-width:1181px){
  #produtos .products-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important;}
  #produtos .products-grid > .product-card,
  #produtos .products-grid > article.product-card,
  #produtos .products-grid > a.product-card,
  #produtos .products-grid > .product-card:nth-child(n){grid-column:auto!important;grid-row:auto!important;width:100%!important;min-width:0!important;max-width:none!important;justify-self:stretch!important;}
}
@media (min-width:601px) and (max-width:1180px){
  #produtos .products-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important;}
  #produtos .products-grid > .product-card,
  #produtos .products-grid > article.product-card,
  #produtos .products-grid > a.product-card,
  #produtos .products-grid > .product-card:nth-child(n){grid-column:auto!important;grid-row:auto!important;width:100%!important;min-width:0!important;max-width:none!important;justify-self:stretch!important;}
}

/* =========================================================
   PATCH PORTLAND 2026-09-01 — Refinamento seções finais
   - Soluções personalizadas em fundo claro
   - Contato com composição editorial em duas áreas
   ========================================================= */

/* DA IDEIA AO PROJETO — nova composição clara */
.custom-solutions{
  position:relative!important;
  overflow:hidden!important;
  padding:82px 0 86px!important;
  background:
    radial-gradient(circle at 8% 12%,rgba(35,125,225,.10),transparent 25%),
    radial-gradient(circle at 92% 90%,rgba(216,166,67,.10),transparent 28%),
    linear-gradient(180deg,#f7f9fc 0%,#edf3f8 100%)!important;
  border-top:1px solid #dbe5ef!important;
  border-bottom:1px solid #d6e1eb!important;
  color:#071b34!important;
}
.custom-solutions:before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  left:-180px;
  bottom:-220px;
  border:1px solid rgba(27,98,175,.10);
  border-radius:50%;
  box-shadow:0 0 0 58px rgba(27,98,175,.025),0 0 0 116px rgba(27,98,175,.018);
  pointer-events:none;
}
.custom-solutions-grid{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:28px!important;
  align-items:start!important;
}
.custom-heading{
  max-width:900px!important;
}
.custom-heading .kicker{
  color:#b67816!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.19em!important;
}
.custom-heading h2{
  max-width:900px!important;
  margin:11px 0 0!important;
  color:#071b34!important;
  font-size:clamp(40px,4vw,56px)!important;
  line-height:1.05!important;
  letter-spacing:-1.7px!important;
}
.custom-copy{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  column-gap:54px!important;
  row-gap:0!important;
  align-items:start!important;
}
.custom-copy>p{
  max-width:none!important;
  margin:0!important;
  color:#43566b!important;
  font-size:16px!important;
  line-height:1.72!important;
}
.custom-copy>p:first-child{
  padding-right:16px!important;
}
.process-flow{
  grid-column:1 / -1!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:32px!important;
}
.process-flow article,
.process-flow article:last-child{
  position:relative!important;
  min-height:202px!important;
  padding:24px 20px 21px!important;
  overflow:hidden!important;
  border:1px solid #d5e0ea!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.93)!important;
  box-shadow:0 15px 34px rgba(20,52,82,.08)!important;
  color:#071b34!important;
}
.process-flow article:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#b67816,#edc76d 58%,#2b80d4);
}
.process-flow article:hover{
  transform:translateY(-5px)!important;
  border-color:#bdcee0!important;
  box-shadow:0 20px 42px rgba(20,52,82,.13)!important;
}
.process-flow article strong{
  color:#c88b24!important;
  font-size:40px!important;
  font-weight:800!important;
  line-height:1!important;
  margin:0 0 12px!important;
}
.process-flow article b{
  color:#071b34!important;
  font-size:12.5px!important;
  font-weight:800!important;
  letter-spacing:.025em!important;
  line-height:1.25!important;
  margin:0 0 13px!important;
}
.process-flow article span{
  color:#506277!important;
  font-size:12.2px!important;
  line-height:1.55!important;
}

/* FALE CONOSCO — card dividido, mais limpo e profissional */
.contact{
  position:relative!important;
  padding:76px 0 82px!important;
  background:linear-gradient(180deg,#edf3f8 0%,#e9f0f7 100%)!important;
}
.contact-box{
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
  gap:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #d2deea!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 24px 60px rgba(15,48,79,.12)!important;
}
.contact-box>div:first-child{
  position:relative!important;
  overflow:hidden!important;
  min-height:100%!important;
  padding:58px 54px!important;
  background:
    radial-gradient(circle at 8% 5%,rgba(50,145,255,.18),transparent 34%),
    linear-gradient(145deg,#061d38 0%,#03142a 100%)!important;
}
.contact-box>div:first-child:after{
  content:"";
  position:absolute;
  width:250px;
  height:250px;
  right:-125px;
  bottom:-135px;
  border:1px solid rgba(74,155,243,.18);
  border-radius:50%;
  box-shadow:0 0 0 45px rgba(74,155,243,.035),0 0 0 90px rgba(74,155,243,.022);
}
.contact .kicker{
  color:#e5b553!important;
  font-size:12px!important;
  font-weight:800!important;
}
.contact h2{
  max-width:520px!important;
  margin:13px 0 20px!important;
  color:#fff!important;
  font-size:clamp(38px,3.4vw,52px)!important;
  line-height:1.06!important;
  letter-spacing:-1.3px!important;
}
.contact p{
  position:relative!important;
  z-index:1!important;
  max-width:530px!important;
  margin:0!important;
  color:#cbd8e5!important;
  font-size:15.5px!important;
  line-height:1.75!important;
}
#contactForm{
  align-content:start!important;
  gap:13px!important;
  padding:48px 46px!important;
  background:#fff!important;
}
#contactForm input,
#contactForm select,
#contactForm textarea{
  border:1px solid #d5dfe9!important;
  background:#f7f9fc!important;
  color:#10243a!important;
  border-radius:11px!important;
  padding:15px 16px!important;
  box-shadow:inset 0 1px 2px rgba(10,35,58,.025)!important;
}
#contactForm input::placeholder,
#contactForm textarea::placeholder{
  color:#718196!important;
  opacity:1!important;
}
#contactForm input:focus,
#contactForm select:focus,
#contactForm textarea:focus{
  border-color:#b9872e!important;
  background:#fff!important;
  box-shadow:0 0 0 3px rgba(216,166,67,.11)!important;
}
#contactForm textarea{
  min-height:124px!important;
  resize:vertical!important;
}
#contactForm .btn{
  min-height:49px!important;
  margin-top:1px!important;
  border-radius:12px!important;
  box-shadow:0 10px 24px rgba(170,112,25,.18)!important;
}

@media(max-width:900px){
  .custom-solutions{padding:66px 0 70px!important;}
  .custom-copy{grid-template-columns:1fr!important;row-gap:15px!important;}
  .custom-copy>p:first-child{padding-right:0!important;}
  .process-flow{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .process-flow article:nth-child(5){grid-column:1 / -1!important;}
  .contact{padding:58px 0 64px!important;}
  .contact-box{grid-template-columns:1fr!important;}
  .contact-box>div:first-child{padding:42px 38px!important;}
  #contactForm{padding:38px!important;}
}

@media(max-width:620px){
  .custom-solutions{padding:54px 0 58px!important;}
  .custom-heading h2{font-size:36px!important;letter-spacing:-1px!important;}
  .custom-copy>p{font-size:14.5px!important;line-height:1.65!important;}
  .process-flow{grid-template-columns:1fr!important;margin-top:22px!important;}
  .process-flow article,
  .process-flow article:last-child,
  .process-flow article:nth-child(4),
  .process-flow article:nth-child(5){grid-column:auto!important;min-height:auto!important;padding:21px 19px 19px!important;}
  .process-flow article strong{font-size:36px!important;}
  .process-flow article b{font-size:12px!important;}
  .process-flow article span{font-size:12px!important;}
  .contact{padding:48px 0 54px!important;}
  .contact-box{border-radius:18px!important;}
  .contact-box>div:first-child{padding:34px 25px 36px!important;}
  .contact h2{font-size:34px!important;}
  .contact p{font-size:14px!important;}
  #contactForm{padding:28px 22px 30px!important;}
}
