*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Nunito',sans-serif;background:#0D1B2A;color:#E0E8F0;line-height:1.55;font-size:16px}
img{display:block;width:100%;height:auto}
a{color:#FF6B6B;text-decoration:none}
a:hover{text-decoration:underline}

/* PULSE LINE */
.pl-pulse{height:48px;background:#0D1B2A;overflow:hidden;position:relative}
.pl-pulse svg{width:200%;height:100%;animation:pl-wave 4s linear infinite}
@keyframes pl-wave{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* HERO */
.pl-hero{padding:2.5rem 1.25rem 2rem;text-align:center;position:relative;overflow:hidden}
.pl-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(255,107,107,.12) 0%,transparent 55%);pointer-events:none}
.pl-hero>*{position:relative;z-index:1}
.pl-hero__tag{font-family:'Space Grotesk',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#FF6B6B;margin-bottom:.75rem}
.pl-hero h1{font-family:'Space Grotesk',sans-serif;font-size:clamp(1.75rem,5vw,2.65rem);font-weight:700;line-height:1.12;margin-bottom:.75rem}
.pl-hero__lead{color:#94A3B8;font-size:.95rem;max-width:500px;margin:0 auto 1.5rem}
.pl-hero__img{display:flex;justify-content:center;margin:0 auto 1.5rem;max-width:760px;background:#1B2838;border-radius:16px;padding:1rem;border:1px solid #2A3F5F}
.pl-hero__img img{object-fit:contain}
.pl-hero__bar{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}
.pl-hero__chip{background:#1B2838;border:1px solid #2A3F5F;border-radius:6px;padding:.4rem .75rem;font-family:'Space Grotesk',sans-serif;font-size:.72rem;font-weight:600;color:#94A3B8}
.pl-hero__chip em{color:#FF6B6B;font-style:normal}
.pl-hero__price{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:1.25rem}
.pl-hero__price s{color:#64748B;font-size:1rem;white-space:nowrap}
.pl-hero__now{white-space:nowrap;font-size:1.05rem}
.pl-hero__now strong{font-family:'Space Grotesk',sans-serif;font-size:2rem;font-weight:700;color:#FF6B6B}
.pl-hero__btn{display:inline-block;padding:.9rem 2rem;background:#FF6B6B;color:#0D1B2A;font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:.88rem;border-radius:6px;text-decoration:none;transition:filter .2s}
.pl-hero__btn:hover{filter:brightness(1.1);text-decoration:none}

/* METRICS */
.pl-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border-top:1px solid #2A3F5F;border-left:1px solid #2A3F5F;max-width:800px;margin:0 auto}
@media(min-width:640px){.pl-metrics{grid-template-columns:repeat(4,1fr)}}
.pl-metric{padding:1.15rem 1rem;border-right:1px solid #2A3F5F;border-bottom:1px solid #2A3F5F;text-align:center;background:#111D2E}
.pl-metric strong{display:block;font-family:'Space Grotesk',sans-serif;font-size:1.35rem;color:#FF6B6B;margin-bottom:.15rem}
.pl-metric span{font-size:.75rem;color:#64748B}

/* ABOUT */
.pl-about{padding:3rem 1.25rem;max-width:1000px;margin:0 auto}
.pl-about__row{display:grid;gap:2rem;align-items:center}
@media(min-width:768px){.pl-about__row{grid-template-columns:1fr 1fr}}
.pl-about h2{font-family:'Space Grotesk',sans-serif;font-size:clamp(1.4rem,4vw,1.85rem);margin-bottom:.85rem}
.pl-about p{color:#94A3B8;font-size:.95rem;margin-bottom:.7rem}
.pl-about__pic{border-radius:12px;overflow:hidden;background:#1B2838;display:flex;justify-content:center;border:1px solid #2A3F5F}
.pl-about__pic img{max-width:760px;object-fit:contain}

/* BAND */
.pl-band img{width:100%;max-height:440px;object-fit:cover;object-position:center}

/* FEATURE BLOCK */
.pl-feature{padding:3rem 1.25rem;background:#111D2E}
.pl-feature__inner{max-width:1000px;margin:0 auto;display:grid;gap:1.5rem;align-items:center}
@media(min-width:768px){.pl-feature__inner{grid-template-columns:1fr 1fr}}
.pl-feature__pic{border-radius:12px;overflow:hidden;display:flex;justify-content:center;background:#1B2838;border:1px solid #2A3F5F}
.pl-feature__pic img{max-width:760px;object-fit:contain}
.pl-feature h2{font-family:'Space Grotesk',sans-serif;font-size:1.5rem;margin-bottom:.75rem}
.pl-feature ul{list-style:none;display:grid;gap:.55rem}
.pl-feature li{font-size:.9rem;color:#94A3B8;padding-left:1rem;position:relative}
.pl-feature li::before{content:'';position:absolute;left:0;top:.55rem;width:6px;height:6px;background:#FF6B6B;border-radius:50%}

/* SPECS TABLE */
.pl-specs{padding:3rem 1.25rem;max-width:560px;margin:0 auto}
.pl-specs h2{font-family:'Space Grotesk',sans-serif;font-size:1.5rem;text-align:center;margin-bottom:1.25rem}
.pl-specs table{width:100%;border-collapse:collapse;font-size:.88rem;background:#1B2838;border-radius:10px;overflow:hidden;border:1px solid #2A3F5F}
.pl-specs td{padding:.75rem 1rem;border-bottom:1px solid #2A3F5F}
.pl-specs tr:last-child td{border-bottom:none}
.pl-specs td:first-child{color:#64748B;width:42%}

/* REVIEWS */
.pl-reviews{padding:3rem 1.25rem;background:#0D1B2A}
.pl-reviews h2{font-family:'Space Grotesk',sans-serif;font-size:1.5rem;text-align:center;margin-bottom:1.5rem}
.pl-reviews__grid{display:grid;gap:1rem;max-width:960px;margin:0 auto}
@media(min-width:700px){.pl-reviews__grid{grid-template-columns:repeat(3,1fr)}}
.pl-rev{background:#1B2838;border:1px solid #2A3F5F;border-radius:10px;padding:1.25rem}
.pl-rev__pulse{color:#FF6B6B;font-size:.75rem;letter-spacing:.15em;margin-bottom:.5rem}
.pl-rev p{font-size:.88rem;color:#94A3B8;margin-bottom:.6rem}
.pl-rev cite{font-size:.82rem;font-weight:700;color:#E0E8F0;font-style:normal}

/* STEPS */
.pl-steps{padding:3rem 1.25rem;max-width:800px;margin:0 auto;border-top:1px solid #2A3F5F}
.pl-steps h2{font-family:'Space Grotesk',sans-serif;font-size:1.5rem;text-align:center;margin-bottom:1.5rem}
.pl-steps__row{display:grid;gap:1rem}
@media(min-width:600px){.pl-steps__row{grid-template-columns:repeat(4,1fr)}}
.pl-step{text-align:center;padding:.5rem}
.pl-step__n{font-family:'Space Grotesk',sans-serif;width:2.25rem;height:2.25rem;border:2px solid #FF6B6B;color:#FF6B6B;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;margin:0 auto .55rem}
.pl-step h3{font-size:.82rem;margin-bottom:.2rem}
.pl-step p{font-size:.75rem;color:#64748B}

/* ORDER */
.pl-order{padding:3rem 1.25rem;background:linear-gradient(180deg,#111D2E 0%,#0D1B2A 100%)}
.pl-order__card{max-width:480px;width:100%;margin:0 auto;background:#1B2838;border:1px solid #2A3F5F;border-radius:14px;padding:2rem 1.5rem}
.pl-order__card h2{font-family:'Space Grotesk',sans-serif;font-size:1.55rem;text-align:center;margin-bottom:.35rem}
.pl-order__sub{text-align:center;font-size:.82rem;color:#64748B;margin-bottom:1rem;line-height:1.45}
.pl-order__deal{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:1.25rem}
.pl-order__deal s{color:#64748B;font-size:.95rem;white-space:nowrap}
.pl-order__now{white-space:nowrap}
.pl-order__now strong{font-family:'Space Grotesk',sans-serif;font-size:1.55rem;font-weight:700;color:#FF6B6B}
.pl-order__field{display:block;margin-bottom:.75rem}
.pl-order__field>span{display:block;font-family:'Space Grotesk',sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#64748B;margin-bottom:.3rem}
.pl-order__field input{width:100%;padding:.75rem 1rem;border:1px solid #2A3F5F;border-radius:6px;font-family:inherit;font-size:1rem;background:#0D1B2A;color:#E0E8F0}
.pl-order__field input:focus{outline:2px solid #FF6B6B;border-color:transparent}
.pl-order__btn{width:100%;padding:1rem;background:#FF6B6B;color:#0D1B2A;border:none;border-radius:6px;font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:.9rem;cursor:pointer;margin-top:.25rem}
.pl-order__btn:hover{filter:brightness(1.08)}
.pl-order__note{display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.78rem;color:#64748B;margin-top:.75rem;line-height:1.35;text-align:center}
.pl-order__agree{display:flex;align-items:flex-start;gap:.5rem;margin-top:.85rem}
.pl-order__agree input[type=checkbox]{margin-top:.2rem;flex-shrink:0;width:16px;height:16px}
.pl-order__agree label{flex:1;min-width:0;font-size:.78rem;color:#64748B;line-height:1.45;font-weight:400;margin:0}
@media(max-width:480px){.pl-order__card{padding:1.5rem 1.15rem}}

/* FAQ */
.pl-faq{padding:3rem 1.25rem;max-width:600px;margin:0 auto}
.pl-faq h2{font-family:'Space Grotesk',sans-serif;font-size:1.5rem;text-align:center;margin-bottom:1.25rem}
.pl-faq details{background:#1B2838;border:1px solid #2A3F5F;border-radius:8px;margin-bottom:.6rem;padding:.85rem 1rem}
.pl-faq summary{cursor:pointer;font-weight:600;font-size:.9rem;list-style:none}
.pl-faq summary::-webkit-details-marker{display:none}
.pl-faq p{margin-top:.5rem;font-size:.85rem;color:#94A3B8}

/* FOOTER */
.pl-foot{border-top:1px solid #2A3F5F;text-align:center;padding:2rem 1.25rem 2.5rem;font-size:.82rem;color:#64748B;line-height:1.7}
.pl-foot .hl{color:#E0E8F0;font-weight:600}
.pl-foot a{color:#FF6B6B}
.pl-foot__links{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem 1rem;margin-top:.85rem}
