.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 0;transition:background .35s,box-shadow .35s,padding .35s}.navbar--scrolled{background:#fffffff5;box-shadow:0 1px #00000014;padding:.75rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar__inner{display:flex;align-items:center;justify-content:space-between}@keyframes logo-slide-in{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.navbar__logo{display:flex;align-items:center;text-decoration:none}.navbar__logo-img{height:42px;width:auto;display:block;animation:logo-slide-in .6s cubic-bezier(.22,1,.36,1) both;transition:height .3s ease,filter .2s,opacity .2s}.navbar--scrolled .navbar__logo-img{height:34px}.navbar__logo:hover .navbar__logo-img{opacity:.82;filter:brightness(1.08)}@keyframes nav-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.navbar__links{display:flex;align-items:center;gap:2rem}.navbar__link{position:relative;font-size:.9rem;font-weight:500;color:var(--gray-700);text-decoration:none;transition:color .2s;padding-bottom:2px}.navbar__link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--blue-600);border-radius:2px;transition:width .25s cubic-bezier(.22,1,.36,1)}.navbar__link:hover{color:var(--blue-600)}.navbar__link:hover:after{width:100%}.navbar__links .navbar__link:nth-child(1){animation:nav-fade-in .45s ease .15s both}.navbar__links .navbar__link:nth-child(2){animation:nav-fade-in .45s ease .22s both}.navbar__links .navbar__link:nth-child(3){animation:nav-fade-in .45s ease .29s both}.navbar__links .navbar__link:nth-child(4){animation:nav-fade-in .45s ease .36s both}.navbar__links .navbar__cta{animation:nav-fade-in .45s ease .44s both}.navbar__cta{padding:.55rem 1.25rem;font-size:.875rem}.navbar__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.burger-line{display:block;width:22px;height:2px;background:var(--gray-700);border-radius:2px;transition:transform .25s,opacity .25s}@media (max-width: 768px){.navbar__burger{display:flex}.navbar__links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:1.25rem 1.5rem;gap:1.25rem;box-shadow:0 8px 24px #00000014;border-top:1px solid var(--gray-100)}.navbar__links--open{display:flex}.navbar__cta{width:100%;justify-content:center}.navbar__links .navbar__link:nth-child(1),.navbar__links .navbar__link:nth-child(2),.navbar__links .navbar__link:nth-child(3),.navbar__links .navbar__link:nth-child(4),.navbar__links .navbar__cta{animation:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--white);padding:8rem 0 5rem}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(#ffffffa6,#ffffffb8),url(/images/hero-bg.jpg);background-size:cover;background-position:center 40%;pointer-events:none}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.hero__copy{max-width:560px}.hero__badge{display:inline-flex;align-items:center;gap:8px;background:var(--blue-50);color:var(--blue-700);border:1px solid var(--blue-200);border-radius:100px;padding:.35rem 1rem;font-size:.8rem;font-weight:600;letter-spacing:.03em;margin-bottom:1.5rem}.hero__badge-dot{width:7px;height:7px;border-radius:50%;background:var(--blue-500);flex-shrink:0;animation:hero-pulse 2.4s ease-in-out infinite}@keyframes hero-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.hero__title{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.4rem);font-weight:600;line-height:1.15;color:var(--gray-900);margin-bottom:1.5rem;letter-spacing:-.02em}.hero__title-accent{color:var(--blue-600)}.hero__subtitle{font-size:1.05rem;color:var(--gray-500);line-height:1.8;margin-bottom:2.5rem;max-width:480px}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero__trust{display:flex;flex-wrap:wrap;gap:1.25rem 2rem;padding-top:2rem;border-top:1px solid var(--gray-100)}.hero__trust-item{display:flex;align-items:center;gap:7px;font-size:.85rem;color:var(--gray-500);font-weight:500}.hero__trust-check{color:var(--blue-500);font-weight:700;font-size:.8rem}.hero__visual{position:relative;display:flex;justify-content:center;align-items:flex-start}.hero__panel{width:100%;max-width:400px;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg),0 0 0 1px #00000008;transform:perspective(1200px) rotateY(-4deg) rotateX(2deg);transition:transform .4s ease}.hero__panel:hover{transform:perspective(1200px) rotateY(-1deg) rotateX(0)}.hero__panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.hero__panel-label{font-size:.78rem;font-weight:700;color:var(--gray-900);letter-spacing:.01em}.hero__panel-count{font-size:.7rem;font-weight:600;color:var(--blue-600);background:var(--blue-50);border:1px solid var(--blue-100);border-radius:100px;padding:2px 9px}.hero__panel-row{display:flex;align-items:center;gap:12px;padding:13px 18px;border-bottom:1px solid var(--gray-100);transition:background .15s}.hero__panel-row:hover{background:var(--gray-50)}.hero__panel-icon{width:34px;height:34px;border-radius:9px;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--blue-600);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero__panel-info{flex:1;min-width:0}.hero__panel-name{font-size:.83rem;font-weight:600;color:var(--gray-900);margin-bottom:3px}.hero__panel-tags{display:flex;gap:5px;flex-wrap:wrap}.hero__panel-tags span{font-size:.65rem;font-weight:500;color:var(--gray-400);background:var(--gray-100);border-radius:4px;padding:1px 6px}.hero__panel-arrow{color:var(--gray-300);flex-shrink:0}.hero__panel-footer{display:block;padding:12px 18px;font-size:.78rem;font-weight:600;color:var(--blue-600);text-decoration:none;text-align:center;background:var(--gray-50);transition:background .15s,color .15s}.hero__panel-footer:hover{background:var(--blue-50);color:var(--blue-700)}@media (max-width: 960px){.hero__inner{grid-template-columns:1fr;gap:3rem}.hero__copy{max-width:100%}.hero__visual{justify-content:center}.hero__panel{transform:none;max-width:420px}.hero__panel:hover{transform:none}}@media (max-width: 600px){.hero__actions{flex-direction:column}.hero__actions a{text-align:center;justify-content:center}.hero__trust{gap:.875rem}}.stats{background:var(--gray-50);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:1.5rem 0}.stats__inner{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.stats__item{display:flex;align-items:center;gap:12px;padding:.75rem 2.5rem}.stats__icon{width:36px;height:36px;background:var(--blue-50);border:1px solid var(--blue-100);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--blue-600);flex-shrink:0}.stats__value{font-size:.975rem;font-weight:700;color:var(--gray-900);line-height:1.2}.stats__label{font-size:.8rem;color:var(--gray-500);margin-top:1px}.stats__divider{width:1px;height:36px;background:var(--gray-200);flex-shrink:0}@media (max-width: 768px){.stats__inner{display:grid;grid-template-columns:1fr 1fr;gap:0}.stats__divider{display:none}.stats__item{padding:1rem 1.25rem;border:1px solid var(--gray-100)}}@media (max-width: 400px){.stats__inner{grid-template-columns:1fr}}.about{padding:var(--section-pad);background:var(--gray-50);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100)}.about__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about__body{font-size:1rem;color:var(--gray-500);line-height:1.8;margin-top:1.25rem;margin-bottom:2rem}.about__cta{margin-top:.5rem}.about__values{display:flex;flex-direction:column;gap:1.25rem}.about__value-card{display:flex;gap:1rem;align-items:flex-start;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.25rem 1.5rem;transition:box-shadow .2s,border-color .2s}.about__value-card:hover{box-shadow:0 4px 20px #2563eb14;border-color:var(--blue-200)}.about__value-card--faith{border-color:#d4b896;background:#fdf8f3}.about__value-card--faith:hover{box-shadow:0 4px 20px #b4783c1a;border-color:#c4a07a}.about__value-card--faith .about__value-icon{background:#fef3e2;border-color:#f0d9b5;color:#92580a}.about__value-icon{width:36px;height:36px;background:var(--blue-50);border:1px solid var(--blue-100);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--blue-600);flex-shrink:0}.about__value-title{font-size:.975rem;font-weight:600;color:var(--gray-900);margin-bottom:.35rem}.about__value-body{font-size:.9rem;color:var(--gray-500);line-height:1.65}.about__headshot{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;margin-bottom:.25rem}.about__headshot-photo{height:160px;background-image:url(/images/mn-lake.jpg);background-size:cover;background-position:center 60%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;position:relative}.about__headshot-photo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a6b}.about__headshot-avatar{width:68px;height:68px;border-radius:50%;background:#ffffff1f;border:2px solid rgba(255,255,255,.55);display:flex;align-items:center;justify-content:center;color:#ffffffe6;position:relative;z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.about__headshot-soon{position:relative;z-index:1;font-size:.7rem;color:#fff9;letter-spacing:.04em}.about__headshot-meta{padding:.9rem 1.25rem}.about__headshot-name{font-size:.95rem;font-weight:700;color:var(--gray-900);margin-bottom:.2rem}.about__headshot-role{font-size:.82rem;color:var(--blue-600);font-weight:500;margin-bottom:.25rem}.about__headshot-location{font-size:.78rem;color:var(--gray-400)}@media (max-width: 860px){.about__inner{grid-template-columns:1fr;gap:2.5rem}}.services{padding:var(--section-pad);background:var(--white)}.services__header{margin-bottom:3rem}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem}.services__card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.75rem;transition:box-shadow .2s,border-color .2s,transform .2s}.services__card:hover{box-shadow:0 8px 32px #2563eb1a;border-color:var(--blue-200);transform:translateY(-2px)}.services__card-icon{width:44px;height:44px;background:var(--blue-50);border:1px solid var(--blue-100);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--blue-600);margin-bottom:1.25rem;flex-shrink:0}.services__card-title{font-size:1.05rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.services__card-body{font-size:.9rem;color:var(--gray-500);line-height:1.7;margin-bottom:1.25rem}.services__tags{display:flex;flex-wrap:wrap;gap:.5rem}.services__tag{font-size:.75rem;font-weight:500;background:var(--blue-50);color:var(--blue-700);border:1px solid var(--blue-200);border-radius:100px;padding:.2rem .65rem}.services__cta-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:var(--navy);border-radius:var(--radius);padding:2rem 2.5rem;flex-wrap:wrap}.services__cta-text{font-family:var(--font-display);font-size:1.2rem;font-weight:500;color:var(--white)}@media (max-width: 600px){.services__cta-row{flex-direction:column;align-items:flex-start;padding:1.5rem}}.products{padding:var(--section-pad);background:var(--gray-50);border-top:1px solid var(--gray-100)}.products__header{margin-bottom:3rem}.products__list{display:flex;flex-direction:column;gap:2rem}.products__card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;transition:box-shadow .2s}.products__card:hover{box-shadow:0 8px 40px #f973161a}.products__card-content{padding:2.5rem;display:flex;flex-direction:column;gap:1rem}.products__card-header{display:flex;align-items:center;gap:1rem}.products__logo-mark{width:48px;height:48px;background:var(--orange);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.35rem;font-weight:600;flex-shrink:0}.products__name{font-size:1.1rem;font-weight:700;color:var(--gray-900);margin-bottom:4px}.products__badge{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:100px;padding:.2rem .65rem}.products__badge--green{background:#dcfce7;color:#166534}.products__tagline{font-family:var(--font-display);font-size:1.35rem;font-weight:600;color:var(--gray-900);line-height:1.3}.products__desc{font-size:.925rem;color:var(--gray-500);line-height:1.75}.products__features{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin:.25rem 0}.products__feature{display:flex;align-items:flex-start;gap:8px;font-size:.9rem;color:var(--gray-700)}.products__feature-check{color:var(--orange);font-weight:700;flex-shrink:0;margin-top:1px}.products__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.products__actions .btn-primary{background:var(--orange)}.products__actions .btn-primary:hover{background:var(--orange-700);box-shadow:0 4px 16px #f973164d}.products__card-visual{background:var(--blue-900);padding:2rem;display:flex;align-items:center;justify-content:center}.products__mockup{background:#fff;border-radius:10px;overflow:hidden;width:100%;max-width:320px;box-shadow:0 8px 32px #00000040}.products__mockup-bar{background:var(--gray-100);padding:8px 12px;display:flex;gap:6px;align-items:center;border-bottom:1px solid var(--gray-200)}.products__mockup-bar span{width:8px;height:8px;border-radius:50%;background:var(--gray-300);display:block}.products__mockup-content{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.products__mockup-stat{background:var(--orange-50);border:1px solid var(--orange-100);border-radius:8px;padding:.6rem .9rem;display:flex;align-items:baseline;gap:8px}.products__mockup-stat-num{font-size:1.25rem;font-weight:700;color:var(--orange-700)}.products__mockup-stat-label{font-size:.75rem;color:var(--gray-500)}.products__mockup-sms{display:flex;flex-direction:column;gap:6px;padding-top:.25rem}.products__mockup-sms-bubble{font-size:.75rem;line-height:1.45;padding:.5rem .75rem;border-radius:12px;max-width:85%}.products__mockup-sms-bubble--in{background:var(--gray-100);color:var(--gray-700);align-self:flex-start;border-bottom-left-radius:4px}.products__mockup-sms-bubble--out{background:var(--orange);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}@media (max-width: 900px){.products__card{grid-template-columns:1fr}.products__card-visual{padding:1.5rem;min-height:280px}}@media (max-width: 500px){.products__actions{flex-direction:column}}.contact{padding:var(--section-pad);background:var(--white);border-top:1px solid var(--gray-100)}.contact__inner{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.contact__details{margin-top:2.5rem;display:flex;flex-direction:column;gap:1.25rem}.contact__detail{display:flex;align-items:flex-start;gap:.875rem}.contact__detail-icon{width:36px;height:36px;background:var(--blue-50);border:1px solid var(--blue-100);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--blue-600);flex-shrink:0;margin-top:2px}.contact__detail-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400);margin-bottom:2px}.contact__detail-value{font-size:.95rem;color:var(--blue-600);font-weight:500;text-decoration:none;transition:color .2s}.contact__detail-value:hover{color:var(--blue-700);text-decoration:underline}.contact__detail-note{font-size:.74rem;color:var(--gray-400);font-style:italic;margin-top:2px}.contact__detail-value--plain{color:var(--gray-700)}.contact__detail-value--plain:hover{color:var(--gray-900);text-decoration:none}.contact__response-note{display:flex;align-items:center;gap:7px;font-size:.82rem;color:var(--gray-400);margin-top:2rem}.contact__form-wrap{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:2rem}.contact__form{display:flex;flex-direction:column;gap:1.25rem}.contact__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact__field{display:flex;flex-direction:column;gap:.4rem}.contact__field label{font-size:.85rem;font-weight:500;color:var(--gray-700)}.contact__field input,.contact__field textarea{font-family:var(--font-body);font-size:.9rem;color:var(--gray-900);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:.65rem .9rem;outline:none;transition:border-color .2s,box-shadow .2s;resize:vertical}.contact__field input:focus,.contact__field textarea:focus{border-color:var(--blue-400);box-shadow:0 0 0 3px #60a5fa26}.contact__field input::placeholder,.contact__field textarea::placeholder{color:var(--gray-400)}.contact__submit{width:100%;justify-content:center;padding:.875rem;font-size:.975rem}.contact__submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.contact__error{font-size:.875rem;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-sm);padding:.65rem .875rem}.contact__success{text-align:center;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.contact__success-icon{width:56px;height:56px;background:#dcfce7;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.contact__success h3{font-family:var(--font-display);font-size:1.35rem;color:var(--gray-900)}.contact__success p{font-size:.95rem;color:var(--gray-500);line-height:1.65}@media (max-width: 860px){.contact__inner{grid-template-columns:1fr;gap:2.5rem}}@media (max-width: 500px){.contact__form-row{grid-template-columns:1fr}}.footer{background:var(--gray-900);color:var(--white);padding:3.5rem 0 0}.footer__inner{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;flex-wrap:wrap;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer__brand{max-width:300px}.footer__logo{margin-bottom:1rem}.footer__logo-img{height:38px;width:auto;display:block;opacity:.88;transition:opacity .2s}.footer__logo-img:hover{opacity:1}.footer__tagline{font-size:.875rem;color:#ffffff80;line-height:1.7;margin-bottom:.875rem}.footer__email{display:block;font-size:.85rem;color:var(--blue-400);text-decoration:none;transition:color .2s;margin-bottom:1.25rem}.footer__email:hover{color:#fff}.footer__social{display:flex;gap:.75rem}.footer__social-link{width:34px;height:34px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#ffffff80;text-decoration:none;transition:background .2s,color .2s,border-color .2s}.footer__social-link:hover{background:#ffffff1f;color:#fff;border-color:#fff3}.footer__nav{display:flex;gap:3rem}.footer__nav-col{display:flex;flex-direction:column;gap:.75rem}.footer__nav-heading{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:.25rem}.footer__nav-col a{font-size:.875rem;color:#ffffffa6;text-decoration:none;transition:color .2s}.footer__nav-col a:hover{color:#fff}.footer__product-entry{display:flex;flex-direction:column;gap:.3rem}.footer__product-link{display:inline-flex;align-items:center;gap:5px}.footer__product-desc{font-size:.74rem;color:#ffffff4d;line-height:1.4;font-style:italic}.footer__bottom{padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer__bottom p{font-size:.8rem;color:#ffffff4d}.footer__bottom-right{font-style:italic}@media (max-width: 600px){.footer__bottom{flex-direction:column;align-items:flex-start}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue-50: #edf6fc;--blue-100: #d4eaf8;--blue-200: #a8d5f0;--blue-400: #5abaeb;--blue-500: #3a9bd5;--blue-600: #1a6fc4;--blue-700: #0d4a8a;--blue-900: #083060;--orange: #F97316;--orange-50: #FFF7ED;--orange-100: #FFEDD5;--orange-200: #FED7AA;--orange-700: #C2410C;--white: #FFFFFF;--gray-50: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-300: #CBD5E1;--gray-400: #94A3B8;--gray-500: #64748B;--gray-700: #334155;--gray-900: #0F172A;--navy: #0d3a6e;--font-display: "Lora", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--section-pad: 5rem 1.5rem;--max-width: 1100px;--radius: 12px;--radius-sm: 8px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04);--shadow-lg: 0 16px 48px rgba(0,0,0,.1), 0 4px 12px rgba(0,0,0,.06)}.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--gray-900);background:var(--white);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--blue-600);color:var(--white);padding:.75rem 1.75rem;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;text-decoration:none}.btn-primary:hover{background:var(--blue-700);transform:translateY(-1px);box-shadow:0 4px 16px #1a6fc459}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--gray-700);padding:.75rem 1.75rem;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.95rem;font-weight:500;border:1.5px solid var(--gray-300);cursor:pointer;transition:background .2s,border-color .2s,transform .15s;text-decoration:none}.btn-outline:hover{background:var(--gray-50);border-color:var(--gray-400);transform:translateY(-1px)}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-600);margin-bottom:.75rem}.section-label:before{content:"";display:block;width:18px;height:2px;background:var(--blue-600);border-radius:2px;flex-shrink:0}.section-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:var(--gray-900);line-height:1.25;margin-bottom:1rem}.section-subtitle{font-size:1.05rem;color:var(--gray-500);max-width:560px;line-height:1.7}
