.container{max-width:var(--container-width);margin:0 auto;padding:0 20px}.label{font-size:.72rem;font-weight:700;letter-spacing:.15em;color:var(--color-primary);text-transform:uppercase;margin-bottom:10px}.label--white{color:rgba(255,255,255,.65)}.btn{display:inline-block;padding:13px 30px;border-radius:var(--radius-sm);font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;border:2px solid transparent}.btn--orange{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn--orange:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.btn--outline-white{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}.btn--outline-white:hover{background:rgba(255,255,255,.1)}.oferta-header{background:linear-gradient(135deg,var(--color-navy-dark) 0,var(--color-navy-mid) 60%,var(--color-navy) 100%);padding:100px 20px 80px;position:relative;overflow:hidden}.oferta-header:after{content:"";position:absolute;right:-80px;top:-80px;width:480px;height:480px;border-radius:50%;background:rgba(var(--color-primary-rgb),.07);pointer-events:none}.oferta-header .container{position:relative;z-index:1}.oferta-header h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;line-height:1.2;margin-bottom:16px}.oferta-header h1 span{color:var(--color-primary)}.oferta-header__lead{font-size:1.05rem;color:rgba(255,255,255,.7);max-width:600px;line-height:1.7}.oferta-list{padding:80px 20px;background:var(--color-bg-section)}.oferta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}.oferta-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;text-decoration:none}.oferta-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.oferta-card__header{padding:36px 28px 28px;background:linear-gradient(135deg,var(--color-navy-mid),var(--color-navy));position:relative;overflow:hidden}.oferta-card__fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#e8e9ec}.oferta-card__fallback img{position:absolute;inset:64px 0;width:auto;height:calc(100% - 128px);margin:0 auto;object-fit:contain;opacity:.18;filter:grayscale(1)}.oferta-card__icon{display:block;margin-bottom:12px;position:relative;z-index:1;color:#fff}.oferta-card__badge{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:3px 10px;border-radius:4px;background:rgba(var(--color-primary-rgb),.2);color:var(--color-primary);display:inline-block;position:relative;z-index:1}.oferta-card__body{padding:24px 28px;flex:1;display:flex;flex-direction:column}.oferta-card__body h3{font-size:1.15rem;font-weight:700;color:var(--color-text);margin-bottom:8px;line-height:1.3}.oferta-card__body p{font-size:.88rem;color:var(--color-text-muted);line-height:1.65;flex:1;margin-bottom:20px}.oferta-card__link{font-size:.88rem;font-weight:700;color:var(--color-primary)}.oferta-card__link:hover{color:var(--color-primary-hover)}.offer-header{position:relative;background:linear-gradient(135deg,var(--color-navy-dark) 0,var(--color-navy-mid) 60%,var(--color-navy) 100%);padding:110px 20px 90px;overflow:hidden}.offer-header__bg{position:absolute;inset:0;background-size:cover;background-position:50%;opacity:.2}.offer-header__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.2))}.offer-header .container{position:relative;z-index:1;max-width:800px}.offer-header__breadcrumb{font-size:.8rem;color:rgba(255,255,255,.5);margin-bottom:20px;display:flex;gap:8px;align-items:center}.offer-header__breadcrumb a{color:rgba(255,255,255,.5);transition:color .2s}.offer-header__breadcrumb a:hover{color:var(--color-primary)}.offer-header__breadcrumb span{color:rgba(255,255,255,.3)}.offer-header h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:20px}.offer-header__lead{font-size:1.1rem;color:rgba(255,255,255,.78);line-height:1.7;max-width:680px;margin-bottom:32px}.offer-intro{padding:90px 20px;background:#fff}.offer-intro__grid{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:start}.offer-intro__text h2{font-size:1.9rem;font-weight:800;color:var(--color-text);margin-bottom:16px;line-height:1.25}.offer-intro__text p{color:var(--color-text-secondary);line-height:1.75;font-size:1rem;margin-bottom:14px}.offer-contact-card{background:linear-gradient(135deg,#fff9f5,#fff3eb);border:1px solid rgba(var(--color-primary-rgb),.25);border-radius:14px;padding:32px 28px;min-width:260px;flex-shrink:0}.offer-contact-card h3{font-size:1.1rem;font-weight:800;color:var(--color-text);margin-bottom:24px}.offer-contact-card h4{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);margin-bottom:16px}.offer-contact-card__line{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#333;margin-bottom:10px;font-weight:500}.offer-contact-card__note{font-size:.8rem;color:var(--color-text-faint);line-height:1.5;margin-top:14px;border-top:1px solid rgba(var(--color-primary-rgb),.2);padding-top:14px}.offer-offerings{padding:90px 20px;background:var(--color-bg-section)}.offer-offerings h2{font-size:2rem;font-weight:800;color:var(--color-text);margin-bottom:10px}.offer-offerings__subtitle{color:var(--color-text-muted);margin-bottom:48px}.offer-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.offer-card-item{background:#fff;border-radius:var(--radius-lg);padding:28px 24px;box-shadow:var(--shadow-md);border-top:3px solid var(--color-primary);transition:transform .2s,box-shadow .2s}.offer-card-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.offer-card-item__icon{width:2rem;height:2rem;margin-bottom:14px;display:block;color:var(--color-primary)}.offer-card-item h3{font-size:1rem;font-weight:700;color:var(--color-text);margin-bottom:8px}.offer-card-item p{font-size:.88rem;color:var(--color-text-muted);line-height:1.65}.offer-formats-section{padding:60px 20px;background:#fff;border-top:1px solid #f0f0f0}.offer-formats-section h3{font-size:1.1rem;font-weight:700;color:var(--color-text);margin-bottom:24px}.offer-formats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.offer-format-item{background:var(--color-bg-section);border-radius:10px;padding:20px;border-left:3px solid var(--color-primary)}.offer-format-item__title{font-size:.9rem;font-weight:700;color:var(--color-text);margin-bottom:6px}.offer-format-item__desc{font-size:.82rem;color:var(--color-text-muted);line-height:1.6}.offer-for-who{padding:90px 20px;background:var(--color-text);position:relative;overflow:hidden}.offer-for-who:before{content:"";position:absolute;right:-80px;top:-80px;width:400px;height:400px;border-radius:50%;background:rgba(var(--color-primary-rgb),.07);pointer-events:none}.offer-for-who__inner{position:relative;z-index:1}.offer-for-who h2{font-size:1.9rem;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.25}.offer-for-who p{color:rgba(255,255,255,.72);line-height:1.75;font-size:.98rem;max-width:640px;margin-bottom:28px}.offer-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px;max-width:640px}.offer-bullets li{display:flex;align-items:flex-start;gap:12px;color:rgba(255,255,255,.85);font-size:.95rem;line-height:1.6}.offer-bullets li:before{content:"";flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--color-primary);margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5l3 3.5L11 1' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:10px}.offer-cta{padding:100px 20px;background:#111;text-align:center;position:relative;overflow:hidden}.offer-cta__bg{object-fit:cover;object-position:center;opacity:.35}.offer-cta__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.55) 0,rgba(0,0,0,.7))}.offer-cta:after{content:"PANTERA";position:absolute;right:-20px;bottom:-30px;font-size:10rem;font-weight:900;color:rgba(255,255,255,.03);letter-spacing:.05em;pointer-events:none;user-select:none}.offer-cta .container{position:relative;z-index:1}.offer-cta h2{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;color:#fff;margin-bottom:16px}.offer-cta p{color:rgba(255,255,255,.7);font-size:1rem;max-width:560px;margin:0 auto 36px;line-height:1.7}.offer-cta__buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media (max-width:900px){.oferta-grid{grid-template-columns:repeat(2,1fr)}.offer-intro__grid{grid-template-columns:1fr;gap:32px}.offer-contact-card{min-width:unset}.offer-cards-grid{grid-template-columns:repeat(2,1fr)}.offer-formats-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.oferta-grid,.offer-cards-grid,.offer-formats-grid{grid-template-columns:1fr}.offer-cta__buttons{flex-direction:column;align-items:center}.oferta-header{padding:72px 20px 60px}}.offer-richtext{padding:48px 0}.offer-richtext p{font-size:1rem;color:var(--color-text-secondary);line-height:1.8;max-width:760px;margin:0 auto 16px}.offer-contact-section{padding:64px 20px;background:#f9f9f9}.offer-contact-section .offer-contact-card{max-width:480px}.offer-cta--block{padding:72px 20px}.offer-cta--light{background:var(--color-bg-hover)}.offer-cta--light h2{color:var(--color-text)}.offer-cta--light p{color:#555}.offer-cta--light .btn--outline-white{color:var(--color-text);border-color:rgba(0,0,0,.3)}.offer-cta--light .btn--outline-white:hover{background:rgba(0,0,0,.05)}.offer-faq{padding:64px 0;background:#fff}.offer-faq h2{font-size:1.8rem;font-weight:800;margin-bottom:32px}.offer-faq__list{max-width:760px;display:flex;flex-direction:column;gap:8px}.offer-faq__item{border:1px solid #e5e5e5;border-radius:var(--radius-md);overflow:hidden}.offer-faq__item summary{padding:16px 20px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.offer-faq__item summary:after{content:"+";font-size:1.2rem;color:var(--color-primary)}.offer-faq__item[open] summary:after{content:"−"}.offer-faq__item p{padding:0 20px 16px;color:#555;line-height:1.7;margin:0}.related-offers{padding:56px 0;background:#f7f7f5}.related-offers__label{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin-bottom:20px}.related-offers__grid{display:flex;flex-direction:column;gap:12px}.related-offer-card{display:flex;align-items:center;gap:20px;padding:20px 24px;background:#fff;border-radius:var(--radius-md);border:1.5px solid #ebebeb;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s}.related-offer-card:hover{border-color:var(--color-primary);box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateX(4px)}.related-offer-card__icon{display:flex;width:40px;height:40px;flex-shrink:0;color:var(--color-primary)}.related-offer-card__body{flex:1;min-width:0}.related-offer-card__category{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#aaa;display:block;margin-bottom:3px}.related-offer-card__title{font-size:1rem;font-weight:700;color:var(--color-text);margin-bottom:4px}.related-offer-card__desc{font-size:.85rem;color:var(--color-text-muted);line-height:1.5;margin:0}.related-offer-card__arrow{font-size:1.1rem;color:var(--color-primary);flex-shrink:0;transition:transform .2s}.related-offer-card:hover .related-offer-card__arrow{transform:translateX(4px)}@media (max-width:640px){.related-offer-card{padding:16px;gap:14px}.related-offer-card__icon{width:32px;height:32px}}.offer-for-who--light{background:#f9f9f9}.offer-for-who--light .offer-for-who__inner,.offer-for-who--light h2{color:var(--color-text)}.offer-for-who--light p{color:#555}.offer-for-who--light .offer-bullets li{color:var(--color-text-secondary)}.offer-for-who--light .offer-bullets li:before{background:var(--color-primary)}.about-gallery{padding:90px 20px;background:#fff}.about-gallery h2{font-size:2rem;font-weight:800;color:var(--color-text);margin-bottom:48px;text-align:center}.gallery-grid{display:grid;gap:16px}.gallery-grid--cols-1{grid-template-columns:1fr}.gallery-grid--cols-2{grid-template-columns:repeat(2,1fr)}.gallery-grid--cols-3{grid-template-columns:repeat(3,1fr)}.gallery-grid--cols-4{grid-template-columns:repeat(4,1fr)}.gallery-item{position:relative;overflow:hidden;border-radius:12px;aspect-ratio:1/1;cursor:pointer;background:var(--color-bg-section)}.gallery-item img{width:100%;height:100%;object-cover:cover;transition:transform .5s}.gallery-item:hover img{transform:scale(1.1)}.gallery-item__overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);opacity:0;transition:opacity .3s;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center}.gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-item__caption{color:#fff;font-size:.9rem;font-weight:500;line-height:1.3}@media (max-width:900px){.gallery-grid--cols-3,.gallery-grid--cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.gallery-grid--cols-2,.gallery-grid--cols-3,.gallery-grid--cols-4{grid-template-columns:1fr}}