*{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}body{font-family:'DM Sans',sans-serif;font-size:17px;line-height:1.65;color:hsl(195,12%,19%);background:hsl(196,31%,98%);}img{max-width:100%;height:auto;display:block;}a{color:hsl(195,74%,48%);text-decoration:none;}::selection{background:hsl(195,74%,48%);color:#fff;}h1,h2,h3,h4{font-family:'DM Serif Display',serif;font-weight:400;line-height:1.14;letter-spacing:0.02em;}h1{font-size:clamp(2.2rem,5vw,58px);margin-bottom:0.5em;line-height:1.08;}h2{font-size:clamp(1.6rem,3.4vw,35.0px);margin-bottom:0.5em;}h3{font-size:23.7px;margin-bottom:0.4em;}p{margin-bottom:1em;}.b-container{max-width:1080px;margin:0 auto;padding:0 22px;}.b-action{display:inline-block;padding:15px 32px;border-radius:16px;font-weight:700;cursor:pointer;font-size:1rem;font-family:'DM Sans',sans-serif;background:linear-gradient(135deg,hsl(195,74%,48%),hsl(195,74%,38%));color:#ffffff;border:none;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;}.b-action:hover{transform:translateY(-2px);box-shadow:0 10px 28px hsla(195,74%,48%,0.35);}.b-action::after{content:'→';display:inline-block;margin-left:10px;transition:transform .2s ease;}.b-action:hover::after{transform:translateX(4px);}.b-action_outline{display:inline-block;padding:14px 26px;border-radius:16px;font-weight:700;color:hsl(195,74%,48%);border:2px solid currentColor;margin-left:14px;}.b-topbar{background:hsl(195,74%,38%);color:#fff;font-size:0.86rem;padding:7px 0;}.b-topbar .b-container{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;}.b-topbar a{color:#fff;font-weight:600;}.b-header{position:sticky;top:0;z-index:50;background:hsl(196,31%,98%);border-bottom:2px solid hsl(195,15%,88%);}.b-header_in{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:74px;}.b-logo{display:inline-flex;align-items:center;gap:10px;font-family:'DM Serif Display',serif;font-weight:700;font-size:1.45rem;color:hsl(195,12%,19%);letter-spacing:0.01em;}.b-logo svg{flex-shrink:0;}.b-logo b{color:hsl(195,74%,48%);}.b-nav_list{display:flex;gap:26px;list-style:none;align-items:center;}.b-nav_list a{color:hsl(195,12%,19%);font-weight:600;font-size:0.97rem;}.b-nav_list a:hover{color:hsl(195,74%,48%);}.b-nav_list a.b-nav_active{color:hsl(195,74%,48%);border-bottom:2px solid hsl(139,84%,54%);padding-bottom:3px;}.b-nav_cta{display:inline-block;padding:10px 20px;border-radius:16px;background:hsl(195,74%,48%);color:#fff !important;font-weight:700;}.b-nav_toggle{display:none;background:none;border:none;cursor:pointer;width:42px;height:42px;position:relative;}.b-nav_toggle span,.b-nav_toggle span::before,.b-nav_toggle span::after{content:'';display:block;width:26px;height:3px;background:hsl(195,12%,19%);border-radius:3px;position:absolute;left:8px;transition:all .2s;}.b-nav_toggle span{top:20px;}.b-nav_toggle span::before{top:-8px;left:0;}.b-nav_toggle span::after{top:8px;left:0;}.b-hero{background:hsl(195,60%,94%);padding:79px 0 0;overflow:hidden;}.b-hero_inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:end;}.b-hero_text{padding-bottom:79px;}.b-hero_image img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:26px 26px 0 0;}.b-hero_sub{font-size:1.15rem;color:hsl(195,9%,43%);margin:18px 0 30px;max-width:560px;}.b-section{padding:79px 0;position:relative;}.b-section_alt{background:hsl(195,13%,93%);}.b-section_dark{background:hsl(195,74%,38%);color:#fff;}.b-section_dark h2{color:#fff;}.b-section_title{margin-bottom:54.4px;}.b-section_title p{color:hsl(195,9%,43%);font-size:1.06rem;margin:0;}.b-section_dark .b-section_title p{color:hsla(0,0%,100%,0.8);}.b-section_title{max-width:720px;}.b-kicker{display:inline-flex;align-items:center;gap:8px;background:hsl(139,70%,93%);color:hsl(195,74%,38%);font-weight:700;text-transform:uppercase;letter-spacing:0.1em;font-size:0.76rem;padding:7px 16px;border-radius:999px;margin-bottom:16px;}.b-hero_badge{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:999px;font-size:0.86rem;font-weight:700;margin-bottom:24px;background:hsl(195,60%,94%);color:hsl(195,74%,38%);}.b-hero_badge svg{width:16px;height:16px;color:hsl(139,84%,54%);}.b-hero_trust{display:flex;flex-wrap:wrap;gap:16px 22px;margin-top:26px;}.b-hero_trust span{display:inline-flex;align-items:center;gap:8px;font-size:0.9rem;font-weight:600;color:hsl(195,9%,43%);}.b-hero_trust svg{width:17px;height:17px;color:hsl(139,84%,54%);}.b-areas{display:flex;flex-wrap:wrap;gap:12px;}.b-area_chip{display:inline-block;padding:11px 22px;background:#ffffff;border:1px solid hsl(195,15%,88%);border-radius:999px;font-weight:600;color:hsl(195,12%,19%);}.b-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;}.b-cell{background:#ffffff;border-radius:24px;padding:40px;transition:transform .25s ease,box-shadow .25s ease;border:1px solid rgba(0,0,0,0.04);box-shadow:0 1px 2px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.07);}.b-zig_wrap{display:flex;flex-direction:column;gap:55px;}.b-zig_row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}.b-zig_row:nth-child(even) .b-zig_image{order:2;}.b-zig_image{overflow:hidden;border-radius:26px;box-shadow:0 2px 4px rgba(0,0,0,0.05), 0 16px 40px rgba(0,0,0,0.12);}.b-zig_image img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform .4s ease;}.b-zig_row:hover .b-zig_image img{transform:scale(1.04);}.b-zig_no{font-family:'DM Serif Display',serif;font-size:1.05rem;font-weight:400;color:hsl(139,84%,54%);display:block;margin-bottom:10px;}.b-cell:hover{transform:translateY(-5px);box-shadow:0 2px 4px rgba(0,0,0,0.05), 0 16px 40px rgba(0,0,0,0.12);}.b-cell h3{margin-top:14px;}.b-cell p{color:hsl(195,9%,43%);margin:0;}.b-cell_shot{padding:0;overflow:hidden;}.b-cell_image{overflow:hidden;}.b-cell_image img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .35s ease;}.b-cell_shot:hover .b-cell_image img{transform:scale(1.05);}.b-cell_inner{padding:30px 34px 34px;}.b-cell_inner h3{margin-top:0;}.b-collage{display:grid;gap:14px;}.b-collage_row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}.b-collage img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:18px;}.b-cell_mark{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,hsl(195,60%,94%),hsl(139,70%,93%));color:hsl(195,74%,48%);display:flex;align-items:center;justify-content:center;flex-shrink:0;}.b-cell_mark svg{width:28px;height:28px;}.b-about{display:grid;grid-template-columns:1fr 1fr;gap:70.4px;align-items:center;}.b-checks{display:grid;grid-template-columns:1fr 1fr;gap:18px 34px;max-width:980px;}.b-check{display:flex;gap:14px;align-items:flex-start;}.b-check svg{width:26px;height:26px;color:hsl(139,84%,54%);flex-shrink:0;margin-top:2px;}.b-check p{color:hsl(195,9%,43%);margin:4px 0 0;}.b-image_wrap img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:26px;}.b-image_wrap img{border-radius:38% 62% 55% 45% / 45% 38% 62% 55%;}.b-stat_row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:32px;text-align:center;}.b-stat{background:#ffffff;border-radius:24px;padding:40px;transition:transform .25s ease,box-shadow .25s ease;border:1px solid rgba(0,0,0,0.04);box-shadow:0 1px 2px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.07);}.b-stat_num{font-family:'DM Serif Display',serif;font-size:2.3rem;font-weight:400;color:hsl(195,74%,48%);}.b-stat span{color:hsl(195,9%,43%);}.b-stat_num svg{width:38px;height:38px;}.b-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;counter-reset:s;}.b-step{position:relative;padding-top:14px;border-top:3px solid hsl(195,60%,94%);}.b-step h3{margin:14px 0 8px;font-size:23.7px;}.b-step p{color:hsl(195,9%,43%);margin:0;}.b-step_num{font-family:'DM Serif Display',serif;font-size:2.1rem;font-weight:400;color:hsl(139,84%,54%);line-height:1;}.b-cta_sm{background:hsl(195,74%,48%);color:#fff;padding:26px 0;}.b-cta_sm_in{display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:space-between;}.b-cta_sm span{font-family:'DM Serif Display',serif;font-size:1.3rem;font-weight:400;}.b-cta_sm .b-action{background:#fff;color:hsl(195,74%,38%);box-shadow:none;}.b-testi_layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;}.b-testi{background:hsla(0,0%,100%,0.12);border-radius:24px;padding:26px;color:#fff;}.b-testi footer{color:hsla(0,0%,100%,0.75);}.b-faq_list{max-width:820px;}.b-faq_item{border:1px solid rgba(0,0,0,0.05);border-radius:16px;margin-bottom:14px;background:#ffffff;box-shadow:0 1px 2px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.07);}.b-faq_item summary{cursor:pointer;font-weight:700;padding:19px 24px;list-style:none;position:relative;padding-right:58px;}.b-faq_item summary::after{content:'+';position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:1.25rem;color:hsl(195,74%,38%);font-weight:400;width:30px;height:30px;border-radius:50%;background:hsl(195,60%,94%);display:flex;align-items:center;justify-content:center;}.b-faq_item[open] summary::after{content:'−';}.b-faq_item div{padding:0 22px 18px;color:hsl(195,9%,43%);}.b-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:32px;}.b-gallery_item{overflow:hidden;border-radius:26px;box-shadow:0 1px 2px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.07);}.b-gallery img{width:100%;height:250px;object-fit:cover;transition:transform .35s ease;display:block;}.b-gallery_item:hover img{transform:scale(1.05);}.b-pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;align-items:start;}.b-price_cell{background:#ffffff;border-radius:24px;padding:40px;transition:transform .25s ease,box-shadow .25s ease;border:1px solid rgba(0,0,0,0.04);box-shadow:0 1px 2px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.07);text-align:center;}.b-price_val{font-family:'DM Serif Display',serif;font-size:2.2rem;font-weight:400;color:hsl(195,74%,48%);margin:10px 0;}.b-price_cell ul{list-style:none;text-align:left;margin:18px 0;color:hsl(195,9%,43%);}.b-price_cell li{padding:7px 0;border-bottom:1px dashed hsl(195,15%,88%);}.b-cta_strip{background:linear-gradient(120deg,hsl(195,74%,38%),hsl(195,74%,48%) 60%,hsl(139,84%,54%));color:#fff;text-align:center;padding:71.10000000000001px 22px;}.b-cta_strip h2{color:#fff;margin-bottom:26px;}.b-cta_strip .b-action{background:#fff;color:hsl(195,74%,38%);box-shadow:none;}.b-contact_wrap{display:grid;grid-template-columns:0.9fr 1.1fr;gap:64px;align-items:start;}.b-contact_info li{list-style:none;margin-bottom:18px;display:flex;gap:14px;align-items:flex-start;}.b-contact_info svg{width:22px;height:22px;color:hsl(139,84%,54%);flex-shrink:0;margin-top:4px;}.b-contact_info b{display:block;}.b-contact_info span{color:hsl(195,9%,43%);}.b-form{background:#ffffff;border-radius:24px;padding:40px;transition:transform .25s ease,box-shadow .25s ease;border:1px solid rgba(0,0,0,0.04);box-shadow:0 1px 2px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.07);}.b-field{margin-bottom:16px;}.b-field label{display:block;font-weight:600;margin-bottom:6px;font-size:0.94rem;}.b-field input{width:100%;padding:14px 17px;border:1.5px solid hsl(195,15%,88%);border-radius:14px;font-size:1rem;font-family:inherit;background:#fff;color:hsl(195,12%,19%);transition:border-color .2s,box-shadow .2s;}.b-field input:focus{outline:none;border-color:hsl(195,74%,48%);box-shadow:0 0 0 3.5px hsl(195,60%,94%);}.b-form_note{font-size:0.85rem;color:hsl(195,9%,43%);margin-top:12px;}.b-form_msg{display:none;padding:14px 18px;border-radius:16px;margin-top:14px;font-weight:600;}.b-form_msg.success{display:block;background:hsl(145,55%,92%);color:hsl(145,60%,22%);}.b-form_msg.bad{display:block;background:hsl(0,70%,94%);color:hsl(0,60%,35%);}.b-hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden;}.b-page_hero{background:hsl(195,60%,94%);padding:55.3px 0;}.b-page_hero h1{margin-bottom:6px;}.b-crumbs{font-size:0.9rem;opacity:0.75;}.b-crumbs a{color:inherit;}.b-prose{max-width:820px;}.b-prose h2{margin-top:1.6em;font-size:1.5rem;}.b-prose ul{margin:0 0 1em 1.3em;}.b-footer{background:hsl(195,33%,15%);color:hsla(0,0%,100%,0.85);padding:59.25px 0 26px;position:relative;}.b-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,hsl(195,74%,48%),hsl(139,84%,54%));}.b-footer_layout{display:grid;grid-template-columns:repeat(2,1fr);gap:51.2px;margin-bottom:40px;}.b-footer h4{color:#fff;margin-bottom:16px;font-size:1.05rem;}.b-footer a{color:hsla(0,0%,100%,0.85);}.b-footer a:hover{color:#fff;}.b-footer li{list-style:none;margin-bottom:10px;}.b-footer_bottom{border-top:1px solid hsla(0,0%,100%,0.15);padding-top:22px;font-size:0.88rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;opacity:0.85;}.b-cookie{position:fixed;bottom:18px;left:18px;right:18px;max-width:560px;margin:0 auto;background:hsla(0,0%,100%,0.92);backdrop-filter:blur(12px);color:hsl(195,12%,19%);box-shadow:0 16px 48px rgba(0,0,0,0.22);border:1px solid rgba(0,0,0,0.06);border-radius:16px;padding:20px 24px;z-index:100;display:none;}.b-cookie.on{display:block;}.b-cookie p{margin-bottom:14px;font-size:0.94rem;}.b-cookie_action{padding:10px 22px;border-radius:16px;background:hsl(195,74%,48%);color:#fff;border:none;font-weight:700;cursor:pointer;margin-right:14px;font-size:0.95rem;}.b-cookie a{font-size:0.9rem;}.b-call_bar{display:none;}@media(max-width:920px){.b-hero_inner,.b-about,.b-contact_wrap{grid-template-columns:1fr;}.b-section_title{grid-template-columns:1fr;}.b-tiles{grid-template-columns:1fr 1fr;}.b-steps{grid-template-columns:1fr 1fr;}.b-zig_row{grid-template-columns:1fr;gap:22px;}.b-zig_row:nth-child(even) .b-zig_image{order:0;}.b-footer_layout{grid-template-columns:1fr 1fr;}}@media(max-width:680px){.b-header_in{flex-direction:row;min-height:64px;}.b-nav_toggle{display:block;}.b-nav_list{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fff;padding:18px 22px 24px;box-shadow:0 18px 30px rgba(0,0,0,0.12);gap:16px;align-items:flex-start;}.b-nav_list.on{display:flex;}.b-tiles,.b-footer_layout,.b-checks,.b-steps{grid-template-columns:1fr;}.b-cta_sm_in{flex-direction:column;align-items:flex-start;}.b-action_outline{margin-left:0;margin-top:12px;}.b-stat_row{gap:18px;}h1{font-size:1.9rem;}.b-section{padding:51px 0;}.b-cta_strip{text-align:center;justify-content:center;}body{padding-bottom:58px;}.b-call_bar{display:grid;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;z-index:95;box-shadow:0 -4px 18px rgba(0,0,0,0.18);}.b-call_bar a{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 10px;font-weight:700;font-size:1rem;background:#fff;color:hsl(195,74%,38%);border-top:1px solid hsl(195,15%,88%);}.b-call_bar a.b-primary{background:hsl(195,74%,48%);color:#fff;border-top:none;}.b-call_bar svg{width:18px;height:18px;}.b-cookie{bottom:74px;}}