.header{background-color:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);box-shadow:none;position:sticky;top:0;z-index:1000}.header-top{display:flex;justify-content:space-between;align-items:center;padding:.85rem 0;gap:1.5rem}.logo-container{display:flex;align-items:center;text-decoration:none;color:var(--text-dark);height:56px;flex-shrink:0}.logo-image{height:56px;width:auto;object-fit:contain;transition:opacity .3s ease}.logo-image:hover{opacity:.9}.nav{display:flex;gap:.35rem 1.75rem;align-items:center;flex-wrap:nowrap;margin-left:auto}.nav-link{color:var(--text-dark);font-weight:500;font-size:.95rem;text-decoration:none;transition:color .25s ease;position:relative;white-space:nowrap;padding:.35rem 0}.nav-link:hover,.nav-link.is-active{color:var(--text-dark)}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--accent-orange);transition:width .25s ease}.nav-link:hover:after,.nav-link.is-active:after{width:100%}.nav-cta{display:inline-flex;align-items:center;justify-content:center;margin-left:.5rem;padding:.55rem 1.15rem;border-radius:2px;background:var(--accent-orange);color:var(--white);font-family:Syne,system-ui,sans-serif;font-weight:700;font-size:.9rem;text-decoration:none;transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease;white-space:nowrap}.nav-cta:hover{background:var(--accent-orange-dark);color:var(--white);transform:translateY(-1px);box-shadow:0 6px 16px var(--shadow-orange)}.nav-profile{margin-left:.75rem}.lang-switch{display:inline-flex;align-items:center;gap:.35rem;margin-left:.65rem;padding-left:.85rem;border-left:1px solid var(--border-light)}.lang-btn{border:none;background:transparent;padding:.25rem .15rem;font:inherit;font-size:.82rem;font-weight:700;letter-spacing:.04em;color:var(--text-light);cursor:pointer}.lang-btn.is-active{color:var(--text-dark)}.lang-btn:hover{color:var(--accent-orange)}.lang-sep{color:var(--border-medium);font-size:.85rem}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.hamburger span{width:25px;height:3px;background-color:var(--text-dark);transition:all .3s ease;border-radius:2px}@media (max-width: 800px){.hamburger{display:flex}.header-top{position:relative}.nav{position:absolute;top:calc(100% + .5rem);left:0;right:0;background-color:var(--white);flex-direction:column;align-items:stretch;gap:0;padding:.5rem 0 1rem;border:1px solid var(--border-light);border-radius:12px;box-shadow:0 12px 28px #0b12201a;transform:translateY(-8px);opacity:0;visibility:hidden;transition:all .25s ease;z-index:1001;margin-left:0}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-link{width:100%;padding:.95rem 1.25rem;text-align:left;border-bottom:1px solid var(--border-light)}.nav-link:after{display:none}.nav-link.is-active{color:var(--accent-orange)}.nav-cta{margin:.85rem 1.25rem 0;text-align:center}.nav-profile{margin-left:0}.lang-switch{margin:.75rem 1.25rem 0;padding-left:0;border-left:none;justify-content:flex-start}.hamburger-open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-open span:nth-child(2){opacity:0}.hamburger-open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}}@media (max-width: 768px){.logo-container,.logo-image{height:48px}}@media (max-width: 480px){.logo-container,.logo-image{height:44px}}.footer{background-color:var(--hero-bg);color:var(--text-white);margin-top:auto;padding:3rem 0 1.5rem;border-top:none}.footer-content{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.footer-contact{text-align:center}.footer-contact h3{color:var(--text-white);margin-bottom:1rem;font-size:1.25rem}.contact-info{display:flex;flex-direction:row;gap:2rem;align-items:center;justify-content:center;flex-wrap:wrap}.contact-item{display:flex;flex-direction:row;gap:.5rem;align-items:center}.contact-label{font-weight:600;color:var(--text-muted-on-dark);font-size:.9rem}.contact-link{color:var(--focus-blue);text-decoration:none;transition:color .3s ease}.contact-link:hover{color:var(--accent-orange)}.footer-bottom{border-top:1px solid var(--border-on-dark);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;color:var(--text-muted-on-dark);font-size:.9rem}.footer-copyright{margin:0}.footer-badges{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}@media (max-width: 1024px){.contact-info{gap:1.5rem}}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.contact-info{flex-direction:column;gap:1rem}.contact-item{flex-direction:column;gap:.25rem}.footer-bottom{flex-direction:column;text-align:center;gap:.75rem}.footer-badges{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.contact-info{gap:.75rem}}.created-by-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:6px;transition:all .3s ease;text-decoration:none;color:inherit;cursor:pointer}.created-by-badge:hover{background-color:#00000005}.created-by-badge:visited{color:inherit}.created-by-badge-text{display:flex;flex-direction:column;gap:.1rem;line-height:1.2}.created-by-label{font-size:.7rem;color:var(--text-light);font-weight:400;text-transform:uppercase;letter-spacing:.5px}.created-by-name{font-size:.85rem;color:var(--badge-blue);font-weight:600;transition:color .3s ease}.created-by-badge:hover .created-by-name{color:var(--accent-orange)}.created-by-badge.horizontal{flex-direction:row}.created-by-badge.horizontal .created-by-badge-text{flex-direction:row;align-items:center;gap:.5rem}.created-by-badge.horizontal .created-by-label{font-size:.75rem}.created-by-badge.horizontal .created-by-name{font-size:.9rem}.created-by-badge.compact{gap:.5rem;padding:.25rem}.created-by-badge.compact .created-by-label{font-size:.65rem}.created-by-badge.compact .created-by-name{font-size:.8rem}.created-by-badge.tiny{gap:.4rem;padding:.2rem}.created-by-badge.tiny .created-by-label{font-size:.55rem}.created-by-badge.tiny .created-by-name{font-size:.7rem}.created-by-badge.micro{gap:.3rem;padding:.15rem}.created-by-badge.micro .created-by-label{font-size:.45rem}.created-by-badge.micro .created-by-name{font-size:.6rem}.created-by-badge.dark{color:var(--white)}.created-by-badge.dark:hover{background-color:#ffffff0d}.created-by-badge.dark .created-by-label{color:#ffffffb3}.created-by-badge.dark .created-by-name{color:var(--white)}.created-by-badge.dark:hover .created-by-name{color:var(--accent-orange)}.created-by-badge.minimal:hover{background-color:transparent}.created-by-badge.center{justify-content:center}.created-by-badge.right{justify-content:flex-end}.logo-badge-link{text-decoration:none;display:inline-block}.logo-badge{background:linear-gradient(135deg,var(--badge-blue) 0%,var(--badge-blue) 85%,var(--accent-orange) 85%);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px var(--shadow-blue);transition:all .3s ease;font-weight:700;letter-spacing:1px;color:var(--white)}.logo-badge:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-blue-hover);opacity:.95}.logo-badge-text{color:var(--white);font-weight:700;letter-spacing:1px;-webkit-user-select:none;user-select:none}.logo-badge.micro{width:24px;height:24px;font-size:.5rem;border-radius:4px;padding:0 2px;letter-spacing:.6px}.logo-badge.tiny{width:30px;height:30px;font-size:.6rem;border-radius:5px;padding:0 2px;letter-spacing:.7px}.logo-badge.small{width:40px;height:40px;font-size:.75rem;border-radius:6px;padding:0 3px;letter-spacing:.8px}.logo-badge.medium{width:60px;height:60px;font-size:1rem}.logo-badge.large{width:80px;height:80px;font-size:1.3rem;border-radius:10px}.logo-badge.extra-large{width:100px;height:100px;font-size:1.6rem;border-radius:12px}.logo-badge.square{background:var(--badge-blue);border:2px solid var(--accent-orange)}.logo-badge.minimal{box-shadow:none}.logo-badge.minimal:hover{box-shadow:none;transform:none;opacity:.9}.logo-badge.dark{background:linear-gradient(135deg,var(--white) 0%,var(--white) 90%,var(--accent-orange) 90%)}.logo-badge.dark .logo-badge-text{color:var(--primary-blue)}.projects-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.project-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.95rem;padding:1.75rem 1.6rem 1.5rem;text-decoration:none;color:inherit;background:var(--white);border:1px solid rgba(18,24,38,.1);border-radius:14px;box-shadow:0 1px 2px #0b12200a,0 10px 28px #0b122014;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background-color .25s ease;min-height:100%;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent-orange),var(--primary-blue))}a.project-card:hover{transform:translateY(-6px);border-color:#ff6b358c;box-shadow:0 4px 8px #0b12200f,0 18px 40px #0b122024;color:inherit}a.project-card:focus-visible{outline:2px solid var(--accent-orange);outline-offset:3px}.project-card-static{opacity:.72;cursor:default}.project-card-reference{cursor:default}.project-card-cta.is-disabled,.project-card-cta.is-muted{color:var(--text-light);font-weight:600}.project-card-name{margin:0;margin-top:.15rem;font-size:1.4rem;color:var(--text-dark);letter-spacing:-.02em;line-height:1.2}.project-card-pitch{margin:0;color:var(--text-light);line-height:1.65;flex:1;font-size:1.02rem}.project-card-services{width:100%;margin:0;padding-top:.15rem}.project-card-services-label{margin:0 0 .4rem;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-light)}.project-card-service-list{list-style:none;margin:0;padding:0;display:grid;gap:.3rem}.project-card-service-list li{position:relative;padding-left:.85rem;font-size:.92rem;font-weight:600;color:var(--text-dark);line-height:1.35}.project-card-service-list li:before{content:"";position:absolute;left:0;top:.45em;width:.35rem;height:.35rem;border-radius:50%;background:var(--accent-orange)}.project-card-tags{list-style:none;display:flex;flex-wrap:wrap;gap:.45rem;margin:0;padding:0}.project-card-tags li{font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dark);border:1px solid var(--border-medium);padding:.25rem .55rem;border-radius:999px;background:var(--surface-light)}.project-card-cta{margin-top:.45rem;font-weight:700;font-family:Syne,system-ui,sans-serif;font-size:1rem;color:var(--accent-orange)}.project-card-cta.is-disabled{color:var(--text-light);font-weight:500}a.project-card:hover .project-card-cta{color:var(--accent-orange-dark)}.projects-on-dark .project-card{background:#ffffff0f;border-color:var(--border-on-dark);box-shadow:none}.projects-on-dark .project-card-name{color:var(--text-white)}.projects-on-dark .project-card-pitch{color:var(--text-muted-on-dark)}.projects-on-dark .project-card-tags li{color:var(--text-white);border-color:var(--border-on-dark);background:transparent}@media (max-width: 700px){.projects-list{grid-template-columns:1fr}}.page{width:100%}.hero{position:relative;color:var(--white);padding:5.5rem 0 5rem;text-align:left;overflow:hidden;scroll-margin-top:100px}.hero-atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-bg-studio-dark{background:linear-gradient(145deg,var(--hero-bg) 0%,var(--hero-bg-mid) 55%,#1a2740 100%)}.hero-bg-studio-dark .hero-atmosphere{background:radial-gradient(ellipse 70% 60% at 85% 20%,rgba(255,107,53,.18),transparent 55%),radial-gradient(ellipse 50% 45% at 10% 80%,rgba(74,144,226,.22),transparent 50%)}.hero-bg-deep-blue{background:linear-gradient(145deg,#071428,#0f2748,#163a66)}.hero-bg-deep-blue .hero-atmosphere{background:radial-gradient(ellipse 65% 55% at 80% 15%,rgba(74,144,226,.28),transparent 55%),radial-gradient(ellipse 45% 40% at 15% 85%,rgba(110,182,255,.12),transparent 50%)}.hero-bg-warm-ember{background:linear-gradient(145deg,#1a100c,#2a1810 45%,#3d2214)}.hero-bg-warm-ember .hero-atmosphere{background:radial-gradient(ellipse 70% 60% at 85% 25%,rgba(255,107,53,.32),transparent 55%),radial-gradient(ellipse 50% 45% at 10% 75%,rgba(74,144,226,.12),transparent 50%)}.hero-bg-soft-light{background:linear-gradient(160deg,#f7f8fb,#eef2f7 55%,#e4ebf4);color:var(--text-dark)}.hero-bg-soft-light .hero-atmosphere{background:radial-gradient(ellipse 70% 60% at 85% 20%,rgba(255,107,53,.12),transparent 55%),radial-gradient(ellipse 50% 45% at 10% 80%,rgba(74,144,226,.14),transparent 50%)}.hero-theme-light .hero-content h1,.hero-theme-light .hero-brand{color:var(--text-dark)}.hero-theme-light .hero-subtitle{color:var(--text-light)}.hero-theme-light .hero-trust{color:var(--text-dark)}.hero-theme-light .hero-watermark{color:#1218260f}.hero .container{position:relative;z-index:1}.hero-content{position:relative;z-index:1;max-width:min(40rem,52%)}.hero-watermark{position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-end;gap:.05em;padding-right:clamp(1rem,3vw,2.5rem);font-family:Syne,system-ui,sans-serif;font-weight:800;font-size:clamp(3rem,7vw,6.5rem);line-height:.92;letter-spacing:-.04em;color:#ffffff0f;text-align:right;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.hero-watermark span{display:block;white-space:nowrap}.hero-brand{font-family:Syne,system-ui,sans-serif;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:800;letter-spacing:-.03em;color:var(--white);margin:0 0 1.25rem}.hero-content h1{color:var(--white);font-size:clamp(1.55rem,3.4vw,2.35rem);font-weight:700;margin-bottom:1rem;max-width:22ch}.hero-subtitle{font-size:1.1rem;margin-bottom:1.25rem;color:var(--text-muted-on-dark);max-width:34rem;line-height:1.65}.hero-trust{margin:0;font-family:Syne,system-ui,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.02em;color:#ffffffe0;max-width:34rem}.hero-cta{display:flex;gap:.85rem;flex-wrap:wrap}.cta-button{display:inline-block;padding:.9rem 1.6rem;border-radius:2px;font-weight:600;font-family:Syne,system-ui,sans-serif;text-decoration:none;transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease;font-size:.95rem;cursor:pointer;border:none}.cta-button.primary{background-color:var(--accent-orange);color:var(--white)}.cta-button.primary:hover{background-color:var(--accent-orange-dark);transform:translateY(-2px);box-shadow:0 8px 24px var(--shadow-orange);color:var(--white)}.cta-button.secondary{background-color:transparent;color:var(--white);border:1px solid var(--border-on-dark)}.cta-button.secondary:hover{border-color:#ffffff73;background-color:#ffffff0f;transform:translateY(-2px);color:var(--white)}.projects-showcase,.projects-page-list{padding:4.5rem 0;background:linear-gradient(180deg,var(--surface-warm) 0%,var(--surface-light) 100%)}.section-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-orange);margin:0 0 .5rem}.section-heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.section-heading-row h2{margin:0}.section-link{font-weight:600;font-family:Syne,system-ui,sans-serif;color:var(--text-dark)}.section-link:hover{color:var(--accent-orange)}.projects-back{margin-top:2.5rem}.services-preview{padding:4.5rem 0;background:linear-gradient(180deg,var(--surface-light) 0%,var(--surface-warm) 100%);scroll-margin-top:90px}.services-layout-smaller{padding-top:3.5rem;padding-bottom:3.5rem}.services-layout-smaller h2{margin-bottom:1.35rem}.services-layout-smaller .projects-list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.services-layout-smaller .project-card{padding:1.15rem 1.2rem 1.05rem;gap:.65rem;border-radius:11px}.services-layout-smaller .project-card:before{height:3px}.services-layout-smaller .project-card-name{font-size:1.2rem}.services-layout-smaller .project-card-pitch{font-size:.95rem;line-height:1.55}.services-layout-smaller .project-card-cta{margin-top:.2rem;font-size:.95rem}.services-layout-compact{padding-top:3.25rem;padding-bottom:3.25rem}.services-layout-compact h2{margin-bottom:1.25rem}.services-layout-compact .projects-list{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.9rem}.services-layout-compact .project-card{padding:1.1rem 1.15rem 1rem;gap:.55rem;border-radius:10px}.services-layout-compact .project-card:before{height:3px}.services-layout-compact .project-card-name{font-size:1.15rem}.services-layout-compact .project-card-pitch{font-size:.92rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.services-layout-compact .project-card-cta{margin-top:.15rem;font-size:.92rem}.services-layout-dense{padding-top:3rem;padding-bottom:3rem}.services-layout-dense h2{margin-bottom:1.1rem}.services-layout-dense .projects-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.7rem}.services-layout-dense .project-card{padding:.95rem 1rem .9rem;gap:.45rem;border-radius:8px;box-shadow:0 1px 2px #0b12200d}.services-layout-dense .project-card:before{height:2px}.services-layout-dense .project-card-name{font-size:1.05rem}.services-layout-dense .project-card-pitch{font-size:.88rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.services-layout-dense .project-card-cta{font-size:.88rem;margin-top:.1rem}.services-layout-list{padding-top:3rem;padding-bottom:3rem}.services-layout-list h2{margin-bottom:1rem}.services-layout-list .projects-list{display:flex;flex-direction:column;gap:.45rem}.services-layout-list .project-card{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.35rem 1rem;padding:.85rem 1.1rem;border-radius:8px;min-height:0;box-shadow:none}.services-layout-list .project-card:before{display:none}.services-layout-list .project-card-name{font-size:1.05rem;margin:0;flex:1 1 12rem}.services-layout-list .project-card-pitch{display:none}.services-layout-list .project-card-cta{margin-top:0;margin-left:auto;font-size:.92rem}.services-layout-titles{padding-top:3rem;padding-bottom:3rem}.services-layout-titles h2{margin-bottom:1rem}.services-layout-titles .projects-list{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.65rem}.services-layout-titles .project-card{padding:.95rem 1rem;gap:.45rem;border-radius:8px;box-shadow:none}.services-layout-titles .project-card:before{height:2px}.services-layout-titles .project-card-name{font-size:1.05rem}.services-layout-titles .project-card-pitch{display:none}.services-layout-titles .project-card-cta{margin-top:.15rem;font-size:.88rem}@media (max-width: 700px){.services-layout-list .project-card{flex-direction:column;align-items:flex-start}.services-layout-list .project-card-cta{margin-left:0}}.about-us{padding:4.5rem 0;background-color:var(--surface-light)}.about-us h2{margin-bottom:1.5rem;color:var(--text-dark)}.about-content{max-width:900px}.about-text{margin-bottom:2rem}.about-text p{color:var(--text-light);line-height:1.75;margin-bottom:1rem;font-size:1.05rem}.about-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:1.5rem}.highlight-item{text-align:left;padding:0;border-top:2px solid var(--accent-orange);padding-top:1rem}.highlight-item h4{color:var(--text-dark);margin-bottom:.5rem;font-size:1.1rem}.highlight-item p{color:var(--text-light);line-height:1.6;margin:0}.services-preview h2{margin-bottom:2rem;color:var(--text-dark)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.service-card{background-color:transparent;padding:1.5rem 0;border-radius:0;border-top:1px solid var(--border-light);box-shadow:none;transition:transform .25s ease}.service-card:hover{transform:translate(4px);box-shadow:none}.service-card h3{color:var(--text-dark);margin-bottom:.75rem}.service-card p{color:var(--text-light);margin-bottom:1rem;line-height:1.6}.service-link{color:var(--accent-orange);font-weight:600;font-family:Syne,system-ui,sans-serif;text-decoration:none;transition:color .25s ease}.service-link:hover{color:var(--accent-orange-dark)}.page-header{background:linear-gradient(145deg,var(--hero-bg),var(--hero-bg-mid));color:var(--white);padding:4rem 0;text-align:left}.page-header-studio .page-subtitle{max-width:36rem}.page-header h1{color:var(--white);margin-bottom:1rem}.page-subtitle{font-size:1.25rem;opacity:.95}.page-content{padding:4rem 0}.content-section{max-width:800px;margin:0 auto}.content-section h2{color:var(--primary-blue);margin-bottom:1.5rem}.content-section h3{color:var(--text-dark);margin-top:1.5rem;margin-bottom:1rem;font-size:1.5rem}.content-section h4{color:var(--primary-blue);margin-bottom:.75rem;font-size:1.1rem}.content-section p{color:var(--text-light);line-height:1.8;margin-bottom:.75rem}.service-list{margin:1.5rem 0}.service-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--light-gray)}.service-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.service-item p{margin-bottom:0}.pricing-list{margin:1rem 0;padding-left:1.5rem;color:var(--text-light);line-height:1.8}.pricing-list li{margin-bottom:.75rem}.pricing-list strong{color:var(--text-dark)}.contact-cta{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid var(--light-gray);font-size:1.1rem;color:var(--text-dark)}.contact-cta a{color:var(--primary-blue);font-weight:600;text-decoration:none;transition:color .3s ease;cursor:pointer;display:inline}.contact-cta a:hover{color:var(--accent-orange);text-decoration:underline}.support-tasks{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.support-task-card{background-color:var(--white);border:2px solid var(--light-gray);border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.support-task-card:hover{box-shadow:0 4px 12px #0000001a;border-color:var(--primary-blue);transform:translateY(-2px)}.support-task-card h3{color:var(--primary-blue);margin-bottom:.75rem;font-size:1.25rem}.task-short-description{color:var(--text-light);line-height:1.6;margin-bottom:1rem;flex:1}.task-link{color:var(--primary-blue);font-weight:600;font-size:.95rem;margin-top:auto}.support-task-card:hover .task-link{color:var(--accent-orange)}.task-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.task-modal{background-color:var(--white);border-radius:8px;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 8px 32px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.task-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:var(--text-light);cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.task-modal-close:hover{color:var(--text-dark)}.task-modal h2{color:var(--primary-blue);margin-bottom:1rem;padding-right:2rem}.task-description{color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.task-pricing{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid var(--light-gray)}.task-pricing h4{color:var(--text-dark);margin-bottom:1rem;font-size:1.1rem}.pricing-note{margin-top:1rem;font-style:italic;color:var(--text-light);font-size:.95rem}.roles-list{margin:2rem 0}.role-item{background-color:var(--white);border:1px solid var(--light-gray);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;transition:box-shadow .3s ease}.role-item:hover{box-shadow:0 2px 8px #0000001a}.role-item h4{color:var(--primary-blue);margin-bottom:.75rem;font-size:1.25rem}.role-item p{color:var(--text-light);line-height:1.8;margin:0}.role-keywords{margin-top:1.1rem;padding-top:1rem;border-top:1px solid var(--border-light, var(--light-gray))}.role-keywords-label{margin:0 0 .45rem!important;font-size:.8rem!important;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dark)!important;line-height:1.3!important}.role-keywords ul{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.role-keywords li{color:var(--text-dark);font-size:.98rem;line-height:1.4;padding-left:.9rem;position:relative}.role-keywords li:before{content:"";position:absolute;left:0;top:.55em;width:.35rem;height:.35rem;border-radius:50%;background:var(--accent-orange)}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media (max-width: 768px){.hero{padding:4rem 0}.hero-watermark{display:none}.hero-content{max-width:40rem}.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.services-preview,.about-us{padding:3rem 0}.about-text p{font-size:1rem}.about-highlights,.services-grid{grid-template-columns:1fr;gap:1.5rem}.page-header{padding:3rem 0}.page-header h1{font-size:1.75rem}.page-content{padding:3rem 0}.hero-cta{flex-direction:column;align-items:stretch;gap:.75rem}.cta-button{padding:.875rem 1.5rem;font-size:.95rem;width:100%;max-width:320px;text-align:center}}@media (max-width: 480px){.hero{padding:3rem 0}.hero-content h1{font-size:1.75rem}.hero-subtitle{font-size:1rem}.services-preview{padding:2.5rem 0}.service-card{padding:1.25rem 0}.page-header{padding:2.5rem 0}.page-header h1{font-size:1.5rem}.page-subtitle{font-size:1rem}.page-content{padding:2.5rem 0}}.service-contact-cta{margin-top:2.5rem;padding:1.25rem 1.35rem;border-radius:12px;border:1px solid var(--border-light, var(--light-gray));background:var(--white)}.service-contact-cta p{margin:0;color:var(--text-dark);line-height:1.6}.service-contact-cta a{color:var(--accent-orange);font-weight:700;text-decoration:none}.service-contact-cta a:hover{text-decoration:underline}.pricing-display{margin-top:1.5rem}.pricing-display h4{margin-bottom:.75rem;font-size:1.1rem;color:var(--text-dark)}.pricing-display .pricing-list{list-style:none;padding:0;margin:0 0 1rem}.pricing-display .pricing-list li{margin-bottom:.5rem;padding-left:1rem;position:relative}.pricing-display .pricing-list li:before{content:"•";position:absolute;left:0;color:var(--primary-blue)}.pricing-display .pricing-list li strong{color:var(--text-dark);margin-right:.5rem}.pricing-display .pricing-note{font-size:.9rem;color:var(--text-gray);font-style:italic;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-light)}.chat-panel{display:grid;grid-template-rows:auto 1fr auto;gap:.85rem;min-height:22rem;padding:1.1rem 1.15rem 1.15rem;border-radius:14px;border:1px solid var(--border-light);background:var(--white);box-shadow:0 10px 28px #0f172a0f}.chat-panel--jour{border-color:#ff6b3559}.chat-panel-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.chat-panel-header-actions{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end}.chat-gate-form{display:grid;gap:.85rem}.chat-gate-form label{display:grid;gap:.35rem;font-weight:600;font-size:.9rem;color:var(--text-dark)}.chat-optional{font-weight:500;color:var(--text-light)}.chat-gate-form input{font:inherit;font-weight:400;padding:.75rem .9rem;border:1px solid var(--border-medium);border-radius:8px}.chat-gate-form input:focus{outline:2px solid rgba(255,107,53,.35);border-color:var(--accent-orange)}.chat-gate-error{margin:0;color:#b42318;font-size:.9rem}.chat-gate-form .cta-button{justify-self:start;margin:.15rem 0 0}.chat-panel-header h2{margin:0 0 .2rem;font-size:1.25rem}.chat-panel-meta{margin:0;font-size:.85rem;color:var(--text-light)}.chat-panel-new{border:1px solid var(--border-medium);background:transparent;border-radius:8px;padding:.4rem .7rem;font:inherit;font-size:.85rem;cursor:pointer;color:var(--text-dark)}.chat-panel-new:hover{border-color:var(--accent-orange)}.chat-panel-messages{overflow-y:auto;max-height:20rem;display:grid;gap:.65rem;padding:.35rem .15rem;align-content:start}.chat-panel-empty{margin:0;color:var(--text-light)}.chat-bubble{max-width:88%;padding:.65rem .8rem;border-radius:12px;background:var(--surface-warm, #f7f5f2)}.chat-bubble p{margin:.15rem 0 0;line-height:1.45;white-space:pre-wrap;word-break:break-word}.chat-bubble-role{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-light)}.chat-bubble--visitor{justify-self:end;background:#ff6b351f}.chat-bubble--agent{justify-self:start;background:#2563eb1a}.chat-bubble--system{justify-self:center;max-width:95%;background:transparent;border:1px dashed var(--border-medium);text-align:center}.chat-panel-compose{display:grid;grid-template-columns:1fr auto;gap:.6rem;align-items:end}.chat-panel-compose-field{display:grid;gap:.25rem;min-width:0}.chat-panel-compose input,.chat-panel-compose textarea{font:inherit;padding:.75rem .9rem;border:1px solid var(--border-medium);border-radius:8px;resize:vertical;min-height:2.75rem;max-height:10rem;line-height:1.4;width:100%;box-sizing:border-box}.chat-panel-compose input:focus,.chat-panel-compose textarea:focus{outline:2px solid rgba(255,107,53,.35);border-color:var(--accent-orange)}.chat-char-count{margin:0;font-size:.75rem;color:var(--text-light);text-align:right}.chat-char-count.is-max{color:#b42318;font-weight:600}.chat-panel-compose .cta-button{margin:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.agent-page{padding:2.5rem 0 4rem;background:linear-gradient(180deg,var(--surface-warm),var(--surface-light));min-height:70vh}.agent-layout{display:grid;gap:1.25rem;grid-template-columns:minmax(14rem,18rem) 1fr;align-items:start}@media (max-width: 800px){.agent-layout{grid-template-columns:1fr}}.agent-gate,.agent-list,.agent-thread{background:var(--white);border:1px solid var(--border-light);border-radius:14px;padding:1.15rem}.agent-list h2,.agent-thread h2,.agent-gate h1{margin-top:0}.agent-session-btn{display:grid;gap:.2rem;width:100%;text-align:left;border:1px solid var(--border-light);background:var(--surface-warm, #f7f5f2);border-radius:10px;padding:.75rem .85rem;margin-bottom:.55rem;cursor:pointer;font:inherit}.agent-session-btn.is-active{border-color:var(--accent-orange);box-shadow:0 0 0 2px #ff6b3533}.agent-session-channel{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--accent-orange)}.agent-session-preview{font-size:.9rem;color:var(--text-dark);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-token-form{display:grid;gap:.75rem;max-width:24rem}.agent-token-form input{font:inherit;padding:.75rem .9rem;border:1px solid var(--border-medium);border-radius:8px}.live-support-content{padding:3.5rem 0 4.5rem;background:linear-gradient(180deg,var(--surface-warm),var(--surface-light))}.contact-page-layout{display:grid;gap:1.75rem;max-width:44rem}.contact-direct h2{margin-bottom:.4rem}.contact-direct-intro{margin:0 0 1.1rem;color:var(--text-light)}.contact-direct-list{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.contact-direct-list li{display:flex;flex-direction:column;gap:.2rem}.contact-direct-list span{font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-light)}.contact-direct-list a{font-family:Syne,system-ui,sans-serif;font-weight:700;font-size:1.15rem;color:var(--text-dark)}.contact-direct-list a:hover{color:var(--accent-orange)}.contact-methods{display:grid;gap:.75rem}.contact-method{display:grid;gap:.25rem;text-align:left;padding:1rem 1.15rem;border-radius:12px;border:1px solid var(--border-light);background:var(--white);box-shadow:0 8px 20px #0b12200a;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.contact-method strong{font-family:Syne,system-ui,sans-serif;font-size:1.05rem;color:var(--text-dark)}.contact-method span{color:var(--text-light);font-size:.92rem;line-height:1.4}.contact-method:hover:not(:disabled):not(.is-disabled){transform:translateY(-2px);border-color:#ff6b3566}.contact-method.is-active{border-color:var(--accent-orange);box-shadow:0 10px 24px #ff6b351f}.contact-method.is-disabled,.contact-method:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.contact-panel{min-height:8rem}.contact-panel-card{display:grid;gap:1rem}.contact-panel-actions{display:flex;flex-wrap:wrap;gap:.75rem}.contact-jour-fallback{margin:.75rem 0 0;font-size:.95rem;color:var(--text-light)}.live-support-status{display:flex;gap:.9rem;align-items:flex-start;padding:1.15rem 1.25rem;border-radius:12px;border:1px solid var(--border-light);background:var(--white)}.live-support-status-dot{width:.65rem;height:.65rem;border-radius:50%;margin-top:.35rem;flex-shrink:0}.live-support-status--online .live-support-status-dot{background:#22c55e;box-shadow:0 0 0 4px #22c55e33}.live-support-status--offline .live-support-status-dot{background:#94a3b8}.live-support-status-label{margin:0 0 .25rem;font-family:Syne,system-ui,sans-serif;font-weight:700;color:var(--text-dark)}.live-support-status-text{margin:0;color:var(--text-light);line-height:1.55;font-size:.98rem}.live-support-form-wrap h2{margin-bottom:.5rem}.live-support-form-intro{color:var(--text-light);margin-bottom:1.5rem}.live-support-form{display:grid;gap:1rem}.live-support-form label{display:grid;gap:.4rem;font-weight:600;font-size:.9rem;color:var(--text-dark)}.live-support-form input,.live-support-form textarea{font:inherit;padding:.75rem .9rem;border:1px solid var(--border-medium);border-radius:8px;background:var(--white);color:var(--text-dark)}.live-support-form input:focus,.live-support-form textarea:focus{outline:2px solid rgba(255,107,53,.35);border-color:var(--accent-orange)}.live-support-form .cta-button,.contact-panel-card .cta-button{justify-self:start;margin-top:.35rem}.live-support-thanks{padding:1.25rem;background:var(--white);border-radius:12px;border:1px solid var(--border-light);color:var(--text-light);line-height:1.6}.portal-content{padding:3.5rem 0 4.5rem;background:linear-gradient(180deg,var(--surface-warm),var(--surface-light))}.portal-layout{display:grid;gap:1.75rem;max-width:52rem}.portal-card{padding:1.5rem 1.35rem;border-radius:12px;border:1px solid var(--border-light);background:var(--white);box-shadow:0 8px 20px #0b12200a}.portal-login-bar{padding:1.1rem 1.25rem}.portal-card h2{margin:0 0 .85rem;font-family:Syne,system-ui,sans-serif;font-size:1.25rem;color:var(--text-dark)}.portal-benefits{margin:0;padding-left:1.15rem;display:grid;gap:.55rem;color:var(--text-light);line-height:1.55}.portal-form{display:grid;gap:1rem}.portal-form--row{display:flex;flex-wrap:nowrap;align-items:stretch;gap:.65rem}.portal-form-field{flex:1 1 0;min-width:0;margin:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.portal-form label{display:grid;gap:.4rem;font-weight:600;font-size:.9rem;color:var(--text-dark)}.portal-form input{width:100%;box-sizing:border-box;font:inherit;padding:.75rem .9rem;border:1px solid var(--border-medium);border-radius:8px;background:var(--white);color:var(--text-dark)}.portal-form input:focus{outline:2px solid rgba(255,107,53,.35);border-color:var(--accent-orange)}.portal-form .cta-button{flex:0 0 auto;align-self:stretch;margin:0;white-space:nowrap}.portal-form--row+.portal-error,.portal-login-bar .portal-error{margin-top:.65rem}.portal-error{margin:0;color:#b42318;font-size:.95rem}.portal-demo-hint{margin:.65rem 0 0;font-size:.85rem;color:var(--text-light);line-height:1.45}@media (max-width: 640px){.portal-form--row{flex-wrap:wrap}.portal-form-field{flex:1 1 100%}.portal-form .cta-button{width:100%}}.portal-profile{margin:0 0 1.25rem;display:grid;gap:.9rem}.portal-profile div{display:grid;gap:.2rem}.portal-profile dt{font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-light)}.portal-profile dd{margin:0;font-family:Syne,system-ui,sans-serif;font-weight:700;font-size:1.1rem;color:var(--text-dark)}.portal-empty{margin:0;color:var(--text-light);line-height:1.55}.portal-inline-link{color:var(--primary-blue);font-weight:600;text-decoration:underline;text-underline-offset:2px}.portal-inline-link:hover{color:var(--accent-orange)}.portal-card--cta .cta-button{display:inline-flex;margin-top:.25rem}.portal-logout{margin-top:1.25rem;background:transparent;color:var(--text-dark);border:1px solid var(--border-medium)}.portal-logout:hover{border-color:var(--accent-orange);color:var(--accent-orange)}.blog-content{padding:3.5rem 0 4.5rem;background:linear-gradient(180deg,var(--surface-warm),var(--surface-light))}.blog-layout{max-width:44rem}.blog-list{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem}.blog-card{display:grid;gap:.55rem;padding:1.35rem 1.35rem 1.25rem;border-radius:12px;border:1px solid var(--border-light);background:var(--white);box-shadow:0 8px 20px #0b12200a;text-decoration:none;color:inherit;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-2px);border-color:#ff6b3566;box-shadow:0 10px 24px #ff6b351a}.blog-card time{font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-light)}.blog-card h2{margin:0;font-family:Syne,system-ui,sans-serif;font-size:1.25rem;color:var(--text-dark);line-height:1.3}.blog-card p{margin:0;color:var(--text-light);line-height:1.55}.blog-card-cta{margin-top:.35rem;font-weight:700;color:var(--accent-orange)}.blog-article{display:grid;gap:1.1rem;padding:1.5rem 1.35rem;border-radius:12px;border:1px solid var(--border-light);background:var(--white);box-shadow:0 8px 20px #0b12200a}.blog-article p{margin:0;color:var(--text-dark);line-height:1.7;font-size:1.05rem}.blog-back{margin-top:1.75rem}.blog-back a{color:var(--primary-blue);font-weight:600;text-decoration:none}.blog-back a:hover{color:var(--accent-orange)}.variants-page{padding:3rem 0 4.5rem;background:linear-gradient(180deg,var(--surface-warm),var(--surface-light))}.variants-layout{display:grid;gap:1.5rem;max-width:48rem}.variants-actions{display:flex;flex-wrap:wrap;gap:.75rem}.variants-reset{background:transparent;color:var(--text-dark);border:1px solid var(--border-medium)}.variants-reset:disabled{opacity:.45;cursor:not-allowed}.variants-preview-note{margin:0;padding:.85rem 1rem;border-radius:8px;border:1px solid var(--border-light);background:var(--white);color:var(--text-light);line-height:1.5}.variants-card{padding:1.35rem 1.25rem;border-radius:12px;border:1px solid var(--border-light);background:var(--white);box-shadow:0 8px 20px #0b12200a}.variants-card h2{margin:0 0 .5rem;font-family:Syne,system-ui,sans-serif;font-size:1.2rem}.variants-meta{margin:0 0 1rem;color:var(--text-light);font-size:.92rem}.variants-options{display:grid;gap:.65rem}.variants-option{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;padding:.85rem 1rem;border-radius:10px;border:1px solid var(--border-light);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.variants-option.is-active{border-color:var(--accent-orange);box-shadow:0 8px 18px #ff6b351f}.variants-option input{margin-top:.2rem}.variants-option-body{display:grid;gap:.3rem}.variants-option-body strong{font-family:Syne,system-ui,sans-serif;color:var(--text-dark)}.variants-option-sample,.variants-option-bg{color:var(--text-light);font-size:.9rem;line-height:1.45}.variants-bg-list{margin:0;padding-left:1.1rem;display:grid;gap:.4rem;color:var(--text-light)}.variants-bg-list code{font-size:.85rem;color:var(--text-dark)}.search-page-layout{display:grid;grid-template-columns:250px 1fr;gap:2rem;max-width:1200px;margin:0 auto}.search-bar-container{grid-column:1 / -1;margin-bottom:1rem}.search-bar-form{display:flex;gap:1rem;max-width:800px;margin:0 auto}.search-bar-input{flex:1;padding:1rem 1.5rem;border:2px solid var(--light-gray);border-radius:5px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.search-bar-input:focus{outline:none;border-color:var(--primary-blue)}.search-bar-button{padding:1rem 2rem;background-color:var(--primary-blue);color:var(--white);border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .3s ease}.search-bar-button:hover{background-color:var(--badge-blue)}.search-filters{background-color:var(--light-gray);padding:2rem;border-radius:8px;height:fit-content;position:sticky;top:calc(var(--header-height, 100px) + 2rem)}.search-filters h3{margin-bottom:1.5rem;color:var(--text-dark);font-size:1.25rem}.filter-group{margin-bottom:1.5rem}.filter-group label{display:block;margin-bottom:.5rem;color:var(--text-dark);font-weight:500;font-size:.95rem}.filter-select{width:100%;padding:.75rem;border:2px solid var(--light-gray);border-radius:5px;font-size:.95rem;font-family:inherit;background-color:var(--white);color:var(--text-dark);cursor:pointer;transition:border-color .3s ease}.filter-select:focus{outline:none;border-color:var(--primary-blue)}.clear-filters-button{width:100%;padding:.75rem;background-color:var(--white);color:var(--text-dark);border:2px solid var(--light-gray);border-radius:5px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:1rem}.clear-filters-button:hover{background-color:var(--light-gray);border-color:var(--primary-blue);color:var(--primary-blue)}.search-results{min-height:400px}.results-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--light-gray)}.results-header h2{margin-bottom:.5rem;color:var(--text-dark)}.results-count{color:var(--text-light);font-size:.95rem;margin:0}.results-list{display:flex;flex-direction:column;gap:1.5rem}.result-item{background-color:var(--white);border:1px solid var(--light-gray);border-radius:8px;padding:1.5rem;transition:all .3s ease}.result-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);border-color:var(--primary-blue)}.result-link{text-decoration:none;color:inherit;display:block}.result-title{color:var(--primary-blue);margin-bottom:.75rem;font-size:1.5rem;transition:color .3s ease}.result-item:hover .result-title{color:var(--accent-orange)}.result-description{color:var(--text-light);line-height:1.6;margin-bottom:1rem}.result-meta{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.result-type,.result-category{padding:.25rem .75rem;background-color:var(--light-gray);border-radius:20px;font-size:.85rem;color:var(--text-dark);text-transform:capitalize}.result-category{background-color:var(--primary-blue);color:var(--white)}.result-relevance{margin-left:auto;font-size:.85rem;color:var(--text-light);font-weight:500}.loading-state,.no-results,.search-prompt{text-align:center;padding:4rem 2rem;color:var(--text-light)}.loading-state p,.no-results h2,.search-prompt h2{color:var(--text-dark);margin-bottom:1rem}@media (max-width: 1024px){.search-page-layout{grid-template-columns:200px 1fr;gap:1.5rem}.search-filters{padding:1.5rem}}@media (max-width: 768px){.search-page-layout{grid-template-columns:1fr}.search-filters{position:static;margin-bottom:2rem}.search-bar-form{flex-direction:column}.search-bar-button{width:100%;justify-content:center}.result-item{padding:1.25rem}.result-title{font-size:1.25rem}.result-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.result-relevance{margin-left:0}}@media (max-width: 480px){.search-bar-input{padding:.875rem 1.25rem;font-size:.95rem}.search-bar-button{padding:.875rem 1.5rem;font-size:.95rem}.search-filters{padding:1.25rem}.result-item{padding:1rem}}.sms-test-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}@media (max-width: 768px){.sms-test-container{grid-template-columns:1fr}}.sms-status{padding:1rem;border-radius:8px;margin-bottom:2rem;border:2px solid}.sms-status.test-mode{background-color:#fff3cd;border-color:#ffc107;color:#856404}.sms-status.production-mode{background-color:#d1ecf1;border-color:#0c5460;color:#0c5460}.sms-status h3{margin-top:0;margin-bottom:.5rem}.sms-status p{margin:.25rem 0}.sms-send-section,.sms-received-section{background:#f8f9fa;padding:1.5rem;border-radius:8px;border:1px solid #dee2e6}.sms-send-section h2,.sms-received-section h2{margin-top:0;margin-bottom:1rem;color:#333}.sms-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-group input:disabled,.form-group textarea:disabled{background-color:#e9ecef;cursor:not-allowed}.form-group small{color:#6c757d;font-size:.875rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background-color:#0056b3}.btn-primary:disabled{background-color:#6c757d;cursor:not-allowed}.btn-secondary{background-color:#6c757d;color:#fff;padding:.5rem 1rem;font-size:.875rem}.btn-secondary:hover{background-color:#5a6268}.send-result{margin-top:1rem;padding:1rem;border-radius:4px}.send-result.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.send-result.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.send-result p{margin:.25rem 0}.test-mode-note{font-weight:600;margin-top:.5rem!important}.received-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.refresh-controls{display:flex;align-items:center;gap:1rem}.refresh-controls label{display:flex;align-items:center;gap:.5rem;font-weight:400;cursor:pointer}.refresh-controls input[type=checkbox]{cursor:pointer}.no-messages{text-align:center;padding:2rem;color:#6c757d}.no-messages .hint{font-size:.875rem;margin-top:.5rem}.messages-list{display:flex;flex-direction:column;gap:1rem;max-height:600px;overflow-y:auto}.message-item{background:#fff;padding:1rem;border-radius:4px;border:1px solid #dee2e6;position:relative}.message-item.test-message{border-color:#ffc107;background-color:#fffbf0}.message-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.message-from{font-weight:600;color:#333}.message-time{font-size:.875rem;color:#6c757d}.message-to{font-size:.875rem;color:#6c757d;margin-bottom:.5rem}.message-body{padding:.75rem;background-color:#f8f9fa;border-radius:4px;white-space:pre-wrap;word-wrap:break-word}.test-badge{position:absolute;top:.5rem;right:.5rem;background-color:#ffc107;color:#856404;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.sms-instructions{margin-top:3rem;padding:1.5rem;background-color:#e7f3ff;border-left:4px solid #007bff;border-radius:4px}.sms-instructions h3{margin-top:0;color:#004085}.sms-instructions ol{margin:1rem 0;padding-left:1.5rem}.sms-instructions li{margin:.75rem 0;line-height:1.6}.sms-instructions ul{margin:.5rem 0;padding-left:1.5rem}.sms-instructions code{background-color:#f4f4f4;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.admin-page{background-color:var(--admin-bg)}.admin-actions{display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-light)}.btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;text-decoration:none;display:inline-block;transition:background-color .2s}.btn-primary{background-color:var(--primary-blue);color:#fff}.btn-primary:hover{background-color:var(--badge-blue)}.btn-secondary{background-color:var(--secondary-gray);color:var(--white)}.btn-secondary:hover{background-color:var(--secondary-gray-hover)}.btn-small{padding:.5rem 1rem;font-size:.9rem}.error-message{background-color:var(--error-bg);color:var(--error-text);padding:1rem;border-radius:4px;margin-bottom:1.5rem;border:1px solid var(--error-border)}.admin-services-list{display:grid;gap:1.5rem;margin-top:2rem}.admin-service-card{background:#fff;border:1px solid var(--border-light);border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.service-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.service-card-header h3{margin:0;flex:1;color:var(--text-dark)}.service-card-actions{display:flex;gap:.5rem}.service-category{margin:.5rem 0;font-size:.9rem;color:var(--text-light)}.service-short-desc{margin:1rem 0;color:var(--text-dark);line-height:1.6}.service-meta{display:flex;gap:1.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light);font-size:.85rem}.service-status{padding:.25rem .75rem;border-radius:12px;font-weight:600;font-size:.8rem}.service-status.active{background-color:var(--success-bg);color:var(--success-text)}.service-status.inactive{background-color:var(--error-bg);color:var(--error-text)}.service-order,.service-pricing-count{color:var(--text-light)}.admin-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-dark)}.form-control{width:100%;padding:.75rem;border:1px solid var(--border-light);border-radius:4px;font-size:1rem;font-family:inherit}.form-control:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #357abd1a}.form-control textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:auto;cursor:pointer}.form-section{margin-top:2rem;padding-top:2rem;border-top:2px solid var(--border-light)}.form-section h3{margin-bottom:1.5rem;color:var(--text-dark)}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-light)}.form-help{display:block;margin-top:.25rem;font-size:.85rem;color:var(--text-light);font-style:italic}.pricing-items-form{margin-top:1rem}.no-items-message{padding:1.5rem;text-align:center;color:var(--text-light);background-color:var(--admin-card-bg);border-radius:4px;border:1px dashed var(--border-light)}.pricing-items-list{display:grid;gap:1.5rem;margin-bottom:1.5rem}.pricing-item-card{background:#f8f9fa;border:1px solid var(--border-light);border-radius:8px;padding:1.5rem}.pricing-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.pricing-item-header h4{margin:0;color:var(--text-dark)}.btn-danger{background-color:var(--danger);color:var(--white)}.btn-danger:hover{background-color:var(--danger-hover)}.pricing-options{display:grid;gap:1.5rem;margin:1.5rem 0}.pricing-option-group{background:#fff;padding:1rem;border-radius:4px;border:1px solid var(--border-light)}.pricing-option-group .checkbox-label{margin-bottom:.75rem;font-weight:600}.admin-navigation{display:flex;gap:.5rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-light)}.admin-nav-link{padding:.75rem 1.5rem;text-decoration:none;color:var(--text-dark);background-color:var(--admin-card-bg);border:1px solid var(--border-light);border-radius:4px 4px 0 0;font-weight:500;transition:all .2s;border-bottom:none;margin-bottom:-1px}.admin-nav-link:hover{background-color:var(--secondary-gray);color:var(--white)}.admin-nav-link.active{background-color:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn{width:100%}.admin-navigation{flex-direction:column;gap:.25rem}.admin-nav-link{border-radius:4px;border:1px solid var(--border-light);margin-bottom:0}}:root{--primary-blue: #4A90E2;--badge-blue: #357ABD;--accent-orange: #FF6B35;--accent-orange-dark: #E55A2B;--accent-orange-light: #FF8C5A;--focus-blue: #6EB6FF;--hero-bg: #0B1220;--hero-bg-mid: #121C2E;--surface-light: #F3F5F8;--surface-warm: #EEF1F6;--white: #FFFFFF;--black: #000000;--light-gray: #F3F5F8;--medium-gray: #D8DEE8;--dark-gray: #333333;--text-dark: #121826;--text-light: #5A6475;--text-gray: #5A6475;--text-white: #FFFFFF;--text-muted-on-dark: rgba(255, 255, 255, .72);--border-light: #D8DEE8;--border-medium: #B8C0CC;--border-dark: #999999;--border-on-dark: rgba(255, 255, 255, .12);--success-bg: #D4EDDA;--success-text: #155724;--success-border: #C3E6CB;--error-bg: #F8D7DA;--error-text: #721C24;--error-border: #F5C6CB;--warning-bg: #FFF3CD;--warning-text: #856404;--warning-border: #FFEAA7;--info-bg: #D1ECF1;--info-text: #0C5460;--info-border: #BEE5EB;--admin-bg: #F9F9F9;--admin-card-bg: #F8F9FA;--danger: #DC3545;--danger-hover: #C82333;--secondary-gray: #6C757D;--secondary-gray-hover: #5A6268;--shadow-sm: rgba(11, 18, 32, .08);--shadow-md: rgba(11, 18, 32, .12);--shadow-lg: rgba(11, 18, 32, .18);--shadow-blue: rgba(74, 144, 226, .3);--shadow-blue-hover: rgba(74, 144, 226, .4);--shadow-orange: rgba(255, 107, 53, .4)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;background-color:var(--surface-light)}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%}.container{max-width:1120px;margin:0 auto;padding:0 1.5rem}a{color:var(--primary-blue);text-decoration:none;transition:color .25s ease}a:hover{color:var(--accent-orange)}button{font-family:inherit;cursor:pointer;border:none;transition:all .25s ease}h1,h2,h3,h4,h5,h6{font-family:Syne,system-ui,sans-serif;color:var(--text-dark);line-height:1.15;margin-bottom:1rem;font-weight:700;letter-spacing:-.02em}h1{font-size:clamp(2.25rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,3vw,2.25rem)}h3{font-size:1.35rem}@media (max-width: 768px){.container{padding:0 1.15rem}}@keyframes fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fade-up .7s ease both}.animate-fade-up-delay{animation:fade-up .7s ease .12s both}.animate-fade-up-delay-2{animation:fade-up .7s ease .24s both}
