:root{--color-bg: #f5f2eb;--color-bg-elevated: #ffffff;--color-bg-dark: #1c3d30;--color-bg-dark-hover: #152f25;--color-bg-muted: #e8ebe4;--color-bg-sage: #d8e2dc;--color-text: #1a1a1a;--color-text-muted: #5c5c5c;--color-text-inverse: #ffffff;--color-border: #d4cfc4;--color-accent: #3d5a45;--color-accent-strong: #1c3d30;--color-accent-number: #4a6b52;--color-accent-light: #8fad95;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-serif: "Playfair Display", Georgia, "Times New Roman", serif;--container: 75rem;--space-section-y: clamp(5rem, 9vw, 7.5rem);--radius-sm: .5rem;--radius-md: 1rem;--radius-lg: 1.25rem;--radius-pill: 999px;--shadow-soft: 0 20px 60px rgba(28, 61, 48, .08);--header-height: 4.75rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site{min-height:100vh}.container{width:min(100% - 3rem,var(--container));margin-inline:auto}.eyebrow{margin:0 0 .75rem;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted)}.section{padding-block:var(--space-section-y)}.section__intro{max-width:40rem;margin-bottom:clamp(2.5rem,5vw,4rem)}.section__intro--center{margin-inline:auto;text-align:center}.section__title{margin:0 0 1rem;font-family:var(--font-serif);font-size:clamp(2.125rem,4.2vw,3.25rem);font-weight:400;line-height:1.1;letter-spacing:-.02em;color:var(--color-text)}.section__subtitle{margin:0;font-size:clamp(1rem,1.4vw,1.0625rem);color:var(--color-text-muted);line-height:1.75}.card{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.875rem;padding:.6875rem 1.625rem;border-radius:var(--radius-pill);border:1px solid transparent;font-size:.9375rem;font-weight:600;letter-spacing:.01em;transition:transform .2s ease,background .2s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--color-bg-dark);color:var(--color-text-inverse)}.button--primary:hover{background:var(--color-bg-dark-hover)}.button--secondary{background:transparent;color:var(--color-text);border-color:var(--color-border)}.button--secondary:hover{background:var(--color-bg-elevated)}.button--full{width:100%}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header{position:sticky;top:0;z-index:100;height:var(--header-height);background:#f5f2ebf0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(212,207,196,.65)}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:100%;gap:1rem}.header__brand{justify-self:start}.header__brand-name{font-family:var(--font-serif);font-size:1.25rem;font-weight:400;line-height:1;color:var(--color-text);letter-spacing:-.01em}.header__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem 2rem}.header__link{font-size:.875rem;font-weight:500;color:var(--color-text-muted);transition:color .2s ease}.header__link:hover{color:var(--color-text)}.header__cta{min-height:2.375rem;padding:.4375rem 1.125rem;font-size:.8125rem}.header__actions{justify-self:end;display:flex;align-items:center;gap:.625rem}.lang-switcher{display:inline-flex;align-items:center;padding:.1875rem;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-bg-elevated)}.lang-switcher__btn{min-height:2rem;padding:.25rem .5rem;border:0;border-radius:var(--radius-pill);background:transparent;color:var(--color-text-muted);font-size:.75rem;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:background .2s ease,color .2s ease}.lang-switcher__btn:hover{color:var(--color-text)}.lang-switcher__btn--active{background:var(--color-bg-dark);color:var(--color-text-inverse)}.lang-switcher__btn--active:hover{color:var(--color-text-inverse)}.hero{padding-block:clamp(3.5rem,8vw,5.5rem) clamp(2.5rem,5vw,4rem)}.hero__stack{display:flex;flex-direction:column;gap:clamp(2.5rem,5vw,3.5rem)}.hero__copy--center{max-width:44rem;margin-inline:auto;text-align:center}.hero__title{margin:0 0 1.5rem;font-family:var(--font-serif);font-size:clamp(2.875rem,6.5vw,4.5rem);font-weight:400;line-height:1.04;letter-spacing:-.03em;color:var(--color-text)}.hero__subtitle{margin:0 auto 1rem;max-width:34rem;font-size:clamp(1rem,1.5vw,1.0625rem);color:var(--color-text-muted);line-height:1.8}.hero__audience{margin:0 auto 2.25rem;max-width:34rem;font-size:.9375rem;font-weight:500;color:var(--color-text-muted);opacity:.85;line-height:1.6}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero__actions--center{justify-content:center}.hero__visual{max-width:58rem;margin-inline:auto;width:100%}.hero__image{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.trusted{padding-block:2.25rem;border-block:1px solid var(--color-border)}.trusted__inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.trusted__label{margin:0;font-size:.8125rem;font-weight:500;color:var(--color-text-muted);text-align:center}.trusted__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.875rem 1.5rem;margin:0;padding:0;list-style:none}.trusted__item{display:inline-flex;align-items:center;gap:.625rem}.trusted__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--color-bg-sage);color:var(--color-accent-strong)}.trusted__icon svg{width:1.125rem;height:1.125rem}.trusted__text{font-size:.9375rem;font-weight:600;color:var(--color-text);letter-spacing:.01em}.benefits{padding-bottom:0}.benefits__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-elevated)}.benefit-card{padding:clamp(2rem,3.5vw,2.5rem);border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.benefit-card:nth-child(2n){border-right:0}.benefit-card:nth-last-child(-n+2){border-bottom:0}.benefit-card__icon{display:block;width:2.75rem;height:2.75rem;margin-bottom:1.25rem;border-radius:50%;background:var(--color-bg-sage)}.benefit-card__title{margin:0 0 .625rem;font-family:var(--font-serif);font-size:1.375rem;font-weight:400;line-height:1.25;color:var(--color-text)}.benefit-card__text{margin:0;font-size:.9375rem;color:var(--color-text-muted);line-height:1.7}.benefits__banner{margin-top:clamp(2.5rem,5vw,4rem);width:100%}.section-banner-image{display:block;width:80%;margin-inline:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.benefits__banner-image{aspect-ratio:21 / 9;object-fit:cover}.big-picture{background:var(--color-bg-sage)}.big-picture__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,5vw,4.5rem);align-items:center}.big-picture__image{width:100%;border-radius:var(--radius-lg)}.numbered-list{margin:2.25rem 0 0;padding:0;list-style:none;display:grid;gap:1.375rem}.numbered-list__item{display:grid;grid-template-columns:2.5rem 1fr;gap:.75rem;align-items:start}.numbered-list__number{font-family:var(--font-serif);font-size:1.25rem;color:var(--color-accent-number);line-height:1.2}.numbered-list__line{margin:0;font-size:.9375rem;color:var(--color-text-muted);line-height:1.65}.numbered-list__line strong{color:var(--color-text);font-weight:600}.specs{background:var(--color-bg)}.specs-table-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-elevated)}.specs-table{width:100%;min-width:40rem;border-collapse:collapse;text-align:left}.specs-table th,.specs-table td{padding:1.125rem 1.5rem;border-bottom:1px solid var(--color-border);vertical-align:top;font-size:.875rem;line-height:1.6}.specs-table thead th{font-family:var(--font-serif);font-size:1.25rem;font-weight:400;padding-block:1.375rem;border-bottom-width:1px;color:var(--color-text)}.specs-table__head--highlighted,.specs-table__cell--highlighted{background:var(--color-bg-muted);font-weight:500}.specs-table tbody tr:last-child td{border-bottom:0}.testimonial{padding-block:var(--space-section-y);background:var(--color-bg)}.testimonial__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2.5rem,5vw,4.5rem);align-items:center}.testimonial__quote{margin:0}.testimonial__quote p{margin:0 0 2rem;font-family:var(--font-serif);font-size:clamp(1.625rem,3vw,2.125rem);line-height:1.35;letter-spacing:-.02em;color:var(--color-text)}.testimonial__author{display:flex;align-items:center;gap:1rem}.testimonial__avatar{width:3.25rem;height:3.25rem;border-radius:50%;object-fit:cover}.testimonial__name{margin:0;font-size:.9375rem;font-weight:600}.testimonial__role{margin:.15rem 0 0;font-size:.875rem;color:var(--color-text-muted)}.testimonial__image{width:100%;border-radius:var(--radius-lg)}.process{padding-bottom:0}.process__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.process-card{padding:0 .5rem;background:transparent;border:0}.process-card__number{display:block;margin-bottom:.875rem;font-family:var(--font-serif);font-size:1.75rem;color:var(--color-accent-number);line-height:1}.process-card__title{margin:0 0 .625rem;font-size:1.125rem;font-weight:600;color:var(--color-text)}.process-card__text{margin:0;font-size:.9375rem;color:var(--color-text-muted);line-height:1.65}.process__banner{margin-top:clamp(2.5rem,5vw,4rem);width:100%}.process__banner-image{aspect-ratio:21 / 8;object-fit:cover}.why-us{background:var(--color-bg-sage)}.why-us__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,5vw,4.5rem);align-items:center}.why-us__copy .section__intro{text-align:left;margin-bottom:1.5rem}.why-us__prose{max-width:36rem}.why-us__prose p{margin:0 0 1.25rem;font-size:1.0625rem;color:var(--color-text-muted);line-height:1.8}.why-us__prose p:last-child{margin-bottom:0}.why-us__image{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.proof{background:var(--color-bg)}.proof__highlight{margin:0 auto 2.5rem;max-width:36rem;text-align:center;font-family:var(--font-serif);font-size:clamp(1.25rem,2.5vw,1.5rem);line-height:1.45;color:var(--color-text)}.proof__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-bottom:0}.proof-card{padding:clamp(1.5rem,2.5vw,2rem);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-elevated)}.proof-card__title{margin:0 0 1rem;font-size:1.0625rem;font-weight:600;color:var(--color-text);line-height:1.35}.proof-card__label{margin:0 0 .375rem;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}.proof-card__text{margin:0 0 1rem;font-size:.9375rem;color:var(--color-text-muted);line-height:1.65}.proof-card__text:last-child{margin-bottom:0}.proof-card__tags{margin:1.25rem 0 0;font-size:.75rem;font-weight:700;letter-spacing:.08em;line-height:1.6;text-transform:uppercase;color:var(--color-accent-strong)}.proof__footer{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2.5rem,5vw,4.5rem);align-items:center}.proof__quote{margin:0;max-width:none;text-align:left}.proof__quote p{margin:0 0 2rem;font-family:var(--font-serif);font-size:clamp(1.375rem,2.5vw,1.75rem);line-height:1.4;letter-spacing:-.02em;color:var(--color-text)}.proof__author{display:block}.proof__identity{display:flex;align-items:center;gap:1.25rem}.proof__image{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.proof__avatar{width:5.2rem;height:5.2rem;border-radius:50%;object-fit:cover}.proof__name{margin:0;font-size:.9375rem;font-weight:600;text-align:left}.proof__role{margin:.15rem 0 0;font-size:.875rem;color:var(--color-text-muted);text-align:left}.proof__bio-label{margin:.75rem 0 0;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-align:left;text-transform:uppercase;color:var(--color-accent-strong)}.proof__bio{margin:.5rem 0 0;max-width:26rem;font-size:.8125rem;line-height:1.55;color:var(--color-text-muted);text-align:left}.technologies{background:var(--color-bg)}.technologies__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.technology-card{padding:clamp(1.5rem,2.5vw,2rem);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-elevated)}.technology-card:last-child{grid-column:1 / -1}.technology-card__title{margin:0 0 .625rem;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent-strong)}.technology-card__text{margin:0;color:var(--color-text-muted);line-height:1.7}.technologies__note{margin:2rem auto 0;max-width:42rem;text-align:center;font-family:var(--font-serif);font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.45;color:var(--color-text)}.about{background:var(--color-bg-sage)}.about__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,5vw,4rem);align-items:start}.about__identity .eyebrow{margin-bottom:1.25rem}.about__author{display:flex;align-items:center;gap:1.25rem}.about__avatar{width:6rem;height:6rem;flex-shrink:0;border-radius:50%;object-fit:cover;box-shadow:var(--shadow-soft)}.about__name{margin:0;font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;line-height:1.1}.about__role{margin:.35rem 0 0;color:var(--color-text-muted);font-weight:600}.about__prose{max-width:44rem}.about__prose p{margin:0 0 1.25rem;color:var(--color-text-muted);font-size:1.0625rem;line-height:1.8}.about__prose p:last-child{margin-bottom:0}.contact{background:var(--color-bg);color:var(--color-text)}.contact .eyebrow{color:var(--color-text-muted)}.contact .section__title{color:var(--color-text)}.contact .section__subtitle{color:var(--color-text-muted)}.contact__stack{display:flex;flex-direction:column;gap:2.5rem;max-width:32rem;margin-inline:auto}.contact__links{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-top:1.5rem}.contact__links--center{justify-content:center}.contact__link{font-size:.9375rem;font-weight:600;color:var(--color-accent-strong);text-decoration:underline;text-underline-offset:.2em}.contact__link--icon{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.contact__link--icon:hover{text-decoration:underline}.contact__link:hover{color:var(--color-text)}.contact__form{padding:2rem;display:grid;gap:1.125rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.field{display:grid;gap:.375rem}.field span{font-size:.8125rem;font-weight:600;color:var(--color-text-muted)}.field input,.field textarea{width:100%;padding:.8125rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-text);resize:vertical}.field input:focus,.field textarea:focus{outline:2px solid var(--color-accent);outline-offset:1px}.form-status{margin:0;font-size:.9375rem}.form-status--success{color:var(--color-accent-strong)}.form-status--error{color:#9b2226}.footer{padding-block:3rem 3.5rem;border-top:1px solid var(--color-border);background:var(--color-bg)}.footer__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.footer__brand{margin:0;font-family:var(--font-serif);font-size:1.125rem;color:var(--color-text)}.footer__tagline{margin:0;color:var(--color-text-muted);font-size:.875rem}.footer__copyright{margin:.75rem 0 0;color:var(--color-text-muted);font-size:.8125rem}@media(max-width:960px){.header__inner{grid-template-columns:1fr auto}.header__nav{display:none}.header__actions{justify-self:end}.big-picture__grid,.testimonial__grid,.why-us__grid,.proof__footer,.about__grid{grid-template-columns:1fr}.why-us__copy .section__intro{text-align:center}.why-us__prose{max-width:none;text-align:center}.proof__quote,.proof__author{text-align:center}.proof__identity{justify-content:center}.proof__bio-label{text-align:center}.proof__bio{margin-inline:auto;text-align:center}.benefits__grid{grid-template-columns:1fr}.benefit-card,.benefit-card:nth-child(2n),.benefit-card:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--color-border)}.benefit-card:last-child{border-bottom:0}.process__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.proof__grid,.technologies__grid{grid-template-columns:1fr}.technology-card:last-child{grid-column:auto}.about__identity{text-align:center}.about__author{justify-content:center}.about__prose{max-width:none;text-align:center}}@media(max-width:640px){.container{width:min(100% - 2rem,var(--container))}.trusted__inner{flex-direction:column;gap:1rem}.button{width:100%}.process__grid{grid-template-columns:1fr}.about__author{flex-direction:column}}
