/* Page-specific styles for technique-analysis.html. Extracted without changing rule order or values. */

:root{
      --swim-bg:#0b0f14;
      --swim-panel:#121923;
      --swim-panel-hover:#17212d;
      --swim-border:rgba(255,255,255,.10);
      --swim-text:#ffffff;
      --swim-muted:#aab6c3;
      --swim-accent:#57c7ff;
      --swim-accent-soft:#a9e4ff;
      --swim-success:#8de6bf;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:var(--swim-bg);color:var(--swim-text)}
    .swim-page{min-height:100vh;overflow:hidden}
    .swim-shell{width:min(1180px,100%);margin:0 auto}
    .swim-hero{position:relative;padding:10rem 1.5rem 5rem;border-bottom:1px solid var(--swim-border);overflow:hidden}
    .swim-hero::before{content:"";position:absolute;width:38rem;height:38rem;top:-17rem;right:-10rem;border-radius:50%;background:rgba(87,199,255,.13);filter:blur(75px);pointer-events:none}
    .swim-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:center;gap:3rem}
    .eyebrow{margin:0 0 1rem;color:var(--swim-accent);font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
    .hero-title{max-width:850px;margin:0;font-size:clamp(3rem,7vw,6.2rem);line-height:.95;letter-spacing:-.055em}
    .hero-copy{max-width:720px;margin:1.5rem 0 0;color:var(--swim-muted);font-size:clamp(1rem,2vw,1.18rem);line-height:1.75}
    .hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}
    .button{display:inline-flex;min-height:3rem;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;padding:.82rem 1.2rem;text-decoration:none;font:inherit;font-size:.92rem;font-weight:800;transition:.2s ease;cursor:pointer}
    .button-primary{background:var(--swim-accent);color:#071017}
    .button-primary:hover{transform:translateY(-2px);background:var(--swim-accent-soft)}
    .button-secondary{border-color:var(--swim-border);background:transparent;color:var(--swim-text)}
    .button-secondary:hover{border-color:var(--swim-accent);color:var(--swim-accent-soft)}
    .hero-summary{border:1px solid var(--swim-border);border-radius:24px;padding:1.5rem;background:linear-gradient(145deg,rgba(87,199,255,.11),rgba(18,25,35,.9) 50%);box-shadow:0 28px 75px rgba(0,0,0,.24)}
    .hero-summary-label{color:var(--swim-accent-soft);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
    .hero-summary h2{margin:.7rem 0 .75rem;font-size:1.55rem;line-height:1.2}
    .hero-summary p{margin:0;color:var(--swim-muted);line-height:1.65}
    .summary-list{display:grid;gap:.7rem;margin:1.3rem 0 0;padding:0;list-style:none}
    .summary-list li{display:flex;gap:.7rem;align-items:flex-start;color:#dce7ef;font-size:.92rem;line-height:1.45}
    .summary-list li::before{content:"✓";color:var(--swim-accent);font-weight:900}
    .section{padding:5rem 1.5rem}
    .section-border{border-top:1px solid var(--swim-border)}
    .section-soft{background:rgba(255,255,255,.018)}
    .section-heading-wrap{max-width:760px;margin-bottom:2.25rem}
    .section-title{margin:0;font-size:clamp(2rem,4vw,3.45rem);line-height:1.02;letter-spacing:-.04em}
    .section-copy{margin:1rem 0 0;color:var(--swim-muted);line-height:1.75;font-size:1.02rem}
    .analysis-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}
    .analysis-card{display:flex;flex-direction:column;border:1px solid var(--swim-border);border-radius:24px;padding:1.7rem;background:var(--swim-panel);transition:.22s ease}
    .analysis-card:hover{transform:translateY(-5px);border-color:rgba(87,199,255,.42);background:var(--swim-panel-hover);box-shadow:0 24px 60px rgba(0,0,0,.25)}
    .analysis-card.featured{border-color:rgba(87,199,255,.62);background:linear-gradient(145deg,rgba(87,199,255,.10),var(--swim-panel) 45%)}
    .plan-badge{align-self:flex-start;border-radius:999px;padding:.35rem .62rem;background:rgba(87,199,255,.10);color:var(--swim-accent-soft);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
    .analysis-card h3{margin:1rem 0 .45rem;font-size:1.75rem;letter-spacing:-.025em}
    .analysis-card>p{margin:0;color:var(--swim-muted);line-height:1.65}
    .price{display:flex;align-items:flex-end;gap:.45rem;margin:1.3rem 0 .3rem}
    .price strong{font-size:2.5rem;line-height:1;letter-spacing:-.05em}
    .price span{color:var(--swim-muted);font-size:.9rem;padding-bottom:.22rem}
    .duration{margin:0 0 1rem;color:var(--swim-accent-soft);font-weight:800}
    .plan-list{display:grid;gap:.75rem;margin:1.35rem 0;padding:0;list-style:none}
    .plan-list li{display:flex;gap:.68rem;align-items:flex-start;color:#dce7ef;font-size:.92rem;line-height:1.45}
    .plan-list li::before{content:"✓";color:var(--swim-success);font-weight:900}
    .analysis-card .button{width:100%;margin-top:auto}
    .discount-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:2.5rem;align-items:center;border:1px solid rgba(87,199,255,.28);border-radius:28px;padding:clamp(1.5rem,4vw,3rem);background:radial-gradient(circle at 5% 5%,rgba(87,199,255,.18),transparent 38%),var(--swim-panel)}
    .discount-mark{display:grid;min-height:250px;place-items:center;border:1px solid var(--swim-border);border-radius:22px;background:linear-gradient(145deg,#172330,#0c1118 72%)}
    .discount-mark-inner{display:grid;width:9rem;height:9rem;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:var(--swim-accent-soft);font-size:1.2rem;font-weight:900;letter-spacing:.06em;text-align:center}
    .benefit-list{display:grid;gap:.8rem;margin:1.4rem 0 0;padding:0;list-style:none}
    .benefit-list li{border:1px solid var(--swim-border);border-radius:16px;padding:1rem;background:rgba(11,15,20,.45);color:#dce7ef;line-height:1.55}
    .benefit-list strong{color:var(--swim-accent-soft)}
    .how-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
    .step-card{border:1px solid var(--swim-border);border-radius:20px;padding:1.25rem;background:var(--swim-panel)}
    .step-number{color:var(--swim-accent);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
    .step-card h3{margin:.7rem 0 .55rem;font-size:1.12rem}
    .step-card p{margin:0;color:var(--swim-muted);font-size:.92rem;line-height:1.62}
    .audience-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
    .audience-card{border:1px solid var(--swim-border);border-radius:20px;padding:1.25rem;background:var(--swim-panel)}
    .audience-card h3{margin:0 0 .5rem;font-size:1.1rem}
    .audience-card p{margin:0;color:var(--swim-muted);line-height:1.6;font-size:.92rem}
    .faq{display:grid;gap:.75rem}
    .faq details{border:1px solid var(--swim-border);border-radius:18px;padding:1rem 1.15rem;background:var(--swim-panel)}
    .faq summary{cursor:pointer;font-weight:800}
    .faq p{margin:.8rem 0 0;color:var(--swim-muted);line-height:1.65}
    .cta-panel{display:flex;align-items:center;justify-content:space-between;gap:2rem;border:1px solid rgba(87,199,255,.35);border-radius:28px;padding:clamp(1.5rem,4vw,2.6rem);background:linear-gradient(135deg,rgba(87,199,255,.14),rgba(18,25,35,.9))}
    .cta-panel h2{margin:0;font-size:clamp(1.8rem,4vw,3rem);letter-spacing:-.035em}
    .cta-panel p{max-width:650px;margin:.8rem 0 0;color:var(--swim-muted);line-height:1.7}
    .cta-actions{display:flex;flex-wrap:wrap;flex-shrink:0;gap:.7rem}
    @media(max-width:980px){.swim-hero-grid,.discount-panel{grid-template-columns:1fr}.how-grid,.audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
    @media(max-width:680px){.swim-hero{padding-top:7.5rem}.section{padding:3.5rem 1.1rem}.swim-hero{padding-left:1.1rem;padding-right:1.1rem}.analysis-grid,.how-grid,.audience-grid{grid-template-columns:1fr}.hero-actions,.cta-actions{flex-direction:column}.hero-actions .button,.cta-actions .button{width:100%}.cta-panel{align-items:stretch;flex-direction:column}.discount-mark{min-height:210px}}


    /* Photo placeholders — replace the div content with an <img> using the suggested file path. */
    .hero-media-stack{display:grid;gap:1rem;min-width:0}
    .photo-placeholder{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;overflow:hidden;border:1px rgba(87,199,255,.48);border-radius:24px;padding:1.5rem;background:linear-gradient(145deg,rgba(87,199,255,.11),rgba(12,17,24,.94));color:var(--swim-accent-soft,#a9e4ff);text-align:center}
    .photo-placeholder::before{content:"";position:absolute;width:14rem;height:14rem;right:-5rem;top:-6rem;border-radius:50%;background:rgba(87,199,255,.12);filter:blur(8px)}
    .photo-placeholder>*{position:relative}
    .photo-placeholder-hero{min-height:300px}
    .photo-placeholder-support{min-height:330px}
    .photo-placeholder-inline{min-height:220px;margin-bottom:1.25rem;border-radius:18px}
    .photo-placeholder-label{font-size:.78rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
    .photo-placeholder small{max-width:390px;color:#aab6c3;font-size:.88rem;line-height:1.55}
    .photo-placeholder code{border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:.38rem .7rem;background:rgba(0,0,0,.22);color:#dce7ef;font-size:.74rem}
    .photo-placeholder img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}

    @media(max-width:680px){.photo-placeholder-hero{min-height:240px}.photo-placeholder-support{min-height:260px}.photo-placeholder-inline{min-height:190px}}


/* Refined photo placement: images sit beside content rather than above it. */
.hero-photo-panel{
  position:relative;
  min-width:0;
}

.hero-photo-panel .photo-placeholder-hero{
  min-height:500px;
  height:100%;
  margin:0;
  border-radius:28px;
}

.hero-photo-caption{
  position:absolute;
  left:1rem;
  bottom:1rem;
  z-index:2;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  padding:.55rem .8rem;
  background:rgba(8,13,18,.72);
  backdrop-filter:blur(8px);
  color:#dce7ef;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hero-info-strip{
  position:relative;
  display:grid;
  grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);
  gap:2rem;
  align-items:center;
  margin-top:2rem;
  border:1px solid var(--swim-border,rgba(255,255,255,.10));
  border-radius:24px;
  padding:1.4rem 1.5rem;
  background:linear-gradient(145deg,rgba(87,199,255,.08),rgba(18,25,35,.88));
}

.hero-info-intro h2{
  margin:.45rem 0 .45rem;
  font-size:1.35rem;
  line-height:1.2;
}

.hero-info-intro p{
  margin:0;
  color:var(--swim-muted,#aab6c3);
  line-height:1.6;
}

.hero-info-list{
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:0;
}

@media(max-width:900px){
  .hero-photo-panel .photo-placeholder-hero{min-height:380px}
  .hero-info-strip{grid-template-columns:1fr}
}

@media(max-width:680px){
  .hero-photo-panel .photo-placeholder-hero{min-height:300px}
  .hero-info-list{grid-template-columns:1fr}
}


/* Background-image hero layout */
.swim-hero{
  position:relative;
  isolation:isolate;
  background-image:linear-gradient(90deg,rgba(10,15,21,.90) 0%,rgba(10,15,21,.78) 46%,rgba(10,15,21,.58) 100%),url("assets/images/technique-analysis-hero.jpg");
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.swim-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(9,14,20,.12),rgba(9,14,20,.34));
  pointer-events:none;
}
.swim-hero .swim-shell{position:relative;z-index:1}
.swim-hero .hero-copy-panel{max-width:780px}
.swim-hero .hero-title{color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.28)}
.swim-hero .hero-copy{color:rgba(238,244,248,.88)}
.swim-hero .hero-summary{background:rgba(15,22,30,.82);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
@media(max-width:680px){
  .swim-hero{background-position:62% center}
  .swim-hero .hero-summary{background:rgba(15,22,30,.9)}
}
