:root{
  --orange:#f15a24;--orange-2:#ff7b4d;--orange-soft:#fff1e9;
  --mint:#42b995;--mint-2:#159575;--mint-soft:#e9f9f3;
  --blue:#3f7fb8;--blue-soft:#eaf4ff;
  --ink:#17324d;--muted:#718197;--line:#e6eeee;--paper:#ffffff;--cream:#fffaf5;
  --danger:#c84848;--danger-soft:#fff0ef;
  --shadow:0 18px 50px rgba(27,76,83,.09);--shadow-soft:0 8px 26px rgba(27,76,83,.06);
  --radius-xl:28px;--radius-lg:22px;--radius-md:15px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Roboto,Arial,sans-serif;color:var(--ink);background:radial-gradient(circle at 8% 0%,#fff2e7 0,transparent 31%),radial-gradient(circle at 100% 10%,#e8faf3 0,transparent 32%),linear-gradient(180deg,#fffdf9 0,#f7fcfa 52%,#fff 100%)}
button,input,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(66,185,149,.22);outline-offset:2px}svg{width:18px;height:18px;stroke-width:2}.shell{max-width:1240px;margin:auto;padding:20px 22px 38px}.offline{position:sticky;top:0;z-index:90;display:flex;align-items:center;justify-content:center;gap:8px;background:#fff2d8;color:#7d5614;padding:9px 14px;font-size:12px}.offline svg{width:15px;height:15px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:4px 0 20px}.brand{display:flex;align-items:center;gap:13px;color:inherit;text-decoration:none}.brand img{width:104px;height:60px;object-fit:contain}.brand-copy{display:flex;flex-direction:column}.brand-kicker{font-size:9px;letter-spacing:.16em;font-weight:800;color:var(--mint-2);margin-bottom:2px}.brand h1{font-size:23px;line-height:1.08;margin:0;font-family:iCiel,Roboto,sans-serif}.brand p{margin:3px 0 0;color:var(--muted);font-size:12px}.userbox{display:flex;align-items:center;gap:10px;padding:8px 9px 8px 10px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft)}.avatar{width:40px;height:40px;border-radius:13px;background:var(--mint-soft);color:var(--mint-2);display:grid;place-items:center;font-weight:800}.ud{display:flex;flex-direction:column;gap:2px;min-width:120px}.ud b{font-size:13px;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ud small{font-size:11px;color:var(--muted)}.icon-btn{border:0;background:#f5f8f7;color:var(--ink);width:38px;height:38px;border-radius:12px;display:inline-grid;place-items:center}.icon-btn:hover{background:#edf5f2}.icon-btn svg{width:17px;height:17px}.eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:10px;letter-spacing:.12em;font-weight:800;color:var(--mint-2)}.eyebrow svg{width:14px;height:14px}

/* Login */
.login-shell{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);min-height:600px;border:1px solid var(--line);border-radius:32px;overflow:hidden;background:#fff;box-shadow:var(--shadow);margin:22px 0 36px}.login-showcase{position:relative;overflow:hidden;padding:58px;background:linear-gradient(145deg,#fff4e8 0%,#fffaf1 45%,#e7f9f2 100%)}.showcase-content{position:relative;z-index:2;max-width:570px}.login-eyebrow{margin-bottom:18px}.login-showcase h2{font-family:iCiel,Roboto,sans-serif;font-size:48px;line-height:1.06;margin:0;color:#0a745d}.login-showcase h2 span{color:var(--orange)}.login-showcase>div p,.showcase-content>p{font-size:16px;line-height:1.7;color:#5f7286;max-width:560px;margin:18px 0 28px}.showcase-orb{position:absolute;border-radius:50%;filter:blur(.5px)}.orb-one{width:290px;height:290px;right:-70px;top:-80px;background:rgba(66,185,149,.14)}.orb-two{width:220px;height:220px;left:-80px;bottom:-70px;background:rgba(241,90,36,.12)}.login-features{display:grid;gap:12px;max-width:520px}.login-feature{display:flex;align-items:center;gap:12px;padding:12px 14px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.86);border-radius:17px;backdrop-filter:blur(8px)}.login-feature b,.login-feature small{display:block}.login-feature b{font-size:13px}.login-feature small{font-size:11px;color:var(--muted);margin-top:2px;line-height:1.4}.feature-icon,.tip-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto}.feature-icon.mint,.tip-icon.mint{background:var(--mint-soft);color:var(--mint-2)}.feature-icon.orange,.tip-icon.orange{background:var(--orange-soft);color:var(--orange)}.feature-icon.blue,.tip-icon.blue{background:var(--blue-soft);color:var(--blue)}.login-panel{display:grid;place-items:center;padding:46px;background:#fff}.login-panel-inner{width:100%;max-width:390px}.login-mark{width:62px;height:62px;border-radius:20px;display:grid;place-items:center;background:var(--mint-soft);color:var(--mint-2);margin-bottom:18px}.login-mark svg{width:29px;height:29px}.login-panel h3{font-size:30px;margin:8px 0 8px}.login-panel p{color:var(--muted);line-height:1.6;margin:0}.google-wrap{margin-top:24px;min-height:44px;display:flex;align-items:center}.google-wrap>div{max-width:100%}.login-error{min-height:18px!important;color:var(--danger)!important;font-size:12px;margin-top:10px!important}.login-note{display:flex;gap:9px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line);font-size:11px;line-height:1.5;color:var(--muted)}.login-note svg{width:15px;height:15px;color:var(--mint-2);flex:0 0 auto;margin-top:1px}

/* App navigation */
.app-nav{position:sticky;top:10px;z-index:35;display:flex;gap:6px;width:max-content;max-width:100%;margin:0 auto 18px;padding:6px;background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-soft);backdrop-filter:blur(12px)}.app-nav-item{border:0;background:transparent;color:var(--muted);border-radius:11px;padding:9px 14px;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700}.app-nav-item svg{width:16px;height:16px}.app-nav-item.active,.app-nav-item:hover{background:var(--mint-soft);color:var(--mint-2)}.mobile-nav{display:none}

/* Hero */
.hero{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding:29px 32px;border-radius:var(--radius-xl);background:linear-gradient(120deg,#fff0df,#fff9ef 50%,#e8faf4);margin-bottom:20px;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-40px;top:-70px;background:rgba(66,185,149,.09)}.hero-copy{position:relative;z-index:1}.hero h2{font-family:iCiel,Roboto,sans-serif;font-size:35px;color:#08765e;margin:8px 0 7px;line-height:1.1}.hero p{color:var(--muted);margin:0;line-height:1.5}.hero-badges{display:flex;gap:8px;flex-wrap:wrap;position:relative;z-index:1}.hero-badges span{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.9);box-shadow:0 4px 16px rgba(34,77,73,.05)}.hero-badges svg{width:14px;height:14px;color:var(--mint-2)}

/* Cards / headings */
.card{background:rgba(255,255,255,.95);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow)}.section-anchor{scroll-margin-top:92px}.head,.calendar-head,.calendar-toolbar,.title-row,.actions,.booking-top{display:flex;align-items:center}.head,.calendar-head{justify-content:space-between;align-items:flex-start;gap:18px}.title-row{align-items:flex-start;gap:9px}.head h2,.calendar-head h2{font-size:20px;margin:0}.head p,.calendar-head p{color:var(--muted);margin:5px 0 0;font-size:12px}.step{display:inline-grid;place-items:center;flex:0 0 auto;width:32px;height:32px;border-radius:11px;background:var(--mint-soft);color:var(--mint-2);font-weight:800}.linkbtn,.refresh,.todaybtn{border:0;background:#f4f8f7;color:var(--mint-2);border-radius:11px;padding:9px 11px;font-weight:700;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.linkbtn svg,.refresh svg,.todaybtn svg{width:15px;height:15px}.linkbtn:hover,.refresh:hover,.todaybtn:hover{background:var(--mint-soft)}

/* Calendar */
.calendar-card{margin-bottom:20px}.calendar-nav{display:flex;align-items:center;gap:7px}.navbtn{width:38px;height:38px}.calendar-toolbar{justify-content:space-between;gap:15px;border-top:1px solid var(--line);padding-top:18px;margin-top:18px}.month-title{font-size:22px;font-weight:800;text-transform:capitalize}.legend{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:11px}.legend span{display:flex;align-items:center;gap:6px}.legend-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.mine-dot{background:var(--mint)}.busy-dot{background:var(--orange-2)}.today-dot{background:var(--blue)}.calendar-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;margin-top:14px}.calendar-scroll{min-width:0;overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(90px,1fr));min-width:700px}.calendar-weekdays{background:#f7faf9;border-bottom:1px solid var(--line)}.calendar-weekdays div{text-align:center;padding:10px 4px;font-size:10px;font-weight:800;color:var(--muted)}.calendar-grid{background:var(--line);gap:1px}.cal-day{min-height:116px;border:0;background:#fff;text-align:left;padding:10px;position:relative;overflow:hidden;color:var(--ink)}.cal-day:hover{background:#fbfffd}.cal-day.muted-day{background:#fbfcfc;color:#adb7bd}.cal-day.selected{box-shadow:inset 0 0 0 2px var(--mint);z-index:1}.cal-day.today .day-number{background:var(--blue-soft);color:var(--blue)}.day-number{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:9px;font-weight:800;font-size:12px}.cal-events{display:flex;flex-direction:column;gap:4px;margin-top:5px}.cal-event{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:6px;padding:4px 6px;font-size:10px;line-height:1.2}.cal-event b{font-size:9px}.cal-event.mine{background:#e5f8f1;color:#137a61;border-left:3px solid var(--mint)}.cal-event.busy{background:var(--orange-soft);color:#b84b23;border-left:3px solid var(--orange-2)}.cal-more{font-size:10px;color:var(--muted);padding-left:4px}.day-panel{border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fbfffd,#fffaf6);padding:17px;display:flex;flex-direction:column;min-height:100%}.day-panel h3{font-size:17px;margin:6px 0;text-transform:capitalize}.day-panel p{font-size:12px;color:var(--muted);margin:0}.day-agenda{display:flex;flex-direction:column;gap:8px;margin:15px 0;flex:1}.agenda-item{display:grid;grid-template-columns:78px 1fr;gap:9px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fff}.agenda-item.mine{border-left:4px solid var(--mint)}.agenda-time{font-size:11px;font-weight:800;color:var(--mint-2)}.agenda-item b{font-size:12px;display:block}.agenda-item small{display:block;color:var(--muted);margin-top:3px}.agenda-empty{text-align:center;color:var(--muted);padding:24px 8px}.agenda-empty svg{width:30px;height:30px;color:var(--mint)}.agenda-empty b,.agenda-empty small{display:block;margin-top:4px}.full{width:100%}

/* Form */
.layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:20px}.formgrid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:10px}label{display:block;font-size:12px;font-weight:700;margin-bottom:15px}label b{color:var(--orange)}.input-shell{display:flex;align-items:center;gap:8px;margin-top:8px;border:1px solid #dbe5e8;border-radius:13px;padding:0 12px;background:#fff;transition:.18s}.input-shell:focus-within{border-color:var(--mint);box-shadow:0 0 0 4px rgba(66,185,149,.12)}.input-shell svg{width:16px;height:16px;color:#8a9aa8;flex:0 0 auto}.input-shell input{border:0;box-shadow:none!important;padding:13px 0;margin:0;background:transparent;min-width:0}input,textarea{width:100%;border:1px solid #dbe5e8;border-radius:13px;padding:13px 14px;outline:none;color:var(--ink);background:#fff}textarea:focus{border-color:var(--mint);box-shadow:0 0 0 4px rgba(66,185,149,.12)}.hint{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--muted);background:#f5faf8;padding:11px;border-radius:11px;margin-bottom:15px}.hint svg{width:15px;height:15px;flex:0 0 auto}.hint.ok{color:var(--mint-2);background:var(--mint-soft)}.hint.warn{color:#b64b27;background:var(--orange-soft)}.primary,.secondary,.danger{border:0;border-radius:13px;padding:13px 15px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:7px}.primary{width:100%;color:#fff;background:linear-gradient(110deg,var(--orange),var(--orange-2));box-shadow:0 10px 24px rgba(241,90,36,.18)}.primary:hover{filter:brightness(.99);transform:translateY(-1px)}.primary:disabled{opacity:.55;transform:none;cursor:not-allowed}.primary.compact{width:auto}.secondary{background:var(--mint-soft);color:var(--mint-2)}.danger{background:var(--danger-soft);color:var(--danger)}.primary svg,.secondary svg,.danger svg{width:16px;height:16px}

/* Upcoming */
.booking-list{display:flex;flex-direction:column;gap:10px;max-height:540px;overflow:auto;padding-right:2px}.booking{border:1px solid var(--line);border-radius:16px;padding:15px;background:#fff}.booking.mine{border-left:4px solid var(--mint);background:#f8fffc}.booking h3{margin:0;font-size:14px}.booking-top{justify-content:space-between;gap:10px;align-items:flex-start}.date-chip{font-size:10px;color:var(--muted);background:#f5f7f8;border-radius:8px;padding:5px 7px;white-space:nowrap}.meta{font-size:11px;color:var(--muted);display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}.meta span{display:inline-flex;align-items:center;gap:5px}.meta svg{width:13px;height:13px}.tag{display:inline-flex;align-items:center;gap:4px;background:var(--blue-soft);color:var(--blue);font-size:10px;font-weight:700;padding:5px 7px;border-radius:999px;margin-left:6px}.tag svg{width:12px;height:12px}.details{font-size:11px;color:var(--muted);border-top:1px dashed var(--line);padding-top:10px;margin-top:10px}.actions{gap:7px;flex-wrap:wrap;margin-top:11px}.actions button{border:0;border-radius:10px;padding:9px 10px;font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:5px}.actions button svg{width:14px;height:14px}.copy{background:var(--mint-soft);color:var(--mint-2)}.host{background:var(--orange-soft);color:#c24d25}.host:disabled{opacity:.45;cursor:not-allowed}.empty{text-align:center;color:var(--muted);padding:35px}.empty svg{display:block;margin:0 auto 8px;color:var(--mint);width:28px;height:28px}.skeleton{height:82px;background:linear-gradient(90deg,#f2f5f5,#f8faf9,#f2f5f5);background-size:200% 100%;border-radius:15px;margin-bottom:8px;animation:shimmer 1.3s linear infinite}@keyframes shimmer{to{background-position:-200% 0}}

/* Tips */
.tips{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.tips>div{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:17px;padding:15px;box-shadow:var(--shadow-soft)}.tips b{font-size:12px}.tips p{font-size:11px;color:var(--muted);line-height:1.45;margin:4px 0 0}

/* Dialogs */
.modal{width:min(540px,calc(100% - 28px));border:0;border-radius:24px;padding:28px;color:var(--ink);box-shadow:0 30px 90px rgba(23,50,77,.24)}.modal::backdrop{background:rgba(23,50,77,.42);backdrop-filter:blur(5px)}.modal h2{margin:9px 0 7px}.modal p{color:var(--muted);line-height:1.5;margin:0}.modal textarea{background:#f8fafb;resize:none;line-height:1.5;margin:18px 0}.modal .actions{justify-content:flex-end}.modal-close{position:absolute;right:16px;top:14px}.success-mark,.danger-mark{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;margin-bottom:12px}.success-mark{background:var(--mint-soft);color:var(--mint-2)}.danger-mark{background:var(--danger-soft);color:var(--danger)}.success-mark svg,.danger-mark svg{width:25px;height:25px}.toast{position:fixed;right:20px;bottom:20px;background:var(--ink);color:#fff;padding:12px 15px;border-radius:12px;opacity:0;transform:translateY(10px);transition:.2s;z-index:100;max-width:min(380px,calc(100vw - 28px));font-size:12px;box-shadow:0 12px 34px rgba(23,50,77,.24)}.toast.show{opacity:1;transform:none}.toast.error{background:#b94242}

/* Wait UX */
#submitBtn{min-height:46px}.submit-timer{display:inline-grid;place-items:center;min-width:34px;padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.18);font-size:10px;font-variant-numeric:tabular-nums}.creating-modal{text-align:center;max-width:480px}.creating-visual{--progress:8%;width:108px;height:108px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--mint) var(--progress),#e9f1ef 0);position:relative;transition:background .35s ease}.creating-visual:before{content:"";position:absolute;inset:9px;background:white;border-radius:50%}.creating-ring{position:relative;z-index:1;display:flex;flex-direction:column;line-height:1}.creating-ring span{font-size:30px;font-weight:800;color:var(--mint-2);font-variant-numeric:tabular-nums}.creating-ring small{font-size:10px;color:var(--muted);margin-top:4px}.creating-modal h2{margin:8px 0 6px}.creating-modal>p{color:var(--muted);margin:0 auto 16px;max-width:390px;line-height:1.5}.creating-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:18px 0 13px}.creating-steps span{padding:9px 7px;border-radius:10px;background:#f5f7f8;color:#8a969e;font-size:10px;font-weight:700;transition:.2s;display:flex;align-items:center;justify-content:center;gap:5px}.creating-steps svg{width:13px;height:13px}.creating-steps span.active{background:var(--orange-soft);color:#b64b27;box-shadow:inset 0 0 0 1px #ffd7c5}.creating-steps span.done{background:var(--mint-soft);color:var(--mint-2)}.creating-note{display:block;color:var(--muted);font-size:11px}.creating-modal[open]{animation:popin .18s ease-out}@keyframes popin{from{opacity:0;transform:scale(.97) translateY(7px)}to{opacity:1;transform:none}}

@media(max-width:980px){.login-shell{grid-template-columns:1fr}.login-showcase{padding:42px}.login-panel{padding:34px}.calendar-layout{grid-template-columns:1fr}.day-panel{min-height:auto}.layout{grid-template-columns:1fr}.calendar-weekdays,.calendar-grid{grid-template-columns:repeat(7,minmax(82px,1fr));min-width:650px}.hero{align-items:flex-start;flex-direction:column}.hero-badges{margin-top:4px}}
@media(max-width:760px){body{padding-bottom:82px}.shell{padding:12px}.topbar{padding:3px 0 14px}.brand img{width:78px;height:48px}.brand-kicker,.brand p{display:none}.brand h1{font-size:18px}.ud{display:none}.userbox{padding:6px}.avatar{width:36px;height:36px}.app-nav{display:none}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(3,1fr);left:12px;right:12px;bottom:max(10px,env(safe-area-inset-bottom));z-index:70;padding:7px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:18px;box-shadow:0 14px 40px rgba(23,50,77,.18);backdrop-filter:blur(14px)}.mobile-nav-item{border:0;background:transparent;color:#7b8a98;border-radius:12px;padding:7px 5px;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:9px;font-weight:700}.mobile-nav-item svg{width:18px;height:18px}.mobile-nav-item.active{background:var(--mint-soft);color:var(--mint-2)}.login-shell{display:block;min-height:0;border-radius:24px;margin:10px 0 24px}.login-showcase{padding:28px 22px 24px}.login-showcase h2{font-size:34px}.showcase-content>p{font-size:14px;margin:14px 0 20px}.login-features{grid-template-columns:1fr;gap:8px}.login-feature{padding:10px 11px}.login-feature small{font-size:10px}.feature-icon{width:34px;height:34px}.login-panel{padding:26px 22px 30px;border-top:1px solid rgba(230,238,238,.8)}.login-panel-inner{max-width:none}.login-panel h3{font-size:25px}.google-wrap{justify-content:flex-start}.hero{padding:22px;border-radius:22px}.hero h2{font-size:28px}.hero-badges{gap:6px}.hero-badges span{font-size:10px}.calendar-card,.card{padding:17px;border-radius:20px}.calendar-head,.calendar-toolbar{align-items:flex-start}.calendar-toolbar{flex-direction:column}.calendar-nav{margin-top:2px}.formgrid{grid-template-columns:1fr 1fr}.formgrid label:first-child{grid-column:1/-1}.tips{grid-template-columns:1fr}.toast{left:14px;right:14px;bottom:90px;max-width:none}.section-anchor{scroll-margin-top:20px}}
@media(max-width:560px){.login-showcase{padding:24px 18px 20px}.login-eyebrow{margin-bottom:12px}.login-showcase h2{font-size:30px}.login-features{margin-top:4px}.login-panel{padding:24px 18px 28px}.login-mark{width:52px;height:52px;border-radius:17px;margin-bottom:14px}.calendar-head{display:block}.calendar-nav{margin-top:13px}.month-title{font-size:19px}.legend{gap:9px}.calendar-layout{gap:12px}.calendar-weekdays,.calendar-grid{min-width:0;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-weekdays div{font-size:9px;padding:8px 1px}.cal-day{min-height:66px;padding:5px}.day-number{width:24px;height:24px;font-size:10px}.cal-events{margin-top:3px;gap:2px}.cal-event{height:5px;padding:0;border-left:0!important;border-radius:99px;font-size:0}.cal-event b{display:none}.cal-more{display:none}.day-panel{padding:14px}.agenda-item{grid-template-columns:70px 1fr}.formgrid{grid-template-columns:1fr}.formgrid label:first-child{grid-column:auto}.linkbtn{display:none}.head{gap:10px}.head h2,.calendar-head h2{font-size:18px}.actions button{flex:1}.modal{padding:22px}.modal .actions{display:grid;grid-template-columns:1fr}.primary.compact{width:100%}.creating-steps{grid-template-columns:1fr}.creating-steps span{justify-content:flex-start;padding:9px 11px}.tips>div{padding:13px}.hero p{font-size:12px}.hero-badges span:nth-child(2){display:none}}
