@font-face{
  font-family:'Inter';
  src:local('Inter'),
      url('assets/branding/Inter/Inter-Variable.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'FS Industrie Extended';
  src:local('FS Industrie Extended Light'), local('FS Industrie Ex Light'),
      url('assets/branding/FS%20Industrie%20Extended%20%2814%29/FS%20Industrie%20Ex%20Light.woff2') format('woff2'),
      url('assets/branding/FS%20Industrie%20Extended%20%2814%29/FS%20Industrie%20Ex%20Light.otf') format('opentype');
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'FS Industrie Extended';
  src:local('FS Industrie Extended Regular'), local('FS Industrie Ex Regular'),
      url('assets/branding/FS%20Industrie%20Extended%20%2814%29/FS%20Industrie%20Ex%20Regular.woff2') format('woff2'),
      url('assets/branding/FS%20Industrie%20Extended%20%2814%29/FS%20Industrie%20Ex%20Regular.otf') format('opentype');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'FS Industrie Extended';
  src:local('FS Industrie Extended Medium'), local('FS Industrie Ex Medium'),
      url('assets/branding/FS%20Industrie%20Extended%20%2814%29/FS%20Industrie%20Ex%20Medium.woff2') format('woff2'),
      url('assets/branding/FS%20Industrie%20Extended%20%2814%29/FS%20Industrie%20Ex%20Medium.otf') format('opentype');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'FS Industrie Extended';
  src:local('FS Industrie Extended Bold'), local('FS Industrie Ex Bold'),
      url('assets/branding/FS%20Industrie%20Extended%20%2814%29/FS%20Industrie%20Ex%20Bold.woff2') format('woff2'),
      url('assets/branding/FS%20Industrie%20Extended%20%2814%29/FS%20Industrie%20Ex%20Bold.otf') format('opentype');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

:root{
  --brand:#009DDF;
  --brand-dark:#007FBA;
  --brand-soft:#E8F7FD;
  --ink:#26313A;
  --muted:#66727B;
  --faint:#A6B2BA;
  --line:rgba(0,157,223,.26);
  --panel:#F7FBFD;
  --red:#C0392B;
  --green:#14855A;
  --font:'FS Industrie Extended','FS Industrie',Inter,'Helvetica Neue',Arial,sans-serif;
  --brand-font:'FS Industrie Extended','FS Industrie',Inter,'Helvetica Neue',Arial,sans-serif;
}

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

html{scroll-behavior:smooth}
body{
  width:100%;
  overflow-x:hidden;
  background:#fff;
  color:var(--ink);
  font-family:var(--font);
  font-size:16px;
  line-height:1.72;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

a{color:inherit}
button,input{font:inherit}
button{cursor:pointer}

/* ─── NAV ─────────────────────────────────────────────────────── */
nav{
  position:sticky;
  top:0;
  z-index:100;
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:96px;
  padding:0 clamp(42px,8vw,118px);
  background:#fff;
}
.logo{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}
.logo img{
  display:block;
  width:190px;
  height:auto;
}
nav .logo{order:2}
.nav-links{
  order:1;
  display:flex;
  align-items:center;
  gap:clamp(28px,4vw,54px);
}
.nav-links a,
.btn-nav{
  color:var(--brand);
  font-size:14px;
  font-weight:400;
  line-height:1;
  letter-spacing:.01em;
  text-decoration:none;
  text-transform:uppercase;
  transition:color .18s ease;
}
.nav-links a:hover,
.btn-nav:hover{color:var(--brand-dark)}
.btn-nav{
  padding:0;
  background:transparent;
  border:0;
  cursor:pointer;
}

/* ─── TIPOGRAFÍA ──────────────────────────────────────────────── */
p{
  max-width:760px;
  margin-bottom:18px;
  color:var(--muted);
  font-weight:400;
  line-height:1.78;
}
p:last-child{margin-bottom:0}
strong{color:var(--ink);font-weight:700}

h1,h2{
  color:var(--brand);
  font-family:var(--brand-font);
  font-weight:400;
  letter-spacing:0;
}
h1{
  max-width:880px;
  margin-bottom:36px;
  font-size:clamp(50px,5.1vw,76px);
  line-height:1.18;
}
h2{
  max-width:920px;
  margin-bottom:34px;
  font-size:clamp(42px,4.25vw,66px);
  line-height:1.15;
}
h3{
  color:var(--ink);
  font-family:var(--brand-font);
  font-size:20px;
  font-weight:700;
  line-height:1.3;
  margin-bottom:12px;
}
.ey{
  display:block;
  margin-bottom:28px;
  font-family:var(--brand-font);
  color:var(--brand);
  font-size:11px;
  font-weight:400;
  line-height:1;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.ey::before{display:none}
hr.dv{
  display:block;
  height:1px;
  margin:0 clamp(42px,8vw,118px);
  border:0;
  background:var(--line);
}

/* ─── BOTONES ─────────────────────────────────────────────────── */
.btn-p,
.bsub{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:16px 30px;
  border-radius:0;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
  text-decoration:none;
  background:var(--brand);
  color:#fff;
  border:1px solid var(--brand);
  transition:background .18s ease,border-color .18s ease;
  cursor:pointer;
}
.btn-p:hover,
.bsub:hover{background:var(--brand-dark);border-color:var(--brand-dark)}

/* ─── LAYOUT ──────────────────────────────────────────────────── */
.wrap{
  width:100%;
  padding:112px clamp(42px,8vw,118px);
}
.wrap>p{
  margin-bottom:42px;
  font-size:18px;
}
.wrap-narrow{
  width:100%;
  padding:112px clamp(42px,8vw,118px);
}
.wrap-narrow>p{
  font-size:18px;
  max-width:760px;
  margin-bottom:42px;
}

/* ─── BANDAS DE IMAGEN ─────────────────────────────────────────── */
.bp{
  position:relative;
  height:470px;
  min-height:320px;
  overflow:hidden;
  background-position:center;
  background-size:cover;
}
.bp::after{
  content:'';
  position:absolute;
  inset:0;
  background:rgba(0,157,223,.82);
}
.bp-txt{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  align-items:center;
  padding-left:clamp(42px,11vw,166px);
}
.bp-txt p{
  max-width:860px;
  margin:0;
  color:#fff;
  font-size:clamp(42px,5.1vw,76px);
  font-weight:400;
  line-height:1.08;
}
.bp-txt em{font-style:normal;color:#fff}

/* ─── HERO ────────────────────────────────────────────────────── */
.hero{
  padding:80px clamp(42px,8vw,118px) 100px;
  background:#fff;
  border-bottom:1px solid rgba(0,157,223,.18);
}
.hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,460px);
  gap:clamp(52px,7vw,104px);
  align-items:center;
  width:100%;
  max-width:1210px;
  margin:0 auto;
}
.etag{
  display:block;
  margin-bottom:32px;
  color:var(--brand);
  font-size:11px;
  font-weight:400;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.etag::before{display:none}
.hero-sub{
  max-width:740px;
  margin-bottom:16px;
  color:#4B5963;
  font-size:21px;
  line-height:1.65;
  font-weight:400;
}
.hero-body{
  font-size:18px;
  margin-bottom:42px;
  max-width:680px;
  color:var(--muted);
}
.hero-text>*{
  opacity:0;
  animation:fadeUp .55s ease forwards;
}
.hero-text .etag{animation-delay:.08s}
.hero-text h1{animation-delay:.18s}
.hero-inner .hero-sub{animation-delay:.30s}
.hero-inner .hero-body{animation-delay:.42s}
.hero-text .hero-sub{animation-delay:.30s}
.hero-text .hero-body{animation-delay:.42s}
.hero-text .btn-p{animation-delay:.52s}
.hero-mockup{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px 0 30px 18px;
}
.mc-card,
.mockup-sheet,
.mockup-rail{
  opacity:0;
  animation:fadeUp .65s cubic-bezier(.25,.46,.45,.94) .42s forwards;
}

/* ─── MOCKUP RECURSOS ─────────────────────────────────────────── */
.mockup-wrap{
  position:relative;
  width:100%;
  max-width:440px;
  min-height:560px;
  padding:38px 28px 30px 70px;
}
.mockup-wrap::before{
  content:'';
  position:absolute;
  inset:112px 58px 54px 126px;
  background:rgba(0,157,223,.055);
  filter:blur(42px);
  transform:rotate(-5deg);
}
.mockup-rail{
  position:absolute;
  top:84px;
  left:18px;
  z-index:5;
  display:grid;
  gap:8px;
  padding:12px 10px;
  background:#fff;
  border:1px solid rgba(0,157,223,.24);
  box-shadow:0 10px 28px rgba(0,157,223,.06);
  animation-delay:.78s;
}
.mockup-rail span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  background:var(--brand-soft);
  color:var(--brand);
  font-size:10px;
  font-weight:700;
  line-height:1;
}
.mockup-rail span:nth-child(2n){
  background:#E8F4F1;
  color:var(--green);
}
.mockup-sheet{
  position:absolute;
  background:#fff;
  border:1px solid rgba(0,157,223,.24);
  box-shadow:0 14px 42px rgba(0,157,223,.055);
  transform-origin:bottom center;
}
.mockup-sheet::before,
.mockup-sheet::after{
  content:'';
  position:absolute;
  left:24px;
  right:24px;
  height:8px;
  background:rgba(0,157,223,.12);
}
.mockup-sheet::before{top:32px}
.mockup-sheet::after{top:52px;width:58%}
.sheet-a{
  inset:52px 22px 28px 92px;
  z-index:1;
  transform:rotate(5deg);
  animation-delay:.58s;
}
.sheet-b{
  inset:44px 32px 36px 82px;
  z-index:2;
  background:linear-gradient(180deg,#fff 0%,#F7FBFD 100%);
  transform:rotate(-3deg);
  animation-delay:.68s;
}
.mc-card{
  position:relative;
  z-index:3;
  background:#fff;
  border:1px solid var(--line);
  overflow:hidden;
  box-shadow:0 18px 58px rgba(0,157,223,.075);
  animation-delay:.42s;
}
.mc-header{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:28px 26px 26px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.12) 0 1px,transparent 1px 18px),
    linear-gradient(135deg,var(--brand) 0%,#007FBA 100%);
  background-size:18px 18px,auto;
}
.mc-logo{
  margin-bottom:14px;
  color:rgba(255,255,255,.5);
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.mc-headline{
  color:#fff;
  font-family:var(--brand-font);
  font-size:22px;
  font-weight:400;
  line-height:1.28;
}
.mockup-free{
  align-self:flex-start;
  flex-shrink:0;
  padding:8px 11px;
  background:#fff;
  color:var(--green);
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  line-height:1;
  text-transform:uppercase;
}
.mc-list{padding:0}
.mc-item{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:54px;
  padding:10px 24px;
  border-bottom:1px solid rgba(0,157,223,.1);
  background:#fff;
}
.mc-item:nth-child(even){background:#F7FBFD}
.mc-item:last-child{border-bottom:0}
.mc-n{
  color:var(--brand);
  font-size:10px;
  font-weight:700;
  letter-spacing:.06em;
  flex-shrink:0;
  width:18px;
}
.mc-item-text{
  flex:1;
  font-size:13px;
  color:#4F5D66;
  line-height:1.35;
}
.mc-chk{
  width:13px;
  height:13px;
  flex-shrink:0;
  fill:none;
  stroke:var(--green);
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:.4;
}
.mc-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:13px 24px;
  background:#26313A;
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-decoration:none;
  text-transform:uppercase;
}
.mc-footer:hover{background:#1F2A32}
.mc-footer svg{
  width:17px;
  height:17px;
  stroke:#fff;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0;
}

/* ─── PROBLEMA ────────────────────────────────────────────────── */
.prob-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  margin-top:42px;
  border-top:1px solid var(--line);
}
.prob-item{
  padding:38px 34px 38px 0;
  border-right:1px solid var(--line);
}
.prob-item:nth-child(even){
  padding-left:34px;
  padding-right:0;
  border-right:0;
}
.prob-item:nth-child(n+3){
  border-top:1px solid var(--line);
}
.prob-item h3{margin-bottom:12px}
.prob-item p{
  font-size:15px;
  margin:0;
  line-height:1.7;
  max-width:none;
}

/* Icono */
.ic{
  display:block;
  width:34px;
  height:34px;
  margin-bottom:20px;
  fill:none;
  stroke:var(--brand);
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* ─── STATS ───────────────────────────────────────────────────── */
.stats-band{
  padding:112px clamp(42px,8vw,118px);
  background:var(--panel);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.stats-inner{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
}
.stat-item{
  padding:0 40px;
  border-right:1px solid var(--line);
}
.stat-item:first-child{padding-left:0}
.stat-item:last-child{border-right:none}
.stat-n{
  font-family:var(--brand-font);
  color:var(--brand);
  font-size:clamp(40px,4vw,62px);
  font-weight:300;
  line-height:1;
  margin-bottom:12px;
}
.stat-n span{color:var(--brand)}
.stat-unit{font-size:.55em;letter-spacing:0}
.stat-l{
  font-size:15px;
  line-height:1.6;
  color:var(--muted);
  max-width:220px;
  margin:0;
}

/* ─── RECURSOS ────────────────────────────────────────────────── */
#recursos{
  position:relative;
  overflow:hidden;
  background:var(--panel);
}
.recursos-deco{
  position:absolute;
  right:0;
  top:0;
  width:340px;
  height:340px;
  opacity:.04;
  pointer-events:none;
}
.res-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:52px;
}
.rc{
  min-width:0;
  padding:34px;
  background:#fff;
  border:1px solid var(--line);
  transition:background .25s ease,transform .28s cubic-bezier(.25,.46,.45,.94);
}
.rc:hover{
  background:rgba(0,157,223,.04);
  transform:translateY(-3px);
}
.rc-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:24px;
}
.rc-num{
  font-size:11px;
  font-weight:700;
  color:var(--brand);
  letter-spacing:.1em;
}
.rc-icon{
  width:28px;
  height:28px;
  stroke:var(--brand);
  fill:none;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
  display:block;
  flex-shrink:0;
}
.rc h3{
  font-size:19px;
  font-weight:700;
  line-height:1.3;
  margin-bottom:14px;
  color:var(--ink);
}
.rc p{
  font-size:15px;
  margin:0;
  line-height:1.72;
  color:var(--muted);
  max-width:none;
}

/* ─── FORMULARIO ──────────────────────────────────────────────── */
.form-section{
  padding:112px clamp(42px,8vw,118px);
  background:#fff;
  border-top:1px solid var(--line);
}
.form-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,440px);
  gap:clamp(54px,7vw,104px);
  align-items:start;
}
.form-copy h2{margin-bottom:20px}
.form-copy>p{
  margin-bottom:36px;
  font-size:18px;
  line-height:1.78;
}
.checklist{list-style:none}
.checklist li{
  font-size:15px;
  color:var(--ink);
  padding:13px 0;
  border-bottom:1px solid var(--line);
  display:flex;
  gap:14px;
  align-items:flex-start;
  line-height:1.5;
}
.checklist li:last-child{border:none}
.checklist li::before{
  content:'→';
  color:var(--brand);
  font-weight:700;
  flex-shrink:0;
  margin-top:1px;
  font-size:14px;
}
.form-box{
  padding:42px;
  border:1px solid var(--line);
  background:#fff;
}
.form-box h3{
  margin-bottom:10px;
  color:var(--brand);
  font-size:28px;
  font-weight:400;
  line-height:1.2;
}
.form-box>p{
  font-size:15px;
  color:var(--muted);
  margin-bottom:28px;
  max-width:none;
}
.fr{margin-bottom:14px}
.fr label{
  display:block;
  margin-bottom:6px;
  color:#7E8B94;
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.label-note{
  font-weight:400;
  letter-spacing:0;
  text-transform:none;
}
.fr input{
  width:100%;
  min-height:46px;
  padding:12px 13px;
  border:1px solid rgba(0,157,223,.28);
  color:var(--ink);
  outline:none;
  font-family:var(--font);
  font-size:15px;
  background:#fff;
  border-radius:0;
}
.fr input:focus{border-color:var(--brand)}
.bsub{width:100%;margin-top:8px}
.fnote{
  margin-top:14px;
  color:#8B98A1;
  font-size:12px;
  text-align:center;
  line-height:1.6;
}

/* ─── POR QUÉ / TRUST ─────────────────────────────────────────── */
.why-wrap{
  padding:112px clamp(42px,8vw,118px);
}
.trust{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:52px;
}
.ti{
  min-width:0;
  padding:34px;
  background:#fff;
  border:1px solid var(--line);
  transition:background .25s ease,transform .28s cubic-bezier(.25,.46,.45,.94);
}
.ti:hover{
  background:rgba(0,157,223,.04);
  transform:translateY(-3px);
}
.ti h3{
  font-size:19px;
  margin-bottom:14px;
}
.ti p{
  color:var(--muted);
  font-size:15px;
  line-height:1.72;
  margin:0;
  max-width:none;
}
.creds-band{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  background:var(--brand);
  padding:72px clamp(42px,8vw,118px);
}
.cred{
  padding:0 44px;
  border-right:1px solid rgba(255,255,255,.18);
}
.cred:first-child{padding-left:0}
.cred:last-child{border-right:none}
.cred-n{
  color:#fff;
  font-size:clamp(36px,4vw,58px);
  font-weight:300;
  line-height:1;
  margin-bottom:12px;
}
.cred-l{
  font-size:15px;
  color:rgba(255,255,255,.68);
  line-height:1.5;
  max-width:200px;
}

/* ─── FOOTER ──────────────────────────────────────────────────── */
footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  padding:38px clamp(42px,8vw,118px);
  background:#fff;
  border-top:1px solid var(--line);
}
footer .logo img{width:170px}
footer span,
footer a{
  color:var(--brand);
  font-size:13px;
  text-decoration:none;
}
.footer-links{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

/* ─── ANIMACIONES ─────────────────────────────────────────────── */
@keyframes fadeUp{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:none}
}

/* Nav link underline */
.nav-links a{position:relative}
.nav-links a::after{
  content:'';position:absolute;bottom:-3px;left:0;
  width:100%;height:1px;background:currentColor;
  transform:scaleX(0);transform-origin:left;
  transition:transform .28s cubic-bezier(.25,.46,.45,.94);
}
.nav-links a:hover::after{transform:scaleX(1)}

/* Button lift */
.btn-p,.bsub{transition:background .18s ease,border-color .18s ease,transform .2s cubic-bezier(.25,.46,.45,.94)}
.btn-p:hover,.bsub:hover{transform:translateY(-2px)}

/* Mockup hover */
.mockup-wrap{transition:filter .5s cubic-bezier(.25,.46,.45,.94)}
.hero-mockup:hover .mockup-wrap{filter:drop-shadow(0 12px 24px rgba(0,157,223,.06))}

@keyframes mcFade{
  from{opacity:0}
  to{opacity:1}
}
nav{animation:fadeUp .35s cubic-bezier(.25,.46,.45,.94) both}
.anim,
.anim-o{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .65s cubic-bezier(.25,.46,.45,.94),transform .65s cubic-bezier(.25,.46,.45,.94);
}
.anim.vis,
.anim-o.vis{opacity:1;transform:none}
.anim-left{
  opacity:0;
  transform:translateX(-34px);
  transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94);
}
.anim-left.vis{opacity:1;transform:none}
.anim-right{
  opacity:0;
  transform:translateX(34px);
  transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94);
}
.anim-right.vis{opacity:1;transform:none}

/* ─── RESPONSIVE ──────────────────────────────────────────────── */
@media(max-width:1100px){
  nav{
    height:78px;
    padding:0 20px;
  }
  nav .logo{order:1}
  .logo img{width:150px}
  .nav-links{display:none}
  .hero{padding:60px 20px 80px}
  .hero-inner{
    grid-template-columns:1fr;
    gap:42px;
  }
  .hero-mockup{display:none}
  .wrap,
  .wrap-narrow,
  .why-wrap{padding:76px 20px}
  .stats-band{padding:76px 20px}
  .form-section{padding:76px 20px}
  hr.dv{margin:0 20px}
  h1{font-size:clamp(38px,7vw,58px)}
  .prob-grid,
  .res-grid{grid-template-columns:1fr}
  .prob-item,
  .prob-item:nth-child(even){
    padding:30px 0;
    border-right:0;
    border-top:1px solid var(--line);
  }
  .prob-item:first-child{border-top:0;padding-top:0}
  .rc{padding:28px}
  .trust{grid-template-columns:1fr}
  .ti{padding:28px}
  .form-inner{
    grid-template-columns:1fr;
    gap:40px;
  }
  .stats-inner{grid-template-columns:1fr}
  .stat-item{
    border-right:0;
    border-bottom:1px solid var(--line);
    padding:24px 0;
  }
  .stat-item:first-child{padding-top:0}
  .stat-item:last-child{border-bottom:0}
  .creds-band{
    grid-template-columns:1fr;
    padding:48px 20px;
  }
  .cred{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.18);
    padding:24px 0;
  }
  .cred:first-child{padding-top:0}
  .cred:last-child{border-bottom:0;padding-bottom:0}
  .bp{height:340px}
  .bp-txt{padding:0 20px}
  .bp-txt p{font-size:clamp(30px,6vw,50px)}
  footer{padding:30px 20px}
  .form-box{padding:30px 24px}
}

@media(max-width:640px){
  body{font-size:15px}
  h1{font-size:30px;line-height:1.22;overflow-wrap:break-word}
  h2{font-size:28px;line-height:1.25;overflow-wrap:break-word}
  h3{font-size:18px}
  .hero-sub{font-size:17px}
  .btn-p,
  .bsub{width:100%}
  .bp{height:280px}
  .bp-txt p{font-size:26px}
  .stat-n{font-size:36px}
  p{overflow-wrap:break-word}
  footer{flex-direction:column;align-items:flex-start}
}
