.hero{position:relative;overflow:hidden;background-color:var(--color-light);background-image:linear-gradient(180deg,#f4f6f8 0,#fff 100%)}.hero::before{content:"";position:absolute;top:-120px;right:-120px;width:320px;height:320px;border-radius:50%;background-color:rgba(240,90,40,0.06);pointer-events:none}.hero-inner{position:relative;display:-ms-grid;display:grid;grid-template-columns:1fr;gap:2.5rem;padding-top:2.5rem;padding-bottom:3rem}.hero-eyebrow{display:inline-block;background-color:rgba(240,90,40,0.08);color:var(--color-accent-dark);font-size:.75rem;font-weight:var(--font-weight-bold);letter-spacing:.05em;text-transform:uppercase;padding:.5rem 1.25rem;border-radius:50px;margin-bottom:1.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.hero h1{font-size:2.25rem;line-height:1.1;margin-bottom:1rem;letter-spacing:-.02em;color:var(--color-heading)}.hero-accent{color:var(--color-accent)}.hero-text{font-size:1rem;line-height:1.6;color:var(--color-text-muted);max-width:540px;margin-bottom:1.75rem}.hero-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.875rem;margin-top:0;width:100%}.hero-actions .btn{width:100%;justify-content:center;padding:1rem 1.5rem;font-size:1rem}.hero-badges{display:-ms-grid;display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem;margin-top:2rem;list-style:none;padding:0}.hero-badges li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:var(--font-weight-medium);color:var(--color-text-muted)}.hero-badges li:nth-child(3){grid-column:1 / -1}.hero-badges svg{width:18px;height:18px;color:var(--color-accent);-ms-flex-negative:0;flex-shrink:0}.hero-visual{position:relative;margin-top:1rem}.hero-visual::before{content:"";position:absolute;left:16px;bottom:16px;width:calc(100% - 32px);height:calc(100% - 32px);border:3px solid rgba(240,90,40,0.3);border-radius:var(--radius-lg);pointer-events:none;z-index:0}.hero-illustration{position:relative;z-index:1;width:100%;height:auto;border-radius:24px;box-shadow:0 20px 60px rgba(11,37,69,0.2)}.hero-chip{position:absolute;z-index:2;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;background-color:var(--color-white);color:var(--color-primary);font-size:.8125rem;font-weight:var(--font-weight-bold);padding:.625rem 1.125rem;border-radius:50px;box-shadow:0 8px 24px rgba(11,37,69,0.15)}.hero-chip--top{top:20px;right:20px}.hero-chip--bottom{bottom:20px;left:20px}.hero-chip-dot{width:8px;height:8px;border-radius:50%;background-color:var(--color-accent);-ms-flex-negative:0;flex-shrink:0}.services-more{text-align:center;margin-top:2.5rem}a.card{display:block;color:var(--color-text)}a.card:hover,a.card:focus{color:var(--color-text)}.service-card{transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(11,37,69,0.1)}.how-we-work-section{background-color:var(--color-light);padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}.process-grid{display:grid;grid-template-columns:1fr;gap:2rem;position:relative}.process-step{position:relative;text-align:center;padding:2rem 1.5rem;background-color:var(--color-white);border-radius:var(--radius-md);border:1px solid var(--color-border);transition:transform .3s ease,box-shadow .3s ease}.process-step:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.process-number{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background-color:var(--color-accent);color:var(--color-white);font-size:.75rem;font-weight:var(--font-weight-bold);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.process-icon{width:56px;height:56px;margin:.5rem auto 1rem;display:flex;align-items:center;justify-content:center;background-color:rgba(240,90,40,0.08);border-radius:var(--radius-md);color:var(--color-accent);transition:all .3s ease}.process-icon svg{width:28px;height:28px}.process-title{font-size:1.125rem;font-weight:var(--font-weight-bold);color:var(--color-heading);margin-bottom:.5rem}.process-desc{font-size:.9375rem;color:var(--color-text-muted);margin-bottom:0;line-height:1.5}@media(min-width:768px){.process-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.process-grid::before{content:"";position:absolute;top:52px;left:12.5%;right:12.5%;height:2px;background-color:var(--color-border);z-index:0}.process-step{background-color:transparent;border:0;padding:0;box-shadow:none}.process-step:hover{transform:none;box-shadow:none}.process-icon{background-color:var(--color-white);border:2px solid var(--color-border);margin-bottom:1.25rem}.process-step:hover .process-icon{border-color:var(--color-accent);background-color:rgba(240,90,40,0.05)}}@media(prefers-reduced-motion:no-preference){.process-step{opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards}.process-step:nth-child(1){animation-delay:.1s}.process-step:nth-child(2){animation-delay:.2s}.process-step:nth-child(3){animation-delay:.3s}.process-step:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}}.why-inner{display:-ms-grid;display:grid;grid-template-columns:1fr;gap:2.5rem}.why-intro .section-intro{margin-bottom:var(--spacing-md)}.why-list{display:-ms-grid;display:grid;grid-template-columns:1fr;gap:1.25rem}.why-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.25rem;background-color:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.5rem;box-shadow:0 2px 8px rgba(11,37,69,0.05);transition:transform .3s ease,box-shadow .3s ease}.why-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(11,37,69,0.1);border-color:rgba(240,90,40,0.3)}.why-item .icon-box{margin-bottom:0;-ms-flex-negative:0;flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,rgba(11,37,69,0.08) 0,rgba(240,90,40,0.08) 100%)}.why-item .icon-box svg{width:24px;height:24px}.why-item h3{font-size:1.0625rem;margin-bottom:.5rem}.why-item p{font-size:.9375rem;margin-bottom:0}.cta-section{padding-top:var(--spacing-xl)}@media(min-width:480px){.hero-actions .btn{width:auto;min-width:180px}}@media(min-width:768px){.hero-inner{grid-template-columns:1.05fr .95fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4rem;padding-top:5.5rem;padding-bottom:6rem}.hero-eyebrow{font-size:.8125rem;padding:.5rem 1.25rem;margin-bottom:1.75rem}.hero h1{font-size:clamp(2.25rem,4vw,3.5rem);margin-bottom:1.5rem}.hero-text{font-size:1.0625rem;margin-bottom:2.25rem}.hero-actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:auto;gap:1rem}.hero-actions .btn{width:auto;padding:1rem 2rem}.hero-badges{display:-webkit-box;display:-ms-flexbox;display:flex;grid-template-columns:none;gap:1rem 2rem;margin-top:2.5rem}.hero-badges li:nth-child(3){grid-column:auto}.hero-visual::before{left:-16px;bottom:-16px;width:calc(100% + 32px);height:calc(100% + 32px)}.hero-chip{font-size:.875rem;padding:.75rem 1.25rem}.hero-chip--top{top:24px;right:24px}.hero-chip--bottom{bottom:24px;left:24px}.why-inner{grid-template-columns:.9fr 1.1fr;gap:5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cta-section{padding-bottom:var(--spacing-xxl)}}@media(min-width:1024px){.hero-inner{padding-top:7rem;padding-bottom:7.5rem;gap:5rem}.hero h1{font-size:clamp(2.5rem,5vw,4rem)}}@media(max-width:767px){.hero-actions{display:flex !important;flex-direction:column !important;align-items:center !important;gap:.875rem !important}.hero-actions .btn{width:auto !important;min-width:180px !important}.hero-chip{padding:.5rem .875rem;font-size:.75rem}.hero-visual::before{box-shadow:0 4px 16px rgba(11,37,69,0.1)}}@media(min-width:768px){.hero-badges{display:-ms-grid;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem 2rem;margin-top:2.5rem}.hero-badges li:nth-child(3){grid-column:auto}}@media(max-width:767px){.hero-badges{display:-ms-grid;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 1rem;margin-top:2rem}.hero-badges li:nth-child(3){grid-column:auto}}