/* Optimized homepage stylesheet. Generated from style.css using only front-page/header/footer/contact-form selectors. */
@font-face{font-family:"Product Sans";src:url("../fonts/ProductSans-Thin.ttf") format("truetype");font-weight:100;font-style:normal;font-display:swap;}
@font-face{font-family:"Product Sans";src:url("../fonts/ProductSans-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:"Product Sans";src:url("../fonts/ProductSans-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:"Product Sans";src:url("../fonts/ProductSans-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:"Product Sans";src:url("../fonts/ProductSans-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:"Product Sans";src:url("../fonts/ProductSans-Black.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap;}
:root{--font-main:"Product Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;--bg:#061825;--hero:#06264a;--panel:#051322;--line:rgba(255,255,255,0.82);--text:#f5f8fb;--accent:#149ee8;--green:#8eff9d;--blue:#147eaf;--yellow:#f2b806;}
html{font-family:var(--font-main);font-size:16px;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
body,button,input,textarea,select{font-family:var(--font-main);}
body{font-weight:400;line-height:1.5;}
h1,h2,h3,h4{font-family:var(--font-main);line-height:1.12;letter-spacing:0;}
h1{font-weight:900;}
h2,h3{font-weight:800;}
h4{font-weight:700;}
p,a,li,button,input,textarea,select{letter-spacing:0;}
p,li{font-weight:400;line-height:1.55;}
a,button{font-weight:inherit;}
input,textarea,select{font-size:15px;line-height:1.35;}
.whatsapp-float{display:none;}
@media (max-width: 860px){
.whatsapp-float{position:fixed;right:12px;bottom:13px;z-index:80;display:block;width:48px;height:48px;border-radius:0;background:transparent;box-shadow:none;text-decoration:none;}
.whatsapp-float img{display:block;width:100%;height:100%;object-fit:contain;}
}
@media (min-width: 1200px){
.hero{min-height:900px;padding-top:82px;padding-bottom:170px;}
.hero-title{font-size:52px;}
.typing-line{margin-top:18px;}
.section-intro{font-size:20px;line-height:1.45;}
}
*{box-sizing:border-box;}
body{margin:0;min-height:100vh;background:#061825;color:var(--text);font-family:var(--font-main);}
.site-blue-gradient-bg{min-height:100vh;background:radial-gradient(ellipse 58% 30% at 50% 28%,rgba(12,82,150,0.48) 0%,rgba(8,55,105,0.28) 42%,rgba(6,38,74,0) 78%),linear-gradient(180deg,#061825 0%,#061825 120px,#06264a 360px,#06264a 100%);}
.home{min-height:100vh;}
.page-top{width:100%;min-height:98px;display:flex;align-items:center;justify-content:center;padding:8px 24px 10px;background:transparent;transition:background-color .24s ease;}
.page-top.sticky-header{position:fixed;left:0;top:0;z-index:1000;min-height:88px;background:rgba(2,18,35,.72);backdrop-filter:blur(14px);animation:stickyHeaderIn .28s ease both;}
.site-header{width:min(1302px,100%);height:72px;display:flex;align-items:center;justify-content:space-between;gap:34px;padding:0 29px;border:1px solid var(--line);border-radius:999px;background:var(--panel);transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease,background-color .26s ease;}
.page-top.sticky-header .site-header{border-color:rgba(255,255,255,.72);background:rgba(3,17,33,.94);box-shadow:0 18px 42px rgba(0,8,20,.28),0 0 18px rgba(35,174,234,.12);}
@keyframes stickyHeaderIn{from{transform:translateY(-14px);opacity:.86;}to{transform:translateY(0);opacity:1;}}
.brand{display:inline-flex;align-items:center;min-width:246px;color:var(--text);line-height:1;text-decoration:none;}
.brand-logo{display:block;width:140px;height:auto;}
.phone-link{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;color:var(--text);font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap;}
.phone-link svg{width:15px;height:15px;fill:currentColor;}
.nav{display:flex;align-items:center;justify-content:flex-end;gap:37px;margin-left:auto;}
.nav-dropdown{position:relative;display:inline-flex;align-items:center;height:72px;}
.nav a,.nav button{appearance:none;border:0;padding:0;background:transparent;color:var(--text);font-family:var(--font-main);font-size:16px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer;border-radius:14px;transition:color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease;}
.nav a:hover,.nav a:focus-visible,.nav button:hover,.nav button:focus-visible{color:#65d9ff;background:rgba(35,174,234,.12);box-shadow:inset 0 0 0 1px rgba(35,174,234,.32),0 0 18px rgba(35,174,234,.18);transform:translateY(-1px);outline:0;}
.nav > a{display:inline-flex;align-items:center;min-height:36px;padding:0 11px;}
.services{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 11px !important;}
.services svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;transition:transform 0.2s ease;}
.nav-dropdown:hover .services svg,.nav-dropdown.is-open .services svg{transform:rotate(180deg);}
.services-menu{position:absolute;left:50%;top:70px;z-index:20;width:437px;display:grid;gap:26px;padding:32px 34px 34px;border-top:1px solid rgba(255,255,255,0.48);border-radius:0 0 8px 8px;background:rgba(2,18,35,0.98);box-shadow:0 24px 44px rgba(0,0,0,0.26);opacity:0;visibility:hidden;transform:translateX(-50%) translateY(8px);transition:opacity 0.18s ease,transform 0.18s ease,visibility 0.18s ease;}
.nav-dropdown:hover .services-menu,.nav-dropdown.is-open .services-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
.services-menu a{display:flex;align-items:center;gap:18px;min-height:46px;padding:0 12px;border-radius:14px;color:#ffffff;font-size:20px;font-weight:400;line-height:1;text-decoration:none;}
.services-menu a:hover,.services-menu a:focus-visible{color:#65d9ff;background:rgba(35,174,234,.12);box-shadow:inset 0 0 0 1px rgba(35,174,234,.32),0 0 18px rgba(35,174,234,.18);transform:translateX(3px);outline:0;}
.menu-service-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:#ffffff;font-size:22px;font-weight:700;}
.offer{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:103px;height:37px;padding:0 17px;border:1px solid var(--accent);border-radius:999px;color:var(--accent);background:rgba(20,158,232,0.14);font-family:var(--font-main);font-size:16px;font-weight:500;text-decoration:none;white-space:nowrap;transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;}
.offer:hover,.offer:focus-visible{color:#7ee6ff;border-color:#65d9ff;background:rgba(35,174,234,.22);box-shadow:0 0 18px rgba(35,174,234,.42),inset 0 0 0 1px rgba(126,230,255,.25);transform:translateY(-1px);outline:0;}
.offer svg{width:12px;height:12px;fill:currentColor;}
.menu-toggle{display:none;width:42px;height:42px;position:relative;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,0.35);border-radius:50%;background:transparent;color:var(--text);cursor:pointer;transition:border-color .22s ease,background .22s ease,box-shadow .22s ease;}
.menu-toggle span{position:absolute;width:18px;height:2px;border-radius:999px;background:currentColor;transition:transform .24s ease,opacity .18s ease,width .24s ease;}
.menu-toggle span:nth-child(1){transform:translateY(-6px);}
.menu-toggle span:nth-child(3){transform:translateY(6px);}
.menu-toggle:hover{border-color:rgba(20,158,232,.74);background:rgba(20,158,232,.12);box-shadow:0 0 16px rgba(20,158,232,.22);}
.mobile-menu{display:none;}
.hero{min-height:calc(100vh - 98px);display:flex;justify-content:center;padding:47px 24px 116px;text-align:center;background:transparent;}
.hero-inner{width:min(760px,100%);}
.hero-title{margin:0 0 10px;color:#f2f5f8;font-family:var(--font-main);font-size:clamp(38px,4vw,53px);font-weight:800;line-height:1.12;letter-spacing:0;}
.typing-line{min-height:66px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1px;font-family:var(--font-main);font-size:clamp(40px,4vw,50px);font-weight:800;line-height:1;}
.typing-text{display:inline-block;min-width:74px;padding:5px 10px 7px;border-radius:8px;background:var(--blue);color:#ffffff;}
.cursor{display:inline-block;width:5px;height:45px;margin-left:5px;background:#ffe7a0;transform:translateY(3px);animation:blink 0.9s steps(1) infinite;}
.hero-subtitle{margin:0;font-family:var(--font-main);font-size:clamp(27px,2.8vw,36px);font-weight:800;line-height:1.15;}
.reviews{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:19px;font-size:18px;font-weight:700;}
.stars{display:inline-flex;align-items:center;gap:3px;color:var(--green);font-size:17px;letter-spacing:0;transform:translateY(1px);}
.service-name{margin:0 0 19px;font-family:var(--font-main);font-size:20px;font-weight:800;}
.copy{width:min(560px,100%);margin:0 auto 20px;color:#ffffff;font-size:18px;font-weight:400;line-height:1.6;}
.actions{display:flex;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap;}
.cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:158px;min-height:36px;padding:0 18px;border-radius:8px;color:#021626;background:var(--green);font-size:18px;font-weight:700;line-height:1;text-decoration:none;}
.cta.secondary{min-width:176px;color:#ffffff;background:var(--blue);}
.cta svg{width:17px;height:17px;stroke:currentColor;stroke-width:2.5;fill:none;}
.services-section{margin-top:-58px;padding:58px 24px 77px;background:transparent;}
.services-inner{width:min(936px,100%);margin:0 auto;}
.section-head{display:grid;grid-template-columns:1fr 0.95fr;gap:80px;align-items:end;margin-bottom:28px;}
.eyebrow{margin:0 0 8px;color:#19a7ea;font-size:13px;font-weight:500;line-height:1.2;}
.section-title{margin:0;color:#ffffff;font-family:var(--font-main);font-size:22px;font-weight:800;line-height:1.15;}
.section-intro{margin:0 0 4px;color:#ffffff;font-size:12px;font-weight:400;line-height:1.45;}
.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 22px;}
.service-card{position:relative;min-height:231px;display:grid;grid-template-columns:minmax(0,1fr) 172px;gap:18px;overflow:hidden;padding:29px 28px 25px 22px;border:1px solid #12aaf7;border-radius:12px;background:radial-gradient(circle at 78% 45%,rgba(34,150,215,0.18),transparent 34%),linear-gradient(180deg,#062b56 0%,#062349 100%);box-shadow:0 0 0 1px rgba(13,71,123,0.18) inset,0 22px 58px rgba(0,15,35,0.26);}
.service-card h3{margin:0 0 12px;color:#ffffff;font-family:var(--font-main);font-size:19px;font-weight:800;line-height:1.15;}
.service-card p{max-width:238px;margin:0 0 13px;color:#ffffff;font-size:13px;font-weight:300;line-height:1.45;}
.discover{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:72px;height:28px;border:1px solid rgba(117,209,255,0.62);border-radius:999px;color:#ffffff;background:rgba(255,255,255,0.11);box-shadow:0 0 9px rgba(91,189,255,0.56);font-size:10px;font-weight:700;text-decoration:none;}
.discover svg{width:10px;height:10px;stroke:currentColor;stroke-width:2.4;fill:none;}
.card-art{position:relative;min-height:162px;display:flex;align-items:center;justify-content:center;align-self:center;}
.card-art img{display:block;width:176px;max-width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 14px 18px rgba(0,0,0,0.18));}
.card-art.ad img{width:196px;transform:translate(5px,6px);}
.card-art.seo img{width:194px;transform:translate(-5px,7px);}
.card-art.identity img{width:178px;transform:translate(3px,4px);}
.portfolio-section{padding:78px 24px 66px;background:transparent;text-align:center;}
.portfolio-inner{width:min(1030px,100%);margin:0 auto;}
.portfolio-count{margin:0 0 4px;color:#ffffff;font-family:var(--font-main);font-size:24px;font-weight:800;line-height:1;}
.portfolio-title{margin:0 0 80px;color:#ffffff;font-size:26px;font-weight:400;line-height:1.15;}
.project-slide{flex:0 0 33.333%;display:flex;justify-content:center;padding:0 30px;}
.project-dots{display:flex;align-items:center;justify-content:center;gap:6px;margin:79px 0 19px;}
.project-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:31px;padding:0 14px;border:1px solid rgba(117,209,255,0.62);border-radius:999px;color:#ffffff;background:rgba(255,255,255,0.11);box-shadow:0 0 9px rgba(91,189,255,0.56);font-size:11px;font-weight:800;text-decoration:none;}
.project-button svg{width:11px;height:11px;stroke:currentColor;stroke-width:2.4;fill:none;}
.question-section{min-height:760px;display:flex;align-items:center;justify-content:center;padding:72px 24px 92px;background:transparent;}
.question-stage{position:relative;width:min(760px,100%);height:610px;margin-left:0;}
.question-person{position:absolute;left:310px;top:160px;z-index:3;width:292px;height:auto;display:block;filter:drop-shadow(0 18px 20px rgba(0,0,0,0.14));}
.question-bubble{position:absolute;color:#ffffff;text-align:left;font-size:20px;line-height:1.42;letter-spacing:0;}
.question-bubble.black{z-index:4;left:438px;top:22px;width:272px;min-height:220px;padding:22px 18px 24px 25px;border-radius:8px;background:#000000;font-weight:400;}
.question-cursor{display:inline-block;width:2px;height:16px;margin-left:2px;background:#ffffff;transform:translateY(3px);animation:blink 0.9s steps(1) infinite;}
.question-bubble.black::after{content:"";position:absolute;left:62px;bottom:-35px;width:58px;height:42px;background:#000000;clip-path:polygon(0 0,100% 0,0 100%);}
.question-bubble.red{z-index:1;left:8px;top:278px;width:300px;min-height:146px;padding:29px 30px 24px 31px;border-radius:22px;background:#f60713;font-size:18px;font-weight:800;line-height:1.25;}
.callback-section{min-height:646px;display:flex;align-items:center;justify-content:center;padding:78px 24px 84px;background:transparent;}
.callback-inner{width:min(1018px,100%);display:grid;grid-template-columns:520px 1fr;align-items:center;gap:180px;}
.callback-content{width:100%;}
.callback-title{position:relative;width:max-content;margin:0 auto 40px;color:#ffffff;font-family:var(--font-main);font-size:36px;font-weight:300;line-height:1;}
.callback-title::after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:7px;background:#25aeee;transform:rotate(1.7deg);clip-path:polygon(0 0,100% 13%,99% 85%,0 100%);}
.callback-form{width:464px;min-height:349px;padding:21px 21px 20px;border-radius:14px;background:#ffffff;box-shadow:0 10px 22px rgba(0,0,0,0.08);}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 16px;margin-bottom:16px;}
.callback-form input,.callback-form select,.callback-form textarea{width:100%;border:1px solid #cdd3dc;border-radius:999px;background:#ffffff;color:#00162b;font:inherit;font-size:14px;font-weight:400;outline:none;}
.callback-form input,.callback-form select{height:43px;padding:0 17px;}
.callback-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#7b8794 50%),linear-gradient(135deg,#7b8794 50%,transparent 50%);background-position:calc(100% - 20px) 18px,calc(100% - 15px) 18px;background-size:6px 6px,6px 6px;background-repeat:no-repeat;}
.callback-form textarea{height:99px;resize:vertical;padding:13px 16px;border-radius:24px;margin-bottom:15px;}
.callback-form::placeholder,.callback-form input::placeholder,.callback-form textarea::placeholder{color:#00162b;opacity:1;}
.privacy-check{display:flex;align-items:center;gap:6px;margin-bottom:17px;color:#314464;font-size:13px;font-weight:400;}
.privacy-check input{width:14px;height:14px;flex:0 0 auto;border-radius:4px;}
.privacy-check a{color:#5cc2ff;text-decoration:none;}
.send-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:39px;padding:0 17px;border:0;border-radius:999px;background:#123b72;color:#ffffff;box-shadow:0 0 10px rgba(91,189,255,0.72);font:inherit;font-size:22px;font-weight:400;cursor:pointer;}
.send-button svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;}
.callback-character{position:relative;width:245px;height:392px;display:flex;align-items:center;justify-content:center;}
.callback-character img{display:block;width:214px;height:auto;filter:drop-shadow(0 18px 18px rgba(0,0,0,0.16));}
.faq-section{padding:52px 24px 68px;background:transparent;}
.faq-inner{width:min(1080px,100%);margin:0 auto;}
.faq-title{margin:0 0 34px;color:#ffffff;text-align:center;font-family:var(--font-main);font-size:30px;font-weight:800;line-height:1.15;}
.faq-list{width:100%;}
.faq-entry{border-bottom:1px solid rgba(255,255,255,0.54);}
.faq-item{width:100%;min-height:49px;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:0 15px 0 16px;border:0;background:transparent;color:#ffffff;font:inherit;font-size:20px;font-weight:400;line-height:1.25;text-align:left;cursor:pointer;}
.faq-item svg{width:18px;height:18px;flex:0 0 auto;stroke:rgba(255,255,255,0.58);stroke-width:3;fill:none;transition:transform 0.24s ease;}
.faq-item:hover{color:#f7fbff;}
.faq-entry.is-open .faq-item svg{transform:rotate(180deg);}
.faq-answer{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows 0.28s ease;}
.faq-answer p{min-height:0;margin:0;padding:0 56px 0 16px;color:rgba(255,255,255,0.82);font-size:16px;font-weight:400;line-height:1.58;}
.faq-entry.is-open .faq-answer{grid-template-rows:1fr;}
.faq-entry.is-open .faq-answer p{padding-bottom:18px;}
.site-footer{padding:62px 24px 48px;background:radial-gradient(ellipse 48% 34% at 50% 15%,rgba(12,82,150,0.5) 0%,rgba(8,55,105,0.28) 43%,rgba(6,38,74,0) 78%),linear-gradient(180deg,#061825 0%,#06264a 55%,#051d35 100%);color:#ffffff;}
.footer-inner{width:min(1140px,100%);margin:0 auto;}
.footer-grid{display:grid;grid-template-columns:1.05fr 1.05fr 1.1fr 1.05fr 1.05fr 1fr 1.35fr;gap:40px;align-items:start;}
.footer-column h2{margin:0 0 17px;color:#ffffff;font-family:var(--font-main);font-size:26px;font-weight:400;line-height:1.1;}
.footer-column a{display:block;margin-bottom:12px;color:#ffffff;font-size:14px;font-weight:400;line-height:1.35;text-decoration:none;}
.google-review{margin-top:36px;}
.google-review strong{display:block;margin-bottom:9px;color:#ffffff;font-size:22px;font-weight:800;line-height:1.22;}
.google-word{display:inline-block;margin-right:5px;color:#4285f4;font-size:22px;font-weight:600;letter-spacing:0;}
.google-word::first-letter{color:#4285f4;}
.footer-stars{color:#ffc400;font-size:14px;letter-spacing:1px;vertical-align:2px;}
.contact-column a{display:grid;grid-template-columns:16px 1fr;gap:9px;align-items:start;margin-bottom:15px;}
.footer-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;color:#ffffff;font-weight:800;}
.contact-column .footer-icon{flex:0 0 22px;width:22px;height:22px;margin-right:9px;color:#ffffff;font-weight:800;line-height:1;}
.contact-column .footer-icon svg{display:block;width:17px;height:17px;fill:currentColor;}
.contact-column .footer-icon-phone,.contact-column .footer-icon-mail,.contact-column .footer-icon-map{color:#30bfff;filter:drop-shadow(0 0 8px rgba(48,191,255,0.28));}
.contact-column a:hover .footer-icon-phone,.contact-column a:hover .footer-icon-mail,.contact-column a:hover .footer-icon-map{color:#86ff9a;}
.contact-column .footer-icon-phone svg{width:18px;height:18px;}
.contact-column .footer-icon-mail svg{width:18px;height:18px;}
.contact-column .footer-icon-map svg{width:17px;height:17px;}
.footer-bottom{display:grid;grid-template-columns:220px 1fr 220px;align-items:center;gap:24px;margin-top:82px;color:#ffffff;font-size:13px;font-weight:400;}
.socials{display:flex;align-items:center;gap:25px;}
.socials a{color:#ffffff;font-size:18px;font-weight:800;text-decoration:none;}
.socials a{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;color:#ffffff;transition:color 0.2s ease,transform 0.2s ease,background-color 0.2s ease;}
.socials a svg{display:block;width:17px;height:17px;fill:currentColor;}
.socials a[aria-label="YouTube"]{border-radius:3px;color:#ffffff;background:#4d9bd3;}
.socials a[aria-label="YouTube"] svg{width:15px;height:15px;}
.socials a:hover{color:#30bfff;transform:translateY(-2px);}
.socials a[aria-label="YouTube"]:hover{color:#ffffff;background:#30bfff;}
.taka-form-trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}
.form-notice{margin:0 0 14px;padding:11px 14px;border-radius:10px;color:#061825;background:#86ff9a;font-size:13px;font-weight:700;line-height:1.35;}
.form-notice-mail_error,.form-notice-missing_fields,.form-notice-security_error{color:#ffffff;background:#d9273f;}
body.home .question-bubble.black{overflow:visible !important;}
body.home .question-bubble.black #questionTyping{display:block;width:100%;max-width:100%;overflow:hidden;}
body.home .question-bubble.black::after{content:"" !important;position:absolute !important;left:78px !important;bottom:-44px !important;width:0 !important;height:0 !important;border-top:45px solid #000000 !important;border-right:62px solid transparent !important;border-bottom:0 !important;border-left:0 !important;background:transparent !important;}
@media (max-width: 820px){
body.home .question-bubble.black::after{left:52px !important;bottom:-34px !important;border-top-width:35px !important;border-right-width:46px !important;}
}
.contact-column a{grid-template-columns:24px minmax(0,1fr) !important;column-gap:10px !important;align-items:flex-start !important;}
.contact-column .footer-icon{display:inline-flex !important;flex:0 0 24px !important;width:24px !important;height:24px !important;margin:0 !important;align-items:center !important;justify-content:center !important;color:#30bfff !important;line-height:1 !important;filter:drop-shadow(0 0 8px rgba(48,191,255,0.28));}
.contact-column .footer-icon svg,.contact-column .footer-icon-phone svg,.contact-column .footer-icon-mail svg,.contact-column .footer-icon-map svg{display:block !important;width:18px !important;height:18px !important;fill:currentColor !important;}
.contact-column a:hover .footer-icon{color:#86ff9a !important;}
.site-footer .contact-column a{grid-template-columns:28px minmax(0,1fr) !important;column-gap:14px !important;align-items:flex-start !important;}
.site-footer .contact-column .footer-icon{width:28px !important;height:28px !important;flex:0 0 28px !important;border:1px solid rgba(61,194,255,0.72) !important;border-radius:9px !important;color:#34c4ff !important;background:rgba(21,156,220,0.16) !important;box-shadow:inset 0 0 0 1px rgba(61,194,255,0.08),0 0 12px rgba(35,174,234,0.2) !important;filter:none !important;transition:color 0.2s ease,border-color 0.2s ease,background-color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease;}
.site-footer .contact-column .footer-icon svg,.site-footer .contact-column .footer-icon-phone svg,.site-footer .contact-column .footer-icon-mail svg,.site-footer .contact-column .footer-icon-map svg{width:15px !important;height:15px !important;fill:currentColor !important;}
.site-footer .contact-column a:hover .footer-icon,.site-footer .contact-column a:focus-visible .footer-icon{color:#7ee6ff !important;border-color:rgba(126,230,255,0.95) !important;background:rgba(35,174,234,0.28) !important;box-shadow:0 0 18px rgba(35,174,234,0.42),inset 0 0 0 1px rgba(126,230,255,0.25) !important;transform:translateY(-1px);}
.google-review{position:relative;display:inline-flex;flex-direction:column;align-items:flex-start;gap:8px;}
.google-review strong{text-shadow:0 0 14px rgba(48,191,255,0.22);}
.google-word{position:relative;padding-left:34px;color:#4c8dff !important;text-shadow:0 0 14px rgba(48,191,255,0.28);}
.google-word::before{content:"G";position:absolute;top:50%;left:0;width:24px;height:24px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(48,191,255,0.5);border-radius:9px;background:rgba(48,191,255,0.13);color:#30bfff;font-size:14px;font-weight:900;box-shadow:0 0 18px rgba(48,191,255,0.28);}
.footer-stars{text-shadow:0 0 12px rgba(255,196,0,0.42);}
body.home .question-bubble.black{top:-8px !important;left:474px !important;width:292px !important;min-height:178px !important;padding:28px 28px 34px !important;overflow:hidden !important;}
body.home .question-bubble.black::after{left:82px !important;bottom:-42px !important;}
body.home .question-bubble.black #questionTyping{display:block;max-width:100%;word-break:normal;overflow-wrap:break-word;}
@media (max-width: 820px){
body.home .question-bubble.black{top:-14px !important;right:0 !important;left:auto !important;width:154px !important;min-height:118px !important;padding:13px 13px 22px !important;font-size:12px !important;line-height:1.38 !important;}
body.home .question-bubble.black::after{left:44px !important;bottom:-28px !important;}
}
body.home main.home > .hero,body.home main.home > .services-section,body.home main.home > .portfolio-section,body.home main.home > .question-section,body.home main.home > .callback-section,body.home main.home > .faq-section{position:relative;overflow:hidden;isolation:isolate;}
body.home main.home > .hero > *,body.home main.home > .services-section > *,body.home main.home > .portfolio-section > *,body.home main.home > .question-section > *,body.home main.home > .callback-section > *,body.home main.home > .faq-section > *{position:relative;z-index:1;}
body.home main.home > .hero::after,body.home main.home > .services-section::before,body.home main.home > .services-section::after,body.home main.home > .portfolio-section::before,body.home main.home > .portfolio-section::after,body.home main.home > .question-section::before,body.home main.home > .question-section::after,body.home main.home > .callback-section::before,body.home main.home > .callback-section::after,body.home main.home > .faq-section::before{content:"";position:absolute;right:0;left:0;z-index:0;height:160px;pointer-events:none;}
body.home main.home > .services-section::before,body.home main.home > .portfolio-section::before,body.home main.home > .question-section::before,body.home main.home > .callback-section::before,body.home main.home > .faq-section::before{top:0;background:linear-gradient(180deg,rgba(4,38,73,0.98) 0%,rgba(5,45,87,0.7) 45%,rgba(5,45,87,0) 100%);}
body.home main.home > .hero::after,body.home main.home > .services-section::after,body.home main.home > .portfolio-section::after,body.home main.home > .question-section::after,body.home main.home > .callback-section::after{bottom:0;background:linear-gradient(180deg,rgba(5,45,87,0) 0%,rgba(5,45,87,0.72) 52%,rgba(4,38,73,0.98) 100%);}
@media (max-width: 760px){
body.home main.home > .hero::after,body.home main.home > .services-section::before,body.home main.home > .services-section::after,body.home main.home > .portfolio-section::before,body.home main.home > .portfolio-section::after,body.home main.home > .question-section::before,body.home main.home > .question-section::after,body.home main.home > .callback-section::before,body.home main.home > .callback-section::after,body.home main.home > .faq-section::before{height:95px;}
}
.footer-bottom p{margin:0;text-align:center;}
.footer-policies{display:flex;align-items:center;justify-content:flex-end;gap:29px;}
.footer-policies a{color:#ffffff;font-size:11px;text-decoration:none;}
@media (min-width: 1024px){
.site-header{width:min(1350px,100%);}
}
@keyframes blink{50%{opacity:0;}}
@media (max-width: 1080px){
.site-header{gap:22px;padding:0 22px;}
.brand{min-width:auto;}
.brand-logo{width:132px;}
.phone-link{display:none;}
.nav{gap:24px;}
.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 28px;}
}
@media (max-width: 820px){
.page-top{min-height:86px;padding:10px 16px;}
.site-header{height:64px;padding:0 14px 0 22px;position:relative;}
.site-header .phone-link{display:inline-flex;gap:6px;margin-left:auto;font-size:10px;font-weight:800;letter-spacing:0;}
.site-header .phone-link svg{width:12px;height:12px;}
.nav{display:none;}
.offer{margin-left:0;}
.menu-toggle{display:inline-flex;}
.site-header.mobile-open .menu-toggle{border-color:rgba(20,158,232,.78);background:rgba(20,158,232,.16);box-shadow:0 0 18px rgba(20,158,232,.24);}
.site-header.mobile-open .menu-toggle span:nth-child(1){transform:rotate(45deg);}
.site-header.mobile-open .menu-toggle span:nth-child(2){width:0;opacity:0;}
.site-header.mobile-open .menu-toggle span:nth-child(3){transform:rotate(-45deg);}
.mobile-menu{position:absolute;left:16px;right:16px;top:74px;z-index:30;display:grid;gap:0;max-height:0;overflow:hidden;padding:0 18px;border:1px solid rgba(255,255,255,0.22);border-radius:18px;background:rgba(2,18,35,0.98);box-shadow:0 24px 44px rgba(0,0,0,0.3);opacity:0;transition:max-height 0.28s ease,padding 0.28s ease,opacity 0.2s ease;}
.site-header.mobile-open .mobile-menu{max-height:560px;padding:14px 18px;opacity:1;}
.mobile-menu a,.mobile-services-toggle{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid rgba(255,255,255,0.12);background:transparent;color:#ffffff;font:inherit;font-size:17px;font-weight:500;text-align:left;text-decoration:none;border-radius:14px;padding:0 10px;transition:color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease;}
.mobile-menu a:not(.mobile-offer-link):hover,.mobile-menu a:not(.mobile-offer-link):focus-visible,.mobile-services-toggle:hover,.mobile-services-toggle:focus-visible{color:#65d9ff;background:rgba(35,174,234,.12);box-shadow:inset 0 0 0 1px rgba(35,174,234,.32),0 0 18px rgba(35,174,234,.18);transform:translateX(3px);outline:0;}
.mobile-menu .mobile-offer-link{min-height:48px;justify-content:center;gap:8px;margin-top:14px;border:1px solid rgba(20,158,232,.78);border-bottom:1px solid rgba(20,158,232,.78);border-radius:999px;color:#061825;background:#8eff9d;box-shadow:0 0 18px rgba(142,255,157,.2);font-size:17px;font-weight:900;text-align:center;}
.mobile-menu .mobile-offer-link span{color:inherit;font-size:24px;line-height:1;transform:translateY(-1px);}
.mobile-services-toggle svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;transition:transform 0.2s ease;}
.mobile-services-toggle.is-open svg{transform:rotate(180deg);}
.mobile-submenu{display:grid;max-height:0;overflow:hidden;transition:max-height 0.24s ease;}
.mobile-submenu.is-open{max-height:220px;}
.mobile-submenu a{min-height:38px;justify-content:flex-start;gap:12px;padding-left:18px;color:rgba(255,255,255,0.88);font-size:15px;}
.mobile-service-icon{width:25px;height:25px;display:inline-flex;flex:0 0 25px;align-items:center;justify-content:center;border:1px solid rgba(75,196,255,.45);border-radius:8px;color:#ffffff;background:rgba(20,158,232,.13);font-size:14px;font-weight:900;line-height:1;box-shadow:0 0 12px rgba(20,158,232,.12);}
.mobile-service-icon.web{font-size:13px;}
.mobile-service-icon.ads{color:#8eff9d;}
.mobile-service-icon.seo{color:#4bc4ff;}
.mobile-service-icon.brand{color:#ffc84d;}
.hero{min-height:calc(100vh - 86px);padding-top:46px;}
.section-head{grid-template-columns:1fr;gap:14px;}
.service-grid{grid-template-columns:1fr;}
.callback-inner{grid-template-columns:1fr;gap:58px;justify-items:center;}
.callback-content{display:flex;flex-direction:column;align-items:center;}
.callback-character{transform:scale(0.86);transform-origin:top center;}
.faq-inner{width:min(920px,100%);}
.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 44px;}
.footer-bottom{grid-template-columns:1fr;gap:18px;margin-top:58px;text-align:center;}
.socials,.footer-policies{justify-content:center;}
.portfolio-title{margin-bottom:48px;}
.project-slide{flex-basis:50%;padding:0 18px;}
.question-stage{margin-left:0;}
}
@media (max-width: 560px){
.hero{min-height:auto;padding:38px 18px 88px;}
.brand-logo{width:119px;}
.offer{display:none;}
.site-header{gap:10px;padding-left:18px;padding-right:14px;}
.site-header .phone-link{flex:0 0 auto;margin-left:auto;margin-right:auto;font-size:9px;gap:5px;}
.site-header .phone-link svg{width:11px;height:11px;}
.typing-line{min-height:58px;}
.typing-text{min-width:65px;}
.cursor{height:37px;}
.reviews{gap:9px;font-size:17px;}
.copy{font-size:18px;}
.cta{width:min(230px,100%);font-size:18px;}
.services-section{margin-top:0;padding:18px 18px 56px;}
.service-card{grid-template-columns:minmax(0,1fr) 142px;min-height:210px;gap:10px;align-items:center;padding:23px 18px 23px 22px;}
.service-card h3{margin-bottom:11px;font-size:20px;}
.service-card p{max-width:215px;margin-bottom:14px;font-size:13px;line-height:1.45;}
.discover{width:72px;height:28px;}
.card-art{min-height:150px;justify-content:flex-end;transform:none;transform-origin:center;}
.card-art img{width:138px;}
.card-art.ad img{width:148px;transform:translate(4px,4px);}
.card-art.seo img{width:148px;transform:translate(0,5px);}
.card-art.identity img{width:136px;transform:translate(3px,3px);}
.portfolio-section{padding:58px 18px 52px;}
.portfolio-title{margin-bottom:36px;font-size:24px;}
.project-slide{flex-basis:100%;padding:0 8px;}
.project-dots{margin-top:45px;}
.question-section{min-height:580px;overflow:hidden;padding:44px 18px 74px;}
.question-stage{width:min(100%,356px) !important;height:430px;margin:0 auto;transform:none !important;}
.question-person{left:152px;top:116px;width:186px;}
.question-bubble.black{left:auto;right:0;top:-3px;width:136px;min-height:121px;padding:12px 11px 16px;font-size:12px;line-height:1.32;}
.question-bubble.red{left:8px;top:176px;width:232px;min-height:105px;padding:21px 20px 18px 18px;border-radius:18px;font-size:15px;}
.callback-section{padding:54px 18px 60px;}
.callback-title{margin-bottom:35px;font-size:34px;}
.callback-form{width:min(464px,100%);padding:20px;}
.form-grid{grid-template-columns:1fr;gap:13px;}
.callback-character{width:220px;height:344px;transform:scale(0.78);}
.faq-section{padding:36px 18px 50px;}
.faq-title{margin-bottom:24px;font-size:26px;}
.faq-item{min-height:52px;padding:0 6px;font-size:17px;}
.faq-answer p{padding-right:28px;padding-left:6px;font-size:15px;}
.site-footer{padding:44px 18px 38px;}
.footer-grid{grid-template-columns:1fr;gap:26px;}
.footer-column h2{margin-bottom:12px;font-size:24px;}
.google-review{margin-top:24px;}
.footer-bottom{margin-top:38px;}
}
@media (min-width: 1200px){
.home > .hero{min-height:900px;padding-top:82px;padding-bottom:170px;}
.site-header{width:min(1475px,calc(100% - 96px));}
.services-section{margin-top:0;padding:70px 56px 112px;}
.services-inner{width:min(1700px,100%);}
.section-head{margin-bottom:48px;gap:120px;}
.eyebrow{font-size:20px;}
.section-title{font-size:34px;}
.section-intro{font-size:20px;}
.service-grid{gap:52px 40px;}
.service-card{min-height:430px;grid-template-columns:minmax(0,1fr) 330px;padding:62px 52px 48px 58px;border-radius:15px;}
.service-card h3{margin-bottom:26px;font-size:34px;}
.service-card p{max-width:430px;margin-bottom:34px;font-size:25px;line-height:1.42;}
.discover{width:132px;height:51px;gap:12px;font-size:18px;}
.discover svg{width:18px;height:18px;}
.card-art{min-height:300px;}
.card-art img,.card-art.identity img{width:292px;}
.card-art.ad img,.card-art.seo img{width:320px;}
.portfolio-section{min-height:1040px;padding:190px 48px 110px;}
.portfolio-inner{width:min(1880px,100%);}
.portfolio-count{font-size:42px;}
.portfolio-title{margin-bottom:150px;font-size:48px;}
.project-slide{padding:0 38px;}
.project-dots{margin-top:110px;}
.project-button{margin-top:44px;min-width:204px;height:52px;font-size:18px;}
.question-section{min-height:1000px;padding:120px 24px 150px;}
.callback-section{min-height:760px;padding:100px 24px 120px;}
.faq-section{padding-top:100px;padding-bottom:140px;}
}
@media (min-width: 1200px){
.services-section{padding:70px 68px 112px;}
.services-inner{width:min(1262px,100%);}
.section-head{display:grid;grid-template-columns:minmax(0,1fr) 530px;gap:170px;margin-bottom:42px;}
.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 29px;}
.service-card{min-height:312px;grid-template-columns:minmax(0,1fr) 230px;padding:41px 34px 38px 28px;border-radius:16px;}
.service-card h3{margin-bottom:14px;font-size:25px;}
.service-card p{max-width:322px;margin-bottom:19px;font-size:18px;line-height:1.42;}
.card-art{min-height:218px;}
.card-art img,.card-art.identity img{width:205px;}
.card-art.ad img,.card-art.seo img{width:224px;}
}
@media (max-width: 560px){
.services-section{padding:24px 20px 58px;}
.services-inner{width:100%;}
.section-head{margin-bottom:26px;}
.service-grid{gap:24px;}
.service-card{display:flex;flex-direction:column;align-items:flex-start;min-height:462px;gap:22px;padding:25px 28px 28px;border-radius:18px;}
.service-card > div:first-child{order:2;}
.service-card .card-art{order:1;}
.service-card h3{margin-bottom:14px;font-size:20px;}
.service-card p{max-width:280px;margin-bottom:19px;font-size:18px;line-height:1.47;}
.service-card .discover{width:92px;height:36px;font-size:13px;}
.card-art{width:100%;min-height:158px;justify-content:center;align-items:center;}
.card-art img,.card-art.identity img{width:176px;}
.card-art.ad img,.card-art.seo img{width:215px;}
.card-art.ad img{transform:translateY(-4px);}
}
body.home .hero{align-items:center;}
body.home .hero-inner{display:flex;width:min(760px,100%);margin-right:auto;margin-left:auto;flex-direction:column;align-items:center;text-align:center;}
body.home .typing-line,body.home .reviews{margin-right:auto;margin-left:auto;}
body.home main.home > .hero{background:radial-gradient(ellipse 66% 50% at 50% 32%,rgba(8,70,137,0.56) 0%,rgba(6,51,99,0.3) 45%,rgba(3,27,48,0) 78%),linear-gradient(180deg,#031725 0%,#05284c 48%,#041f38 100%);}
body.home main.home > .services-section{background:radial-gradient(ellipse 78% 52% at 50% 38%,rgba(10,77,145,0.4) 0%,rgba(6,53,104,0.22) 48%,rgba(4,31,56,0) 82%),linear-gradient(180deg,#041f38 0%,#052a50 50%,#031a2d 100%);}
body.home main.home > .portfolio-section{background:radial-gradient(ellipse 76% 48% at 50% 47%,rgba(9,73,143,0.5) 0%,rgba(5,49,96,0.25) 48%,rgba(3,26,45,0) 82%),linear-gradient(180deg,#031a2d 0%,#05294e 50%,#042340 100%);}
body.home main.home > .question-section{background:radial-gradient(ellipse 64% 52% at 50% 48%,rgba(9,73,143,0.46) 0%,rgba(6,51,100,0.22) 52%,rgba(4,35,64,0) 84%),linear-gradient(180deg,#042340 0%,#052a50 52%,#05284b 100%);}
body.home main.home > .callback-section{background:radial-gradient(ellipse 74% 58% at 50% 42%,rgba(10,79,150,0.38) 0%,rgba(6,55,108,0.2) 50%,rgba(5,40,75,0) 84%),linear-gradient(180deg,#05284b 0%,#052b52 48%,#04213a 100%);}
body.home main.home > .faq-section{background:radial-gradient(ellipse 72% 48% at 50% 30%,rgba(9,69,132,0.38) 0%,rgba(5,47,91,0.18) 50%,rgba(4,33,58,0) 84%),linear-gradient(180deg,#04213a 0%,#052746 48%,#031725 100%);}
body.home .site-footer{background:radial-gradient(ellipse 62% 48% at 50% 18%,rgba(8,65,125,0.34) 0%,rgba(5,45,87,0.18) 50%,rgba(3,23,37,0) 82%),linear-gradient(180deg,#031725 0%,#04233f 50%,#02121f 100%);}
@media (max-width: 820px){
body.home main.home > .hero{background:radial-gradient(ellipse 95% 44% at 50% 25%,rgba(8,70,137,0.52) 0%,rgba(6,51,99,0.26) 48%,rgba(3,27,48,0) 82%),linear-gradient(180deg,#031725 0%,#05284c 48%,#041f38 100%);}
body.home main.home > .services-section,body.home main.home > .portfolio-section,body.home main.home > .question-section,body.home main.home > .callback-section,body.home main.home > .faq-section{background-size:160% 100%,100% 100%;background-position:center;background-repeat:no-repeat;}
}
.project-slider{width:min(1180px,100%);margin:0 auto;padding:4px 8px 0;overflow:hidden;}
.project-slider .swiper-wrapper{align-items:stretch;}
.project-slider .project-slide{height:auto;display:block;flex:none;padding:0;}
.project-card{display:flex;height:100%;min-height:292px;flex-direction:column;overflow:hidden;border:1px solid rgba(78,190,255,0.46);border-radius:18px;color:#ffffff;background:linear-gradient(180deg,rgba(255,255,255,0.08),rgba(255,255,255,0.02)),rgba(4,24,46,0.56);box-shadow:0 22px 58px rgba(0,12,28,0.28);text-decoration:none;transition:transform 0.28s ease,border-color 0.28s ease,box-shadow 0.28s ease;}
.project-card:hover{transform:translateY(-6px);border-color:rgba(91,206,255,0.9);box-shadow:0 30px 76px rgba(0,18,42,0.36);}
.project-media{position:relative;display:block;aspect-ratio:16 / 10;overflow:hidden;background:linear-gradient(135deg,#08274b,#0b477a);}
.project-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 0.36s ease;}
.project-card:hover .project-media img{transform:scale(1.045);}
.project-placeholder{display:grid;width:100%;height:100%;place-items:center;padding:24px;color:#ffffff;background:radial-gradient(circle at 25% 22%,rgba(29,174,255,0.42),transparent 32%),linear-gradient(135deg,#061d38,#0b4a7c);font-size:28px;font-weight:900;line-height:1.1;}
.project-name{display:grid;min-height:82px;place-items:center;padding:18px 20px 20px;color:#ffffff;font-size:22px;font-weight:900;line-height:1.16;text-align:center;}
.project-slider .project-dots{position:static;display:flex;justify-content:center;gap:8px;margin:42px 0 22px;}
@media (min-width: 1200px){
.project-slider{width:min(1280px,100%);}
.project-card{min-height:336px;}
.project-name{font-size:25px;}
}
@media (max-width: 760px){
.project-slider{width:100%;padding-inline:0;}
.project-card{min-height:324px;border-radius:16px;}
.project-name{min-height:76px;font-size:20px;}
.project-slider .project-dots{margin-top:30px;}
}
@media (min-width: 821px){
.site-header,.page-top.sticky-header .site-header{width:min(1400px,calc(100% - 48px));height:auto;min-height:72px;padding:15px 25px;}
}
.page-top.sticky-header{min-height:0;padding-top:6px;padding-bottom:6px;background:transparent;backdrop-filter:none;}
.page-top.sticky-header .site-header{background:#00000057;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:none;}
@media (min-width: 821px){
.site-header,.page-top.sticky-header .site-header{width:min(1200px,calc(100% - 20px));min-height:52px;padding:4px 27px;}
.page-top{min-height:70px;padding:0 10px 2px;}
}
@media (max-width: 820px){
.page-top.sticky-header{padding:5px 8px;}
.page-top.sticky-header .site-header{background:#00000057;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:none;}
}
.page-top,.page-top.sticky-header{width:100%;display:flex;align-items:center;justify-content:center;background:transparent !important;backdrop-filter:none;-webkit-backdrop-filter:none;animation:none;transform:none;opacity:1;}
.page-top{position:absolute;top:0;right:0;left:0;z-index:1000;}
.page-top.sticky-header{position:fixed;top:0;right:0;left:0;z-index:1000;}
.site-header,.page-top.sticky-header .site-header{box-sizing:border-box;border:1px solid rgba(255,255,255,0.72);background:rgba(0,10,22,0.46);box-shadow:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transform:none;opacity:1;}
@media (min-width: 821px){
.page-top,.page-top.sticky-header{min-height:70px;padding:0 10px 2px;}
.site-header,.page-top.sticky-header .site-header{width:min(1206px,calc(100% - 20px));height:52px;min-height:52px;padding:4px 27px;}
}
@media (max-width: 820px){
.page-top,.page-top.sticky-header{min-height:86px;padding:10px 16px;}
.site-header,.page-top.sticky-header .site-header{width:100%;height:64px;min-height:64px;padding:0 14px 0 22px;}
}
@media (max-width: 560px){
.site-header,.page-top.sticky-header .site-header{gap:10px;padding-right:14px;padding-left:18px;}
}
@media (min-width: 821px){
.site-header .nav,.site-header .primary-menu{gap:30px;}
.site-header .primary-menu{display:flex;align-items:center;margin:0;padding:0;list-style:none;}
}
.site-footer{width:100%;max-width:none;margin-right:0;margin-left:0;}
@media (min-width: 1081px){
.site-header,.page-top.sticky-header .site-header{display:grid;grid-template-columns:170px 125px minmax(0,1fr) 103px;column-gap:18px;align-items:center;}
.site-header .brand{align-self:center;min-width:0;height:40px;justify-content:flex-start;}
.site-header .phone-link{align-self:center;min-width:0;height:40px;justify-content:flex-start;}
.site-header .nav{align-self:center;width:100%;min-width:0;height:42px;align-items:center;justify-content:center;gap:18px;margin-left:0;}
.site-header .primary-menu{width:100%;min-width:0;height:42px;justify-content:center;gap:18px;}
.site-header .primary-menu > li{display:flex;height:42px;align-items:center;margin:0;padding:0;list-style:none;}
.site-header .nav-dropdown,.site-header .primary-menu .menu-item-has-children{height:42px;}
.site-header .offer{align-self:center;width:103px;min-width:103px;height:37px;margin:0;padding-right:12px;padding-left:12px;}
}
@media (min-width: 821px) and (max-width: 1080px){
.site-header,.page-top.sticky-header .site-header{display:grid;grid-template-columns:150px minmax(0,1fr) 103px;column-gap:14px;align-items:center;}
.site-header .brand{align-self:center;min-width:0;height:40px;}
.site-header .nav,.site-header .primary-menu{align-self:center;width:100%;min-width:0;height:42px;align-items:center;justify-content:center;gap:14px;margin-left:0;}
.site-header .offer{align-self:center;width:103px;min-width:103px;height:37px;margin:0;padding-right:12px;padding-left:12px;}
.site-header .nav-dropdown,.site-header .primary-menu > li{display:flex;height:42px;align-items:center;}
}
body.home main.home > .hero{padding-bottom:96px;}
body.home main.home > .services-section{padding-bottom:57px;}
body.home main.home > .portfolio-section{padding-bottom:46px;}
body.home main.home > .question-section{padding-bottom:72px;}
body.home main.home > .callback-section{padding-bottom:64px;}
body.home main.home > .faq-section{padding-bottom:48px;}
@media (min-width: 1200px){
body.home main.home > .hero{min-height:880px;padding-bottom:150px;}
body.home main.home > .services-section{padding-bottom:92px;}
body.home main.home > .portfolio-section{padding-bottom:90px;}
body.home main.home > .question-section{padding-bottom:130px;}
body.home main.home > .callback-section{padding-bottom:100px;}
body.home main.home > .faq-section{padding-bottom:120px;}
}
@media (max-width: 560px){
body.home main.home > .hero{padding-bottom:68px;}
body.home main.home > .services-section{padding-bottom:36px;}
body.home main.home > .portfolio-section{padding-bottom:32px;}
body.home main.home > .question-section{padding-bottom:54px;}
body.home main.home > .callback-section{padding-bottom:40px;}
body.home main.home > .faq-section{padding-bottom:30px;}
}
body.admin-bar .page-top,body.admin-bar .page-top.sticky-header{top:32px;}
@media (max-width: 782px){
body.admin-bar .page-top,body.admin-bar .page-top.sticky-header{top:46px;}
}
body.home main.home > .hero{padding-top:74px;}
@media (min-width: 1200px){
body.home main.home > .hero{padding-top:102px;}
}
@media (max-width: 560px){
body.home main.home > .hero{padding-top:56px;}
}
.site-footer{position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(5,45,87,0) 0%,rgba(5,42,80,0.42) 12%,rgba(4,35,65,0.78) 28%,rgba(3,24,39,0.96) 52%,#02121f 100%),radial-gradient(ellipse 70% 44% at 50% 8%,rgba(9,72,132,0.32) 0%,rgba(4,42,78,0.16) 52%,rgba(2,18,31,0) 82%),#052a50;}
.site-footer::before{content:"";position:absolute;top:0;right:0;left:0;height:190px;pointer-events:none;background:linear-gradient(180deg,rgba(5,42,80,0.78) 0%,rgba(5,42,80,0.34) 42%,rgba(5,42,80,0) 100%);}
body.home .site-footer{margin-top:-1px;}
body.taka-thank-you-body .page-top{background:transparent !important;}
@media (max-width: 820px){
body.home .hero-title{font-size:32px;line-height:1.08;}
body.home .typing-line{font-size:34px;}
}
@media (max-width: 380px){
body.home .hero-title{font-size:30px;}
}
body.home .hero .cta{position:relative;z-index:5;pointer-events:auto;transition:color 0.2s ease,background-color 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease;}
body.home .hero .actions{position:relative;z-index:5;pointer-events:auto;}
body.home .hero .cta:hover,body.home .hero .cta:focus-visible{color:#021626;background:#8cff9f;box-shadow:0 0 20px rgba(125,251,153,0.55);transform:translateY(-2px);outline:0;}
body.home .hero .cta.secondary:hover,body.home .hero .cta.secondary:focus-visible{color:#ffffff;background:#21a9df;box-shadow:0 0 20px rgba(35,174,234,0.58);}
@media (max-width: 560px){
body.home .hero .actions{display:grid;width:min(318px,100%);grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;flex-wrap:nowrap;}
body.home .hero .actions .cta,body.home .hero .actions .cta.secondary{width:100%;min-width:0;min-height:38px;padding:0 8px;font-size:14px;white-space:nowrap;}
body.home .hero .actions .cta svg{width:14px;height:14px;}
}
.home .project-card{padding:18px;gap:18px;border-color:rgba(48,184,255,0.32);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,0.08),rgba(255,255,255,0.025)),rgba(7,37,66,0.62);box-shadow:0 24px 60px rgba(0,14,34,0.26);}
.home .project-media{border-radius:14px;background:transparent;}
.home .project-name{min-height:0;padding:0 12px 4px;}
@media (min-width: 1200px){
.home .portfolio-title{margin-bottom:74px;}
.home .project-card{min-height:0;}
}
@media (max-width: 760px){
.home .project-card{padding:14px;gap:14px;}
body.home main.home > .hero{padding-top:126px !important;}
}
@media (max-width: 380px){
body.home main.home > .hero{padding-top:118px !important;}
}
@media (min-width: 1024px){
body.home main.home > .hero,body.home .hero{min-height:640px !important;padding-top:82px !important;padding-bottom:88px !important;}
body.home .hero-inner{padding-top:0 !important;}
}
@media (max-width: 820px){
body.home main.home > .hero,body.home .hero{min-height:auto !important;padding-top:146px !important;padding-bottom:70px !important;}
}
@media (max-width: 480px){
body.home main.home > .hero,body.home .hero{padding-top:136px !important;}
}
.hero-anniversary{margin:12px 0 8px;color:#ffc400;font-size:clamp(22px,2.2vw,34px);font-weight:900;line-height:1;text-align:center;}
@media (max-width: 560px){
.hero-anniversary{margin:10px 0 7px;font-size:22px;}
}
body.home main.home > .hero::after,body.home main.home > .services-section::before,body.home main.home > .services-section::after,body.home main.home > .portfolio-section::before,body.home main.home > .portfolio-section::after,body.home main.home > .question-section::before,body.home main.home > .question-section::after,body.home main.home > .callback-section::before,body.home main.home > .callback-section::after,body.home main.home > .faq-section::before{display:none !important;}
body.home main.home > section + section{margin-top:-1px;}
body.home .hero-inner{transform:translateY(5px);}
@media (min-width: 821px){
body.home .hero-inner{transform:translateY(15px);}
body.home .hero-title{margin-bottom:0;}
body.home .typing-line{margin-top:4px;}
}
.cta,.offer,.mobile-offer-link,.discover,.send-button{transition:color 0.2s ease,background-color 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease;}
.cta:hover,.cta:focus-visible,.offer:hover,.offer:focus-visible,.mobile-offer-link:hover,.mobile-offer-link:focus-visible,.discover:hover,.discover:focus-visible,.send-button:hover,.send-button:focus-visible{border-color:rgba(125,251,153,0.72);color:#031725;background:#8cff9f;box-shadow:0 0 0 1px rgba(125,251,153,0.18),0 0 22px rgba(125,251,153,0.52);transform:translateY(-2px);outline:0;}
@media (min-width: 821px){
.site-header .services-menu{top:calc(100%+8px);overflow:hidden;padding:26px 28px 28px;border:1px solid rgba(93,205,255,0.22);border-radius:18px;background:rgba(2,18,35,0.94);box-shadow:0 24px 44px rgba(0,0,0,0.28),inset 0 1px 0 rgba(255,255,255,0.05);backdrop-filter:blur(12px);}
.site-header .services-menu::before{content:"";position:absolute;right:0;bottom:100%;left:0;height:12px;}
}
@media (max-width: 820px){
.site-header .mobile-menu{border-radius:20px;background:rgba(2,18,35,0.94);backdrop-filter:blur(12px);}
}
.cookie-consent{position:fixed;right:24px;bottom:24px;left:24px;z-index:999;display:flex;width:min(920px,calc(100% - 48px));align-items:center;justify-content:space-between;gap:22px;margin:0 auto;padding:18px 20px 18px 22px;border:1px solid rgba(93,205,255,0.28);border-radius:18px;color:#ffffff;background:radial-gradient(ellipse 80% 160% at 12% 0%,rgba(28,161,222,0.2),transparent 70%),linear-gradient(135deg,rgba(2,18,35,0.96),rgba(5,43,86,0.94));box-shadow:0 22px 55px rgba(0,0,0,0.34),inset 0 1px 0 rgba(255,255,255,0.05);opacity:0;transform:translateY(18px);pointer-events:none;backdrop-filter:blur(14px);transition:opacity 0.22s ease,transform 0.22s ease;}
.cookie-consent[hidden]{display:none;}
.cookie-consent.is-visible{opacity:1;transform:translateY(0);pointer-events:auto;}
.cookie-consent p{margin:0;color:rgba(255,255,255,0.92);font-size:15px;font-weight:500;line-height:1.45;}
.cookie-consent button{display:inline-flex;min-height:42px;flex:0 0 auto;align-items:center;justify-content:center;padding:0 22px;border:1px solid rgba(125,251,153,0.72);border-radius:999px;color:#031725;background:#8cff9f;box-shadow:0 0 20px rgba(125,251,153,0.34);font:inherit;font-size:15px;font-weight:900;cursor:pointer;transition:box-shadow 0.2s ease,transform 0.2s ease,background-color 0.2s ease;}
.cookie-consent button:hover,.cookie-consent button:focus-visible{background:#9dffad;box-shadow:0 0 26px rgba(125,251,153,0.56);transform:translateY(-2px);outline:0;}
@media (max-width: 640px){
.cookie-consent{right:14px;bottom:14px;left:14px;width:calc(100% - 28px);flex-direction:column;align-items:stretch;gap:14px;padding:16px;border-radius:16px;text-align:left;}
.cookie-consent p{font-size:14px;}
.cookie-consent button{width:100%;}
}
body.single-project-body .page-top{background:transparent !important;}
html body .taka-contact-form{box-sizing:border-box;width:min(464px,100%);min-height:349px;margin-right:auto;margin-left:auto;padding:21px 21px 20px;border-radius:14px;background:#ffffff;box-shadow:0 10px 22px rgba(0,0,0,0.08);text-align:left;}
html body .taka-contact-form .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;}
html body .taka-contact-form input:not([type="checkbox"]):not([type="hidden"]),html body .taka-contact-form select,html body .taka-contact-form textarea{box-sizing:border-box;width:100%;border:1px solid #cdd3dc;background-color:#ffffff;color:#00162b;font:inherit;font-size:14px;font-weight:400;outline:none;}
html body .taka-contact-form input:not([type="checkbox"]):not([type="hidden"]),html body .taka-contact-form select{height:43px;min-height:43px;padding:0 17px;border-radius:999px;}
html body .taka-contact-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#7b8794 50%),linear-gradient(135deg,#7b8794 50%,transparent 50%);background-position:calc(100% - 20px) 18px,calc(100% - 15px) 18px;background-size:6px 6px,6px 6px;background-repeat:no-repeat;}
html body .taka-contact-form textarea{height:99px;min-height:99px;margin-bottom:15px;padding:13px 16px;border-radius:24px;resize:vertical;}
html body .taka-contact-form input::placeholder,html body .taka-contact-form textarea::placeholder{color:#00162b;opacity:1;}
html body .taka-contact-form .privacy-check{display:flex;align-items:center;gap:6px;margin-bottom:17px;color:#314464;font-size:13px;font-weight:400;}
html body .taka-contact-form .privacy-check input{width:14px;height:14px;min-height:0;flex:0 0 14px;}
html body .taka-contact-form .send-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:39px;min-height:39px;padding:0 17px;border:0;border-radius:999px;background:#123b72;color:#ffffff;box-shadow:0 0 10px rgba(91,189,255,0.72);font:inherit;font-size:22px;font-weight:400;cursor:pointer;}
@media (max-width: 760px){
html body .taka-contact-form{min-height:0;padding:20px;}
html body .taka-contact-form .form-grid{grid-template-columns:1fr;gap:13px;}
}
body.home .faq-section{padding:76px 24px 96px;background:radial-gradient(ellipse 70% 44% at 50% 12%,rgba(9,75,145,0.24),transparent 72%),linear-gradient(180deg,#052746 0%,#04213a 58%,#031725 100%);}
body.home .faq-inner{width:min(980px,100%);}
body.home .faq-title{margin-bottom:46px;font-size:clamp(32px,3.2vw,44px);font-weight:900;}
body.home .faq-list{display:grid;grid-template-columns:1fr;gap:0;width:min(920px,100%);margin-right:auto;margin-left:auto;}
body.home .faq-entry{border-bottom:1px solid rgba(120,180,220,0.32);}
body.home .faq-item{min-height:72px;padding:15px 0;color:#ffffff;font-size:18px;font-weight:800;line-height:1.35;}
body.home .faq-item svg{width:30px;height:30px;padding:7px;border:1px solid #35b9f4;border-radius:50%;color:#57caff;stroke:currentColor;stroke-width:2.4;}
body.home .faq-answer p{padding:0 52px 0 0;color:rgba(255,255,255,0.82);font-size:16px;line-height:1.65;}
body.home .faq-entry.is-open .faq-answer p{padding-bottom:24px;}
@media (max-width: 760px){
body.home .faq-section{padding:58px 18px 76px;}
body.home .faq-title{margin-bottom:32px;font-size:31px;}
body.home .faq-item{min-height:66px;gap:18px;font-size:16px;}
body.home .faq-item svg{width:28px;height:28px;padding:6px;}
body.home .faq-answer p{padding-right:42px;font-size:15px;}
}
.site-footer{isolation:isolate;overflow:hidden;margin-top:-1px;background:linear-gradient(180deg,#052746 0%,#052746 18%,#052a50 42%,#031f39 76%,#02121f 100%);}
.site-footer::before{content:"";position:absolute;z-index:0;top:0;right:0;left:0;display:block;height:150px;pointer-events:none;background:radial-gradient(ellipse 72% 80% at 50% 0%,rgba(9,72,132,0.2) 0%,rgba(5,42,80,0.08) 54%,rgba(5,42,80,0) 100%);}
.footer-inner{position:relative;z-index:1;}
@media (max-width: 760px){
.site-footer::before{top:0;height:120px;}
}
