:root{--primary:#451212;--primaryLight:#d4af37;--secondary:#d4af37;--secondaryLight:#ffba43;--headerColor:#1a1a1a;--bodyTextColor:#4e4b66;--bodyTextColorWhite:#fafbfc;--bgWhite:#fff;--bgLight:#f7f7f7;--bgDark:#1a1a1a;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--container-max:1200px;--container-px:1.5rem;--shadow-sm:0 2px 10px #00000012;--shadow-md:0 8px 32px #0000001a;--shadow-lg:0 24px 64px #00000024;--radius:8px;--transition:.25s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--bodyTextColor);background:var(--bgWhite);-webkit-font-smoothing:antialiased;line-height:1.7;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit}.container{max-width:var(--container-max);padding:0 var(--container-px);margin:0 auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--headerColor);font-weight:600;line-height:1.1}.eyebrow{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--secondary);align-items:center;gap:.625rem;font-size:.6875rem;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--secondary);flex-shrink:0;width:1.75rem;height:1.5px;display:block}.eyebrow--light{color:#d4af37d9}.eyebrow--light:before{background:#d4af3799}.btn{font-family:var(--font-body);letter-spacing:.04em;border-radius:var(--radius);cursor:pointer;transition:all var(--transition);white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.btn--primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn--primary:hover{background:#5c1818;border-color:#5c1818;transform:translateY(-2px);box-shadow:0 8px 24px #45121247}.btn--outline{color:var(--primary);border-color:var(--primary);background:0 0}.btn--outline:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.btn--outline-white{color:#fff;background:0 0;border-color:#ffffff80}.btn--outline-white:hover{background:#ffffff1a;border-color:#ffffffe6}.btn--gold{background:var(--secondary);color:#1a1a1a;border-color:var(--secondary)}.btn--gold:hover{background:var(--secondaryLight);border-color:var(--secondaryLight);transform:translateY(-2px);box-shadow:0 8px 24px #d4af3759}.btn--lg{padding:1rem 2.5rem;font-size:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.anim-hero{opacity:0;animation:.7s cubic-bezier(.22,1,.36,1) forwards fadeInUp}.reveal{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transform:translateY(36px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transform:translate(-36px)}.reveal-left.visible{opacity:1;transform:translate(0)}.delay-1{transition-delay:80ms}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}.delay-4{transition-delay:.32s}.delay-5{transition-delay:.4s}.delay-6{transition-delay:.48s}@media (width<=400px){:root{--container-px:1rem}.eyebrow{letter-spacing:.12em;flex-wrap:wrap;justify-content:center;gap:.375rem;max-width:100%}.eyebrow:before{display:none}}.skip-link{z-index:9999;background:var(--primary,#451212);color:#fff;border-radius:0 0 4px 4px;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;transition:top .15s;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:0}.navbar{z-index:900;padding:1.25rem 0;transition:background .3s,box-shadow .3s,padding .3s;position:fixed;inset:0 0 auto}.navbar--scrolled{-webkit-backdrop-filter:blur(12px);background:#fffffff7;padding:.875rem 0;box-shadow:0 1px #00000012,0 4px 16px #0000000f}.navbar--scrolled .navbar__logo-mark{background:var(--primary);color:var(--secondary)}.navbar--scrolled .navbar__logo-text{color:var(--headerColor)}.navbar--scrolled .navbar__link{color:var(--bodyTextColor)}.navbar--scrolled .navbar__link:hover{color:var(--primary)}.navbar--scrolled .navbar__burger span{background:var(--headerColor)}.navbar:not(.navbar--scrolled) .navbar__cta-desk{color:#fff;box-shadow:none;background:0 0;border:1.5px solid #ffffff73}.navbar:not(.navbar--scrolled) .navbar__cta-desk:hover{box-shadow:none;background:#ffffff1a;border-color:#ffffffd9}.navbar__inner{align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar__logo{align-items:center;gap:.625rem;margin-right:auto;display:flex}.navbar__logo-mark{background:var(--secondary);width:2.125rem;height:2.125rem;color:var(--primary);font-family:var(--font-display);letter-spacing:.05em;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;transition:background .3s,color .3s;display:flex}.navbar__logo-text{font-family:var(--font-display);color:#fff;letter-spacing:-.01em;font-size:1.1875rem;font-weight:600;transition:color .3s}.navbar__links{align-items:center;gap:0;list-style:none;display:flex}.navbar__link{color:#ffffffd1;white-space:nowrap;padding:.375rem .875rem;font-size:.875rem;font-weight:500;transition:color .2s;display:block}.navbar__link:hover{color:#fff}.navbar__mobile-cta{display:none}.navbar__cta-desk{flex-shrink:0}.navbar__burger{background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:2rem;height:2rem;display:none}.navbar__burger span{transform-origin:50%;background:#ffffffe6;width:22px;height:1.5px;transition:transform .3s,opacity .3s,background .3s;display:block}.navbar__burger.is-open span:first-child{transform:translateY(6.5px)rotate(45deg)}.navbar__burger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__burger.is-open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.nav-overlay{z-index:899;background:#0006;animation:.2s fadeIn;position:fixed;inset:0}@media (width<=900px){.navbar__links{z-index:910;background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;width:min(80vw,320px);height:100svh;padding:5rem 2rem 2.5rem;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-12px 0 40px #0000001f}.navbar__links.is-open{transform:translate(0)}.navbar__link{width:100%;color:var(--bodyTextColor);border-bottom:1px solid #00000012;border-radius:0;padding:1rem 0;font-size:1.125rem;display:block}.navbar__link:hover{color:var(--primary)}.navbar__mobile-cta{width:100%;margin-top:1.5rem;display:block}.navbar__mobile-cta .btn{justify-content:center;width:100%}.navbar__cta-desk{display:none}.navbar__burger{display:flex}}.hero{background:linear-gradient(135deg, #3a0f0f 0%, var(--primary) 50%, #5c1818 100%);flex-direction:column;justify-content:center;min-height:100svh;padding:8rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:linear-gradient(90deg, var(--secondary) 0%, var(--secondaryLight) 50%, var(--secondary) 100%);z-index:10;height:3px;position:absolute;top:0;left:0;right:0}.hero__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero__content{flex-direction:column;gap:1.75rem;display:flex}.hero__h1{color:#fff;letter-spacing:-.02em;font-size:clamp(2.75rem,5vw,4.75rem);font-weight:700;line-height:1.05}.hero__h1 em{color:var(--secondary);font-style:italic}.hero__text{color:#ffffffb8;max-width:500px;font-size:1.0625rem;line-height:1.75}.hero__actions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.hero__learn{color:#fffc;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;transition:gap .2s,color .2s;display:inline-flex}.hero__learn:hover{color:#fff;gap:.75rem}.hero__price-note{color:#ffffff8c;font-size:.875rem}.hero__price-note strong{color:#ffffffd9;font-weight:700}.hero__visual{justify-content:center;align-items:center;display:flex;position:relative}.hero__visual:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(#d4af371a 0%,#0000 60%);position:absolute;inset:-30%}.hero__code-card{z-index:1;background:#0d1117;border:1px solid #d4af3747;border-radius:12px;width:100%;max-width:544px;position:relative;overflow:hidden;box-shadow:0 32px 64px #00000059,0 2px 8px #0003}.hero__code-chrome{background:#ffffff0a;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex;position:relative}.hero__code-dot{border-radius:50%;flex-shrink:0;width:.625rem;height:.625rem}.hero__code-dot--red{background:#ff5f57}.hero__code-dot--yellow{background:#ffbd2e}.hero__code-dot--green{background:#28c840}.hero__code-filename{color:#ffffff73;pointer-events:none;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.6875rem;position:absolute;left:50%;transform:translate(-50%)}.hero__code-body{color:#ffffffbf;padding:1.25rem 1.5rem 1.75rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.8125rem;line-height:1.85}.hero__code-line{white-space:nowrap;display:block}.hero__code-line--i1{padding-left:1.5em}.hero__code-line--i2{padding-left:3em}.hero__code-line--i3{padding-left:4.5em}.hero__tok-meta{color:#ffffff47}.hero__tok-tag{color:#d4af37}.hero__tok-attr{color:#93c5fd}.hero__tok-val{color:#6ee7b7}.hero__tok-txt{color:#ffffffd1}.hero__tok-cmt{color:#ffffff47;font-style:italic}.hero__code-cursor{vertical-align:middle;background:#d4af37;border-radius:1px;width:.5em;height:.85em;animation:1s step-end infinite codeBlink;display:inline-block}@keyframes codeBlink{0%,to{opacity:1}50%{opacity:0}}.hero__scroll{flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-mouse{border:1.5px solid #ffffff4d;border-radius:12px;justify-content:center;width:1.375rem;height:2.25rem;padding-top:.375rem;display:flex}.hero__scroll-wheel{background:#ffffff59;border-radius:2px;width:.25rem;height:.625rem;animation:1.8s ease-in-out infinite scrollWheel}@keyframes scrollWheel{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(.625rem)}}@media (width<=900px){.hero__container{grid-template-columns:1fr;gap:3rem}.hero__content{text-align:center;align-items:center}.hero__actions{justify-content:center}.hero__visual{display:flex}.hero__code-card{max-width:100%}.hero__h1{font-size:clamp(2.25rem,8vw,3.5rem)}.hero__text{max-width:100%}}@media (width<=480px){.hero{padding:7rem 0 4rem}.hero__h1{font-size:clamp(1.875rem,8vw,2.5rem)}.hero__actions{flex-direction:column;align-items:center}}@media (width<=400px){.hero{padding:6.5rem 0 3rem}.hero__h1{font-size:clamp(1.625rem,7.5vw,1.875rem)}.hero__text{font-size:1rem}.hero__code-body{padding:.875rem 1rem 1.25rem;font-size:.75rem}.hero__code-line--i2{padding-left:2em}.hero__code-line--i3{padding-left:3em}}.features{background:var(--bgLight);padding:7rem 0}.features__header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;max-width:640px;margin:0 auto 4.5rem;display:flex}.features__title{color:var(--headerColor);letter-spacing:-.02em;font-size:clamp(2rem,4vw,3.25rem);font-weight:700;line-height:1.1}.features__title em{color:var(--primary);font-style:italic}.features__subtitle{color:var(--bodyTextColor);max-width:440px;font-size:1.0625rem;line-height:1.7}.features__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feat-card{background:#fff;border:1px solid #0000000f;border-radius:8px;padding:2.25rem 2rem;transition:box-shadow .3s,transform .3s}.feat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.feat-card__icon{width:3.25rem;height:3.25rem;color:var(--primary);background:#4512120f;border-radius:8px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.feat-card__title{font-family:var(--font-display);color:var(--headerColor);margin-bottom:.625rem;font-size:1.375rem;font-weight:600;line-height:1.2}.feat-card__desc{color:var(--bodyTextColor);font-size:.9375rem;line-height:1.7}@media (width<=900px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.features{padding:5rem 0}.features__grid{grid-template-columns:1fr}}.wwo{background:var(--bgWhite);padding:7rem 0}.wwo__container{grid-template-columns:5fr 7fr;align-items:center;gap:5rem;display:grid}.wwo__image-group{position:relative}.wwo__image-group:before{content:"";border-top:2px solid var(--secondary);border-left:2px solid var(--secondary);pointer-events:none;z-index:0;border-radius:10px 0 0;width:55%;height:55%;position:absolute;top:-1.25rem;left:-1.25rem}.wwo__image-group:after{content:"";pointer-events:none;z-index:0;border-bottom:2px solid #d4af374d;border-right:2px solid #d4af374d;border-radius:0 0 10px;width:38%;height:38%;position:absolute;bottom:2rem;right:-1.25rem}.wwo__picture-wrap{z-index:1;aspect-ratio:4/5;box-shadow:var(--shadow-lg);border-radius:10px;position:relative;overflow:hidden}.wwo__img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.wwo__badge{z-index:2;background:var(--bgDark);border-radius:var(--radius);box-shadow:var(--shadow-md);align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:absolute;bottom:-1.25rem;left:1.5rem}.wwo__badge-text{flex-direction:column;gap:.125rem;display:flex}.wwo__badge-name{font-family:var(--font-display);color:#fff;font-size:1.0625rem;font-weight:600;line-height:1.2}.wwo__badge-role{letter-spacing:.12em;text-transform:uppercase;color:var(--secondary);font-size:.6875rem;font-weight:600}.wwo__badge-icon{color:var(--secondary);flex-shrink:0}.wwo__content{flex-direction:column;gap:1.5rem;display:flex}.wwo__title{color:var(--headerColor);letter-spacing:-.02em;font-size:clamp(2rem,3.5vw,3.25rem);font-weight:700;line-height:1.1}.wwo__title em{color:var(--primary);font-style:italic}.wwo__text{color:var(--bodyTextColor);max-width:540px;font-size:1.0625rem;line-height:1.75}.wwo__list{grid-template-columns:1fr 1fr;gap:1.25rem 2rem;display:grid}.wwo__item{flex-direction:column;gap:.375rem;display:flex}.wwo__item-header{align-items:center;gap:.5rem;display:flex}.wwo__check{color:var(--secondary);flex-shrink:0}.wwo__item-title{font-family:var(--font-display);color:var(--headerColor);font-size:1.125rem;font-weight:600;line-height:1.2}.wwo__item-desc{color:var(--bodyTextColor);padding-left:1.625rem;font-size:.875rem;line-height:1.65}.wwo__cta{text-align:center}@media (width<=960px){.wwo__container{grid-template-columns:1fr;gap:4rem}.wwo__image-group{max-width:440px;margin:0 auto}}@media (width<=580px){.wwo{padding:5rem 0}.wwo__list{grid-template-columns:1fr}.wwo__image-group:before,.wwo__image-group:after{display:none}.wwo__badge{border-radius:var(--radius);margin-top:1rem;position:static}.wwo__picture-wrap{aspect-ratio:3/4}}.process{background:var(--bgDark);padding:7rem 0;position:relative;overflow:hidden}.process:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 80%,#d4af370d 0%,#0000 70%);position:absolute;inset:0}.process__header{text-align:center;flex-direction:column;align-items:center;gap:.875rem;max-width:600px;margin:0 auto 5rem;display:flex}.process__title{color:var(--bodyTextColorWhite);letter-spacing:-.02em;font-size:clamp(2rem,4vw,3.25rem);font-weight:700;line-height:1.1}.process__title em{color:var(--secondary);font-style:italic}.process__subtitle{color:#fafbfc8c;font-size:1.0625rem;line-height:1.7}.process__steps{grid-template-columns:repeat(3,1fr);gap:0;display:grid;position:relative}.proc-step{flex-direction:column;gap:1.5rem;padding:0 2.5rem 2.5rem;display:flex;position:relative}.proc-step:first-child{padding-left:0}.proc-step:last-child{padding-right:0}.proc-step__num{font-family:var(--font-display);color:var(--secondary);opacity:.9;font-size:4.5rem;font-weight:700;line-height:1}.proc-step__body{flex-direction:column;flex:1;gap:.75rem;display:flex}.proc-step__detail{margin-top:auto}.proc-step__title{font-family:var(--font-display);color:var(--bodyTextColorWhite);font-size:1.625rem;font-weight:600;line-height:1.2}.proc-step__desc{color:#fafbfc99;font-size:.9375rem;line-height:1.75}.proc-step__detail{letter-spacing:.1em;text-transform:uppercase;color:var(--secondary);border:1px solid #d4af374d;width:fit-content;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-block}.process__cta{border-top:1px solid #ffffff12;flex-direction:column;align-items:center;gap:1rem;margin-top:4rem;padding-top:4rem;display:flex}.process__cta-note{color:#fafbfc66;font-size:.875rem}@media (width<=900px){.process__steps{grid-template-columns:1fr;gap:2.5rem}.proc-step{padding:0 0 0 5rem;position:relative}.proc-step:first-child,.proc-step:last-child{padding-left:5rem;padding-right:0}.proc-step__num{font-size:3rem;position:absolute;top:-.5rem;left:0}}@media (width<=580px){.process{padding:5rem 0}.proc-step,.proc-step:first-child,.proc-step:last-child{padding-left:4rem}.proc-step__num{font-size:2.5rem}}.pricing{background:var(--bgWhite);padding:7rem 0}.pricing__header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;max-width:600px;margin:0 auto 4.5rem;display:flex}.pricing__title{letter-spacing:-.02em;font-size:clamp(2rem,4vw,3.25rem);font-weight:700;line-height:1.1}.pricing__title em{color:var(--primary);font-style:italic}.pricing__subtitle{color:var(--bodyTextColor);font-size:1.0625rem;line-height:1.7}.pricing__grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:960px;margin:0 auto;display:grid}@media (width<=700px){.pricing__grid{grid-template-columns:1fr;max-width:500px}}.price-card{background:#fff;border:1px solid #00000017;border-radius:8px;flex-direction:column;gap:1.75rem;padding:2.25rem;transition:box-shadow .3s,transform .3s;display:flex;position:relative}.price-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.price-card--featured{border-color:var(--secondary);border-width:2px;transform:translateY(-8px);box-shadow:0 12px 40px #d4af3726}.price-card--featured:hover{transform:translateY(-12px);box-shadow:0 20px 56px #d4af3738}.price-card__tag{background:var(--secondary);color:#1a1a1a;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;padding:.3125rem .875rem;font-size:.6875rem;font-weight:700;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.price-card__header{flex-direction:column;gap:.75rem;display:flex}.price-card__name{font-family:var(--font-display);color:var(--headerColor);font-size:1.25rem;font-weight:600}.price-card__price{align-items:baseline;gap:.375rem;display:flex}.price-card__amount{font-family:var(--font-display);color:var(--headerColor);font-size:3rem;font-weight:700;line-height:1}.price-card--featured .price-card__amount{color:var(--primary)}.price-card__period{color:var(--bodyTextColor);font-size:.9375rem;font-weight:500}.price-card__desc{color:var(--bodyTextColor);font-size:.9375rem;line-height:1.65}.price-card__features{flex-direction:column;flex:1;gap:.75rem;display:flex}.price-card__feature{color:var(--bodyTextColor);align-items:flex-start;gap:.625rem;font-size:.9375rem;line-height:1.5;display:flex}.price-card__feature svg{color:var(--secondary);flex-shrink:0;margin-top:.1875rem}.price-card--featured .price-card__feature svg{color:var(--primary)}.price-card__feature--excluded{opacity:.45;text-decoration:line-through}.price-card__feature--excluded svg{color:var(--bodyTextColor)}.price-card__addons{border-top:1px solid #00000012;flex-direction:column;gap:.75rem;padding-top:1.25rem;display:flex}.price-card__addons-label{letter-spacing:.1em;text-transform:uppercase;color:var(--bodyTextColor);opacity:.6;font-size:.75rem;font-weight:700}.price-card__feature--addon{opacity:.75}.price-card__feature--addon svg,.price-card--featured .price-card__feature--addon svg{color:var(--bodyTextColor)}.pricing__note{text-align:center;color:var(--bodyTextColor);margin-top:3rem;font-size:.9375rem;line-height:1.65}.pricing__note strong{color:var(--headerColor)}@media (width<=900px){.price-card--featured{transform:none}.price-card--featured:hover{transform:translateY(-4px)}}@media (width<=580px){.pricing{padding:5rem 0}}.portfolio{background:var(--bgLight);padding:7rem 0}.portfolio__header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;max-width:640px;margin:0 auto 4.5rem;display:flex}.portfolio__title{letter-spacing:-.02em;font-size:clamp(2rem,4vw,3.25rem);font-weight:700;line-height:1.1}.portfolio__title em{color:var(--primary);font-style:italic}.portfolio__subtitle{color:var(--bodyTextColor);font-size:1.0625rem;line-height:1.7}.portfolio__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.port-card{background:#fff;border:1px solid #0000000f;border-radius:8px;transition:box-shadow .3s,transform .3s;overflow:hidden}.port-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.port-card__img{height:14rem;position:relative;overflow:hidden}.port-card__photo{object-fit:contain;width:100%;height:100%;padding:1rem;display:block}.port-card__overlay{background:#00000014;align-items:flex-start;padding:1rem;transition:background .3s;display:flex;position:absolute;inset:0}.port-card:hover .port-card__overlay{background:#0000000d}.port-card__industry{letter-spacing:.15em;text-transform:uppercase;color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000004d;border-radius:2px;padding:.3125rem .75rem;font-size:.6875rem;font-weight:700}.port-card__mock{background:#fffffff2;border-radius:4px;position:absolute;bottom:1rem;left:1rem;right:1rem;overflow:hidden;box-shadow:0 4px 16px #0003}.port-mock__bar{background:#0000000d;gap:.25rem;padding:.4375rem .625rem;display:flex}.port-mock__bar span{background:#00000026;border-radius:50%;width:.5rem;height:.5rem;display:block}.port-mock__content{flex-direction:column;gap:.375rem;padding:.625rem .875rem .75rem;display:flex}.port-mock__line{background:#0000001f;border-radius:2px;height:.375rem}.port-mock__line--title{background:#00000040;width:55%;height:.625rem}.port-mock__line--short{width:70%}.port-card__body{padding:1.5rem}.port-card__name{font-family:var(--font-display);color:var(--headerColor);margin-bottom:.5rem;font-size:1.25rem;font-weight:600;line-height:1.2}.port-card__desc{color:var(--bodyTextColor);margin-bottom:.5rem;font-size:.9rem;line-height:1.65}.port-card__cta{text-align:center}.portfolio__cta{border-top:1px solid #00000014;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:3.5rem;padding-top:3.5rem;display:flex}.portfolio__cta p{color:var(--bodyTextColor);font-size:1.0625rem}@media (width<=900px){.portfolio__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.portfolio{padding:5rem 0}.portfolio__grid{grid-template-columns:1fr}}.testimonials{background:var(--primary);padding:7rem 0;position:relative;overflow:hidden}.testimonials:before{content:"";pointer-events:none;background:radial-gradient(70% 60% at 20%,#d4af3714 0%,#0000 70%);position:absolute;inset:0}.testimonials__bg-quote{font-family:var(--font-display);color:#d4af370f;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:24rem;font-weight:700;line-height:1;position:absolute;top:-3rem;right:2rem}.testimonials__header{text-align:center;flex-direction:column;align-items:center;gap:.875rem;margin-bottom:4.5rem;display:flex}.testimonials__title{color:var(--bodyTextColorWhite);letter-spacing:-.02em;font-size:clamp(2rem,4vw,3.25rem);font-weight:700;line-height:1.1}.testimonials__stars{color:var(--secondary);gap:.25rem;display:flex}.testimonials__grid{grid-template-columns:1fr;max-width:720px;margin:0 auto;display:grid}.testi-card{background:#fff;border-radius:8px;flex-direction:column;gap:1.5rem;padding:2.25rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.testi-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px #00000040}.testi-card__quote-mark{font-family:var(--font-display);color:var(--secondary);opacity:.6;font-size:5rem;font-weight:700;line-height:.8}.testi-card__text{color:var(--bodyTextColor);flex:1;font-size:1rem;font-style:italic;line-height:1.75}.testi-card__footer{border-top:1px solid #00000014;align-items:center;gap:1rem;padding-top:1.25rem;display:flex}.testi-card__avatar{background:var(--primary);width:3rem;height:3rem;color:var(--secondary);font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9375rem;font-weight:700;display:flex}.testi-card__name{color:var(--headerColor);font-size:.9375rem;font-weight:700;line-height:1.3;display:block}.testi-card__title{color:var(--bodyTextColor);margin-top:.125rem;font-size:.8125rem;display:block}@media (width<=900px){.testimonials__grid{max-width:540px}}@media (width<=580px){.testimonials{padding:5rem 0}.testimonials__bg-quote{display:none}}.cta-section{background:var(--bgWhite);padding:7rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";background:linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);width:50%;height:4px;position:absolute;top:0;left:0}.cta-section__container{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.cta-section__left{flex-direction:column;gap:1.5rem;display:flex}.cta-section__title{letter-spacing:-.02em;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.1}.cta-section__title em{color:var(--primary);font-style:italic}.cta-section__text{color:var(--bodyTextColor);font-size:1rem;line-height:1.75}.cta-section__promises{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.cta-section__promise{color:var(--headerColor);align-items:center;gap:.75rem;font-size:.9375rem;font-weight:500;display:flex}.cta-form{background:var(--bgLight);border:1px solid #00000012;border-radius:8px;flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex}.cta-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cta-form__group{flex-direction:column;gap:.5rem;display:flex}.cta-form__group label{color:var(--headerColor);letter-spacing:.03em;font-size:.8125rem;font-weight:600}.cta-form__group input,.cta-form__group textarea{font-family:var(--font-body);color:var(--headerColor);border-radius:var(--radius);resize:vertical;background:#fff;border:1.5px solid #0000001f;width:100%;padding:.75rem 1rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.cta-form__group input:focus,.cta-form__group textarea:focus{border-color:var(--secondary);outline:none;box-shadow:0 0 0 3px #d4af371f}.cta-form__group input::placeholder,.cta-form__group textarea::placeholder{color:#aaa}.cta-form__submit{justify-content:center;width:100%}.cta-form__submit:disabled{opacity:.6;cursor:not-allowed}.cta-form__error{text-align:center;color:#c0392b;font-size:.875rem}.cta-form__privacy{text-align:center;color:var(--bodyTextColor);opacity:.7;font-size:.8125rem}.cta-form--success{text-align:center;align-items:center;gap:1.5rem;padding:4rem 2.5rem}.cta-form__success-icon{width:4rem;height:4rem;color:var(--primary);background:#45121214;border-radius:50%;justify-content:center;align-items:center;font-size:1.75rem;font-weight:700;display:flex}.cta-form--success h3{font-family:var(--font-display);color:var(--headerColor);font-size:1.75rem}.cta-form--success p{color:var(--bodyTextColor);font-size:.9375rem;line-height:1.7}@media (width<=900px){.cta-section__container{grid-template-columns:1fr;gap:3rem}.cta-section:before{width:100%}}@media (width<=580px){.cta-section{padding:5rem 0}.cta-form{padding:1.75rem}.cta-form__row{grid-template-columns:1fr}}.footer{background:var(--bgDark);color:#fafbfc8c}.footer__inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-top:4.5rem;padding-bottom:4rem;display:grid}.footer__brand{flex-direction:column;gap:1.25rem;display:flex}.footer__logo{align-items:center;gap:.625rem;display:flex}.footer__logo-mark{background:var(--primary);width:2.125rem;height:2.125rem;color:var(--secondary);font-family:var(--font-display);letter-spacing:.05em;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;display:flex}.footer__logo-text{font-family:var(--font-display);color:var(--bodyTextColorWhite);font-size:1.125rem;font-weight:600}.footer__tagline{max-width:240px;font-size:.9375rem;line-height:1.65}.footer__location{opacity:.65;margin-top:-.5rem;font-size:.8125rem}.footer__socials{gap:.625rem;display:flex}.footer__social{color:#fafbfc99;border-radius:var(--radius);background:#ffffff12;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:background .2s,color .2s;display:flex}.footer__social:hover{background:var(--secondary);color:#1a1a1a}.footer__col{flex-direction:column;gap:1.25rem;display:flex}.footer__col-title{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:#fafbfce6;font-size:.75rem;font-weight:700}.footer__col-links{flex-direction:column;gap:.625rem;display:flex}.footer__link{color:#fafbfc80;font-size:.9rem;transition:color .2s}.footer__link:hover{color:var(--secondary)}.footer__bottom{border-top:1px solid #ffffff12;padding:1.25rem 0}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer__bottom p{font-size:.8125rem}.footer__legal{gap:1.5rem;display:flex}.footer__legal a{color:#fafbfc66;font-size:.8125rem;transition:color .2s}.footer__legal a:hover{color:var(--secondary)}@media (width<=900px){.footer__inner{grid-template-columns:1fr 1fr}.footer__brand{flex-flow:wrap;grid-column:1/-1;align-items:flex-start}.footer__tagline{max-width:100%}}@media (width<=580px){.footer__inner{grid-template-columns:1fr;gap:2rem}.footer__brand{flex-direction:column}.footer__bottom-inner{text-align:center;flex-direction:column}}
