:root{--brand:#1B4F72;--brand-light:#D6EAF8;--brand-mid:#2980B9;--accent:#1ABC9C;--accent-light:#E8F8F5;--dark:#1C1C1C;--gray-700:#374151;--gray-500:#6B7280;--gray-300:#D1D5DB;--gray-100:#F3F4F6;--white:#FFFFFF;--green:#27AE60;--orange:#E67E22;--red:#E74C3C;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 6px rgba(0,0,0,.07);--shadow-lg:0 10px 15px rgba(0,0,0,.1);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--font-sans:'Segoe UI',system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--max-w:1200px;--header-h:72px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}body{font-family:var(--font-sans);color:var(--dark);line-height:1.7;background:var(--white);-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto;display:block}a{color:var(--brand);text-decoration:none;transition:color .2s}a:hover{color:var(--brand-mid)}ol,ul{list-style-position:outside;padding-left:1.25rem}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.text-center{text-align:center}.text-brand{color:var(--brand)}.text-accent{color:var(--accent)}.text-gray{color:var(--gray-500)}.bg-light{background:var(--gray-100)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:700;color:var(--dark)}h1{font-size:clamp(2rem, 4vw, 3rem)}h2{font-size:clamp(1.5rem, 3vw, 2.25rem)}h3{font-size:clamp(1.2rem, 2.5vw, 1.5rem)}h4{font-size:1.125rem}p{margin-bottom:1rem}.site-header{position:sticky;top:0;z-index:1000;background:var(--white);border-bottom:1px solid var(--gray-300);height:var(--header-h);display:flex;align-items:center}.site-header .container{display:flex;align-items:center;justify-content:space-between;width:100%}.site-logo{font-size:1.25rem;font-weight:800;color:var(--brand);letter-spacing:-.02em;white-space:nowrap}.site-logo span{color:var(--accent)}.nav-links{display:flex;gap:1.75rem;list-style:none;padding:0;margin:0;align-items:center}.nav-links a{font-size:.9rem;font-weight:600;color:var(--gray-700);padding:.25rem 0;position:relative}.nav-links a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--accent);transition:width .25s ease}.nav-links a:hover::after,.nav-links a[aria-current=page]::after{width:100%}.nav-links a:hover{color:var(--brand)}.nav-links a.nav-cta{display:inline-block;background:var(--accent);color:var(--white)!important;padding:.7rem 2rem;border-radius:var(--radius-sm);font-weight:700;font-size:.9rem;transition:background .2s,transform .15s}.nav-links a.nav-cta:hover{background:#17a589;transform:translateY(-1px)}.nav-links a.nav-cta::after{display:none!important}.nav-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{display:block;width:24px;height:2px;background:var(--dark);margin:5px 0;transition:transform .3s,opacity .3s}.hero{background:linear-gradient(135deg,var(--brand) 0,var(--brand-mid) 50%,var(--accent) 100%);color:var(--white);padding:5rem 1.5rem;text-align:center}.hero h1{color:var(--white);margin-bottom:.75rem;font-size:clamp(2.2rem, 5vw, 3.5rem)}.hero .subtitle{font-size:clamp(1.05rem, 2.5vw, 1.35rem);opacity:.92;max-width:700px;margin:0 auto 2rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius-sm);font-weight:700;font-size:1rem;cursor:pointer;border:none;transition:background .2s,transform .15s,box-shadow .2s;min-height:44px;min-width:44px}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:var(--white)}.btn-primary:hover{background:#17a589;color:var(--white);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--white);color:var(--brand);border:2px solid var(--brand)}.btn-secondary:hover{background:var(--brand);color:var(--white)}.btn-outline-white{background:0 0;color:var(--white);border:2px solid rgba(255,255,255,.6)}.btn-outline-white:hover{background:rgba(255,255,255,.15);color:var(--white)}.card{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-md);overflow:hidden;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.card-img{width:100%;aspect-ratio:16/10;object-fit:cover}.card-body{padding:1.25rem}.card-body h3{margin-bottom:.5rem;font-size:1.15rem}.card-body p{color:var(--gray-500);font-size:.95rem;margin-bottom:.75rem}.card-tag{display:inline-block;background:var(--brand-light);color:var(--brand);font-size:.8rem;font-weight:600;padding:.2rem .6rem;border-radius:4px}.section{padding:4rem 0}.section-header{text-align:center;max-width:700px;margin:0 auto 2.5rem}.section-header h2{margin-bottom:.75rem}.section-header p{color:var(--gray-500);font-size:1.05rem}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.stat-card{text-align:center;padding:1.5rem;background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-300)}.stat-card .num{font-size:2.25rem;font-weight:800;color:var(--brand);line-height:1.1}.stat-card .label{font-size:.85rem;color:var(--gray-500);margin-top:.35rem}.testimonial{background:var(--gray-100);border-radius:var(--radius-md);padding:2rem;position:relative}.testimonial::before{content:'\201C';font-size:4rem;color:var(--accent);position:absolute;top:.5rem;left:1rem;line-height:1;opacity:.3}.testimonial p{font-style:italic;margin-bottom:.75rem;font-size:1.05rem}.testimonial cite{font-style:normal;font-weight:600;color:var(--brand)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.35rem;color:var(--gray-700)}.form-control{width:100%;padding:.65rem .85rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;min-height:44px}.form-control:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px rgba(26,188,156,.15)}textarea.form-control{min-height:120px;resize:vertical}select.form-control{appearance:none;background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' fill='none' stroke-width='2'/%3E%3C/svg%3E") no-repeat right .85rem center;padding-right:2.5rem}.callout{padding:1.25rem 1.5rem;border-radius:var(--radius-md);border-left:4px solid;margin:1.5rem 0}.callout-blue{background:var(--brand-light);border-color:var(--brand)}.callout-green{background:var(--accent-light);border-color:var(--accent)}.callout-orange{background:#fdf2e9;border-color:var(--orange)}.site-footer{background:var(--dark);color:rgba(255,255,255,.8);padding:3.5rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem}.footer-brand{font-size:1.15rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.footer-brand span{color:var(--accent)}.site-footer p{font-size:.9rem;line-height:1.6;margin-bottom:.75rem}.site-footer h4{color:var(--white);font-size:.95rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.site-footer ul{list-style:none;padding:0}.site-footer ul li{margin-bottom:.4rem}.site-footer ul a{color:rgba(255,255,255,.7);font-size:.9rem}.site-footer ul a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:rgba(255,255,255,.5)}.footer-bottom a{color:rgba(255,255,255,.5)}.footer-bottom a:hover{color:var(--accent)}.breadcrumbs{padding:.75rem 0;font-size:.85rem;color:var(--gray-500)}.breadcrumbs a{color:var(--brand)}.breadcrumbs span{margin:0 .35rem}.area-hero{background-size:cover;background-position:center;color:var(--white);padding:5rem 1.5rem;position:relative;text-align:center}.area-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(27,79,114,.85),rgba(26,188,156,.6))}.area-hero>*{position:relative;z-index:1}.area-hero h1{color:var(--white)}.blog-card{display:flex;flex-direction:column}.blog-card .card-body{flex:1;display:flex;flex-direction:column}.blog-card .read-more{margin-top:auto;font-weight:600;color:var(--accent)}.blog-meta{font-size:.85rem;color:var(--gray-500);margin-bottom:.5rem}.cta-banner{background:linear-gradient(135deg,var(--brand) 0,var(--brand-mid) 100%);color:var(--white);padding:3.5rem 1.5rem;text-align:center;border-radius:var(--radius-lg);margin:3rem 0}.cta-banner h2{color:var(--white);margin-bottom:.75rem}.cta-banner p{opacity:.9;max-width:600px;margin:0 auto 1.5rem;font-size:1.1rem}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:var(--header-h);left:0;right:0;background:var(--white);flex-direction:column;padding:1.5rem;gap:1rem;border-bottom:1px solid var(--gray-300);box-shadow:var(--shadow-lg)}.nav-links.active{display:flex}.grid-2,.grid-3{grid-template-columns:1fr}.hero{padding:3.5rem 1.5rem}.section{padding:3rem 0}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.bio-photo{width:200px;height:200px;border-radius:50%;object-fit:cover;display:block;margin:0 auto 2rem;border:4px solid var(--accent)}@media print{.cta-banner,.nav-toggle,.site-footer,.site-header{display:none}body{font-size:11pt}.hero{padding:2rem;background:var(--brand)!important;print-color-adjust:exact}}.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);background:var(--brand);color:#fff;padding:.75rem 1.5rem;z-index:10000;border-radius:0 0 .5rem .5rem;font-weight:600;transition:top .2s}.skip-link:focus{top:0}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;border-radius:50%;background:var(--brand);color:#fff;border:none;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,transform .3s;z-index:999;box-shadow:var(--shadow-md)}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.scroll-progress{position:fixed;top:0;left:0;height:3px;background:var(--accent);z-index:10001;transition:width .1s linear;width:0}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.js-ready .reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.reveal.active{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translateX(-30px);transition:opacity .6s ease,transform .6s ease}.reveal-left.active{opacity:1;transform:translateX(0)}.reveal-right{opacity:0;transform:translateX(30px);transition:opacity .6s ease,transform .6s ease}.reveal-right.active{opacity:1;transform:translateX(0)}@media(prefers-reduced-motion:reduce){.reveal,.reveal-left,.reveal-right{opacity:1;transform:none;transition:none}}.dark-toggle{position:fixed;bottom:2rem;left:2rem;width:44px;height:44px;border-radius:50%;background:var(--gray-100);border:2px solid var(--gray-200);cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;z-index:999;transition:background .3s,border-color .3s,transform .3s}.dark-toggle:hover{transform:scale(1.1)}[data-theme=dark]{--white:#1a1a2e;--gray-50:#16213e;--gray-100:#1a1a2e;--gray-200:#2a2a4a;--gray-300:#3a3a5a;--gray-400:#6a6a8a;--gray-500:#8a8aaa;--gray-600:#c0c0d0;--gray-700:#d0d0e0;--gray-800:#e0e0f0;--gray-900:#f0f0ff;--brand:#4a8a8a;--brand-dark:#5a9a9a;--accent:#c8a96e;--shadow-sm:0 1px 2px rgba(0,0,0,.3);--shadow-md:0 4px 6px rgba(0,0,0,.4);--shadow-lg:0 10px 15px rgba(0,0,0,.5)}[data-theme=dark] body{color:var(--gray-800);background:var(--white)}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:var(--gray-800)}[data-theme=dark] p{color:var(--gray-600)}[data-theme=dark] a{color:#7fb3ff;transition:color .2s}[data-theme=dark] a:hover{color:#9fc9ff}[data-theme=dark] .card,[data-theme=dark] .stat-card{background:var(--gray-50);border-color:var(--gray-200)}[data-theme=dark] .card-body h3{color:var(--gray-800)}[data-theme=dark] .card-body p{color:var(--gray-600)}[data-theme=dark] .stat-card .num{color:#7fb3ff}[data-theme=dark] .stat-card .label{color:var(--gray-600)}[data-theme=dark] .card-tag{background:rgba(127,179,255,.15);color:#7fb3ff}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:var(--gray-50);color:var(--gray-800);border-color:var(--gray-300)}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(200,169,110,.15)}[data-theme=dark] .form-group label{color:var(--gray-700)}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--gray-500)}[data-theme=dark] .site-header{background:rgba(26,26,46,.97);border-bottom-color:var(--gray-200)}[data-theme=dark] .site-logo{color:#7fb3ff}[data-theme=dark] .site-logo span{color:var(--accent)}[data-theme=dark] .nav-links a{color:var(--gray-700)}[data-theme=dark] .nav-links a:hover{color:#7fb3ff}[data-theme=dark] .nav-links a::after{background:var(--accent)}[data-theme=dark] .nav-toggle span{background:var(--gray-800)}[data-theme=dark] .hero{color:#f0f0ff}[data-theme=dark] .hero h1{color:#f0f0ff}[data-theme=dark] .hero .subtitle{color:rgba(240,240,255,.9)}[data-theme=dark] .section-header h2{color:var(--gray-800)}[data-theme=dark] .section-header p{color:var(--gray-600)}[data-theme=dark] .breadcrumbs{color:var(--gray-600)}[data-theme=dark] .breadcrumbs a{color:#7fb3ff}[data-theme=dark] .testimonial{background:var(--gray-50);border:1px solid var(--gray-200)}[data-theme=dark] .testimonial p{color:var(--gray-800)}[data-theme=dark] .testimonial cite{color:#7fb3ff}[data-theme=dark] .callout{border-left-color:inherit}[data-theme=dark] .callout-blue{background:rgba(74,138,138,.15);border-color:#7fb3ff;color:var(--gray-700)}[data-theme=dark] .callout-green{background:rgba(200,169,110,.1);border-color:var(--accent);color:var(--gray-700)}[data-theme=dark] .callout-orange{background:rgba(230,126,34,.1);border-color:rgba(230,126,34,.6);color:var(--gray-700)}[data-theme=dark] .site-footer{background:var(--gray-50);color:var(--gray-600)}[data-theme=dark] .footer-brand{color:var(--gray-800)}[data-theme=dark] .footer-brand span{color:var(--accent)}[data-theme=dark] .site-footer h4{color:var(--gray-800)}[data-theme=dark] .site-footer p{color:var(--gray-600)}[data-theme=dark] .site-footer ul a{color:var(--gray-600);transition:color .2s}[data-theme=dark] .site-footer ul a:hover{color:var(--accent)}[data-theme=dark] .footer-bottom{border-top-color:var(--gray-300);color:var(--gray-600)}[data-theme=dark] .footer-bottom a{color:var(--gray-600)}[data-theme=dark] .footer-bottom a:hover{color:var(--accent)}[data-theme=dark] .blog-meta{color:var(--gray-600)}[data-theme=dark] .blog-card .read-more{color:var(--accent)}[data-theme=dark] .cta-banner{background:linear-gradient(135deg,rgba(74,138,138,.8) 0,rgba(90,154,154,.8) 100%);color:#f0f0ff}[data-theme=dark] .cta-banner h2{color:#f0f0ff}[data-theme=dark] .cta-banner p{color:rgba(240,240,255,.9)}[data-theme=dark] .btn-primary{background:var(--accent);color:#1a1a2e}[data-theme=dark] .btn-primary:hover{background:#dab86f;color:#1a1a2e}[data-theme=dark] .btn-secondary{background:0 0;color:#7fb3ff;border-color:#7fb3ff}[data-theme=dark] .btn-secondary:hover{background:rgba(127,179,255,.1);color:#9fc9ff}[data-theme=dark] .skip-link{background:var(--accent);color:#1a1a2e}[data-theme=dark] .back-to-top{background:var(--accent);color:#1a1a2e}[data-theme=dark] .back-to-top:hover{background:#dab86f}[data-theme=dark] .area-hero{color:#f0f0ff}[data-theme=dark] .area-hero h1{color:#f0f0ff}[data-theme=dark] .bio-photo{border-color:var(--accent)}[data-theme=dark] .faq-item{border-bottom-color:var(--gray-300)}[data-theme=dark] .faq-question{color:var(--gray-800)}[data-theme=dark] .faq-question::after{color:var(--accent)}[data-theme=dark] .share-bar{border-top-color:var(--gray-300)}[data-theme=dark] .share-bar span{color:var(--gray-700)}[data-theme=dark] .share-btn{background:var(--gray-50);color:var(--gray-700);border-color:var(--gray-300)}[data-theme=dark] .share-btn:hover{background:var(--accent);color:#1a1a2e;border-color:var(--accent)}[data-theme=dark] .calc-widget{background:var(--gray-50)}[data-theme=dark] .calc-widget h3{color:var(--gray-800)}[data-theme=dark] .calc-row label{color:var(--gray-700)}[data-theme=dark] .calc-row input{background:rgba(255,255,255,.05);color:var(--gray-800);border-color:var(--gray-300)}[data-theme=dark] .calc-result{background:var(--accent);color:#1a1a2e}[data-theme=dark] .mobile-sticky-cta{background:var(--accent);color:#1a1a2e}[data-theme=dark] .mobile-sticky-cta a{color:#1a1a2e}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:2px}a:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:0}@media print{.back-to-top,.cta-banner,.dark-toggle,.footer,.scroll-progress,.site-header,.skip-link,nav{display:none!important}.hero{padding:1rem!important;min-height:auto!important;background:0 0!important;color:#000!important}.section{padding:1rem 0!important}*{color:#000!important;background:0 0!important;box-shadow:none!important}a[href]:after{content:" (" attr(href) ")"}}.card-img-wrap{overflow:hidden;border-radius:var(--radius) var(--radius) 0 0}.card-img-wrap img{transition:transform .4s ease}.card:hover .card-img-wrap img{transform:scale(1.05)}@media(max-width:768px){.mobile-sticky-cta{position:fixed;bottom:0;left:0;right:0;background:var(--brand);padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;z-index:998;box-shadow:0 -2px 10px rgba(0,0,0,.15)}.mobile-sticky-cta a{color:#fff;font-weight:600;text-decoration:none;font-size:.95rem}.mobile-sticky-cta .btn{padding:.5rem 1.25rem;font-size:.9rem}.back-to-top{bottom:5rem}}@media(min-width:769px){.mobile-sticky-cta{display:none}}.reading-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--brand),var(--accent));z-index:10001;width:0;transition:width .05s linear}.share-bar{display:flex;gap:.75rem;align-items:center;padding:1rem 0;border-top:1px solid var(--gray-200);margin-top:2rem}.share-bar span{font-weight:600;color:var(--gray-600);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.share-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);text-decoration:none;transition:all .2s;font-size:.9rem;cursor:pointer}.share-btn:hover{background:var(--brand);color:#fff;border-color:var(--brand)}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-question{width:100%;text-align:left;padding:1.25rem 0;background:0 0;border:none;font-size:1.05rem;font-weight:600;color:var(--gray-800);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-question::after{content:"+";font-size:1.5rem;color:var(--brand);transition:transform .3s}.faq-question[aria-expanded=true]::after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.open{max-height:500px;padding-bottom:1.25rem}.typed-cursor{display:inline-block;width:3px;background:var(--accent);animation:blink .8s infinite;margin-left:2px;vertical-align:middle}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}.page-transition{animation:pageIn .4s ease}@keyframes pageIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.calc-widget{background:var(--gray-50);border-radius:var(--radius);padding:2rem;max-width:500px;margin:2rem auto}.calc-widget h3{margin-bottom:1.5rem;text-align:center}.calc-row{display:flex;gap:1rem;margin-bottom:1rem}.calc-row label{flex:1;font-size:.85rem;font-weight:600;color:var(--gray-600)}.calc-row input{width:100%;padding:.5rem .75rem;border:1px solid var(--gray-200);border-radius:var(--radius);font-size:1rem}.calc-result{text-align:center;padding:1.5rem;background:var(--brand);color:#fff;border-radius:var(--radius);margin-top:1.5rem;font-size:1.25rem;font-weight:700}