@font-face{
  font-family:'LittlePea';
  src:url('/assets/fonts/little-pea-medium.ttf') format('truetype');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'MistralSingleline';
  src:url('/assets/fonts/mistral-singleline.otf') format('opentype');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

:root{
  color-scheme: light;
}
html{
  scroll-behavior:smooth;
}
.prose a{
  text-decoration: underline;
  text-underline-offset: 4px;
}

.psf-title{
  font-family:'LittlePea','Quicksand',ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;
  color:#6B8FBE;
}


.psf-hero-bg{
  height:365px;
  width:100%;
  background-repeat:repeat-x;
  background-position:top left;
  background-size:auto 365px;
  background-color:#FDFEFE;
}

body{background:#FDFEFE;}
main{background:#FDFEFE;}



.psf-testimonial-avatar{
  width:3.5rem;
  height:3.5rem;
  min-width:3.5rem;
  min-height:3.5rem;
  flex:0 0 3.5rem;
  aspect-ratio:1/1;
  border-radius:9999px;
}
.psf-testimonial-avatar-image{
  width:100%;
  height:100%;
  aspect-ratio:1/1;
  border-radius:9999px;
  object-fit:cover;
  display:block;
}

.psf-testimonial-name{
  font-family:'MistralSingleline','Mistral','Quicksand',ui-sans-serif,system-ui;
  font-weight:400;
  letter-spacing:0.01em;
  font-size: 30px;
}
.psf-start-cta{
  -webkit-tap-highlight-color:transparent;
  user-select:none;
}

.psf-start-cta:focus,
.psf-start-cta:focus-visible,
.psf-start-cta:active{
  outline:0;
}

.psf-start-cta::selection{
  background:transparent;
}

.psf-start-cta[href="/planes"],
.psf-start-cta[href="/planes"]:visited,
.psf-start-cta[href="/planes"]:focus,
.psf-start-cta[href="/planes"]:focus-visible,
.psf-start-cta[href="/planes"]:active{
  background:rgba(255,255,255,0.7) !important;
  color:#1f2937 !important;
  border-color:#e2e8f0 !important;
  box-shadow:none !important;
  outline:0 !important;
}

.psf-start-cta[href="/planes"]:hover{
  background:#ffffff !important;
  color:#1f2937 !important;
}

.psf-lang-switch{
  line-height:1;
  column-gap:0.58rem;
}

.psf-lang-dot{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  width:1rem;
  height:0.62rem;
  flex:0 0 1rem;
  margin-right:0.36rem;
  background:transparent;
  overflow:visible;
}

.psf-lang-dot::before{
  content:"";
  display:block;
  width:0.5rem;
  height:0.5rem;
  border-radius:999px;
  background:#34d399;
  animation:psf-lang-dot-arrow 2.8s ease-in-out infinite;
  transform-origin:center;
  clip-path:none;
}

@keyframes psf-lang-dot-arrow{
  0%,38%,100%{
    width:0.5rem;
    height:0.5rem;
    border-radius:999px;
    clip-path:circle(50% at 50% 50%);
    transform:translateX(0);
  }
  54%,78%{
    width:1rem;
    height:0.62rem;
    border-radius:0;
    clip-path:polygon(0 36%,58% 36%,58% 0,100% 50%,58% 100%,58% 64%,0 64%);
    transform:translateX(0);
  }
}

.psf-lang-option{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  height:auto;
  padding:0;
  border:0;
  border-radius:0;
  text-decoration:none !important;
  font-size:1.15rem;
  line-height:1;
  background:transparent;
  box-shadow:none;
  transition:transform 0.2s ease;
}

.psf-lang-option:hover{
  transform:translateY(-1px);
}


.psf-lang-option:focus,
.psf-lang-option:focus-visible,
.psf-lang-option:active{
  outline:0;
  background:transparent;
}

.psf-plan-free-red{
  color:#dc2626;
  font-weight:inherit;
}
.psf-cookie-consent,.psf-cookie-consent *,.psf-cookie-modal,.psf-cookie-modal *{
  box-sizing:border-box;
}
.psf-cookie-consent{
  position:fixed;
  inset:0;
  z-index:10000;
  display:grid;
  place-items:center;
  padding:18px;
  background:transparent;
  pointer-events:none;
}
.psf-cookie-card{
  display:grid;
  grid-template-columns:1fr;
  justify-items:center;
  gap:18px;
  width:min(720px,calc(100vw - 36px));
  max-height:calc(100vh - 36px);
  margin:0 auto;
  overflow:auto;
  padding:24px 26px 26px;
  border:1px solid rgba(148,163,184,.34);
  border-radius:8px;
  background:rgba(255,255,255,.98);
  box-shadow:0 24px 80px rgba(15,23,42,.28);
  pointer-events:auto;
}
.psf-cookie-copy{
  display:grid;
  justify-items:center;
  gap:12px;
  min-width:0;
  text-align:center;
}
.psf-cookie-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:100%;
  padding-bottom:14px;
  border-bottom:1px solid rgba(148,163,184,.34);
  color:#0f172a;
  font-size:1.72rem;
  line-height:1.15;
  text-align:center;
}
.psf-cookie-title::before{
  content:'🍪';
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  flex:0 0 36px;
  font-size:28px;
  line-height:1;
}
.psf-cookie-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  flex-wrap:wrap;
  width:100%;
  font-size:.92rem;
}
.psf-cookie-links a{
  color:#7c3aed;
  font-weight:700;
  text-decoration:none;
}
.psf-cookie-links a:hover{
  text-decoration:underline;
}
.psf-cookie-copy strong,.psf-cookie-modal-card strong{
  color:#0f172a;
  font-weight:700;
}
.psf-cookie-copy p,.psf-cookie-modal-card p,.psf-cookie-option small{
  margin:0;
  color:#334155;
  line-height:1.45;
}
.psf-cookie-actions,.psf-cookie-modal-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:nowrap;
  width:100%;
}
.psf-cookie-btn,.psf-cookie-manage,.psf-cookie-x{
  appearance:none;
  border:1px solid rgba(148,163,184,.42);
  border-radius:10px;
  background:#fff;
  color:#334155;
  font:inherit;
  font-weight:700;
  line-height:1;
  cursor:pointer;
}
.psf-cookie-btn{
  min-height:44px;
  padding:12px 17px;
  white-space:nowrap;
}
.psf-cookie-btn.primary{
  border-color:#1f9e8c;
  background:#1f9e8c;
  color:#fff;
  box-shadow:0 10px 22px rgba(31,158,140,.22);
}
.psf-cookie-btn.ghost:hover,.psf-cookie-manage:hover,.psf-cookie-x:hover{
  background:#f8fafc;
}
.psf-cookie-modal{
  position:fixed;
  inset:0;
  z-index:10001;
  display:grid;
  place-items:center;
  padding:18px;
}
.psf-cookie-modal[hidden],.psf-cookie-consent[hidden],.psf-cookie-manage[hidden]{
  display:none!important;
}
.psf-cookie-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.54);
}
.psf-cookie-modal-card{
  position:relative;
  display:grid;
  gap:18px;
  width:min(620px,100%);
  max-height:calc(100vh - 36px);
  overflow:auto;
  padding:22px;
  border:1px solid rgba(148,163,184,.35);
  border-radius:28px;
  background:#fff;
  box-shadow:0 24px 80px rgba(15,23,42,.28);
}
.psf-cookie-modal-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.psf-cookie-modal-head>div{
  display:grid;
  gap:6px;
}
.psf-cookie-x{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  flex:0 0 36px;
  padding:0;
  font-size:22px;
}
.psf-cookie-options{
  display:grid;
  gap:12px;
}
.psf-cookie-option{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px;
  border:1px solid rgba(226,232,240,.9);
  border-radius:18px;
  background:#f8fafc;
}
.psf-cookie-option span{
  display:grid;
  gap:4px;
}
.psf-cookie-option em{
  color:#64748b;
  font-size:.88rem;
  white-space:nowrap;
}
.psf-cookie-option input{
  width:20px;
  height:20px;
  flex:0 0 20px;
  accent-color:#1f9e8c;
}
.psf-cookie-manage{
  position:fixed;
  right:14px;
  bottom:14px;
  z-index:9999;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  padding:0;
  border:0;
  border-radius:999px;
  background:radial-gradient(circle, rgba(31,158,140,.34) 0%, rgba(31,158,140,.22) 36%, rgba(31,158,140,.10) 58%, rgba(31,158,140,0) 78%);
  box-shadow:none;
  color:transparent;
  font-size:0;
  line-height:0;
  overflow:hidden;
}
.psf-cookie-manage::before{
  content:'🍪';
  color:initial;
  font-size:26px;
  line-height:1;
}
.psf-cookie-modal-open{
  overflow:visible;
}
@media (max-width:760px){
  .psf-cookie-card{
    display:grid;
    gap:14px;
    padding:16px;
  }
  .psf-cookie-actions,.psf-cookie-modal-actions{
    justify-content:stretch;
  }
  .psf-cookie-btn{
    flex:1 1 auto;
  }
  .psf-cookie-option{
    align-items:flex-start;
  }
}
.psf-cookie-actions .psf-cookie-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-width:174px;
  min-height:48px;
  padding:13px 20px;
  border-radius:8px;
  box-shadow:0 8px 20px rgba(15,23,42,.08);
}
.psf-cookie-actions .psf-cookie-btn::before{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  height:auto;
  flex:0 0 auto;
  border-radius:0;
  font-size:17px;
  line-height:1;
  font-weight:800;
}
.psf-cookie-actions [data-psf-cookie-accept]::before{
  content:'✓';
  border:0;
  color:#fff;
}
.psf-cookie-actions [data-psf-cookie-configure]::before{
  content:'⚙';
  border:0;
  color:#334155;
  font-size:17px;
}
.psf-cookie-actions [data-psf-cookie-reject]::before{
  content:'×';
  border:0;
  color:#9f1239;
  font-size:21px;
  font-weight:500;
}
.psf-cookie-actions .psf-cookie-btn.primary{
  order:1;
}
.psf-cookie-actions [data-psf-cookie-configure]{
  order:2;
}
.psf-cookie-actions [data-psf-cookie-reject]{
  order:3;
}
.psf-cookie-actions .psf-cookie-btn.ghost{
  background:#fff;
}
.psf-cookie-actions [data-psf-cookie-reject]{
  border-color:#f7b8c4;
  background:#fff1f4;
  color:#9f1239;
}
.psf-cookie-actions [data-psf-cookie-reject]:hover{
  background:#ffe4ea;
}

.psf-cookie-consent,.psf-cookie-card,.psf-cookie-title,.psf-cookie-copy,.psf-cookie-actions{
  transition:opacity .18s ease,filter .34s ease,transform .34s cubic-bezier(.2,.8,.2,1),width .34s cubic-bezier(.2,.8,.2,1),height .34s cubic-bezier(.2,.8,.2,1),max-width .34s cubic-bezier(.2,.8,.2,1),padding .34s cubic-bezier(.2,.8,.2,1),border-radius .34s cubic-bezier(.2,.8,.2,1),box-shadow .34s cubic-bezier(.2,.8,.2,1),background-color .34s cubic-bezier(.2,.8,.2,1);
}
.psf-cookie-consent.psf-cookie-animating .psf-cookie-card{
  will-change:transform,opacity,filter;
}

.psf-cookie-consent.psf-cookie-minimizing .psf-cookie-card{
  overflow:hidden;
}
.psf-cookie-consent.psf-cookie-minimizing .psf-cookie-title,.psf-cookie-consent.psf-cookie-minimizing .psf-cookie-copy p,.psf-cookie-consent.psf-cookie-minimizing .psf-cookie-links,.psf-cookie-consent.psf-cookie-minimizing .psf-cookie-actions{
  opacity:0;
}
.psf-cookie-consent.psf-cookie-minimized{
  inset:0;
  display:block;
  padding:0;
  pointer-events:none;
}
.psf-cookie-consent.psf-cookie-minimized .psf-cookie-card{
  position:fixed;
  right:22px;
  bottom:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  max-width:52px;
  padding:0;
  border-color:transparent;
  border-radius:999px;
  background:radial-gradient(circle, rgba(31,158,140,.34) 0%, rgba(31,158,140,.22) 36%, rgba(31,158,140,.10) 58%, rgba(31,158,140,0) 78%);
  box-shadow:none;
  cursor:pointer;
  overflow:hidden;
  pointer-events:auto;
  transform-origin:100% 100%;
}
.psf-cookie-consent.psf-cookie-minimized .psf-cookie-copy{
  display:flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  gap:0;
}
.psf-cookie-consent.psf-cookie-minimized .psf-cookie-title{
  width:50px;
  height:50px;
  padding:0;
  border:0;
  gap:0;
  font-size:0;
  line-height:0;
}
.psf-cookie-consent.psf-cookie-minimized .psf-cookie-title::before{
  width:34px;
  height:34px;
  flex-basis:34px;
  font-size:26px;
}
.psf-cookie-consent.psf-cookie-minimized .psf-cookie-copy p,.psf-cookie-consent.psf-cookie-minimized .psf-cookie-links,.psf-cookie-consent.psf-cookie-minimized .psf-cookie-actions{
  display:none;
}

@media (max-width:680px){
  .psf-cookie-actions,.psf-cookie-modal-actions{
    flex-wrap:wrap;
  }
  .psf-cookie-actions .psf-cookie-btn{
    flex:1 1 100%;
    width:100%;
    min-width:0;
  }
}
@media (max-width:480px){
  .psf-cookie-consent{
    align-items:center;
    justify-items:center;
    padding:10px;
  }
  .psf-cookie-card{
    width:calc(100vw - 20px);
    max-height:calc(100vh - 20px);
    gap:12px;
    padding:14px 12px;
    border-radius:8px;
  }
  .psf-cookie-title{
    gap:8px;
    padding-bottom:10px;
    font-size:1.12rem;
    line-height:1.2;
  }
  .psf-cookie-title::before{
    width:26px;
    height:26px;
    flex-basis:26px;
    font-size:22px;
  }
  .psf-cookie-copy{
    gap:10px;
  }
  .psf-cookie-copy p{
    font-size:.84rem;
    line-height:1.35;
  }
  .psf-cookie-links{
    gap:12px;
    font-size:.82rem;
  }
  .psf-cookie-actions{
    gap:8px;
  }
  .psf-cookie-actions .psf-cookie-btn{
    min-height:40px;
    padding:10px 12px;
    font-size:.84rem;
  }
}
