
:root{
  --bg:#f5f7fb;
  --surface:#ffffff;
  --surface-2:#f8fafc;
  --text:#172033;
  --muted:#6b7689;
  --line:#e5eaf0;
  --brand:#16a34a;
  --brand-dark:#0f7a38;
  --brand-soft:#eaf8ef;
  --dark:#111827;
  --shadow:0 18px 45px rgba(17,24,39,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,"Noto Sans Thai","Segoe UI",Tahoma,Arial,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{width:min(1160px,calc(100% - 36px));margin:auto}
.nav{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(14px);
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(229,234,240,.95)
}
.nav-inner{height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px;font-weight:800}
.brand-logo{
  width:40px;height:40px;border-radius:13px;background:var(--dark);
  display:grid;place-items:center;color:#fff;font-weight:900;font-size:14px
}
.brand-text small{display:block;font-size:10px;color:var(--muted);font-weight:500;margin-top:-2px}
.nav-links{display:flex;gap:26px;color:#526077;font-size:14px}
.nav-actions{display:flex;gap:10px}
.btn{
  min-height:44px;padding:0 18px;border-radius:12px;border:1px solid transparent;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:700;cursor:pointer;transition:.18s
}
.btn-primary{background:var(--brand);color:#fff;box-shadow:0 10px 24px rgba(22,163,74,.18)}
.btn-primary:hover{background:var(--brand-dark);transform:translateY(-1px)}
.btn-secondary{background:#fff;border-color:var(--line)}
.btn-secondary:hover{border-color:#c9d0d9;background:#fafbfc}

.hero{padding:84px 0 58px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:54px;align-items:center}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--brand-soft);color:var(--brand-dark);
  font-size:13px;font-weight:800;padding:7px 11px;border-radius:999px
}
.hero h1{font-size:clamp(42px,6vw,70px);line-height:1.03;letter-spacing:-2.8px;margin:18px 0}
.hero h1 em{font-style:normal;color:var(--brand)}
.hero p{font-size:18px;color:var(--muted);max-width:640px;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.micro{font-size:12px;color:#8a95a7;margin-top:13px}

.demo-shell{
  position:relative;background:linear-gradient(155deg,#192235,#0d1422);
  border-radius:30px;padding:18px;box-shadow:0 36px 85px rgba(15,23,42,.22)
}
.chat{
  background:#f3f5f8;border-radius:22px;overflow:hidden
}
.chat-head{
  height:62px;background:#fff;border-bottom:1px solid var(--line);
  display:flex;align-items:center;gap:11px;padding:0 17px
}
.bot-avatar{
  width:36px;height:36px;border-radius:11px;background:var(--brand);
  display:grid;place-items:center;color:#fff;font-size:13px;font-weight:900
}
.chat-head strong{display:block;font-size:14px}
.chat-head span{font-size:11px;color:var(--muted)}
.chat-body{padding:22px 17px;min-height:400px}
.msg{
  max-width:86%;padding:12px 14px;border-radius:16px;
  margin-bottom:13px;font-size:13px;box-shadow:0 1px 4px rgba(0,0,0,.03)
}
.msg.user{margin-left:auto;background:#c8f5d7;border-bottom-right-radius:5px}
.msg.bot{background:#fff;border:1px solid #e7ebf0;border-bottom-left-radius:5px}
.file-pill{display:flex;gap:10px;align-items:center}
.file-icon{
  width:34px;height:34px;border-radius:10px;background:#eef2f7;
  display:grid;place-items:center
}
.file-pill b{display:block;font-size:13px}
.file-pill small{color:var(--muted)}

.section{padding:84px 0}
.section.white{background:#fff}
.section-head{text-align:center;max-width:760px;margin:0 auto 44px}
.eyebrow{color:var(--brand);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.section h2{font-size:clamp(30px,4vw,46px);line-height:1.15;letter-spacing:-1.4px;margin:10px 0 12px}
.section-head p{font-size:16px;color:var(--muted)}

.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{
  background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;
  box-shadow:0 6px 20px rgba(22,32,51,.03)
}
.card-icon{
  width:46px;height:46px;border-radius:14px;background:var(--brand-soft);
  display:grid;place-items:center;color:var(--brand-dark);font-weight:900;margin-bottom:17px
}
.card h3{margin:0 0 8px;font-size:18px}
.card p{margin:0;color:var(--muted);font-size:14px}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.step{background:var(--dark);color:#fff;border-radius:20px;padding:24px;min-height:205px}
.step-no{font-size:11px;color:#9aa4b4;margin-bottom:36px}
.step h3{margin:0 0 8px}
.step p{margin:0;color:#c6cdd8;font-size:14px}

.pricing{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.price-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;position:relative}
.price-card.featured{border:2px solid var(--brand);box-shadow:0 20px 50px rgba(22,163,74,.12)}
.popular{position:absolute;right:15px;top:15px;background:var(--brand-soft);color:var(--brand-dark);font-size:11px;font-weight:900;padding:5px 8px;border-radius:999px}
.plan{font-weight:900}
.price{font-size:38px;font-weight:900;letter-spacing:-1.5px;margin:9px 0}
.price small{font-size:13px;font-weight:500;color:var(--muted)}
.price-card ul{padding:0;list-style:none;color:#4f5b70;font-size:14px;margin:20px 0}
.price-card li{margin:9px 0}
.price-card li:before{content:"✓";color:var(--brand);font-weight:900;margin-right:8px}
.full{width:100%}

.faq{max-width:860px;margin:auto}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;margin:10px 0}
.faq-item summary{cursor:pointer;font-weight:800}
.faq-item p{color:var(--muted);margin-bottom:0}

.cta{
  background:linear-gradient(135deg,#111827,#172036);color:#fff;
  border-radius:28px;padding:46px;display:flex;align-items:center;justify-content:space-between;gap:28px
}
.cta h3{font-size:32px;margin:0 0 8px}
.cta p{margin:0;color:#c8cfda}
.footer{padding:34px 0 44px;color:#7c8798;font-size:13px}
.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-links{display:flex;gap:18px}

/* login */
.auth{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}
.auth-left{background:var(--dark);color:#fff;padding:60px;display:flex;flex-direction:column;justify-content:space-between}
.auth-left h1{font-size:48px;line-height:1.08;letter-spacing:-2px;margin:26px 0 12px}
.auth-left p{color:#b9c1cf;max-width:520px}
.auth-right{display:grid;place-items:center;padding:35px}
.auth-box{width:min(430px,100%)}
.auth-box h2{font-size:30px;margin-bottom:4px}
.auth-box>p{margin-top:0;color:var(--muted)}
.field{margin:17px 0}
.field label{display:block;font-size:13px;font-weight:800;margin-bottom:7px}
.input{width:100%;height:48px;border:1px solid #d6dce5;border-radius:12px;padding:0 13px;outline:none;background:#fff}
.input:focus{border-color:#81d29d;box-shadow:0 0 0 4px rgba(22,163,74,.08)}

/* dashboard */
.app{min-height:100vh;display:grid;grid-template-columns:250px 1fr}
.sidebar{background:var(--dark);color:#fff;padding:20px 14px;position:sticky;top:0;height:100vh}
.side-nav{margin-top:28px}
.side-link{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;color:#bdc5d1;font-size:14px;margin:4px 0}
.side-link:hover,.side-link.active{background:#1e293b;color:#fff}
.storage{
  position:absolute;left:14px;right:14px;bottom:18px;padding:14px;
  background:#182235;border:1px solid #263349;border-radius:14px
}
.storage strong{display:block;font-size:13px}
.storage span{font-size:11px;color:#9aa5b6}
.progress{height:7px;background:#28354a;border-radius:999px;margin:10px 0 5px;overflow:hidden}
.progress i{display:block;width:34%;height:100%;background:#22c55e}

.main{min-width:0}
.topbar{
  height:68px;background:#fff;border-bottom:1px solid var(--line);
  display:flex;align-items:center;justify-content:space-between;padding:0 26px;
  position:sticky;top:0;z-index:20
}
.content{padding:28px}
.page-title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}
.page-title h1{margin:0 0 3px;font-size:28px}
.page-title p{margin:0;color:var(--muted);font-size:14px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px}
.stat{background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px}
.stat span{font-size:12px;color:var(--muted)}
.stat strong{display:block;font-size:25px;margin-top:5px}
.toolbar{
  display:flex;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);
  border-radius:17px;padding:13px;margin-bottom:14px
}
.search{flex:1;height:42px;border:1px solid var(--line);border-radius:10px;padding:0 12px;outline:none}
.table-wrap{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}
table{width:100%;border-collapse:collapse}
th,td{padding:14px 16px;text-align:left;border-bottom:1px solid #eef1f5;font-size:13px}
th{background:#fafbfc;color:#697589;font-size:11px;text-transform:uppercase;letter-spacing:.05em}
.file-name{display:flex;align-items:center;gap:10px}
.mini{width:34px;height:34px;border-radius:9px;background:#eff3f7;display:grid;place-items:center}
.tag{display:inline-block;background:#f0fdf4;color:#15803d;font-size:11px;font-weight:800;padding:4px 8px;border-radius:999px}
.note{margin-top:10px;color:var(--muted);font-size:12px}
.profile{display:flex;align-items:center;gap:9px}
.avatar{width:34px;height:34px;border-radius:10px;background:#eef2f7;display:grid;place-items:center;font-weight:900}

@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .demo-shell{max-width:560px;margin:auto}
  .grid-3,.pricing{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .auth{grid-template-columns:1fr}.auth-left{display:none}
  .stats{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .nav-links{display:none}
  .nav-actions .btn-secondary{display:none}
  .hero{padding-top:54px}
  .hero h1{letter-spacing:-1.8px}
  .grid-3,.pricing,.steps{grid-template-columns:1fr}
  .cta{display:block;padding:30px}.cta .btn{margin-top:20px}
  .app{grid-template-columns:1fr}.sidebar{display:none}
  .content{padding:17px}
  .stats{grid-template-columns:1fr 1fr}
  .table-wrap{overflow-x:auto}table{min-width:760px}
}


/* =========================================================
   MOTION / VISUAL POLISH v2
   ========================================================= */
body{overflow-x:hidden}
.nav{transition:box-shadow .25s ease,background .25s ease}
.nav.scrolled{box-shadow:0 10px 35px rgba(17,24,39,.07);background:rgba(255,255,255,.97)}

.hero{position:relative;isolation:isolate}
.hero .container{position:relative;z-index:3}
.hero-orb{
  position:absolute;border-radius:50%;filter:blur(10px);opacity:.48;z-index:0;
  pointer-events:none;animation:orbFloat 8s ease-in-out infinite alternate
}
.orb-a{width:360px;height:360px;right:-90px;top:20px;background:radial-gradient(circle,#7ee2a2 0%,rgba(126,226,162,0) 68%)}
.orb-b{width:300px;height:300px;left:-130px;bottom:-60px;background:radial-gradient(circle,#b7d8ff 0%,rgba(183,216,255,0) 70%);animation-delay:-3s}
.hero-grid-pattern{
  position:absolute;inset:0;z-index:0;opacity:.24;pointer-events:none;
  background-image:linear-gradient(#d9e2ec 1px,transparent 1px),linear-gradient(90deg,#d9e2ec 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 78%)
}
@keyframes orbFloat{
  from{transform:translate3d(0,-10px,0) scale(.96)}
  to{transform:translate3d(-28px,20px,0) scale(1.08)}
}
.badge{animation:badgePulse 3s ease-in-out infinite}
@keyframes badgePulse{
  0%,100%{box-shadow:0 0 0 0 rgba(22,163,74,0)}
  50%{box-shadow:0 0 0 8px rgba(22,163,74,.06)}
}
.hero h1,.hero p,.hero-actions,.micro{animation:heroIn .7s both}
.hero p{animation-delay:.08s}.hero-actions{animation-delay:.16s}.micro{animation-delay:.24s}
@keyframes heroIn{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:none}
}

.visual-stage{position:relative;min-height:520px;display:grid;place-items:center}
.demo-shell{
  width:min(470px,100%);z-index:4;
  animation:demoEnter .8s .12s cubic-bezier(.2,.8,.2,1) both, demoHover 6s 1.1s ease-in-out infinite
}
@keyframes demoEnter{
  from{opacity:0;transform:translateY(25px) scale(.96) rotate(1deg)}
  to{opacity:1;transform:none}
}
@keyframes demoHover{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}

.live-pill{
  position:absolute;top:-14px;left:25px;z-index:8;
  display:flex;align-items:center;gap:7px;background:#fff;color:#3b4659;
  padding:8px 11px;border:1px solid #e7ebef;border-radius:999px;
  font-size:11px;font-weight:800;box-shadow:0 9px 25px rgba(15,23,42,.12)
}
.live-pill i,.connected-chip i{
  width:8px;height:8px;border-radius:50%;background:#22c55e;display:inline-block;
  box-shadow:0 0 0 0 rgba(34,197,94,.5);animation:livePing 1.8s infinite
}
@keyframes livePing{
  0%{box-shadow:0 0 0 0 rgba(34,197,94,.45)}
  70%{box-shadow:0 0 0 7px rgba(34,197,94,0)}
  100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}
}
.chat-status{margin-left:auto;color:#16a34a;font-size:10px;font-weight:800;background:#effcf3;padding:4px 7px;border-radius:999px}

.chat-body .msg{opacity:0;animation:messageIn .48s cubic-bezier(.2,.8,.2,1) forwards}
.chat-body .msg:nth-child(1){animation-delay:.65s}
.chat-body .msg:nth-child(2){animation-delay:1.08s}
.chat-body .msg:nth-child(3){animation-delay:1.55s}
.chat-body .msg:nth-child(4){animation-delay:1.95s}
.chat-body .msg:nth-child(5){animation-delay:2.42s}
.chat-body .msg:nth-child(6){animation-delay:2.84s}
@keyframes messageIn{
  from{opacity:0;transform:translateY(12px) scale(.98)}
  to{opacity:1;transform:none}
}
.demo-link{color:#15803d;font-weight:800}

.float-file{
  position:absolute;z-index:6;width:145px;background:rgba(255,255,255,.96);
  border:1px solid #e5eaf0;border-radius:16px;padding:12px;
  box-shadow:0 16px 40px rgba(15,23,42,.14);backdrop-filter:blur(8px);
  animation:fileFloat 5s ease-in-out infinite
}
.float-file span{
  display:inline-grid;place-items:center;width:36px;height:25px;border-radius:7px;
  background:#effcf3;color:#15803d;font-size:9px;font-weight:900;margin-bottom:8px
}
.float-file b{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.float-file small{display:block;color:#8993a4;font-size:9px;margin-top:2px}
.file-a{right:-55px;top:70px;animation-delay:-.8s}
.file-b{left:-62px;top:195px;animation-delay:-2.4s}
.file-c{right:-45px;bottom:62px;animation-delay:-3.3s}
@keyframes fileFloat{
  0%,100%{transform:translateY(0) rotate(-1deg)}
  50%{transform:translateY(-12px) rotate(1deg)}
}

.save-strip{
  display:flex;align-items:center;gap:10px;background:#fff;border-top:1px solid #e8edf2;
  padding:12px 15px
}
.save-icon{width:30px;height:30px;border-radius:9px;background:#eaf8ef;color:#15803d;display:grid;place-items:center;font-weight:900}
.save-strip b{display:block;font-size:11px}
.save-strip span{display:block;color:#8a95a6;font-size:9px}
.equalizer{margin-left:auto;display:flex;align-items:flex-end;gap:2px;height:18px}
.equalizer i{display:block;width:3px;border-radius:3px;background:#22c55e;animation:eq 1s ease-in-out infinite}
.equalizer i:nth-child(1){height:7px}.equalizer i:nth-child(2){height:14px;animation-delay:.12s}.equalizer i:nth-child(3){height:10px;animation-delay:.24s}.equalizer i:nth-child(4){height:16px;animation-delay:.36s}
@keyframes eq{0%,100%{transform:scaleY(.55);opacity:.5}50%{transform:scaleY(1);opacity:1}}

.trust-strip{background:#fff;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid>div{padding:22px 24px;text-align:center;border-right:1px solid #edf0f4}
.trust-grid>div:last-child{border-right:0}
.trust-grid strong{display:block;font-size:17px}
.trust-grid span{color:var(--muted);font-size:11px}

.reveal{
  opacity:0;transform:translateY(24px);
  transition:opacity .65s ease,transform .65s cubic-bezier(.2,.8,.2,1)
}
.reveal.in-view{opacity:1;transform:none}
.card,.price-card,.step{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.card:hover,.price-card:hover{transform:translateY(-7px);box-shadow:0 20px 48px rgba(17,24,39,.09);border-color:#d2d9e2}
.step:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(17,24,39,.16)}
.card-icon{transition:transform .25s ease}
.card:hover .card-icon{transform:rotate(-6deg) scale(1.08)}
.btn-primary{position:relative;overflow:hidden}
.btn-primary:after{
  content:"";position:absolute;top:-60%;left:-70%;width:55%;height:220%;
  transform:rotate(22deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.36),transparent);
  animation:shine 4.2s infinite
}
@keyframes shine{0%,70%{left:-80%}100%{left:150%}}

.connected-chip{
  display:inline-flex;align-items:center;gap:7px;background:#effcf3;color:#15803d;
  padding:6px 9px;border-radius:999px;font-size:11px;font-weight:800;margin-bottom:9px
}
.upload-btn span{font-size:18px;margin-right:2px}
.table tbody tr{transition:background .15s ease,transform .15s ease}
.table tbody tr:hover,table tbody tr:hover{background:#fafdfb}
.stat{transition:transform .2s ease,box-shadow .2s ease}
.stat:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(17,24,39,.06)}
.avatar{animation:avatarPulse 4s ease-in-out infinite}
@keyframes avatarPulse{0%,100%{box-shadow:0 0 0 0 rgba(22,163,74,0)}50%{box-shadow:0 0 0 6px rgba(22,163,74,.07)}}

@media(max-width:1100px){
  .float-file{transform:scale(.9)}
  .file-a{right:-18px}.file-b{left:-18px}.file-c{right:-14px}
}
@media(max-width:760px){
  .visual-stage{min-height:480px}
  .float-file{display:none}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-grid>div{border-bottom:1px solid #edf0f4}
}
@media (prefers-reduced-motion: reduce){
  *,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}


/* v3 — Direct Chat + LINE Group */
.modes-section{
  background:
    radial-gradient(circle at 15% 20%,rgba(22,163,74,.07),transparent 28%),
    radial-gradient(circle at 85% 80%,rgba(59,130,246,.07),transparent 30%),
    #f8fafc;
}
.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.mode-card{
  position:relative;background:#fff;border:1px solid var(--line);border-radius:24px;
  padding:28px;box-shadow:0 16px 38px rgba(17,24,39,.05);overflow:hidden;
  transition:transform .25s ease,box-shadow .25s ease
}
.mode-card:hover{transform:translateY(-6px);box-shadow:0 25px 55px rgba(17,24,39,.09)}
.mode-card:after{
  content:"";position:absolute;width:190px;height:190px;border-radius:50%;
  right:-85px;top:-90px;background:radial-gradient(circle,rgba(22,163,74,.12),transparent 70%)
}
.group-mode:after{background:radial-gradient(circle,rgba(59,130,246,.12),transparent 70%)}
.mode-top{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.mode-icon{
  width:52px;height:52px;border-radius:16px;background:#eaf8ef;color:#15803d;
  display:grid;place-items:center;font-size:12px;font-weight:900
}
.group-mode .mode-icon{background:#eff6ff;color:#2563eb}
.mode-label{font-size:10px;font-weight:900;letter-spacing:.12em;color:#8a95a6}
.mode-top h3{margin:2px 0 0;font-size:21px}
.mode-card>p{color:var(--muted);font-size:14px}
.mode-list{list-style:none;padding:0;margin:18px 0 0;display:flex;gap:8px;flex-wrap:wrap}
.mode-list li{
  background:#f8fafc;border:1px solid #e8edf2;color:#526077;
  border-radius:999px;padding:6px 9px;font-size:11px
}
.mini-flow{
  min-height:116px;border:1px solid #e8edf2;background:#fbfdfc;border-radius:18px;
  display:flex;align-items:center;justify-content:center;gap:12px;padding:17px;margin-bottom:18px
}
.flow-person,.flow-bot,.flow-cloud{
  width:64px;height:64px;border-radius:18px;background:#fff;border:1px solid #e5eaf0;
  display:grid;place-items:center;font-size:22px;box-shadow:0 8px 18px rgba(17,24,39,.04)
}
.flow-bot{background:#16a34a;color:#fff;font-size:13px;font-weight:900}
.flow-person small,.flow-bot small,.flow-cloud small{display:block;font-size:8px;font-weight:700;color:#8994a5}
.flow-bot small{color:#d9fbe3}
.flow-line{display:flex;gap:4px}
.flow-line i{width:5px;height:5px;background:#b7c1ce;border-radius:50%;animation:packet 1.5s infinite}
.flow-line i:nth-child(2){animation-delay:.18s}.flow-line i:nth-child(3){animation-delay:.36s}
@keyframes packet{0%,100%{opacity:.25;transform:translateX(-2px)}50%{opacity:1;transform:translateX(2px)}}

.group-visual{
  min-height:116px;border:1px solid #e8edf2;background:#fbfcff;border-radius:18px;
  display:flex;align-items:center;justify-content:center;gap:10px;padding:17px;margin-bottom:18px
}
.group-members{display:flex}
.group-members span{
  width:34px;height:34px;border-radius:50%;background:#fff;border:2px solid #fff;
  box-shadow:0 5px 12px rgba(17,24,39,.08);display:grid;place-items:center;margin-left:-7px;font-size:17px
}
.group-members span:first-child{margin-left:0}
.group-bubble{background:#dbeafe;border-radius:13px 13px 13px 4px;padding:9px 11px;min-width:110px}
.group-bubble b{display:block;font-size:11px}.group-bubble small{font-size:9px;color:#64748b}
.group-arrow{font-size:20px;color:#94a3b8;animation:arrowMove 1.8s ease-in-out infinite}
@keyframes arrowMove{0%,100%{transform:translateX(-2px)}50%{transform:translateX(4px)}}
.group-vault{
  width:58px;height:58px;background:#111827;color:#fff;border-radius:16px;
  display:grid;place-items:center;text-align:center;font-size:13px;font-weight:900
}
.group-vault small{font-size:8px;color:#9ddcb3}

.source-filter{
  height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;
  padding:0 10px;color:#526077;outline:none
}
.source-badge{
  display:inline-flex;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800;
  white-space:nowrap
}
.source-badge.direct{background:#ecfdf3;color:#15803d}
.source-badge.group{background:#eff6ff;color:#2563eb}

@media(max-width:850px){
  .mode-grid{grid-template-columns:1fr}
}


/* v4 - richer illustrations in "2 ways to save" */
.mode-illustration{
  position:relative;
  margin-bottom:18px;
  border:1px solid #e8edf2;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 14px 32px rgba(17,24,39,.05);
}
.direct-shot{
  background:linear-gradient(180deg,#fbfdfc,#f3f7f4);
}
.shot-top{
  display:flex;align-items:center;gap:10px;
  padding:14px 16px;background:#fff;border-bottom:1px solid #e8edf2;
}
.shot-bot{
  width:34px;height:34px;border-radius:11px;background:#16a34a;color:#fff;
  display:grid;place-items:center;font-size:12px;font-weight:900;
}
.shot-title b{display:block;font-size:13px}
.shot-title span{display:block;font-size:10px;color:#7c8798}
.shot-body{padding:16px;min-height:230px}
.bubble-left,.bubble-right{
  max-width:82%;
  padding:11px 13px;
  border-radius:15px;
  margin-bottom:12px;
  font-size:12px;
  line-height:1.45;
  box-shadow:0 1px 5px rgba(0,0,0,.03);
}
.bubble-left{
  background:#fff;border:1px solid #e7ebf0;border-bottom-left-radius:5px;
}
.bubble-right{
  background:#d7f7e2;border-bottom-right-radius:5px;margin-left:auto;
}
.bubble-left small,.bubble-right small{display:block;color:#6b7689;font-size:10px;margin-top:4px}
.mini-text{padding-top:8px;padding-bottom:8px}
.shot-file{display:flex;align-items:center;gap:10px}
.shot-file-icon,.group-file-icon{
  width:34px;height:34px;border-radius:10px;background:#eef2f7;
  display:grid;place-items:center;font-size:16px;flex:0 0 auto;
}
.shot-file b,.group-file b{display:block;font-size:12px}
.shot-file small,.group-file small{display:block;color:#7c8798;font-size:10px}
.success-line{background:#f8fffb;border-color:#d6f4df}
.shot-bottom{
  display:flex;align-items:center;justify-content:center;gap:10px;
  background:#fff;border-top:1px solid #e8edf2;padding:10px 14px;
  color:#728093;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em
}
.dot-sep{
  width:5px;height:5px;background:#c8d1dc;border-radius:50%;
}

.group-shot{
  background:linear-gradient(180deg,#fcfdff,#f3f7ff);
  padding:16px;
}
.group-head{
  display:flex;align-items:center;gap:12px;margin-bottom:16px;
}
.group-stack{display:flex}
.group-stack span{
  width:34px;height:34px;border-radius:50%;
  display:grid;place-items:center;
  background:#fff;border:2px solid #fff;
  margin-left:-7px;box-shadow:0 6px 12px rgba(17,24,39,.08)
}
.group-stack span:first-child{margin-left:0}
.group-head-text b{display:block;font-size:13px}
.group-head-text small{display:block;font-size:10px;color:#7c8798}
.group-flow{
  display:grid;grid-template-columns:1fr auto 160px;align-items:center;gap:12px;
  min-height:170px
}
.group-message{
  background:#fff;border:1px solid #e7ebf0;border-radius:16px;padding:14px;
  box-shadow:0 6px 14px rgba(17,24,39,.04)
}
.group-msg-user{
  font-size:10px;font-weight:900;color:#2563eb;margin-bottom:9px;letter-spacing:.08em
}
.group-file{display:flex;align-items:center;gap:10px}
.group-arrow-line{
  display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center
}
.group-arrow-line i{
  width:6px;height:6px;background:#93c5fd;border-radius:50%;
  animation:groupPacket 1.4s infinite
}
.group-arrow-line i:nth-child(2){animation-delay:.15s}
.group-arrow-line i:nth-child(3){animation-delay:.3s}
@keyframes groupPacket{
  0%,100%{opacity:.3;transform:translateX(0)}
  50%{opacity:1;transform:translateX(4px)}
}
.group-vault-card{
  background:#111827;color:#fff;border-radius:18px;padding:16px;text-align:center;
  box-shadow:0 16px 28px rgba(17,24,39,.18)
}
.vault-mark{
  width:40px;height:40px;border-radius:13px;background:#16a34a;
  display:grid;place-items:center;margin:0 auto 10px;font-size:12px;font-weight:900
}
.group-vault-card b{display:block;font-size:12px}
.group-vault-card small{display:block;color:#c8cfda;font-size:10px;margin-top:5px;line-height:1.45}
.group-meta-bar{
  display:flex;gap:8px;flex-wrap:wrap;margin-top:12px
}
.meta-pill{
  background:#fff;border:1px solid #dce7fb;color:#475569;
  border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800
}

@media(max-width:980px){
  .group-flow{grid-template-columns:1fr;gap:10px}
  .group-arrow-line{flex-direction:row}
}


/* v4.1 visibility safeguard */
.mode-card{
  opacity:1;
  transform:none;
}
.mode-card.reveal{
  opacity:0;
  transform:translateY(24px);
}
.mode-card.reveal.in-view{
  opacity:1;
  transform:none;
}


/* =========================================================
   v5 - Storage choice / Google Drive
   ========================================================= */
.storage-choice-section{
  background:
    radial-gradient(circle at 12% 15%,rgba(22,163,74,.07),transparent 30%),
    radial-gradient(circle at 88% 80%,rgba(66,133,244,.08),transparent 30%),
    #f7f9fc;
}
.storage-choice-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.storage-choice-card{
  background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;
  box-shadow:0 16px 40px rgba(17,24,39,.05);
  transition:transform .22s ease,box-shadow .22s ease;
}
.storage-choice-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 55px rgba(17,24,39,.09);
}
.storage-choice-head{display:flex;align-items:center;gap:13px;margin-bottom:18px}
.storage-choice-icon{
  width:50px;height:50px;border-radius:15px;display:grid;place-items:center;
  font-weight:900
}
.cloud-icon{background:#111827;color:#fff}
.drive-icon{background:#eef5ff;color:#4285f4;border:1px solid #dbeafe}
.storage-choice-head span{font-size:10px;font-weight:900;color:#8a95a6;letter-spacing:.1em}
.storage-choice-head h3{margin:2px 0 0;font-size:20px}
.storage-demo{
  border:1px solid #e8edf2;border-radius:18px;
  min-height:148px;margin-bottom:18px;padding:20px;
  display:flex;align-items:center;justify-content:center;gap:18px;
  overflow:hidden;
}
.vault-storage-demo{background:linear-gradient(135deg,#f8fbf9,#f2f8f4)}
.drive-storage-demo{background:linear-gradient(135deg,#fafcff,#f2f7ff)}
.storage-server{
  width:120px;background:#111827;color:#fff;border-radius:17px;padding:15px;
  position:relative;box-shadow:0 15px 28px rgba(17,24,39,.16)
}
.server-light{width:8px;height:8px;background:#22c55e;border-radius:50%;margin-bottom:11px;animation:livePing 1.8s infinite}
.server-lines{display:flex;gap:4px;margin-bottom:10px}
.server-lines i{height:4px;flex:1;background:#334155;border-radius:999px}
.storage-server strong{font-size:11px}
.storage-route{display:flex;gap:5px}
.storage-route i{width:6px;height:6px;background:#86efac;border-radius:50%;animation:packet 1.5s infinite}
.storage-route i:nth-child(2){animation-delay:.18s}.storage-route i:nth-child(3){animation-delay:.36s}
.storage-folder,.drive-folder{
  width:105px;height:90px;border-radius:17px;background:#fff;border:1px solid #e4eaf0;
  box-shadow:0 10px 25px rgba(17,24,39,.07);display:grid;place-items:center;
  align-content:center;font-size:26px
}
.storage-folder small,.drive-folder small{font-size:9px;color:#718096;margin-top:4px}
.drive-user{text-align:center}
.user-avatar{
  width:58px;height:58px;border-radius:50%;background:#fff;border:1px solid #dbe4ef;
  box-shadow:0 9px 20px rgba(17,24,39,.07);display:grid;place-items:center;
  font-size:10px;font-weight:900;margin:auto
}
.drive-user small{font-size:9px;color:#718096}
.drive-route i{background:#93c5fd}
.drive-mark{font-size:22px;color:#4285f4;transform:rotate(180deg);line-height:1}
.drive-folder strong{font-size:11px}
.storage-choice-card>p{color:var(--muted);font-size:14px}
.storage-benefits{list-style:none;padding:0;margin:17px 0 0}
.storage-benefits li{font-size:12px;color:#526077;margin:7px 0}
.storage-benefits li:before{content:"✓";color:#16a34a;font-weight:900;margin-right:8px}

/* dashboard active storage */
.active-storage-card{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  background:linear-gradient(135deg,#fff,#f7fbf8);
  border:1px solid var(--line);border-radius:17px;padding:15px 17px;margin-bottom:14px;
}
.active-storage-left{display:flex;align-items:center;gap:12px}
.active-storage-icon{
  width:42px;height:42px;border-radius:13px;background:#111827;color:#fff;
  display:grid;place-items:center;font-size:18px
}
.active-storage-left span{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:900;letter-spacing:.08em}
.active-storage-left strong{display:block;font-size:14px}
.active-storage-left small{display:block;color:#8a95a6;font-size:10px}

/* storage settings page */
.storage-settings-content{max-width:1120px}
.storage-selector-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px}
.storage-option{
  position:relative;text-align:left;background:#fff;border:2px solid var(--line);
  border-radius:20px;padding:22px;cursor:pointer;color:var(--text);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease
}
.storage-option:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(17,24,39,.06)}
.storage-option.selected{border-color:#16a34a;box-shadow:0 0 0 4px rgba(22,163,74,.07)}
.storage-option-check{
  position:absolute;right:16px;top:16px;width:24px;height:24px;border-radius:50%;
  background:#e5e7eb;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900
}
.storage-option.selected .storage-option-check{background:#16a34a}
.storage-option-logo{
  width:50px;height:50px;border-radius:15px;display:grid;place-items:center;
  font-weight:900;margin-bottom:14px
}
.cv-logo{background:#111827;color:#fff}
.gdrive-logo{background:#edf4ff;color:#4285f4;border:1px solid #d9e8ff}
.storage-option h3{margin:0 0 7px;font-size:18px}
.storage-option p{margin:0;color:var(--muted);font-size:13px;max-width:420px}
.storage-option-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}
.storage-option-meta span{
  background:#f7f9fb;border:1px solid #e7ebf0;border-radius:999px;
  padding:5px 8px;font-size:9px;color:#6b7689;font-weight:800
}
.storage-config-panel{
  background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;margin-bottom:16px
}
.storage-config-panel.hidden{display:none}
.config-panel-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.config-label{font-size:9px;color:#8a95a6;letter-spacing:.12em;font-weight:900}
.config-panel-head h2{margin:2px 0 5px;font-size:22px}
.config-panel-head p{margin:0;color:var(--muted);font-size:13px}
.connected-state,.not-connected-state{
  display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 10px;
  font-size:10px;font-weight:900;white-space:nowrap
}
.connected-state{background:#ecfdf3;color:#15803d}
.connected-state i{width:7px;height:7px;border-radius:50%;background:#22c55e;animation:livePing 1.8s infinite}
.not-connected-state{background:#f3f4f6;color:#667085}
.not-connected-state.is-connected{background:#ecfdf3;color:#15803d}
.usage-large{margin-top:22px;background:#f8fafc;border-radius:15px;padding:16px}
.usage-row{display:flex;justify-content:space-between;font-size:12px}
.usage-track{height:9px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin:10px 0 7px}
.usage-track i{display:block;height:100%;background:#16a34a;border-radius:999px}
.usage-large small{font-size:10px;color:#7c8798}
.drive-connect-box{
  margin-top:22px;display:flex;align-items:center;gap:14px;background:#f8fbff;
  border:1px solid #e3ebf6;border-radius:16px;padding:17px
}
.drive-big-logo{
  width:48px;height:48px;border-radius:14px;background:#fff;color:#4285f4;
  border:1px solid #d9e8ff;display:grid;place-items:center;font-weight:900;font-size:20px
}
.drive-connect-text{flex:1}
.drive-connect-text h3{margin:0 0 3px;font-size:15px}
.drive-connect-text p{margin:0;color:var(--muted);font-size:11px}
.drive-connected-btn{background:#15803d!important}
.folder-config{margin-top:18px}
.disabled-area{opacity:.42;pointer-events:none;filter:grayscale(.15)}
.folder-config>label{display:block;font-size:12px;font-weight:900;margin-bottom:8px}
.folder-field{display:flex;align-items:center;gap:9px}
.folder-field .input{flex:1}
.folder-rules{margin-top:15px;border-top:1px solid #edf0f4}
.switch-row{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:14px 0;border-bottom:1px solid #edf0f4
}
.switch-row b{display:block;font-size:12px}
.switch-row small{display:block;color:#8a95a6;font-size:10px;margin-top:2px}
.switch-row input{width:18px;height:18px;accent-color:#16a34a}
.storage-security-note{
  display:flex;gap:13px;background:#fffbeb;border:1px solid #fde7a6;
  border-radius:17px;padding:16px;margin-bottom:16px
}
.security-icon{font-size:22px}
.storage-security-note b{font-size:12px}
.storage-security-note p{margin:3px 0 0;color:#786b45;font-size:10px}
.save-storage-bar{
  position:sticky;bottom:18px;display:flex;align-items:center;justify-content:space-between;
  gap:20px;background:rgba(17,24,39,.96);color:#fff;border-radius:18px;padding:14px 16px;
  box-shadow:0 18px 45px rgba(17,24,39,.22);backdrop-filter:blur(12px)
}
.save-storage-bar b{display:block;font-size:12px}
.save-storage-bar small{display:block;color:#aeb7c5;font-size:9px;margin-top:2px}

@media(max-width:850px){
  .storage-choice-grid,.storage-selector-grid{grid-template-columns:1fr}
  .active-storage-card,.drive-connect-box,.save-storage-bar,.config-panel-head{align-items:flex-start;flex-direction:column}
  .drive-connect-box .btn,.save-storage-bar .btn{width:100%}
}


/* v5.1 - make Storage choice prominent on Landing */
.hero-storage-teaser{
  margin-top:18px;
  max-width:550px;
  display:flex;
  align-items:center;
  gap:13px;
  background:rgba(255,255,255,.84);
  border:1px solid #dfe6ed;
  border-radius:17px;
  padding:12px 14px;
  box-shadow:0 12px 30px rgba(17,24,39,.06);
  backdrop-filter:blur(10px);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.hero-storage-teaser:hover{
  transform:translateY(-3px);
  border-color:#c8d2dc;
  box-shadow:0 18px 38px rgba(17,24,39,.09);
}
.teaser-icons{
  min-width:102px;
  display:flex;
  align-items:center;
  gap:7px;
}
.teaser-cv,.teaser-g{
  width:34px;height:34px;border-radius:10px;
  display:grid;place-items:center;
  font-size:11px;font-weight:900;
}
.teaser-cv{background:#111827;color:#fff}
.teaser-g{background:#edf4ff;color:#4285f4;border:1px solid #d9e8ff}
.teaser-plus{font-size:9px;color:#8a95a6;font-weight:800}
.teaser-copy{flex:1}
.teaser-copy b{display:block;font-size:12px}
.teaser-copy span{display:block;font-size:10px;color:#7c8798;margin-top:2px}
.teaser-arrow{font-size:20px;color:#16a34a}

.storage-choice-section{
  position:relative;
}
.storage-choice-section:before{
  content:"";
  position:absolute;
  top:0;left:50%;transform:translateX(-50%);
  width:min(1160px,calc(100% - 36px));
  height:1px;
  background:linear-gradient(90deg,transparent,#dfe6ed,transparent);
}
.storage-card-link{
  display:inline-flex;
  margin-top:18px;
  font-size:12px;
  font-weight:900;
  color:#15803d;
  border-bottom:1px solid rgba(21,128,61,.18);
}
.storage-card-link.drive-link{color:#2563eb;border-bottom-color:rgba(37,99,235,.18)}
.storage-card-link:hover{opacity:.72}

@media(max-width:760px){
  .hero-storage-teaser{max-width:100%}
}


/* v5.2 cheaper dual pricing */
.pricing-switch{
  width:max-content;max-width:100%;
  margin:0 auto 26px;
  padding:5px;
  background:#f1f5f9;
  border:1px solid #e2e8f0;
  border-radius:14px;
  display:flex;
  gap:4px;
}
.pricing-tab{
  border:0;background:transparent;color:#64748b;
  padding:10px 16px;border-radius:10px;
  font-size:12px;font-weight:900;cursor:pointer;
  transition:.18s ease;
}
.pricing-tab.active{
  background:#fff;color:#172033;
  box-shadow:0 5px 15px rgba(17,24,39,.08);
}
.pricing-panel{display:none}
.pricing-panel.active{display:block;animation:pricingFade .28s ease both}
@keyframes pricingFade{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:none}
}
.pricing-label-row{
  display:flex;align-items:end;justify-content:space-between;gap:20px;
  margin-bottom:15px
}
.pricing-label-row h3{margin:2px 0 0;font-size:20px}
.pricing-kicker{
  color:#16a34a;font-size:9px;font-weight:900;letter-spacing:.12em
}
.pricing-saving{
  background:#ecfdf3;color:#15803d;border:1px solid #d1fae5;
  padding:7px 10px;border-radius:999px;font-size:10px;font-weight:900
}
.pricing-saving.neutral{
  background:#f3f4f6;color:#667085;border-color:#e5e7eb
}
.pricing-footnote{
  text-align:center;color:#8a95a6;font-size:10px;margin-top:12px
}
.cheap-badge{
  display:inline-flex;
  margin-left:6px;
  vertical-align:middle;
  padding:3px 7px;
  border-radius:999px;
  background:#ecfdf3;color:#15803d;
  font-size:9px;font-weight:900
}
.mini-price{
  display:inline-block;margin-top:10px;
  padding:5px 8px;border-radius:999px;
  background:#ecfdf3;color:#15803d;
  font-size:10px;font-weight:900
}
.mini-price.dark{
  background:#f3f4f6;color:#475467
}
@media(max-width:760px){
  .pricing-switch{width:100%}
  .pricing-tab{flex:1;padding-left:8px;padding-right:8px}
  .pricing-label-row{align-items:flex-start;flex-direction:column}
}


/* v5.3 - clearer Google Drive icon */
.gdrive-badge,
.gdrive-logo,
.drive-big-logo{
  background:#fff !important;
  border:1px solid #d9e8ff !important;
  box-shadow:0 8px 24px rgba(66,133,244,.10);
}

.gdrive-badge{
  display:grid;
  place-items:center;
}

.gdrive-triangle{
  position:relative;
  width:30px;
  height:26px;
  display:inline-block;
  filter:drop-shadow(0 2px 3px rgba(17,24,39,.12));
}
.gdrive-triangle.small{
  width:28px;
  height:24px;
}
.gdrive-triangle.big{
  width:34px;
  height:30px;
}

.g-seg{
  position:absolute;
  display:block;
}

.g-seg-a{
  width:12px;
  height:19px;
  left:2px;
  top:2px;
  background:#0f9d58;
  clip-path:polygon(53% 0, 100% 16%, 44% 100%, 0 84%);
}

.g-seg-b{
  width:12px;
  height:19px;
  right:2px;
  top:2px;
  background:#f4b400;
  clip-path:polygon(47% 0, 100% 84%, 56% 100%, 0 16%);
}

.g-seg-c{
  width:22px;
  height:10px;
  left:4px;
  bottom:2px;
  background:#4285f4;
  clip-path:polygon(12% 0, 88% 0, 100% 100%, 0 100%);
}

.gdrive-logo,
.drive-big-logo{
  display:grid;
  place-items:center;
}

.storage-choice-head h3 .cheap-badge{
  margin-top:-2px;
}


/* v5.4 - Single flat price for Google Drive */
.single-drive-pricing{
  max-width:980px;
  margin:0 auto;
}
.single-drive-card{
  display:grid;
  grid-template-columns:1fr 260px;
  gap:24px;
  align-items:center;
  background:
    radial-gradient(circle at 85% 20%,rgba(66,133,244,.08),transparent 30%),
    #fff;
  border:2px solid #dfeaf8;
  border-radius:24px;
  padding:26px;
  box-shadow:0 18px 45px rgba(17,24,39,.07);
}
.single-drive-left{
  display:flex;
  align-items:center;
  gap:18px;
}
.single-drive-icon{
  width:76px;
  height:76px;
  border-radius:20px;
  background:#fff;
  border:1px solid #d9e8ff;
  display:grid;
  place-items:center;
  box-shadow:0 12px 25px rgba(66,133,244,.12);
  flex:0 0 auto;
}
.single-drive-title{
  font-size:22px;
  font-weight:900;
  margin:3px 0 7px;
}
.single-drive-left p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  max-width:560px;
}
.single-drive-price{
  border-left:1px solid #e5eaf0;
  padding-left:24px;
}
.single-drive-price .price{
  margin:0 0 2px;
}
.single-drive-price>span{
  display:block;
  color:#8a95a6;
  font-size:10px;
  margin-bottom:14px;
}
.single-drive-features{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:16px;
}
.single-drive-features>div{
  position:relative;
  background:#fff;
  border:1px solid #e7ebf0;
  border-radius:16px;
  padding:15px 14px 14px 39px;
}
.single-drive-features>div>span{
  position:absolute;
  left:14px;
  top:15px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#ecfdf3;
  color:#15803d;
  display:grid;
  place-items:center;
  font-size:10px;
  font-weight:900;
}
.single-drive-features b{
  display:block;
  font-size:11px;
}
.single-drive-features small{
  display:block;
  color:#7c8798;
  font-size:9px;
  line-height:1.45;
  margin-top:3px;
}
.drive-storage-notice{
  margin-top:14px;
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 16px;
  background:#f8fbff;
  border:1px solid #dbeafe;
  border-radius:16px;
}
.notice-drive-icon{
  width:38px;
  height:38px;
  border-radius:11px;
  background:#fff;
  border:1px solid #d9e8ff;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.drive-storage-notice b{
  display:block;
  font-size:11px;
  color:#365a8c;
}
.drive-storage-notice p{
  margin:3px 0 0;
  color:#64748b;
  font-size:10px;
  line-height:1.55;
}

@media(max-width:850px){
  .single-drive-card{
    grid-template-columns:1fr;
  }
  .single-drive-price{
    border-left:0;
    border-top:1px solid #e5eaf0;
    padding-left:0;
    padding-top:18px;
  }
  .single-drive-features{
    grid-template-columns:1fr;
  }
}


/* v5.5 - real Google Drive logo */
.gdrive-real-logo{
  display:block;
  width:32px;
  height:32px;
  object-fit:contain;
}
.gdrive-real-logo.small{
  width:27px;
  height:27px;
}
.gdrive-real-logo.big{
  width:42px;
  height:42px;
}
.gdrive-badge .gdrive-real-logo{
  width:31px;
  height:31px;
}
.single-drive-icon .gdrive-real-logo.big{
  width:48px;
  height:48px;
}
.notice-drive-icon .gdrive-real-logo.small{
  width:26px;
  height:26px;
}
.drive-big-logo .gdrive-real-logo.big{
  width:36px;
  height:36px;
}
.gdrive-logo .gdrive-real-logo.small{
  width:30px;
  height:30px;
}
.real-drive-mark{
  line-height:1;
  transform:none!important;
}
.real-drive-mark .gdrive-real-logo{
  width:24px;
  height:24px;
}
