:root{
  --bg:#050505;
  --panel:rgba(10,10,12,.88);
  --panel-2:rgba(18,18,22,.94);
  --text:#f7f7f7;
  --muted:#aaaab2;
  --red:#f1242b;
  --red-dark:#9c0f15;
  --border:rgba(255,255,255,.12);
  --shadow:0 22px 60px rgba(0,0,0,.45);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.75)),
    url("assets/velocity-background.png") center top / cover fixed no-repeat,
    var(--bg);
  font-family:Arial,Helvetica,sans-serif;
}
a{color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}

.page-shell{width:min(1180px,calc(100% - 32px));margin:0 auto}

.site-header{
  position:sticky;
  top:10px;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin:10px 0 0;
  padding:12px 14px;
  border:1px solid var(--border);
  border-radius:18px;
  background:rgba(6,6,8,.9);
  box-shadow:var(--shadow);
  backdrop-filter:blur(14px);
}

.brand{display:flex;align-items:center;gap:11px;text-decoration:none}
.brand-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(241,36,43,.55);
  border-radius:11px;
  background:#090909;
  box-shadow:0 0 18px rgba(241,36,43,.24);
}
.brand-icon img{
    width:82%;
    height:82%;
    max-width:100%;
    object-fit:contain;
    object-position:center;
    display:block;
}
.brand-name{
  font-family:"Russo One",sans-serif;
  font-size:1rem;
  letter-spacing:.02em;
  white-space:nowrap;
}
.brand-name span{color:#fff}
.brand-name b{color:var(--red);font-weight:inherit}

.main-nav{display:flex;align-items:center;gap:24px}
.main-nav a,.back-link{
  color:#d7d7dc;
  font-weight:800;
  text-decoration:none;
  font-size:.9rem;
}
.main-nav a:hover,.back-link:hover{color:#fff}
.main-nav .nav-cta{
  padding:13px 17px;
  border-radius:10px;
  background:linear-gradient(180deg,var(--red),#c81319);
  color:#fff;
}
.menu-button{
  display:none;
  border:1px solid var(--border);
  border-radius:10px;
  background:#121216;
  color:#fff;
  padding:9px 12px;
  font-weight:800;
}

.hero{
  min-height:710px;
  display:flex;
  align-items:center;
  padding:90px 0 80px;
}
.hero-copy{max-width:670px}
.eyebrow{
  margin:0 0 14px;
  color:var(--red);
  font-family:"Orbitron",sans-serif;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.18em;
}
.hero h1{
  margin:0;
  font-family:"Russo One",sans-serif;
  font-size:clamp(4.2rem,10vw,8.3rem);
  line-height:.78;
  letter-spacing:-.055em;
}
.hero h1 span,.hero h1 strong{display:block}
.hero h1 span{color:#fff}
.hero h1 strong{color:var(--red);font-weight:inherit;margin-top:.18em}
.hero-kicker{
  margin:42px 0 16px;
  font-family:"Orbitron",sans-serif;
  font-weight:900;
  letter-spacing:.12em;
}
.hero-text{
  max-width:650px;
  color:var(--muted);
  font-size:1.15rem;
  line-height:1.7;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.button,.pricing-button,.continue-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 20px;
  border:0;
  border-radius:11px;
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
}
.button-primary,.continue-button{
  background:linear-gradient(180deg,var(--red),#c31319);
  color:#fff;
  box-shadow:0 12px 30px rgba(241,36,43,.2);
}
.button-secondary{
  border:1px solid var(--border);
  background:rgba(8,8,10,.82);
}
.trust-row{display:flex;flex-wrap:wrap;gap:34px;margin-top:38px}
.trust-row div{display:grid;gap:3px}
.trust-row b{font-size:.95rem}
.trust-row span{color:var(--muted);font-size:.78rem}

.section{padding:90px 0}
.section-heading{max-width:720px;margin-bottom:36px}
.section-heading h2,.contact-section h2,.checkout-heading h1,.policy-card h1{
  margin:0 0 12px;
  font-family:"Russo One",sans-serif;
  font-size:clamp(2.2rem,5vw,4rem);
  line-height:1.05;
}
.section-heading>p:last-child,.contact-section p,.checkout-heading p,.policy-card p{
  color:var(--muted);
  line-height:1.7;
}

.feature-grid,
.review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.pricing-grid{
    display:grid;
    grid-template-columns:repeat(3,380px);
    gap:32px;

    width:100%;
    max-width:1260px;
    margin:50px auto 0;

    justify-content:center;
    align-items:stretch;
}
.feature-card,.pricing-card,.review-card,.checkout-card,.summary-card,.contact-section,.policy-card{
  border:1px solid var(--border);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(17,17,20,.96),rgba(6,6,8,.9));
  box-shadow:var(--shadow);
}
.feature-card,.review-card{padding:28px}
.feature-number{color:var(--red);font-family:"Orbitron",sans-serif;font-weight:900}
.feature-card h3,.review-card h3{margin:18px 0 8px;font-size:1.2rem}
.feature-card p,.review-card p{color:var(--muted);line-height:1.65}

.pricing-card{
    width:400px;
    min-height:720px;
    margin:0;
    padding:32px;
}
.pricing-card.featured{border-color:rgba(241,36,43,.7);transform:translateY(-10px)}
.popular-badge{
  position:absolute;
  top:18px;
  right:18px;
  padding:8px 10px;
  border-radius:8px;
  background:var(--red);
  font-size:.7rem;
  font-weight:900;
}
.pricing-label{margin:0;color:#fff;font-weight:900}
.pricing-head h3{margin:18px 0 4px;font-family:"Russo One",sans-serif;font-size:4rem;color:var(--red)}
.pricing-head p:last-child{color:var(--muted)}
.pricing-card ul{list-style:none;padding:0;margin:24px 0 32px}
.pricing-card li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);color:#dedee3}
.pricing-card li::before{content:"✓";color:var(--red);margin-right:10px;font-weight:900}
.pricing-button{margin-top:auto;background:#f6f6f6;color:#0a0a0a}
.pricing-button:hover{background:var(--red);color:#fff}

.stars{color:var(--red);letter-spacing:.2em}
.review-card blockquote{margin:18px 0;color:#eee;line-height:1.7;font-size:1.03rem}

.contact-section{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:42px;
  margin:40px 0 90px;
}
.contact-section h2{font-size:clamp(2rem,4vw,3.4rem)}

.site-footer{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:28px 0 36px;
  border-top:1px solid var(--border);
  color:var(--muted);
}
.site-footer nav{display:flex;flex-wrap:wrap;gap:18px}
.site-footer a{text-decoration:none}

.checkout-main{padding:70px 0 90px}
.checkout-heading{max-width:740px;margin-bottom:36px}
.checkout-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);gap:24px;align-items:start}
.checkout-card,.summary-card{padding:28px}
.summary-card{position:sticky;top:96px}
.form-section{display:grid;gap:18px}
.form-section+.form-section{margin-top:30px}
.form-section h2{margin:0 0 4px;font-family:"Russo One",sans-serif}
label{display:grid;gap:8px;font-weight:800}
input,select,textarea{
  width:100%;
  border:1px solid var(--border);
  border-radius:10px;
  background:#0b0b0e;
  color:#fff;
  padding:14px;
  outline:none;
}
input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(241,36,43,.13)}
textarea{resize:vertical}
.optional-text{color:var(--red);font-size:.8rem}
.terms-row{grid-template-columns:auto 1fr;align-items:start;font-weight:600;color:var(--muted)}
.terms-row input{width:auto;margin-top:3px}
.continue-button{width:100%;margin-top:4px}
.form-status{min-height:20px;margin:0;color:var(--muted);text-align:center;font-size:.9rem}
.form-status.error{color:#ff6b70}
.hidden-field{display:none}

.summary-title-row{display:flex;justify-content:space-between;gap:14px;align-items:center}
.summary-title-row h2{font-family:"Russo One",sans-serif}
.summary-title-row strong{font-family:"Russo One",sans-serif;font-size:2.5rem;color:var(--red)}
.summary-card>p{color:var(--muted)}
.summary-card ul{list-style:none;padding:0;margin:22px 0}
.summary-card li{padding:11px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.summary-card li::before{content:"✓";color:var(--red);margin-right:10px}
.order-code{display:flex;justify-content:space-between;gap:14px;padding:16px;border:1px solid rgba(241,36,43,.25);border-radius:12px;background:rgba(241,36,43,.07)}
.order-code span{color:var(--muted)}
.order-code strong{font-family:"Orbitron",sans-serif;color:#fff}
.summary-note{font-size:.82rem;line-height:1.55}

.simple-page{min-height:100vh;display:grid;place-items:center;padding:24px}
.policy-card{width:min(820px,100%);padding:36px}
.policy-card.centered{text-align:center}
.policy-card h2{margin-top:32px}
.policy-card li,.policy-card p{line-height:1.7;color:var(--muted)}

@media (max-width:900px){
  .menu-button{display:block}
  .main-nav{
    display:none;
    position:absolute;
    top:70px;
    left:0;
    right:0;
    flex-direction:column;
    align-items:stretch;
    padding:14px;
    border:1px solid var(--border);
    border-radius:14px;
    background:#08080a;
  }
  .main-nav.open{display:flex}
  .main-nav a{text-align:center;padding:10px}
  .hero{min-height:620px}
  .feature-grid,.pricing-grid,.review-grid{grid-template-columns:1fr}
  .pricing-card.featured{transform:none}
  .checkout-grid{grid-template-columns:1fr}
  .summary-card{position:static}
}
@media (max-width:650px){
  body {
    background-size: 230% auto;
    background-position: center top;
    background-attachment: scroll;
}
  .page-shell{width:min(100% - 20px,1180px)}
  .brand-name{font-size:.78rem}
  .brand-icon{width:38px;height:38px;flex-basis:38px}
  .hero{padding:65px 0;min-height:620px}
  .hero h1{font-size:clamp(3.6rem,20vw,6rem)}
  .hero-text{font-size:1rem}
  .trust-row{gap:20px}
  .section{padding:65px 0}
  .contact-section{align-items:flex-start;flex-direction:column;padding:28px}
  .site-footer{flex-direction:column}
  .checkout-card,.summary-card{padding:20px}
}

.policy-section {
  margin-top: 28px;
}

.policy-section h2 {
  margin: 0 0 10px;
  color: var(--red);
  font-family: "Russo One", sans-serif;
  font-size: 1.35rem;
}

.policy-section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.policy-section ul {
  margin: 12px 0 0;
  padding-left: 22px;
  color: var(--muted);
}

.policy-section li {
  margin-bottom: 10px;
  line-height: 1.65;
}

.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
/* FALLING RED PETALS */

#petal-layer {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}

.page-shell {
    position: relative;
    z-index: 3;
}

.velocity-petal {
    position: absolute;
    top: -50px;

    width: 13px;
    height: 22px;

    border-radius: 80% 10% 80% 10%;

    background:
        linear-gradient(
            145deg,
            #ff4b50,
            #b50e16
        );

    box-shadow:
        0 0 8px rgba(241, 36, 43, 0.45);

    opacity: 0.75;

    animation:
        petal-fall linear forwards,
        petal-sway ease-in-out infinite alternate;
}

@keyframes petal-fall {
    from {
        transform:
            translateY(-50px)
            rotate(0deg);
    }

    to {
        transform:
            translateY(110vh)
            rotate(540deg);
    }
}

@keyframes petal-sway {
    from {
        margin-left: -25px;
    }

    to {
        margin-left: 35px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .velocity-petal {
        display: none;
    }
}