/** Shopify CDN: Minification failed

Line 43:0 All "@import" rules must come first
Line 44:0 All "@import" rules must come first

**/
:root {
  --rhuby-bg: #FEF5FC;
  --rhuby-surface: #FDF0FA;
  --rhuby-surface-2: #FCE8F7;
  --rhuby-surface-offset: #F9D8F0;
  --rhuby-border: rgba(204,63,158,0.15);
  --rhuby-divider: rgba(204,63,158,0.1);
  --rhuby-text: #2a1020;
  --rhuby-text-muted: #7a3a60;
  --rhuby-text-faint: #c490b0;
  --rhuby-text-inverse: #FEF5FC;
  --rhuby-primary: #CC3F9E;
  --rhuby-primary-hover: #b02e88;
  --rhuby-pink-mid: #FCA9DC;
  --rhuby-font-display: 'Cormorant', 'Georgia', serif;
  --rhuby-font-body: 'Red Hat Display', 'Helvetica Neue', sans-serif;
  --rhuby-text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --rhuby-text-sm: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  --rhuby-text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --rhuby-text-lg: clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
  --rhuby-text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);
  --rhuby-text-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.5rem);
  --rhuby-text-hero: clamp(3rem, 0.5rem + 7vw, 7.5rem);
  --rhuby-space-1: 0.25rem; --rhuby-space-2: 0.5rem; --rhuby-space-3: 0.75rem;
  --rhuby-space-4: 1rem; --rhuby-space-5: 1.25rem; --rhuby-space-6: 1.5rem;
  --rhuby-space-8: 2rem; --rhuby-space-10: 2.5rem; --rhuby-space-12: 3rem;
  --rhuby-space-16: 4rem; --rhuby-space-20: 5rem; --rhuby-space-24: 6rem;
  --rhuby-radius-sm: 0.375rem; --rhuby-radius-md: 0.5rem; --rhuby-radius-lg: 0.75rem;
  --rhuby-radius-xl: 1rem; --rhuby-radius-2xl: 1.5rem; --rhuby-radius-full: 9999px;
  --rhuby-shadow-sm: 0 1px 3px rgba(204,63,158,0.08);
  --rhuby-shadow-md: 0 4px 16px rgba(204,63,158,0.12);
  --rhuby-shadow-lg: 0 12px 40px rgba(204,63,158,0.16);
  --rhuby-transition: 180ms cubic-bezier(0.16,1,0.3,1);
  --rhuby-content: 1200px;
  --rhuby-content-narrow: 960px;
}
@import url('https://api.fontshare.com/v2/css?f[]=cormorant@400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700&display=swap');
.rhuby-container{max-width:var(--rhuby-content);margin-inline:auto;padding-inline:var(--rhuby-space-6)}
.rhuby-container--narrow{max-width:var(--rhuby-content-narrow);margin-inline:auto;padding-inline:var(--rhuby-space-6)}
.rhuby-section-header{text-align:center;max-width:600px;margin-inline:auto;margin-bottom:var(--rhuby-space-16)}
.rhuby-eyebrow{font-size:var(--rhuby-text-xs);font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--rhuby-primary);margin-bottom:var(--rhuby-space-3);display:block}
.rhuby-section-title{font-family:var(--rhuby-font-display);font-size:var(--rhuby-text-2xl);font-weight:600;line-height:1.15;letter-spacing:-0.02em;color:var(--rhuby-text);margin-bottom:var(--rhuby-space-4)}
.rhuby-section-desc{font-size:var(--rhuby-text-base);color:var(--rhuby-text-muted);line-height:1.7}
.rhuby-btn-primary{background:var(--rhuby-primary);color:#fff;font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-base);font-weight:600;padding:var(--rhuby-space-4) var(--rhuby-space-8);border-radius:var(--rhuby-radius-full);text-decoration:none;display:inline-flex;align-items:center;gap:var(--rhuby-space-2);transition:all var(--rhuby-transition)}
.rhuby-btn-primary:hover{background:var(--rhuby-primary-hover);transform:translateY(-2px);box-shadow:var(--rhuby-shadow-lg)}
.rhuby-btn-ghost{color:var(--rhuby-primary);font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-base);font-weight:600;padding:var(--rhuby-space-4) var(--rhuby-space-6);border-radius:var(--rhuby-radius-full);text-decoration:none;border:2px solid rgba(204,63,158,0.3);display:inline-flex;align-items:center;gap:var(--rhuby-space-2);transition:all var(--rhuby-transition)}
.rhuby-btn-ghost:hover{border-color:var(--rhuby-primary);background:rgba(204,63,158,0.06)}
.rhuby-hero{min-height:88vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden;background:linear-gradient(135deg,#FEF5FC 0%,#FCE8F7 50%,#f9d5ee 100%);position:relative}
.rhuby-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 70% 50%,rgba(252,169,220,0.25) 0%,transparent 70%);pointer-events:none}
.rhuby-hero-text{padding:var(--rhuby-space-16) var(--rhuby-space-12) var(--rhuby-space-16) clamp(var(--rhuby-space-6),6vw,var(--rhuby-space-24));position:relative;z-index:2}
.rhuby-hero-eyebrow{display:inline-flex;align-items:center;gap:var(--rhuby-space-2);font-size:var(--rhuby-text-xs);font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--rhuby-primary);background:rgba(204,63,158,0.1);padding:var(--rhuby-space-1) var(--rhuby-space-3);border-radius:var(--rhuby-radius-full);margin-bottom:var(--rhuby-space-5)}
.rhuby-hero-heading{font-family:var(--rhuby-font-display);font-size:var(--rhuby-text-hero);font-weight:600;line-height:1.0;color:var(--rhuby-text);margin-bottom:var(--rhuby-space-6);letter-spacing:-0.02em}
.rhuby-hero-heading em{font-style:italic;color:var(--rhuby-primary)}
.rhuby-hero-sub{font-size:var(--rhuby-text-lg);color:var(--rhuby-text-muted);margin-bottom:var(--rhuby-space-8);max-width:44ch;line-height:1.5;font-weight:400;font-family:var(--rhuby-font-body)}
.rhuby-hero-actions{display:flex;gap:var(--rhuby-space-4);align-items:center;flex-wrap:wrap;margin-bottom:var(--rhuby-space-10)}
.rhuby-hero-proof{display:flex;align-items:center;gap:var(--rhuby-space-3);font-size:var(--rhuby-text-xs);color:var(--rhuby-text-muted);font-weight:500;font-family:var(--rhuby-font-body)}
.rhuby-stars{color:#CC3F9E;letter-spacing:2px;font-size:1rem}
.rhuby-hero-img-wrap{position:relative;height:100%;min-height:88vh;display:flex;align-items:center;justify-content:center;padding:var(--rhuby-space-12)}
.rhuby-hero-img-wrap img{width:100%;max-width:520px;height:auto;object-fit:contain;filter:drop-shadow(0 24px 60px rgba(204,63,158,0.22));position:relative;z-index:2}
.rhuby-hero-blob{position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(252,169,220,0.35) 0%,transparent 70%);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}
.rhuby-trust{background:var(--rhuby-primary);padding:var(--rhuby-space-5) 0}
.rhuby-trust-inner{display:flex;align-items:center;justify-content:center;gap:var(--rhuby-space-12);flex-wrap:wrap;padding-inline:var(--rhuby-space-6)}
.rhuby-trust-item{display:flex;align-items:center;gap:var(--rhuby-space-3);color:#FEF5FC;font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-sm);font-weight:500;white-space:nowrap}
.rhuby-trust-item svg{width:20px;height:20px;opacity:0.9;flex-shrink:0}
.rhuby-ps{padding:clamp(var(--rhuby-space-16),8vw,var(--rhuby-space-24)) 0;background:var(--rhuby-bg)}
.rhuby-ps-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--rhuby-space-8);align-items:start}
.rhuby-ps-card{border-radius:var(--rhuby-radius-2xl);padding:var(--rhuby-space-10);border:1px solid var(--rhuby-border)}
.rhuby-ps-card--problem{background:#fff8fe}
.rhuby-ps-card--solution{background:linear-gradient(135deg,rgba(204,63,158,0.06),rgba(252,169,220,0.1));border-color:rgba(204,63,158,0.2)}
.rhuby-ps-card-icon{width:48px;height:48px;border-radius:var(--rhuby-radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:var(--rhuby-space-5);font-size:1.5rem}
.rhuby-ps-card-icon--problem{background:rgba(204,63,158,0.08)}
.rhuby-ps-card-icon--solution{background:rgba(204,63,158,0.15)}
.rhuby-ps-card-title{font-family:var(--rhuby-font-display);font-size:var(--rhuby-text-xl);font-weight:600;color:var(--rhuby-text);margin-bottom:var(--rhuby-space-5);letter-spacing:-0.01em}
.rhuby-ps-list{list-style:none;display:flex;flex-direction:column;gap:var(--rhuby-space-3);padding:0}
.rhuby-ps-list li{display:flex;align-items:flex-start;gap:var(--rhuby-space-3);font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-base);color:var(--rhuby-text-muted);line-height:1.5}
.rhuby-showcase{padding:clamp(var(--rhuby-space-16),8vw,var(--rhuby-space-24)) 0;background:linear-gradient(180deg,var(--rhuby-surface-2) 0%,var(--rhuby-bg) 100%)}
.rhuby-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--rhuby-space-16);align-items:center}
.rhuby-showcase-img{position:relative;border-radius:var(--rhuby-radius-2xl);overflow:hidden;aspect-ratio:4/3;background:var(--rhuby-surface-offset)}
.rhuby-showcase-img img{width:100%;height:100%;object-fit:cover}
.rhuby-showcase-badge{position:absolute;top:var(--rhuby-space-5);right:var(--rhuby-space-5);background:var(--rhuby-primary);color:white;font-size:var(--rhuby-text-xs);font-weight:700;padding:var(--rhuby-space-2) var(--rhuby-space-4);border-radius:var(--rhuby-radius-full);letter-spacing:0.05em;text-transform:uppercase}
.rhuby-showcase-content{display:flex;flex-direction:column;gap:var(--rhuby-space-6)}
.rhuby-showcase-title{font-family:var(--rhuby-font-display);font-size:var(--rhuby-text-2xl);font-weight:600;line-height:1.15;letter-spacing:-0.02em;color:var(--rhuby-text)}
.rhuby-showcase-desc{font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-base);color:var(--rhuby-text-muted);line-height:1.7}
.rhuby-feature-list{display:flex;flex-direction:column;gap:var(--rhuby-space-4)}
.rhuby-feature-item{display:flex;align-items:flex-start;gap:var(--rhuby-space-4)}
.rhuby-feature-icon{width:40px;height:40px;background:rgba(204,63,158,0.1);border-radius:var(--rhuby-radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.rhuby-feature-icon svg{width:20px;height:20px;color:var(--rhuby-primary)}
.rhuby-feature-strong{display:block;font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-base);font-weight:600;color:var(--rhuby-text);margin-bottom:2px}
.rhuby-feature-p{font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-sm);color:var(--rhuby-text-muted);line-height:1.5;margin:0}
.rhuby-iconbar{padding:clamp(var(--rhuby-space-12),6vw,var(--rhuby-space-20)) 0;background:white}
.rhuby-iconbar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--rhuby-space-8);text-align:center}
.rhuby-iconbar-icon{width:56px;height:56px;background:rgba(204,63,158,0.08);border-radius:var(--rhuby-radius-full);display:flex;align-items:center;justify-content:center;margin:0 auto var(--rhuby-space-4)}
.rhuby-iconbar-icon svg{width:26px;height:26px;color:var(--rhuby-primary)}
.rhuby-iconbar-item h4{font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-base);font-weight:700;color:var(--rhuby-text);margin-bottom:var(--rhuby-space-2)}
.rhuby-iconbar-item p{font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-sm);color:var(--rhuby-text-muted);line-height:1.55;max-width:22ch;margin-inline:auto}
.rhuby-comparison{padding:clamp(var(--rhuby-space-16),8vw,var(--rhuby-space-24)) 0;background:var(--rhuby-bg)}
.rhuby-table-wrap{overflow-x:auto;border-radius:var(--rhuby-radius-2xl);border:1px solid var(--rhuby-border);box-shadow:var(--rhuby-shadow-md)}
.rhuby-table{width:100%;border-collapse:collapse;background:white;border-radius:var(--rhuby-radius-2xl);overflow:hidden}
.rhuby-table th{padding:var(--rhuby-space-5) var(--rhuby-space-8);font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-base);font-weight:700;text-align:center;border-bottom:2px solid var(--rhuby-border)}
.rhuby-th-rhuby{background:var(--rhuby-primary);color:white}
.rhuby-th-others{background:var(--rhuby-surface-2);color:var(--rhuby-text-muted)}
.rhuby-th-benefit{background:var(--rhuby-surface);color:var(--rhuby-text-muted);text-align:left!important;font-weight:500}
.rhuby-table td{padding:var(--rhuby-space-4) var(--rhuby-space-8);font-family:var(--rhuby-font-body);text-align:center;border-bottom:1px solid var(--rhuby-divider);font-size:var(--rhuby-text-base)}
.rhuby-table tr:last-child td{border-bottom:none}
.rhuby-td-benefit{text-align:left!important;font-weight:500;color:var(--rhuby-text)}
.rhuby-td-rhuby{background:rgba(204,63,158,0.04)}
.rhuby-check-yes{color:var(--rhuby-primary);font-size:1.2rem;font-weight:700}
.rhuby-check-no{color:#ccc;font-size:1.2rem}
.rhuby-results{padding:clamp(var(--rhuby-space-16),8vw,var(--rhuby-space-24)) 0;background:linear-gradient(135deg,#FEF5FC 0%,#FCE8F7 100%)}
.rhuby-results-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--rhuby-space-16);align-items:center}
.rhuby-results-desc{font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-base);color:var(--rhuby-text-muted);line-height:1.7;margin-bottom:var(--rhuby-space-8)}
.rhuby-stats-list{display:flex;flex-direction:column;gap:var(--rhuby-space-5)}
.rhuby-stat-item{display:flex;align-items:center;gap:var(--rhuby-space-5);background:white;padding:var(--rhuby-space-5) var(--rhuby-space-6);border-radius:var(--rhuby-radius-xl);border:1px solid var(--rhuby-border);box-shadow:var(--rhuby-shadow-sm)}
.rhuby-stat-ring{width:64px;height:64px;flex-shrink:0;position:relative}
.rhuby-stat-ring svg{width:64px;height:64px}
.rhuby-stat-ring-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:var(--rhuby-text-xs);font-weight:700;color:var(--rhuby-primary);font-family:var(--rhuby-font-body)}
.rhuby-stat-strong{display:block;font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-base);font-weight:600;color:var(--rhuby-text);margin-bottom:2px}
.rhuby-stat-span{font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-sm);color:var(--rhuby-text-muted)}
.rhuby-results-img{border-radius:var(--rhuby-radius-2xl);overflow:hidden;aspect-ratio:3/4;box-shadow:var(--rhuby-shadow-lg)}
.rhuby-results-img img{width:100%;height:100%;object-fit:cover}
.rhuby-box{padding:clamp(var(--rhuby-space-16),8vw,var(--rhuby-space-24)) 0;background:var(--rhuby-surface-2)}
.rhuby-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--rhuby-space-16);align-items:center}
.rhuby-box-img{border-radius:var(--rhuby-radius-2xl);overflow:hidden;aspect-ratio:1;box-shadow:var(--rhuby-shadow-lg);background:var(--rhuby-surface-offset)}
.rhuby-box-img img{width:100%;height:100%;object-fit:cover}
.rhuby-box-items{display:flex;flex-direction:column;gap:var(--rhuby-space-5)}
.rhuby-box-item{display:flex;align-items:flex-start;gap:var(--rhuby-space-5);padding:var(--rhuby-space-5) var(--rhuby-space-6);background:white;border-radius:var(--rhuby-radius-xl);border:1px solid var(--rhuby-border)}
.rhuby-box-num{width:36px;height:36px;background:var(--rhuby-primary);color:white;border-radius:var(--rhuby-radius-full);display:flex;align-items:center;justify-content:center;font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-sm);font-weight:700;flex-shrink:0}
.rhuby-box-strong{display:block;font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-base);font-weight:600;color:var(--rhuby-text);margin-bottom:2px}
.rhuby-box-span{font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-sm);color:var(--rhuby-text-muted)}
.rhuby-guarantee{background:var(--rhuby-primary);padding:var(--rhuby-space-8) 0;text-align:center;color:white}
.rhuby-guarantee h3{font-family:var(--rhuby-font-display);font-size:var(--rhuby-text-xl);font-weight:600;margin-bottom:var(--rhuby-space-2)}
.rhuby-guarantee p{font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-base);opacity:0.88}
.rhuby-contact{padding:clamp(var(--rhuby-space-16),8vw,var(--rhuby-space-24)) 0;background:var(--rhuby-bg)}
.rhuby-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--rhuby-space-16);align-items:start}
.rhuby-contact-desc{font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-base);color:var(--rhuby-text-muted);line-height:1.7;margin-bottom:var(--rhuby-space-6)}
.rhuby-contact-info{display:flex;flex-direction:column;gap:var(--rhuby-space-3)}
.rhuby-contact-info a{font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-sm);color:var(--rhuby-primary);font-weight:500;text-decoration:none;display:flex;align-items:center;gap:var(--rhuby-space-2)}
.rhuby-contact-info a:hover{text-decoration:underline}
.rhuby-form{background:white;border-radius:var(--rhuby-radius-2xl);padding:var(--rhuby-space-8);border:1px solid var(--rhuby-border);box-shadow:var(--rhuby-shadow-md);display:flex;flex-direction:column;gap:var(--rhuby-space-4)}
.rhuby-form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--rhuby-space-4)}
.rhuby-form-group{display:flex;flex-direction:column;gap:var(--rhuby-space-2)}
.rhuby-form-group label{font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-xs);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:var(--rhuby-text-muted)}
.rhuby-form-group input,.rhuby-form-group textarea{font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-base);padding:var(--rhuby-space-3) var(--rhuby-space-4);border-radius:var(--rhuby-radius-lg);border:1.5px solid var(--rhuby-border);background:var(--rhuby-surface);color:var(--rhuby-text);transition:all var(--rhuby-transition);width:100%}
.rhuby-form-group input:focus,.rhuby-form-group textarea:focus{outline:none;border-color:var(--rhuby-primary);background:white;box-shadow:0 0 0 3px rgba(204,63,158,0.12)}
.rhuby-form-group textarea{resize:vertical;min-height:120px}
.rhuby-btn-submit{background:var(--rhuby-primary);color:white;font-family:var(--rhuby-font-body);font-size:var(--rhuby-text-base);font-weight:700;padding:var(--rhuby-space-4) var(--rhuby-space-8);border-radius:var(--rhuby-radius-full);border:none;cursor:pointer;width:100%;transition:all var(--rhuby-transition)}
.rhuby-btn-submit:hover{background:var(--rhuby-primary-hover);transform:translateY(-1px);box-shadow:var(--rhuby-shadow-lg)}
@media(max-width:900px){
  .rhuby-hero{grid-template-columns:1fr;min-height:auto}
  .rhuby-hero-text{padding:var(--rhuby-space-10) var(--rhuby-space-6) var(--rhuby-space-6);order:2}
  .rhuby-hero-img-wrap{min-height:50vh;padding:var(--rhuby-space-8) var(--rhuby-space-6);order:1}
  .rhuby-ps-grid,.rhuby-showcase-grid,.rhuby-results-grid,.rhuby-box-grid,.rhuby-contact-grid{grid-template-columns:1fr;gap:var(--rhuby-space-10)}
  .rhuby-iconbar-grid{grid-template-columns:repeat(2,1fr)}
  .rhuby-trust-inner{gap:var(--rhuby-space-6)}
  .rhuby-form-row{grid-template-columns:1fr}
}
@media(max-width:540px){
  .rhuby-iconbar-grid{grid-template-columns:1fr 1fr;gap:var(--rhuby-space-6)}
  .rhuby-trust-inner{flex-direction:column;gap:var(--rhuby-space-4);align-items:flex-start;padding-inline:var(--rhuby-space-8)}
  .rhuby-hero-actions{flex-direction:column;align-items:flex-start}
  .rhuby-table th,.rhuby-table td{padding:var(--rhuby-space-3) var(--rhuby-space-4);font-size:var(--rhuby-text-sm)}
}