.homepage-container{min-height:100vh;background:#0a0a0a;padding:2rem 1.5rem 4rem;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(min-width:768px){.homepage-container{padding:3rem 3rem 5rem}}@media(min-width:1200px){.homepage-container{padding:4rem 4rem 6rem}}.hero-section{text-align:center;margin-bottom:3rem;max-width:700px}@media(min-width:768px){.hero-section{margin-bottom:4rem}}.hero-logo{display:flex;justify-content:center;margin-bottom:1.5rem}.hero-logo img{width:64px;height:64px}@media(min-width:768px){.hero-logo img{width:80px;height:80px}}.hero-title{font-size:2.5rem;font-weight:700;color:#fff;letter-spacing:-.03em;line-height:1.15;margin:0 0 1rem}@media(min-width:768px){.hero-title{font-size:3.5rem}}@media(min-width:1024px){.hero-title{font-size:4rem}}.hero-title .highlight{background:linear-gradient(135deg,#22A35C,#00666E);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero-subtitle{font-size:1.125rem;color:#a0a0a0;line-height:1.6;margin:0}@media(min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-subtitle strong{color:#fff;font-weight:600}.hero-subtitle .brand-text{font-size:1.1em;font-weight:700;letter-spacing:-.01em;background:linear-gradient(135deg,#22A35C,#00666E);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;display:inline}.cards-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;width:100%;max-width:900px}@media(min-width:768px){.cards-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.action-card{position:relative;background:rgba(22,22,22,.8);border:1px solid rgba(42,42,42,.6);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;text-decoration:none;color:inherit;transition:all .2s ease;overflow:hidden;min-height:280px;backdrop-filter:blur(10px)}@media(min-width:768px){.action-card{padding:2.5rem;min-height:320px}}.action-card:hover{border-color:rgba(26,154,107,.5);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.4)}.action-card:hover .card-glow{opacity:1}.action-card:hover .card-decoration{opacity:.15;transform:rotate(15deg) scale(1.1)}.action-card.request-card .card-icon{background:linear-gradient(135deg,rgba(34,163,92,.15),rgba(0,102,110,.15));color:#1a9a6b}.action-card.contact-card .card-icon{background:rgba(112,112,112,.1);color:#a0a0a0}.card-glow{position:absolute;top:0;left:0;right:0;height:100%;background:radial-gradient(ellipse at top,rgba(26,154,107,.08) 0,transparent 60%);opacity:0;transition:opacity .2s ease;pointer-events:none}.card-icon{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}@media(min-width:768px){.card-icon{width:72px;height:72px}}.card-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.card-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0}@media(min-width:768px){.card-title{font-size:1.75rem}}.card-description{font-size:.9375rem;color:#707070;line-height:1.6;margin:0}@media(min-width:768px){.card-description{font-size:1rem}}.card-action{margin-top:auto}.action-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#1a9a6b;color:#fff;border-radius:8px;font-size:.9375rem;font-weight:600;transition:all .2s ease}.action-button:hover{background:#158558;gap:.75rem}.action-button.secondary{background:rgba(0,0,0,0);border:1px solid #2a2a2a;color:#a0a0a0}.action-button.secondary:hover{border-color:#fff;color:#fff}.card-decoration{position:absolute;bottom:-30px;right:-30px;color:#1a9a6b;opacity:.08;transition:all .5s ease;pointer-events:none}