/* ==========================================
   SURFI TUTOR PROFILE
   SurvivalFinnish.com
========================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f7f9fc;
    color:#1f2937;
    line-height:1.7;
}

/* ==========================
CONTAINER
========================== */

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* ==========================
NAVBAR
========================== */

.navbar{
    background:#fff;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 2px 20px rgba(0,0,0,.05);
}

.navbar .container{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:20px 0;

}

.logo{

    text-decoration:none;
    color:#0057B8;

    font-size:1.6rem;
    font-weight:700;

}

.logo span{

    color:#1f2937;

}

.navbar ul{

    display:flex;
    list-style:none;
    gap:35px;

}

.navbar ul li a{

    text-decoration:none;
    color:#444;
    font-weight:500;

    transition:.3s;

}

.navbar ul li a:hover{

    color:#0057B8;

}

/* ==========================
BUTTONS
========================== */

.primary-btn,
.secondary-btn,
.nav-btn{

display:inline-block;

text-decoration:none;

padding:15px 30px;

border-radius:50px;

font-weight:600;

transition:.35s;

}

.primary-btn{

background:#0057B8;

color:#fff;

box-shadow:0 15px 35px rgba(0,87,184,.25);

}

.primary-btn:hover{

transform:translateY(-4px);

}

.secondary-btn{

margin-left:15px;

border:2px solid #0057B8;

color:#0057B8;

}

.secondary-btn:hover{

background:#0057B8;

color:white;

}

.nav-btn{

background:#0057B8;

color:white;

}

/* ==========================
HERO
========================== */

.hero{

padding:80px 0;

}

.hero-grid{

display:grid;

grid-template-columns:380px 1fr;

gap:70px;

align-items:center;

}

.hero-image{

text-align:center;

}

.hero-image img{

width:100%;

max-width:360px;

height:420px;

object-fit:cover;

border-radius:45px;

box-shadow:0 25px 60px rgba(0,0,0,.15);

border:8px solid white;

}

.verified{

display:inline-block;

background:#dbeafe;

color:#0057B8;

padding:10px 18px;

border-radius:40px;

font-weight:600;

margin-bottom:20px;

}

.hero-content h1{

font-size:3rem;

margin-bottom:10px;

}

.hero-content h2{

font-size:1.4rem;

font-weight:500;

color:#555;

margin-bottom:25px;

}

.intro{

font-size:1.1rem;

max-width:600px;

color:#555;

margin-bottom:35px;

}

.hero-info{

display:flex;

flex-wrap:wrap;

gap:18px;

margin-bottom:40px;

}

.hero-info div{

background:#fff;

padding:12px 18px;

border-radius:50px;

box-shadow:0 10px 25px rgba(0,0,0,.05);

display:flex;

align-items:center;

gap:10px;

}

.hero-info i{

color:#0057B8;

}

/* ==========================
SECTION
========================== */

section{

padding:80px 0;

}

.section-title{

text-align:center;

max-width:700px;

margin:auto;

}

.section-title h2{

font-size:2.2rem;

margin-bottom:20px;

}

.section-title p{

color:#666;

font-size:1.05rem;

}

/* ==========================
TRUST CARDS
========================== */

.trust-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:25px;

}

.trust-card{

background:white;

padding:35px;

border-radius:35px;

text-align:center;

box-shadow:0 18px 40px rgba(0,0,0,.06);

transition:.35s;

}

.trust-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 55px rgba(0,87,184,.15);

}

.trust-icon{

font-size:2.5rem;

margin-bottom:15px;

}

.trust-card h3{

margin-bottom:12px;

}

/* ==========================
PACKAGE CARDS
========================== */

.package-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:35px;

}

.package-card{

background:white;

padding:40px;

border-radius:40px;

box-shadow:0 20px 45px rgba(0,0,0,.06);

transition:.35s;

}

.package-card:hover{

transform:translateY(-8px);

}

.package-card h3{

font-size:1.7rem;

margin-bottom:12px;

}

.price{

font-size:2.5rem;

font-weight:700;

color:#0057B8;

margin:20px 0;

}

.package-card ul{

list-style:none;

margin:25px 0;

}

.package-card ul li{

padding:10px 0;

border-bottom:1px solid #eee;

}

/* ==========================
JOURNEY
========================== */

.journey{

background:white;

border-radius:40px;

padding:50px;

box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.timeline{

display:flex;

justify-content:space-between;

flex-wrap:wrap;

gap:20px;

margin-top:40px;

}

.step{

flex:1;

min-width:130px;

background:#eef6ff;

padding:20px;

border-radius:25px;

text-align:center;

font-weight:600;

transition:.3s;

}

.step:hover{

background:#0057B8;

color:white;

}

/* ==========================
QUOTE
========================== */

.quote{

text-align:center;

max-width:700px;

margin:auto;

font-size:1.4rem;

font-style:italic;

color:#444;

}

.quote i{

font-size:3rem;

color:#0057B8;

margin-bottom:25px;

display:block;

}

/* ==========================
CTA
========================== */

.cta{

background:linear-gradient(135deg,#0057B8,#008CFF);

border-radius:40px;

padding:70px 40px;

text-align:center;

color:white;

}

.cta h2{

font-size:2.3rem;

margin-bottom:20px;

}

.cta p{

max-width:600px;

margin:auto auto 35px;

}

.cta .primary-btn{

background:white;

color:#0057B8;

}

/* ==========================
FOOTER
========================== */

footer{

margin-top:100px;

padding:70px 20px;

background:#0f172a;

color:white;

text-align:center;

}

footer p{

opacity:.8;

margin-top:10px;

}

/* ==========================
RESPONSIVE
========================== */

@media(max-width:992px){

.hero-grid{

grid-template-columns:1fr;

text-align:center;

}

.hero-image{

margin-bottom:40px;

}

.hero-info{

justify-content:center;

}

.navbar .container{

flex-direction:column;

gap:20px;

}

.navbar ul{

flex-wrap:wrap;

justify-content:center;

}

}

@media(max-width:768px){

.hero-content h1{

font-size:2.3rem;

}

.hero-buttons{

display:flex;

flex-direction:column;

gap:15px;

}

.secondary-btn{

margin-left:0;

}

.timeline{

flex-direction:column;

}

.package-grid{

grid-template-columns:1fr;

}

}
/* ==============================
BOOKING MODAL
============================== */

.booking-modal{

display:none;

position:fixed;

top:0;
left:0;
right:0;
bottom:0;

background:rgba(0,0,0,.55);

justify-content:center;

/* Don't vertically center */
align-items:flex-start;

padding:40px 20px;

overflow-y:auto;

z-index:9999;

}

.booking-box{

background:white;

width:100%;

max-width:520px;

padding:40px;

border-radius:30px;

position:relative;

margin:auto;

max-height:90vh;

overflow-y:auto;

box-shadow:0 20px 50px rgba(0,0,0,.2);

}

@keyframes popup{

from{

opacity:0;

transform:translateY(25px);

}

to{

opacity:1;

transform:translateY(0);

}

}

.close-modal{

position:absolute;

top:18px;

right:22px;

font-size:28px;

cursor:pointer;

}

.booking-box h2{

margin-bottom:15px;

}

.booking-box p{

margin-bottom:25px;

color:#666;

}

.booking-box input,
.booking-box select,
.booking-box textarea{

width:100%;

padding:15px;

margin-bottom:18px;

border-radius:15px;

border:1px solid #ddd;

font-family:Poppins,sans-serif;

font-size:15px;

}

.booking-box textarea{

resize:vertical;

min-height:120px;

}