
:root{
  --ink:#302638;
  --purple:#5B4B6B;
  --lavender:#A18BAE;
  --stone:#B9AFA2;
  --cream:#F2E8DA;
  --amber:#E2B45C;
  --paper:#FCF8F3;
  --white:#fff;
  --muted:#756D77;
  --line:rgba(91,75,107,.13);
  --shadow:0 18px 60px rgba(61,44,70,.09);
  --radius:24px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;line-height:1.5}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;z-index:100;background:white;padding:10px 14px;border-radius:10px}
.site-header{height:72px;position:sticky;top:0;z-index:50;background:rgba(252,248,243,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.navbar{max-width:var(--max);height:100%;margin:auto;padding:0 24px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:10px;min-width:max-content}
.brand img{width:36px;height:36px;object-fit:contain}
.brand-word{font-size:20px;letter-spacing:.12em;font-weight:600;color:var(--purple)}
.navlinks{display:flex;align-items:center;gap:24px;margin:auto;font-size:14px;color:#5e5662}
.navlinks a:hover,.navlinks a[aria-current="page"]{color:var(--purple)}
.nav-actions{display:flex;align-items:center;gap:10px}
.link-login{font-weight:600;font-size:14px;padding:10px 8px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 18px;font-weight:650;border:1px solid transparent;cursor:pointer}
.btn.primary{background:var(--purple);color:white}
.btn.primary:hover{background:#493b58}
.btn.secondary{border-color:var(--line);background:rgba(255,255,255,.55)}
.btn.light{background:white;color:var(--purple)}
.menu-btn{display:none;border:0;background:none;font-size:24px;color:var(--purple);padding:8px}

.container{max-width:var(--max);margin:auto;padding:0 24px}
.hero{padding:70px 0 58px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px}
.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:700;color:var(--purple);text-transform:uppercase;margin:0 0 12px}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(48px,6vw,80px);letter-spacing:-.055em;line-height:.96;margin-bottom:24px}
h2{font-size:clamp(34px,4.3vw,56px);letter-spacing:-.04em;line-height:1.02;margin-bottom:18px}
h3{font-size:22px;letter-spacing:-.02em}
.lede{font-size:19px;line-height:1.62;color:var(--muted);max-width:650px}
.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-note{font-size:13px;color:var(--muted);margin-top:18px}
.brand-stage{position:relative;min-height:430px;border-radius:34px;background:
radial-gradient(circle at 72% 25%,rgba(226,180,92,.32),transparent 21%),
radial-gradient(circle at 20% 75%,rgba(161,139,174,.28),transparent 26%),
linear-gradient(145deg,#f6eee5,#eadfd5);
overflow:hidden;box-shadow:var(--shadow)}
.brand-stage:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-80px;bottom:-120px;background:rgba(91,75,107,.12)}
.hero-mark{position:absolute;width:250px;height:250px;object-fit:contain;left:50%;top:46%;transform:translate(-50%,-50%)}
.hero-caption{position:absolute;left:28px;right:28px;bottom:26px;padding:18px 20px;border:1px solid rgba(255,255,255,.75);border-radius:18px;background:rgba(255,255,255,.64);backdrop-filter:blur(12px)}
.hero-caption b{display:block;font-size:18px}.hero-caption span{font-size:13px;color:var(--muted)}

.trust-row{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.35)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.trust-grid div{padding:22px 18px;border-right:1px solid var(--line)}.trust-grid div:last-child{border-right:0}
.trust-grid b{display:block;font-size:15px}.trust-grid span{font-size:13px;color:var(--muted)}

.section{padding:68px 0}
.section.soft{background:#f7f0e8}
.section.deep{background:var(--purple);color:white}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}
.section-head p{max-width:560px;color:var(--muted);margin:0}.deep .section-head p{color:#e4dce8}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:var(--radius);padding:24px;min-height:220px}
.card .icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#eee5ef;color:var(--purple);font-size:22px;margin-bottom:30px}
.card p{color:var(--muted);margin-bottom:0}
.card.amber .icon{background:#f7ead0;color:#987229}
.card.stone .icon{background:#eeeae6;color:#776d67}
.card.green .icon{background:#e8f1e8;color:#58715e}

.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.mock{border:1px solid var(--line);border-radius:28px;background:white;padding:22px;box-shadow:var(--shadow)}
.mock-top{display:flex;justify-content:space-between;font-size:13px;color:var(--muted);margin-bottom:14px}
.check-row{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:14px;border-top:1px solid var(--line)}
.check-row:first-of-type{border-top:0}
.dot{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#f2e6ef}
.badge{font-size:12px;padding:6px 10px;border-radius:999px;background:#edf4ec;color:#56705d}
.badge.alert{background:#f8e6de;color:#9e553f}
.kicker{color:var(--amber);font-weight:700}

.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.feature-band{border-radius:30px;padding:34px;background:linear-gradient(135deg,#6c587c,#4b3d59);color:white;min-height:280px;display:flex;flex-direction:column;justify-content:end}
.feature-band.alt{background:linear-gradient(135deg,#e7d7c9,#cbb7c6);color:var(--ink)}
.feature-band p{margin-bottom:0;color:#e9e1eb}.feature-band.alt p{color:#6e6570}

.page-hero{padding:56px 0 40px}
.page-hero .wrap{max-width:820px}
.page-hero h1{font-size:clamp(46px,6vw,70px)}
.page-hero .lede{font-size:18px}
.compact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.info-panel{padding:24px 0;border-top:1px solid var(--line)}
.info-panel h3{margin-bottom:8px}.info-panel p{color:var(--muted);margin-bottom:0}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.price{background:white;border:1px solid var(--line);border-radius:24px;padding:26px}
.price.featured{border:2px solid var(--purple);box-shadow:var(--shadow)}
.price strong.big{font-size:38px;display:block;margin:14px 0}.price ul{padding-left:20px;color:var(--muted)}
.callout{border-radius:28px;background:#efe3d8;padding:32px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.callout h2{font-size:38px;margin-bottom:8px}.callout p{margin:0;color:var(--muted)}

.faq details{border-top:1px solid var(--line);padding:18px 0}.faq summary{cursor:pointer;font-weight:650}.faq p{color:var(--muted);max-width:800px;margin:12px 0 0}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.resource{border:1px solid var(--line);border-radius:22px;background:white;overflow:hidden}
.resource-visual{height:150px;background:linear-gradient(145deg,#ecd8cf,#cbb9ce);position:relative}
.resource-visual.amber{background:linear-gradient(145deg,#f4e1bc,#d7c2b7)}
.resource-visual.purple{background:linear-gradient(145deg,#d8c7df,#a18bae)}
.resource-body{padding:20px}.resource-body small{color:var(--purple);font-weight:700}.resource-body p{color:var(--muted);font-size:14px;margin-bottom:0}

.footer{background:#2f2637;color:#eee8f1;padding:50px 0 34px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,.7fr);gap:30px}
.footer .brand-word{color:white}.footer h4{margin:0 0 12px}.footer a{display:block;color:#d2c9d5;margin:8px 0;font-size:14px}.footer small{color:#b8afb9}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#b8afb9;font-size:12px}

.mobile-menu{display:none}

@media(max-width:900px){
  .navlinks{display:none}.menu-btn{display:block}.nav-actions .link-login{display:none}
  .mobile-menu.open{display:block;position:fixed;z-index:60;top:72px;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);padding:16px 24px 24px;box-shadow:var(--shadow)}
  .mobile-menu a{display:block;padding:13px 0;border-bottom:1px solid var(--line)}
  .mobile-menu .btn{margin-top:14px}
  .hero{padding-top:48px}.hero-grid,.split{grid-template-columns:1fr}.brand-stage{min-height:360px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid div:nth-child(2){border-right:0}
  .cards,.price-grid,.resource-grid{grid-template-columns:1fr 1fr}
  .section{padding:54px 0}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .navbar,.container{padding-left:18px;padding-right:18px}.site-header{height:66px}.brand-word{font-size:17px}.brand img{width:31px;height:31px}
  .nav-actions .smallbtn{display:none}.mobile-menu.open{top:66px}
  h1{font-size:48px}.page-hero h1{font-size:44px}.hero{padding:36px 0 42px}.lede{font-size:17px}.brand-stage{min-height:300px}.hero-mark{width:190px;height:190px}
  .trust-grid,.cards,.price-grid,.resource-grid,.compact-grid,.grid-2{grid-template-columns:1fr}.trust-grid div{border-right:0;border-bottom:1px solid var(--line)}.trust-grid div:last-child{border-bottom:0}
  .section{padding:44px 0}.section-head{align-items:start;flex-direction:column;margin-bottom:22px}.card{min-height:190px}.card .icon{margin-bottom:22px}
  .callout{align-items:flex-start;flex-direction:column}.callout h2{font-size:32px}
  .footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}
}


/* --- Unified Ambera product language: marketing site + app feel --- */
:root{
  --app-bg:#fbf8f5;
  --app-panel:#ffffff;
  --app-tint:#f3edf4;
  --app-tint-2:#f8f1e9;
  --app-border:rgba(91,75,107,.10);
}
.product-shell{
  border:1px solid var(--app-border);
  border-radius:28px;
  background:var(--app-panel);
  box-shadow:0 24px 70px rgba(61,44,70,.10);
  overflow:hidden;
}
.product-shell .shell-top{
  height:54px;display:flex;align-items:center;justify-content:space-between;
  padding:0 16px 0 18px;border-bottom:1px solid var(--app-border);
  background:rgba(255,255,255,.92)
}
.shell-brand{font-weight:700;letter-spacing:.04em;color:var(--purple);font-size:13px}
.shell-actions{display:flex;gap:9px;align-items:center;color:#6d6471;font-size:12px}
.shell-actions .sq{width:30px;height:30px;border-radius:10px;background:var(--app-tint);display:grid;place-items:center;color:var(--purple)}
.shell-body{display:grid;grid-template-columns:155px 1fr;min-height:390px}
.shell-side{padding:18px 12px;border-right:1px solid var(--app-border);background:#fff}
.shell-side b{display:block;font-size:12px;margin:0 8px 12px;color:#5c5360}
.shell-nav{display:grid;gap:6px}
.shell-nav span{padding:9px 10px;border-radius:10px;font-size:12px;color:#706875}
.shell-nav span.active{background:var(--app-tint);color:var(--ink);font-weight:650}
.shell-main{padding:22px;background:linear-gradient(180deg,#fff,#fdfaf7)}
.shell-main h4{font-size:28px;letter-spacing:-.035em;margin:0 0 4px}
.shell-main .sub{font-size:13px;color:var(--muted);margin-bottom:18px}
.shell-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:12px}
.shell-card{border:1px solid var(--app-border);border-radius:16px;background:white;padding:14px}
.shell-card.soft{background:linear-gradient(135deg,#f8f0ec,#f2e9f4)}
.shell-card h5{margin:0 0 6px;font-size:13px}
.shell-card p{margin:0;color:var(--muted);font-size:12px}
.shell-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:10px}
.shell-metric{padding:10px;border-radius:12px;background:#faf7fb;text-align:center}
.shell-metric b{display:block;font-size:16px}.shell-metric small{font-size:10px;color:var(--muted)}
.shell-list{display:grid;gap:8px;margin-top:10px}
.shell-list div{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;padding:8px 0;border-top:1px solid var(--app-border)}
.shell-list div:first-child{border-top:0}
.shell-list i{width:28px;height:28px;border-radius:50%;background:var(--app-tint);display:grid;place-items:center;font-style:normal;font-size:10px}
.shell-list small{display:block;color:var(--muted);font-size:10px}
.shell-list em{font-style:normal;font-size:10px;color:var(--purple);background:var(--app-tint);padding:4px 6px;border-radius:999px}
.section.product-section{padding-top:54px}
.product-duo{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.product-label{font-size:12px;color:var(--muted);margin:10px 3px 0}
.app-switcher-demo{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
.app-switcher-demo span{border:1px solid var(--app-border);border-radius:14px;padding:11px 8px;background:white;text-align:center;font-size:11px}
.app-switcher-demo i{display:block;width:32px;height:32px;margin:0 auto 6px;border-radius:10px;background:var(--app-tint);color:var(--purple);font-style:normal;display:grid;place-items:center}

.navbar{font-size:14px}
.site-header{box-shadow:0 1px 0 rgba(91,75,107,.05)}
.brand-word{letter-spacing:.09em}
.hero{background:
  radial-gradient(circle at 80% 18%,rgba(226,180,92,.11),transparent 24%),
  radial-gradient(circle at 18% 70%,rgba(161,139,174,.10),transparent 30%),
  var(--paper);
}
.brand-stage{background:
  radial-gradient(circle at 70% 24%,rgba(226,180,92,.20),transparent 19%),
  radial-gradient(circle at 24% 73%,rgba(161,139,174,.18),transparent 24%),
  linear-gradient(145deg,#f6ede4,#eee4e2);
}
.card,.price,.resource,.mock{border-color:var(--app-border)}
.card{box-shadow:0 10px 30px rgba(61,44,70,.035)}
.btn.primary{box-shadow:0 8px 20px rgba(91,75,107,.16)}
@media(max-width:900px){
 .product-duo{grid-template-columns:1fr}
 .shell-body{grid-template-columns:125px 1fr}
}
@media(max-width:620px){
 .shell-body{grid-template-columns:1fr}
 .shell-side{border-right:0;border-bottom:1px solid var(--app-border);padding:10px}
 .shell-side b{display:none}
 .shell-nav{display:flex;overflow:auto;gap:6px}
 .shell-nav span{white-space:nowrap;padding:8px 10px}
 .shell-main{padding:16px}
 .shell-grid{grid-template-columns:1fr}
 .app-switcher-demo{grid-template-columns:repeat(2,1fr)}
}

/* --- Interactive product preview / Golden Gate-style detail surfaces --- */
.preview-trigger{position:relative;cursor:pointer;outline:none}
.preview-trigger:hover,.preview-trigger:focus-visible{transform:translateY(-2px);box-shadow:0 14px 34px rgba(61,44,70,.10)}
.preview-trigger{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.hover-preview{
  position:absolute;z-index:30;width:270px;left:50%;bottom:calc(100% + 12px);transform:translateX(-50%) translateY(5px);
  padding:15px;border-radius:18px;border:1px solid var(--app-border);background:rgba(255,255,255,.96);
  backdrop-filter:blur(18px);box-shadow:0 22px 60px rgba(51,37,57,.18);opacity:0;pointer-events:none;transition:.18s ease
}
.preview-trigger:hover .hover-preview,.preview-trigger:focus-visible .hover-preview{opacity:1;transform:translateX(-50%) translateY(0)}
.hover-preview:after{content:"";position:absolute;left:50%;bottom:-7px;width:14px;height:14px;background:white;border-right:1px solid var(--app-border);border-bottom:1px solid var(--app-border);transform:translateX(-50%) rotate(45deg)}
.hover-preview b{display:block;font-size:13px;margin-bottom:5px}.hover-preview p{font-size:11px!important;line-height:1.45;margin:0!important;color:var(--muted)!important}
.product-modal{position:fixed;z-index:100;inset:0;display:none;place-items:center;padding:22px;background:rgba(37,29,43,.32);backdrop-filter:blur(16px)}
.product-modal.open{display:grid}
.product-modal-card{width:min(560px,100%);border-radius:28px;background:#fff;border:1px solid var(--app-border);box-shadow:0 35px 100px rgba(37,29,43,.28);overflow:hidden}
.product-modal-head{min-height:150px;padding:28px;background:linear-gradient(145deg,#f7eee7,#e9deeb);display:flex;justify-content:space-between;align-items:flex-start}
.product-modal-icon{width:54px;height:54px;border-radius:18px;background:#fff;display:grid;place-items:center;font-size:24px;color:var(--purple);box-shadow:0 8px 22px rgba(61,44,70,.08)}
.modal-close{width:36px;height:36px;border-radius:50%;border:0;background:rgba(255,255,255,.8);cursor:pointer}
.product-modal-body{padding:26px}.product-modal-body h3{font-size:28px;margin-bottom:8px}.product-modal-body p{color:var(--muted)}
.modal-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.modal-meta div{padding:12px;border-radius:14px;background:#faf7fb}.modal-meta b{display:block;font-size:12px}.modal-meta span{font-size:11px;color:var(--muted)}
.nav-dropdown{position:relative}
.nav-dropdown>a:after{content:"⌄";font-size:11px;margin-left:5px}
.nav-dropdown-menu{display:none;position:absolute;top:30px;left:50%;transform:translateX(-50%);min-width:245px;padding:10px;background:rgba(255,255,255,.98);border:1px solid var(--app-border);border-radius:18px;box-shadow:0 18px 55px rgba(61,44,70,.13);backdrop-filter:blur(16px)}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{display:block}
.nav-dropdown-menu a{display:block;padding:10px 12px;border-radius:10px}.nav-dropdown-menu a:hover{background:var(--app-tint)}
.price-note{font-size:13px;color:var(--muted)}
.payer-hero{border-radius:30px;padding:32px;background:linear-gradient(135deg,#4a3b59,#6c587c);color:white}
.payer-hero p{color:#e9e1eb}
.payer-hero .big-number{font-size:52px;font-weight:750;letter-spacing:-.04em;margin:14px 0 6px}
@media(max-width:620px){
 .hover-preview{display:none}
 .modal-meta{grid-template-columns:1fr}
 .product-modal-card{border-radius:22px}
}

/* --- V4 usability + marketing completeness --- */
.nav-dropdown{position:relative}
.nav-dropdown-toggle{
  border:0;background:none;color:#5e5662;padding:0;cursor:pointer;font:inherit;
  display:inline-flex;align-items:center;gap:5px
}
.nav-dropdown-toggle:after{content:"⌄";font-size:11px}
.nav-dropdown-menu{
  display:none;position:absolute;top:32px;left:50%;transform:translateX(-50%);
  min-width:245px;padding:10px;background:rgba(255,255,255,.99);
  border:1px solid var(--app-border);border-radius:18px;box-shadow:0 18px 55px rgba(61,44,70,.13);
  backdrop-filter:blur(16px);pointer-events:auto;z-index:200
}
.nav-dropdown.open .nav-dropdown-menu{display:block}
.nav-dropdown-menu a{display:block;padding:11px 12px;border-radius:10px;cursor:pointer;pointer-events:auto}
.nav-dropdown-menu a:hover,.nav-dropdown-menu a:focus-visible{background:var(--app-tint);outline:none}
.store-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.store-badge{
  display:inline-flex;align-items:center;gap:11px;padding:11px 16px;border-radius:14px;
  background:#221b27;color:white;min-width:178px;border:1px solid rgba(255,255,255,.08)
}
.store-badge .store-icon{font-size:24px;line-height:1}
.store-badge small{display:block;font-size:10px;color:#cfc7d2;line-height:1.1}
.store-badge b{display:block;font-size:14px;line-height:1.25}
.store-badge.android{background:#493b58}
.platform-strip{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.phone-stage{
  min-height:320px;border-radius:28px;background:linear-gradient(145deg,#f5ece4,#e8dce9);
  position:relative;overflow:hidden;border:1px solid var(--app-border)
}
.phone{
  width:154px;height:285px;border-radius:32px;background:#1e1822;border:5px solid #1e1822;
  position:absolute;top:18px;box-shadow:0 22px 50px rgba(46,32,50,.18)
}
.phone:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:48px;height:9px;background:#1e1822;border-radius:999px;z-index:2}
.phone .screen{position:absolute;inset:5px;border-radius:24px;background:linear-gradient(#fffaf7,#f5ecef);overflow:hidden;padding:18px 10px}
.phone.iphone{left:24%}.phone.android{right:21%;top:35px;transform:rotate(3deg)}
.phone .mini-logo{width:40px;height:40px;object-fit:contain;margin:16px auto 12px}
.phone .mini-title{text-align:center;font-weight:700;font-size:12px}
.phone .mini-card{margin-top:16px;padding:10px;border-radius:12px;background:white;border:1px solid var(--app-border);font-size:9px;color:var(--muted)}
.screenshot-section{padding-top:50px}
.screenshot-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.screenshot-card{border:1px solid var(--app-border);border-radius:24px;background:white;overflow:hidden;box-shadow:0 18px 50px rgba(61,44,70,.07)}
.screenshot-card img{width:100%;height:auto;display:block}
.screenshot-copy{padding:18px 20px}.screenshot-copy p{margin:5px 0 0;color:var(--muted);font-size:14px}
.faq-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:24px;margin-top:26px}
.link-row{display:flex;gap:14px;flex-wrap:wrap}
.link-row a{font-weight:650;color:var(--purple)}
@media(max-width:900px){
  .platform-strip,.screenshot-grid{grid-template-columns:1fr}
  .phone-stage{min-height:300px}
}
@media(max-width:620px){
  .store-buttons{flex-direction:column;align-items:stretch}.store-badge{width:100%}
  .phone.iphone{left:15%}.phone.android{right:12%}
  .faq-cta{align-items:flex-start;flex-direction:column}
}

.powered-lockup{
  display:flex;align-items:center;gap:10px;margin-top:20px;color:var(--muted);
}
.powered-lockup span{
  font-size:10px;letter-spacing:.18em;font-weight:700;
}
.powered-lockup strong{
  font-weight:500;font-size:18px;letter-spacing:.02em;color:var(--purple);
}
.footer-powered{
  margin-top:12px;font-size:10px;letter-spacing:.16em;color:#bdb2c1;
}
.footer-powered strong{
  font-size:14px;letter-spacing:.02em;color:#e6dde8;font-weight:500;
}

/* --- V6 pricing + enterprise scale --- */
.pricing-stack{display:grid;gap:12px}
.plan-row{
  display:grid;grid-template-columns:2fr .8fr .9fr 1fr auto;gap:20px;align-items:center;
  padding:22px;border:1px solid var(--app-border);background:white;border-radius:22px
}
.plan-row.featured{border:2px solid var(--purple);box-shadow:0 16px 42px rgba(91,75,107,.10)}
.plan-name p:last-child{margin:4px 0 0;color:var(--muted);font-size:13px}
.plan-name .eyebrow{margin-bottom:4px}
.plan-name h3{margin:0}
.plan-cap,.plan-team,.plan-price{display:flex;flex-direction:column}
.plan-cap strong,.plan-team strong{font-size:24px;letter-spacing:-.03em}
.plan-cap span,.plan-team span,.plan-price span,.plan-price small{font-size:11px;color:var(--muted)}
.plan-price strong{font-size:34px;letter-spacing:-.04em}
.price-footnote{margin-top:14px;font-size:12px;color:var(--muted)}
.enterprise-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px}
.enterprise-points{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.enterprise-points div{padding:20px;border-radius:18px;background:white;border:1px solid var(--app-border)}
.enterprise-points b{display:block;margin-bottom:7px}
.enterprise-points span{display:block;color:var(--muted);font-size:13px}
.enterprise-example{margin-top:18px;display:grid;grid-template-columns:.7fr 1.3fr;gap:30px;align-items:center;padding:24px;border-radius:22px;border:1px solid var(--app-border);background:rgba(255,255,255,.7)}
.enterprise-example div{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:8px}
.enterprise-example div span{grid-column:1/-1;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.enterprise-example strong{font-size:42px;color:var(--purple)}
.enterprise-example small{color:var(--muted)}
.enterprise-example p{margin:0;color:var(--muted)}
@media(max-width:980px){
  .plan-row{grid-template-columns:1fr 1fr 1fr}
  .plan-name{grid-column:1/-1}.plan-row .btn{justify-self:start}
  .enterprise-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .plan-row{grid-template-columns:1fr 1fr;gap:15px}
  .plan-name{grid-column:1/-1}.plan-price{grid-column:1/2}.plan-row .btn{grid-column:1/-1;width:100%}
  .enterprise-points{grid-template-columns:1fr}
  .enterprise-example{grid-template-columns:1fr}
}

.launch-notice{text-align:center;background:#39233f;color:#fff;padding:12px 24px;font-size:14px;line-height:1.6}.store-badge:not(a){cursor:default} :focus-visible{outline:3px solid #a66825;outline-offset:4px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

/* User-approved final brand pack: preserve original raster artwork on white. */
.brand img { object-fit: contain; background: #fff; border-radius: 6px; }
.footer-powered { display: inline-flex; align-items: center; }
.footer-powered a { display: inline-flex; min-height: 44px; align-items: center; padding: 4px 8px; border-radius: 8px; background: #fff; }
.footer-powered .brand-attribution { width: 220px; max-width: 100%; height: auto; object-fit: contain; }
.launch-page .launch-brand { background: #fff; border: 1px solid #e8e3e9; border-radius: 20px; padding: 20px; }
.launch-page .launch-brand > img { width: 240px; max-width: 100%; height: auto; margin: 0 auto; filter: none; }
.launch-page .launch-brand > p { margin-top: 12px; }
.launch-page .footer-powered .brand-attribution { width: 220px; height: auto; }
@media(max-width:620px) { .launch-page .launch-brand > img { width: 220px; height: auto; } }
