/* ================================================================
   homepage.css — Homepage-specific styles
   ================================================================ */
.photo-placeholder{background:radial-gradient(ellipse at 30% 40%,rgba(245,237,224,0.9) 0%,transparent 60%),radial-gradient(ellipse at 75% 60%,rgba(232,213,192,0.7) 0%,transparent 50%),linear-gradient(145deg,#F5EDE0 0%,#E8D5C0 50%,#D4B896 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;}
.photo-placeholder::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 60% 30%,rgba(255,255,255,0.15) 0%,transparent 50%),radial-gradient(ellipse at 20% 80%,rgba(160,120,32,0.08) 0%,transparent 40%);}
.photo-placeholder-label{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:15px;color:rgba(90,65,35,0.6);letter-spacing:0.04em;text-align:center;position:relative;z-index:1;padding:20px;}
.gold-glitter-shimmer{position:absolute;top:-1px;left:0;right:0;height:80px;background:radial-gradient(ellipse 60% 80px at 20% 0%,rgba(201,168,76,0.25) 0%,transparent 100%),radial-gradient(ellipse 40% 60px at 70% 0%,rgba(232,200,120,0.2) 0%,transparent 100%),radial-gradient(ellipse 20% 40px at 90% 0%,rgba(201,168,76,0.15) 0%,transparent 100%);pointer-events:none;}

/* Hero */
.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 40% 30%,rgba(255,248,235,0.6) 0%,transparent 50%),radial-gradient(ellipse at 70% 65%,rgba(210,175,135,0.4) 0%,transparent 50%),radial-gradient(ellipse at 20% 80%,rgba(180,140,90,0.3) 0%,transparent 45%),linear-gradient(145deg,#F5EDE0 0%,#EDD8BE 35%,#E0C4A0 60%,#CBAA80 100%);}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,10,0.30) 0%,rgba(10,10,10,0.65) 60%,rgba(10,10,10,0.90) 100%);}
.hero-content{position:relative;z-index:2;text-align:center;max-width:860px;padding:0 24px;margin-top:72px;}
.hero-eyebrow{font-family:'Inter',sans-serif;font-size:13px;font-weight:400;letter-spacing:0.22em;text-transform:uppercase;color:#C9A84C;display:block;margin-bottom:32px;}
.hero h1{color:#F5F0E8;margin-bottom:32px;font-weight:400;font-size:clamp(58px,7.5vw,90px);}
.hero-sub{font-family:'Inter',sans-serif;font-size:19px;color:#C4BAA8;max-width:580px;margin:0 auto 48px;line-height:1.75;font-weight:300;}
.hero-buttons{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;}
.hero-bg{background-size:cover;background-position:center 30%;}

/* Promise */
.promise-section{background:#FFFFFF;text-align:center;overflow:hidden;}
.promise-headline{max-width:700px;margin:0 auto 80px;}
.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:56px;max-width:960px;margin:0 auto;}
.promise-card{text-align:center;}
.promise-number{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#C9A84C,#E8C878);display:flex;align-items:center;justify-content:center;margin:0 auto 28px;font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:500;color:#0A0A0A;}
.promise-card h3{font-size:24px;font-weight:500;margin-bottom:16px;color:#1A1A1A;}
.promise-card p{font-size:16px;color:#6B6B6B;line-height:1.75;}

/* Demo */
.demo-section{background:#F5F3EE;}
.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.demo-text h2{margin-bottom:40px;}
.check-list{list-style:none;display:flex;flex-direction:column;gap:28px;margin-bottom:48px;}
.check-list li{display:flex;align-items:flex-start;gap:18px;font-size:17px;color:#3A3A3A;line-height:1.65;}
.check-icon{flex-shrink:0;width:22px;height:22px;margin-top:3px;}
.demo-photo{aspect-ratio:4/5;border-radius:3px;overflow:hidden;}

/* Lead magnet */
.lead-magnet-section{background:#0A0A0A;position:relative;overflow:hidden;}
.lead-magnet-section::before{content:'';position:absolute;top:0;right:0;width:60%;height:100%;background:radial-gradient(ellipse at 80% 20%,rgba(201,168,76,0.18) 0%,transparent 65%);pointer-events:none;}
.lead-magnet-section::after{content:'';position:absolute;bottom:0;left:0;width:40%;height:60%;background:radial-gradient(ellipse at 10% 90%,rgba(201,168,76,0.07) 0%,transparent 60%);pointer-events:none;}
.lead-magnet-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1;}
.lm-cover{aspect-ratio:3/4;background:radial-gradient(ellipse at 50% 30%,rgba(201,168,76,0.25) 0%,transparent 60%),linear-gradient(160deg,#1A1510 0%,#0A0A0A 60%,#0F0C05 100%);border:1px solid rgba(201,168,76,0.2);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 36px;border-radius:3px;position:relative;overflow:hidden;box-shadow:0 40px 80px rgba(0,0,0,0.5),0 0 0 1px rgba(201,168,76,0.15);}
.lm-cover::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 10%,rgba(232,200,120,0.12) 0%,transparent 50%);}
.lm-cover-inner{text-align:center;position:relative;z-index:1;}
.lm-cover-eyebrow{font-family:'Inter',sans-serif;font-size:10px;letter-spacing:0.25em;text-transform:uppercase;color:#C9A84C;margin-bottom:24px;}
.lm-cover-title{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:500;line-height:1.2;background:linear-gradient(135deg,#C9A84C 0%,#E8C878 50%,#A07820 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;}
.lm-cover-subtitle{font-family:'Inter',sans-serif;font-size:13px;color:rgba(232,200,120,0.6);letter-spacing:0.04em;}
.lm-cover-line{width:60px;height:1px;background:linear-gradient(90deg,transparent,#C9A84C,transparent);margin:20px auto;}
.lm-text{color:#F5F0E8;}
.lm-text h2{color:#F5F0E8;font-size:clamp(32px,4vw,50px);margin-bottom:36px;line-height:1.1;}
.lm-benefits{list-style:none;display:flex;flex-direction:column;gap:20px;margin-bottom:44px;}
.lm-benefits li{display:flex;align-items:flex-start;gap:16px;font-size:16px;color:rgba(245,240,232,0.85);line-height:1.65;}
.email-form{display:flex;gap:12px;margin-bottom:16px;}
.email-input{flex:1;padding:14px 20px;background:rgba(255,255,255,0.06);border:1px solid rgba(201,168,76,0.3);border-radius:2px;color:#F5F0E8;font-family:'Inter',sans-serif;font-size:14px;outline:none;transition:border-color 0.2s ease;}
.email-input::placeholder{color:rgba(245,240,232,0.35);}
.email-input:focus{border-color:rgba(201,168,76,0.6);}
.fine-print{font-family:'Inter',sans-serif;font-size:12px;color:rgba(245,240,232,0.35);letter-spacing:0.02em;}

/* Bio */
.bio-section{background:#FFFFFF;}
.bio-grid{display:grid;grid-template-columns:5fr 7fr;gap:80px;align-items:center;}
.bio-photo{aspect-ratio:4/5;border-radius:3px;overflow:hidden;}
.bio-text h2{margin-bottom:28px;}
.bio-text p{color:#4A4A4A;margin-bottom:48px;}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px;padding-top:40px;border-top:1px solid rgba(201,168,76,0.2);}
.stat-item{text-align:left;}
.stat-number{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:500;color:#C9A84C;line-height:1.1;display:block;margin-bottom:4px;}
.stat-label{font-family:'Inter',sans-serif;font-size:12px;color:#6B6B6B;letter-spacing:0.04em;}

/* Press */
.press-section{background:#FAFAF8;text-align:center;}
.press-quote{max-width:760px;margin:0 auto;}
.press-quote blockquote{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:clamp(28px,3.5vw,44px);font-weight:300;line-height:1.3;color:#1A1A1A;margin-bottom:24px;letter-spacing:-0.01em;}
.press-quote cite{font-family:'Inter',sans-serif;font-size:13px;font-weight:400;color:#6B6B6B;letter-spacing:0.06em;font-style:normal;}
.press-gold-line{width:80px;height:2px;background:linear-gradient(90deg,transparent,#C9A84C,transparent);margin:32px auto 0;}

/* Path */
.path-section{background:#FFFFFF;position:relative;overflow:hidden;text-align:center;}
.path-section::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(ellipse at 100% 0%,rgba(201,168,76,0.08) 0%,transparent 70%);pointer-events:none;}
.path-section::after{content:'';position:absolute;bottom:0;left:0;width:300px;height:300px;background:radial-gradient(ellipse at 0% 100%,rgba(201,168,76,0.06) 0%,transparent 70%);pointer-events:none;}
.path-headline{margin-bottom:64px;position:relative;z-index:1;}
.path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative;z-index:1;}
.path-card{background:#FFFFFF;border-radius:3px;box-shadow:0 2px 8px rgba(0,0,0,0.06),0 16px 48px rgba(0,0,0,0.06);overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;border-top:3px solid #C9A84C;text-align:left;}
.path-card:hover{transform:translateY(-6px);box-shadow:0 4px 16px rgba(0,0,0,0.08),0 24px 64px rgba(0,0,0,0.1),0 0 0 1px rgba(201,168,76,0.1);}
.path-card-photo{aspect-ratio:16/10;}
.path-card-body{padding:32px 28px;}
.path-card-tag{font-family:'Inter',sans-serif;font-size:11px;font-weight:500;letter-spacing:0.15em;text-transform:uppercase;color:#C9A84C;display:block;margin-bottom:12px;}
.path-card h3{font-size:26px;margin-bottom:12px;color:#1A1A1A;}
.path-card p{font-size:15px;color:#3A3A3A;line-height:1.65;margin-bottom:24px;}
.path-card-link{font-family:'Inter',sans-serif;font-size:13px;font-weight:500;letter-spacing:0.05em;color:#A07820;text-decoration:none;display:inline-flex;align-items:center;gap:6px;border-bottom:1px solid rgba(160,120,32,0.3);padding-bottom:2px;transition:gap 0.2s ease,color 0.2s ease;}
.path-card-link:hover{gap:10px;color:#C9A84C;}

/* Testimonials */
.testimonials-section{background:#0A0A0A;text-align:center;}
.testimonials-section h2{color:#F5F0E8;margin-bottom:64px;}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:64px;}
.testimonial-card{background:#1A1A1A;border-left:3px solid #C9A84C;border-radius:0 3px 3px 0;padding:40px 36px;text-align:left;transition:background 0.2s ease;}
.testimonial-card:hover{background:#1F1F1F;}
.testimonial-quote{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:20px;font-weight:400;color:#F5F0E8;line-height:1.55;margin-bottom:28px;letter-spacing:-0.01em;}
.testimonial-author{font-family:'Inter',sans-serif;font-size:12px;font-weight:400;color:rgba(245,240,232,0.45);letter-spacing:0.06em;}
.testimonial-stars{color:#C9A84C;font-size:14px;margin-bottom:20px;letter-spacing:2px;}
.testimonials-cta{font-family:'Inter',sans-serif;font-size:13px;font-weight:500;letter-spacing:0.08em;text-transform:uppercase;color:#C9A84C;text-decoration:none;border-bottom:1px solid rgba(201,168,76,0.4);padding-bottom:3px;transition:border-color 0.2s ease;}
.testimonials-cta:hover{border-color:#C9A84C;}

/* Books */
.books-section{background:#FAFAF8;}
.books-section h2{text-align:center;margin-bottom:64px;}
.books-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;}
.book-card{display:grid;grid-template-columns:160px 1fr;gap:32px;align-items:start;background:#FFFFFF;border-radius:3px;padding:36px;box-shadow:0 2px 12px rgba(0,0,0,0.05),0 8px 32px rgba(0,0,0,0.04);border:1px solid rgba(201,168,76,0.1);transition:box-shadow 0.3s ease,transform 0.3s ease;}
.book-card:hover{box-shadow:0 4px 20px rgba(0,0,0,0.08),0 16px 48px rgba(0,0,0,0.07);transform:translateY(-3px);}
.book-cover{aspect-ratio:2/3;border-radius:2px;overflow:hidden;box-shadow:4px 8px 24px rgba(0,0,0,0.2);}
.book-cover-pwf{background:radial-gradient(ellipse at 50% 30%,rgba(201,168,76,0.3) 0%,transparent 60%),linear-gradient(160deg,#1A1208 0%,#0A0A0A 60%,#150A00 100%);}
.book-cover-awg{background:radial-gradient(ellipse at 40% 35%,rgba(245,220,180,0.5) 0%,transparent 60%),radial-gradient(ellipse at 70% 70%,rgba(200,150,100,0.3) 0%,transparent 50%),linear-gradient(145deg,#F0E0CC 0%,#D4A878 50%,#B8826A 100%);}
.book-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px;}
.book-year{font-family:'Inter',sans-serif;font-size:11px;color:#9A9A9A;letter-spacing:0.06em;}
.book-stars{font-size:12px;color:#C9A84C;}
.book-reviews{font-family:'Inter',sans-serif;font-size:11px;color:#9A9A9A;}
.book-info h3{font-size:24px;margin-bottom:10px;color:#1A1A1A;line-height:1.2;}
.book-info p{font-size:15px;color:#6B6B6B;line-height:1.65;margin-bottom:24px;}
.book-cover img{width:100%;height:100%;object-fit:cover;border-radius:2px;}

/* Patreon */
.patreon-section{background:linear-gradient(160deg,#FBF6EC 0%,#F5EDD5 100%);text-align:center;}
.patreon-section h2{margin-bottom:16px;}
.patreon-sub{font-size:18px;color:#6B6B6B;margin-bottom:64px;}
.ptr{display:flex;align-items:center;gap:24px;padding:24px 32px;border:1px solid rgba(160,120,32,0.2);border-radius:8px;margin-bottom:12px;max-width:960px;margin-left:auto;margin-right:auto;transition:border-color .2s;position:relative;background:#fff;}
.ptr:hover{border-color:rgba(160,120,32,0.5);}
.ptr-info{flex-shrink:0;min-width:180px;}
.ptr-name{font-family:"Cormorant Garamond",Georgia,serif;font-size:17px;letter-spacing:0.04em;text-transform:uppercase;color:#A07820;display:block;line-height:1.2;}
.ptr-price{font-family:"Cormorant Garamond",Georgia,serif;font-size:32px;color:#1a1a1a;margin-top:2px;}
.ptr-price span{font-size:14px;color:#999;font-family:sans-serif;margin-left:4px;}
.ptr-feat{flex:1;font-size:13px;color:#555;line-height:1.7;}
.ptr-feat strong{color:#1a1a1a;}
.ptr-cta{flex-shrink:0;}
.ptr-cta a{display:block;padding:10px 24px;background:transparent;border:1px solid #C9A84C;color:#A07820;text-decoration:none;font-size:11px;letter-spacing:0.1em;text-transform:uppercase;font-weight:600;border-radius:4px;transition:all .2s;white-space:nowrap;}
.ptr-cta a:hover{background:#C9A84C;color:#fff;}
.ptr.pop{border:2px solid #C9A84C;}
.ptr-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:#C9A84C;color:#fff;font-size:10px;letter-spacing:0.1em;text-transform:uppercase;font-weight:700;padding:3px 14px;border-radius:3px;white-space:nowrap;}
.ptr.best{background:linear-gradient(160deg,#0a0a0a,#1a1a1a);border:2px solid #C9A84C;}
.ptr.best .ptr-name{color:#C9A84C;}
.ptr.best .ptr-price{color:#f5f0e8;}
.ptr.best .ptr-price span{color:rgba(245,240,232,0.4);}
.ptr.best .ptr-feat{color:rgba(245,240,232,0.7);}
.ptr.best .ptr-feat strong{color:#C9A84C;}
.ptr.best .ptr-cta a{background:#C9A84C;color:#0a0a0a;border-color:#C9A84C;}
.ptr.best .ptr-cta a:hover{background:#f5f0e8;}

/* Coaching */
.coaching-section{background:#0A0A0A;text-align:center;padding:120px 0;position:relative;overflow:hidden;}
.coaching-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:200px;height:2px;background:linear-gradient(90deg,transparent,#C9A84C,transparent);}
.coaching-section h2{color:#F5F0E8;margin-bottom:20px;}
.coaching-section p{color:rgba(245,240,232,0.65);max-width:620px;margin:0 auto 16px;font-size:17px;}
.coaching-section .path-card p{color:#3A3A3A !important;}
.coaching-section .path-card-link{display:block;margin-bottom:6px;}
.qualifier-block{max-width:680px;margin:48px auto 0;padding:36px 40px;border:1px solid rgba(201,168,76,0.15);border-radius:3px;text-align:left;}
.qualifier-block h4{font-family:'Cormorant Garamond',serif;font-size:22px;color:#C9A84C;margin-bottom:16px;font-weight:400;}
.qualifier-block ul{list-style:none;display:flex;flex-direction:column;gap:12px;}
.qualifier-block li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:#6B6B6B;line-height:1.6;}
.qualifier-block li::before{content:none;}

/* FAQ */
.faq-section{background:#FAFAF8;}
.faq-item{border-bottom:1px solid rgba(0,0,0,0.08);max-width:800px;margin:0 auto;}
.faq-q{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:500;padding:28px 48px 28px 0;cursor:pointer;position:relative;color:#0A0A0A;line-height:1.4;}
.faq-q::after{content:'+';position:absolute;right:0;top:28px;font-size:24px;color:#C9A84C;font-weight:300;transition:transform 0.3s;}
.faq-item.open .faq-q::after{content:'−';}
.faq-a{max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.3s ease;padding:0 48px 0 0;font-size:15px;line-height:1.8;color:#4A4A4A;}
.faq-item.open .faq-a{max-height:600px;padding:0 48px 28px 0;}

/* Podcast */
.podcast-section{background:#FFFFFF;}
.podcast-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:80px;align-items:center;}
.podcast-text h2{margin-bottom:20px;}
.podcast-text p{color:#4A4A4A;margin-bottom:36px;}

/* Footer */
.footer-section{background:#0A0A0A;position:relative;overflow:hidden;}
.footer-email-block{text-align:center;padding:100px 0 80px;border-bottom:1px solid rgba(255,255,255,0.06);}
.footer-email-block h3{font-family:'Cormorant Garamond',serif;font-size:clamp(36px,4vw,52px);color:#F5F0E8;font-weight:400;margin-bottom:16px;}
.footer-email-block p{font-size:16px;color:rgba(245,240,232,0.45);margin-bottom:40px;}
.footer-form{display:flex;align-items:center;justify-content:center;gap:12px;max-width:520px;margin:0 auto;}
.footer-nav-block{padding:72px 0 56px;}
.footer-nav-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px;}
.footer-nav-col h4{font-family:'Inter',sans-serif;font-size:11px;font-weight:500;letter-spacing:0.15em;text-transform:uppercase;color:rgba(245,240,232,0.35);margin-bottom:20px;}
.footer-nav-col ul{list-style:none;display:flex;flex-direction:column;gap:12px;}
.footer-nav-col a{font-family:'Inter',sans-serif;font-size:14px;color:rgba(245,240,232,0.55);text-decoration:none;transition:color 0.2s ease;}
.footer-nav-col a:hover{color:#E8C878;}
.footer-bottom{padding:24px 0;border-top:1px solid rgba(255,255,255,0.06);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;}
.footer-copy{font-family:'Inter',sans-serif;font-size:12px;color:rgba(245,240,232,0.25);}
.footer-bottom-links{display:flex;align-items:center;gap:24px;}
.footer-bottom-links a{font-family:'Inter',sans-serif;font-size:12px;color:rgba(245,240,232,0.25);text-decoration:none;transition:color 0.2s ease;}
.footer-bottom-links a:hover{color:rgba(245,240,232,0.6);}
.social-link{display:inline-flex;align-items:center;gap:6px;font-family:'Inter',sans-serif;font-size:12px;color:rgba(245,240,232,0.35);text-decoration:none;transition:color 0.2s ease;}
.social-link:hover{color:#E8C878;}
.icon-instagram{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}

/* Images */
.bio-photo img,.demo-photo img,.path-card-photo img{width:100%;height:100%;object-fit:cover;object-position:top;}
.path-card:first-child .path-card-photo img{object-position:center 25%;}

/* Responsive */
@media (max-width:1024px){
  .bio-grid{grid-template-columns:1fr;}
  .bio-photo{max-width:480px;margin:0 auto;width:100%;min-height:400px;}
  .stats-grid{grid-template-columns:repeat(2,1fr);}
  .books-grid{grid-template-columns:1fr;}
  .patreon-grid{grid-template-columns:1fr;max-width:440px;margin-left:auto;margin-right:auto;}
  .podcast-grid{grid-template-columns:1fr;max-width:580px;margin-left:auto;margin-right:auto;}
}
@media (max-width:768px){
  .hero h1{font-size:clamp(44px,11vw,68px);}
  .hero-sub{font-size:17px;}
  .hero-buttons{flex-direction:column;align-items:center;}
  .hero-bg{background-position:right center !important;}
  .promise-grid{grid-template-columns:1fr;gap:48px;}
  .demo-grid{grid-template-columns:1fr;gap:48px;}
  .demo-photo{order:-1;}
  .lead-magnet-grid{grid-template-columns:1fr;gap:48px;}
  .lm-cover{max-width:320px;margin:0 auto;}
  .email-form{flex-direction:column;}
  .stats-grid{grid-template-columns:repeat(2,1fr);}
  .path-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto;}
  .path-card-photo{aspect-ratio:4/5;}
  .testimonials-grid{grid-template-columns:1fr;}
  .testimonial-card{padding:28px 24px;}
  .book-card{grid-template-columns:1fr;}
  .book-cover{max-width:200px;}
  .footer-form{flex-direction:column;max-width:360px;}
  .footer-form .email-input{width:100%;}
  .footer-nav-grid{grid-template-columns:1fr;gap:32px;}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:16px;}
  .podcast-grid{flex-direction:column;}
  .podcast-grid>div:first-child{width:100%;}
  .ptr{flex-wrap:wrap;gap:16px;padding:20px;text-align:center;justify-content:center;}
  .ptr-info{min-width:auto;text-align:center;width:100%;}
  .ptr-feat{width:100%;text-align:center;}
  .ptr-cta{width:100%;}
  .ptr-cta a{width:100%;text-align:center;}
  [style*="grid-template-columns:repeat(3"]{grid-template-columns:1fr !important;}
  #practice-cards{grid-template-columns:1fr !important;}
}
@media(max-width:600px){
  #lmg{grid-template-columns:1fr!important;gap:12px!important;}
}
input:focus{border-color:#C9A84C!important;box-shadow:0 0 0 2px rgba(201,168,76,0.15)!important;outline:none!important;}
button,a.btn{transition:opacity 0.2s,transform 0.1s;}
button:hover,a.btn:hover{opacity:0.88;}

/* Sticky Mobile CTA */
.sticky-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(10,10,10,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(201,168,76,0.25);
  padding: 12px 20px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.sticky-mobile-cta.visible {
  transform: translateY(0);
}
.sticky-mobile-cta a {
  display: block;
  background: #C9A84C;
  color: #0A0A0A;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 4px;
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sticky-mobile-cta { display: block; }
}
