*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:#2c2c2c;background:#fafafa}
a{text-decoration:none;color:inherit;transition:color .3s ease}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
button,input,select,textarea{font-family:inherit;font-size:inherit;border:none;outline:none}
button{cursor:pointer}

.container{width:90%;max-width:920px;margin:0 auto;padding:0 20px}
.container-wide{width:90%;max-width:1200px;margin:0 auto;padding:0 20px}

header{background:#fff;position:fixed;top:0;left:0;width:100%;z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.06)}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:18px 0}
.logo{font-size:1.6rem;font-weight:700;color:#1a1a2e;letter-spacing:-0.5px}
.logo span{color:#e94560}
nav{display:flex;gap:32px}
nav a{color:#444;font-weight:500;font-size:.95rem;position:relative}
nav a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#e94560;transition:width .3s ease}
nav a:hover::after{width:100%}
nav a:hover{color:#e94560}
.mobile-toggle{display:none;flex-direction:column;gap:5px;background:transparent;padding:8px}
.mobile-toggle span{width:24px;height:2px;background:#1a1a2e;transition:transform .3s ease}

.hero-editorial{padding:160px 0 100px;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);color:#fff;position:relative;overflow:hidden}
.hero-editorial::before{content:'';position:absolute;top:-50%;right:-30%;width:80%;height:200%;background:radial-gradient(ellipse,rgba(233,69,96,.15) 0%,transparent 70%);pointer-events:none}
.hero-content{max-width:680px}
.hero-label{display:inline-block;background:rgba(233,69,96,.2);color:#e94560;padding:8px 18px;border-radius:30px;font-size:.85rem;font-weight:600;margin-bottom:28px;letter-spacing:.5px}
.hero-editorial h1{font-size:3.2rem;line-height:1.15;font-weight:800;margin-bottom:24px;letter-spacing:-1px}
.hero-editorial p{font-size:1.2rem;color:rgba(255,255,255,.8);margin-bottom:36px;max-width:560px}
.hero-cta{display:inline-flex;align-items:center;gap:12px;background:#e94560;color:#fff;padding:16px 36px;border-radius:50px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 8px 30px rgba(233,69,96,.4)}
.hero-cta:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(233,69,96,.5)}
.hero-cta svg{width:20px;height:20px}

.story-section{padding:90px 0}
.story-section.alt{background:#fff}
.story-lead{font-size:1.5rem;color:#1a1a2e;font-weight:600;margin-bottom:20px;line-height:1.4}
.story-text{font-size:1.05rem;color:#555;margin-bottom:24px}
.story-image{margin:40px 0;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.1)}
.story-image img{width:100%;height:auto;object-fit:cover}
.story-quote{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-left:4px solid #e94560;padding:30px 36px;margin:40px 0;border-radius:0 12px 12px 0}
.story-quote p{font-size:1.15rem;font-style:italic;color:#333;margin-bottom:12px}
.story-quote cite{font-size:.9rem;color:#777;font-style:normal}

.inline-cta{display:inline-flex;align-items:center;gap:8px;color:#e94560;font-weight:600;font-size:1rem;border-bottom:2px solid transparent;transition:border-color .3s ease}
.inline-cta:hover{border-color:#e94560}

.services-grid{padding:100px 0;background:#fff}
.section-header{text-align:center;margin-bottom:60px}
.section-header h2{font-size:2.4rem;color:#1a1a2e;font-weight:700;margin-bottom:16px;letter-spacing:-0.5px}
.section-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}
.services-list{display:flex;flex-direction:column;gap:24px}
.service-card{display:flex;gap:30px;background:#fafafa;padding:36px;border-radius:16px;transition:all .3s ease;border:1px solid transparent}
.service-card:hover{background:#fff;box-shadow:0 15px 50px rgba(0,0,0,.08);border-color:rgba(233,69,96,.2);transform:translateY(-4px)}
.service-icon{width:70px;height:70px;background:linear-gradient(135deg,#e94560 0%,#ff6b6b 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.service-icon svg{width:32px;height:32px;color:#fff}
.service-info h3{font-size:1.3rem;color:#1a1a2e;margin-bottom:10px;font-weight:600}
.service-info p{color:#666;font-size:.98rem;margin-bottom:16px}
.service-price{display:flex;align-items:baseline;gap:8px}
.service-price .amount{font-size:1.5rem;font-weight:700;color:#e94560}
.service-price .unit{font-size:.9rem;color:#888}

.process-section{padding:100px 0;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.process-timeline{position:relative;padding-left:40px}
.process-timeline::before{content:'';position:absolute;left:12px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#e94560 0%,#ff6b6b 100%)}
.process-step{position:relative;padding-bottom:50px}
.process-step:last-child{padding-bottom:0}
.process-step::before{content:'';position:absolute;left:-34px;top:4px;width:20px;height:20px;background:#fff;border:3px solid #e94560;border-radius:50%}
.process-step h3{font-size:1.2rem;color:#1a1a2e;margin-bottom:10px;font-weight:600}
.process-step p{color:#666;font-size:1rem}

.testimonials-section{padding:100px 0;background:#1a1a2e;color:#fff}
.testimonials-section .section-header h2{color:#fff}
.testimonials-section .section-header p{color:rgba(255,255,255,.7)}
.testimonial-cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}
.testimonial-card{background:rgba(255,255,255,.05);padding:36px;border-radius:16px;max-width:380px;border:1px solid rgba(255,255,255,.1)}
.testimonial-card p{font-size:1.05rem;color:rgba(255,255,255,.85);margin-bottom:20px;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:14px}
.testimonial-avatar{width:48px;height:48px;background:linear-gradient(135deg,#e94560,#ff6b6b);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.testimonial-author span{font-weight:600;color:#fff}
.testimonial-author small{display:block;color:rgba(255,255,255,.5);font-size:.85rem}

.cta-section{padding:100px 0;background:linear-gradient(135deg,#e94560 0%,#ff6b6b 100%);color:#fff;text-align:center}
.cta-section h2{font-size:2.4rem;font-weight:700;margin-bottom:16px}
.cta-section p{font-size:1.15rem;opacity:.9;margin-bottom:36px;max-width:550px;margin-left:auto;margin-right:auto}
.cta-btn-white{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#e94560;padding:16px 40px;border-radius:50px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 8px 30px rgba(0,0,0,.2)}
.cta-btn-white:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,.3)}

.form-section{padding:100px 0;background:#fff}
.form-wrapper{display:flex;gap:60px;align-items:flex-start}
.form-info{flex:1}
.form-info h2{font-size:2.2rem;color:#1a1a2e;margin-bottom:20px;font-weight:700}
.form-info p{color:#666;font-size:1.05rem;margin-bottom:30px}
.form-benefits{display:flex;flex-direction:column;gap:16px}
.form-benefit{display:flex;align-items:center;gap:12px;color:#444}
.form-benefit svg{width:24px;height:24px;color:#e94560}
.contact-form{flex:1;background:#f8f9fa;padding:40px;border-radius:20px}
.form-group{margin-bottom:24px}
.form-group label{display:block;font-weight:600;color:#333;margin-bottom:8px;font-size:.95rem}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 18px;background:#fff;border:2px solid #e8e8e8;border-radius:10px;transition:border-color .3s ease;font-size:1rem}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#e94560}
.form-group textarea{min-height:120px;resize:vertical}
.submit-btn{width:100%;background:linear-gradient(135deg,#e94560 0%,#ff6b6b 100%);color:#fff;padding:16px;border-radius:10px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 6px 25px rgba(233,69,96,.3)}
.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 35px rgba(233,69,96,.4)}

.sticky-cta{position:fixed;bottom:30px;right:30px;background:#e94560;color:#fff;padding:16px 28px;border-radius:50px;font-weight:600;display:flex;align-items:center;gap:10px;box-shadow:0 8px 30px rgba(233,69,96,.4);transition:all .3s ease;z-index:999}
.sticky-cta:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(233,69,96,.5)}
.sticky-cta svg{width:20px;height:20px}

footer{background:#1a1a2e;color:#fff;padding:70px 0 30px}
.footer-grid{display:flex;flex-wrap:wrap;gap:50px;margin-bottom:50px}
.footer-col{flex:1;min-width:200px}
.footer-col h4{font-size:1.1rem;margin-bottom:20px;font-weight:600;color:#fff}
.footer-col p{color:rgba(255,255,255,.6);font-size:.95rem;line-height:1.8}
.footer-col ul{display:flex;flex-direction:column;gap:12px}
.footer-col ul a{color:rgba(255,255,255,.6);font-size:.95rem;transition:color .3s ease}
.footer-col ul a:hover{color:#e94560}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px}
.footer-bottom p{color:rgba(255,255,255,.5);font-size:.9rem}
.footer-links{display:flex;gap:24px}
.footer-links a{color:rgba(255,255,255,.5);font-size:.9rem;transition:color .3s ease}
.footer-links a:hover{color:#e94560}

.page-header{padding:140px 0 60px;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);color:#fff;text-align:center}
.page-header h1{font-size:2.8rem;font-weight:700;margin-bottom:16px}
.page-header p{color:rgba(255,255,255,.7);font-size:1.1rem}

.page-content{padding:80px 0;background:#fff}
.page-content h2{font-size:1.8rem;color:#1a1a2e;margin:40px 0 20px;font-weight:600}
.page-content h2:first-child{margin-top:0}
.page-content p{color:#555;margin-bottom:20px;font-size:1.02rem}
.page-content ul{margin:20px 0;padding-left:24px}
.page-content ul li{color:#555;margin-bottom:12px;position:relative}
.page-content ul li::before{content:'•';color:#e94560;position:absolute;left:-18px}

.about-intro{display:flex;gap:50px;align-items:center;padding:100px 0}
.about-intro-text{flex:1}
.about-intro-text h2{font-size:2rem;color:#1a1a2e;margin-bottom:20px;font-weight:700}
.about-intro-text p{color:#555;font-size:1.05rem;margin-bottom:16px}
.about-intro-image{flex:1;border-radius:20px;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.12)}

.values-section{padding:100px 0;background:#f8f9fa}
.values-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}
.value-card{background:#fff;padding:36px;border-radius:16px;text-align:center;flex:1;min-width:280px;max-width:340px;box-shadow:0 10px 40px rgba(0,0,0,.04)}
.value-icon{width:70px;height:70px;background:linear-gradient(135deg,rgba(233,69,96,.1),rgba(255,107,107,.1));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.value-icon svg{width:32px;height:32px;color:#e94560}
.value-card h3{font-size:1.2rem;color:#1a1a2e;margin-bottom:12px;font-weight:600}
.value-card p{color:#666;font-size:.95rem}

.contact-info-section{padding:100px 0;background:#f8f9fa}
.contact-cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}
.contact-card{background:#fff;padding:36px;border-radius:16px;text-align:center;flex:1;min-width:260px;max-width:320px;box-shadow:0 10px 40px rgba(0,0,0,.04)}
.contact-card svg{width:40px;height:40px;color:#e94560;margin-bottom:16px}
.contact-card h3{font-size:1.1rem;color:#1a1a2e;margin-bottom:10px;font-weight:600}
.contact-card p{color:#666;font-size:.95rem}

.thanks-section{padding:180px 0;text-align:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);color:#fff;min-height:100vh;display:flex;align-items:center}
.thanks-icon{width:100px;height:100px;background:linear-gradient(135deg,#e94560,#ff6b6b);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px}
.thanks-icon svg{width:50px;height:50px;color:#fff}
.thanks-section h1{font-size:2.8rem;font-weight:700;margin-bottom:20px}
.thanks-section p{color:rgba(255,255,255,.8);font-size:1.2rem;max-width:500px;margin:0 auto 36px}
.thanks-btn{display:inline-flex;align-items:center;gap:10px;background:#e94560;color:#fff;padding:16px 36px;border-radius:50px;font-weight:600;transition:all .3s ease}
.thanks-btn:hover{transform:translateY(-3px);box-shadow:0 10px 35px rgba(233,69,96,.4)}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1a1a2e;color:#fff;padding:20px;z-index:10000;display:none;box-shadow:0 -5px 30px rgba(0,0,0,.2)}
.cookie-banner.show{display:block}
.cookie-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;max-width:1200px;margin:0 auto}
.cookie-inner p{flex:1;min-width:300px;font-size:.95rem;color:rgba(255,255,255,.85)}
.cookie-inner p a{color:#e94560;text-decoration:underline}
.cookie-btns{display:flex;gap:12px}
.cookie-accept{background:#e94560;color:#fff;padding:12px 24px;border-radius:8px;font-weight:600;transition:background .3s ease}
.cookie-accept:hover{background:#d63050}
.cookie-reject{background:transparent;color:#fff;padding:12px 24px;border-radius:8px;font-weight:600;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}
.cookie-reject:hover{border-color:#fff}

@media (max-width:900px){
.form-wrapper{flex-direction:column}
.about-intro{flex-direction:column}
.footer-grid{flex-direction:column;gap:30px}
}
@media (max-width:768px){
nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:20px;gap:16px;box-shadow:0 10px 30px rgba(0,0,0,.1)}
nav.active{display:flex}
.mobile-toggle{display:flex}
.hero-editorial h1{font-size:2.2rem}
.hero-editorial{padding:140px 0 70px}
.service-card{flex-direction:column;gap:20px}
.testimonial-cards{flex-direction:column}
.cookie-inner{flex-direction:column;text-align:center}
.sticky-cta{bottom:20px;right:20px;padding:14px 22px;font-size:.9rem}
}
