/*
Theme Name:  Ana Datta - Social Motion
Theme URI:   https://anadatta.com
Author:      Ana Datta
Description: Feminine, personality-forward WordPress theme for Ana Datta.
Version:     1.0.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      7.4
Text Domain: ana-datta-social-motion
Tags: custom-menu, custom-logo, featured-images, responsive-layout
*/

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --yellow:#E8E16A;
  --yellow-light:#F0EDA0;
  --yellow-pale:#FAFAD0;
  --yellow-dark:#C8BF40;
  --purple:#4A1DA1;
  --purple-mid:#6B35C8;
  --purple-light:#D4C4F0;
  --cream:#FEFEF2;
  --off-white:#F5F4E8;
  --dark:#1A0A3C;
  --text:#2A1A5C;
  --muted:#8A7AAC;
  --white:#fff;
}
.sun-ast{color:var(--purple);font-style:normal;font-weight:700}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--text);line-height:1.65;overflow-x:hidden}

/* NAV */
.sm-nav{background:var(--white);border-bottom:1px solid rgba(74,29,161,.15);position:relative}
.sm-nav-inner{max-width:1140px;margin:0 auto;padding:0 2rem;height:70px;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.sm-logo{font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:700;color:var(--dark);text-decoration:none;line-height:1;flex-shrink:0}
.sm-logo{line-height:1.2}.sm-logo-tagline{display:block;font-family:'DM Sans',sans-serif;font-size:.6rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-top:.2rem}
.sm-links{display:flex;gap:2rem;list-style:none;align-items:center}
.sm-links a{font-size:.82rem;font-weight:500;color:var(--text);text-decoration:none;letter-spacing:.02em;transition:color .2s}
.sm-links a:hover{color:var(--purple)}
.sm-nav-cta,.li.sm-nav-cta>a,li.sm-nav-cta>a,.sm-links li.sm-nav-cta a{background:var(--purple)!important;color:var(--yellow)!important;padding:.55rem 1.4rem!important;border-radius:100px!important;font-weight:700!important;font-size:.82rem!important;letter-spacing:.02em!important;transition:all .2s!important;border:2px solid var(--purple)!important;text-decoration:none!important}
.sm-nav-cta:hover,.sm-links li.sm-nav-cta a:hover{background:var(--dark)!important;color:var(--yellow)!important;border-color:var(--dark)!important}
.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem}
.nav-hamburger span{display:block;width:22px;height:2px;background:var(--dark);border-radius:2px}
.wpadminbar{background:#1d2327;position:fixed;top:0;left:0;right:0;height:32px;z-index:99999;display:flex;align-items:center;padding:0 1rem;gap:1.5rem;font-family:-apple-system,sans-serif;font-size:.72rem;color:#a7aaad}

/* BUBBLE WRAPPERS — position:relative so absolute bubbles anchor to photo size */
.photo-bubble-wrap{position:relative;display:inline-block}

/* HERO */
.sm-hero{position:relative;min-height:88vh;display:flex;align-items:center;background:var(--yellow);overflow:hidden}
.sm-hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--yellow) 0%,var(--yellow-light) 60%,var(--purple-light) 100%);opacity:.5}
.sm-hero-content{position:relative;z-index:1;max-width:1140px;margin:0 auto;padding:5rem 2rem;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"top img" "bottom img";gap:2rem 4rem;align-items:start}
.sm-hero-top{grid-area:top}
.sm-hero-bottom{grid-area:bottom;align-self:start}
.sm-hero-image{grid-area:img;display:flex;justify-content:center;align-items:flex-start}
.sm-eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--purple);margin-bottom:1rem}

.sm-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:700;color:var(--dark);line-height:1.1;margin-bottom:1.25rem}
.sm-hero h1 em{font-style:italic;color:var(--purple)}
.sm-hero-sub{font-size:1.05rem;line-height:1.75;color:var(--text);opacity:.82;max-width:440px;margin-bottom:2.25rem}
.sm-hero-btns{display:flex;gap:1rem;flex-wrap:wrap}
.btn-primary{background:var(--dark);color:var(--yellow);padding:.85rem 1.9rem;border-radius:100px;font-weight:700;font-size:.88rem;text-decoration:none;display:inline-block;transition:opacity .2s,transform .2s}
.btn-primary:hover{opacity:.88;transform:translateY(-2px)}
.btn-secondary{background:transparent;color:var(--dark);border:2px solid var(--dark);padding:.82rem 1.75rem;border-radius:100px;font-weight:600;font-size:.88rem;text-decoration:none;display:inline-block;transition:all .2s}
.btn-secondary:hover{background:var(--dark);color:var(--yellow)}
.hero-photo-wrap{width:360px;height:440px;border-radius:180px 180px 40px 40px;overflow:hidden;border:3px solid var(--purple);position:relative;background:var(--purple-light)}
.hero-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:top center}
.hero-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:.85rem;color:var(--purple);opacity:.5;text-align:center;line-height:1.5;padding:1rem}
.hero-bubble{position:absolute;background:var(--dark);color:var(--yellow);border-radius:16px;padding:.9rem 1.1rem;font-size:.75rem;font-weight:600;text-align:center;line-height:1.35;bottom:2.5rem;right:-1rem}
.hero-bubble strong{display:block;font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:700}

/* PRESS */
.sm-press{background:var(--white);padding:2rem;border-top:1px solid rgba(74,29,161,.1);border-bottom:1px solid rgba(74,29,161,.1)}
.sm-press-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}
.press-label{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);white-space:nowrap}
.press-divider{width:1px;height:20px;background:rgba(74,29,161,.2);flex-shrink:0}
.press-names{display:flex;gap:2.5rem;flex-wrap:wrap}
.press-name{font-family:'Cormorant Garamond',serif;font-size:.95rem;font-weight:700;color:var(--muted);opacity:.55}

/* INTRO */
.sm-intro{max-width:1140px;margin:0 auto;padding:6rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.intro-photo-wrap{width:100%;max-width:380px;aspect-ratio:3/4;border-radius:200px 200px 40px 40px;overflow:hidden;border:3px solid var(--purple);background:var(--purple-light);position:relative}.sm-intro-image{position:relative;overflow:visible}
.intro-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:top center}
.intro-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:.85rem;color:var(--purple);opacity:.4;text-align:center;padding:1rem}
.intro-deco{position:absolute;bottom:1.5rem;right:-1rem;background:var(--dark);color:var(--yellow);border-radius:16px;padding:.9rem 1.1rem;font-size:.75rem;font-weight:600;text-align:center;line-height:1.35;z-index:2;box-shadow:0 4px 20px rgba(0,0,0,.25)}
.intro-deco strong{display:block;font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:700;line-height:1}
.sm-intro-image{position:relative}
.sm-section-label{font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--purple-mid);margin-bottom:.6rem;display:block}

.sm-h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.2vw,2.8rem);font-weight:700;color:var(--dark);line-height:1.12;margin-bottom:1.25rem}
.sm-h2 em{font-style:italic;color:var(--purple)}
.sm-p{font-size:1rem;line-height:1.8;color:var(--text);opacity:.83;margin-bottom:1.1rem}
.sm-link{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;font-size:.85rem;color:var(--purple-mid);text-decoration:none;margin-top:.75rem;border-bottom:2px solid var(--purple);padding-bottom:2px}

/* SERVICES */
.sm-services{background:var(--yellow-pale);padding:5rem 2rem}
.sm-services-inner{max-width:1140px;margin:0 auto}
.sm-services-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}
.sm-services-header .sm-h2{margin-bottom:0}
.sm-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.service-card{background:var(--white);border-radius:24px;padding:2.25rem 1.75rem;border:1.5px solid rgba(74,29,161,.12);position:relative;transition:box-shadow .25s,transform .25s}
.service-card:hover{box-shadow:0 12px 40px rgba(74,29,161,.1);transform:translateY(-4px)}
.service-num{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:700;color:var(--yellow-dark);line-height:1;margin-bottom:.75rem}
.service-tag{font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--purple-mid);margin-bottom:.5rem}
.service-title{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:700;color:var(--dark);line-height:1.2;margin-bottom:.6rem}
.service-desc{font-size:.88rem;line-height:1.65;color:var(--muted);margin-bottom:1.25rem}
.service-link{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--purple);text-decoration:none;display:inline-flex;align-items:center;gap:.35rem}
.service-card.featured{background:var(--dark)}
.service-card.featured .service-num{color:rgba(232,225,106,.2)}
.service-card.featured .service-tag{color:var(--yellow-light)}
.service-card.featured .service-title{color:var(--yellow)}
.service-card.featured .service-desc{color:rgba(255,255,255,.65)}
.service-card.featured .service-link{color:var(--yellow)}

/* CTA BAND */
.sm-cta-band{background:var(--dark);padding:4rem 2rem;text-align:center}
.sm-cta-band h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:700;color:var(--yellow);line-height:1.1;margin-bottom:1.5rem}
.sm-cta-band h2 em{font-style:italic;color:var(--purple-light)}

/* TESTIMONIALS */
.sm-testimonials{padding:6rem 2rem;background:var(--white)}
.sm-testimonials-inner{max-width:900px;margin:0 auto;text-align:center}
.sm-testi-label{font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--purple-mid);margin-bottom:.6rem}
.sm-testi-h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:var(--dark);margin-bottom:3rem}
.testi-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:left}
.testi-card{background:var(--yellow-pale);border-radius:20px;padding:1.75rem;border:1.5px solid rgba(74,29,161,.08)}
.testi-stars{color:var(--purple);font-size:.9rem;letter-spacing:2px;margin-bottom:.75rem}
.testi-quote{font-size:.92rem;line-height:1.75;color:var(--text);font-style:italic;opacity:.85;margin-bottom:1.1rem}
.testi-author{display:flex;align-items:center;gap:.65rem}
.testi-avatar{width:36px;height:36px;border-radius:50%;background:var(--yellow-light);border:2px solid var(--purple);flex-shrink:0;overflow:hidden}
.testi-avatar img{width:100%;height:100%;object-fit:cover}
.testi-name{font-size:.82rem;font-weight:700;color:var(--dark)}
.testi-role{font-size:.72rem;color:var(--muted)}

/* FREEBIE */
.sm-freebie{background:var(--yellow-light);padding:5rem 2rem}
.sm-freebie-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.freebie-image{background:var(--dark);border-radius:24px;aspect-ratio:4/3;overflow:hidden;position:relative}
.freebie-image img{width:100%;height:100%;object-fit:cover}
.freebie-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:1rem;color:var(--yellow);opacity:.4;text-align:center;padding:2rem}
.freebie-badge{position:absolute;top:1.5rem;right:1.5rem;background:var(--yellow);color:var(--dark);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.4rem .8rem;border-radius:100px}
.freebie-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;color:var(--dark);line-height:1.1;margin-bottom:1rem}
.freebie-desc{font-size:.98rem;line-height:1.75;color:var(--text);opacity:.82;margin-bottom:1.75rem}
.freebie-form{display:flex;gap:.6rem;max-width:400px}
.freebie-form input{flex:1;padding:.8rem 1.1rem;border-radius:100px;border:2px solid var(--purple);background:rgba(255,255,255,.85);font-family:'DM Sans',sans-serif;font-size:.88rem;color:var(--text);outline:none}
.freebie-form input:focus{background:#fff}
.freebie-form button{background:var(--purple);color:var(--yellow);border:none;border-radius:100px;font-family:'DM Sans',sans-serif;font-weight:700;font-size:.85rem;padding:.8rem 1.4rem;cursor:pointer;white-space:nowrap;transition:opacity .2s}
.freebie-form button:hover{opacity:.85}

/* INSTAGRAM */
.sm-instagram{padding:4rem 2rem;background:var(--white);text-align:center}
.sm-instagram h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:.4rem}
.sm-instagram p{font-size:.85rem;color:var(--muted);margin-bottom:1.75rem}
.ig-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;max-width:1140px;margin:0 auto}
.ig-tile{aspect-ratio:1;background:var(--yellow-pale);border-radius:8px;overflow:hidden}
.ig-tile img{width:100%;height:100%;object-fit:cover;transition:opacity .25s}
.ig-tile img:hover{opacity:.8}

/* PAGE HERO */
.page-hero{background:var(--yellow-pale);padding:5rem 2rem 4rem;text-align:center;border-bottom:1px solid rgba(74,29,161,.1)}
.page-hero-label{font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--purple-mid);margin-bottom:.6rem}
.page-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;color:var(--dark);line-height:1.1;margin-bottom:1rem}
.page-hero h1 em{font-style:italic;color:var(--purple)}
.page-hero p{font-size:1.05rem;color:var(--text);opacity:.8;max-width:560px;margin:0 auto 2rem}
.page-section{max-width:1140px;margin:0 auto;padding:5rem 2rem}
.page-section-narrow{max-width:760px;margin:0 auto;padding:5rem 2rem}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.ep-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}
.ep-card{background:var(--white);border-radius:16px;padding:1.5rem;border:1.5px solid rgba(74,29,161,.1);transition:box-shadow .2s}
.ep-card:hover{box-shadow:0 6px 24px rgba(74,29,161,.08)}
.ep-num{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--purple-mid);margin-bottom:.4rem}
.ep-title{font-family:'Cormorant Garamond',serif;font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:.35rem}
.ep-meta{font-size:.75rem;color:var(--muted)}
.page-feat-image{width:100%;border-radius:20px;overflow:hidden;background:var(--yellow-light);aspect-ratio:4/5;border:2px solid rgba(74,29,161,.12)}
.page-feat-image img{width:100%;height:100%;object-fit:cover;object-position:top}
.page-feat-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:.9rem;color:var(--purple);opacity:.4;text-align:center;padding:1rem}
.module-list{list-style:none;display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}
.module-list li{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:var(--white);border-radius:14px;border:1.5px solid rgba(74,29,161,.1)}
.module-num{font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:700;color:var(--purple);flex-shrink:0;line-height:1}
.module-title{font-weight:700;color:var(--dark);margin-bottom:.2rem;font-size:.95rem}
.module-desc{font-size:.85rem;color:var(--muted);line-height:1.55}
.price-box{background:var(--dark);color:var(--yellow);border-radius:24px;padding:2.5rem;text-align:center;margin-top:2rem}
.price-box h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;margin-bottom:.5rem}
.price-big{font-family:'Cormorant Garamond',serif;font-size:3.5rem;font-weight:700;line-height:1;margin:1rem 0}
.price-sub{font-size:.82rem;opacity:.6;margin-bottom:1.5rem}
.contact-form{display:flex;flex-direction:column;gap:1rem;max-width:560px;margin:2rem auto 0}
.contact-form input,.contact-form textarea{padding:.9rem 1.2rem;border-radius:12px;border:1.5px solid rgba(74,29,161,.2);background:var(--white);font-family:'DM Sans',sans-serif;font-size:.95rem;color:var(--text);outline:none;width:100%}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--purple)}
.contact-form textarea{min-height:140px;resize:vertical}
.contact-form button{background:var(--dark);color:var(--yellow);border:none;border-radius:100px;font-family:'DM Sans',sans-serif;font-weight:700;font-size:.88rem;padding:.9rem 2rem;cursor:pointer;align-self:flex-start;transition:opacity .2s}
.contact-form button:hover{opacity:.85}
.social-row{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}
.social-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;border-radius:100px;border:1.5px solid rgba(74,29,161,.2);font-size:.82rem;font-weight:600;color:var(--dark);text-decoration:none;transition:all .2s}
.social-pill:hover{background:var(--dark);color:var(--yellow)}
.hq-perks{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin:2rem 0}
.perk{background:var(--white);border-radius:16px;padding:1.5rem;border:1.5px solid rgba(74,29,161,.1)}
.perk-title{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:700;color:var(--dark);margin-bottom:.3rem}
.perk-desc{font-size:.84rem;color:var(--muted);line-height:1.55}

/* FOOTER */
.sm-footer{background:var(--dark);color:rgba(255,255,255,.7)}
.sm-footer-top{max-width:1140px;margin:0 auto;padding:4rem 2rem 2rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}
.footer-brand-name{font-family:'Cormorant Garamond',serif;font-size:1.2rem;font-weight:700;color:var(--yellow);display:block;margin-bottom:.7rem;text-decoration:none}
.footer-brand-desc{font-size:.84rem;line-height:1.7;max-width:220px;color:rgba(255,255,255,.75)}
.footer-col-title{font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--yellow-light);margin-bottom:.85rem}
.footer-col-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.footer-col-links a{font-size:.84rem;color:rgba(255,255,255,.65);text-decoration:none;transition:color .2s}
.footer-col-links a:hover{color:var(--yellow-light)}
.sm-footer-bottom{border-top:1px solid rgba(232,225,106,.2);background:rgba(0,0,0,.3);padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;font-size:.74rem;flex-wrap:wrap;gap:.75rem;color:var(--yellow)}
.sm-footer-bottom a{color:var(--yellow);opacity:.75;text-decoration:none}.sm-footer-bottom a:hover{opacity:1}
.footer-socials{display:flex;gap:.6rem}
.fsoc{width:36px;height:36px;border-radius:50%;border:1.5px solid var(--yellow);display:flex;align-items:center;justify-content:center;color:var(--yellow);text-decoration:none;transition:all .2s;line-height:0}
.fsoc:hover{background:var(--yellow);color:var(--dark)}


/* Ensure no pseudo-element dashes on eyebrow or section labels */
.sm-eyebrow::before,.sm-eyebrow::after,
.sm-section-label::before,.sm-section-label::after,
.page-hero-label::before,.page-hero-label::after{content:none!important;display:none!important}

/* MOBILE */
@media(max-width:768px){
  .sm-nav-inner{padding:0 1.25rem}
  .sm-links{display:none;flex-direction:column;position:absolute;top:58px;left:0;right:0;background:var(--white);padding:1rem 1.5rem 1.5rem;border-bottom:1px solid rgba(74,29,161,.15);z-index:200;gap:.25rem}
  .sm-links.open{display:flex}
  .sm-links a{padding:.6rem 0;font-size:.88rem;border-bottom:1px solid rgba(74,29,161,.06)}
  .sm-links li:last-child a{margin-top:.5rem;text-align:center}
  .nav-hamburger{display:flex}
  .sm-hero-content{grid-template-columns:1fr;grid-template-areas:"top" "img" "bottom";padding:2.5rem 1.25rem;gap:1.5rem}
  .hero-photo-wrap{width:220px;height:280px;margin:0 auto}
  .sm-press-inner{justify-content:center}
  .sm-intro{grid-template-columns:1fr;padding:4rem 1.5rem;gap:3rem}
  .sm-services-grid{grid-template-columns:1fr}
  .sm-cta-band{padding:3rem 1.5rem}
  .testi-cards{grid-template-columns:1fr}
  .sm-freebie-inner{grid-template-columns:1fr;gap:2.5rem}
  .freebie-form{flex-direction:column}
  .freebie-form input,.freebie-form button{width:100%;border-radius:12px}
  .ig-grid{grid-template-columns:repeat(3,1fr)}
  .sm-footer-top{grid-template-columns:1fr 1fr;gap:2rem;padding:3rem 1.5rem 1.5rem}
  .two-col{grid-template-columns:1fr}
  .ep-grid{grid-template-columns:1fr}
  .hq-perks{grid-template-columns:1fr}
  .page-section,.page-section-narrow{padding:3rem 1.5rem}
  .sm-hero-sub{max-width:100%}
  .sm-intro{padding:3rem 1.25rem;gap:2rem}
  .intro-photo-wrap{max-width:260px}
  .intro-deco{right:.5rem;bottom:1rem}
  .sm-services{padding:3rem 1.25rem}
  .sm-cta-band{padding:2.5rem 1.25rem}
  .testis,.sm-freebie,.sm-instagram{padding:2.5rem 1.25rem}
  .page-hero{padding:3rem 1.25rem 2.5rem}
  .price-box{padding:1.75rem 1.25rem}
  .freebie-form{flex-direction:column}
  .freebie-form input,.freebie-form button{width:100%;border-radius:12px}
  .ig-grid{grid-template-columns:repeat(3,1fr)}
  .sm-footer-bottom{flex-direction:column;text-align:center;gap:.5rem}
  .social-row{flex-wrap:wrap}
}
@media(max-width:480px){
  .sm-hero-btns{flex-direction:column}
  .ig-grid{grid-template-columns:repeat(2,1fr)}
  .sm-footer-top{grid-template-columns:1fr}
}
