:root{--p:#2c4a8e;--a:#e05c2e;--dk:#1e2235;--lt:#f7f5f1;--tx:#333344;--wh:#fff;--rd:8px}
*,::before,::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Mulish',sans-serif;color:var(--tx);background:#fff;line-height:1.7;overflow-x:hidden}
img{max-width:100%;display:block;height:auto}
a{color:var(--p);text-decoration:none;transition:color .25s}
a:hover{color:var(--a)}
h1,h2,h3,h4,h5{font-family:'Lora',serif;color:var(--dk);line-height:1.3}
ul{list-style:none}
.container{max-width:1180px;margin:0 auto;padding:0 1.25rem}
.section-wrap{padding:5rem 0}
.section-wrap--alt{background:var(--lt)}
.section-label{display:block;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--a);margin-bottom:.6rem}
.section-heading{font-size:clamp(1.7rem,3vw,2.4rem);color:var(--dk);margin-bottom:1.1rem}
.section-subtext{color:#555566;max-width:620px;margin-bottom:2.5rem;font-size:1.05rem}
.section-subtext--center{text-align:center;margin-left:auto;margin-right:auto}
.text-center{text-align:center}
.btn-primary{display:inline-block;background:var(--a);color:#fff;padding:.9rem 2.1rem;border-radius:var(--rd);font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:background .25s,transform .2s;min-height:44px;min-width:44px}
.btn-primary:hover{background:#c44e23;transform:translateY(-2px);color:#fff}
.btn-outline{display:inline-block;border:2px solid var(--p);color:var(--p);padding:.8rem 2rem;border-radius:var(--rd);font-weight:700;transition:all .25s;min-height:44px}
.btn-outline:hover{background:var(--p);color:#fff}
.btn-sm{padding:.65rem 1.5rem;font-size:.9rem}

/* SITE HEADER */
.site-header{position:sticky;top:0;z-index:900;background:#fff;box-shadow:0 2px 12px rgba(44,74,142,.1)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}
.site-logo{font-family:'Lora',serif;font-size:1.5rem;font-weight:700;color:var(--p);display:flex;align-items:center;gap:.4rem}
.site-logo span{color:var(--a)}
.site-nav ul{display:flex;align-items:center;gap:2rem}
.site-nav a{font-size:.95rem;font-weight:600;color:var(--dk);padding:.3rem 0;position:relative}
.site-nav a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--a);transition:width .25s}
.site-nav a:hover::after,.site-nav a.active::after{width:100%}
.site-nav a:hover,.site-nav a.active{color:var(--a)}
.nav-dropdown{position:relative}
.nav-dropdown > a::before{content:'▾';font-size:.75rem;margin-left:.3rem}
.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#fff;min-width:220px;border-radius:var(--rd);box-shadow:0 8px 30px rgba(0,0,0,.12);padding:.5rem 0;z-index:100}
.nav-dropdown:hover .dropdown-menu{display:block}
.dropdown-menu a{display:block;padding:.65rem 1.25rem;font-size:.9rem;color:var(--dk);white-space:nowrap}
.dropdown-menu a:hover{background:var(--lt);color:var(--a)}
.dropdown-menu a::after{display:none}
.header-cta{margin-left:1.5rem}
.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:none;border:none;min-width:44px;min-height:44px;justify-content:center;align-items:center}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--dk);transition:all .3s}
.nav-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.nav-toggle.open span:nth-child(2){opacity:0}
.nav-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* HERO */
.hero-section{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(30,34,53,.82) 0%,rgba(44,74,142,.7) 100%);z-index:1}
.hero-content{position:relative;z-index:2;max-width:800px;padding:0 1.25rem}
.hero-badge{display:inline-block;background:rgba(224,92,46,.9);color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.4rem 1rem;border-radius:2rem;margin-bottom:1.5rem}
.hero-title{font-size:clamp(2.2rem,5vw,3.6rem);color:#fff;margin-bottom:1.25rem;line-height:1.15}
.hero-title span{color:#f0a070}
.hero-desc{font-size:clamp(1rem,2vw,1.2rem);color:rgba(255,255,255,.87);margin-bottom:2.5rem;max-width:640px;margin-left:auto;margin-right:auto}
.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn-ghost{display:inline-block;border:2px solid rgba(255,255,255,.7);color:#fff;padding:.85rem 2rem;border-radius:var(--rd);font-weight:700;transition:all .25s;min-height:44px}
.btn-ghost:hover{background:#fff;color:var(--p)}

/* STATS BAR */
.stats-bar{background:var(--p);padding:2rem 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}
.stat-item h3{font-size:2rem;color:#fff;font-family:'Lora',serif}
.stat-item p{font-size:.88rem;color:rgba(255,255,255,.75);margin-top:.25rem}

/* HOW IT WORKS */
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.step-card{background:#fff;border-radius:12px;padding:2rem 1.75rem;box-shadow:0 4px 24px rgba(44,74,142,.08);position:relative;transition:transform .25s,box-shadow .25s}
.step-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px rgba(44,74,142,.14)}
.step-number{width:52px;height:52px;border-radius:50%;background:var(--p);color:#fff;font-family:'Lora',serif;font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.step-card h3{font-size:1.2rem;margin-bottom:.75rem}
.step-card p{color:#666;font-size:.95rem}

/* SERVICES */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:3rem}
.service-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.07);transition:transform .25s,box-shadow .25s}
.service-card:hover{transform:translateY(-5px);box-shadow:0 12px 36px rgba(44,74,142,.15)}
.service-card-img{width:100%;height:200px;object-fit:cover}
.service-card-img picture{height:200px}
.service-card-img picture img{width:100%;height:200px;object-fit:cover}
.service-card-body{padding:1.5rem}
.service-card-body h3{font-size:1.15rem;margin-bottom:.75rem}
.service-card-body p{color:#666;font-size:.93rem;margin-bottom:1.25rem}
.service-link{color:var(--a);font-weight:700;font-size:.9rem;display:inline-flex;align-items:center;gap:.3rem}
.service-link:hover{color:#c44e23}

/* TESTIMONIALS */
.testimonials-section{background:var(--dk);padding:5rem 0}
.testimonials-header{text-align:center;margin-bottom:3rem}
.testimonials-header .section-label{color:#f0a070}
.testimonials-header .section-heading{color:#fff}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}
.testi-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:background .25s}
.testi-card:hover{background:rgba(255,255,255,.1)}
.testi-stars{color:#f0a070;font-size:1.1rem;margin-bottom:1rem;letter-spacing:.1em}
.testi-text{color:rgba(255,255,255,.85);font-size:.95rem;line-height:1.75;margin-bottom:1.5rem;font-style:italic}
.testi-author{display:flex;align-items:center;gap:.75rem}
.testi-avatar{width:44px;height:44px;border-radius:50%;background:var(--a);display:flex;align-items:center;justify-content:center;color:#fff;font-family:'Lora',serif;font-weight:700;font-size:1rem}
.testi-info strong{display:block;color:#fff;font-size:.95rem}
.testi-info span{color:rgba(255,255,255,.55);font-size:.8rem}

/* ABOUT */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.about-img-wrap{border-radius:12px;overflow:hidden;box-shadow:0 8px 40px rgba(44,74,142,.15)}
.about-img-wrap img{width:100%;height:420px;object-fit:cover}
.about-text .section-heading{margin-bottom:1rem}
.about-text p{color:#555566;margin-bottom:1.25rem}
.about-points{margin:1.5rem 0}
.about-points li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.85rem;color:#444}
.about-points li::before{content:'✓';display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--a);color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0;margin-top:.15rem}

/* FAQ */
.faq-wrap{max-width:760px;margin:3rem auto 0}
details.faq-item{border:1px solid #e0e0ec;border-radius:var(--rd);margin-bottom:.85rem;overflow:hidden;transition:box-shadow .25s}
details.faq-item[open]{box-shadow:0 4px 20px rgba(44,74,142,.1)}
details.faq-item summary{padding:1.25rem 1.5rem;font-family:'Lora',serif;font-size:1.05rem;font-weight:600;color:var(--dk);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;background:#fff}
details.faq-item summary::-webkit-details-marker{display:none}
details.faq-item summary::after{content:'+';font-size:1.4rem;color:var(--a);transition:transform .25s;flex-shrink:0;margin-left:1rem}
details.faq-item[open] summary::after{content:'−'}
details.faq-item[open] summary{background:var(--lt)}
.faq-answer{padding:1.25rem 1.5rem;background:#fff;color:#555566;line-height:1.8;font-size:.96rem;border-top:1px solid #eee}

/* BLOG */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:3rem}
.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 3px 16px rgba(0,0,0,.07);transition:transform .25s,box-shadow .25s}
.blog-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(44,74,142,.13)}
.blog-card-img{width:100%;height:190px;object-fit:cover}
.blog-card-img picture{height:190px}
.blog-card-img picture img{width:100%;height:190px;object-fit:cover}
.blog-card-body{padding:1.4rem}
.blog-tag{display:inline-block;background:#eef2fb;color:var(--p);font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:2rem;margin-bottom:.75rem}
.blog-card-body h3{font-size:1.05rem;margin-bottom:.75rem;line-height:1.45}
.blog-card-body p{color:#666;font-size:.88rem;margin-bottom:1rem}
.blog-date{font-size:.8rem;color:#999}

/* CTA BAND */
.cta-band{background:linear-gradient(135deg,var(--p) 0%,#1a3372 100%);padding:5rem 0;text-align:center}
.cta-band h2{color:#fff;font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1rem}
.cta-band p{color:rgba(255,255,255,.82);font-size:1.05rem;margin-bottom:2.5rem;max-width:580px;margin-left:auto;margin-right:auto}
.cta-band .btn-primary{background:#e05c2e;border:2px solid #e05c2e}
.cta-band .btn-outline{border-color:#fff;color:#fff;margin-left:1rem}
.cta-band .btn-outline:hover{background:#fff;color:var(--p)}
.cta-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}

/* SITE FOOTER */
.site-footer{background:var(--dk);padding:4rem 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem}
.footer-brand .site-logo{margin-bottom:1rem}
.footer-brand p{color:rgba(255,255,255,.6);font-size:.9rem;line-height:1.7;max-width:280px}
.footer-col h4{font-family:'Lora',serif;color:#fff;font-size:1rem;margin-bottom:1.25rem}
.footer-col ul li{margin-bottom:.6rem}
.footer-col ul li a{color:rgba(255,255,255,.6);font-size:.9rem;transition:color .25s}
.footer-col ul li a:hover{color:var(--a)}
.footer-contact p{color:rgba(255,255,255,.6);font-size:.9rem;margin-bottom:.6rem;display:flex;align-items:flex-start;gap:.5rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}
.footer-bottom p{color:rgba(255,255,255,.45);font-size:.82rem}
.footer-bottom a{color:rgba(255,255,255,.45);font-size:.82rem}
.footer-bottom a:hover{color:var(--a)}

/* INNER PAGES */
.page-hero{padding:5rem 0 4rem;background:linear-gradient(135deg,var(--dk) 0%,var(--p) 100%);text-align:center}
.page-hero h1{color:#fff;font-size:clamp(1.9rem,4vw,2.8rem);margin-bottom:1rem}
.page-hero p{color:rgba(255,255,255,.78);font-size:1.05rem;max-width:600px;margin:0 auto}
.breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}
.breadcrumb a{color:rgba(255,255,255,.65);font-size:.85rem}
.breadcrumb a:hover{color:#f0a070}
.breadcrumb span{color:rgba(255,255,255,.4);font-size:.85rem}

/* SERVICE INNER */
.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;margin-bottom:4rem}
.service-detail-img img{width:100%;height:380px;object-fit:cover;border-radius:12px}
.service-detail-text h2{font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:1rem}
.service-detail-text p{color:#555566;margin-bottom:1rem}
.service-features{margin-top:1.5rem}
.service-features li{padding:.75rem 0;border-bottom:1px solid #eee;color:#444;display:flex;align-items:center;gap:.6rem}
.service-features li::before{content:'▸';color:var(--a);font-size:.9rem}
.service-benefits{background:var(--lt);border-radius:12px;padding:2.5rem;margin:3rem 0}
.service-benefits h2{font-size:1.5rem;margin-bottom:1.5rem}
.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
.benefit-item{background:#fff;border-radius:var(--rd);padding:1.25rem;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.benefit-item h4{font-size:1rem;margin-bottom:.5rem;color:var(--p)}
.benefit-item p{font-size:.88rem;color:#666}

/* BLOG INNER */
.blog-post-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-top:3rem}
.blog-post-content h2{font-size:1.6rem;margin:2rem 0 1rem}
.blog-post-content h3{font-size:1.25rem;margin:1.5rem 0 .75rem}
.blog-post-content p{color:#444;margin-bottom:1.25rem;line-height:1.85}
.blog-post-content ul{margin:1rem 0 1.25rem 1.5rem;color:#444}
.blog-post-content ul li{margin-bottom:.5rem;list-style:disc}
.blog-post-img{width:100%;height:380px;object-fit:cover;border-radius:12px;margin-bottom:2rem}
.blog-post-img picture{height:380px;border-radius:12px;overflow:hidden}
.blog-post-img picture img{width:100%;height:380px;object-fit:cover}
.post-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}
.post-meta span{font-size:.85rem;color:#888}
.blog-sidebar{position:sticky;top:90px}
.sidebar-widget{background:var(--lt);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}
.sidebar-widget h4{font-family:'Lora',serif;font-size:1.05rem;margin-bottom:1rem;color:var(--dk)}
.sidebar-links li{margin-bottom:.6rem}
.sidebar-links li a{font-size:.9rem;color:#555;display:flex;align-items:center;gap:.4rem}
.sidebar-links li a:hover{color:var(--a)}
.sidebar-cta{background:var(--p);border-radius:12px;padding:1.75rem;text-align:center}
.sidebar-cta h4{color:#fff;margin-bottom:.75rem}
.sidebar-cta p{color:rgba(255,255,255,.75);font-size:.88rem;margin-bottom:1.25rem}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;margin-top:3rem}
.contact-info h2{font-size:1.5rem;margin-bottom:1.5rem}
.contact-detail{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}
.contact-icon{width:48px;height:48px;border-radius:50%;background:var(--lt);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.25rem}
.contact-detail h4{font-size:.95rem;font-weight:700;margin-bottom:.25rem}
.contact-detail p{color:#666;font-size:.9rem}
.contact-form-wrap{background:var(--lt);border-radius:12px;padding:2.5rem}
.contact-form-wrap h2{font-size:1.5rem;margin-bottom:.5rem}
.contact-form-wrap p{color:#666;margin-bottom:2rem;font-size:.95rem}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.4rem;color:var(--dk)}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.85rem 1rem;border:1px solid #ddd;border-radius:var(--rd);font-family:'Mulish',sans-serif;font-size:1rem;color:var(--tx);background:#fff;transition:border-color .25s,box-shadow .25s;min-height:44px}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--p);box-shadow:0 0 0 3px rgba(44,74,142,.12)}
.form-group textarea{resize:vertical;min-height:130px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group input.error,.form-group textarea.error{border-color:#e05c2e}
.form-error-msg{color:#e05c2e;font-size:.8rem;margin-top:.3rem;display:none}
.form-group input.error ~ .form-error-msg,.form-group textarea.error ~ .form-error-msg{display:block}
.privacy-note{font-size:.8rem;color:#888;margin-top:.75rem;line-height:1.5}

/* POLICY PAGES */
.policy-content{max-width:820px;margin:0 auto;padding:4rem 1.25rem}
.policy-content h1{font-size:2rem;margin-bottom:.5rem}
.policy-content .last-updated{color:#888;font-size:.85rem;margin-bottom:2rem;display:block}
.policy-content h2{font-size:1.35rem;margin:2rem 0 .85rem;color:var(--p)}
.policy-content p{color:#444;margin-bottom:1.1rem;line-height:1.85}
.policy-content ul{margin:1rem 0 1.25rem 1.5rem;color:#444}
.policy-content ul li{margin-bottom:.5rem;list-style:disc;line-height:1.75}

/* THANK YOU */
.thankyou-section{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:5rem 1.25rem}
.thankyou-box{max-width:560px}
.thankyou-icon{width:80px;height:80px;border-radius:50%;background:var(--lt);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.5rem}
.thankyou-box h1{font-size:2rem;margin-bottom:1rem}
.thankyou-box p{color:#666;margin-bottom:2rem}

/* COOKIE CONSENT */
.cc-modal-wrap{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.25rem}
.cc-modal{background:#fff;border-radius:12px;max-width:480px;width:100%;padding:2.25rem;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.cc-modal h3{font-family:'Lora',serif;font-size:1.25rem;color:var(--dk);margin-bottom:.75rem}
.cc-modal p{color:#555;font-size:.92rem;line-height:1.7;margin-bottom:1.5rem}
.cc-modal p a{color:var(--p);text-decoration:underline}
.cc-buttons{display:flex;gap:.75rem;flex-wrap:wrap}
.cc-accept{background:var(--a);color:#fff;border:none;padding:.8rem 1.75rem;border-radius:var(--rd);font-weight:700;cursor:pointer;font-size:.95rem;font-family:'Mulish',sans-serif;min-height:44px;transition:background .25s}
.cc-accept:hover{background:#c44e23}
.cc-reject{background:transparent;color:#666;border:1px solid #ccc;padding:.8rem 1.75rem;border-radius:var(--rd);font-weight:600;cursor:pointer;font-size:.95rem;font-family:'Mulish',sans-serif;min-height:44px;transition:all .25s}
.cc-reject:hover{border-color:#999;color:#333}
.cc-settings-btn{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9998;width:46px;height:46px;border-radius:50%;background:var(--p);color:#fff;border:none;cursor:pointer;font-size:1.1rem;display:none;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(44,74,142,.35);transition:background .25s}
.cc-settings-btn:hover{background:#1a3372}
.cc-settings-btn.visible{display:flex}
.cc-hidden{display:none!important}

/* RESPONSIVE */
@media(max-width:1080px){
.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
.about-grid{gap:2.5rem}
.contact-grid{gap:2rem}
}
@media(max-width:760px){
.site-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.1);padding:1rem 0;z-index:800}
.site-nav.open{display:block}
.site-nav ul{flex-direction:column;gap:0;padding:0 1.25rem}
.site-nav ul li{border-bottom:1px solid #f0f0f0}
.site-nav a{display:block;padding:.85rem 0;font-size:1rem}
.nav-dropdown .dropdown-menu{display:none!important}
.nav-toggle{display:flex}
.header-cta{display:none}
.hero-section{min-height:100svh}
.stats-grid{grid-template-columns:repeat(2,1fr)}
.steps-grid{grid-template-columns:1fr}
.services-grid{grid-template-columns:1fr}
.testimonials-grid{grid-template-columns:1fr}
.about-grid{grid-template-columns:1fr}
.about-img-wrap{order:-1}
.blog-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr;gap:1.75rem}
.footer-bottom{flex-direction:column;text-align:center}
.service-detail-grid{grid-template-columns:1fr}
.benefits-grid{grid-template-columns:1fr}
.blog-post-grid{grid-template-columns:1fr}
.blog-sidebar{position:static}
.contact-grid{grid-template-columns:1fr}
.form-row{grid-template-columns:1fr}
.cta-band .btn-outline{margin-left:0}
.section-wrap{padding:3.5rem 0}
.policy-content{padding:3rem 1.25rem}
}
@media(max-width:380px){
.hero-title{font-size:1.9rem}
.stat-item h3{font-size:1.6rem}
}
