:root{--primary-color:#1a2238;--background-color:#9daaf2;--accent-color:#ff6a3d;--highlight-color:#f4db7d}body{margin:0;padding:0;font-family:Arial,sans-serif;color:var(--primary-color);background-color:var(--background-color)}.gyekenyesi-nyaralo-container{width:100%;height:200vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.gyekenyesi-header{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,var(--background-color),var(--background-color) 95%,var(--accent-color) 100%);color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.2);border-radius:0 0 50px 50px}.gyekenyesi-header h1{font-size:4rem;font-weight:700;margin-bottom:1rem}.gyekenyesi-header p{font-size:2rem;margin-top:1rem}.gyekenyesi-main{flex:1;width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.nyaralo-info,.nyaralo-prices,.nyaralo-services{width:80%;max-width:1000px;margin-bottom:3rem;padding:2rem;background-color:#fff;border-radius:20px;box-shadow:0 6px 10px rgba(0,0,0,.15);text-align:center;transition:transform 1s ease,box-shadow 1s ease}.nyaralo-info:hover,.nyaralo-prices:hover,.nyaralo-services:hover{box-shadow:0 12px 20px rgba(0,0,0,.35);transform:translateY(-10px)}.nyaralo-info h2,.nyaralo-prices h2,.nyaralo-services h2{margin-bottom:2rem;color:var(--accent-color);font-size:2.5rem}.nyaralo-info ul,.nyaralo-prices ul,.nyaralo-services ul{list-style:none;padding:0;font-size:1.8rem;line-height:2.5rem}.nyaralo-info li,.nyaralo-prices li,.nyaralo-services li{margin-bottom:1.5rem;padding-left:1.5rem;position:relative;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.nyaralo-info li:before,.nyaralo-prices li:before,.nyaralo-services li:before{content:"✔";color:var(--highlight-color);position:absolute;left:0;font-size:1.5rem}.gyekenyesi-footer{text-align:center;padding:2rem;background-color:var(--primary-color);color:#fff;font-size:1.5rem;width:100%}@media (max-width:768px){.gyekenyesi-header h1{font-size:3rem}.gyekenyesi-header p{font-size:1.5rem}.nyaralo-info,.nyaralo-prices,.nyaralo-services{padding:1.5rem;margin-bottom:2rem}.nyaralo-info ul,.nyaralo-prices ul,.nyaralo-services ul{font-size:1.5rem;line-height:2rem}}@media (max-width:480px){.gyekenyesi-header h1{font-size:2.5rem}.gyekenyesi-header p{font-size:1.2rem}.nyaralo-info,.nyaralo-prices,.nyaralo-services{padding:1rem;margin-bottom:1.5rem}.nyaralo-info ul,.nyaralo-prices ul,.nyaralo-services ul{font-size:1.2rem;line-height:1.8rem}}