@font-face{
  font-family:Pacifico;
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url("https://fonts.gstatic.com/s/pacifico/v23/FwZY7-Qmy14u9lezJ-6H6Mk.woff2") format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root{
  --pd-bg:#FFF9F5;
  --pd-surface:#FFFFFF;
  --pd-surface2:#FFF4EC;
  --pd-accent:#FF6B35;
  --pd-accent2:#FFB830;
  --pd-text:#1A0F00;
  --pd-muted:#6B5744;
  --pd-muted2:#A0896E;
  --pd-border:#FFD9B8;
}

.pd-site-header{
  position:relative!important;
  z-index:120!important;
  width:100%!important;
  background:rgba(255,249,245,.98)!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  margin:0!important;
  box-shadow:0 1px 0 rgba(255,217,184,.72)!important;
  font-family:Nunito,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
.pd-site-header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:linear-gradient(90deg,var(--pd-accent2),var(--pd-accent),var(--pd-accent2));
  opacity:.85;
}
.pd-site-header-inner{
  width:min(1160px,calc(100% - 2rem));
  min-height:66px;
  margin:0 auto;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
}
.pd-site-logo,.site-logo{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  color:var(--pd-accent)!important;
  text-decoration:none!important;
  font-family:Pacifico,Nunito,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:1.38rem;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}
.pd-site-header a,
.pd-site-header a:visited,
.pd-site-footer a,
.pd-site-footer a:visited{
  text-decoration:none!important;
}
.pd-site-header a:not(.pd-site-logo):not(.pd-site-cta){
  color:var(--pd-muted)!important;
}
.pd-site-logo:hover,.site-logo:hover{
  color:#E85A25!important;
  text-decoration:none!important;
}
.pd-site-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:.25rem .95rem;
  flex-wrap:wrap;
  margin:0;
  padding:0;
}
.pd-site-header .pd-site-nav a,
.pd-site-header .pd-site-nav a:visited{
  color:var(--pd-muted)!important;
  text-decoration:none!important;
  font:800 .9rem/1.2 Nunito,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  padding:.48rem 0;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  white-space:nowrap;
}
.pd-site-header .pd-site-nav a:hover,
.pd-site-header .pd-site-nav a:focus-visible{
  color:var(--pd-accent)!important;
  text-decoration:none!important;
}
.pd-site-header .pd-site-nav .pd-site-cta,
.pd-site-header .pd-site-nav .pd-site-cta:visited{
  margin-left:.35rem;
  padding:.68rem 1rem;
  border-radius:999px;
  color:#fff!important;
  background:linear-gradient(135deg,var(--pd-accent),var(--pd-accent2))!important;
  box-shadow:0 8px 20px rgba(255,107,53,.18)!important;
}
.pd-site-header .pd-site-nav .pd-site-cta:hover,
.pd-site-header .pd-site-nav .pd-site-cta:focus-visible{
  color:#fff!important;
  transform:translateY(-1px);
}

.page-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:1.35rem 1rem;
  background:
    radial-gradient(circle at 12% 0,rgba(255,184,48,.24),transparent 32%),
    radial-gradient(circle at 88% 100%,rgba(0,201,167,.10),transparent 28%),
    linear-gradient(135deg,#FFF9F3 0%,#FFFFFF 52%,#FFF8F2 100%);
  border-bottom:1px solid rgba(255,217,184,.72);
}
.page-hero::before,
.page-hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  border-radius:50%;
  pointer-events:none;
}
.page-hero::before{
  width:210px;
  height:210px;
  top:-135px;
  left:-55px;
  background:rgba(255,184,48,.14);
}
.page-hero::after{
  width:180px;
  height:180px;
  right:-45px;
  bottom:-125px;
  background:rgba(255,107,53,.09);
}
.page-hero-inner{
  position:relative;
  z-index:1;
  width:min(900px,100%);
  margin:0 auto;
  padding:2.25rem clamp(1.25rem,5vw,4rem) 2.1rem;
  text-align:center;
  background:rgba(255,255,255,.86);
  border:1.5px solid rgba(255,217,184,.86);
  border-radius:24px;
  box-shadow:0 18px 48px rgba(111,70,33,.09);
  backdrop-filter:blur(8px);
}
.page-hero-inner::before{
  content:"";
  position:absolute;
  top:-1.5px;
  left:50%;
  width:92px;
  height:4px;
  transform:translateX(-50%);
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,var(--pd-accent2),var(--pd-accent));
}
.page-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  border:1px solid rgba(255,107,53,.24);
  background:linear-gradient(135deg,#FFF7EF,#FFFFFF);
  border-radius:999px;
  color:#C84A1B;
  font-size:.72rem;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:.55rem .85rem;
  margin:0 0 1rem;
  box-shadow:0 6px 16px rgba(255,107,53,.08);
}
.page-kicker::before{
  content:"";
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:#00C9A7;
  box-shadow:0 0 0 3px rgba(0,201,167,.10);
}
.page-hero h1{
  color:var(--pd-text);
  font-size:clamp(2.2rem,6vw,3.55rem);
  line-height:1.04;
  letter-spacing:-.035em;
  font-weight:900;
  margin:0 0 1rem;
  text-wrap:balance;
  text-shadow:0 2px 0 rgba(255,255,255,.85);
}
.page-hero h1::after{
  content:"";
  display:block;
  width:56px;
  height:4px;
  margin:.8rem auto 0;
  border-radius:999px;
  background:linear-gradient(90deg,var(--pd-accent),var(--pd-accent2));
}
.page-hero p:not(.page-kicker){
  max-width:680px;
  margin:0 auto;
  color:var(--pd-muted);
  font-size:1.02rem;
  line-height:1.6;
  font-weight:700;
  text-wrap:balance;
}

.pd-site-footer{
  background:linear-gradient(180deg,#fff,var(--pd-bg))!important;
  border-top:1px solid rgba(255,217,184,.92)!important;
  color:var(--pd-muted)!important;
  padding:0!important;
  margin:0!important;
  text-align:left!important;
  font-family:Nunito,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
.pd-footer-inner{
  width:min(1160px,calc(100% - 2rem));
  margin:0 auto;
  padding:2.25rem 0 1.2rem;
}
.pd-footer-grid{
  display:grid;
  grid-template-columns:minmax(205px,1.05fr) minmax(120px,.62fr) minmax(205px,.98fr) minmax(210px,1fr) minmax(170px,.72fr);
  gap:1.5rem 1.65rem;
  align-items:start;
}
.pd-footer-brand{
  max-width:330px;
}
.pd-footer-logo{
  display:inline-flex;
  color:var(--pd-accent)!important;
  text-decoration:none!important;
  font-family:Pacifico,Nunito,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:1.34rem!important;
  line-height:1!important;
  font-weight:900!important;
}
.pd-footer-logo:hover{
  color:#E85A25!important;
  text-decoration:none!important;
}
.pd-footer-brand p{
  margin:.62rem 0 0!important;
  color:var(--pd-muted)!important;
  font-size:.94rem!important;
  line-height:1.55!important;
  font-weight:750!important;
}
.pd-footer-column{
  min-width:0;
}
.pd-footer-title{
  color:var(--pd-text)!important;
  font-size:.76rem!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  margin:0 0 .72rem!important;
}
.pd-footer-links{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.46rem;
  margin:0;
  padding:0;
}
.pd-site-footer .pd-footer-links a,
.pd-site-footer .pd-footer-links a:visited{
  color:var(--pd-muted)!important;
  text-decoration:none!important;
  font:850 .9rem/1.3 Nunito,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.pd-site-footer .pd-footer-links a:hover,
.pd-site-footer .pd-footer-links a:focus-visible{
  color:var(--pd-accent)!important;
  text-decoration:underline!important;
}
.pd-footer-connect{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.85rem;
}
.pd-footer-socials{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.5rem;
  margin:0;
}
.pd-footer-socials a,
.pd-footer-socials a:visited,
.pd-footer-cookie-btn{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:36px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,217,184,.96)!important;
  background:#fff!important;
  color:var(--pd-muted)!important;
  font:900 .82rem/1 Nunito,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  padding:.54rem .86rem!important;
  margin:0!important;
  text-decoration:none!important;
  box-shadow:0 3px 12px rgba(255,107,53,.07)!important;
  cursor:pointer!important;
}
.pd-social-icon{
  width:14px!important;
  height:14px!important;
  flex:0 0 14px!important;
  display:block!important;
}
.pd-footer-socials a:hover,
.pd-footer-socials a:focus-visible{
  color:var(--pd-accent)!important;
  border-color:rgba(255,107,53,.38)!important;
  background:var(--pd-surface2)!important;
  text-decoration:none!important;
}
.pd-footer-cookie-btn{
  color:var(--pd-accent)!important;
  font-family:Nunito,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
.pd-footer-tools{
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  gap:.42rem;
  margin-top:.05rem;
}
.pd-footer-cookie-btn:hover,
.pd-footer-cookie-btn:focus-visible{
  border-color:rgba(255,107,53,.48)!important;
  background:var(--pd-surface2)!important;
}
.pd-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  flex-wrap:wrap;
  margin-top:1.55rem;
  padding-top:1rem;
  border-top:1px solid rgba(255,217,184,.75);
  color:var(--pd-muted2)!important;
  font-size:.78rem!important;
  line-height:1.45!important;
  font-weight:750!important;
}
.pd-footer-bottom .site-version{
  margin:0!important;
  opacity:.72!important;
}

@media(max-width:980px){
  .pd-footer-grid{
    grid-template-columns:minmax(180px,1fr) minmax(160px,.8fr) minmax(210px,1fr);
  }
  .pd-footer-brand{
    grid-column:1/-1;
  }
}

@media(max-width:760px){
  .pd-site-header-inner{
    width:min(100% - 1.25rem,1160px);
    min-height:auto;
    align-items:flex-start;
    flex-direction:column;
    gap:.7rem;
    padding:.78rem 0 .95rem;
  }
  .pd-site-nav{
    width:100%;
    justify-content:flex-start;
    gap:.15rem .65rem;
  }
  .pd-site-header .pd-site-nav a{
    font-size:.84rem;
    padding:.3rem 0;
  }
  .pd-site-header .pd-site-nav .pd-site-cta{
    width:100%;
    margin:.35rem 0 0;
    justify-content:center;
  }
  .page-hero-inner{
    width:100%;
    padding:1.7rem 1.15rem 1.55rem;
    border-radius:18px;
    text-align:center;
  }
  .page-hero{
    padding:.75rem .65rem;
  }
  .page-hero h1{
    font-size:clamp(2rem,11vw,2.75rem);
  }
  .page-hero p:not(.page-kicker){
    margin:0 auto;
    font-size:.95rem;
    line-height:1.55;
  }
  .pd-footer-inner{
    width:min(100% - 1.25rem,1160px);
    padding:1.75rem 0 1.2rem;
  }
  .pd-footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1.25rem 1rem;
  }
  .pd-footer-brand{
    order:1;
    grid-column:1/-1;
  }
  .pd-footer-grid > :nth-child(2){
    order:2;
    grid-column:auto;
  }
  .pd-footer-connect{
    order:3;
    grid-column:auto;
  }
  .pd-footer-blog{
    order:4;
    grid-column:auto;
  }
  .pd-footer-grid > :nth-child(3){
    order:5;
    grid-column:auto;
  }
  .pd-footer-links{
    gap:.42rem;
  }
  .pd-footer-socials{
    gap:.45rem;
  }
  .pd-footer-bottom{
    align-items:flex-start;
    flex-direction:column;
    gap:.35rem;
  }
}

@media(max-width:340px){
  .pd-footer-grid{
    grid-template-columns:1fr;
  }
  .pd-footer-brand,
  .pd-footer-blog,
  .pd-footer-connect{
    grid-column:auto;
  }
}
