.home-page{display:flex;flex-direction:column;min-height:100%;width:100%}.home-page>*{flex-shrink:0}.home-page>*:last-child{flex:1 0 auto}.hero-section{position:relative;min-height:max(520px,calc(100vh - var(--header-height) - var(--navbar-height)));min-height:max(520px,calc(100svh - var(--header-height) - var(--navbar-height)));min-height:max(520px,calc(100dvh - var(--header-height) - var(--navbar-height)));width:100%;box-sizing:border-box;display:flex;align-items:center;padding:var(--section-space-y) 24px;background-image:linear-gradient(90deg,#1b0e07d1,#1b0e0794 44%,#1b0e0747),linear-gradient(180deg,#0000001f,#0000005c),url(/assets/hero-terko-mobile-B4s20Nya.jpg);background-size:cover;background-position:center;color:var(--primary-foreground, #ffffff)}@media(min-width:769px){.hero-section{background-image:linear-gradient(90deg,#1b0e07d1,#1b0e0794 44%,#1b0e0747),linear-gradient(180deg,#0000001f,#0000005c),url(/assets/hero-terko-desktop-CppMTdyj.jpg)}}.hero-content{width:min(100%,1180px);margin:0 auto;text-align:left}.hero-content h1{max-width:820px;margin:0 0 20px;color:var(--primary-foreground, #ffffff);font-size:clamp(2.9rem,6.2vw,5rem);font-weight:700;line-height:.98;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.hero-content p{max-width:720px;margin:0 0 34px;color:#ffffffeb;font-size:clamp(1rem,1.65vw,1.45rem);line-height:1.45}.hero-actions{display:flex;flex-wrap:wrap;gap:16px}.hero-primary-button{display:inline-flex;align-items:center;gap:14px;padding:18px 32px;border-radius:999px;background:var(--primary, #145c32);color:var(--primary-foreground, #ffffff);font-size:1.02rem;font-weight:700;text-decoration:none;box-shadow:0 18px 40px #0003;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.hero-primary-button:hover{transform:translateY(-2px);box-shadow:0 24px 44px #00000047;background-color:color-mix(in srgb,var(--primary, #145c32) 84%,black)}.hero-primary-button svg{flex:none;width:22px;height:22px}@media(max-width:768px){.hero-section{min-height:calc(100svh - var(--header-height) - var(--navbar-height));min-height:calc(100dvh - var(--header-height) - var(--navbar-height));padding:var(--section-space-y-mobile) 16px}.hero-content h1{max-width:11ch;font-size:clamp(1.58rem,8vw,2.1rem);line-height:1.06;text-wrap:balance}.hero-content p{max-width:100%;margin-bottom:28px}.hero-primary-button{padding:16px 28px;font-size:.97rem}}.home-services{position:relative;overflow:hidden;padding:var(--section-space-y) 20px;border-top:4px solid var(--primary);background:var(--paver-surface-background)}.home-services__pattern{position:absolute;inset:0;z-index:0}.home-services__inner{position:relative;z-index:1;max-width:1160px;margin:0 auto}.home-services__header{margin-bottom:38px;text-align:center}.home-services__header h2{margin:0 0 6px;color:var(--graphite);font-size:var(--section-title-size);line-height:var(--section-title-line-height)}.home-services__header p{max-width:560px;margin:0 auto;color:var(--muted-foreground);font-size:var(--section-lead-size);line-height:var(--section-lead-line-height)}.home-services__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;max-width:980px;margin:0 auto}.home-services__cta-wrap{display:flex;justify-content:center;margin-top:34px}.home-services__cta{display:inline-flex;align-items:center;justify-content:center;min-height:var(--button-min-height);padding:0 28px;border-radius:999px;background:var(--primary);color:var(--primary-foreground);font-size:var(--button-font-size);font-weight:700;text-decoration:none;box-shadow:0 16px 30px #1f7a5a33;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.home-services__cta:hover{transform:translateY(-2px);box-shadow:0 22px 36px #1f7a5a3d;background:color-mix(in srgb,var(--primary) 88%,black)}.home-services__card{position:relative;overflow:hidden;isolation:isolate;display:flex;flex-direction:column;align-items:center;min-height:192px;padding:28px 22px 24px;text-align:center;background:var(--card-surface-soft-alt);border:1px solid rgba(31,30,28,.05);border-radius:18px;box-shadow:var(--card-shadow-medium);transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease}.home-services__card:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(135deg,rgba(255,255,255,.28),transparent 42%),radial-gradient(circle at top,rgba(31,122,90,.14),transparent 58%);opacity:0;transform:translateY(12px);transition:opacity .28s ease,transform .28s ease}.home-services__card:hover{border-color:var(--interactive-border-color);box-shadow:var(--card-shadow-hover);background:var(--card-hover-surface)}.home-services__card:hover:before{opacity:1;transform:translateY(0)}.home-services__icon{width:54px;height:54px;margin:0 auto 16px;display:grid;place-items:center;border-radius:999px;background:var(--primary);color:var(--primary-foreground);box-shadow:var(--icon-shadow);transition:transform .25s ease,box-shadow .25s ease}.home-services__card:hover .home-services__icon{transform:translateY(-2px) scale(1.08);box-shadow:var(--icon-shadow-hover)}.home-services__card h3{margin:0 0 10px;color:var(--foreground);font-size:var(--card-title-size);line-height:var(--card-title-line-height)}.home-services__card p{margin:0;color:var(--muted-foreground);font-size:var(--card-copy-size);line-height:var(--card-copy-line-height)}.dark .home-services__card{background:#211e1af0;border-color:#ffffff0f;box-shadow:0 18px 34px #00000047}.dark .home-services__card:hover{background:var(--card-hover-surface);box-shadow:var(--card-shadow-hover-dark)}.dark .home-services__card:before{background:linear-gradient(135deg,rgba(255,255,255,.09),transparent 42%),radial-gradient(circle at top,rgba(36,147,107,.2),transparent 58%)}.dark .home-services__cta{box-shadow:0 18px 34px #0000004d}@media(max-width:1080px){.home-services__grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}}@media(max-width:640px){.home-services{padding:var(--section-space-y-mobile) 16px}.home-services__grid{grid-template-columns:1fr;max-width:360px}.home-services__cta-wrap{margin-top:28px}.home-services__cta{width:100%;max-width:360px;padding:0 22px;text-align:center}}.home-whyus{padding:var(--section-space-y) 20px;background:var(--background)}.home-whyus__inner{max-width:1160px;margin:0 auto}.home-whyus__header{margin-bottom:38px;text-align:center}.home-whyus__header h2{margin:0;color:var(--graphite);font-size:var(--section-title-size);line-height:var(--section-title-line-height)}.home-whyus__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;max-width:980px;margin:0 auto}.home-whyus__card{position:relative;overflow:hidden;isolation:isolate;display:flex;flex-direction:column;align-items:center;min-height:192px;padding:28px 22px 24px;text-align:center;background:var(--surface-card);border:1px solid var(--border);border-radius:18px;transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease}.home-whyus__card:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(135deg,rgba(255,255,255,.28),transparent 42%),radial-gradient(circle at top,rgba(31,122,90,.14),transparent 58%);opacity:0;transform:translateY(12px);transition:opacity .28s ease,transform .28s ease}.home-whyus__card:hover{border-color:var(--interactive-border-color);box-shadow:var(--card-shadow-hover);background:var(--card-hover-surface)}.home-whyus__card:hover:before{opacity:1;transform:translateY(0)}.home-whyus__icon{width:54px;height:54px;margin:0 auto 16px;display:grid;place-items:center;border-radius:999px;background:var(--primary);color:var(--primary-foreground);box-shadow:var(--icon-shadow);transition:transform .25s ease,box-shadow .25s ease}.home-whyus__card:hover .home-whyus__icon{transform:translateY(-2px) scale(1.08);box-shadow:var(--icon-shadow-hover)}.home-whyus__card h3{margin:0 0 10px;color:var(--foreground);font-size:var(--card-title-size);line-height:var(--card-title-line-height)}.home-whyus__card p{margin:0;color:var(--muted-foreground);font-size:var(--card-copy-size);line-height:var(--card-copy-line-height)}.dark .home-whyus__card{background:color-mix(in srgb,var(--surface-card) 92%,#2d2825)}.dark .home-whyus__card:hover{background:var(--card-hover-surface);box-shadow:var(--card-shadow-hover-dark)}.dark .home-whyus__card:before{background:linear-gradient(135deg,rgba(255,255,255,.09),transparent 42%),radial-gradient(circle at top,rgba(36,147,107,.2),transparent 58%)}@media(max-width:1080px){.home-whyus__grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}}@media(max-width:640px){.home-whyus{padding:var(--section-space-y-mobile) 16px}.home-whyus__grid{grid-template-columns:1fr;max-width:360px}}
