.header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.35rem;gap:1.1rem;position:relative}.logo{display:inline-flex;align-items:center;gap:.5rem}.logo-img{height:64px;width:auto;display:block}.header-slogan{display:none;font-size:1.02rem;font-weight:700;color:var(--navy);letter-spacing:.02em;white-space:nowrap;opacity:.95;animation:fade-in-up .5s var(--animate-ease) .1s both}.nav{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.55rem .85rem;font-size:.96875rem;font-weight:500;color:var(--navy-muted);border-radius:var(--radius);transition:color .2s,background .2s}.nav-link:hover,.nav-link.active{color:var(--navy);background:var(--gray-100)}.nav-link.active{color:var(--amber-dark);font-weight:600}.nav-link-cta{background:var(--amber-light);color:var(--white)!important;font-weight:600}.nav-link-cta:hover,.nav-link-cta.active{background:var(--amber);color:var(--white)!important}.nav-dropdown{position:relative}.nav-dropdown-row{display:flex;align-items:stretch}.nav-dropdown-row .nav-link{flex:1}.nav-dropdown-chevron{display:none;align-items:center;justify-content:center;width:2.25rem;min-height:2.5rem;padding:0;border:none;background:var(--gray-100);color:var(--navy);font-size:.65rem;line-height:1;cursor:pointer;border-radius:var(--radius);flex-shrink:0}.nav-dropdown-chevron:after{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--navy-muted);transition:transform .2s}.nav-dropdown-open .nav-dropdown-chevron:after{transform:rotate(180deg)}.nav-dropdown-menu{list-style:none;margin:0;padding:0}.nav-dropdown-link{display:block;padding:.5rem .85rem;font-size:.8125rem;font-weight:500;color:var(--navy-muted);border-radius:var(--radius);line-height:1.35;transition:color .2s,background .2s}.nav-dropdown-link:hover,.nav-dropdown-link.active{color:var(--navy);background:var(--gray-100)}.nav-dropdown-link.active{color:var(--amber-dark);font-weight:600}@media(min-width:769px){.nav-dropdown-menu{position:absolute;top:calc(100% + 2px);left:0;min-width:min(320px,85vw);max-height:min(70vh,420px);overflow-y:auto;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:200;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s,visibility .2s,transform .2s}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-menu li{border-bottom:1px solid var(--gray-100)}.nav-dropdown-menu li:last-child{border-bottom:none}.nav-dropdown-link{padding:.6rem .9rem;white-space:normal}}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:0;background:none;border:none;cursor:pointer}.menu-toggle span{display:block;width:22px;height:2px;background:var(--navy);transition:transform .2s,opacity .2s}.menu-toggle span.open:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle span.open:nth-child(2){opacity:0}.menu-toggle span.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.logo-img{height:52px}.nav-dropdown-chevron{display:inline-flex}.nav-dropdown-menu{max-height:0;overflow:hidden;transition:max-height .35s ease;margin-left:.25rem;padding-left:.5rem;border-left:2px solid var(--gray-200)}.nav-dropdown-open .nav-dropdown-menu{max-height:min(55vh,380px);overflow-y:auto;margin-top:.25rem;margin-bottom:.5rem}.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;background:var(--white);border-bottom:1px solid var(--gray-200);padding:1rem;gap:0;max-height:0;overflow:hidden;transition:max-height .35s ease}.nav-open.nav{max-height:min(92vh,900px);overflow-y:auto}.nav-link{padding:.75rem 1rem;border-radius:var(--radius)}.nav-dropdown,.nav-dropdown-row{width:100%}}@media(min-width:769px){.header-slogan{display:block}.nav{max-height:none}}.footer{background:var(--navy);color:var(--gray-200);padding:3rem 0 1.5rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-brand{max-width:320px}.footer-logo{display:inline-flex;align-items:center;margin-bottom:.5rem}.footer-logo-img{height:64px;width:auto}.footer-tagline{font-size:.9375rem;color:var(--gray-400);line-height:1.5}.footer-links h4,.footer-contact h4{font-size:.875rem;font-weight:600;color:var(--white);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-links ul{display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:var(--gray-400);font-size:.9375rem;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-contact p{font-size:.9375rem;color:var(--gray-400);margin-bottom:1rem}.footer-email a{color:var(--gray-200);text-decoration:underline;text-underline-offset:2px}.footer-email a:hover{color:var(--white)}.footer-bottom{padding-top:1.5rem;border-top:1px solid var(--navy-light);text-align:center}.footer-bottom p{font-size:.875rem;color:var(--gray-400)}.footer-powered{margin-top:.5rem}.footer-powered a{color:var(--gray-200);text-decoration:underline;text-underline-offset:2px}.footer-powered a:hover{color:var(--white)}@media(min-width:640px){.footer-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:3rem}}.chatbot-toggle{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;width:56px;height:56px;border-radius:50%;border:none;background:var(--amber);color:var(--white);font-size:1.5rem;cursor:pointer;box-shadow:var(--shadow-lg);transition:transform .2s,background .2s;display:flex;align-items:center;justify-content:center}.chatbot-toggle:hover{background:var(--amber-dark);transform:scale(1.05)}.chatbot-toggle-icon{line-height:1}.chatbot-toggle-icon.close{font-size:1.75rem;font-weight:300}.chatbot-panel{position:fixed;bottom:5rem;right:1.5rem;z-index:999;width:360px;max-width:calc(100vw - 3rem);height:480px;max-height:calc(100vh - 8rem);background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(.5rem) scale(.98);transition:opacity .2s,visibility .2s,transform .2s}.chatbot-panel-open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.chatbot-header{padding:1rem 1.25rem;background:var(--brand-light-blue);color:var(--navy);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.chatbot-title{font-size:1rem;font-weight:700;display:block}.chatbot-subtitle{font-size:.75rem;color:#0f172ab3}.chatbot-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.chatbot-msg{display:flex;gap:.5rem;align-items:flex-start;max-width:95%}.chatbot-msg-user{flex-direction:row-reverse;align-self:flex-end}.chatbot-msg-user .chatbot-msg-content{background:var(--brand-light-blue);color:var(--navy);border-radius:1rem 1rem .25rem}.chatbot-msg-user .chatbot-link{color:var(--amber-light)}.chatbot-avatar{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--amber);color:var(--white);font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center}.chatbot-msg-user .chatbot-avatar{display:none}.chatbot-msg-content{background:var(--gray-100);color:var(--navy);padding:.6rem .9rem;border-radius:1rem 1rem 1rem .25rem}.chatbot-msg-text{font-size:.875rem;line-height:1.45;margin:0 0 .25rem;white-space:pre-wrap;word-break:break-word}.chatbot-link{font-size:.8125rem;font-weight:600;color:var(--amber-dark);display:inline-block;margin-top:.35rem}.chatbot-link:hover{text-decoration:underline}.chatbot-form{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--gray-200);background:var(--gray-50);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.chatbot-input{flex:1;padding:.6rem .9rem;font-size:.875rem;border:1px solid var(--gray-200);border-radius:var(--radius);font-family:inherit;background:var(--white)}.chatbot-input:focus{outline:none;border-color:var(--amber);box-shadow:0 0 0 2px #d9770633}.chatbot-send{padding:.6rem 1rem;font-size:.875rem;font-weight:600;background:var(--amber);color:var(--white);border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s}.chatbot-send:hover{background:var(--amber-dark)}@media(max-width:480px){.chatbot-panel{right:.75rem;bottom:4.5rem;width:calc(100vw - 1.5rem);height:420px}.chatbot-toggle{right:.75rem;bottom:1rem}}.hero{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0f172a99,#0f172ad9)}.hero-content{position:relative;z-index:1;padding:3rem 1.25rem;color:var(--white)}.hero-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;line-height:1.2;animation:fade-in-up .6s var(--animate-ease) .35s both}.hero-subtitle{font-size:1.125rem;opacity:.95;margin-bottom:.5rem;animation:fade-in-up .6s var(--animate-ease) .45s both}.hero-cta-text{font-size:.9375rem;margin-bottom:1.5rem;opacity:.9;animation:fade-in .5s ease .55s both}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;animation:fade-in-up .5s var(--animate-ease) .65s both}.hero-actions .btn-primary{background:var(--amber);color:var(--white)}.hero-actions .btn-primary:hover{background:var(--amber-dark)}@media(min-width:768px){.hero{min-height:520px}.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1.25rem}}.intro-text{max-width:100%}.intro-text p{margin-bottom:1rem;color:var(--gray-600);animation:fade-in-up var(--animate-duration) var(--animate-ease) both;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto}.intro-text p:nth-child(1){animation-delay:.05s}.intro-text p:nth-child(2){animation-delay:.15s}.intro-text p:nth-child(3){animation-delay:.25s}.intro-cta{margin-top:2rem;padding:1.5rem;background:var(--gray-50);border-radius:var(--radius-lg);animation:fade-in-up var(--animate-duration) var(--animate-ease) .35s both}.intro-cta-heading{font-weight:600;color:var(--navy);margin-bottom:1rem}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}.home-method{background:var(--gray-50)}.home-method-grid{display:grid;grid-template-columns:1fr;gap:1.75rem;margin-top:1.25rem}.home-method-card{padding:1.5rem;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow);animation:fade-in-up var(--animate-duration) var(--animate-ease) both}.home-method-card:nth-child(1){animation-delay:.05s}.home-method-card:nth-child(2){animation-delay:.15s}.home-method-card h3{font-size:1.125rem;font-weight:700;color:var(--navy);margin-bottom:.75rem}.home-method-card p{font-size:.9375rem;color:var(--gray-600);line-height:1.6;margin-bottom:.85rem;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto}.home-method-cta{margin-top:1.5rem;text-align:center}@media(min-width:1024px){.home-method-grid{grid-template-columns:repeat(2,1fr)}}.service-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:transform .3s var(--animate-ease),box-shadow .3s ease,border-color .2s;animation:fade-in-up var(--animate-duration) var(--animate-ease) both}.service-card:nth-child(1){animation-delay:.05s}.service-card:nth-child(2){animation-delay:.12s}.service-card:nth-child(3){animation-delay:.19s}.service-card:nth-child(4){animation-delay:.26s}.service-card:nth-child(5){animation-delay:.33s}.service-card:nth-child(6){animation-delay:.4s}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:var(--navy-muted)}.service-image{aspect-ratio:16/10;overflow:hidden;background:var(--gray-100)}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--animate-ease)}.service-card:hover .service-image img{transform:scale(1.06)}.service-card h3{font-size:1.125rem;font-weight:600;color:var(--navy);padding:1rem 1.25rem 0;margin-bottom:.5rem}.service-card p{font-size:.9375rem;color:var(--gray-600);padding:0 1.25rem 1.25rem;line-height:1.5;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto}@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.why-us{background:var(--gray-50)}.why-list{max-width:700px}.why-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:var(--gray-600);animation:fade-in-up .4s var(--animate-ease) both;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto}.why-list li:nth-child(1){animation-delay:.05s}.why-list li:nth-child(2){animation-delay:.1s}.why-list li:nth-child(3){animation-delay:.15s}.why-list li:nth-child(4){animation-delay:.2s}.why-list li:nth-child(5){animation-delay:.25s}.why-list li:nth-child(6){animation-delay:.3s}.why-list li:nth-child(7){animation-delay:.35s}.why-list li:before{content:"";position:absolute;left:0;top:1.25rem;width:6px;height:6px;background:var(--brand-light-blue);border:1px solid rgba(15,23,42,.18);border-radius:50%}.steps{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.step{padding:1.5rem;background:var(--gray-50);border-radius:var(--radius-lg);border-left:4px solid var(--brand-light-blue);animation:fade-in-up var(--animate-duration) var(--animate-ease) both;transition:transform .25s ease,box-shadow .25s ease}.step:nth-child(1){animation-delay:.08s}.step:nth-child(2){animation-delay:.18s}.step:nth-child(3){animation-delay:.28s}.step:hover{transform:translate(4px);box-shadow:var(--shadow)}.step-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--brand-light-blue);color:var(--navy);border:1px solid rgba(15,23,42,.18);font-weight:700;font-size:1rem;border-radius:50%;margin-bottom:.75rem}.step h3{font-size:1.125rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.step p{font-size:.9375rem;color:var(--gray-600);line-height:1.5;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto}.steps-cta{text-align:center}@media(min-width:768px){.steps{grid-template-columns:repeat(3,1fr)}}.client-carousel{overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--gray-200);background:var(--gray-50);padding:1rem 0}.client-track{display:flex;align-items:center;gap:2.5rem;animation:client-marquee 8s linear infinite}.client-logo-card{flex:0 0 auto;padding:.5rem 1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;opacity:.9}.client-logo-card img{height:42px;width:140px;object-fit:contain;filter:grayscale(10%)}.client-logo-name{font-size:.75rem;font-weight:500;color:var(--gray-600);text-align:center;max-width:140px;line-height:1.2}@keyframes client-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.project-card{border-radius:var(--radius);overflow:hidden;background:var(--gray-100);box-shadow:var(--shadow);animation:fade-in-up var(--animate-duration) var(--animate-ease) both;transition:transform .3s var(--animate-ease),box-shadow .3s ease}.project-card:nth-child(1){animation-delay:.05s}.project-card:nth-child(2){animation-delay:.1s}.project-card:nth-child(3){animation-delay:.15s}.project-card:nth-child(4){animation-delay:.2s}.project-card:nth-child(5){animation-delay:.25s}.project-card:nth-child(6){animation-delay:.3s}.project-card:nth-child(7){animation-delay:.35s}.project-card:nth-child(8){animation-delay:.4s}.project-card:nth-child(9){animation-delay:.45s}.project-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.project-card img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .4s var(--animate-ease)}.project-card:hover img{transform:scale(1.05)}.project-card h3{font-size:.9375rem;font-weight:600;color:var(--navy);padding:.75rem 1rem}@media(min-width:640px){.projects-grid{grid-template-columns:repeat(4,1fr)}}.cta-section{background:var(--brand-light-blue);color:var(--navy);text-align:center}.cta-section .section-title{color:var(--navy)}.cta-section .section-subtitle{color:#0f172ad1;max-width:36rem;margin-left:auto;margin-right:auto}section.projects .section-title{text-transform:uppercase;letter-spacing:.04em}.gc-projects-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}.gc-project-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.gc-project-image{aspect-ratio:16/10;overflow:hidden;background:var(--gray-100)}.gc-project-image img{width:100%;height:100%;object-fit:cover}.gc-project-title{font-size:1.125rem;font-weight:600;color:var(--navy);margin:0;padding:1rem 1.25rem .5rem;text-transform:uppercase;letter-spacing:.04em}.gc-project-buttons{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1.25rem 1.25rem}@media(min-width:640px){.gc-projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.gc-projects-grid{grid-template-columns:repeat(3,1fr)}}.trades-intro{max-width:720px;margin-bottom:2rem;color:var(--gray-600)}.trades-grid{display:grid;grid-template-columns:1fr;gap:2rem}.trade-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:transform .3s var(--animate-ease),box-shadow .3s ease,border-color .2s;animation:fade-in-up var(--animate-duration) var(--animate-ease) both;scroll-margin-top:6rem}.trade-card:nth-child(1){animation-delay:.03s}.trade-card:nth-child(2){animation-delay:.06s}.trade-card:nth-child(3){animation-delay:.09s}.trade-card:nth-child(4){animation-delay:.12s}.trade-card:nth-child(5){animation-delay:.15s}.trade-card:nth-child(6){animation-delay:.18s}.trade-card:nth-child(7){animation-delay:.21s}.trade-card:nth-child(8){animation-delay:.24s}.trade-card:nth-child(9){animation-delay:.27s}.trade-card:nth-child(10){animation-delay:.3s}.trade-card:nth-child(11){animation-delay:.33s}.trade-card:nth-child(12){animation-delay:.36s}.trade-card:nth-child(13){animation-delay:.39s}.trade-card:nth-child(14){animation-delay:.42s}.trade-card:nth-child(15){animation-delay:.45s}.trade-card:nth-child(16){animation-delay:.48s}.trade-card:nth-child(17){animation-delay:.51s}.trade-card:nth-child(18){animation-delay:.54s}.trade-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:var(--navy-muted)}.trade-image{aspect-ratio:16/10;overflow:hidden;background:var(--gray-100)}.trade-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--animate-ease)}.trade-card:hover .trade-image img{transform:scale(1.06)}.trade-title{font-size:1.25rem;font-weight:600;color:var(--navy);padding:1.25rem 1.25rem 0;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}.trade-text{font-size:.9375rem;color:var(--gray-600);padding:0 1.25rem .75rem;line-height:1.6}.trade-samples{padding:0 1.25rem 1.25rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.trade-samples-group{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .75rem;width:100%}.trade-samples-group+.trade-samples-group{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--gray-200)}.trade-samples-label{font-size:.8125rem;font-weight:600;color:var(--navy-muted);margin-right:.25rem}.sample-link{font-size:.875rem;font-weight:500;padding:.4rem .7rem;border-radius:var(--radius);transition:background .2s,color .2s}.sample-plan{background:var(--gray-100);color:var(--navy-muted);border:1px solid var(--gray-200)}.sample-plan:hover{background:var(--gray-200);color:var(--navy)}@media(min-width:640px){.trades-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.trades-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.pricing-section .pricing-intro{margin-bottom:2rem}.pricing-cta{text-align:center;padding:2rem;background:var(--brand-light-blue);color:var(--navy);border-radius:var(--radius-lg)}.pricing-cta p{margin-bottom:1rem;color:#0f172abf}.pricing-cta .btn-primary{background:var(--amber)}.pricing-cta .btn-primary:hover{background:var(--amber-dark)}.pricing-packages{margin-top:1.25rem;margin-bottom:2.5rem}.packages-table{margin-top:1.25rem;border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;background:var(--white);box-shadow:var(--shadow)}.packages-row{display:grid;grid-template-columns:minmax(180px,1.15fr) repeat(3,1fr)}.packages-row-head{background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%)}.packages-row+.packages-row{border-top:1px solid var(--gray-200)}.packages-cell{padding:1rem;color:var(--gray-600);line-height:1.5;animation:fade-in-up var(--animate-duration) var(--animate-ease) both}.packages-row:nth-child(1) .packages-cell{animation-delay:.03s}.packages-row:nth-child(2) .packages-cell{animation-delay:.08s}.packages-row:nth-child(3) .packages-cell{animation-delay:.13s}.packages-row:nth-child(4) .packages-cell{animation-delay:.18s}.packages-row:nth-child(5) .packages-cell{animation-delay:.23s}.packages-row:nth-child(6) .packages-cell{animation-delay:.28s}.packages-cell+.packages-cell{border-left:1px solid var(--gray-200)}.packages-cell-colhead{font-weight:800;color:var(--navy);letter-spacing:.08em;text-transform:uppercase;text-align:center}.packages-cell-label{font-weight:700;color:var(--navy);background:var(--gray-50)}.packages-row-foot .packages-cell{background:#d8b56a14}.packages-actions{margin-top:1.25rem;display:flex;justify-content:center}.pricing-monthly{margin-top:2.5rem;margin-bottom:2.5rem}.monthly-table{margin-top:1.25rem;border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;background:var(--white);box-shadow:var(--shadow)}.monthly-row{display:grid;grid-template-columns:1fr 1.4fr 1fr}.monthly-row+.monthly-row{border-top:1px solid var(--gray-200)}.monthly-row-head{background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%)}.monthly-cell{padding:1rem;color:var(--gray-600);line-height:1.5;animation:fade-in-up var(--animate-duration) var(--animate-ease) both}.monthly-row:nth-child(1) .monthly-cell{animation-delay:.03s}.monthly-row:nth-child(2) .monthly-cell{animation-delay:.08s}.monthly-row:nth-child(3) .monthly-cell{animation-delay:.13s}.monthly-cell+.monthly-cell{border-left:1px solid var(--gray-200)}.monthly-cell-colhead{font-weight:800;color:var(--navy);letter-spacing:.06em;text-transform:uppercase}.monthly-actions{margin-top:1.25rem;display:flex;justify-content:center}@media(max-width:640px){.monthly-row{grid-template-columns:1fr}.monthly-cell+.monthly-cell{border-left:none;border-top:1px solid var(--gray-200)}}@media(max-width:900px){.packages-row{grid-template-columns:minmax(140px,.9fr) repeat(3,1fr)}.packages-cell{padding:.85rem .75rem;font-size:.9375rem}}@media(max-width:640px){.packages-row{grid-template-columns:1fr}.packages-cell+.packages-cell{border-left:none;border-top:1px solid var(--gray-200)}.packages-cell-label{border-top:none}.packages-row-head .packages-cell-label{display:none}}@media(min-width:640px){.pricing-cards{grid-template-columns:repeat(2,1fr)}}.about-content{max-width:100%}.about-content .section-title{margin-top:2rem;margin-bottom:.75rem}.about-content .section-title:first-child{margin-top:0}.about-content p{margin-bottom:1rem;color:var(--gray-600);line-height:1.6;animation:fade-in-up var(--animate-duration) var(--animate-ease) both;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto}.about-content p:nth-of-type(1){animation-delay:.05s}.about-content p:nth-of-type(2){animation-delay:.12s}.about-content p:nth-of-type(3){animation-delay:.19s}.about-content p:nth-of-type(4){animation-delay:.26s}.about-content p:nth-of-type(5){animation-delay:.33s}.about-content p:nth-of-type(6){animation-delay:.4s}.about-content p:nth-of-type(7){animation-delay:.47s}.about-cta{animation:fade-in-up var(--animate-duration) var(--animate-ease) .5s both}.about-cta{margin-top:2rem;padding:1.5rem;background:var(--gray-50);border-radius:var(--radius-lg)}.about-cta p{margin-bottom:1rem}.container-narrow{max-width:640px}.form-notice{font-size:.875rem;color:var(--gray-600);margin-bottom:1.5rem;padding:.75rem 1rem;background:var(--gray-50);border-radius:var(--radius)}.estimate-form{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.form-row{grid-template-columns:1fr}}.form-error{color:#b91c1c;font-size:.875rem;margin-bottom:1rem}.btn-submit{min-width:180px;margin-top:.5rem}.form-hint{font-size:.875rem;color:var(--gray-600);line-height:1.5}.form-success{text-align:center;padding:3rem 2rem;background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-200)}.form-success h2{font-size:1.5rem;color:var(--navy);margin-bottom:.5rem}.form-success p{color:var(--gray-600)}.admin-login-wrapper{min-height:50vh;display:flex;align-items:center;justify-content:center}.admin-login-card{width:100%;max-width:420px;padding:2rem 2.25rem;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow-lg)}.admin-login-header{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem;text-align:center}.admin-login-logo{height:40px;width:auto;margin-bottom:.75rem}.admin-login-title{font-size:1.25rem;font-weight:600;color:var(--navy);margin-bottom:.25rem}.admin-login-subtitle{font-size:.875rem;color:var(--gray-600)}.page-hero-admin{background:var(--navy-light)}.admin-hero-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.admin-logout-btn{padding:.4rem 1rem;font-size:.875rem;white-space:nowrap}@media(max-width:640px){.admin-hero-header{flex-direction:column;align-items:flex-start}.admin-logout-btn{align-self:stretch;justify-content:center;width:100%}}.admin-loading,.admin-error,.admin-empty{text-align:center;padding:2rem;color:var(--gray-600)}.admin-error-block{margin-bottom:1rem}.admin-error{color:#b91c1c;margin-bottom:.5rem}.admin-error-hint{font-size:.8125rem;color:var(--gray-600);max-width:560px;line-height:1.5}.admin-error-hint code{display:block;margin:.25rem 0;padding:.25rem .5rem;background:var(--gray-100);border-radius:4px;font-size:.75rem;word-break:break-all}.admin-table-wrap{overflow-x:auto;border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--white)}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th,.admin-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--gray-200)}.admin-table th{background:var(--gray-50);font-weight:600;color:var(--navy);white-space:nowrap}.admin-table tbody tr:hover{background:var(--gray-50)}.admin-table a{color:var(--amber-dark)}.admin-table a:hover{text-decoration:underline}.cell-desc{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-link{white-space:nowrap}@media(max-width:768px){.admin-table th:nth-child(n+5),.admin-table td:nth-child(n+5){display:none}}.app{min-height:100vh;display:flex;flex-direction:column}.main{flex:1}:root{--navy: #252064;--navy-light: #35357a;--navy-muted: #4a4b8f;--brand-light-blue: #cfe8ff;--amber: #6d6e70;--amber-light: #8a8b8e;--amber-dark: #4f5052;--white: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-400: #94a3b8;--gray-600: #475569;--font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "DM Sans", sans-serif;--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius: 8px;--radius-lg: 12px;--animate-duration: .5s;--animate-ease: cubic-bezier(.22, 1, .36, 1)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){:root{--animate-duration: .01s}.animate-in,.service-card,.trade-card,.project-card,.step,.pricing-block{animation-duration:.01s!important}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--white);color:var(--navy);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.container{padding:0 1.5rem}}.section{padding:4rem 0}.section-title{font-size:1.75rem;font-weight:700;color:var(--navy);margin-bottom:.5rem;animation:fade-in-up var(--animate-duration) var(--animate-ease) both}.section-subtitle{color:var(--gray-600);font-size:1rem;margin-bottom:2rem;animation:fade-in-up var(--animate-duration) var(--animate-ease) .1s both}.monthly-emphasis{font-weight:700;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.12em;text-decoration-color:currentColor}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;transition:transform .15s,box-shadow .15s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--amber);color:var(--white);box-shadow:var(--shadow)}.btn-primary:hover{background:var(--amber-dark);box-shadow:var(--shadow-lg)}.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-outline:hover{background:var(--brand-light-blue);color:var(--navy)}.btn-cta{background:var(--amber);color:var(--white);box-shadow:var(--shadow-lg);padding:.875rem 1.75rem;font-size:1rem}.btn-cta:hover{background:var(--amber-dark);color:var(--white);box-shadow:0 12px 20px -4px #4d4e5259}.sample-link{font-size:.875rem;font-weight:500;padding:.4rem .7rem;border-radius:var(--radius);transition:background .2s,color .2s;text-decoration:none;display:inline-block}.sample-pdf{background:var(--brand-light-blue);color:var(--navy);border:1px solid rgba(15,23,42,.18)}.sample-pdf:hover{background:#cfe8ffb3;color:var(--navy)}.sample-csv{background:var(--gray-100);color:var(--navy);border:1px solid var(--gray-200)}.sample-csv:hover{background:var(--gray-200);color:var(--navy)}.input{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);transition:border-color .2s,box-shadow .2s}.input:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #25206433}textarea.input{min-height:120px;resize:vertical}label{display:block;font-size:.875rem;font-weight:500;color:var(--navy);margin-bottom:.375rem}.form-group{margin-bottom:1.25rem}.page-hero{background:var(--brand-light-blue);color:var(--navy);padding:3rem 0;text-align:center}.page-hero-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.page-hero-subtitle{font-size:1rem;color:#0f172ab3}
