.layout{display:flex;flex-direction:column;min-height:100vh}.site-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#f8fafc;position:sticky;top:0;z-index:10}.site-header a{margin-left:1rem;text-decoration:none;color:#333}.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:100}.skip-link:focus{position:static;width:auto;height:auto;padding:1rem;background:#000;color:#fff}.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background:#1f2937;color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:9999;font-size:1.4rem;flex-wrap:wrap}.cookie-banner p{margin:0;margin-right:1rem;flex:1}.cookie-banner a{color:var(--accent);text-decoration:underline}.cookie-buttons{display:flex;gap:1rem}.cookie-buttons button{background:#fff;color:#1f2937;padding:.5rem 1rem;border:none;font-weight:600;border-radius:.4rem;cursor:pointer}.cookie-buttons button:hover{background:var(--accent);color:#fff}.back-to-top{position:fixed;bottom:32px;right:32px;width:56px;height:56px;background:var(--primary);color:#fff;border:none;border-radius:50%;font-size:2rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #2563eb4d;transition:all .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center;line-height:1}.back-to-top:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb66}.back-to-top:active{transform:translateY(0)}.back-to-top{animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.back-to-top{bottom:24px;right:24px;width:48px;height:48px;font-size:1.8rem}}@media (max-width: 480px){.back-to-top{bottom:20px;right:20px;width:44px;height:44px;font-size:1.6rem}}.header{background:var(--background);border-bottom:1px solid var(--border-light);position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2}.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:72px}.language-toggle{margin-left:auto;margin-right:2rem}.lang-btn{background:var(--primary);color:#fff;padding:8px 16px;border-radius:20px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .2s ease;border:2px solid var(--primary)}.lang-btn:hover{background:transparent;color:var(--primary);transform:translateY(-2px)}.nav{display:flex;gap:32px;align-items:center}.nav a{font-weight:500;color:var(--text);text-decoration:none;transition:color .2s ease;position:relative}.nav a:hover{color:var(--primary)}.nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary);transition:width .2s ease}.nav a:hover:after{width:100%}.burger{display:none;flex-direction:column;justify-content:center;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0;position:relative}.burger span{width:24px;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease;transform-origin:center}.burger span:nth-child(1){transform:translateY(-6px)}.burger span:nth-child(3){transform:translateY(6px)}.burger.open span:nth-child(1){transform:rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:rotate(-45deg)}@media (max-width: 768px){.burger{display:flex}.nav{position:fixed;inset:72px 0 0;background:#fffc!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;flex-direction:column;justify-content:flex-start;align-items:center;gap:24px;padding:48px 24px;transform:translate(100%);transition:transform .3s ease;border-left:1px solid var(--border-light);width:100%;height:100vh;min-height:calc(100vh - 72px)}.nav.open{transform:translate(0)}.nav a{font-size:2rem;font-weight:600;position:relative;z-index:1}.language-toggle{margin-right:1rem}.lang-btn{padding:6px 12px;font-size:.8rem}}body{margin-top:72px}@media (max-width: 768px){body{margin-top:64px}}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;transition:opacity .2s ease}.logo:hover{opacity:.8}.logo-img{width:36px;height:36px;border-radius:50%;object-fit:cover}.logo-text{font-family:var(--font-heading);font-weight:500;font-size:2rem;color:var(--text);white-space:nowrap}@media (max-width: 480px){.logo-text{font-size:1.8rem}.logo-img{width:36px;height:36px}}.hero{background:linear-gradient(135deg,var(--primary-bg) 0%,var(--background) 50%,var(--primary-light) 100%);padding:120px 0 100px;position:relative;overflow:hidden;min-height:600px}.hero-content{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}.hero-text{max-width:540px}.hero-title{font-size:4.8rem;font-weight:700;line-height:1.1;color:var(--text);margin-bottom:24px}.hero[data-lang=de] .hero-title{font-size:3.2rem}.hero-title:after{content:"";display:block;width:80px;height:4px;background:var(--primary);margin-top:16px}.hero-subtitle{font-size:2rem;line-height:1.5;color:var(--text-light);margin-bottom:32px;max-width:480px}.hero[data-lang=de] .hero-cta{font-size:1.6rem;padding:16px 24px;white-space:nowrap}.hero-image{display:flex;justify-content:center;align-items:center;position:relative;will-change:transform}.hero-image img{width:100%;max-width:450px;height:auto;filter:drop-shadow(0 12px 32px rgba(37,99,235,.15));transition:transform .3s ease;will-change:transform}.hero-image img:hover{transform:scale(1.02) translateY(-4px)}.hero-image:before{content:"";position:absolute;width:80%;height:80%;background:radial-gradient(circle,rgba(37,99,235,.05) 0%,transparent 70%);border-radius:50%;z-index:-1}@media (max-width: 1024px){.hero-content{gap:40px}.hero-title{font-size:4rem}.hero-subtitle{font-size:1.8rem}}@media (max-width: 768px){.hero{padding:80px 0 60px}.hero-text{margin:0 auto;z-index:3}.hero:before{display:none}.hero-content{grid-template-columns:1fr;gap:48px;text-align:center;padding:0 16px}.hero-title{font-size:3.2rem;margin-bottom:20px}.hero-title:after{margin:16px auto 0}.hero-subtitle{font-size:1.6rem;margin-bottom:28px;max-width:none}.hero-cta{padding:16px 28px;font-size:1.5rem;width:100%;max-width:330px}.hero-image{order:-1}.hero-image img{max-width:280px}}@media (max-width: 480px){.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.5rem}}@media (max-width: 340px){.hero[data-lang=de] .hero-cta{font-size:1.3rem;padding:12px 16px;word-spacing:-1px}}.services{background:var(--background);padding:100px 0;position:relative;overflow:hidden}.services:before{content:"";position:absolute;top:50%;right:8%;transform:translateY(-50%);width:150px;height:150px;background-image:url(/images/tools.png);background-size:contain;background-repeat:no-repeat;opacity:.45;z-index:1}.services-header{text-align:center;max-width:800px;margin:0 auto 60px;padding:0 24px;position:relative;z-index:2}.services-title{font-size:3.6rem;font-weight:700;color:var(--text);margin-bottom:16px}.services-title:after{content:"";display:block;width:60px;height:4px;background:var(--primary);margin:20px auto 0}.services-subtitle{font-size:2rem;color:var(--text-light);font-weight:400;margin-bottom:0}.services-situations{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(2,1fr);gap:60px;position:relative;z-index:2}.situation-column{background:var(--background-section);border-radius:20px;padding:40px 32px;border:1px solid var(--border-light);transition:all .3s ease;display:flex;flex-direction:column;height:100%}.situation-column:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2563eb14;border-color:var(--primary-light)}.situation-header{text-align:center;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid var(--primary-light)}.situation-title{font-size:2.4rem;font-weight:700;color:var(--primary);margin-bottom:12px;line-height:1.2}.situation-subtitle{font-size:1.6rem;color:var(--text-light);margin-bottom:0}.services-list{display:flex;flex-direction:column;gap:24px;flex-grow:1}.service-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:var(--background);border-radius:12px;border:1px solid var(--border-light);transition:all .2s ease}.service-item:hover{border-color:var(--primary-light);background:var(--primary-bg)}.service-icon{width:24px;height:24px;flex-shrink:0;opacity:.8;margin-top:4px}.service-content{flex:1}.service-title{font-size:1.8rem;font-weight:600;color:var(--text);margin-bottom:8px;line-height:1.3}.service-description{font-size:1.4rem;line-height:1.5;color:var(--text-light);margin-bottom:0}.situation-cta{margin-top:32px;padding-top:24px;border-top:1px solid var(--border-light);text-align:center}.situation-button{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;background:var(--primary);color:#fff;text-decoration:none;border-radius:8px;font-size:1.5rem;font-weight:600;transition:all .2s ease}.situation-button:hover{background:var(--primary-dark);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.situation-button:active{transform:translateY(0)}@media (max-width: 1024px){.services{padding:80px 0}.services-title{font-size:3.2rem}.services-subtitle{font-size:1.8rem}.services-situations{gap:40px}.situation-column{padding:32px 28px}.situation-title{font-size:2.2rem}}@media (max-width: 788px){.situation-button{font-size:1.4rem;padding:10px 20px}}@media (max-width: 768px){.services{padding:60px 0}.services:before{display:none}.services-header{margin-bottom:40px;padding:0 16px}.services-title{font-size:2.8rem}.services-subtitle{font-size:1.6rem}.services-situations{grid-template-columns:1fr;gap:32px;padding:0 16px}.situation-column{padding:28px 24px}.situation-title{font-size:2rem}.situation-subtitle{font-size:1.5rem}.services-list{gap:20px}.service-item{padding:16px;gap:12px}.service-icon{width:20px;height:20px}.service-title{font-size:1.6rem}.service-description{font-size:1.3rem}.situation-cta{margin-top:24px;padding-top:20px}}@media (max-width: 480px){.situation-column{padding:24px 20px}.service-item{padding:14px}}.process{background:var(--background-section);padding:100px 0;position:relative}.process:before{content:"";position:absolute;top:50px;right:8%;width:200px;height:200px;background-image:url(/images/development-workflow.png);background-size:contain;background-repeat:no-repeat;opacity:.04;z-index:1}.process-title{text-align:center;font-size:3.6rem;font-weight:700;color:var(--text);margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.process-title:after{content:"";display:block;width:60px;height:4px;background:var(--primary);margin:20px auto 0}.process-steps{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(2,1fr);gap:40px;position:relative;z-index:2}.process-step{background:var(--background);padding:40px 32px;border-radius:16px;border:1px solid var(--border-light);box-shadow:0 4px 16px #0000000f;transition:all .3s ease;position:relative}.process-step:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2563eb1a;border-color:var(--primary-light)}.process-step:before{content:"";position:absolute;top:-20px;left:32px;width:40px;height:40px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.6rem;box-shadow:0 4px 12px #2563eb4d;border:4px solid var(--background-section)}.process-step:nth-child(1):before{content:"1"}.process-step:nth-child(2):before{content:"2"}.process-step:nth-child(3):before{content:"3"}.process-step:nth-child(4):before{content:"4"}.process-step h3{font-size:2.2rem;font-weight:600;color:var(--text);margin-bottom:16px;margin-top:8px;line-height:1.3}.process-step p{font-size:1.6rem;line-height:1.6;color:var(--text-light);margin-bottom:0}.process-step{border-left:4px solid var(--primary-light)}.process-step:hover{border-left-color:var(--primary)}@media (max-width: 1024px){.process{padding:80px 0}.process-title{font-size:3.2rem;margin-bottom:50px}.process-steps{gap:32px}.process-step{padding:36px 28px}.process-step h3{font-size:2rem}.process-step p{font-size:1.5rem}}@media (max-width: 768px){.process{padding:60px 0}.process:before{display:none}.process-title{font-size:2.8rem;margin-bottom:40px;padding:0 16px}.process-steps{grid-template-columns:1fr;gap:32px;padding:0 16px}.process-step{padding:32px 24px}.process-step:before{top:-16px;left:24px;width:36px;height:36px;font-size:1.4rem;border:3px solid var(--background-section)}.process-step h3{font-size:1.8rem;margin-bottom:12px}.process-step p{font-size:1.4rem}}@media (max-width: 480px){.process-step{padding:28px 20px}.process-step:before{left:20px}}.portfolio{background:var(--background-section);padding:100px 0;position:relative}.portfolio-header{text-align:center;max-width:800px;margin:0 auto 60px;padding:0 24px}.portfolio-title{font-size:3.6rem;font-weight:700;color:var(--text);margin-bottom:16px}.portfolio-title:after{content:"";display:block;width:60px;height:4px;background:var(--primary);margin:20px auto 0}.portfolio-subtitle{font-size:2rem;color:var(--text-light);font-weight:400;margin-bottom:0}.portfolio-grid{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.project-card{background:var(--background);border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000000f;transition:all .4s ease;cursor:pointer;border:1px solid var(--border-light)}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #2563eb1f;border-color:var(--primary-light)}.project-image{position:relative;width:100%;height:240px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center}.project-image img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--primary-bg);color:var(--text-muted);font-size:1.4rem}.project-info{padding:32px 28px;position:relative}.project-title{font-size:2.2rem;font-weight:600;color:var(--text);margin-bottom:12px;line-height:1.3}.project-description{font-size:1.5rem;line-height:1.6;color:var(--text-light);margin-bottom:20px}.project-link{display:inline-flex;align-items:center;font-size:1.4rem;font-weight:500;color:var(--primary);text-decoration:none;transition:all .2s ease;position:relative}.project-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--primary);transition:width .3s ease}.project-card:hover .project-link:after{width:100%}.project-card:hover .project-link{color:var(--primary-dark)}.project-image:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--primary),var(--primary-dark));opacity:0;transition:opacity .3s ease;z-index:1}.project-card:hover .project-image:before{opacity:.1}.project-image:after{content:"View Project";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--primary);color:#fff;padding:12px 24px;border-radius:6px;font-weight:500;font-size:1.4rem;opacity:0;transition:all .3s ease;z-index:2;pointer-events:none}.project-card:hover .project-image:after{opacity:1;transform:translate(-50%,-50%) scale(1.05)}@media (max-width: 1024px){.portfolio{padding:80px 0}.portfolio-title{font-size:3.2rem}.portfolio-subtitle{font-size:1.8rem}.portfolio-grid{gap:32px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.project-image{height:220px}}@media (max-width: 768px){.portfolio{padding:60px 0}.portfolio-header{margin-bottom:40px;padding:0 16px}.portfolio-title{font-size:2.8rem}.portfolio-subtitle{font-size:1.6rem}.portfolio-grid{padding:0 16px;gap:24px;grid-template-columns:1fr}.project-image{height:200px}.project-info{padding:28px 24px}.project-title{font-size:2rem}.project-description{font-size:1.4rem}.project-image:after{display:none}}@media (max-width: 480px){.project-info{padding:24px 20px}.project-title{font-size:1.8rem}}.modal-backdrop{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--background);border-radius:16px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:fixed;top:20px;right:20px;width:40px;height:40px;border:none;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;font-size:24px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:2001;color:var(--text);box-shadow:0 2px 12px #00000026}.modal-close:hover{background:var(--background);transform:scale(1.1);box-shadow:0 4px 12px #0003}.modal-header{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:40px;border-bottom:1px solid var(--border-light);background:linear-gradient(135deg,var(--background) 0%,var(--background-section) 100%)}.modal-image{border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #00000026;position:relative}.modal-image img{width:100%;height:280px;object-fit:cover;transition:transform .3s ease}.modal-image:hover img{transform:scale(1.05)}.modal-header-info{display:flex;flex-direction:column;justify-content:center}.modal-title{font-size:3.2rem;font-weight:700;color:var(--text);margin-bottom:16px}.modal-description{font-size:1.8rem;line-height:1.6;color:var(--text-light);margin-bottom:24px}.visit-site-btn{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:1.6rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;font-family:var(--font-heading);box-shadow:0 4px 16px #2563eb4d;position:relative;overflow:hidden}.visit-site-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.visit-site-btn:hover:before{left:100%}.visit-site-btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #2563eb66}.modal-body{padding:50px 40px 40px;background:var(--background)}.case-study-section{margin-bottom:50px;position:relative}.case-study-section:last-child{margin-bottom:0}.case-study-section:not(:last-child):after{content:"";position:absolute;bottom:-25px;left:0;width:40px;height:2px;background:linear-gradient(90deg,var(--primary),transparent)}.case-study-section h3{font-size:2.4rem;font-weight:700;color:var(--text);margin-bottom:20px;position:relative;padding-left:24px;letter-spacing:-.02em}.case-study-section h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:28px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:3px}.case-study-section p{font-size:1.7rem;line-height:1.8;color:var(--text-light);margin-bottom:0;text-align:justify}.case-study-section ul{list-style:none;padding:0;margin:0}.case-study-section li{font-size:1.7rem;line-height:1.7;color:var(--text-light);margin-bottom:16px;padding-left:28px;position:relative}.case-study-section li:before{content:"▸";color:var(--primary);font-size:1.6rem;position:absolute;left:0;top:2px;font-weight:700}.results-list li{background:linear-gradient(135deg,var(--primary-bg),rgba(37,99,235,.05));padding:16px 20px 16px 48px;border-radius:12px;margin-bottom:12px;border-left:4px solid var(--primary);box-shadow:0 2px 8px #2563eb14;transition:transform .2s ease,box-shadow .2s ease}.results-list li:hover{transform:translate(4px);box-shadow:0 4px 16px #2563eb1f}.results-list li:before{content:"✓";color:var(--primary);font-weight:700;left:20px;top:18px;font-size:1.4rem}.case-study-image{margin:60px 0;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px #0000001f;background:var(--background-section);transition:transform .3s ease,box-shadow .3s ease}.case-study-image img{width:100%;height:auto;max-height:450px;object-fit:contain;display:block;transition:transform .3s ease;background:#fafafa}.case-study-image:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0000002e}.image-caption{padding:20px 24px;font-size:1.5rem;color:var(--text-light);font-style:italic;text-align:center;background:linear-gradient(135deg,var(--background-section),var(--background));margin:0;border-top:1px solid var(--border-light);font-weight:500}.tech-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.tech-tag{background:linear-gradient(135deg,var(--primary-light),rgba(37,99,235,.1));color:var(--primary-dark);padding:10px 18px;border-radius:25px;font-size:1.4rem;font-weight:600;border:1px solid rgba(37,99,235,.2);transition:all .2s ease}.tech-tag:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}@media (max-width: 1024px){.modal-content{max-width:700px}.modal-header{padding:32px;gap:32px}.modal-body{padding:32px}.modal-title{font-size:2.8rem}.modal-description{font-size:1.6rem}}@media (max-width: 768px){.modal-backdrop{padding:20px 10px 10px;align-items:flex-start}.modal-content{max-height:95vh;border-radius:12px}.modal-close{top:15px;right:15px;width:44px;height:44px;font-size:20px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 16px #0003}.modal-header{grid-template-columns:1fr;gap:24px;padding:24px;text-align:center}.case-study-image{margin:32px 0;border-radius:8px}.case-study-image img{max-height:280px}.image-caption{padding:12px 16px;font-size:1.3rem}.modal-title{font-size:2.4rem}.modal-description{font-size:1.5rem}.visit-site-btn{align-self:center;width:100%;max-width:280px}.modal-body{padding:40px 24px 24px}.modal-image img{height:auto}.case-study-section{margin-bottom:40px}.case-study-section h3{font-size:2rem;padding-left:20px}.case-study-section h3:before{height:20px}.case-study-image{margin:40px 0;border-radius:12px}.case-study-section p,.case-study-section li{font-size:1.5rem;text-align:left}.tech-tags{gap:8px}.tech-tag{font-size:1.2rem;padding:6px 12px}}@media (max-width: 480px){.modal-header,.modal-body{padding:20px}.case-study-image{margin:24px 0}.case-study-image img{max-height:220px}.image-caption{font-size:1.2rem}.modal-close{top:15px;right:15px;width:36px;height:36px;font-size:20px}}.faq{background:var(--background-section);padding:100px 0;position:relative}.faq:before{content:"";position:absolute;top:50px;right:5%;width:180px;height:180px;background-image:url(/images/FAQ.png);background-size:contain;background-repeat:no-repeat;opacity:.5;z-index:1;transform:rotate(-10deg)}.faq-title{text-align:center;font-size:3.6rem;font-weight:700;color:var(--text);margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.faq-title:after{content:"";display:block;width:60px;height:4px;background:var(--primary);margin:20px auto 0}.faq-list{max-width:800px;margin:0 auto;padding:0 24px;position:relative;z-index:2}.faq-item summary{padding:24px 28px;font-size:1.8rem;font-weight:600;color:var(--text);cursor:pointer;list-style:none;position:relative;transition:all .2s ease;-webkit-user-select:none;user-select:none}.faq-item summary:hover{background:var(--primary-bg);color:var(--primary-dark)}.faq-item[open] summary{background:var(--primary-bg);color:var(--primary-dark);border-bottom:1px solid var(--border-light)}.faq-item summary:after{content:"+";position:absolute;right:28px;top:50%;transform:translateY(-50%);font-size:2.4rem;font-weight:300;color:var(--primary);transition:transform .3s ease;line-height:1}.faq-item[open] summary:after{transform:translateY(-50%) rotate(45deg)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::marker{display:none}.faq-item p{padding:0 28px 28px;font-size:1.6rem;line-height:1.6;color:var(--text-light);margin:0;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-item{border-left:4px solid var(--border-light)}.faq-item:hover{border-left-color:var(--primary-light)}.faq-item[open]{border-left-color:var(--primary)}.faq-item:nth-child(2n){background:var(--background-light)}.faq-item:nth-child(2n)[open] summary{background:var(--primary-bg)}@media (max-width: 1024px){.faq{padding:80px 0}.faq-title{font-size:3.2rem;margin-bottom:50px}.faq-item summary{padding:20px 24px;font-size:1.7rem}.faq-item summary:after{right:24px;font-size:2.2rem}.faq-item p{padding:0 24px 24px;font-size:1.5rem}}@media (max-width: 768px){.faq{padding:60px 0}.faq:before{display:none}.faq-title{font-size:2.8rem;margin-bottom:40px;padding:0 16px}.faq-list{padding:0 16px}.faq-item{margin-bottom:12px}.faq-item summary{padding:18px 48px 18px 20px;font-size:1.6rem}.faq-item summary:after{right:20px;font-size:2rem}.faq-item p{padding:0 20px 20px;font-size:1.4rem}}@media (max-width: 480px){.faq-item summary{padding:16px 44px 16px 18px;font-size:1.5rem}.faq-item summary:after{right:18px;font-size:1.8rem}.faq-item p{padding:0 18px 18px;font-size:1.3rem}}.contact{background:var(--background);padding:100px 0;position:relative}.contact:before{content:"";position:absolute;top:50%;left:8%;transform:translateY(-50%);width:200px;height:200px;background-image:url(/images/plane.png);background-size:contain;background-repeat:no-repeat;opacity:.45;z-index:1}.contact-header{text-align:center;max-width:700px;margin:0 auto 50px;padding:0 24px;position:relative;z-index:2}.contact-title{font-size:3.6rem;font-weight:700;color:var(--text);margin-bottom:20px}.contact-title:after{content:"";display:block;width:60px;height:4px;background:var(--primary);margin:20px auto 0}.contact-subtitle{font-size:2rem;color:var(--text-light);font-weight:400;margin-bottom:0;line-height:1.5}.contact-form{max-width:600px;margin:0 auto 40px;padding:48px 40px;background:var(--background);border-radius:16px;border:1px solid var(--border-light);box-shadow:0 8px 32px #0000000f;position:relative;z-index:2}.form-group{margin-bottom:28px}.form-group:last-of-type{margin-bottom:36px}.form-group label{display:block;font-size:1.6rem;font-weight:500;color:var(--text);margin-bottom:8px}.form-group input,.form-group textarea{width:100%;padding:16px 20px;font-size:1.6rem;border:2px solid var(--border);border-radius:8px;background:var(--background);color:var(--text);transition:all .3s ease;font-family:var(--font-body)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1a;background:var(--background)}.form-group textarea{resize:vertical;min-height:120px;line-height:1.5}.form-group textarea::placeholder{color:var(--text-muted);font-style:italic;line-height:1.4}.contact-submit{width:100%;background:var(--primary);color:#fff;padding:18px 32px;font-size:1.8rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:var(--font-heading);box-shadow:0 4px 16px #2563eb33}.contact-submit:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb4d}.contact-submit:active{transform:translateY(0)}.contact-info{text-align:center;padding:0 24px;position:relative;z-index:2}.contact-info p{font-size:1.6rem;color:var(--text-light);margin:0}.contact-info a{color:var(--primary);text-decoration:none;font-weight:500;transition:color .2s ease}.contact-info a:hover{color:var(--primary-dark);text-decoration:underline}.contact-form:before{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:18px;opacity:0;transition:opacity .3s ease;z-index:-1}.contact-form:hover:before{opacity:.05}@media (max-width: 1024px){.contact{padding:80px 0}.contact-title{font-size:3.2rem}.contact-subtitle{font-size:1.8rem}.contact-form{padding:40px 32px}}@media (max-width: 768px){.contact{padding:60px 0}.contact:before{display:none}.contact-header{margin-bottom:40px;padding:0 16px}.contact-title{font-size:2.8rem}.contact-subtitle{font-size:1.6rem}.contact-form{padding:32px 24px}.form-group{margin-bottom:24px}.form-group:last-of-type{margin-bottom:32px}.form-group label{font-size:1.5rem}.form-group input,.form-group textarea{font-size:1.5rem;padding:14px 16px}.contact-submit{font-size:1.6rem;padding:16px 28px}.contact-info{padding:0 16px}.contact-info p{font-size:1.5rem}}@media (max-width: 480px){.contact-form{padding:28px 20px}.contact-title{font-size:2.4rem}.contact-subtitle{font-size:1.5rem}}.testimonials{background:var(--background);padding:100px 0;position:relative;overflow:hidden}.testimonials:before{content:"";position:absolute;bottom:-30px;left:5%;width:150px;height:150px;background-image:url(/images/testimonials.png);background-size:contain;background-repeat:no-repeat;opacity:.5;z-index:1}.testimonials-header{text-align:center;max-width:800px;margin:0 auto 60px;padding:0 24px;position:relative;z-index:2}.testimonials-title{font-size:3.6rem;font-weight:700;color:var(--text);margin-bottom:16px}.testimonials-title:after{content:"";display:block;width:60px;height:4px;background:var(--primary);margin:20px auto 0}.testimonials-subtitle{font-size:2rem;color:var(--text-light);font-weight:400;margin-bottom:0}.testimonials-grid{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px;position:relative;z-index:2}.testimonial-card{background:var(--background);padding:40px 32px;border-radius:16px;border:2px solid var(--border-light);box-shadow:0 4px 16px #0000000f;transition:all .3s ease;position:relative;margin:0}.testimonial-card:before{content:'"';position:absolute;top:-1px;left:24px;font-size:6rem;color:var(--primary);font-family:Georgia,serif;line-height:1;opacity:.3}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2563eb1a;border-color:var(--primary-light)}.testimonial-quote{font-size:1.7rem;line-height:1.6;color:var(--text-light);margin-bottom:24px;font-style:italic;position:relative;z-index:2}.testimonial-footer{display:flex;flex-direction:column;gap:4px;border-top:1px solid var(--border-light);padding-top:20px}.testimonial-footer strong{font-size:1.6rem;font-weight:600;color:var(--text);font-style:normal}.testimonial-footer span{font-size:1.4rem;color:var(--text-muted);font-style:normal}.testimonial-card:after{content:"★★★★★";position:absolute;top:20px;right:32px;color:#fbbf24;font-size:1.6rem;opacity:.8}.testimonial-card:nth-child(2){border-color:var(--primary-light)}@media (max-width: 1024px){.testimonials{padding:80px 0}.testimonials-title{font-size:3.2rem}.testimonials-subtitle{font-size:1.8rem}.testimonials-grid{gap:28px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.testimonial-card{padding:36px 28px}.testimonial-quote{font-size:1.6rem}}@media (max-width: 768px){.testimonials{padding:60px 0}.testimonials:before{display:none}.testimonials-header{margin-bottom:40px;padding:0 16px}.testimonials-title{font-size:2.8rem}.testimonials-subtitle{font-size:1.6rem}.testimonials-grid{grid-template-columns:1fr;gap:24px;padding:0 16px}.testimonial-card{padding:32px 24px}.testimonial-card:before{font-size:5rem;left:20px}.testimonial-card:after{top:16px;right:24px;font-size:1.4rem}.testimonial-quote{font-size:1.5rem;margin-bottom:20px}.testimonial-footer strong{font-size:1.5rem}.testimonial-footer span{font-size:1.3rem}}@media (max-width: 480px){.testimonial-card{padding:28px 20px}.testimonial-card:before{left:16px;font-size:4.5rem}.testimonial-card:after{top:8px;right:20px}.testimonial-quote{font-size:1.4rem}}.testimonial-card:nth-child(1){background:linear-gradient(135deg,var(--background) 0%,var(--primary-bg) 100%)}.testimonial-card:nth-child(2){border-color:var(--primary-light);background:var(--background)}.testimonial-card:nth-child(3){background:linear-gradient(135deg,var(--primary-bg) 0%,var(--background) 100%)}.testimonial-card:nth-child(4){border-color:var(--primary-light);background:var(--background)}@media (min-width: 769px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}.testimonial-card:nth-child(1){background:var(--background)}.testimonial-card:nth-child(2){background:linear-gradient(135deg,var(--background) 0%,var(--primary-bg) 100%)}.testimonial-card:nth-child(3){background:linear-gradient(135deg,var(--primary-bg) 0%,var(--background) 100%)}.testimonial-card:nth-child(4){background:var(--background)}}.about{background:var(--background);padding:100px 0;position:relative}.about:before{content:"";position:absolute;top:50%;right:5%;width:250px;height:250px;background-image:url(/images/who.png);background-size:contain;background-repeat:no-repeat;opacity:.4;transform:translateY(-50%);z-index:1}.about-inner{max-width:1000px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:300px 1fr;gap:60px;align-items:center;position:relative;z-index:2}.about-photo{position:relative}.about-photo img{width:100%;height:300px;object-fit:cover;border-radius:16px;box-shadow:0 12px 32px #0000001a;transition:transform .3s ease}.about-photo img:hover{transform:scale(1.02)}.about-photo:after{content:"";position:absolute;inset:12px;border:3px solid var(--primary);border-radius:16px;opacity:.6;transition:all .3s ease}.about-photo:hover:after{inset:8px;opacity:.8}.about-photo-placeholder{width:100%;height:300px;background:var(--primary-bg);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:1.4rem;border:2px dashed var(--border)}.about-content{padding-left:20px}.about-title{font-size:3.6rem;font-weight:700;color:var(--text);margin-bottom:32px;position:relative;display:inline-block}.about-title:after{content:"";display:block;width:60px;height:4px;background:var(--primary);margin:16px auto 0}.about-text{font-size:1.7rem;line-height:1.7;color:var(--text-light);margin-bottom:24px}.about-text:last-child{margin-bottom:0}.about-text:first-of-type:before{content:'"';font-size:4rem;color:var(--primary);font-family:Georgia,serif;position:absolute;margin-left:-32px;margin-top:-8px;opacity:.3}.about-highlights{margin-top:32px;padding-top:32px;border-top:1px solid var(--border-light)}.about-highlights h4{font-size:1.6rem;font-weight:600;color:var(--text);margin-bottom:16px}.about-skills{display:flex;flex-wrap:wrap;gap:12px}.skill-tag{background:var(--primary-bg);color:var(--primary-dark);padding:8px 16px;border-radius:20px;font-size:1.4rem;font-weight:500;border:1px solid var(--primary-light)}@media (max-width: 1024px){.about{padding:80px 0}.about-inner{gap:48px;grid-template-columns:260px 1fr}.about-photo img,.about-photo-placeholder{height:260px}.about-title{font-size:3.2rem}.about-text{font-size:1.6rem}.about-content{padding-left:0}}@media (max-width: 768px){.about{padding:60px 0}.about:before{display:none}.about-inner{grid-template-columns:1fr;gap:40px;padding:0 16px;text-align:center}.about-photo{max-width:240px;margin:0 auto}.about-photo img,.about-photo-placeholder{height:240px}.about-title{font-size:2.8rem;margin-bottom:24px}.about-title:after{margin:16px auto 0}.about-text{font-size:1.5rem;text-align:left;margin-bottom:20px}.about-text:first-of-type:before{display:none}.about-highlights{text-align:left}}@media (max-width: 480px){.about-photo{max-width:200px}.about-photo img,.about-photo-placeholder{height:200px}.about-title{font-size:2.4rem}.about-text{font-size:1.4rem}}.benefits{background:var(--background-section);padding:100px 0;position:relative}.benefits:before{content:"";position:absolute;top:50%;left:8%;transform:translateY(-50%);width:150px;height:150px;background-image:url(/images/lightbulb.png);background-size:contain;background-repeat:no-repeat;opacity:.4;z-index:1}.benefits-title{text-align:center;font-size:3.6rem;font-weight:700;color:var(--text);margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.benefits-title:after{content:"";display:block;width:60px;height:4px;background:var(--primary);margin:20px auto 0}.benefits-list{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(2,1fr);gap:32px;position:relative;z-index:2}.benefit-card{background:var(--background);padding:40px 32px;border-radius:12px;border:1px solid var(--border-light);box-shadow:0 2px 8px #0000000a;transition:all .3s ease;position:relative}.benefit-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary),var(--primary-dark));border-radius:12px 12px 0 0}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2563eb1a;border-color:var(--primary-light)}.benefit-card h3{font-size:2.2rem;font-weight:600;color:var(--text);margin-bottom:16px;line-height:1.3}.benefit-card p{font-size:1.6rem;line-height:1.6;color:var(--text-light);margin-bottom:0}.benefit-icon{position:absolute;top:1.5rem;right:1.5rem;width:32px;height:32px;opacity:.7;pointer-events:none}@media (max-width: 1024px){.benefits{padding:80px 0}.benefits-title{font-size:3.2rem;margin-bottom:50px}.benefits-list{gap:28px}.benefit-card{padding:36px 28px}}@media (max-width: 768px){.benefits{padding:60px 0}.benefits:before{display:none}.benefits-title{font-size:2.8rem;margin-bottom:40px;padding:0 16px}.benefits-list{padding:0 16px;grid-template-columns:1fr;gap:24px}.benefit-card{padding:32px 24px}.benefit-card h3{font-size:2rem;margin-bottom:12px}.benefit-card p{font-size:1.5rem}}@media (max-width: 480px){.benefit-card{padding:28px 20px}.benefit-card h3{font-size:1.8rem}.benefit-card p{font-size:1.4rem}.benefit-icon{width:24px;height:24px;top:1rem;right:1rem}}.footer{background:var(--text);color:var(--background);padding:60px 0 40px;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent)}.footer-content{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:32px}.footer-info{flex:1}.footer-info p:first-child{font-size:1.6rem;font-weight:600;color:var(--background);margin-bottom:8px}.footer-info p:last-child{font-size:1.4rem;color:var(--text-muted);margin-bottom:0;font-style:italic}.footer-nav{display:flex;gap:32px;align-items:center}.footer-nav a{font-size:1.4rem;color:var(--text-muted);text-decoration:none;transition:color .2s ease;position:relative}.footer-nav a:hover{color:var(--primary-light)}.footer-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--primary-light);transition:width .2s ease}.footer-nav a:hover:after{width:100%}.footer{background:linear-gradient(135deg,var(--text) 0%,#1e293b 100%)}@media (max-width: 768px){.footer{padding:48px 0 32px}.footer-content{flex-direction:column;text-align:center;gap:24px;padding:0 16px}.footer-info p:first-child{font-size:1.5rem}.footer-info p:last-child{font-size:1.3rem}.footer-nav{gap:24px}.footer-nav a{font-size:1.3rem}}@media (max-width: 480px){.footer-nav{flex-direction:column;gap:16px}.footer-nav a{font-size:1.4rem}}.back-link{margin-bottom:32px}.back-link a{color:var(--primary);font-size:1.6rem;font-weight:500;text-decoration:none;transition:color .2s ease}.back-link a:hover{color:var(--primary-dark)}.legal-page{background:var(--background);min-height:calc(100vh - 136px);padding:120px 0 80px}.legal-content{max-width:800px;margin:0 auto;padding:0 24px;line-height:1.7}.legal-content h1{font-size:3.6rem;font-weight:700;color:var(--text);margin-bottom:16px;padding-bottom:16px;border-bottom:3px solid var(--primary)}.legal-content h2{font-size:2.4rem;font-weight:600;color:var(--text);margin-top:40px;margin-bottom:16px;position:relative}.legal-content h2:before{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);width:4px;height:24px;background:var(--primary);border-radius:2px}.legal-content h3{font-size:2rem;font-weight:600;color:var(--text);margin-top:32px;margin-bottom:12px}.legal-content p{font-size:1.6rem;color:var(--text-light);margin-bottom:20px;line-height:1.7}.legal-content p:first-of-type{font-size:1.4rem;color:var(--text-muted);font-style:italic;margin-bottom:32px}.legal-content ul,.legal-content ol{margin:20px 0;padding-left:24px}.legal-content li{font-size:1.6rem;color:var(--text-light);margin-bottom:8px;line-height:1.6}.legal-content a{color:var(--primary);text-decoration:none;font-weight:500;transition:all .2s ease;border-bottom:1px solid transparent}.legal-content a:hover{color:var(--primary-dark);border-bottom-color:var(--primary-dark)}.legal-content strong{color:var(--text);font-weight:600}.contact-block{background:var(--background-section);padding:24px;border-radius:8px;border-left:4px solid var(--primary);margin:24px 0}.contact-block p{margin-bottom:8px;font-size:1.5rem}.contact-block p:last-child{margin-bottom:0}@media (max-width: 768px){.legal-page{padding:100px 0 60px}.legal-content{padding:0 16px}.legal-content h1{font-size:2.8rem}.legal-content h2{font-size:2rem;margin-top:32px}.legal-content h2:before{left:-12px;height:20px}.legal-content h3{font-size:1.8rem}.legal-content p,.legal-content li{font-size:1.5rem}.legal-content ul,.legal-content ol{padding-left:20px}}@media (max-width: 480px){.legal-content h1{font-size:2.4rem}.legal-content h2{font-size:1.8rem}.legal-content p,.legal-content li{font-size:1.4rem}}.not-found-main{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 24px;background:var(--background-section)}.not-found-graphic{width:300px;height:200px;margin-bottom:32px;opacity:.8}.not-found-title{font-size:6rem;color:var(--primary);margin-bottom:16px}.not-found-description{font-size:2rem;color:var(--text-light);margin-bottom:32px;max-width:500px}.not-found-home-link{background:var(--primary);color:#fff;padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.not-found-home-link:hover{color:#fff;background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.hero-new{background:linear-gradient(135deg,var(--primary-bg) 0%,var(--background) 50%,var(--primary-light) 100%);padding:80px 0;text-align:center}.hero-subtitle{font-size:2rem;color:var(--text-light);margin-bottom:40px;line-height:1.5}.hero-stats{display:flex;justify-content:center;gap:60px;margin-bottom:40px}.stat{text-align:center}.stat-number{display:block;font-size:3.2rem;font-weight:700;color:var(--primary);line-height:1}.stat-label{font-size:1.4rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px}.process-section,.included-section,.faq-section,.cta-section{padding:80px 0}.faq-section{background:var(--background-section)}.cta-section{background:var(--background-section)!important;color:#fff}.included-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:600px;margin:0 auto}.faq-item{background:var(--background);border:1px solid var(--border-light);border-radius:12px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.container-new-website{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width: 768px){.container{padding:0 16px}.hero-title{font-size:3.2rem}.hero-subtitle{font-size:1.6rem}.hero-stats{gap:40px}.stat-number{font-size:2.4rem}.section-title{font-size:2.8rem}.section-subtitle{font-size:1.6rem;margin-bottom:40px}.process-timeline:before{left:30px}.process-item{gap:20px}.step-number{width:60px;height:60px;font-size:1.8rem}.step-title{font-size:1.8rem}.step-description{font-size:1.4rem}.included-grid{grid-template-columns:1fr;gap:16px}.faq-question{padding:20px 24px;font-size:1.6rem}.faq-answer{padding:0 24px 24px;font-size:1.4rem}.process-section,.included-section,.faq-section,.cta-section{padding:60px 0}}.services-back-link{margin-bottom:32px;text-align:center}.hero-redesign{background:linear-gradient(135deg,var(--primary-bg) 0%,var(--background) 50%,var(--primary-light) 100%);padding:80px 0;text-align:center}.hero-content{max-width:800px;margin:0 auto;padding:0 24px}.hero-title{font-size:4.8rem;font-weight:700;color:var(--text);margin-bottom:24px;line-height:1.1}.hero-title:after{content:"";display:block;width:80px;height:4px;background:var(--primary);margin:20px auto 0}.hero-subtitle{font-size:2rem;color:var(--text-light);margin-bottom:32px;line-height:1.5}.hero-benefits{display:flex;justify-content:center;gap:40px;margin-bottom:40px}.benefit-item{font-size:1.6rem;color:var(--primary);font-weight:500}.hero-cta{display:inline-block;background:var(--primary);color:#fff;padding:18px 32px;border-radius:8px;font-weight:600;font-size:1.8rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #2563eb33}.hero-cta:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb4d;color:#fff}.problems-section,.process-section,.included-section,.before-after-section,.faq-section,.cta-section{padding:80px 0}.problems-section{background:var(--background)}.process-section{background:var(--background-section)}.included-section{background:var(--background)}.before-after-section{background:var(--background-section)}.faq-section{background:var(--background)}.cta-section{background:var(--primary);color:#fff}.section-title{font-size:3.6rem;font-weight:700;color:var(--text);text-align:center;margin-bottom:16px}.section-title:after{content:"";display:block;width:60px;height:4px;background:var(--primary);margin:20px auto 0}.cta-section .section-title,.cta-section .section-title:after{color:#fff;background:#fff}.section-subtitle{font-size:1.8rem;color:var(--text-light);text-align:center;margin-bottom:60px;max-width:600px;margin-left:auto;margin-right:auto}.problems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1000px;margin:0 auto}.problem-card{background:var(--background-section);padding:32px 24px;border-radius:16px;text-align:center;border:1px solid var(--border-light);transition:all .3s ease}.problem-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014;border-color:var(--primary-light)}.problem-icon{font-size:3.2rem;margin-bottom:16px}.problem-title{font-size:1.8rem;font-weight:600;color:var(--text);margin-bottom:12px}.problem-description{font-size:1.4rem;color:var(--text-light);line-height:1.5;margin-bottom:0}.process-timeline{max-width:800px;margin:0 auto;position:relative}.process-timeline:before{content:"";position:absolute;left:40px;top:0;bottom:0;width:2px;background:var(--primary-light)}.process-item{display:flex;gap:32px;margin-bottom:48px;position:relative}.process-item:last-child{margin-bottom:0}.step-number{width:80px;height:80px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;font-weight:700;flex-shrink:0;position:relative;z-index:2;box-shadow:0 4px 12px #2563eb33}.step-content{flex:1;padding-top:8px}.step-title{font-size:2.2rem;font-weight:600;color:var(--text);margin-bottom:12px}.step-description{font-size:1.6rem;color:var(--text-light);line-height:1.6;margin-bottom:8px}.step-duration{font-size:1.4rem;color:var(--primary);font-weight:500;font-style:italic}.included-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:700px;margin:0 auto}.included-item{display:flex;align-items:center;gap:16px;font-size:1.6rem;color:var(--text-light)}.check-icon{width:32px;height:32px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.problem-icon{width:24px;height:24px;flex-shrink:0;opacity:.8;margin-top:4px}.demo-showcase{max-width:1000px;margin:0 auto}.demo-comparison{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:60px}.demo-before,.demo-after{text-align:center}.demo-before h4{font-size:2rem;font-weight:600;color:#dc2626;margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:8px}.demo-before h4:before{content:"❌";font-size:1.4rem}.demo-after h4{font-size:2rem;font-weight:600;color:var(--success);margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:8px}.demo-after h4:before{content:"✅";font-size:1.4rem}.demo-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #00000026;margin-bottom:24px;transition:transform .3s ease}.demo-image:hover{transform:translateY(-4px)}.demo-image img{width:100%;height:300px;object-fit:cover;display:block}.demo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.7) 100%);display:flex;align-items:flex-end;padding:20px;opacity:0;transition:opacity .3s ease}.demo-image:hover .demo-overlay{opacity:1}.demo-issues,.demo-improvements{display:flex;flex-wrap:wrap;gap:8px}.issue-tag{background:#dc2626e6;color:#fff;padding:4px 12px;border-radius:16px;font-size:.8rem;font-weight:500}.improvement-tag{background:#22c55ee6;color:#fff;padding:4px 12px;border-radius:16px;font-size:.8rem;font-weight:500}.demo-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:8px;font-weight:600;font-size:1.4rem;text-decoration:none;transition:all .3s ease;border:2px solid}.demo-btn-before{background:transparent;color:#dc2626;border-color:#dc2626}.demo-btn-before:hover{background:#dc2626;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #dc26264d}.demo-btn-after{background:var(--success);color:#fff;border-color:var(--success)}.demo-btn-after:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 8px 20px #22c55e4d;color:#fff}.results-metrics{background:var(--background);border-radius:16px;padding:40px;margin-bottom:40px;border:1px solid var(--border-light)}.metrics-title{font-size:2.2rem;font-weight:600;color:var(--text);text-align:center;margin-bottom:32px}.results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.result-item{text-align:center;padding:24px 16px;background:var(--primary-bg);border-radius:12px;transition:transform .3s ease}.result-item:hover{transform:translateY(-4px)}.result-number{display:block;font-size:3rem;font-weight:700;color:var(--primary);margin-bottom:8px}.result-label{display:block;font-size:1.4rem;color:var(--text-light);font-weight:500}.transformation-note{background:var(--primary-bg);border-left:4px solid var(--primary);padding:24px;border-radius:8px}.transformation-note p{font-size:1.5rem;line-height:1.6;color:var(--text);margin:0}.transformation-note strong{color:var(--primary)}@media (max-width: 768px){.demo-comparison{grid-template-columns:1fr;gap:40px;margin-bottom:40px}.demo-image img{height:250px}.demo-overlay{padding:16px}.results-grid{grid-template-columns:repeat(2,1fr);gap:20px}.result-number{font-size:2.4rem}.result-label{font-size:1.2rem}.demo-btn{font-size:1.3rem;padding:12px 20px}.transformation-note{padding:20px}.transformation-note p{font-size:1.4rem}}@media (max-width: 480px){.results-grid{grid-template-columns:1fr;gap:16px}.demo-before h4,.demo-after h4{font-size:1.6rem}.metrics-title{font-size:1.8rem}}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--background-section);border:1px solid var(--border-light);border-radius:12px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:var(--primary-light);box-shadow:0 4px 16px #2563eb0f}.faq-item[open]{border-color:var(--primary);box-shadow:0 8px 24px #2563eb1a}.faq-question{padding:24px 28px;font-size:1.8rem;font-weight:600;color:var(--text);cursor:pointer;list-style:none;position:relative;transition:all .2s ease;-webkit-user-select:none;user-select:none}.faq-question:hover{background:var(--primary-bg);color:var(--primary-dark)}.faq-item[open] .faq-question{background:var(--primary-bg);color:var(--primary-dark);border-bottom:1px solid var(--border-light)}.faq-question:after{content:"+";position:absolute;right:28px;top:50%;transform:translateY(-50%);font-size:2.4rem;font-weight:300;color:var(--primary);transition:transform .3s ease;line-height:1}.faq-item[open] .faq-question:after{transform:translateY(-50%) rotate(45deg)}.faq-question::-webkit-details-marker{display:none}.faq-question::marker{display:none}.faq-answer{padding:0 28px 28px;font-size:1.6rem;line-height:1.6;color:var(--text-light);margin:0}.container-website-redesign{display:flex;flex-direction:column;justify-content:center;align-items:center}.cta-title{font-size:3.2rem;font-weight:700;color:#fff;text-align:center;margin-bottom:16px}.cta-subtitle{font-size:1.8rem;color:#ffffffe6;text-align:center;margin-bottom:32px}.cta-button{display:inline-block;background:#fff;color:var(--primary);padding:18px 32px;border-radius:8px;font-weight:600;font-size:1.8rem;text-decoration:none;transition:all .3s ease;margin:0 auto;display:block;text-align:center;max-width:300px}.cta-button:hover{background:var(--background-section);transform:translateY(-2px);box-shadow:0 8px 24px #0003;color:var(--primary)}@media (max-width: 768px){.container{padding:0 16px}.hero-title{font-size:3.2rem}.hero-subtitle{font-size:1.6rem}.hero-benefits{flex-direction:column;gap:16px}.section-title{font-size:2.8rem}.section-subtitle{font-size:1.6rem;margin-bottom:40px}.problems-grid{grid-template-columns:1fr;gap:24px}.process-timeline:before{left:30px}.process-item{gap:20px}.step-number{width:60px;height:60px;font-size:1.8rem}.step-title{font-size:1.8rem}.step-description{font-size:1.4rem}.included-grid{grid-template-columns:1fr;gap:16px}.comparison-item{grid-template-columns:1fr;gap:32px;padding:32px 24px}.faq-question{padding:20px 24px;font-size:1.6rem}.faq-answer{padding:0 24px 24px;font-size:1.4rem}.problems-section,.process-section,.included-section,.before-after-section,.faq-section,.cta-section{padding:60px 0}.problem-icon{width:20px;height:20px}}.pricing-page{background:var(--background);min-height:100vh}.services-back-link{margin-bottom:32px}.services-back-link a{color:var(--primary);font-size:1.6rem;font-weight:500;text-decoration:none;transition:color .2s ease}.services-back-link a:hover{color:var(--primary-dark)}.pricing-hero{padding:80px 0 60px;text-align:center}.pricing-header{max-width:800px;margin:0 auto}.pricing-title{font-size:4rem;font-weight:700;color:var(--text);margin-bottom:16px}.pricing-subtitle{font-size:2rem;color:var(--text-light);margin-bottom:40px}.availability-notice{display:inline-flex;flex-direction:column;align-items:center;gap:8px;padding:20px 32px;background:var(--primary-bg);border:2px solid var(--primary-light);border-radius:12px}.availability-badge{background:var(--primary);color:#fff;padding:6px 16px;border-radius:20px;font-size:1.3rem;font-weight:600}.availability-notice p{margin:0;color:var(--text);font-size:1.4rem}.section-title-with-badge{text-align:center;font-size:3.2rem;font-weight:700;color:var(--text);margin-bottom:16px;position:relative}.section-title-with-badge:after{content:"";display:block;width:60px;height:4px;background:var(--primary);margin:20px auto 0}.collaboration-badge{display:block;margin-top:20px;font-size:1.4rem;font-weight:500;color:var(--text-light);font-style:italic}.collaboration-badge strong{color:var(--primary);font-weight:600;font-style:normal}.section-subtitle{font-size:1.8rem;color:var(--text-light);text-align:center;margin-bottom:60px}.packages-section{padding:80px 0;background:var(--background-section)}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;margin-top:60px}.package-card{background:var(--background-section);border:2px solid var(--border-light);border-radius:20px;padding:40px 32px;position:relative;transition:all .3s ease}.package-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2563eb1a;border-color:var(--primary-light)}.package-card.popular{border-color:var(--primary);transform:scale(1.05)}.package-card.popular:hover{transform:scale(1.05) translateY(-4px)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:8px 24px;border-radius:20px;font-size:1.3rem;font-weight:600}.maintenance-badge{background:var(--primary);color:#fff;padding:8px 24px;border-radius:20px;font-size:1.3rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.package-header{text-align:center;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid var(--primary-light)}.package-name{font-size:2.4rem;font-weight:700;color:var(--primary);margin-bottom:16px}.package-price{margin-bottom:16px}.price-text{display:block;font-size:1.4rem;color:var(--text-light);margin-bottom:4px}.price-amount{font-size:3.6rem;font-weight:700;color:var(--text)}.package-description{font-size:1.6rem;color:var(--text-light);margin:0}.package-features{margin-bottom:32px}.feature-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.check-icon{font-weight:700;font-size:1.6rem;margin-top:2px;flex-shrink:0}.feature-text{color:var(--text);font-size:1.5rem;line-height:1.5}.package-cta{display:block;width:100%;padding:16px;background:var(--primary);color:#fff;text-decoration:none;text-align:center;border-radius:8px;font-size:1.6rem;font-weight:600;transition:all .2s ease}.package-cta:hover{background:var(--primary-dark);transform:translateY(-2px)}.cms-section{position:relative;margin-top:3rem}.cms-title{text-align:center;font-size:3.2rem;font-weight:700;color:var(--text);margin-bottom:16px}.cms-subtitle{font-size:1.8rem;color:var(--text-light);text-align:center;margin-bottom:60px}.cms-title:after{content:"";display:block;width:60px;height:4px;background:var(--primary);margin:20px auto 0}.cms-callout{background:var(--primary-bg);border:2px solid var(--primary-light);border-radius:12px;padding:32px;margin-bottom:60px;text-align:center;max-width:900px;margin-left:auto;margin-right:auto}.cms-callout h3{font-size:2rem;color:var(--text);margin-bottom:20px;font-weight:600}.cms-callout ul{list-style:none;padding:0;text-align:left;max-width:600px;margin:20px auto}.cms-callout li{font-size:1.6rem;color:var(--text);margin-bottom:8px;padding-left:24px;position:relative}.cms-callout li:before{content:"•";color:var(--primary);font-weight:700;position:absolute;left:0}.cms-callout p{font-size:1.6rem;color:var(--text);margin:20px 0 0}.cms-grid-single{display:flex;justify-content:center;margin-top:40px}.cms-card{background:var(--background);border:2px solid var(--border-light);border-radius:16px;padding:32px;transition:all .3s ease;position:relative;max-width:500px;width:100%}.cms-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2563eb14;border-color:var(--primary-light)}.cms-featured{border-color:var(--primary)}.cms-featured-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:8px 24px;border-radius:20px;font-size:1.3rem;font-weight:600}.cms-header{text-align:center;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid var(--primary-light)}.cms-name{font-size:2.2rem;font-weight:700;color:var(--primary);margin-bottom:16px}.cms-price-amount{font-size:3.2rem;font-weight:700;color:var(--text);margin-right:.5rem}.cms-price-period{font-size:1.6rem;color:var(--text-light)}.cms-description{font-size:1.4rem;color:var(--text-light);margin:0;font-style:italic}.cms-features{margin-bottom:24px}.cms-feature-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.cms-check-icon{color:var(--primary);font-weight:700;font-size:1.6rem;margin-top:2px;flex-shrink:0}.cms-feature-text{color:var(--text);font-size:1.5rem;line-height:1.5}.cms-alternative{margin-top:24px;padding-top:20px;border-top:1px solid var(--border-light);text-align:center}.cms-alternative p{color:var(--text-light);font-size:1.4rem;margin:0}.addons-section{padding:80px 0;background:var(--background-section)}.addons-grid{margin-top:60px}.addon-category{background:var(--background);border:1px solid var(--border-light);border-radius:16px;padding:32px;margin-bottom:32px}.category-title{font-size:2.4rem;font-weight:700;color:var(--primary);margin-bottom:24px}.service-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--border-light)}.service-row:last-child{border-bottom:none}.service-name{font-size:1.6rem;color:var(--text);font-weight:500}.service-price{font-size:1.5rem;color:var(--primary);font-weight:600}.maintenance-section{padding:80px 0}.maintenance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:60px}.maintenance-card{background:var(--background-section);border:2px solid var(--border-light);border-radius:16px;padding:32px;transition:all .3s ease}.maintenance-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2563eb14;border-color:var(--primary-light)}.plan-header{text-align:center;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid var(--primary-light)}.plan-name{font-size:2.2rem;font-weight:700;color:var(--primary);margin-bottom:16px}.plan-price{display:flex;align-items:baseline;justify-content:center;gap:4px}.plan-price .price-amount{font-size:3.2rem;font-weight:700;color:var(--text)}.price-period{font-size:1.6rem;color:var(--text-light)}.onetime-section{padding:80px 0;background:var(--background-section)}.onetime-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:60px}.onetime-item{display:flex;justify-content:space-between;align-items:center;background:var(--background);border:1px solid var(--border-light);border-radius:12px;padding:20px 24px;transition:all .2s ease}.onetime-item:hover{border-color:var(--primary-light);background:var(--primary-bg)}.process-section{padding:80px 0}.process-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:20px;margin-bottom:40px}.step{background:#fff;border-radius:12px;padding:30px 20px;text-align:center;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative;height:100%}.step:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.step-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#3498db;color:#fff;border-radius:50%;font-weight:700;margin-bottom:15px;font-size:1.2rem}.arrow{width:60px;height:30px}.step h3{color:#2c3e50;margin-bottom:10px;font-size:1.7rem}.step p{color:#666;font-size:1.5rem;line-height:1.4}.arrow svg{width:100%;height:100%}.arrow-path{stroke:#3498db;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.arrow-head{fill:#3498db}.pricing-cta-section{padding:80px 0;background:var(--primary-bg);text-align:center}.cta-title{font-size:3.6rem;font-weight:700;color:var(--text);margin-bottom:16px}.cta-subtitle{font-size:2rem;color:var(--text-light);margin-bottom:40px}.cta-button{display:inline-block;padding:20px 40px;background:var(--primary);color:#fff;text-decoration:none;border-radius:8px;font-size:1.8rem;font-weight:600;transition:all .2s ease;margin-bottom:60px}.cta-button:hover{background:var(--primary-dark);transform:translateY(-2px)}.additional-info{max-width:800px;margin:0 auto;text-align:left}.additional-info p{font-size:1.4rem;line-height:1.6;color:var(--text);margin-bottom:16px}.additional-info .note{font-style:italic;color:var(--text-light);font-size:1.3rem}@media (max-width: 1190px){.process-flow{display:flex;flex-direction:column;align-items:center;gap:30px}.packages-grid{grid-template-columns:1fr;justify-items:center}.package-card{max-width:400px;width:100%}.step{width:100%;max-width:500px}.arrow{width:30px;height:60px;transform:rotate(90deg);margin:0 auto}}@media (max-width: 768px){.container{padding:0 16px}.pricing-hero{padding:60px 0 40px}.pricing-title{font-size:3.2rem}.pricing-subtitle{font-size:1.8rem}.availability-notice{padding:16px 24px}.section-title-with-badge{font-size:2.8rem}.packages-grid{grid-template-columns:1fr;gap:24px}.package-card.popular{transform:none}.package-card.popular:hover{transform:translateY(-4px)}.package-card{padding:32px 24px}.package-name{font-size:2.2rem}.price-amount{font-size:3.2rem}.category-title{text-align:center}.cms-callout{padding:24px 20px;margin-bottom:40px}.cms-callout h3{font-size:1.8rem}.cms-callout li,.cms-callout p{font-size:1.5rem}.cms-title{font-size:2.8rem}.cms-card{padding:24px 20px}.maintenance-grid,.onetime-grid{grid-template-columns:1fr}.onetime-item{flex-direction:column;gap:8px}.process-steps{grid-template-columns:1fr;gap:24px}.process-flow{grid-template-columns:1fr;gap:30px}.arrow{width:30px;height:60px;transform:rotate(90deg);margin:0 auto}.step{max-width:300px;margin:0 auto}.service-row{flex-direction:column;gap:8px}.addon-category{padding:24px 20px}.cta-title{font-size:3.2rem}.additional-info{text-align:center}}@media (max-width: 480px){.pricing-title{font-size:2.8rem}.section-title-with-badge{font-size:2.4rem}.package-card{padding:24px 20px}.cms-callout{padding:20px 16px}.cms-callout h3{font-size:1.6rem}.cms-callout li,.cms-callout p{font-size:1.4rem}.step{padding:20px;gap:16px}}@media (max-width: 410px){.cms-featured-badge{padding:5px 20px;font-size:1rem}}.arrow svg{animation:pulse 2s infinite ease-in-out}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.resources-page{min-height:100vh;background:var(--background);color:var(--text);padding:60px 0}.resources-header{max-width:800px;margin:0 auto 60px;padding:0 24px;text-align:center}.resources-header h1{font-size:3.2rem;font-weight:700;color:var(--text);margin-bottom:16px}.resources-header p{font-size:1.8rem;color:var(--text-light);margin-bottom:32px}.back-link{display:inline-block;color:var(--primary);text-decoration:none;font-weight:500;margin-bottom:32px;transition:color .3s ease}.back-link:hover{color:var(--primary-dark)}.resources-container{max-width:800px;margin:0 auto;padding:0 24px}.resource-posts{display:flex;flex-direction:column;gap:48px}.resource-card{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.resource-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.resource-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.resource-meta time{color:var(--text-light);font-size:1.4rem}.resource-tags{display:flex;gap:8px;flex-wrap:wrap}.tag{background:var(--primary-light);color:var(--primary);padding:4px 12px;border-radius:20px;font-size:1.2rem;font-weight:500}.resource-title{font-size:2.4rem;font-weight:700;margin-bottom:16px;line-height:1.3}.resource-title a{color:var(--text);text-decoration:none;transition:color .3s ease}.resource-title a:hover{color:var(--primary)}.resource-excerpt{color:var(--text-light);font-size:1.6rem;line-height:1.6;margin-bottom:24px}.read-more{color:var(--primary);text-decoration:none;font-weight:600;font-size:1.6rem;transition:color .3s ease}.read-more:hover{color:var(--primary-dark)}.resource-post{max-width:800px;margin:0 auto;padding:0 24px}.post-meta{display:flex;gap:16px;align-items:center;color:var(--text-light);font-size:1.4rem;margin-bottom:24px}.post-title{font-size:3.6rem;font-weight:700;color:var(--text);margin-bottom:24px;line-height:1.2}.post-tags{display:flex;gap:8px;margin-bottom:48px;flex-wrap:wrap}.post-content{background:#fff;padding:48px;border-radius:12px;box-shadow:0 2px 12px #0000001a;line-height:1.7;margin-bottom:48px}.post-content h1,.post-content h2,.post-content h3{color:var(--text);margin-top:32px;margin-bottom:16px}.post-content h1{font-size:2.8rem;font-weight:700}.post-content h2{font-size:2.4rem;font-weight:600}.post-content h3{font-size:2rem;font-weight:600}.post-content p{margin-bottom:20px;font-size:1.6rem;color:var(--text)}.post-content ul,.post-content ol{margin-bottom:20px;padding-left:24px}.post-content li{margin-bottom:8px;font-size:1.6rem;color:var(--text)}.post-content a{color:var(--primary);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}.post-content a:hover{border-bottom-color:var(--primary)}.post-content strong{font-weight:600;color:var(--text)}.post-footer{border-top:1px solid #e5e5e5;padding-top:32px}.cta-section{background:var(--primary-light);padding:32px;border-radius:12px;text-align:center;margin-bottom:32px}.cta-section h3{font-size:2.4rem;font-weight:700;color:var(--text);margin-bottom:12px}.cta-section p{font-size:1.6rem;color:var(--text-light);margin-bottom:24px}.cta-button{background:var(--primary);color:#fff;padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.6rem;display:inline-block;transition:background .3s ease,transform .3s ease}.cta-button:hover{background:var(--primary-dark);transform:translateY(-2px);color:#fff}.back-to-resources{color:var(--primary);text-decoration:none;font-weight:500;transition:color .3s ease}.back-to-resources:hover{color:var(--primary-dark)}.resources-loading,.resources-error{text-align:center;padding:60px 24px;font-size:1.8rem;color:var(--text-light)}@media (max-width: 768px){.resources-header h1{font-size:2.8rem}.resources-header p{font-size:1.6rem}.resource-card{padding:24px}.resource-title{font-size:2rem}.post-title{font-size:2.8rem}.post-content{padding:32px 24px}.resource-meta{flex-direction:column;align-items:flex-start}}:root{color-scheme:light only;--primary: #2563eb;--primary-dark: #1d4ed8;--primary-light: #dbeafe;--primary-bg: #eff6ff;--background: #ffffff;--background-light: #f8fafc;--background-section: #fafbfc;--text: #334155;--text-light: #64748b;--text-muted: #94a3b8;--border: #e2e8f0;--border-light: #f1f5f9;--success: #059669;--error: #dc2626;--font-heading: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;font-size:62.5%}html{scroll-behavior:smooth;color-scheme:light only}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background:var(--background);color:var(--text);font-size:1.6rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;color:var(--text);margin-bottom:16px}h1{font-size:4.8rem;font-weight:700}h2{font-size:3.6rem}h3{font-size:2.4rem}h4{font-size:2rem}p{margin-bottom:16px;color:var(--text-light)}a{color:var(--primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto;display:block}button,.btn{font-family:var(--font-heading);font-weight:500;border:none;border-radius:8px;padding:14px 28px;font-size:1.6rem;cursor:pointer;transition:all .2s ease;display:inline-block;text-align:center;line-height:1.2}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 1px 3px #0000001a}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-light{background:var(--background-section)}input,textarea{font-family:var(--font-body);font-size:1.6rem;padding:12px 16px;border:2px solid var(--border);border-radius:8px;width:100%;transition:border-color .2s ease}input:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}label{font-weight:500;margin-bottom:8px;display:block;color:var(--text)}@media (max-width: 768px){h1{font-size:3.6rem}h2{font-size:2.8rem}h3{font-size:2rem}.container{padding:0 16px}.section{padding:60px 0}}
