.landing-shell{--brand-50:#eef4ff;--brand-100:#d9e6ff;--brand-200:#bcd2ff;--brand-300:#8eb4ff;--brand-400:#5a8cf7;--brand-500:#1c6eeb;--brand-600:#1556c4;--brand-700:#134aa6;--brand-800:#143e87;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--success-50:#ecfdf5;--success-500:#10b981;--success-600:#059669;--warning-500:#f59e0b;font-family:Inter,-apple-system,sans-serif;background:white;color:var(--gray-900);line-height:1.5;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}.landing-shell *{box-sizing:border-box}.landing-shell .btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:9px;font-weight:600;font-size:14px;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:all .2s ease;font-family:inherit}.landing-shell .btn-lg{padding:14px 24px;font-size:15px}.landing-shell .btn-primary{background:var(--brand-500);color:white;box-shadow:0 4px 14px rgba(28,110,235,.3)}.landing-shell .btn-primary:hover{background:var(--brand-600);transform:translateY(-1px)}.landing-shell .btn-secondary{background:white;color:var(--gray-900);border-color:var(--gray-200)}.landing-shell .btn-secondary:hover{border-color:var(--gray-300);background:var(--gray-50)}.landing-shell .btn-ghost{background:transparent;color:var(--gray-700)}.landing-shell .btn-ghost:hover{color:var(--gray-900);background:var(--gray-50)}.landing-shell .btn-white{background:white;color:var(--brand-700)}.landing-shell .btn-white:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.landing-shell .btn-block{width:100%;justify-content:center}.landing-shell .nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--gray-200);padding:14px 32px;display:flex;align-items:center;justify-content:space-between}.landing-shell .nav-left{display:flex;align-items:center;gap:40px}.landing-shell .logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:17px;color:var(--gray-900);text-decoration:none;letter-spacing:-.01em}.landing-shell .logo-image img{height:32px;width:auto;display:block;object-fit:contain}@media (max-width:768px){.landing-shell .logo-image img{height:26px}}.landing-shell .logo-mark{width:32px;height:32px;background:linear-gradient(135deg,var(--brand-500),var(--brand-700));border-radius:9px;display:grid;place-items:center;color:white;font-weight:800;font-size:14px}.landing-shell .logo-sub{display:block;font-size:11px;color:var(--gray-500);font-weight:500;margin-top:-2px}.landing-shell .nav-links{display:flex;gap:28px;list-style:none;padding:0;margin:0}.landing-shell .nav-links a{color:var(--gray-600);text-decoration:none;font-size:13.5px;font-weight:500;transition:color .15s}.landing-shell .nav-links a:hover{color:var(--gray-900)}.landing-shell .nav-actions{display:flex;gap:10px;align-items:center}.landing-shell .hero{padding:80px 32px 40px;text-align:center;position:relative;overflow:hidden}.landing-shell .hero:before{top:-100px;left:50%;transform:translateX(-50%);width:800px;height:600px;background:radial-gradient(ellipse,rgba(28,110,235,.08),transparent 60%)}.landing-shell .hero:after,.landing-shell .hero:before{content:"";position:absolute;z-index:0;pointer-events:none}.landing-shell .hero:after{inset:0;background-image:linear-gradient(rgba(28,110,235,.04) 1px,transparent 0),linear-gradient(90deg,rgba(28,110,235,.04) 1px,transparent 0);background-size:64px 64px;-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%);mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%)}.landing-shell .hero>*{position:relative;z-index:1}.landing-shell .pill{display:inline-flex;align-items:center;gap:8px;background:white;border:1px solid var(--gray-200);color:var(--gray-700);padding:6px 14px 6px 6px;border-radius:999px;font-size:12.5px;font-weight:500;margin-bottom:28px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.landing-shell .pill-tag{background:var(--brand-500);color:white;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600}.landing-shell h1.hero-title{font-size:clamp(40px,6vw,72px);font-weight:700;letter-spacing:-.035em;line-height:1.02;color:var(--gray-900);margin:0 auto 24px;max-width:920px}.landing-shell h1.hero-title em{font-style:normal;background:linear-gradient(135deg,var(--brand-500),var(--brand-700));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.landing-shell .hero-sub{font-size:19px;color:var(--gray-600);line-height:1.55;max-width:640px;margin:0 auto 36px}.landing-shell .hero-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:56px}.landing-shell .trust-line{display:flex;align-items:center;justify-content:center;gap:14px;font-size:12px;color:var(--gray-500)}.landing-shell .trust-avatars{display:flex}.landing-shell .trust-avatars>div{width:26px;height:26px;border-radius:50%;border:2px solid white;margin-left:-6px;display:grid;place-items:center;color:white;font-size:10px;font-weight:700}.landing-shell .trust-avatars>div:first-child{margin-left:0;background:linear-gradient(135deg,#1c6eeb,#1556c4)}.landing-shell .trust-avatars>div:nth-child(2){background:linear-gradient(135deg,#10b981,#059669)}.landing-shell .trust-avatars>div:nth-child(3){background:linear-gradient(135deg,#f59e0b,#d97706)}.landing-shell .trust-avatars>div:nth-child(4){background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.landing-shell .trust-avatars>div:nth-child(5){background:var(--gray-300);color:var(--gray-700)}.landing-shell .stars{color:#fbbf24;letter-spacing:-1px}.landing-shell .section{padding:100px 32px}.landing-shell .section-head{text-align:center;max-width:720px;margin:0 auto 56px}.landing-shell .section-tag{display:inline-flex;align-items:center;gap:6px;color:var(--brand-600);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.landing-shell .section-tag:before{content:"";width:24px;height:1px;background:var(--brand-500)}.landing-shell h2.section-title{font-size:clamp(32px,4vw,44px);font-weight:700;letter-spacing:-.025em;line-height:1.1;color:var(--gray-900);margin:0 0 16px}.landing-shell .section-desc{font-size:17px;color:var(--gray-600);line-height:1.55;margin:0}.landing-shell .eco-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1280px;margin:0 auto}.landing-shell .eco-card{background:white;border:1px solid var(--gray-200);border-radius:14px;padding:28px;transition:all .2s ease}.landing-shell .eco-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px -6px rgba(15,23,42,.08);border-color:var(--brand-200)}.landing-shell .eco-icon{width:48px;height:48px;background:var(--brand-50);color:var(--brand-600);border-radius:10px;display:grid;place-items:center;margin-bottom:18px;font-size:22px}.landing-shell .eco-name{font-size:17px;font-weight:700;margin-bottom:6px;letter-spacing:-.01em}.landing-shell .eco-desc{font-size:13.5px;color:var(--gray-600);line-height:1.55;margin-bottom:16px}.landing-shell .eco-meta{display:flex;align-items:center;gap:8px;padding-top:14px;border-top:1px solid var(--gray-100);font-size:12px}.landing-shell .eco-meta-count{color:var(--brand-700);font-weight:600}.landing-shell .eco-meta-dot{color:var(--gray-300)}.landing-shell .eco-meta-time{color:var(--gray-500)}.landing-shell .stats-bar{background:var(--gray-900);color:white;padding:60px 32px;border-radius:28px;margin:0 32px;position:relative;overflow:hidden}.landing-shell .stats-bar:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(28,110,235,.3),transparent 40%),radial-gradient(circle at 80% 50%,rgba(124,58,237,.2),transparent 40%)}.landing-shell .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative;text-align:center;max-width:1200px;margin:0 auto}.landing-shell .stat-num{font-size:48px;font-weight:700;letter-spacing:-.03em;line-height:1;margin-bottom:8px;background:linear-gradient(135deg,white,rgba(255,255,255,.7));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.landing-shell .stat-label{font-size:14px;color:rgba(255,255,255,.7)}.landing-shell .stat-divider{position:relative}.landing-shell .stat-divider:not(:last-child):after{content:"";position:absolute;top:50%;right:-16px;transform:translateY(-50%);width:1px;height:60px;background:rgba(255,255,255,.15)}.landing-shell .types-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1400px;margin:0 auto}@media (max-width:1100px){.landing-shell .types-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.landing-shell .types-grid{grid-template-columns:1fr}}.landing-shell .type-card{background:white;border:1px solid var(--gray-200);border-radius:20px;padding:28px 22px;position:relative;overflow:hidden;transition:all .2s ease}.landing-shell .type-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -6px rgba(15,23,42,.08)}.landing-shell .type-card.featured{background:linear-gradient(135deg,var(--brand-600),var(--brand-800));border-color:var(--brand-700);color:white}.landing-shell .type-card.featured:before{content:"";position:absolute;top:-100px;right:-100px;width:280px;height:280px;background:radial-gradient(circle,rgba(255,255,255,.15),transparent 70%);border-radius:50%}.landing-shell .type-card.featured>*{position:relative}.landing-shell .type-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:24px}.landing-shell .type-tag.free{background:var(--success-50);color:var(--success-600)}.landing-shell .type-tag.popular{background:rgba(255,255,255,.25);color:white}.landing-shell .type-tag.premium{background:#f3e8ff;color:#7c3aed}.landing-shell .type-icon{width:56px;height:56px;border-radius:12px;background:var(--brand-50);color:var(--brand-600);display:grid;place-items:center;margin-bottom:24px;font-size:28px}.landing-shell .type-card.featured .type-icon{background:rgba(255,255,255,.2);color:white}.landing-shell .type-name{font-size:24px;font-weight:700;letter-spacing:-.02em;margin-bottom:10px}.landing-shell .type-desc{font-size:14px;line-height:1.6;color:var(--gray-600);margin-bottom:24px}.landing-shell .type-card.featured .type-desc{color:rgba(255,255,255,.85)}.landing-shell .type-features{list-style:none;margin:0 0 24px;padding:0}.landing-shell .type-features li{display:flex;align-items:flex-start;gap:10px;padding:7px 0;font-size:13.5px;color:var(--gray-700)}.landing-shell .type-card.featured .type-features li{color:rgba(255,255,255,.92)}.landing-shell .type-features li:before{content:"✓";color:var(--success-500);font-weight:700;flex-shrink:0}.landing-shell .type-card.featured .type-features li:before{color:#7dd3fc}.landing-shell .type-price{display:flex;align-items:baseline;gap:6px;margin-bottom:20px;padding-top:20px;border-top:1px solid var(--gray-100)}.landing-shell .type-card.featured .type-price{border-top-color:rgba(255,255,255,.15)}.landing-shell .type-price-num{font-size:32px;font-weight:700;letter-spacing:-.02em}.landing-shell .type-card.featured .type-price-num{color:white}.landing-shell .type-card:not(.featured) .type-price-num.free-color{color:var(--success-600)}.landing-shell .type-price-label{font-size:13px;color:var(--gray-500)}.landing-shell .type-card.featured .type-price-label{color:rgba(255,255,255,.7)}.landing-shell .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative;max-width:1100px;margin:0 auto}.landing-shell .steps:before{content:"";position:absolute;top:24px;left:16%;right:16%;height:2px;background:repeating-linear-gradient(90deg,var(--gray-300) 0,var(--gray-300) 6px,transparent 6px,transparent 12px);z-index:0}.landing-shell .step{text-align:center;position:relative;z-index:1}.landing-shell .step-num{width:48px;height:48px;background:white;border:2px solid var(--brand-500);color:var(--brand-600);border-radius:50%;display:grid;place-items:center;margin:0 auto 20px;font-weight:700;font-size:18px;box-shadow:0 4px 8px -2px rgba(15,23,42,.06)}.landing-shell .step-title{font-size:18px;font-weight:700;margin-bottom:8px}.landing-shell .step-desc{font-size:13.5px;color:var(--gray-600);line-height:1.55;max-width:280px;margin:0 auto}.landing-shell .business{background:var(--brand-50);border-radius:28px;padding:60px 48px;margin:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.landing-shell .business-tag{display:inline-flex;background:white;border:1px solid var(--brand-200);color:var(--brand-700);padding:6px 12px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}.landing-shell .business h2{font-size:34px;font-weight:700;letter-spacing:-.025em;line-height:1.1;margin:0 0 14px}.landing-shell .business p{font-size:15px;color:var(--gray-700);line-height:1.6;margin:0 0 24px}.landing-shell .business-features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px}.landing-shell .bf-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--gray-800)}.landing-shell .bf-item:before{content:"✓";width:18px;height:18px;background:var(--brand-500);color:white;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700;flex-shrink:0}.landing-shell .business-visual{background:white;border-radius:18px;padding:24px;box-shadow:0 12px 24px -6px rgba(15,23,42,.08)}.landing-shell .bv-head{display:flex;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--gray-100);margin-bottom:16px}.landing-shell .bv-title{font-size:14px;font-weight:700}.landing-shell .bv-team{display:flex;flex-direction:column;gap:12px}.landing-shell .bv-row{display:grid;grid-template-columns:32px 1fr 60px 50px;gap:12px;align-items:center}.landing-shell .bv-avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:white;font-weight:700;font-size:12px}.landing-shell .bv-name{font-size:13px;font-weight:600}.landing-shell .bv-role{font-size:11px;color:var(--gray-500)}.landing-shell .bv-progress{height:6px;background:var(--gray-100);border-radius:999px;overflow:hidden}.landing-shell .bv-progress div{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--brand-400),var(--brand-600))}.landing-shell .bv-percent{font-size:11px;font-weight:700;color:var(--gray-700);text-align:right;font-family:var(--font-mono),"JetBrains Mono",monospace}.landing-shell .badge-success-dot{background:var(--success-50);color:var(--success-600);padding:3px 8px;border-radius:999px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.landing-shell .badge-success-dot:before{content:"";width:5px;height:5px;background:currentColor;border-radius:50%}.landing-shell .test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1280px;margin:0 auto}.landing-shell .test{background:white;border:1px solid var(--gray-200);border-radius:14px;padding:28px;transition:all .2s ease}.landing-shell .test:hover{box-shadow:0 4px 8px -2px rgba(15,23,42,.06);border-color:var(--brand-200)}.landing-shell .test-stars{color:#fbbf24;margin-bottom:16px;font-size:14px;letter-spacing:1px}.landing-shell .test-quote{font-size:14.5px;color:var(--gray-800);line-height:1.6;margin-bottom:20px}.landing-shell .test-author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--gray-100)}.landing-shell .test-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:white;font-weight:700;font-size:14px}.landing-shell .test-name{font-size:13px;font-weight:600}.landing-shell .test-role{font-size:11.5px;color:var(--gray-500)}.landing-shell .faq{max-width:760px;margin:0 auto}.landing-shell .faq-item{background:white;border:1px solid var(--gray-200);border-radius:10px;margin-bottom:10px;overflow:hidden;transition:all .2s ease}.landing-shell .faq-item.open{border-color:var(--brand-300);box-shadow:0 1px 3px rgba(0,0,0,.06)}.landing-shell .faq-q{padding:18px 22px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:15px;font-weight:600;user-select:none}.landing-shell .faq-icon{width:28px;height:28px;background:var(--gray-100);border-radius:50%;display:grid;place-items:center;flex-shrink:0;transition:all .2s ease;font-weight:700}.landing-shell .faq-item.open .faq-icon{background:var(--brand-500);color:white;transform:rotate(45deg)}.landing-shell .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.landing-shell .faq-item.open .faq-a{max-height:400px}.landing-shell .faq-a-inner{padding:0 22px 20px;font-size:14px;color:var(--gray-600);line-height:1.6}.landing-shell .final-cta{background:linear-gradient(135deg,var(--brand-600) 0,var(--brand-800) 100%);color:white;border-radius:28px;padding:80px 48px;text-align:center;margin:0 32px;position:relative;overflow:hidden}.landing-shell .final-cta:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 30% 20%,rgba(255,255,255,.15),transparent 40%),radial-gradient(circle at 70% 80%,rgba(255,255,255,.1),transparent 40%)}.landing-shell .final-cta>*{position:relative}.landing-shell .final-cta h2{font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-.025em;line-height:1.1;margin:0 auto 18px;max-width:720px}.landing-shell .final-cta p{font-size:17px;color:rgba(255,255,255,.85);margin:0 auto 36px;max-width:560px;line-height:1.55}.landing-shell .final-cta-benefits{display:flex;gap:24px;justify-content:center;margin-top:32px;font-size:13px;color:rgba(255,255,255,.7);flex-wrap:wrap}.landing-shell .footer{padding:60px 32px 32px;background:var(--gray-50);border-top:1px solid var(--gray-200);margin-top:80px}.landing-shell .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;margin:0 auto 48px;max-width:1280px}.landing-shell .footer-about p{font-size:13.5px;color:var(--gray-600);line-height:1.6;margin:16px 0 20px;max-width:320px}.landing-shell .social{display:flex;gap:8px}.landing-shell .social a{width:32px;height:32px;background:white;border:1px solid var(--gray-200);border-radius:8px;display:grid;place-items:center;color:var(--gray-600);text-decoration:none;transition:all .2s ease;font-size:14px}.landing-shell .social a:hover{background:var(--brand-500);color:white;border-color:var(--brand-500)}.landing-shell .footer-col h4{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);margin:0 0 18px}.landing-shell .footer-col ul{list-style:none;padding:0;margin:0}.landing-shell .footer-col li{margin-bottom:11px}.landing-shell .footer-col a{font-size:13.5px;color:var(--gray-700);text-decoration:none}.landing-shell .footer-col a:hover{color:var(--brand-600)}.landing-shell .footer-bottom{max-width:1280px;margin:0 auto;padding-top:28px;border-top:1px solid var(--gray-200);display:flex;justify-content:space-between;font-size:12px;color:var(--gray-500)}@media (max-width:1100px){.landing-shell .eco-grid,.landing-shell .stats-grid,.landing-shell .test-grid,.landing-shell .types-grid{grid-template-columns:repeat(2,1fr)}.landing-shell .stats-grid{gap:40px 20px}.landing-shell .business{grid-template-columns:1fr;padding:48px 32px}.landing-shell .footer-grid{grid-template-columns:repeat(3,1fr)}.landing-shell .footer-about{grid-column:1/-1}.landing-shell .nav-links,.landing-shell .stat-divider:not(:last-child):after{display:none}}@media (max-width:768px){.landing-shell .nav{padding:12px 16px}.landing-shell .logo{font-size:15px}.landing-shell .logo-mark{width:28px;height:28px;font-size:12px}.landing-shell .logo-sub,.landing-shell .nav-actions .btn-primary{display:none}.landing-shell .nav-actions .btn-ghost{display:inline-flex;border:1.5px solid var(--gray-300,#d1d5db);color:var(--gray-900,#111827);padding:9px 18px;font-size:14px;font-weight:600;border-radius:10px}.landing-shell .hero{padding:40px 16px 32px}.landing-shell .pill{font-size:11px;padding:5px 12px 5px 5px;margin-bottom:20px}.landing-shell .pill-tag{font-size:10px;padding:2px 8px}.landing-shell h1.hero-title{font-size:32px;margin-bottom:16px;line-height:1.05}.landing-shell .hero-sub{font-size:15px;margin-bottom:24px;line-height:1.5}.landing-shell .hero-cta{flex-direction:column;gap:10px;margin-bottom:36px}.landing-shell .hero-cta .btn{width:100%;justify-content:center}.landing-shell .trust-line{flex-direction:column;gap:10px;font-size:12px}.landing-shell .section{padding:56px 16px}.landing-shell .section-head{margin-bottom:36px}.landing-shell h2.section-title{font-size:26px}.landing-shell .section-desc{font-size:14px}.landing-shell .section-tag{font-size:10px}.landing-shell .eco-grid{grid-template-columns:1fr;gap:14px}.landing-shell .eco-card{padding:22px}.landing-shell .eco-name{font-size:16px}.landing-shell .eco-desc{font-size:13px}.landing-shell .stats-bar{padding:36px 20px;margin:0 16px;border-radius:20px}.landing-shell .stats-grid{grid-template-columns:repeat(2,1fr);gap:28px 16px}.landing-shell .stat-num{font-size:32px}.landing-shell .stat-label{font-size:12px}.landing-shell .types-grid{grid-template-columns:1fr;gap:14px}.landing-shell .type-card{padding:26px 22px}.landing-shell .type-name{font-size:22px}.landing-shell .steps{grid-template-columns:1fr;gap:24px}.landing-shell .steps:before{display:none}.landing-shell .business{padding:32px 20px;margin:0 16px;gap:32px}.landing-shell .business h2{font-size:26px}.landing-shell .business-features{grid-template-columns:1fr}.landing-shell .business-visual{padding:18px}.landing-shell .bv-row{grid-template-columns:28px 1fr 50px 40px;gap:8px}.landing-shell .bv-name{font-size:12px}.landing-shell .bv-role{font-size:10px}.landing-shell .test-grid{grid-template-columns:1fr;gap:14px}.landing-shell .final-cta{padding:48px 24px;margin:0 16px;border-radius:20px}.landing-shell .footer{padding:40px 16px 24px;margin-top:48px}.landing-shell .footer-grid{grid-template-columns:1fr 1fr;gap:28px}.landing-shell .footer-about{grid-column:1/-1}.landing-shell .footer-bottom{flex-direction:column;gap:8px;text-align:center}}