.header{z-index:1000;-webkit-backdrop-filter:blur(20px);-webkit-user-select:none;user-select:none;background:#f5f3efe6;padding:16px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{box-shadow:0 4px 30px #0000000f}@media (min-width:768px){.header{padding:20px 40px}}.header__inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.header__logo{align-items:center;text-decoration:none;display:flex}.header__logo img{height:auto;max-height:40px}.header__nav{align-items:center;display:flex}@media (max-width:768px){.header__nav{display:none}}.header__nav-link{color:#2d5a4a;background:#f5f3efe6;border:2px solid #4972634d;padding:10px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;position:relative;transform:skew(-10deg)translate(0);box-shadow:4px 4px #2d5a4a33,8px 8px #2d5a4a1a}.header__nav-link span{display:inline-block;transform:skew(10deg)}.header__nav-link:hover{background:#2d5a4a1a;border-color:#2d5a4a66;transform:skew(-10deg)translate(2px,2px);box-shadow:2px 2px #2d5a4a40,4px 4px #2d5a4a26}.header__nav-link:active{transform:skew(-10deg)translate(4px,4px);box-shadow:0 0 #2d5a4a4d,2px 2px #2d5a4a33}.header__dropdown{position:relative}.header__dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible;transition:opacity .25s,visibility .25s,transform .25s;transform:translateY(0)}.header__dropdown:hover .header__dropdown-chevron{transform:skew(10deg)rotate(180deg)}.header__nav-link--dropdown{cursor:pointer;appearance:none;outline:none;align-items:center;gap:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:inline-flex}.header__dropdown-chevron{flex-shrink:0;transition:transform .3s;display:inline-block;transform:skew(10deg)}.header__dropdown-menu{-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;z-index:100;background:#f5f3eff7;border:2px solid #49726333;border-radius:12px;min-width:220px;padding:8px 0;transition:opacity 0s .3s,visibility 0s .3s,transform 0s .3s;position:absolute;top:calc(100% + 8px);transform:translateY(-8px)translate(-50%);box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a}.header__dropdown-menu:before{content:"";background:#f5f3eff7;border-top:2px solid #49726333;border-left:2px solid #49726333;width:12px;height:12px;position:absolute;top:-7px;left:50%;transform:translate(-50%)rotate(45deg)}.header__dropdown-item{color:#2d5a4a;white-space:nowrap;align-items:center;gap:12px;padding:10px 20px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.header__dropdown-item svg{opacity:.7;flex-shrink:0;transition:opacity .2s}.header__dropdown-item:hover{background:#2d5a4a14}.header__dropdown-item:hover svg{opacity:1}.header__dropdown-item:first-child{border-radius:8px 8px 0 0}.header__dropdown-item:last-child{border-radius:0 0 8px 8px}.header__dropdown-item--active{background:#2d5a4a1f;font-weight:600;position:relative}.header__dropdown-item--active:before{content:"";background:#2d5a4a;border-radius:0 2px 2px 0;width:3px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.header__dropdown-item--active svg{opacity:1;color:#2d5a4a}.header__dropdown-item--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.header__dropdown-item--disabled svg{opacity:.3}.header__dropdown-item--disabled:hover{background:0 0}.header__dropdown-item--disabled:hover svg{opacity:.3}.header__cta{color:#fff;background:#2d5a4a;border-radius:100px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.header__cta:hover{background:#3d7a64;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hb-hero{justify-content:center;align-items:center;min-height:85vh;padding-top:84px;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.hb-hero{min-height:100vh}}.hb-hero__bg{z-index:0;position:absolute;inset:0}.hb-hero__bg img{object-fit:cover;object-position:center;filter:brightness(.2);-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%}.hb-hero__overlay{z-index:1;background:linear-gradient(#0006 0%,#2d5a4a80 50%,#2d5a4abf 100%);position:absolute;inset:0}.hb-hero__content{z-index:2;text-align:center;max-width:900px;padding:2rem 1rem;animation:.9s ease-out fadeInUp;position:relative}@media (min-width:768px){.hb-hero__content{padding:3rem 1.5rem}}.hb-hero__badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;letter-spacing:.05em;background:#ffffff1f;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;animation:1s ease-out .3s both fadeIn;display:inline-flex}@media (min-width:768px){.hb-hero__badge{margin-bottom:2rem}}.hb-hero__title{color:#fff;text-shadow:0 2px 20px #0000004d;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,5vw,3.75rem);font-weight:700;line-height:1.2}@media (min-width:768px){.hb-hero__title{margin-bottom:1.5rem}}.hb-hero__title span{color:#a8e6cf}.hb-hero__subtitle{color:#ffffffe6;max-width:640px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.75;animation:1s ease-out .5s both fadeIn}@media (min-width:768px){.hb-hero__subtitle{margin-bottom:3rem}}.hb-hero__actions{flex-direction:column;align-items:center;gap:1rem;animation:.9s ease-out .6s both fadeInUp;display:flex}@media (min-width:640px){.hb-hero__actions{flex-direction:row;justify-content:center}}.hb-hero__cta{color:#2d5a4a;cursor:pointer;background:#fff;border:none;border-radius:9999px;align-items:center;gap:.5rem;min-height:48px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex;box-shadow:0 4px 24px #00000026}@media (min-width:768px){.hb-hero__cta{padding:1rem 3rem;font-size:1.125rem}}.hb-hero__cta:hover{background:#f0fff5;transform:translateY(-2px);box-shadow:0 8px 32px #0003}.hb-hero__cta--outline{color:#fff;box-shadow:none;background:0 0;border:2px solid #ffffff80}.hb-hero__cta--outline:hover{box-shadow:none;background:#ffffff1a;border-color:#fffc}.hb-hero__scroll-hint{z-index:2;color:#ffffffb3;flex-direction:column;align-items:center;gap:.25rem;font-size:.875rem;animation:1.2s ease-out 1s both fadeIn;display:none;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}@media (min-width:768px){.hb-hero__scroll-hint{display:flex}}.hb-hero__scroll-hint-arrow{border-bottom:2px solid #fff9;border-right:2px solid #fff9;width:24px;height:24px;transform:rotate(45deg)}
.hb-problems{background:#fff;padding:4rem 0}@media (min-width:768px){.hb-problems{padding:6rem 0}}.hb-problems__container{max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.hb-problems__header{text-align:center;margin-bottom:3rem}@media (min-width:768px){.hb-problems__header{margin-bottom:4rem}}.hb-problems__label{color:#c0392b;letter-spacing:.05em;text-transform:uppercase;background:#dc354514;border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hb-problems__title{color:#2a2520;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,4vw,3rem);font-weight:700;line-height:1.2}.hb-problems__title span{color:#c0392b}.hb-problems__subtitle{color:#6b6560;max-width:600px;margin:0 auto;font-size:1rem;line-height:1.75}@media (min-width:768px){.hb-problems__subtitle{font-size:1.125rem}}.hb-problems__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.hb-problems__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.hb-problems__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.hb-problems__card{background:#fafaf8;border:1px solid #2a25201a;border-radius:1.5rem;padding:2rem;transition:all .3s ease-in-out;position:relative;overflow:hidden}@media (min-width:768px){.hb-problems__card{padding:3rem 2rem}}.hb-problems__card:before{content:"";transform-origin:0;background:linear-gradient(135deg,#c0392b 0%,#e74c3c 100%);height:4px;transition:transform .3s ease-in-out;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.hb-problems__card:hover{border-color:#c0392b26;transform:translateY(-4px);box-shadow:0 10px 15px #2a252026}.hb-problems__card:hover:before{transform:scaleX(1)}.hb-problems__card:hover .hb-problems__card-icon{color:#fff;background:#c0392b}.hb-problems__card-icon{color:#c0392b;background:#c0392b14;border-radius:1rem;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1rem;transition:all .3s ease-in-out;display:flex}@media (min-width:768px){.hb-problems__card-icon{width:56px;height:56px;margin-bottom:1.5rem}}.hb-problems__card-icon svg{width:26px;height:26px}.hb-problems__card-title{color:#2a2520;margin-bottom:.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:600}@media (min-width:768px){.hb-problems__card-title{font-size:1.25rem}}.hb-problems__card-desc{color:#6b6560;font-size:.875rem;line-height:1.75}@media (min-width:768px){.hb-problems__card-desc{font-size:1rem}}
.hb-solution{background:#f8f6f2;padding:4rem 0}@media (min-width:768px){.hb-solution{padding:6rem 0}}.hb-solution__container{max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.hb-solution__header{text-align:center;margin-bottom:3rem}@media (min-width:768px){.hb-solution__header{margin-bottom:4rem}}.hb-solution__label{color:#2d5a4a;letter-spacing:.05em;text-transform:uppercase;background:#2d5a4a14;border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hb-solution__title{color:#2a2520;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,4vw,3rem);font-weight:700;line-height:1.2}.hb-solution__steps{flex-direction:column;gap:3rem;display:flex}@media (min-width:768px){.hb-solution__steps{gap:4rem}}.hb-solution__step{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (min-width:768px){.hb-solution__step{grid-template-columns:1fr 1fr;gap:4rem}.hb-solution__step:nth-child(2n){direction:rtl}.hb-solution__step:nth-child(2n)>*{direction:ltr}}.hb-solution__step-visual{background:#fff;border:1px solid #2a25201a;border-radius:2rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 4px 6px #2a25201f}@media (min-width:768px){.hb-solution__step-visual{padding:3rem}}.hb-solution__step-visual:after{content:"";background:linear-gradient(135deg,#2d5a4a 0%,#3d7a64 100%);height:3px;position:absolute;top:0;left:0;right:0}.hb-solution__step-mockup{flex-direction:column;gap:1rem;display:flex}.hb-solution__step-mockup-bar{border-bottom:1px solid #2a25201a;gap:.5rem;padding-bottom:1rem;display:flex}.hb-solution__step-mockup-bar span{background:#e0e0e0;border-radius:50%;width:12px;height:12px}.hb-solution__step-mockup-bar span:first-child{background:#ff6b6b}.hb-solution__step-mockup-bar span:nth-child(2){background:#ffd93d}.hb-solution__step-mockup-bar span:nth-child(3){background:#6bcb77}.hb-solution__step-mockup-content{flex-direction:column;gap:.5rem;display:flex}.hb-solution__step-mockup-line{background:#f0efed;border-radius:.25rem;height:10px}.hb-solution__step-mockup-line--short{width:60%}.hb-solution__step-mockup-line--medium{width:80%}.hb-solution__step-mockup-line--accent{background:#2d5a4a26;width:45%}.hb-solution__step-mockup-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.5rem;display:grid}.hb-solution__step-mockup-card{background:#f7f6f4;border:1px solid #2a25201a;border-radius:.5rem;height:50px}@media (min-width:768px){.hb-solution__step-mockup-card{height:60px}}.hb-solution__step-info{flex-direction:column;gap:1rem;display:flex}.hb-solution__step-number{color:#fff;background:#2d5a4a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:700;display:flex}@media (min-width:768px){.hb-solution__step-number{width:48px;height:48px;font-size:1.25rem}}.hb-solution__step-title{color:#2a2520;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.25rem,3vw,1.875rem);font-weight:700;line-height:1.2}.hb-solution__step-desc{color:#6b6560;font-size:1rem;line-height:1.75}@media (min-width:768px){.hb-solution__step-desc{font-size:1.125rem}}.hb-solution__step-highlights{flex-direction:column;gap:.5rem;margin-top:.25rem;display:flex}@media (min-width:768px){.hb-solution__step-highlights{margin-top:.5rem}}.hb-solution__step-highlight{color:#3d3832;align-items:center;gap:.5rem;font-size:.875rem;display:flex}@media (min-width:768px){.hb-solution__step-highlight{font-size:1rem}}.hb-solution__step-highlight svg{color:#2d5a4a;flex-shrink:0;width:18px;height:18px}@media (min-width:768px){.hb-solution__step-highlight svg{width:20px;height:20px}}
.hb-ai{background:#fff;padding:4rem 0}@media (min-width:768px){.hb-ai{padding:6rem 0}}.hb-ai__container{max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.hb-ai__header{text-align:center;margin-bottom:3rem}@media (min-width:768px){.hb-ai__header{margin-bottom:4rem}}.hb-ai__label{color:#2d5a4a;letter-spacing:.05em;text-transform:uppercase;background:#2d5a4a14;border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hb-ai__title{color:#2a2520;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,4vw,3rem);font-weight:700;line-height:1.2}.hb-ai__title span{color:#2d5a4a}.hb-ai__subtitle{color:#6b6560;max-width:700px;margin:0 auto;font-size:1rem;line-height:1.75}@media (min-width:768px){.hb-ai__subtitle{font-size:1.125rem}}.hb-ai__highlight{color:#2d5a4a;font-weight:600}.hb-ai__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.hb-ai__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.hb-ai__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.hb-ai__card{background:#fafaf8;border:1px solid #2a25201a;border-radius:1.5rem;padding:2rem;transition:all .3s ease-in-out;position:relative}@media (min-width:768px){.hb-ai__card{padding:3rem}}.hb-ai__card:hover{border-color:#2d5a4a40;transform:translateY(-4px);box-shadow:0 4px 20px #2d5a4a40}.hb-ai__card--featured{background:#2d5a4a;border-color:#2d5a4a}.hb-ai__card--featured .hb-ai__card-icon{color:#fff;background:#fff3}.hb-ai__card--featured .hb-ai__card-title{color:#fff}.hb-ai__card--featured .hb-ai__card-desc{color:#ffffffd9}.hb-ai__card--featured:hover{background:#3d7a64;box-shadow:0 8px 30px #2d5a4a59}.hb-ai__card-icon{color:#2d5a4a;background:#2d5a4a1a;border-radius:1rem;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1rem;transition:all .3s ease-in-out;display:flex}@media (min-width:768px){.hb-ai__card-icon{width:56px;height:56px;margin-bottom:1.5rem}}.hb-ai__card-icon svg{width:26px;height:26px}@media (min-width:768px){.hb-ai__card-icon svg{width:28px;height:28px}}.hb-ai__card-title{color:#2a2520;margin-bottom:.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:600;line-height:1.2}@media (min-width:768px){.hb-ai__card-title{font-size:1.25rem}}.hb-ai__card-desc{color:#6b6560;font-size:.875rem;line-height:1.75}@media (min-width:768px){.hb-ai__card-desc{font-size:1rem}}
.hb-advantages{background:#f8f6f2;padding:4rem 0}@media (min-width:768px){.hb-advantages{padding:6rem 0}}.hb-advantages__container{max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.hb-advantages__header{text-align:center;margin-bottom:3rem}@media (min-width:768px){.hb-advantages__header{margin-bottom:4rem}}.hb-advantages__label{color:#2d5a4a;letter-spacing:.05em;text-transform:uppercase;background:#2d5a4a14;border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hb-advantages__title{color:#2a2520;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,4vw,3rem);font-weight:700;line-height:1.2}.hb-advantages__title span{color:#2d5a4a}.hb-advantages__subtitle{color:#6b6560;max-width:600px;margin:0 auto;font-size:1rem;line-height:1.75}@media (min-width:768px){.hb-advantages__subtitle{font-size:1.125rem}}.hb-advantages__highlight{color:#2d5a4a;font-weight:600}.hb-advantages__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.hb-advantages__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.hb-advantages__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.hb-advantages__card{background:#fff;border:1px solid #2a25201a;border-radius:1.5rem;padding:2rem;transition:all .3s ease-in-out;position:relative}@media (min-width:768px){.hb-advantages__card{padding:3rem}}.hb-advantages__card:hover{border-color:#2d5a4a40;transform:translateY(-4px);box-shadow:0 4px 20px #2d5a4a40}.hb-advantages__card--featured{background:#2d5a4a;border-color:#2d5a4a}.hb-advantages__card--featured .hb-advantages__card-icon{background:#fff3}.hb-advantages__card--featured .hb-advantages__card-title{color:#fff}.hb-advantages__card--featured .hb-advantages__card-desc{color:#ffffffd9}.hb-advantages__card--featured:hover{background:#3d7a64;box-shadow:0 8px 30px #2d5a4a59}.hb-advantages__card-icon{background:#2d5a4a1a;border-radius:1rem;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1rem;font-size:26px;display:flex}@media (min-width:768px){.hb-advantages__card-icon{width:56px;height:56px;margin-bottom:1.5rem;font-size:28px}}.hb-advantages__card-title{color:#2a2520;margin-bottom:.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:600;line-height:1.2}@media (min-width:768px){.hb-advantages__card-title{font-size:1.25rem}}.hb-advantages__card-desc{color:#6b6560;font-size:.875rem;line-height:1.75}@media (min-width:768px){.hb-advantages__card-desc{font-size:1rem}}
.hb-stages{background:#fff;padding:4rem 0}@media (min-width:768px){.hb-stages{padding:6rem 0}}.hb-stages__container{max-width:900px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.hb-stages__header{text-align:center;margin-bottom:3rem}@media (min-width:768px){.hb-stages__header{margin-bottom:4rem}}.hb-stages__label{color:#2d5a4a;letter-spacing:.05em;text-transform:uppercase;background:#2d5a4a14;border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hb-stages__title{color:#2a2520;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,4vw,3rem);font-weight:700;line-height:1.2}.hb-stages__title span{color:#2d5a4a}.hb-stages__timeline{flex-direction:column;display:flex}.hb-stages__item{gap:1.5rem;display:flex}@media (min-width:768px){.hb-stages__item{gap:2rem}}.hb-stages__item-marker{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.hb-stages__item-number{color:#fff;background:#2d5a4a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-family:Playfair Display,Georgia,serif;font-size:.875rem;font-weight:700;display:flex}@media (min-width:768px){.hb-stages__item-number{width:52px;height:52px;font-size:1rem}}.hb-stages__item-line{background:#2d5a4a33;flex:1;width:2px;min-height:24px;margin:.5rem 0}.hb-stages__item-content{padding-bottom:2rem}@media (min-width:768px){.hb-stages__item-content{padding-bottom:3rem}}.hb-stages__item-title{color:#2a2520;margin-bottom:.5rem;padding-top:.25rem;font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:700}@media (min-width:768px){.hb-stages__item-title{padding-top:.5rem;font-size:1.25rem}}.hb-stages__item-desc{color:#6b6560;font-size:.875rem;line-height:1.75}@media (min-width:768px){.hb-stages__item-desc{font-size:1rem}}
.hb-cases{background:#2d5a4a;padding:4rem 0;position:relative;overflow:hidden}@media (min-width:768px){.hb-cases{padding:6rem 0}}.hb-cases:before{content:"";background:radial-gradient(at 30%,#ffffff14 0%,#0000 60%);position:absolute;inset:0}.hb-cases__container{z-index:1;max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;position:relative}.hb-cases__header{text-align:center;margin-bottom:3rem}@media (min-width:768px){.hb-cases__header{margin-bottom:4rem}}.hb-cases__title{color:#fff;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,4vw,3rem);font-weight:700;line-height:1.2}.hb-cases__context{color:#ffffffbf;font-size:1rem;line-height:1.75}@media (min-width:768px){.hb-cases__context{font-size:1.125rem}}.hb-cases__grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:768px){.hb-cases__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.hb-cases__stat{text-align:center;padding:1.5rem}@media (min-width:768px){.hb-cases__stat{padding:2rem}}.hb-cases__stat-number{color:#fff;margin-bottom:.5rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.875rem,5vw,3.75rem);font-weight:700;line-height:1}.hb-cases__stat-divider{background:#ffffff4d;border-radius:9999px;width:40px;height:3px;margin:.5rem auto}.hb-cases__stat-label{color:#fffc;font-size:.875rem;line-height:1.5}@media (min-width:768px){.hb-cases__stat-label{font-size:1rem}}.hb-cases__testimonial{text-align:center;max-width:800px;margin-top:3rem;margin-left:auto;margin-right:auto}@media (min-width:768px){.hb-cases__testimonial{margin-top:4rem}}.hb-cases__quote{color:#ffffffe6;margin-bottom:1.5rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1rem,2.5vw,1.25rem);font-style:italic;line-height:1.75}.hb-cases__author{color:#fff;font-size:1rem;font-weight:600}.hb-cases__role{color:#ffffffb3;margin-top:.25rem;font-size:.875rem}
.hb-cta{background:linear-gradient(135deg,#2d5a4a 0%,#3d7a64 50%,#25493c 100%);padding:4rem 0;position:relative;overflow:hidden}@media (min-width:768px){.hb-cta{padding:8rem 0}}.hb-cta:before{content:"";background:radial-gradient(at 20% 80%,#ffffff0f 0%,#0000 50%),radial-gradient(at 80% 20%,#ffffff0a 0%,#0000 50%);position:absolute;inset:0}.hb-cta__container{z-index:1;flex-direction:column;align-items:center;gap:3rem;max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:flex;position:relative}@media (min-width:1024px){.hb-cta__container{flex-direction:row;align-items:flex-start;gap:4rem}}.hb-cta__content{text-align:center;flex:1}@media (min-width:1024px){.hb-cta__content{text-align:left;padding-top:2rem}}.hb-cta__title{color:#fff;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.2}@media (min-width:768px){.hb-cta__title{margin-bottom:1.5rem}}.hb-cta__subtitle{color:#ffffffd9;max-width:520px;font-size:1rem;line-height:1.75}@media (min-width:768px){.hb-cta__subtitle{font-size:1.125rem}}@media (min-width:1024px){.hb-cta__subtitle{margin:0}}.hb-cta__form-wrapper{flex-shrink:0;width:100%;max-width:480px}.hb-cta__form{flex-direction:column;gap:1rem;display:flex}.hb-cta__form-group{width:100%}.hb-cta__input,.hb-cta__textarea{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff1f;border:1px solid #ffffff40;border-radius:1rem;width:100%;min-height:48px;padding:1rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;transition:all .3s ease-in-out}.hb-cta__input::placeholder,.hb-cta__textarea::placeholder{color:#ffffff8c}.hb-cta__input:focus,.hb-cta__textarea:focus{background:#ffffff2e;border-color:#fff9;outline:none}.hb-cta__textarea{resize:vertical;min-height:80px}@media (min-width:768px){.hb-cta__textarea{min-height:100px}}.hb-cta__button{color:#2d5a4a;cursor:pointer;background:#fff;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:52px;padding:1rem 3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:700;transition:all .3s ease-in-out;display:inline-flex;box-shadow:0 4px 24px #00000026}@media (min-width:768px){.hb-cta__button{min-height:56px;font-size:1.125rem}}.hb-cta__button:hover{background:#f0fff5;transform:translateY(-2px);box-shadow:0 8px 40px #0003}.hb-cta__button:active{transform:translateY(0)}.hb-cta__success{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:1.5rem;padding:3rem 2rem}.hb-cta__success-icon{color:#fff;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;font-size:1.875rem;font-weight:700;display:flex}.hb-cta__success-title{color:#fff;margin-bottom:.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700}.hb-cta__success-desc{color:#ffffffd9;font-size:1rem;line-height:1.75}.hb-cta__telegram{flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.hb-cta__telegram-divider{color:#ffffff80;text-transform:lowercase;align-items:center;gap:1rem;width:100%;font-size:.875rem;display:flex;position:relative}.hb-cta__telegram-divider:before,.hb-cta__telegram-divider:after{content:"";background:#fff3;flex:1;height:1px}.hb-cta__telegram-link{color:#fff;background:0 0;border:2px solid #fff6;border-radius:9999px;align-items:center;gap:.5rem;min-height:48px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex}.hb-cta__telegram-link:hover{background:#ffffff1a;border-color:#ffffffb3;transform:translateY(-2px)}.hb-cta__decor{border:1px solid #ffffff14;border-radius:50%;position:absolute}.hb-cta__decor--1{width:250px;height:250px;top:-60px;right:-60px}@media (min-width:768px){.hb-cta__decor--1{width:300px;height:300px;top:-80px;right:-80px}}.hb-cta__decor--2{width:160px;height:160px;bottom:-40px;left:-30px}@media (min-width:768px){.hb-cta__decor--2{width:200px;height:200px;bottom:-60px;left:-40px}}.hb-cta__decor--3{border-color:#ffffff0d;width:100px;height:100px;display:none;top:40%;left:10%}@media (min-width:768px){.hb-cta__decor--3{width:120px;height:120px;display:block}}
