
:root{
  --pm-rose:#b84d72;
  --pm-rose-dark:#8f365b;
  --pm-plum:#321c2d;
  --pm-plum-2:#24131f;
  --pm-blush:#fff4f5;
  --pm-blush-2:#f9e9ed;
  --pm-peach:#fff2ee;
  --pm-lilac:#f5ecf6;
  --pm-cream:#fffdfb;
  --pm-text:#44283a;
  --pm-muted:#806b78;
  --pm-line:#ead5dc;
  --pm-white:#fff;
  --pm-shadow:0 18px 48px rgba(83,39,61,.10);
  --pm-soft-shadow:0 10px 28px rgba(83,39,61,.08);
}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;font-family:Vazirmatn,Tahoma,Arial,sans-serif;color:var(--pm-text)}
*{box-sizing:border-box}
.g360-pm-main,.g360-pm-header,.g360-pm-footer{direction:rtl}
.g360-pm-wrap{width:min(1180px,calc(100% - 42px));margin-inline:auto}
.g360-pm-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.g360-pm-icon svg{width:1.15em;height:1.15em;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}

/* Header */
.g360-pm-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(193,113,140,.18);backdrop-filter:blur(18px);box-shadow:0 8px 28px rgba(66,31,51,.05)}
.g360-pm-header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.g360-pm-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--pm-plum)}
.g360-pm-logo>span:last-child{display:flex;flex-direction:column;line-height:1.25}
.g360-pm-logo strong{font-size:17px;font-weight:950}
.g360-pm-logo small{color:var(--pm-rose);font-size:11px;font-weight:900;margin-top:4px}
.g360-pm-logo-mark{width:50px;height:50px;border:2px solid #d88ba3;border-radius:50%;display:grid;place-items:center;background:#fff7f8;color:var(--pm-rose)}
.g360-pm-logo-mark .g360-pm-icon{font-size:26px}
.g360-pm-menu{display:flex;align-items:center;gap:32px}
.g360-pm-menu a{position:relative;color:#5a4050;text-decoration:none;font-size:13px;font-weight:800;padding:28px 0}
.g360-pm-menu a:after{content:"";position:absolute;right:50%;left:50%;bottom:15px;height:2px;background:var(--pm-rose);transition:.22s;border-radius:9px}
.g360-pm-menu a:hover,.g360-pm-menu a.active{color:var(--pm-rose)}
.g360-pm-menu a:hover:after,.g360-pm-menu a.active:after{right:12%;left:12%}
.g360-pm-login{min-width:145px;height:45px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:9px;color:#fff;background:linear-gradient(135deg,#a64268,#7f3156);box-shadow:0 9px 23px rgba(145,54,91,.22);text-decoration:none;font-size:13px;font-weight:900}
.g360-pm-login .g360-pm-icon{font-size:20px}
.g360-pm-menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--pm-line);border-radius:9px;background:#fff;padding:10px}
.g360-pm-menu-toggle span{display:block;height:2px;background:var(--pm-rose-dark);margin:5px 0;border-radius:3px}

/* Hero */
.g360-pm-hero{position:relative;min-height:650px;display:block;overflow:visible;background:#fff7f8}
.g360-pm-hero:before{content:"";position:absolute;inset:0;background:
radial-gradient(circle at 62% 20%,rgba(225,149,170,.17),transparent 25%),
radial-gradient(circle at 88% 82%,rgba(238,197,205,.28),transparent 28%);
pointer-events:none}
.g360-pm-hero:after{content:"";position:absolute;width:390px;height:390px;right:46%;top:55px;opacity:.24;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Cg fill='none' stroke='%23bd5c7e' stroke-width='2'%3E%3Cpath d='M202 330c-15-77-7-151 43-220'/%3E%3Cpath d='M228 208c-54-11-82-44-84-98 47 13 76 44 84 98Z'/%3E%3Cpath d='M244 154c22-46 58-68 109-63-17 47-53 69-109 63Z'/%3E%3Cpath d='M213 272c-45-7-73-31-83-74 45 4 73 29 83 74Z'/%3E%3C/g%3E%3C/svg%3E")}
.g360-pm-hero-photo{position:absolute;inset:0;width:100%;height:100%;min-height:0;overflow:hidden;z-index:0}
.g360-pm-hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,247,248,.03) 0%,rgba(255,247,248,.18) 34%,rgba(255,247,248,.90) 66%,#fff8f9 100%)}
.g360-pm-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:left center;display:block}
.g360-pm-hero-content{position:relative;z-index:3;width:min(690px,48vw);margin-right:6vw;margin-left:auto;padding:88px 0 132px;text-align:right}
.g360-pm-eyebrow{display:inline-flex;color:var(--pm-rose);background:#fff;border:1px solid #eed4dc;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:900;margin-bottom:20px}
.g360-pm-hero h1{font-size:clamp(34px,3.5vw,55px);line-height:1.55;letter-spacing:-1.7px;margin:0 0 20px;color:#352032;font-weight:950;max-width:680px}
.g360-pm-hero-content>p{font-size:16px;line-height:2.15;color:#745e6e;max-width:690px;margin:0}
.g360-pm-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.g360-pm-btn{border:0;border-radius:8px;min-height:45px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;font-family:inherit;font-size:13px;font-weight:900;transition:transform .2s,box-shadow .2s}
.g360-pm-btn:hover{transform:translateY(-2px)}
.g360-pm-btn.primary{background:linear-gradient(135deg,#bd4d73,#a63f65);color:#fff;box-shadow:0 10px 24px rgba(167,61,99,.22)}
.g360-pm-btn.soft{background:rgba(255,255,255,.92);border:1px solid #e8ccd5;color:#a33d62}
.g360-pm-btn.dark{background:linear-gradient(135deg,#55203f,#32162a);color:#fff;box-shadow:0 12px 26px rgba(63,22,44,.24)}
.g360-pm-btn.white{background:#fff;color:#a44167}
.g360-pm-btn.outline-white{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.75)}
.g360-pm-btn.full{width:100%}
.g360-pm-stats{position:absolute;z-index:5;left:50%;transform:translateX(-50%);bottom:-46px;width:min(1030px,calc(100% - 70px));height:96px;background:rgba(255,255,255,.97);border:1px solid #f0dde3;border-radius:13px;box-shadow:0 16px 38px rgba(66,31,51,.12);display:grid;grid-template-columns:repeat(4,1fr);padding:20px 18px}
.g360-pm-stats article{display:flex;align-items:center;justify-content:center;gap:15px;border-left:1px solid #e6cbd4}
.g360-pm-stats article:last-child{border-left:0}
.g360-pm-stats .g360-pm-icon{font-size:35px;color:#bb5074}
.g360-pm-stats article>div{display:flex;flex-direction:column}
.g360-pm-stats strong{font-size:22px;color:#45283a;font-weight:950}
.g360-pm-stats span{font-size:11px;color:#8a7380;margin-top:3px}

/* Shared sections */
.g360-pm-section{padding:92px 0 64px}
.g360-pm-section-title{text-align:center;margin-bottom:34px}
.g360-pm-section-title span{display:block;color:#b35b79;font-size:12px;font-weight:800;margin-bottom:5px}
.g360-pm-section-title h2{font-size:29px;line-height:1.4;color:#47283c;margin:0;font-weight:950}
.g360-pm-section-title i{display:block;width:40px;height:8px;margin:9px auto 0;background:
linear-gradient(90deg,transparent 0 20%,#df9bad 20% 24%,transparent 24% 44%,#c66080 44% 56%,transparent 56% 76%,#df9bad 76% 80%,transparent 80%)}
.g360-pm-section-title.compact{margin-bottom:20px}

/* Classes */
.g360-pm-classes{padding-top:110px;background:#fff}
.g360-pm-class-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;direction:rtl}
.g360-pm-class-card{overflow:hidden;border-radius:14px;border:1px solid #efdce3;box-shadow:var(--pm-soft-shadow);background:#fff;transition:.25s}
.g360-pm-class-card:hover{transform:translateY(-5px);box-shadow:var(--pm-shadow)}
.g360-pm-class-card.rose{background:linear-gradient(#fff,#fff8fa)}
.g360-pm-class-card.lilac{background:linear-gradient(#fff,#faf5fb)}
.g360-pm-class-card.peach{background:linear-gradient(#fff,#fff8f4)}
.g360-pm-class-image{height:155px;position:relative;overflow:visible}
.g360-pm-class-image img{width:100%;height:100%;object-fit:cover;display:block}
.g360-pm-class-image .badge{position:absolute;bottom:-24px;right:18px;width:52px;height:52px;border-radius:50%;background:#fff;border:1px solid #df9bb0;color:#bf5275;font-size:28px;box-shadow:0 7px 18px rgba(92,44,67,.10)}
.g360-pm-class-body{padding:34px 20px 18px}
.g360-pm-class-body h3{text-align:center;margin:0 0 10px;font-size:18px;color:#542b42;font-weight:950}
.g360-pm-class-body>p{text-align:center;color:#856f7c;line-height:1.85;font-size:12px;min-height:45px;margin:0 0 13px}
.g360-pm-class-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:14px}
.g360-pm-class-meta>span{display:inline-flex;align-items:center;gap:5px;border:1px solid #edd8df;background:#fff;border-radius:999px;padding:5px 8px;color:#735b69;font-size:10px}
.g360-pm-class-meta .g360-pm-icon{font-size:13px;color:#c25a7a}
.g360-pm-class-footer{border-top:1px solid #ead5dc;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.g360-pm-class-footer strong{font-size:14px;color:#a93e65}
.g360-pm-class-footer strong small{font-size:9px}
.g360-pm-class-footer a{height:33px;min-width:122px;display:flex;align-items:center;justify-content:center;border:1px solid #d98da4;border-radius:6px;color:#84415e;text-decoration:none;font-size:11px;font-weight:900}
.g360-pm-class-footer a span{font-size:20px;margin-right:5px}

/* Packages */
.g360-pm-packages{padding-top:28px;background:linear-gradient(180deg,#fff 0,#fffafb 100%)}
.g360-pm-package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;direction:ltr;align-items:stretch}
.g360-pm-package-card{position:relative;direction:rtl;background:#fff;border:1px solid #f0dee4;border-radius:12px;box-shadow:var(--pm-soft-shadow);padding:28px 23px 18px;overflow:hidden}
.g360-pm-package-card.featured{border-color:#c76a89;transform:translateY(-8px);box-shadow:0 18px 42px rgba(126,48,82,.16)}
.g360-pm-package-ribbon{position:absolute;top:0;right:0;left:0;height:28px;background:linear-gradient(90deg,#9c385d,#ba4f72);color:#fff;text-align:center;font-size:11px;font-weight:900;padding-top:6px}
.g360-pm-package-card.featured{padding-top:42px}
.g360-pm-package-type{display:block;text-align:center;color:#bd5576;font-size:11px;font-weight:900}
.g360-pm-package-card h3{text-align:center;color:#5b2d45;font-size:18px;margin:7px 0 11px;font-weight:950}
.g360-pm-price{display:flex;align-items:flex-end;justify-content:center;gap:7px;color:#b5486e;margin-bottom:18px}
.g360-pm-price strong{font-size:32px;line-height:1;font-weight:950}
.g360-pm-price span{font-size:10px;color:#806a77}
.g360-pm-package-card ul{list-style:none;padding:0;margin:0 0 22px}
.g360-pm-package-card li{display:flex;gap:8px;align-items:center;color:#6f5b67;font-size:11px;line-height:1.7;padding:5px 0}
.g360-pm-package-card li i{font-style:normal;width:16px;height:16px;border-radius:50%;background:#fff0f4;color:#c15376;display:inline-flex;align-items:center;justify-content:center;font-size:10px}

/* Benefits */
.g360-pm-benefits{padding:22px 0 56px;background:#fff}
.g360-pm-benefits-grid{display:grid;grid-template-columns:1.15fr repeat(5,1fr);background:#fffafb;border:1px solid #f0dee4;border-radius:11px;box-shadow:var(--pm-soft-shadow);padding:20px}
.g360-pm-benefits-title{display:flex;flex-direction:column;justify-content:center;padding:0 18px}
.g360-pm-benefits-title strong{color:#9c3d61;font-size:13px}
.g360-pm-benefits-title h2{font-size:17px;line-height:1.6;margin:2px 0;color:#512a40}
.g360-pm-benefits-grid article{text-align:center;padding:7px 14px;border-right:1px solid #ecd6dd}
.g360-pm-benefits-grid article .g360-pm-icon{font-size:35px;color:#c35a7b}
.g360-pm-benefits-grid h3{font-size:11px;margin:8px 0 3px;color:#5a3348}
.g360-pm-benefits-grid p{font-size:9px;color:#8a7480;margin:0;line-height:1.6}

/* Steps */
.g360-pm-steps{padding-top:18px;background:#fff}
.g360-pm-step-grid{display:grid;grid-template-columns:repeat(5,1fr);position:relative}
.g360-pm-step-grid:before{content:"";position:absolute;right:9%;left:9%;top:41px;border-top:1px dashed #d9a3b5}
.g360-pm-step-grid article{position:relative;z-index:1;text-align:center;padding:0 10px}
.g360-pm-step-grid article>b{position:absolute;top:21px;right:calc(50% - 34px);width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:#c05275;color:#fff;font-size:10px}
.g360-pm-step-grid article>.g360-pm-icon{width:63px;height:63px;border-radius:50%;background:#fff;border:1px solid #efd9e1;color:#bc5073;font-size:28px;box-shadow:0 8px 22px rgba(79,35,57,.08)}
.g360-pm-step-grid h3{font-size:12px;color:#542d43;margin:10px 0 4px}
.g360-pm-step-grid p{font-size:9px;color:#8c7682;margin:0;line-height:1.6}

/* Experience */
.g360-pm-experience{padding:45px 0;background:#fffdfd;border-top:1px solid #f7e9ed}
.g360-pm-experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;direction:ltr}
.g360-pm-experience-grid article{direction:rtl;display:grid;grid-template-columns:54px 1fr;gap:10px;background:#fff;border:1px solid #efdae1;border-radius:10px;padding:14px 16px;min-height:120px}
.g360-pm-experience-grid img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #f2dbe3}
.g360-pm-experience-grid h3{font-size:12px;margin:0;color:#5c3449}
.g360-pm-experience-grid span{font-size:9px;color:#917a86}
.g360-pm-stars{color:#e4a636;font-size:10px;letter-spacing:2px;margin-top:4px}
.g360-pm-experience-grid p{grid-column:1/-1;margin:0;color:#76606d;font-size:10px;line-height:1.8}

/* CTA */
.g360-pm-cta{position:relative;overflow:hidden;background:linear-gradient(90deg,#9d3c61,#b84f72 58%,#9b3b60);color:#fff}
.g360-pm-cta:before,.g360-pm-cta:after{content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(255,255,255,.20);border-radius:48% 52% 58% 42%;transform:rotate(35deg)}
.g360-pm-cta:before{right:-80px;top:-120px}.g360-pm-cta:after{left:-90px;bottom:-140px}
.g360-pm-cta-inner{min-height:170px;display:grid;grid-template-columns:1fr 1.55fr;align-items:stretch;direction:ltr}
.g360-pm-cta-photo{overflow:hidden;position:relative}
.g360-pm-cta-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,#9f3d61)}
.g360-pm-cta-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.g360-pm-cta-copy{direction:rtl;align-self:center;padding:28px 4vw;position:relative;z-index:2}
.g360-pm-cta h2{font-size:27px;margin:0 0 8px;font-weight:950}
.g360-pm-cta p{font-size:15px;margin:0 0 18px;color:#ffeef3}
.g360-pm-cta-copy>div{display:flex;gap:10px}

/* Footer */
.g360-pm-footer{background:linear-gradient(135deg,#2d1828,#1f111c);color:#f4e7ec;padding:40px 0 0}
.g360-pm-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:48px}
.g360-pm-footer .footer-logo{color:#fff}
.g360-pm-footer .g360-pm-logo-mark{background:transparent;border-color:#c97c97;color:#df9ab0}
.g360-pm-footer .brand p{font-size:11px;line-height:2;color:#cbb8c2;max-width:300px}
.g360-pm-footer h3{font-size:13px;color:#fff;margin:8px 0 15px}
.g360-pm-footer section:not(.brand){display:flex;flex-direction:column;gap:8px}
.g360-pm-footer section>a,.g360-pm-footer section>span{color:#cbb8c2;text-decoration:none;font-size:10px;line-height:1.8}
.g360-pm-footer .contact a,.g360-pm-footer .contact span{display:flex;align-items:center;gap:7px}
.g360-pm-footer .contact .g360-pm-icon{color:#d78ba4;font-size:16px}
.g360-pm-socials{display:flex;gap:8px;margin-top:15px}
.g360-pm-socials a{width:31px;height:31px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center;color:#fff}
.g360-pm-socials .g360-pm-icon{font-size:16px}
.g360-pm-copyright{border-top:1px solid rgba(255,255,255,.09);margin-top:30px;padding:14px 0;color:#a995a0;text-align:center;font-size:9px}

/* Keep auth/checkout pages compatible with the new palette */
.g360-club-auth-page,.g360-club-checkout,.g360-club-result-page{direction:rtl;color:var(--pm-text);background:#fff8fa;font-family:Vazirmatn,Tahoma,sans-serif}
.g360-club-container{width:min(1180px,calc(100% - 36px));margin:auto}
.g360-club-nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--pm-line);direction:rtl}
.g360-club-nav-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.g360-club-brand{display:flex;align-items:center;gap:12px;color:var(--pm-plum);font-weight:900;text-decoration:none}
.g360-club-brand img{width:66px;height:auto}
.g360-club-nav nav{display:flex;gap:25px}.g360-club-nav nav a{color:var(--pm-text);text-decoration:none;font-weight:700}
.g360-club-btn{border:0;border-radius:10px;padding:13px 20px;font:inherit;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}
.g360-club-btn.primary{background:linear-gradient(135deg,var(--pm-rose),var(--pm-rose-dark));color:#fff;box-shadow:0 12px 25px rgba(164,58,96,.22)}
.g360-club-btn.ghost{background:#fff;color:var(--pm-rose-dark);border:1px solid #e0b5c4}.g360-club-btn.wide{width:100%}.g360-club-btn:disabled{opacity:.45;cursor:not-allowed}
.g360-club-auth-page{min-height:100vh;padding:55px 18px;display:flex;align-items:center;background:radial-gradient(circle at 80% 10%,rgba(184,77,114,.14),transparent 30%),linear-gradient(135deg,#fff5f7,#fff)}
.g360-club-auth-shell{width:min(1040px,100%);margin:auto;display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border-radius:28px;overflow:hidden;box-shadow:var(--pm-shadow)}
.g360-club-auth-card{padding:42px}.g360-club-auth-logo{display:flex;align-items:center;gap:12px;color:var(--pm-plum);font-weight:900;text-decoration:none}.g360-club-auth-logo img{width:68px}
.g360-club-auth-head{margin:36px 0 24px}.g360-club-auth-head span,.g360-club-result-card>span{color:var(--pm-rose);font-weight:900}.g360-club-auth-head h1{font-size:34px;margin:0 0 12px;color:var(--pm-plum)}
.g360-club-auth-head p,.g360-club-auth-note,.g360-club-payment-note,.g360-club-secure{color:var(--pm-muted);line-height:1.9}.g360-club-auth-form{display:grid;gap:16px}.g360-club-auth-form label{display:grid;gap:8px;font-weight:800}
.g360-club-auth-form input{width:100%;box-sizing:border-box;border:1px solid #dfc4ce;border-radius:10px;padding:14px;font:inherit;outline:none}.g360-club-auth-form input:focus{border-color:var(--pm-rose);box-shadow:0 0 0 3px rgba(184,77,114,.10)}
.g360-club-otp-row{display:grid;grid-template-columns:1fr auto;align-items:end;gap:10px}.g360-club-auth-result{min-height:24px;font-weight:800;font-size:14px}.g360-club-auth-result.ok{color:#147345}.g360-club-auth-result.error{color:#b72c2c}
.g360-club-auth-textlink{display:block;text-align:center;margin-top:18px;color:var(--pm-rose-dark)}.g360-club-auth-side{padding:48px;background:linear-gradient(145deg,var(--pm-plum-2),var(--pm-rose-dark));color:#fff;display:flex;flex-direction:column;justify-content:space-between}
.g360-club-auth-side h2{font-size:35px;line-height:1.4;margin:8px 0}.g360-club-auth-side p{line-height:2;color:#f2dde5}.g360-club-auth-side ul{list-style:none;padding:0;display:grid;gap:14px}.g360-club-auth-side li:before{content:'✓';display:inline-flex;width:25px;height:25px;border-radius:50%;align-items:center;justify-content:center;background:#fff0f4;color:var(--pm-rose);margin-left:9px;font-weight:900}
.g360-club-checkout{min-height:calc(100vh - 76px);padding:70px 0}.g360-club-checkout-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.g360-club-checkout-grid>section,.g360-club-payment-card{background:#fff;border:1px solid var(--pm-line);border-radius:22px;padding:32px;box-shadow:var(--pm-soft-shadow)}
.g360-club-checkout h1{font-size:35px;color:var(--pm-plum)}.g360-club-invoice-lines{display:grid;gap:0;margin-top:25px}.g360-club-invoice-lines div{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--pm-line)}
.g360-club-payment-card h2{margin-top:0}.g360-club-total{background:#fff4f7;border-radius:16px;padding:22px;margin:20px 0;display:flex;justify-content:space-between;align-items:center}.g360-club-total strong{font-size:25px;color:var(--pm-rose-dark)}
.g360-club-alert{padding:14px;border-radius:12px;margin:15px 0}.g360-club-alert.error{background:#fff0f0;color:#a62e2e;border:1px solid #f2c3c3}
.g360-club-result-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:30px}.g360-club-result-card{width:min(650px,100%);background:#fff;border-radius:26px;padding:45px;text-align:center;box-shadow:var(--pm-shadow)}

/* Responsive */
@media(max-width:1050px){
  .g360-pm-menu{gap:18px}.g360-pm-menu a{font-size:12px}
  .g360-pm-hero-content{width:min(620px,50vw);margin-right:4vw}
  .g360-pm-benefits-grid{grid-template-columns:repeat(3,1fr)}.g360-pm-benefits-title{grid-column:1/-1;text-align:center;margin-bottom:8px}
}
@media(max-width:820px){
  .g360-pm-header-inner{height:68px}.g360-pm-logo strong{font-size:14px}.g360-pm-logo-mark{width:43px;height:43px}
  .g360-pm-login{min-width:120px;height:41px}
  .g360-pm-menu-toggle{display:block}
  .g360-pm-menu{display:none;position:absolute;top:68px;right:16px;left:16px;background:#fff;border:1px solid var(--pm-line);border-radius:12px;padding:8px;box-shadow:var(--pm-shadow);flex-direction:column;gap:0}
  .g360-pm-menu.open{display:flex}.g360-pm-menu a{width:100%;padding:12px 15px;border-bottom:1px solid #f5e8ec}.g360-pm-menu a:after{display:none}
  .g360-pm-hero{display:flex;flex-direction:column;min-height:0}.g360-pm-hero-photo{position:relative;inset:auto;order:1;width:100%;height:430px;min-height:0}.g360-pm-hero-photo:after{background:linear-gradient(0deg,#fff6f7 0%,rgba(255,246,247,.08) 55%)}
  .g360-pm-hero-content{order:2;width:auto;margin:0;padding:32px 24px 110px;text-align:center}.g360-pm-hero h1{font-size:35px;line-height:1.5}.g360-pm-hero-content>p{font-size:14px}.g360-pm-hero-actions{justify-content:center}
  .g360-pm-hero:after{display:none}.g360-pm-stats{height:auto;bottom:-85px;grid-template-columns:repeat(2,1fr);padding:12px}.g360-pm-stats article{min-height:64px}.g360-pm-stats article:nth-child(2){border-left:0}
  .g360-pm-classes{padding-top:150px}.g360-pm-class-grid,.g360-pm-package-grid,.g360-pm-experience-grid{grid-template-columns:1fr}
  .g360-pm-package-card.featured{transform:none}.g360-pm-benefits-grid{grid-template-columns:repeat(2,1fr)}.g360-pm-benefits-grid article{border:0;border-top:1px solid #ecd6dd}
  .g360-pm-step-grid{grid-template-columns:1fr;gap:20px}.g360-pm-step-grid:before{display:none}.g360-pm-step-grid article{display:grid;grid-template-columns:64px 1fr;column-gap:15px;text-align:right;align-items:center}.g360-pm-step-grid article>b{top:-4px;right:45px}.g360-pm-step-grid h3{margin:0}.g360-pm-step-grid p{grid-column:2}
  .g360-pm-cta-inner{grid-template-columns:1fr}.g360-pm-cta-photo{height:220px}.g360-pm-cta-photo:after{background:linear-gradient(0deg,#a13f63,transparent)}.g360-pm-cta-copy{text-align:center}.g360-pm-cta-copy>div{justify-content:center}
  .g360-pm-footer-grid{grid-template-columns:repeat(2,1fr)}
  .g360-club-nav nav{display:none}.g360-club-auth-shell,.g360-club-checkout-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .g360-pm-wrap{width:min(100% - 24px,1180px)}.g360-pm-login span{display:none}.g360-pm-login{min-width:43px;width:43px;padding:0}.g360-pm-logo>span:last-child{max-width:165px}
  .g360-pm-hero-photo{height:340px}.g360-pm-hero-content{padding-inline:17px}.g360-pm-hero h1{font-size:28px;letter-spacing:-.8px}.g360-pm-hero-actions{display:grid;grid-template-columns:1fr 1fr}.g360-pm-hero-actions .primary{grid-column:1/-1}
  .g360-pm-stats{width:calc(100% - 24px)}.g360-pm-stats .g360-pm-icon{font-size:27px}.g360-pm-stats strong{font-size:18px}
  .g360-pm-section{padding-inline:0}.g360-pm-section-title h2{font-size:24px}.g360-pm-class-image{height:145px}
  .g360-pm-benefits-grid{grid-template-columns:1fr}.g360-pm-benefits-grid article{display:grid;grid-template-columns:48px 1fr;text-align:right;column-gap:10px}.g360-pm-benefits-grid article .g360-pm-icon{grid-row:1/3}.g360-pm-benefits-grid h3{margin:2px 0}.g360-pm-benefits-grid p{margin:0}
  .g360-pm-cta h2{font-size:22px}.g360-pm-cta p{font-size:13px}.g360-pm-cta-copy>div{flex-direction:column}
  .g360-pm-footer-grid{grid-template-columns:1fr;gap:25px}
  .g360-club-auth-page{padding:16px}.g360-club-auth-card,.g360-club-auth-side{padding:26px}.g360-club-otp-row{grid-template-columns:1fr}.g360-club-checkout{padding:35px 0}.g360-club-checkout-grid>section,.g360-club-payment-card{padding:22px}
}

.g360-pm-package-subtitle{text-align:center;min-height:38px;margin:-3px 0 13px;color:#806a77;font-size:11px;line-height:1.8}.g360-pm-class-footer a{width:100%}
