
:root{
  --bg:#f7fbfa;
  --bg2:#eef8f5;
  --paper:#ffffff;
  --ink:#10201f;
  --muted:#64757b;
  --soft:#e7f7f1;
  --soft2:#d9f3ea;
  --line:rgba(15,80,70,.12);
  --line2:rgba(15,80,70,.18);
  --accent:#0f9f7f;
  --accent2:#10b68f;
  --deep:#083f36;
  --shadow:0 22px 70px rgba(18,63,57,.10), 0 8px 24px rgba(18,63,57,.06);
  --shadow2:0 14px 34px rgba(18,63,57,.09);
  --radius:26px;
  --container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 18% 10%, rgba(16,182,143,.16), transparent 34%),
    radial-gradient(circle at 86% 26%, rgba(143,240,210,.24), transparent 36%),
    linear-gradient(180deg,#fbfffd 0%, #f3faf8 38%, #f8fcfb 100%);
  min-height:100vh;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.page-shell{min-height:100vh;position:relative;overflow:hidden}
.page-shell:before{
  content:"";
  position:absolute;
  inset:74px -90px auto auto;
  width:440px;height:440px;
  background:radial-gradient(circle, rgba(16,182,143,.12), transparent 68%);
  pointer-events:none;
  z-index:-1;
}
.container{width:min(var(--container), calc(100% - 40px));margin:0 auto}
.header{
  position:sticky;top:0;z-index:50;
  min-height:82px;
  display:flex;
  align-items:center;
  overflow:visible;
  backdrop-filter:blur(18px);
  background:rgba(252,255,254,.82);
  border-bottom:1px solid var(--line);
}
.header-inner{min-height:82px;padding:12px 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.logo{display:inline-flex;align-items:center;gap:12px;font-weight:800;font-size:24px;line-height:1.18;letter-spacing:-.04em;color:#122222}
.logo-dot{width:25px;height:25px;border-radius:7px;background:url("/assets/brand/favicon.svg") center/contain no-repeat;box-shadow:0 8px 18px rgba(15,80,70,.14);flex:0 0 auto}
.nav{display:flex;align-items:center;justify-content:center;gap:34px;color:#1d2a2f;font-size:15px;line-height:1.2;font-weight:650}
.nav a{position:relative;white-space:nowrap;opacity:.88}
.nav a:hover{opacity:1;color:var(--accent)}
.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:42px;padding:0 20px;border-radius:12px;border:1px solid transparent;
  font-weight:760;letter-spacing:-.01em;cursor:pointer;transition:.2s ease;
  white-space:nowrap;
}
.btn-primary{background:linear-gradient(135deg,#0ca077,#087a68);color:white;box-shadow:0 16px 28px rgba(15,159,127,.22)}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(15,159,127,.28)}
.btn-secondary{background:rgba(255,255,255,.78);color:#087966;border-color:rgba(8,121,102,.45)}
.btn-secondary:hover{background:#fff;border-color:#087966;transform:translateY(-1px)}
.btn-light{background:#eef9f5;color:#087966;border-color:rgba(8,121,102,.16)}
.btn-small{min-height:34px;padding:0 14px;border-radius:10px;font-size:13px}
.menu-toggle{display:none;border:1px solid var(--line2);background:#fff;border-radius:12px;width:42px;height:42px;align-items:center;justify-content:center;color:#0b6f60}
.menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{display:block;width:18px;height:2px;background:currentColor;border-radius:2px;position:relative;content:""}
.menu-toggle span:before{position:absolute;top:-6px}.menu-toggle span:after{position:absolute;top:6px}
.mobile-panel{display:none;border-top:1px solid var(--line);background:rgba(255,255,255,.96);padding:16px 20px 20px}
.mobile-panel a{display:block;padding:13px 0;border-bottom:1px solid rgba(15,80,70,.08);font-weight:700;color:#203134}
.hero{padding:54px 0 36px;border-bottom:1px solid rgba(15,80,70,.08)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px, 1.18fr);gap:54px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:9px 16px;border-radius:999px;background:rgba(215,243,234,.72);color:#087966;font-size:14px;font-weight:820;box-shadow:inset 0 0 0 1px rgba(8,121,102,.08)}
.eyebrow .mini-icon{width:18px;height:18px}
h1{font-size:clamp(38px,5.1vw,64px);line-height:1.06;letter-spacing:-.055em;margin:22px 0 20px;max-width:760px;color:#101c26}
.hero p.lead{font-size:clamp(16px,1.8vw,19px);line-height:1.68;color:#5f6c7a;margin:0 0 24px;max-width:650px}
.cta-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin:24px 0 18px}
.note{font-size:13px;color:#71818b;display:flex;align-items:center;gap:8px}.note svg{flex:0 0 auto}
.service-card{
  background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);
  padding:26px;position:relative;overflow:hidden;backdrop-filter:blur(14px)
}
.service-card:before{content:"";position:absolute;inset:auto -90px -130px auto;width:340px;height:340px;background:radial-gradient(circle,rgba(16,182,143,.17),transparent 68%);pointer-events:none}
.service-head{display:flex;align-items:center;gap:14px;margin-bottom:20px;position:relative;z-index:1}.service-head h2{font-size:22px;letter-spacing:-.035em;margin:0}.shield{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#daf5ec,#b8eadb);display:grid;place-items:center;color:#087966}
.platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;position:relative;z-index:1}.platform-tile{min-height:126px;border:1px solid rgba(15,80,70,.11);background:rgba(255,255,255,.72);border-radius:14px;padding:18px;display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center;position:relative;box-shadow:0 14px 28px rgba(18,63,57,.045)}.platform-tile .arrow{position:absolute;right:16px;bottom:14px;color:#7b8b91}.platform-tile h3{font-size:15px;margin:0 0 6px}.platform-tile p{font-size:12px;line-height:1.35;margin:0;color:#5b6870}.device-icon{width:54px;height:54px;display:grid;place-items:center}.phone-shape{width:34px;height:54px;border-radius:9px;background:linear-gradient(180deg,#d4faf0,#85d7c7);border:3px solid #153c40;box-shadow:inset 0 -10px 18px rgba(0,0,0,.08);position:relative}.phone-shape:after{content:"";position:absolute;width:8px;height:8px;border-radius:99px;background:#fff;top:18px;left:50%;transform:translateX(-50%)}.android-shape{font-size:52px;color:#95c71f;line-height:1}.win-shape{width:52px;height:42px;display:grid;grid-template-columns:1fr 1fr;gap:3px;transform:skewY(-3deg)}.win-shape i{background:#159ce8;display:block}.laptop-shape{width:58px;height:42px;position:relative}.laptop-shape:before{content:"";position:absolute;width:48px;height:32px;left:5px;top:0;border-radius:6px;background:linear-gradient(135deg,#8275da,#f0f8ff);border:2px solid #596071}.laptop-shape:after{content:"";position:absolute;width:58px;height:6px;bottom:0;left:0;border-radius:5px;background:#394b60}.cabinet-shape{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,#bdf5e8,#79d6c9);display:grid;grid-template-columns:repeat(2,1fr);gap:7px;padding:12px}.cabinet-shape i{border:2px solid rgba(255,255,255,.9);border-radius:3px}.support-shape{width:52px;height:52px;border-radius:50%;border:6px solid #0aa67f;position:relative}.support-shape:before,.support-shape:after{content:"";position:absolute;width:12px;height:18px;background:#0aa67f;top:17px;border-radius:6px}.support-shape:before{left:-9px}.support-shape:after{right:-9px}.support-shape i{position:absolute;width:19px;height:5px;border-radius:6px;background:#0aa67f;right:-8px;bottom:8px;transform:rotate(-22deg)}
.section{padding:58px 0}.section-sm{padding:38px 0}.section-title{font-size:clamp(30px,4vw,44px);line-height:1.12;letter-spacing:-.045em;margin:0 0 14px;color:#111d25}.section-lead{font-size:18px;line-height:1.6;color:#65737c;margin:0 0 28px;max-width:760px}.mini-heading{font-size:18px;margin:0 0 18px;letter-spacing:-.02em}.benefit-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.use-case-row{grid-template-columns:repeat(3,1fr)}.soft-card{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 12px 34px rgba(18,63,57,.055)}.soft-card h3{margin:0 0 8px;font-size:18px;letter-spacing:-.03em}.soft-card p{margin:0;color:#5f6f76;line-height:1.48;font-size:15px}.round-icon{width:54px;height:54px;border-radius:50%;background:#e0f4ed;display:grid;place-items:center;margin-bottom:16px;color:#087966}.why-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:18px}.feature-large{min-height:280px;border-radius:26px;padding:32px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(221,247,239,.72));border:1px solid var(--line);box-shadow:var(--shadow2);position:relative;overflow:hidden}.feature-large:after{content:"";position:absolute;right:-70px;bottom:-80px;width:270px;height:270px;background:radial-gradient(circle,rgba(16,182,143,.22),transparent 70%)}.feature-large h3{font-size:32px;line-height:1.1;letter-spacing:-.045em;margin:0 0 14px}.feature-large p{font-size:17px;line-height:1.62;color:#5c6d73;max-width:650px;margin:0}.feature-side{display:grid;gap:18px}.feature-mini{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 12px 28px rgba(18,63,57,.055)}.feature-mini h3{font-size:19px;margin:0 0 8px;letter-spacing:-.025em}.feature-mini p{margin:0;color:#607179;line-height:1.45}.apps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.app-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;min-height:255px;box-shadow:var(--shadow2);display:flex;flex-direction:column;gap:16px}.app-card h3{font-size:22px;margin:0;letter-spacing:-.035em}.app-card p{color:#5f6f76;line-height:1.48;margin:0;flex:1}.app-actions{display:flex;gap:10px;flex-wrap:wrap}.icon-xl{height:64px;width:64px;display:grid;place-items:center}.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;position:relative}.timeline:before{content:"";position:absolute;left:6%;right:6%;top:35px;height:1px;background:repeating-linear-gradient(90deg, rgba(8,121,102,.35) 0 10px, transparent 10px 18px)}.step{position:relative;background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:18px;padding:20px 18px 18px;box-shadow:0 12px 28px rgba(18,63,57,.05)}.step-num{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#1dc59d,#0f9f7f);color:#fff;display:grid;place-items:center;font-weight:850;margin-bottom:18px;position:relative;z-index:1}.step h3{font-size:16px;margin:0 0 7px}.step p{font-size:14px;color:#61717a;line-height:1.42;margin:0}.account-preview{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:center;background:rgba(255,255,255,.74);border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow);overflow:hidden}.account-copy h2{font-size:40px;letter-spacing:-.045em;line-height:1.1;margin:0 0 14px}.account-copy p{color:#61717a;line-height:1.62;margin:0 0 22px;font-size:17px}.cabinet-ui{background:#f9fefd;border:1px solid rgba(15,80,70,.13);border-radius:24px;padding:18px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.6)}.cabinet-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.cabinet-title{font-weight:850}.status-pill{font-size:12px;border-radius:999px;background:#e3f6ef;color:#087966;padding:7px 10px;font-weight:800}.cabinet-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.cabinet-item{background:#fff;border:1px solid rgba(15,80,70,.1);border-radius:16px;padding:16px}.cabinet-item b{display:block;font-size:15px;margin-bottom:6px}.cabinet-item span{display:block;color:#63737a;font-size:13px;line-height:1.38}.support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.8);overflow:hidden;box-shadow:0 10px 24px rgba(18,63,57,.045)}.faq-question{width:100%;padding:20px 22px;text-align:left;background:transparent;border:0;font-weight:820;color:#15272a;display:flex;justify-content:space-between;align-items:center;gap:18px;cursor:pointer}.faq-question:after{content:"+";font-size:24px;color:#0a8e75}.faq-item.open .faq-question:after{content:"–"}.faq-answer{display:none;padding:0 22px 20px;color:#5f6f76;line-height:1.58}.faq-item.open .faq-answer{display:block}.footer{border-top:1px solid var(--line);padding:34px 0 30px;background:rgba(255,255,255,.58)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:38px}.footer h4{margin:0 0 12px;font-size:15px}.footer a,.footer p{display:block;margin:0 0 9px;color:#64747b;font-size:14px;line-height:1.45}.footer .logo{font-size:21px;margin-bottom:14px}.page-hero{padding:56px 0 34px}.page-hero-card{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:30px;padding:42px;box-shadow:var(--shadow);position:relative;overflow:hidden}.page-hero-card:after{content:"";position:absolute;right:-60px;top:-70px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(16,182,143,.18),transparent 70%)}.page-hero h1{font-size:clamp(38px,4.7vw,58px);margin:14px 0 16px}.page-hero p{font-size:18px;color:#607179;line-height:1.62;max-width:780px;margin:0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.content-card{background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow2)}.content-card h2{font-size:28px;letter-spacing:-.04em;margin:0 0 14px}.content-card h3{font-size:20px;margin:18px 0 9px}.content-card p,.content-card li{color:#607179;line-height:1.62}.content-card ul,.content-card ol{margin:0;padding-left:20px}.content-card li{margin-bottom:10px}.instruction-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px}.side-nav{position:sticky;top:96px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 12px 28px rgba(18,63,57,.055)}.side-nav a{display:block;padding:12px 12px;border-radius:12px;color:#465b61;font-weight:700}.side-nav a:hover{background:#eaf8f3;color:#087966}.check-list{display:grid;gap:12px}.check-item{display:flex;gap:12px;align-items:flex-start;color:#607179;line-height:1.5}.check-mark{width:23px;height:23px;border-radius:50%;background:#dff5ee;color:#087966;display:grid;place-items:center;flex:0 0 auto;font-weight:900}.form{display:grid;gap:14px}.field{display:grid;gap:7px}.field label{font-weight:750;color:#243438}.field input,.field select,.field textarea{width:100%;border:1px solid rgba(15,80,70,.16);background:#fff;border-radius:14px;padding:13px 14px;color:#132528;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#0f9f7f;box-shadow:0 0 0 4px rgba(16,182,143,.12)}.message{display:none;border-radius:14px;background:#e3f6ef;color:#087966;border:1px solid rgba(8,121,102,.18);padding:13px 14px;font-weight:750}.message.show{display:block}.account-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px}.account-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow2)}.account-state{display:grid;gap:12px}.state-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(15,80,70,.1);border-radius:15px;padding:14px;background:#fbfffe}.state-row span{font-weight:760}.state-row em{font-style:normal;color:#708087;font-size:13px}.quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.download-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.doc-text h2{font-size:28px;letter-spacing:-.035em}.doc-text h3{font-size:20px;margin-top:26px}.doc-text p,.doc-text li{color:#607179;line-height:1.7}.toast{position:fixed;right:20px;bottom:20px;z-index:100;background:#10201f;color:#fff;border-radius:16px;padding:14px 16px;box-shadow:0 20px 50px rgba(0,0,0,.18);opacity:0;transform:translateY(10px);pointer-events:none;transition:.22s ease;font-weight:700}.toast.show{opacity:1;transform:translateY(0)}
.account-entry-hero{padding-bottom:18px}.account-entry-hero .page-hero-card{padding:38px 42px}.account-entry-hero h1{margin-top:0}.account-entry-section{padding-top:18px}.account-entry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:900px}.account-entry-card{display:grid;align-content:start;gap:16px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow2)}.account-entry-card h2{font-size:28px;letter-spacing:-.04em;margin:0}.account-entry-card p{margin:0;color:#607179;line-height:1.55}.account-entry-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.account-entry-actions .btn{width:auto}.text-link{color:#087966;font-weight:800}.account-entry-steps{display:grid;gap:9px;margin:0;padding-left:20px;color:#607179;line-height:1.45}.account-entry-card > .btn{width:max-content;max-width:100%}
.account-session-section{display:none;padding-top:18px;scroll-margin-top:104px}.account-session-section:target{display:block}.account-dashboard{display:grid;gap:20px}.account-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.account-session-card{display:flex;align-items:center;justify-content:space-between;gap:18px}.account-session-card h2{margin-top:14px}.account-authenticated .account-entry-section{display:none}.account-authenticated .account-session-section{display:block}.account-authenticated #downloads{display:block}body:has(.account-session-section:target) .account-entry-section{display:none}#downloads{display:none;scroll-margin-top:104px}body:has(#downloads:target) .account-entry-hero,body:has(#downloads:target) .account-entry-section,body:has(#downloads:target) .account-session-section{display:none}body:has(#downloads:target) #downloads{display:block}
.account-status-card .status-pill{display:inline-flex;margin-bottom:14px}.account-status-card h2{line-height:1.08;margin-bottom:18px;letter-spacing:0}
.home-entry-hero{padding:78px 0 18px}
.home-entry-hero .page-hero-card{padding:58px 42px 52px}
.home-entry-hero h1{margin-top:20px;font-size:clamp(44px,6vw,76px);max-width:980px}
.home-entry-hero p{max-width:900px}
.home-entry-hero .cta-row{margin-top:28px}
.home-platform-section{padding-top:16px}
.home-platform-section .download-grid .app-card{min-height:300px}
.app-card-soon{background:#f4f7f6 !important;border-color:#d9e1df !important;box-shadow:0 10px 24px rgba(61,75,74,.035) !important;color:#7a8587}
.app-card-soon .icon-xl,.app-card-soon p{filter:grayscale(1);opacity:.62}
.app-card-soon h3{color:#6e7b7d}
.system-dialog{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:22px;background:rgba(13,30,29,.22);backdrop-filter:blur(6px)}
.system-dialog[hidden]{display:none !important}
.system-dialog-card{width:min(100%,420px);display:grid;gap:14px;border:1px solid rgba(15,80,70,.14);border-radius:12px;background:#fff;box-shadow:0 28px 80px rgba(18,63,57,.22);padding:22px;text-align:left}
.system-dialog-card h2{margin:0;color:#172a2d;font-size:20px;line-height:1.2;letter-spacing:0}
.system-dialog-card p{margin:0;color:#465b61;font-size:14px;font-weight:650;line-height:1.55}
.system-dialog-card .btn{justify-self:end;width:auto;min-width:86px}
.system-dialog-card .dialog-actions{justify-content:flex-end;margin-top:2px}
.device-reset-dialog-card .dialog-actions .btn{justify-self:auto}
[data-email-dialog] .system-dialog-card{width:min(100%,520px);gap:16px;padding:24px}
[data-email-dialog] .form{gap:12px}
[data-email-dialog] .app-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:2px}
[data-email-dialog] .btn{justify-self:stretch;width:100%;white-space:normal;line-height:1.25;min-height:46px}
[data-email-dialog] [data-email-cancel]{justify-self:start;width:auto;min-width:112px}
.field[hidden],[data-email-code-panel][hidden]{display:none !important}
body.dialog-open{overflow:hidden}
.soon-label{display:inline-grid;min-height:36px;align-items:center;border-radius:12px;border:1px solid #d1dad8;background:#eef2f1;color:#697779;padding:8px 14px;font-weight:850;font-size:14px}
@media (max-width: 1080px){
  .hero-grid{grid-template-columns:1fr;gap:30px}.service-card{max-width:780px}.platform-grid{grid-template-columns:repeat(2,1fr)}.benefit-row,.apps-grid,.support-grid,.download-grid{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:repeat(2,1fr)}.timeline:before{display:none}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.quick-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 760px){
  .container{width:min(100% - 28px, var(--container))}.header-inner{height:66px;grid-template-columns:1fr auto}.logo{font-size:21px}.logo-dot{width:22px;height:22px}.nav,.header-actions .login-main{display:none}.menu-toggle{display:flex}.mobile-panel.open{display:block}.hero{padding:32px 0 24px}.hero-grid{gap:24px}.home-entry-hero{padding:34px 0 10px}.home-entry-hero .page-hero-card{padding:28px}.home-entry-hero h1{font-size:clamp(38px,11vw,56px)}.cta-row{align-items:stretch}.btn{width:100%;min-height:46px}.service-card{border-radius:22px;padding:18px}.platform-grid{grid-template-columns:1fr}.platform-tile{min-height:108px}.section{padding:42px 0}.benefit-row,.why-grid,.apps-grid,.support-grid,.footer-grid,.two-col,.instruction-layout,.account-preview,.account-layout,.account-entry-grid,.account-dashboard-grid,.download-grid{grid-template-columns:1fr}.feature-large{min-height:auto;padding:24px}.feature-large h3,.account-copy h2{font-size:29px}.timeline{grid-template-columns:1fr}.cabinet-grid{grid-template-columns:1fr}.page-hero-card{padding:28px;border-radius:24px}.account-entry-hero .page-hero-card{padding:28px}.account-entry-card{padding:22px}.account-entry-actions .btn,.account-entry-card > .btn{width:100%}.account-session-card{align-items:flex-start;flex-direction:column}.side-nav{position:static}.footer{padding-bottom:90px}.footer-grid{gap:22px}.quick-grid{grid-template-columns:1fr}.account-preview{padding:20px}.content-card{padding:22px}.page-hero{padding:34px 0 18px}
}


/* Version 2 icon refresh */
.device-icon, .icon-xl {
  isolation:isolate;
}
.phone-shape{
  width:34px;
  height:54px;
  border-radius:10px;
  border:3px solid #173b40;
  background:linear-gradient(180deg,#d7fbf1,#96e0d2);
  box-shadow:inset 0 -12px 18px rgba(11,53,50,.12), 0 8px 16px rgba(18,63,57,.08);
  position:relative;
}
.phone-shape:before{
  content:"";
  position:absolute;
  top:5px;
  left:50%;
  transform:translateX(-50%);
  width:12px;
  height:3px;
  border-radius:999px;
  background:rgba(23,59,64,.3);
}
.phone-shape:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-36%);
  width:16px;
  height:16px;
  border-radius:0;
  background:center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='white'%3E%3Cellipse cx='9.3' cy='13.2' rx='4.2' ry='5.8'/%3E%3Cellipse cx='14.6' cy='13.1' rx='4.4' ry='5.6'/%3E%3Crect x='10.9' y='5.6' width='1.2' height='2.1' rx='.6'/%3E%3Cellipse cx='13.8' cy='4.8' rx='2.3' ry='1.3' transform='rotate(-32 13.8 4.8)'/%3E%3C/g%3E%3C/svg%3E");
}
.android-shape{
  width:44px;
  height:52px;
  background:center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='%2396c821'%3E%3Crect x='18' y='25' width='28' height='20' rx='4'/%3E%3Crect x='20' y='15' width='24' height='14' rx='9'/%3E%3Crect x='12' y='25' width='4' height='16' rx='2'/%3E%3Crect x='48' y='25' width='4' height='16' rx='2'/%3E%3Crect x='24' y='45' width='4' height='11' rx='2'/%3E%3Crect x='36' y='45' width='4' height='11' rx='2'/%3E%3Crect x='19' y='9' width='3' height='11' rx='1.5' transform='rotate(-28 19 9)'/%3E%3Crect x='42' y='9' width='3' height='11' rx='1.5' transform='rotate(28 42 9)'/%3E%3C/g%3E%3Ccircle cx='28' cy='22' r='2' fill='white'/%3E%3Ccircle cx='36' cy='22' r='2' fill='white'/%3E%3C/svg%3E");
  font-size:0;
  line-height:0;
  color:transparent;
  text-indent:-9999px;
  overflow:hidden;
}
.win-shape{
  width:52px;
  height:42px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:3px;
  transform:none;
}
.win-shape i{
  background:#1ba0ec;
  display:block;
  border-radius:1px;
}
.laptop-shape{
  width:58px;
  height:42px;
  position:relative;
}
.laptop-shape:before{
  content:"";
  position:absolute;
  width:48px;
  height:32px;
  left:5px;
  top:0;
  border-radius:7px;
  border:2px solid #5d6470;
  background:
    center 58% / 13px 13px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='white'%3E%3Cellipse cx='9.3' cy='13.2' rx='4.2' ry='5.8'/%3E%3Cellipse cx='14.6' cy='13.1' rx='4.4' ry='5.6'/%3E%3Crect x='10.9' y='5.6' width='1.2' height='2.1' rx='.6'/%3E%3Cellipse cx='13.8' cy='4.8' rx='2.3' ry='1.3' transform='rotate(-32 13.8 4.8)'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(135deg,#7b6fe6 8%,#dfe8ff 100%);
  box-shadow:inset 0 -8px 14px rgba(31,23,86,.12);
}
.laptop-shape:after{
  content:"";
  position:absolute;
  width:58px;
  height:6px;
  bottom:0;
  left:0;
  border-radius:5px;
  background:#44556c;
}


/* Reference icon pack */
.device-icon,.icon-xl,.round-icon,.step-icon{display:grid;place-items:center}
.phone-shape,.android-shape,.win-shape,.laptop-shape,.cabinet-shape,.support-shape,
.apple-mark,.finder-logo,.device-line-icon,.grid-line-icon,.calendar-line-icon,.phone-line-icon,.shield-line-icon,.download-line-icon,.connect-line-icon{
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
}
.phone-shape{width:34px;height:54px;background-image:url('icons/phone-ios.svg');border:none;box-shadow:none;border-radius:0}
.phone-shape:before,.phone-shape:after{display:none!important}
.android-shape{width:42px;height:48px;background-image:url('icons/android.svg');font-size:0;line-height:0;color:transparent;text-indent:-9999px;overflow:hidden}
.win-shape{width:52px;height:42px;display:block;background-image:url('icons/windows.svg')}
.win-shape i{display:none}
.laptop-shape{width:58px;height:42px;background-image:url('icons/macbook.svg');display:block}
.laptop-shape:before,.laptop-shape:after{display:none!important}
.cabinet-shape{width:50px;height:50px;background-image:url('icons/cabinet.svg');display:block;padding:0;border-radius:0}
.cabinet-shape i{display:none}
.support-shape{width:52px;height:52px;background-image:url('icons/support.svg');display:block;border:none;border-radius:0}
.support-shape:before,.support-shape:after,.support-shape i{display:none!important}
.apple-mark{width:48px;height:48px;background-image:url('icons/apple-mark.svg')}
.finder-logo{width:48px;height:48px;background-image:url('icons/finder.svg')}
.device-line-icon{width:32px;height:32px;background-image:url('icons/device.svg')}
.grid-line-icon{width:32px;height:32px;background-image:url('icons/grid.svg')}
.calendar-line-icon{width:32px;height:32px;background-image:url('icons/calendar.svg')}
.phone-line-icon{width:32px;height:32px;background-image:url('icons/phone-line.svg')}
.shield-line-icon{width:32px;height:32px;background-image:url('icons/shield.svg')}
.download-line-icon{width:32px;height:32px;background-image:url('icons/download.svg')}
.connect-line-icon{width:32px;height:32px;background-image:url('icons/connect.svg')}
.round-icon.app-grid-icon{font-size:0;background:#e0f4ed}
.round-icon.app-grid-icon::before{content:'';width:32px;height:32px;background:url('icons/grid.svg') center/contain no-repeat;display:block}
.step-icon{width:32px;height:32px}


/* SVG-coded icon version */
.svg-icon{display:block;max-width:100%;height:auto}
.device-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center}
.hero-ios{width:36px;height:58px}
.hero-android{width:44px;height:44px}
.hero-windows{width:48px;height:36px}
.hero-macos{width:60px;height:44px}
.hero-cabinet{width:50px;height:50px}
.hero-support{width:48px;height:48px}
.round-icon-svg{display:flex;align-items:center;justify-content:center;padding:0}
.benefit-icon{width:32px;height:32px}
.icon-xl{height:70px;display:flex;align-items:flex-start;justify-content:flex-start}
.app-apple{width:48px;height:48px}
.app-android{width:42px;height:42px}
.app-windows{width:52px;height:38px}
.app-macos{width:46px;height:46px}
@media (max-width:760px){
  .hero-ios{width:34px;height:54px}
  .hero-android{width:40px;height:40px}
  .hero-windows{width:44px;height:32px}
  .hero-macos{width:56px;height:40px}
  .app-apple{width:44px;height:44px}
  .app-android{width:38px;height:38px}
  .app-windows{width:48px;height:34px}
  .app-macos{width:42px;height:42px}
}


/* Fixed icon proportions */
.device-icon{width:62px;height:62px;display:flex;align-items:center;justify-content:center}
.svg-icon{display:block;max-width:100%;height:auto}
.hero-ios{width:44px;height:58px}
.hero-android{width:50px;height:50px}
.hero-windows{width:58px;height:44px}
.hero-macos{width:66px;height:46px}
.hero-cabinet{width:56px;height:56px}
.hero-support{width:56px;height:56px}
.round-icon-svg{background:transparent;padding:0;width:64px;height:64px}
.benefit-icon{width:64px;height:64px}
.icon-xl{height:84px;display:flex;align-items:flex-start;justify-content:flex-start}
.app-apple{width:62px;height:62px}
.app-android{width:58px;height:58px}
.app-windows{width:66px;height:50px}
.app-macos{width:58px;height:58px}
@media (max-width:760px){
  .device-icon{width:56px;height:56px}
  .hero-ios{width:38px;height:52px}
  .hero-android{width:44px;height:44px}
  .hero-windows{width:50px;height:38px}
  .hero-macos{width:58px;height:42px}
  .hero-cabinet,.hero-support{width:50px;height:50px}
  .app-apple{width:54px;height:54px}
  .app-android{width:50px;height:50px}
  .app-windows{width:58px;height:44px}
  .app-macos{width:52px;height:52px}
}


/* V2 layout + icon fix */
:root{--container:1360px}
.container{width:min(var(--container), calc(100% - 128px))}
.hero-grid{
  grid-template-columns:minmax(470px, 1fr) minmax(0, 690px);
  gap:clamp(34px,4.2vw,66px);
  align-items:center;
}
.service-card{
  width:100%;
  max-width:690px;
  justify-self:end;
  padding:28px;
}
.platform-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.platform-tile{
  min-width:0;
  min-height:132px;
  grid-template-columns:66px minmax(0,1fr);
  gap:14px;
  padding:18px 18px 18px 16px;
}
.platform-tile h3{font-size:16px}
.platform-tile p{font-size:13px}
.device-icon{width:66px;height:66px}
.hero-ios{width:50px;height:68px}
.hero-android{width:54px;height:54px}
.hero-windows{width:62px;height:48px}
.hero-macos{width:72px;height:50px}
.hero-cabinet{width:58px;height:58px}
.hero-support{width:60px;height:60px}
.icon-xl{height:92px}
.app-apple{width:66px;height:72px}
.app-android{width:62px;height:66px}
.app-windows{width:70px;height:54px}
.app-macos{width:62px;height:66px}

@media (max-width: 1320px){
  .container{width:min(var(--container), calc(100% - 72px))}
  .hero-grid{grid-template-columns:minmax(430px, .92fr) minmax(0, 640px);gap:34px}
  .service-card{max-width:640px}
  .platform-tile{grid-template-columns:60px minmax(0,1fr);gap:12px}
  .device-icon{width:60px;height:60px}
}
@media (max-width: 1120px){
  .hero-grid{grid-template-columns:1fr}
  .service-card{justify-self:start;max-width:760px}
}
@media (max-width:760px){
  .container{width:min(100% - 28px, var(--container))}
  .hero-grid{grid-template-columns:1fr}
  .platform-grid{grid-template-columns:1fr}
  .platform-tile{grid-template-columns:62px 1fr}
  .hero-ios{width:42px;height:58px}
  .hero-android{width:48px;height:48px}
  .hero-windows{width:54px;height:42px}
  .hero-macos{width:62px;height:44px}
  .hero-cabinet{width:54px;height:54px}
  .hero-support{width:54px;height:54px}
}


/* Real downloaded/web logo icon pack */
.real-logo{display:block;object-fit:contain}
.real-device{position:relative;display:block}
.real-device > img:first-child{display:block;width:100%;height:100%;object-fit:contain}
.real-iphone{width:48px;height:72px}
.real-apple-on-phone{position:absolute;left:50%;top:52%;width:17px;height:17px;object-fit:contain;transform:translate(-50%,-50%);filter:brightness(0) invert(1)}
.real-android{width:56px;height:64px}
.real-windows{width:70px;height:54px}
.real-macbook{width:78px;height:54px}
.real-apple-on-mac{position:absolute;left:50%;top:45%;width:14px;height:14px;object-fit:contain;transform:translate(-50%,-50%);filter:brightness(0) invert(1)}
.real-cabinet{width:58px;height:58px}
.real-support{width:60px;height:60px}

.app-real-apple{width:68px;height:76px}
.app-real-android{width:64px;height:76px}
.app-real-windows{width:76px;height:58px}
.app-real-finder{width:66px;height:66px}

.device-icon{width:78px;height:78px;display:flex;align-items:center;justify-content:center}
.platform-tile{grid-template-columns:82px minmax(0,1fr)}
.platform-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.service-card{overflow:hidden}
@media (max-width:760px){
  .device-icon{width:68px;height:68px}
  .platform-tile{grid-template-columns:72px minmax(0,1fr)}
  .real-iphone{width:42px;height:62px}
  .real-android{width:50px;height:58px}
  .real-windows{width:62px;height:48px}
  .real-macbook{width:68px;height:48px}
}


/* Refined alignment + proportions */
.platform-tile{padding:18px 42px 18px 18px !important;align-items:center}
.platform-tile > div:not(.device-icon){min-width:0;padding-right:8px}
.platform-tile .arrow{right:14px !important;bottom:14px !important}
.device-icon{justify-self:center}
.real-device{display:flex;align-items:center;justify-content:center}
.real-iphone{width:48px;height:72px}
.real-apple-on-phone{left:50% !important;top:50% !important;width:14px !important;height:16px !important;transform:translate(-50%,-50%) !important;object-fit:contain}
.real-android{width:54px !important;height:60px !important}
.real-windows{width:56px !important;height:42px !important}
.real-macbook{width:76px !important;height:52px !important}
.real-apple-on-mac{left:50% !important;top:44% !important;width:12px !important;height:14px !important;transform:translate(-50%,-50%) !important;object-fit:contain}
.real-cabinet{width:54px !important;height:54px !important}
.real-support{width:54px !important;height:54px !important}

.app-card .icon-xl{width:100% !important;height:92px !important;display:flex !important;align-items:center !important;justify-content:center !important;margin-bottom:2px}
.app-real-apple{width:80px !important;height:80px !important;object-fit:contain}
.app-real-android{width:64px !important;height:76px !important;object-fit:contain}
.app-real-windows{width:66px !important;height:50px !important;object-fit:contain}
.app-real-finder{width:68px !important;height:68px !important;object-fit:contain}

@media (max-width:760px){
  .platform-tile{padding:16px 40px 16px 16px !important}
  .real-iphone{width:42px;height:64px}
  .real-android{width:48px !important;height:54px !important}
  .real-windows{width:50px !important;height:38px !important}
  .real-macbook{width:66px !important;height:46px !important}
  .app-card .icon-xl{height:82px !important}
  .app-real-apple{width:70px !important;height:70px !important}
  .app-real-android{width:58px !important;height:68px !important}
  .app-real-windows{width:58px !important;height:44px !important}
  .app-real-finder{width:60px !important;height:60px !important}
}


/* Final alignment and overflow fixes */
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,720px) !important;gap:48px !important;align-items:center !important}
.service-card{max-width:720px !important;justify-self:end !important;overflow:hidden !important}
.platform-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:14px !important}
.platform-tile{
  min-height:154px !important;
  grid-template-columns:72px minmax(0,1fr) !important;
  gap:12px !important;
  padding:18px 38px 18px 14px !important;
  align-items:start !important;
}
.platform-tile > div:not(.device-icon){
  min-width:0 !important;
  padding-right:10px !important;
  overflow-wrap:anywhere !important;
}
.platform-tile h3{font-size:15px !important;line-height:1.1 !important;margin:2px 0 8px !important}
.platform-tile p{font-size:12px !important;line-height:1.32 !important;margin:0 !important;max-width:100% !important}
.platform-tile .arrow{right:12px !important;bottom:12px !important}
.device-icon{width:68px !important;height:68px !important;justify-self:center !important;align-self:center !important}

.real-device{display:flex !important;align-items:center !important;justify-content:center !important}
.real-iphone{width:44px !important;height:70px !important}
.real-apple-on-phone{left:50% !important;top:47% !important;width:12px !important;height:14px !important;transform:translate(-50%,-50%) !important;object-fit:contain !important}
.real-android{width:52px !important;height:58px !important}
.real-windows{width:50px !important;height:38px !important}
.real-macbook{width:70px !important;height:50px !important}
.real-apple-on-mac{left:50% !important;top:43% !important;width:11px !important;height:13px !important;transform:translate(-50%,-50%) !important;object-fit:contain !important}
.real-cabinet{width:50px !important;height:50px !important}
.real-support{width:50px !important;height:50px !important}

.apps-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:18px !important}
.app-card{padding:22px 22px 20px !important;gap:12px !important;min-height:246px !important}
.app-card .icon-xl{
  width:100% !important;
  height:76px !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:center !important;
  margin:0 0 2px !important;
  padding-top:2px !important;
}
.app-card h3{font-size:22px !important;line-height:1.05 !important;margin:0 !important}
.app-card p{line-height:1.42 !important}
.app-real-apple{width:70px !important;height:70px !important;object-fit:contain !important}
.app-real-android{width:56px !important;height:64px !important;object-fit:contain !important}
.app-real-windows{width:60px !important;height:44px !important;object-fit:contain !important}
.app-real-finder{width:62px !important;height:62px !important;object-fit:contain !important}

@media (max-width: 1200px){
  .hero-grid{grid-template-columns:1fr !important;gap:30px !important}
  .service-card{justify-self:start !important;max-width:760px !important}
}
@media (max-width: 900px){
  .apps-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media (max-width: 760px){
  .platform-grid{grid-template-columns:1fr !important}
  .platform-tile{grid-template-columns:64px minmax(0,1fr) !important;min-height:126px !important;padding:16px 36px 16px 14px !important}
  .device-icon{width:60px !important;height:60px !important}
  .real-iphone{width:40px !important;height:62px !important}
  .real-android{width:46px !important;height:52px !important}
  .real-windows{width:46px !important;height:34px !important}
  .real-macbook{width:62px !important;height:44px !important}
  .apps-grid{grid-template-columns:1fr !important}
  .app-card .icon-xl{height:72px !important}
  .app-real-apple{width:64px !important;height:64px !important}
  .app-real-android{width:52px !important;height:60px !important}
  .app-real-windows{width:54px !important;height:40px !important}
  .app-real-finder{width:58px !important;height:58px !important}
}


/* No bad word wraps + safer Apple logo */
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,760px) !important;gap:44px !important}
.service-card{max-width:760px !important}
.platform-grid{gap:12px !important}
.platform-tile{
  grid-template-columns:76px minmax(0,1fr) !important;
  min-height:150px !important;
  padding:18px 34px 18px 16px !important;
  gap:10px !important;
}
.platform-tile > div:not(.device-icon){
  min-width:0 !important;
  padding-right:6px !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
  hyphens:none !important;
}
.platform-tile h3{
  font-size:17px !important;
  line-height:1.06 !important;
  margin:2px 0 8px !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}
.platform-tile p{
  font-size:12px !important;
  line-height:1.33 !important;
  letter-spacing:-0.01em !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}
.device-icon{width:72px !important;height:72px !important}
.real-iphone{width:46px !important;height:72px !important}
.real-apple-on-phone{
  top:46% !important;
  left:50% !important;
  width:10px !important;
  height:12px !important;
  transform:translate(-50%,-50%) !important;
}
.real-android{width:52px !important;height:58px !important}
.real-windows{width:52px !important;height:40px !important}
.real-macbook{width:72px !important;height:50px !important}
.real-cabinet,.real-support{width:50px !important;height:50px !important}

.apps-grid{gap:22px !important}
.app-card{
  padding:20px 18px 18px !important;
  gap:10px !important;
  min-height:240px !important;
}
.app-card .icon-xl{
  height:64px !important;
  align-items:flex-start !important;
  justify-content:center !important;
  padding-top:0 !important;
  margin:0 0 2px !important;
}
.app-card h3{
  margin:0 0 4px !important;
  line-height:1.02 !important;
}
.app-card p{margin:0 0 10px !important; line-height:1.42 !important}
.app-real-apple{
  width:74px !important;
  height:74px !important;
  object-fit:contain !important;
}
.app-real-android{
  width:54px !important;
  height:62px !important;
  object-fit:contain !important;
}
.app-real-windows{
  width:58px !important;
  height:42px !important;
  object-fit:contain !important;
}
.app-real-finder{
  width:60px !important;
  height:60px !important;
  object-fit:contain !important;
}
@media (max-width:1200px){
  .hero-grid{grid-template-columns:1fr !important}
  .service-card{max-width:760px !important; justify-self:start !important}
}
@media (max-width:760px){
  .platform-tile{grid-template-columns:68px minmax(0,1fr) !important; min-height:128px !important; padding:16px 34px 16px 14px !important}
  .device-icon{width:64px !important;height:64px !important}
  .real-iphone{width:40px !important;height:64px !important}
  .real-android{width:46px !important;height:52px !important}
  .real-windows{width:46px !important;height:34px !important}
  .real-macbook{width:64px !important;height:44px !important}
  .app-card .icon-xl{height:60px !important}
  .app-real-apple{width:66px !important;height:66px !important}
  .app-real-android{width:50px !important;height:58px !important}
  .app-real-windows{width:52px !important;height:38px !important}
  .app-real-finder{width:56px !important;height:56px !important}
}


/* Client-clean pass: fixed iPhone Apple mark and removed homepage cabinet miniature */
.account-preview{grid-template-columns:1fr !important;max-width:900px !important;gap:0 !important;padding:34px !important}
.account-copy{max-width:640px !important}

.real-iphone{width:46px !important;height:72px !important}
.real-apple-on-phone{
  top:49% !important;
  left:50% !important;
  width:13px !important;
  height:15px !important;
  transform:translate(-50%,-50%) !important;
  object-fit:contain !important;
  filter:brightness(0) invert(1) !important;
}
.app-card .icon-xl{height:72px !important;align-items:flex-start !important;justify-content:center !important}
.app-real-apple{
  width:92px !important;
  height:72px !important;
  object-fit:contain !important;
}
@media (max-width:760px){
  .account-preview{padding:24px !important}
  .real-iphone{width:42px !important;height:66px !important}
  .real-apple-on-phone{width:12px !important;height:14px !important;top:49% !important}
  .app-card .icon-xl{height:66px !important}
  .app-real-apple{width:84px !important;height:64px !important}
}


/* Apple miniatures final cleanup */
.real-device{position:relative;display:flex !important;align-items:center !important;justify-content:center !important}
.real-iphone{width:46px !important;height:74px !important}
.real-apple-on-phone{
  left:50% !important;
  top:50% !important;
  width:12px !important;
  height:14px !important;
  transform:translate(-50%,-50%) !important;
  color:#fff !important;
  filter:brightness(0) invert(1) !important;
  object-fit:contain !important;
}
.real-macbook{width:72px !important;height:50px !important}
.real-apple-on-mac{
  left:50% !important;
  top:44% !important;
  width:10px !important;
  height:12px !important;
  transform:translate(-50%,-50%) !important;
  color:#fff !important;
  filter:brightness(0) invert(1) !important;
  object-fit:contain !important;
}
.app-card .icon-xl{height:76px !important; align-items:center !important; justify-content:center !important}
.app-real-apple{
  width:52px !important;
  height:60px !important;
  object-fit:contain !important;
  color:#6f7184 !important;
}
@media (max-width:760px){
  .real-iphone{width:42px !important;height:68px !important}
  .real-apple-on-phone{width:11px !important;height:13px !important}
  .real-apple-on-mac{width:9px !important;height:11px !important}
  .app-real-apple{width:46px !important;height:54px !important}
}


/* Corrected Apple logo shape on main-screen iPhone/macOS miniatures and lower iPhone card */
.real-iphone{width:46px !important;height:74px !important}
.real-apple-on-phone{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  width:15px !important;
  height:17px !important;
  transform:translate(-50%,-50%) !important;
  object-fit:contain !important;
  filter:none !important;
}
.real-macbook{width:72px !important;height:50px !important}
.real-apple-on-mac{
  position:absolute !important;
  left:50% !important;
  top:44% !important;
  width:12px !important;
  height:14px !important;
  transform:translate(-50%,-50%) !important;
  object-fit:contain !important;
  filter:none !important;
}
.app-card .icon-xl{
  height:76px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.app-real-apple{
  width:74px !important;
  height:74px !important;
  object-fit:contain !important;
}
@media (max-width:760px){
  .real-iphone{width:42px !important;height:68px !important}
  .real-apple-on-phone{width:13px !important;height:15px !important}
  .real-apple-on-mac{width:11px !important;height:13px !important}
  .app-real-apple{width:64px !important;height:64px !important}
}


/* Tight Apple logo fix: natural leaf position, no clipping */
.real-apple-on-phone{
  width:13px !important;
  height:15px !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  object-fit:contain !important;
}
.real-apple-on-mac{
  width:11px !important;
  height:13px !important;
  left:50% !important;
  top:44% !important;
  transform:translate(-50%,-50%) !important;
  object-fit:contain !important;
}
.app-card .icon-xl{height:76px !important;align-items:center !important;justify-content:center !important}
.app-real-apple{
  width:56px !important;
  height:64px !important;
  object-fit:contain !important;
}
@media (max-width:760px){
  .real-apple-on-phone{width:12px !important;height:14px !important}
  .real-apple-on-mac{width:10px !important;height:12px !important}
  .app-real-apple{width:50px !important;height:58px !important}
}


/* FINAL BALANCE FIX
   Goal:
   1) top iPhone/macOS tiles — make green/purple device graphics smaller,
      keep Apple logos full and visually centered;
   2) lower app icons — normalize all icons to one visual scale and prevent overlap.
*/
.hero-visual .device-icon,
.platform-grid .device-icon{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.real-iphone{
  width:40px !important;
  height:64px !important;
}
.real-apple-on-phone{
  width:14px !important;
  height:16px !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  object-fit:contain !important;
}
.real-macbook{
  width:64px !important;
  height:44px !important;
}
.real-apple-on-mac{
  width:12px !important;
  height:14px !important;
  left:50% !important;
  top:44% !important;
  transform:translate(-50%,-50%) !important;
  object-fit:contain !important;
}

/* Lower applications section: one consistent icon scale */
.apps-grid .app-card .icon-xl,
.download-grid .app-card .icon-xl{
  width:100% !important;
  height:80px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-bottom:4px !important;
}
.apps-grid .app-card .real-logo,
.download-grid .app-card .real-logo{
  object-fit:contain !important;
  max-width:72px !important;
  max-height:72px !important;
}
.apps-grid .app-real-apple,
.download-grid .app-real-apple{
  width:58px !important;
  height:58px !important;
}
.apps-grid .app-real-android,
.download-grid .app-real-android{
  width:56px !important;
  height:66px !important;
}
.apps-grid .app-real-windows,
.download-grid .app-real-windows{
  width:62px !important;
  height:46px !important;
}
.apps-grid .app-real-finder,
.download-grid .app-real-finder{
  width:58px !important;
  height:58px !important;
}

@media (max-width:760px){
  .real-iphone{width:38px !important;height:60px !important}
  .real-apple-on-phone{width:13px !important;height:15px !important}
  .real-macbook{width:60px !important;height:42px !important}
  .real-apple-on-mac{width:11px !important;height:13px !important}
  .apps-grid .app-card .icon-xl,
  .download-grid .app-card .icon-xl{height:72px !important}
  .apps-grid .app-real-apple,
  .download-grid .app-real-apple{width:54px !important;height:54px !important}
  .apps-grid .app-real-android,
  .download-grid .app-real-android{width:52px !important;height:60px !important}
  .apps-grid .app-real-windows,
  .download-grid .app-real-windows{width:56px !important;height:42px !important}
  .apps-grid .app-real-finder,
  .download-grid .app-real-finder{width:54px !important;height:54px !important}
}


/* Final Apple/logo cleanup: replace problematic raster Apple marks with glyphs, normalize lower icon scale */
.real-device{position:relative;display:flex !important;align-items:center !important;justify-content:center !important}
.real-iphone{width:38px !important;height:60px !important}
.real-macbook{width:60px !important;height:42px !important}
.apple-glyph-top{
  position:absolute !important;
  left:50% !important;
  color:#fff !important;
  line-height:1 !important;
  font-family:"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif !important;
  font-weight:700 !important;
  transform:translate(-50%,-50%) !important;
  -webkit-font-smoothing:antialiased !important;
  text-rendering:geometricPrecision !important;
}
.apple-glyph-phone{top:50% !important;font-size:17px !important}
.apple-glyph-mac{top:42.5% !important;font-size:13px !important}
/* Hide any legacy image-based apple marks if still present */
.real-apple-on-phone,.real-apple-on-mac{display:none !important}

/* Bottom applications cards: larger white zone, one common icon area and one visual scale */
.apps-grid .app-card,
.download-grid .app-card{
  padding:28px 26px 24px !important;
  gap:14px !important;
  min-height:330px !important;
}
.apps-grid .app-card .icon-xl,
.download-grid .app-card .icon-xl{
  width:100% !important;
  height:96px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 0 6px !important;
}
.apps-grid .app-card h3,
.download-grid .app-card h3{margin:0 !important}
.apps-grid .app-card p,
.download-grid .app-card p{margin:0 !important; line-height:1.42 !important}

.apple-glyph-card{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:72px !important;
  height:72px !important;
  color:#081531 !important;
  font-size:66px !important;
  line-height:1 !important;
  font-family:"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif !important;
  font-weight:700 !important;
  -webkit-font-smoothing:antialiased !important;
}
.apps-grid .app-real-android,
.download-grid .app-real-android{
  width:66px !important;
  height:74px !important;
  object-fit:contain !important;
}
.apps-grid .app-real-windows,
.download-grid .app-real-windows{
  width:72px !important;
  height:54px !important;
  object-fit:contain !important;
}
.apps-grid .app-real-finder,
.download-grid .app-real-finder{
  width:70px !important;
  height:70px !important;
  object-fit:contain !important;
}
@media (max-width:760px){
  .real-iphone{width:36px !important;height:56px !important}
  .real-macbook{width:56px !important;height:39px !important}
  .apple-glyph-phone{font-size:16px !important}
  .apple-glyph-mac{font-size:12px !important}
  .apps-grid .app-card,
  .download-grid .app-card{min-height:300px !important;padding:24px 22px 22px !important}
  .apps-grid .app-card .icon-xl,
  .download-grid .app-card .icon-xl{height:88px !important}
  .apple-glyph-card{width:66px !important;height:66px !important;font-size:60px !important}
  .apps-grid .app-real-android,.download-grid .app-real-android{width:60px !important;height:68px !important}
  .apps-grid .app-real-windows,.download-grid .app-real-windows{width:66px !important;height:50px !important}
  .apps-grid .app-real-finder,.download-grid .app-real-finder{width:64px !important;height:64px !important}
}

/* Keep the platform panel on the right without overlapping the hero copy. */
.hero-grid{
  width:min(1860px, calc(100% - 128px)) !important;
  grid-template-columns:minmax(0,720px) minmax(720px,900px) !important;
  gap:56px !important;
  justify-content:space-between !important;
}
.service-card{
  width:100% !important;
  max-width:900px !important;
  justify-self:end !important;
}
.hero-grid > div:first-child{
  max-width:720px !important;
  min-width:0 !important;
}
.hero h1{
  max-width:720px !important;
  font-size:clamp(62px,4.2vw,82px) !important;
  overflow-wrap:normal !important;
}
.hero p.lead{
  max-width:560px !important;
}
@media (min-width:1201px) and (max-width:1800px){
  .hero-grid{
    grid-template-columns:minmax(0,650px) minmax(680px,820px) !important;
    gap:42px !important;
  }
  .service-card{
    justify-self:end !important;
    max-width:820px !important;
  }
  .hero-grid > div:first-child{
    max-width:650px !important;
  }
  .hero h1{
    font-size:clamp(52px,3.8vw,68px) !important;
    max-width:650px !important;
    overflow-wrap:normal !important;
  }
  .hero p.lead{
    max-width:520px !important;
  }
}
@media (min-width:1201px) and (max-width:1500px){
  .hero-grid{
    grid-template-columns:minmax(0,560px) minmax(620px,720px) !important;
    gap:32px !important;
  }
  .service-card{
    max-width:720px !important;
    padding:24px !important;
  }
  .hero-grid > div:first-child{
    max-width:560px !important;
  }
  .platform-tile{
    grid-template-columns:60px minmax(0,1fr) !important;
    min-height:146px !important;
    padding:16px 34px 16px 12px !important;
  }
  .device-icon{
    width:60px !important;
    height:60px !important;
  }
  .hero h1{
    font-size:clamp(44px,3.6vw,54px) !important;
    max-width:560px !important;
  }
  .hero p.lead{
    max-width:500px !important;
  }
}
@media (min-width:761px) and (max-width:1200px){
  .hero-grid{
    width:min(100% - 72px, var(--container)) !important;
    grid-template-columns:1fr !important;
    gap:30px !important;
  }
  .service-card{
    justify-self:start !important;
    max-width:min(100%,860px) !important;
  }
  .hero-grid > div:first-child{
    max-width:760px !important;
  }
  .hero h1{
    max-width:760px !important;
    font-size:clamp(46px,7vw,64px) !important;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
  }
  .hero p.lead{
    max-width:720px !important;
  }
  .platform-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media (max-width:760px){
  .hero-grid{
    width:min(100% - 28px, var(--container)) !important;
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  .service-card{
    justify-self:start !important;
    width:100% !important;
    max-width:100% !important;
  }
  .hero-grid > div:first-child,
  .hero h1,
  .hero p.lead{
    max-width:100% !important;
  }
  .hero h1{
    font-size:clamp(34px,8.2vw,46px) !important;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
  }
}
.app-actions .text-link{
  align-self:center;
  display:inline-flex;
  color:#087966;
  font-weight:850;
  line-height:1.2;
}

/* Footer layout */
.footer-grid{
  grid-template-columns:minmax(260px,1.35fr) minmax(220px,.8fr) minmax(200px,.7fr);
  align-items:start;
}
.footer-grid>div:nth-child(2){justify-self:center}
.footer-grid>div:nth-child(3){justify-self:end}
@media (max-width:760px){
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>div:nth-child(2),
  .footer-grid>div:nth-child(3){justify-self:start}
}

/* Account form alerts and non-form toast */
.message{
  line-height:1.45;
  overflow-wrap:anywhere;
}
.message-error{
  background:#fff1ef;
  color:#9f2f1f;
  border-color:rgba(189,59,38,.22);
}
.message-success{
  background:#e3f6ef;
  color:#087966;
  border-color:rgba(8,121,102,.18);
}
.toast{
  left:50%;
  right:auto;
  bottom:max(20px,env(safe-area-inset-bottom));
  width:min(440px,calc(100vw - 32px));
  max-width:calc(100vw - 32px);
  transform:translate(-50%,10px);
  line-height:1.45;
  text-align:center;
  overflow-wrap:anywhere;
}
.toast.show{
  transform:translate(-50%,0);
}

/* Compact account dashboard */
.account-page .header-inner{
  grid-template-columns:1fr auto;
}
.account-page .header-actions{
  grid-column:2;
}
.account-page-head{
  padding:28px 0 10px;
}
.account-page-head h1{
  font-size:clamp(30px,3.8vw,42px);
  line-height:1.08;
  letter-spacing:0;
  margin:0 0 8px;
}
.account-page-head p{
  max-width:620px;
  margin:0;
  color:#607179;
  font-size:16px;
  line-height:1.55;
}
.account-session-section{
  padding-top:20px;
}
.account-dashboard{
  gap:14px;
}
.account-dashboard-intro{
  display:grid;
  gap:6px;
}
.account-dashboard-intro h2{
  margin:0;
  font-size:22px;
  letter-spacing:0;
}
.account-dashboard-intro p{
  margin:0;
  color:#607179;
}
.account-dashboard-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
  gap:14px;
}
.account-status-card{
  display:grid;
  align-content:start;
  gap:14px;
  min-height:0;
  border-radius:8px;
  padding:20px;
}
.account-status-card h2{
  margin:0;
  font-size:22px;
  line-height:1.2;
  letter-spacing:0;
}
.account-status-card p{
  margin:0;
  line-height:1.5;
}
.account-status-card p span{
  display:block;
  margin-top:5px;
  color:#71818b;
  font-size:13px;
}
.account-license-card .status-pill{
  width:max-content;
  margin:0;
}
.account-info-card{
  grid-column:1;
  grid-row:1;
}
.account-license-card{
  grid-column:2;
  grid-row:1 / span 2;
  align-self:stretch;
}
.account-license-card[data-license-state="success"] .status-pill{
  background:#e3f6ef;
  color:#087966;
}
.account-license-card[data-license-state="warning"] .status-pill{
  background:#fff3d7;
  color:#9a5c00;
}
.account-license-card[data-license-state="neutral"] .status-pill{
  background:#eef2f1;
  color:#59696e;
}
.status-pill[data-tone="success"]{
  background:#e3f6ef;
  color:#087966;
}
.status-pill[data-tone="warning"]{
  background:#fff3d7;
  color:#9a5c00;
}
.status-pill[data-tone="neutral"]{
  background:#eef2f1;
  color:#59696e;
}
.account-license-card[data-license-state="warning"]{
  border-color:rgba(195,112,0,.24);
}
.account-info-list{
  display:grid;
  gap:8px;
  margin:0;
}
.account-info-list div{
  display:grid;
  grid-template-columns:minmax(120px,.7fr) minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-height:34px;
  border-top:1px solid rgba(15,80,70,.08);
  padding-top:8px;
}
.account-info-list div:first-child{
  border-top:0;
  padding-top:0;
}
.account-info-list dt{
  color:#607179;
  font-size:13px;
  font-weight:750;
}
.account-info-list dd{
  margin:0;
  color:#172a2d;
  font-weight:800;
  overflow-wrap:anywhere;
}
.account-info-list .status-pill{
  display:inline-flex;
  width:max-content;
  max-width:100%;
}
.account-meta{
  display:grid;
  gap:8px;
  margin:0;
}
.account-meta div{
  display:flex;
  justify-content:space-between;
  gap:14px;
  border-top:1px solid rgba(15,80,70,.09);
  padding-top:8px;
}
.account-meta dt{
  color:#607179;
  font-weight:700;
}
.account-meta dd{
  margin:0;
  color:#172a2d;
  font-weight:800;
  text-align:right;
}
.account-metrics{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.account-metrics span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 9px;
  border-radius:8px;
  background:#f2f7f5;
  border:1px solid rgba(15,80,70,.1);
  color:#34464a;
  font-size:13px;
  font-weight:800;
}
.account-profile-card{
  grid-column:1;
  grid-row:2;
  gap:10px;
  padding-top:18px;
  padding-bottom:18px;
}
.account-profile-summary{
  display:grid;
  gap:6px;
}
.account-profile-summary p{
  margin:0;
}
.account-profile-panel{
  border:1px solid rgba(15,80,70,.12);
  border-radius:8px;
  background:#fbfffe;
  padding:14px;
}
.account-profile-panel[hidden]{
  display:none;
}
.account-profile-panel .form{
  gap:12px;
}
.account-profile-actions,
.account-card-actions{
  margin-top:2px;
  padding-top:12px;
  border-top:1px solid rgba(15,80,70,.09);
}
.account-license-card .account-card-actions{
  margin-top:auto;
  padding-top:18px;
}
.account-device-primary-actions{
  justify-content:flex-start;
  padding-top:18px;
}
.account-profile-actions{
  padding-top:0;
  border-top:0;
}
.account-card-actions:empty{
  display:none;
}

body:has(.header) .page-shell{
  padding-top:82px;
}
body:has(.header) .header{
  position:fixed;
  left:0;
  right:0;
  top:0;
}

.account-devices-card,
.account-support-card{
  grid-column:1 / -1;
}
.account-license-platforms{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.account-license-platform{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-width:0;
  min-height:42px;
  padding:7px 8px;
  border:1px solid rgba(15,80,70,.12);
  border-radius:8px;
  background:#f7fcfa;
  color:#244044;
  font-size:11px;
  font-weight:800;
  overflow:hidden;
}
.account-license-platform.is-active{
  border-color:rgba(8,121,102,.22);
  background:#e9f8f3;
  color:#087966;
}
.account-license-platform.is-inactive{
  background:#f2f5f4;
  color:#7b878b;
}
.account-license-platform .account-platform-img{
  flex:0 0 auto;
  width:24px;
  height:24px;
  max-width:24px;
  max-height:24px;
  object-fit:contain;
}
.account-license-platform .account-platform-phone{
  width:18px;
  max-width:18px;
}
.account-license-platform .account-platform-windows{
  width:28px;
  max-width:28px;
}
.account-license-platform.is-inactive .account-platform-img{
  filter:grayscale(1);
  opacity:.48;
}
.account-device-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.account-device-card{
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-height:92px;
  border:1px solid rgba(15,80,70,.12);
  border-radius:8px;
  background:#f9fffd;
  padding:14px;
}
.account-device-card.is-active{
  border-color:rgba(8,121,102,.24);
  background:linear-gradient(180deg,#f9fffd,#eaf8f3);
  box-shadow:0 12px 26px rgba(18,63,57,.055);
}
.account-device-card.is-inactive{
  background:#f3f6f5;
  color:#7b878b;
}
.account-device-icon{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  overflow:hidden;
}
.account-device-icon .account-platform-img{
  width:42px;
  height:42px;
  max-width:42px;
  max-height:42px;
  object-fit:contain;
}
.account-device-icon .account-platform-phone{
  width:28px;
  max-width:28px;
}
.account-device-icon .account-platform-windows{
  width:48px;
  max-width:48px;
}
.account-device-card.is-inactive .account-device-icon .account-platform-img{
  filter:grayscale(1);
  opacity:.45;
}
.account-device-copy{
  display:grid;
  gap:4px;
  min-width:0;
}
.account-device-copy strong{
  color:#172a2d;
  font-size:15px;
  line-height:1.15;
}
.account-device-copy span{
  color:#087966;
  font-size:12px;
  font-weight:800;
}
.account-device-card.is-inactive .account-device-copy strong,
.account-device-card.is-inactive .account-device-copy span{
  color:#7b878b;
}
.account-device-list{
  display:grid;
  gap:10px;
  margin:18px 0;
}
.account-device-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px;
  border:1px solid #d9e4e6;
  border-radius:8px;
  background:#fff;
}
.account-device-row strong,
.account-device-row span,
.account-device-row small{
  display:block;
}
.account-device-row strong{
  color:#172a2d;
}
.account-device-row span,
.account-device-row small{
  color:#7b878b;
}
.account-device-row.is-inactive{
  background:#f5f8f8;
}
.account-device-row.is-empty{
  color:#7b878b;
}
.account-support-card{
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:14px 18px;
}
.account-support-card h2,
.account-support-card p{
  grid-column:1;
}
.account-support-card .btn{
  grid-column:2;
  grid-row:1 / span 2;
  justify-self:end;
  width:auto;
}
.account-profile-section{
  display:none;
  padding-top:0;
}
.account-authenticated .account-profile-section{
  display:block;
}
.subscription-main{
  min-height:100vh;
}
.subscription-card{
  display:grid;
  gap:20px;
  max-width:860px;
  margin:0 auto;
  border-radius:8px;
  padding:24px;
}
.subscription-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}
.subscription-top h1{
  margin:12px 0 8px;
  font-size:clamp(34px,5vw,54px);
  line-height:1.05;
  letter-spacing:0;
}
.subscription-top p{
  margin:0;
  color:#607179;
}
.subscription-meta{
  border-top:1px solid rgba(15,80,70,.09);
  padding-top:4px;
}
.subscription-plan-wrap{
  display:grid;
  gap:12px;
}
.subscription-plan-wrap[hidden]{
  display:none;
}
.subscription-plan-wrap h2{
  margin:0;
  font-size:22px;
  letter-spacing:0;
}
.subscription-plan-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:16px;
  border:1px solid rgba(15,80,70,.12);
  border-radius:8px;
  background:#fbfffe;
  padding:18px;
}
.subscription-plan-card h3{
  margin:10px 0 6px;
  font-size:20px;
  letter-spacing:0;
}
.subscription-plan-card p{
  margin:0;
  color:#607179;
}
.subscription-price{
  display:grid;
  gap:3px;
  text-align:right;
}
.subscription-price strong{
  color:#172a2d;
  font-size:24px;
  line-height:1;
}
.subscription-price.has-discount{
  gap:4px;
}
.subscription-price .old-price{
  color:#8a9a9f;
  font-size:14px;
  font-weight:800;
  text-decoration:line-through;
}
.subscription-price.has-discount strong{
  color:#087966;
}
.subscription-price span{
  color:#607179;
  font-size:13px;
  font-weight:800;
}
.referral-discount-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px;
  border:1px solid rgba(8,121,102,.16);
  border-radius:8px;
  background:#f7fcfa;
}
.referral-discount-card h3{
  margin:10px 0 6px;
  color:#172a2d;
  font-size:20px;
  line-height:1.2;
  letter-spacing:0;
}
.referral-discount-card p{
  margin:0;
  color:#607179;
  line-height:1.45;
}
.referral-discount-card p strong,
.referral-discount-card p span{
  display:block;
}
.referral-discount-card p strong{
  color:#087966;
}
.referral-discount-card.is-pending [data-referral-open],
.referral-discount-card.is-confirmed [data-referral-open]{
  display:none !important;
}
.subscription-modal{
  position:fixed;
  inset:0;
  z-index:80;
  display:grid;
  place-items:center;
  background:rgba(14,35,37,.28);
  padding:20px;
}
.subscription-modal[hidden]{
  display:none;
}
.subscription-modal-card{
  width:min(420px,100%);
  border:1px solid rgba(15,80,70,.13);
  border-radius:8px;
  background:#fff;
  box-shadow:0 20px 60px rgba(18,63,57,.18);
  padding:24px;
  display:grid;
  gap:14px;
}
.subscription-modal-card h2{
  margin:0;
  font-size:24px;
}
.subscription-modal-card p{
  margin:0;
  color:#607179;
  line-height:1.5;
}
.btn-danger{
  background:#fff1ef;
  color:#9f2f1f;
  border-color:rgba(189,59,38,.28);
}
.btn-danger:hover{
  background:#ffe8e4;
  border-color:rgba(189,59,38,.45);
  transform:translateY(-1px);
}
@media (max-width:760px){
  .account-page-head{
    padding:22px 0 6px;
  }
  .account-dashboard-grid{
    grid-template-columns:1fr;
  }
  .account-info-card,
  .account-license-card,
  .account-profile-card{
    grid-column:auto;
    grid-row:auto;
  }
  .account-device-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .account-device-row{
    align-items:stretch;
    flex-direction:column;
  }
  .account-device-row .btn{
    width:100%;
  }
  .account-support-card{
    grid-template-columns:1fr;
  }
  .account-support-card .btn{
    grid-column:1;
    grid-row:auto;
    justify-self:stretch;
    width:100%;
  }
  .subscription-top,
  .subscription-plan-card{
    grid-template-columns:1fr;
  }
  .subscription-price{
    text-align:left;
  }
  .account-status-card{
    padding:18px;
  }
  .account-meta div{
    display:grid;
    gap:3px;
  }
  .account-info-list div{
    grid-template-columns:1fr;
    gap:3px;
  }
  .account-meta dd{
    text-align:left;
  }
}
@media (max-width:520px){
  .account-license-platforms,
  .account-device-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .account-device-card{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
  }
}
@media (max-width:760px){
  body:has(.header) .page-shell{
    padding-top:66px;
  }
}
