:root{--primary: #1B2A4A;--accent: #F5A623;--accent-hover: #D4891E;--accent-gold: #1B2A4A;--text: #1a1a1a;--text-light: #4B5563;--bg: #F8F6F1;--bg-alt: #EDECEA;--bg-card: #FFFFFF;--border: #E2E8F0;--white: #FFFFFF;--shadow-sm:0 1px 3px rgba(0,0,0,0.08);--shadow-md:0 4px 16px rgba(0,0,0,0.1);--shadow-lg:0 8px 32px rgba(0,0,0,0.12);--radius:6px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Manrope',sans-serif;color:var(--primary);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:'DM Serif Display',serif;line-height:1.2}.topbar{background:var(--primary);color:var(--white);padding:8px 0;font-size:0.82rem;letter-spacing:0.02em}.topbar-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.topbar a{color:var(--white);text-decoration:none;transition:color 0.2s}.topbar a:hover{color:var(--accent)}.topbar-phone svg{filter:drop-shadow(0 0 3px rgba(239,68,68,0.4))}.topbar-right{display:flex;gap:20px;align-items:center}.header{background:var(--white);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;height:72px}.logo{display:flex;align-items:center;gap:16px;text-decoration:none}.logo-icon{width:72px;height:72px}.logo-text{font-family:'DM Serif Display',serif;font-size:1.35rem;color:var(--primary);line-height:1.15}.logo-text span{display:block;font-family:'Manrope',sans-serif;font-size:0.65rem;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--text-light)}.header-right{display:flex;align-items:center;gap:8px}nav{display:flex;align-items:center;gap:8px}nav a{color:var(--text);text-decoration:none;font-size:0.9rem;font-weight:500;padding:8px 14px;border-radius:var(--radius);transition:all 0.2s}nav a:hover{color:var(--primary);background:var(--bg-alt)}.nav-dropdown{position:relative;display:inline-block}.nav-dropdown > a{display:flex;align-items:center;gap:4px}.nav-dropdown > a::after{content:'';width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;opacity:0.6;transition:transform 0.2s}.nav-dropdown:hover > a::after{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;min-width:200px;background:var(--white);box-shadow:var(--shadow-lg);border-radius:var(--radius);padding:8px 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.25s;z-index:1000}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:block;padding:10px 20px;color:var(--text);text-decoration:none;font-size:0.88rem;font-weight:500;transition:all 0.2s;border-radius:0}.dropdown-menu a:hover{background:var(--bg-alt);color:var(--primary)}.header-phone{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:var(--white);font-weight:600;text-decoration:none;font-size:0.9rem;padding:10px 22px;border-radius:var(--radius);transition:all 0.2s ease;white-space:nowrap;letter-spacing:0.01em;box-shadow:0 8px 20px rgba(245,166,35,0.5),0 4px 8px rgba(0,0,0,0.25),inset 0 1px 0 rgba(255,255,255,0.2)}.header-phone:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 12px 28px rgba(245,166,35,0.55),0 6px 12px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2)}.header-phone svg{width:16px;height:16px}.header-right .btn{white-space:nowrap}.btn{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:var(--white);text-decoration:none;font-weight:600;font-size:0.9rem;padding:10px 22px;border-radius:var(--radius);border:none;cursor:pointer;transition:all 0.2s ease;letter-spacing:0.01em;box-shadow:0 8px 20px rgba(245,166,35,0.5),0 4px 8px rgba(0,0,0,0.25),inset 0 1px 0 rgba(255,255,255,0.2)}.btn:hover{background:var(--accent-hover);transform:translateY(-4px);box-shadow:0 12px 28px rgba(245,166,35,0.55),0 6px 12px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2)}.btn-outline{background:transparent;color:var(--accent);border:2px solid var(--accent);box-shadow:0 4px 12px rgba(0,0,0,0.15),inset 0 1px 0 rgba(255,255,255,0.1)}.btn-outline:hover{background:var(--accent);color:var(--white)}.btn-lg{padding:14px 32px;font-size:1rem}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px}.mobile-menu-btn svg{width:28px;height:28px;stroke:var(--primary)}.mobile-menu{display:none;position:fixed;top:72px;left:0;right:0;bottom:0;background:var(--white);z-index:99;padding:24px;overflow-y:auto}.mobile-menu.active{display:block}.mobile-menu a{display:block;padding:14px 16px;color:var(--text);text-decoration:none;font-size:1rem;font-weight:500;border-radius:var(--radius);transition:all 0.2s}.mobile-menu a:hover{background:var(--bg-alt);color:var(--primary)}.mobile-menu-section{margin-bottom:24px}.mobile-menu-section-title{font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--text-light);padding:8px 16px;margin-bottom:4px}.mobile-menu-services{padding-left:16px}.mobile-menu-services a{font-size:0.92rem;padding:10px 16px}.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary) 50%,var(--primary) 100%);padding:80px 0 90px;position:relative;overflow:hidden;min-height:500px}.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 80%,rgba(27,42,74,0.15) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(245,166,35,0.1) 0%,transparent 50%);pointer-events:none}.hero::after{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Crect x='0' y='0' width='30' height='15' rx='1'/%3E%3Crect x='30' y='15' width='30' height='15' rx='1'/%3E%3Crect x='0' y='30' width='30' height='15' rx='1'/%3E%3Crect x='30' y='45' width='30' height='15' rx='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.hero-inner{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1;display:grid;grid-template-columns:1fr 480px;gap:60px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(245,166,35,0.15);border:1px solid rgba(245,166,35,0.3);color:var(--accent);font-size:0.8rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;padding:6px 14px;border-radius:50px;margin-bottom:20px}.hero h1{color:var(--white);font-size:3rem;margin-bottom:20px}.hero h1 em{font-style:normal;color:var(--accent)}.hero p{color:#E2E8F0;font-size:1.1rem;line-height:1.7;margin-bottom:32px;max-width:520px}.hero-btns{display:flex;gap:12px;flex-wrap:wrap}.hero-phone{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:var(--white);text-decoration:none;font-size:0.95rem;font-weight:600;padding:14px 24px;border:none;border-radius:var(--radius);transition:all 0.2s ease;letter-spacing:0.01em;box-shadow:0 8px 20px rgba(245,166,35,0.5),0 4px 8px rgba(0,0,0,0.25),inset 0 1px 0 rgba(255,255,255,0.2)}.hero-phone:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 12px 28px rgba(245,166,35,0.55),0 6px 12px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2)}.hero-phone svg{width:18px;height:18px}.hero-card{background:var(--white);border-radius:12px;padding:32px 28px;box-shadow:0 16px 48px rgba(0,0,0,0.2),0 8px 20px rgba(0,0,0,0.12),0 2px 6px rgba(0,0,0,0.08);border:2px solid rgba(0,0,0,0.08)}.hero-card h3{font-size:1.3rem;margin-bottom:4px;color:var(--primary)}.hero-card .subtitle{color:var(--text-light);font-size:0.85rem;margin-bottom:20px}.form-group{margin-bottom:14px}.form-group label{display:block;font-size:0.8rem;font-weight:600;color:var(--text);margin-bottom:4px;letter-spacing:0.02em}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 14px;border:1px solid #B0B8C4;border-radius:var(--radius);font-family:'Manrope',sans-serif;font-size:0.9rem;color:var(--primary);background:var(--bg-alt);transition:all 0.2s;outline:none;box-shadow:inset 0 2px 6px rgba(0,0,0,0.12)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#F5A623;box-shadow:inset 0 2px 6px rgba(0,0,0,0.12),0 0 0 4px rgba(245,166,35,0.2)}.form-group textarea{resize:vertical;min-height:70px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-submit{width:100%;margin-top:4px;padding:13px;font-size:0.95rem}.trust-bar{background:var(--white);border-top:1px solid #E2E8F0;border-bottom:1px solid #E2E8F0;padding:24px 0}.trust-bar-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.trust-item{display:flex;align-items:center;gap:10px;font-size:0.88rem;font-weight:600;color:var(--text)}.trust-icon{width:36px;height:36px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center}.trust-icon svg{width:18px;height:18px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.section{padding:80px 0}.section-inner{max-width:1200px;margin:0 auto;padding:0 24px}.section-label{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.15em;color:var(--primary);margin-bottom:12px}.section-title{font-size:2.2rem;margin-bottom:16px;color:var(--primary)}.section-desc{color:var(--text-light);font-size:1.05rem;max-width:600px;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}.service-card{background:var(--white);border-radius:10px;padding:32px 28px;border:1px solid #E2E8F0;transition:all 0.3s;position:relative;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,0.12),0 4px 10px rgba(0,0,0,0.08)}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent);transform:scaleX(0);transition:transform 0.3s}.service-card:hover{box-shadow:0 16px 40px rgba(0,0,0,0.18),0 8px 16px rgba(0,0,0,0.1);transform:translateY(-4px)}.service-card:hover::before{transform:scaleX(1)}.service-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--white) 0%,#EDECEA 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.service-icon svg{width:24px;height:24px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.service-card h3{font-size:1.15rem;margin-bottom:10px;color:var(--primary)}.service-card p{color:var(--text-light);font-size:0.9rem;line-height:1.6}.why-section{background:var(--primary);color:var(--white)}.why-section .section-label{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.15em;color:rgba(255,255,255,0.95);margin-bottom:12px}.why-section .section-title{color:var(--white)}.why-section .section-desc{color:#CBD5E1}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}.why-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08);border-radius:10px;padding:28px 24px;display:flex;gap:16px;transition:all 0.3s}.why-card:hover{background:rgba(255,255,255,0.08)}.why-num{font-family:'DM Serif Display',serif;font-size:2rem;color:var(--accent);line-height:1;flex-shrink:0}.why-card h3{font-size:1.05rem;margin-bottom:6px;color:var(--white)}.why-card p{color:#CBD5E1;font-size:0.88rem;line-height:1.6}.areas-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}.area-tag{background:var(--white);border:1px solid #E2E8F0;padding:8px 18px;border-radius:50px;font-size:0.85rem;font-weight:500;color:var(--text);transition:all 0.2s}.area-tag:hover{border-color:var(--accent);color:var(--accent)}.faq-list{max-width:760px;margin:40px auto 0}.faq-item{border-bottom:1px solid #E2E8F0}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:'DM Serif Display',serif;font-size:1.1rem;color:var(--primary);transition:color 0.2s}.faq-q:hover{color:var(--accent)}.faq-q svg{width:20px;height:20px;stroke:var(--text-light);fill:none;stroke-width:2;flex-shrink:0;transition:transform 0.3s}.faq-q.active svg{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.faq-a-inner{padding:0 0 20px;color:var(--text-light);font-size:0.92rem;line-height:1.7}.cta-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary) 50%,var(--accent) 100%);padding:72px 0;text-align:center;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Crect x='0' y='0' width='30' height='15' rx='1'/%3E%3Crect x='30' y='15' width='30' height='15' rx='1'/%3E%3Crect x='0' y='30' width='30' height='15' rx='1'/%3E%3Crect x='30' y='45' width='30' height='15' rx='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.cta-section h2{color:var(--white);font-size:2.4rem;margin-bottom:14px;position:relative}.cta-section p{color:#E2E8F0;font-size:1.1rem;margin-bottom:28px;position:relative}.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;position:relative}.btn-white{background:var(--white);color:var(--primary)}.btn-white:hover{background:var(--white)}.btn-clay{background:var(--primary);color:var(--white)}.btn-clay:hover{background:var(--primary)}.footer{background:var(--primary);color:#E2E8F0;padding:56px 0 32px}.footer-inner{max-width:1200px;margin:0 auto;padding:0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr auto;gap:40px;margin-bottom:40px}.footer-brand .logo-text{color:var(--white);margin-bottom:14px}.footer-brand p{font-size:0.88rem;line-height:1.6}.footer h4{color:var(--white);font-size:0.95rem;margin-bottom:16px}.footer a{color:#CBD5E1;text-decoration:none;font-size:0.88rem;transition:color 0.2s}.footer a:hover{color:var(--accent)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-contact-item{display:flex;gap:10px;align-items:flex-start;font-size:0.88rem;margin-bottom:12px}.footer-contact-item svg{width:16px;height:16px;stroke:var(--accent);fill:none;stroke-width:2;flex-shrink:0;margin-top:3px}.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:0.8rem;flex-wrap:wrap;gap:8px}.mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--primary);padding:12px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.2)}.mobile-cta a{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:var(--accent);color:var(--white);text-decoration:none;font-weight:700;font-size:1rem;padding:14px;border-radius:var(--radius);letter-spacing:0.02em}.mobile-cta svg{width:20px;height:20px}@media (max-width:960px){.hero-inner{grid-template-columns:1fr;gap:40px}.hero-card{max-width:480px}.hero h1{font-size:2.4rem}.services-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.header-right .btn{display:none}}@media (max-width:680px){.topbar{display:none}nav{display:none}.mobile-menu-btn{display:block}.mobile-cta{display:block}.hero{padding:48px 0 56px;min-height:auto}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-btns{display:none}.section{padding:56px 0}.section-title{font-size:1.75rem}.services-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.trust-bar-inner{justify-content:center}.footer{padding-bottom:80px}}}}@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-badge,.hero h1,.hero p,.hero-btns,.hero-card{animation:fadeUp 0.6s ease both}.hero h1{animation-delay:0.1s}.hero p{animation-delay:0.2s}.hero-btns{animation-delay:0.3s}.hero-card{animation-delay:0.35s}@media(max-width:768px){.logo-icon{width:36px!important;height:36px!important}.logo-text span{display:none}.logo-text{font-size:1.05rem}.header-phone{padding:8px 12px;font-size:0.8rem}.mobile-menu-btn{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}}
@media (max-width:680px){
.logo div div:last-child{display:none}
.header-inner{padding:0 12px;overflow:hidden}
.logo svg{width:40px;height:40px;flex-shrink:0}
.logo{gap:8px!important}
}.reviews-banner a:hover{opacity:0.9}.footer-map{display:flex;align-items:flex-start;justify-content:center}
/* ── Content page body styles ── */
main { background:var(--bg,#F8F6F1); }
.container { max-width:900px; margin:0 auto; padding:60px 24px; }
.container h1 { font-family:'DM Serif Display',serif; font-size:2.2rem; color:var(--primary,#1B2A4A); margin-bottom:24px; line-height:1.2; }
.container h2 { font-family:'DM Serif Display',serif; font-size:1.8rem; color:var(--primary,#1B2A4A); margin:48px 0 20px; line-height:1.2; }
.container h1:first-child, .container h2:first-child { margin-top:0; }
.container h3 { font-family:'DM Serif Display',serif; font-size:1.25rem; color:var(--primary,#1B2A4A); margin:32px 0 12px; line-height:1.3; }
.container p { margin-bottom:18px; line-height:1.8; color:var(--text,#1a1a1a); font-size:1rem; }
.container ul, .container ol { margin:0 0 20px 28px; line-height:1.8; color:var(--text,#1a1a1a); }
.container li { margin-bottom:8px; }
.container strong { color:var(--primary,#1B2A4A); font-weight:600; }
.container a { color:var(--accent,#F5A623); }
.container a:hover { color:var(--accent-hover,#D4891E); }
@media(max-width:768px){.logo-icon{width:36px!important;height:36px!important}.logo-text span{display:none}.logo-text{font-size:1.05rem}.header-phone{padding:8px 12px;font-size:0.8rem}.mobile-menu-btn{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}}
@media (max-width:680px){
.logo div div:last-child{display:none}
.header-inner{padding:0 12px;overflow:hidden}
.logo svg{width:40px;height:40px;flex-shrink:0}
.logo{gap:8px!important}
}.reviews-banner a:hover{opacity:0.9}.footer-map{display:flex;align-items:flex-start;justify-content:center}

/* ── Multi-Step Form Styles ── */

.msf-card{background:var(--white,#fff);border-radius:14px;box-shadow:0 16px 48px rgba(0,0,0,.12),0 8px 20px rgba(0,0,0,.08);border:none;padding:0 30px 30px;max-width:480px;width:100%;margin-top:auto;margin-bottom:auto;margin-left:auto;margin-right:auto}
.msf-card *{box-sizing:border-box}
.msf-progress{height:10px;background:#d1d5db;border-radius:99px;margin-bottom:26px;overflow:hidden}
.msf-progress-fill{height:100%;width:0%;background:var(--accent,#F5A623);border-radius:99px;transition:width .45s cubic-bezier(.4,0,.2,1)}
.msf-header{background:var(--accent,#F5A623);margin:-36px -30px 24px;padding:22px 30px 20px;border-radius:14px 14px 0 0}
.msf-header .msf-title{color:#fff}
.msf-header .msf-sub{color:rgba(255,255,255,.85);margin-bottom:0}
.msf-header .msf-progress{margin-top:16px;background:rgba(255,255,255,.25);margin-bottom:0}
.msf-header .msf-progress-fill{background:#fff}
.msf-title{font-size:1.4rem;font-weight:800;color:var(--primary,#1B2A4A);text-align:center;margin-bottom:4px;line-height:1.3}
.msf-sub{font-size:.92rem;color:#475569;text-align:center;margin-bottom:22px;font-weight:500}
.msf-step{display:none}.msf-step.active{display:block}
.msf-services{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:0}
.msf-svc{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:22px 12px;border:2px solid #b0b8c4;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:center;min-height:105px;-webkit-user-select:none;user-select:none;box-shadow:0 4px 12px rgba(0,0,0,.10),0 2px 4px rgba(0,0,0,.07)}
.msf-svc:hover{border-color:var(--accent,#F5A623);transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.16),0 4px 8px rgba(0,0,0,.10)}
.msf-svc:active{transform:translateY(1px);box-shadow:0 2px 6px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08)}
.msf-svc.selected{border-color:var(--accent,#F5A623);background:color-mix(in srgb,var(--accent,#F5A623) 7%,#fff);box-shadow:0 4px 16px color-mix(in srgb,var(--accent,#F5A623) 35%,transparent),0 2px 4px rgba(0,0,0,.08)}
.msf-svc-icon{display:block;width:48px;height:48px;flex-shrink:0;color:var(--primary,#1B2A4A)}.msf-svc-icon svg{width:100%;height:100%;display:block}
.msf-svc-label{font-size:.9rem;font-weight:700;color:var(--primary,#1B2A4A);line-height:1.2}
.msf-svc:nth-child(5){grid-column:1 / -1;max-width:calc(50% - 7px);justify-self:center}
.msf-info{display:flex;align-items:center;gap:10px;background:#dbeafe;border:1.5px solid #93c5fd;border-radius:8px;padding:12px 16px;margin-bottom:20px;font-size:.88rem;color:#1e3a5f;font-weight:600}
.msf-info svg{flex-shrink:0;width:20px;height:20px;stroke:#2563eb;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.msf-field{margin-bottom:15px}
.msf-field label{display:block;font-size:.82rem;font-weight:700;color:#1f2937;margin-bottom:5px}
.msf-field input,.msf-field textarea{width:100%;padding:12px 14px;border:1.5px solid #b0b8c4;border-radius:8px;font-size:.92rem;font-family:inherit;color:#111827;background:#fff;transition:border-color .2s,box-shadow .2s;outline:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.06)}
.msf-field input:focus,.msf-field textarea:focus{border-color:var(--accent,#F5A623);box-shadow:inset 0 2px 4px rgba(0,0,0,.04),0 0 0 3px color-mix(in srgb,var(--accent,#F5A623) 20%,transparent)}
.msf-field textarea{resize:vertical;min-height:80px}
.msf-field input::placeholder,.msf-field textarea::placeholder{color:#9ca3af}
.msf-actions{display:flex;gap:10px;margin-top:20px}
.msf-btn{flex:1;padding:14px 20px;border-radius:10px;font-size:.97rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all .2s ease;border:none;text-align:center}
.msf-btn-primary{background:var(--accent,#F5A623);color:#fff;box-shadow:0 4px 14px color-mix(in srgb,var(--accent,#F5A623) 40%,transparent),0 2px 4px rgba(0,0,0,.10)}
.msf-btn-primary:hover{background:var(--accent-hover,#D4891E);transform:translateY(-2px);box-shadow:0 8px 22px color-mix(in srgb,var(--accent,#F5A623) 45%,transparent),0 4px 8px rgba(0,0,0,.12)}
.msf-btn-primary:active{transform:translateY(1px);box-shadow:0 2px 6px color-mix(in srgb,var(--accent,#F5A623) 30%,transparent),0 1px 2px rgba(0,0,0,.08)}
.msf-btn-back{background:#e2e8f0;color:#374151;flex:0 0 auto;padding:14px 18px;box-shadow:0 2px 6px rgba(0,0,0,.06)}.msf-btn-back:hover{background:#cbd5e1;transform:translateY(-1px)}
@media(max-width:520px){
  .msf-card{padding:0 20px 22px}
  .msf-header{margin:0 -20px 20px;padding:18px 20px 14px}
  .msf-services{grid-template-columns:1fr}
  .msf-svc{flex-direction:row;justify-content:flex-start;gap:14px;padding:16px 18px;min-height:auto}
  .msf-svc:nth-child(5){max-width:100%}
  .msf-svc-icon{width:36px;height:36px}
  .msf-title{font-size:1.2rem}
}
