:root {
  --arw-primary: #00a7d8;
  --arw-primary-rgb: 0, 167, 216;
  --arw-dark: #061826;
  --arw-accent: #f59e0b;
  --arw-text: #102235;
  --arw-muted: #627287;
  --arw-soft: #f3f8fb;
  --arw-white: #ffffff;
  --arw-border: rgba(10, 33, 52, .12);
  --arw-shadow: 0 24px 80px rgba(4, 20, 36, .13);
  --arw-radius: 30px;
  --arw-container: 1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--arw-text);font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;background:#fff;line-height:1.65}
a{color:inherit;text-decoration:none} img{max-width:100%;height:auto}.screen-reader-text{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.arw-container{width:min(var(--arw-container),calc(100% - 40px));margin:0 auto}
.arw-site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(5,24,38,.08);transition:.25s ease}.arw-site-header.is-scrolled{box-shadow:0 14px 40px rgba(6,24,38,.08)}
.arw-topbar{background:var(--arw-dark);color:#dcecf6;font-size:13px}.arw-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:38px}.arw-topbar-links{display:flex;gap:18px;align-items:center}.arw-topbar a{color:#fff;font-weight:800}
.arw-header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:84px}.arw-brand{display:flex;align-items:center;min-width:190px}.arw-brand img{max-height:62px;width:auto}.arw-brand-text{display:flex;flex-direction:column;line-height:1.05}.arw-brand-text strong{font-size:25px;letter-spacing:-.045em;color:var(--arw-dark)}.arw-brand-text small{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:var(--arw-primary);font-weight:900;margin-top:6px}
.arw-main-nav{display:flex;align-items:center;justify-content:center;flex:1}.arw-menu,.arw-footer-menu{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.arw-menu a{font-size:15px;font-weight:800;color:#15314a;position:relative}.arw-menu a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--arw-primary);transform:scaleX(0);transform-origin:left;transition:.25s ease}.arw-menu a:hover:after{transform:scaleX(1)}
.arw-header-actions{display:flex;align-items:center;gap:12px}.arw-account-icon,.arw-mobile-account{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--arw-border);background:#fff;color:var(--arw-dark);box-shadow:0 12px 30px rgba(4,20,36,.06)}.arw-account-icon{gap:8px;border-radius:999px;padding:10px 14px;font-weight:900}.arw-account-icon em{font-style:normal;font-size:13px}.arw-mobile-account{display:none;width:44px;height:44px;border-radius:50%;font-size:18px}.arw-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;border:1px solid var(--arw-border);border-radius:50%;background:#fff}.arw-menu-toggle span{display:block;width:18px;height:2px;background:var(--arw-dark);margin:0 auto;border-radius:2px}.arw-mobile-quick-links{display:none}
.arw-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:14px 24px;border-radius:999px;font-weight:950;line-height:1;transition:.2s ease;border:1px solid transparent}.arw-btn:hover{transform:translateY(-2px)}.arw-btn-primary{background:linear-gradient(135deg,var(--arw-primary),#047aa8);color:#fff;box-shadow:0 18px 38px rgba(var(--arw-primary-rgb),.28)}.arw-btn-ghost{color:#fff;border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.12);backdrop-filter:blur(10px)}.arw-btn-soft{background:rgba(var(--arw-primary-rgb),.1);color:var(--arw-primary);border-color:rgba(var(--arw-primary-rgb),.16)}.arw-btn-light{background:#fff;color:var(--arw-dark)}.arw-btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}
.arw-hero{position:relative;background:var(--arw-dark);overflow:hidden}.arw-slider{position:relative;min-height:740px;background:radial-gradient(circle at 16% 16%,rgba(var(--arw-primary-rgb),.38),transparent 34%),linear-gradient(135deg,#061826,#0b354b)}.arw-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease;display:flex;align-items:center}.arw-slide.is-active{opacity:1;visibility:visible;z-index:1}.arw-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,32,.94) 0%,rgba(4,18,32,.74) 45%,rgba(4,18,32,.22) 100%)}.arw-slide-content{position:relative;z-index:2;color:#fff;padding:130px 0 100px;max-width:1180px}.arw-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--arw-primary);font-size:13px;text-transform:uppercase;letter-spacing:.2em;font-weight:950;margin-bottom:14px}.arw-kicker:before{content:"";width:34px;height:2px;background:currentColor;border-radius:2px}.arw-slide h1,.arw-page-hero h1{font-size:clamp(42px,7vw,82px);line-height:.98;letter-spacing:-.065em;max-width:780px;margin:0 0 24px}.arw-slide p{font-size:clamp(17px,2vw,22px);color:#dcecf6;max-width:670px;margin:0 0 34px}.arw-hero-actions,.arw-inline-actions,.arw-cta-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.arw-hero-mini{margin-top:28px;display:flex;gap:10px;flex-wrap:wrap}.arw-hero-mini span{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);padding:9px 12px;border-radius:999px;color:#eaf8fd;font-weight:800;font-size:13px}.arw-slider-nav{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.14);color:#fff;font-size:40px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:.2s ease;backdrop-filter:blur(12px)}.arw-slider-nav:hover{background:var(--arw-primary)}.arw-slider-prev{left:24px}.arw-slider-next{right:24px}.arw-slider-dots{position:absolute;z-index:5;left:50%;bottom:36px;transform:translateX(-50%);display:flex;gap:9px}.arw-slider-dots button{width:11px;height:11px;border-radius:999px;border:0;background:rgba(255,255,255,.45);padding:0;cursor:pointer;transition:.2s ease}.arw-slider-dots button.is-active{width:34px;background:#fff}
.arw-stats{position:relative;margin-top:-56px;z-index:4}.arw-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.arw-stat-card{background:#fff;border:1px solid var(--arw-border);box-shadow:var(--arw-shadow);border-radius:24px;padding:24px 24px;display:flex;flex-direction:column;gap:4px}.arw-stat-card strong{font-size:30px;line-height:1;color:var(--arw-dark);letter-spacing:-.04em}.arw-stat-card span{color:var(--arw-muted);font-weight:800}
.arw-section{padding:96px 0}.arw-section-head{text-align:center;max-width:800px;margin:0 auto 42px}.arw-section h2,.arw-cta h2,.arw-contact h2{font-size:clamp(34px,4vw,56px);line-height:1.05;letter-spacing:-.055em;margin:0 0 18px;color:var(--arw-dark)}.arw-section p{font-size:17px;color:var(--arw-muted);margin-top:0}.arw-split{display:grid;grid-template-columns:1.08fr .92fr;gap:52px;align-items:center}.arw-split-reverse{grid-template-columns:.95fr 1.05fr}
.arw-feature-panel{position:relative;overflow:hidden;min-height:380px;background:linear-gradient(135deg,#062235,#0b4960);color:#fff;border-radius:var(--arw-radius);padding:42px;box-shadow:var(--arw-shadow)}.arw-feature-panel h3{font-size:32px;margin:0 0 18px;letter-spacing:-.04em}.arw-feature-panel ul{margin:0;padding:0;list-style:none;display:grid;gap:14px}.arw-feature-panel li{position:relative;padding-left:30px;color:#e9f7fd;font-weight:800}.arw-feature-panel li:before{content:"✓";position:absolute;left:0;color:var(--arw-accent)}.arw-river-line{position:absolute;right:-90px;bottom:-120px;width:340px;height:340px;border:38px solid rgba(255,255,255,.1);border-radius:50%}
.arw-programs{background:var(--arw-soft)}.arw-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.arw-program-card{background:#fff;border:1px solid var(--arw-border);border-radius:28px;padding:30px;box-shadow:0 16px 42px rgba(4,20,36,.06);transition:.2s ease;display:flex;flex-direction:column;min-height:100%}.arw-program-card:hover{transform:translateY(-6px);box-shadow:var(--arw-shadow)}.arw-card-icon{display:grid;place-items:center;width:54px;height:54px;background:rgba(var(--arw-primary-rgb),.1);border-radius:18px;color:var(--arw-primary);font-weight:950;margin-bottom:24px}.arw-program-card h3{font-size:25px;margin:0 0 12px;letter-spacing:-.035em;color:var(--arw-dark)}.arw-program-card strong{display:block;margin:auto 0 18px;font-size:22px;color:var(--arw-dark);letter-spacing:-.03em}.arw-card-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(var(--arw-primary-rgb),.22);padding:12px 16px;color:var(--arw-primary);font-weight:950;background:rgba(var(--arw-primary-rgb),.08)}
.arw-schedule-board{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.arw-time-card{background:#fff;border:1px solid var(--arw-border);border-radius:28px;padding:28px;box-shadow:var(--arw-shadow)}.arw-time-card span{font-size:30px}.arw-time-card h3{margin:12px 0 8px;font-size:24px;color:var(--arw-dark);letter-spacing:-.04em}.arw-time-card p{font-size:22px;line-height:1.7;font-weight:950;color:var(--arw-dark);margin:0}.arw-location-chip{display:inline-flex;padding:12px 16px;border-radius:999px;background:rgba(var(--arw-primary-rgb),.1);color:var(--arw-primary);font-weight:950;border:1px solid rgba(var(--arw-primary-rgb),.18)}
.arw-level{background:linear-gradient(180deg,#fff,var(--arw-soft))}.arw-level-box{display:grid;grid-template-columns:1fr .9fr;gap:36px;align-items:center;background:#fff;border:1px solid var(--arw-border);border-radius:34px;padding:44px;box-shadow:var(--arw-shadow)}.arw-level-steps{display:grid;gap:12px}.arw-level-steps span{position:relative;border:1px solid rgba(var(--arw-primary-rgb),.16);border-radius:18px;padding:14px 16px 14px 52px;background:rgba(var(--arw-primary-rgb),.06);font-weight:950;color:var(--arw-dark)}.arw-level-steps span:before{content:"";position:absolute;left:18px;top:50%;width:18px;height:18px;border-radius:50%;background:var(--arw-primary);transform:translateY(-50%);box-shadow:0 0 0 6px rgba(var(--arw-primary-rgb),.12)}
.arw-cta{padding:46px 0}.arw-cta-box{position:relative;overflow:hidden;text-align:center;border-radius:34px;background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.24),transparent 32%),linear-gradient(135deg,var(--arw-primary),#064866);color:#fff;padding:74px 32px;box-shadow:var(--arw-shadow)}.arw-cta .arw-kicker{color:#fff;justify-content:center}.arw-cta .arw-kicker:before{background:#fff}.arw-cta h2{color:#fff;max-width:790px;margin-left:auto;margin-right:auto}.arw-cta p{color:#eaf8fd;max-width:700px;margin:0 auto 28px}.arw-cta-actions{justify-content:center}
.arw-contact-box{display:grid;grid-template-columns:1fr .9fr;gap:24px;align-items:center;background:#fff;border:1px solid var(--arw-border);border-radius:var(--arw-radius);box-shadow:var(--arw-shadow);padding:44px}.arw-contact-text p{margin:0 0 18px;font-weight:800;color:var(--arw-dark)}
.arw-page-hero{background:linear-gradient(135deg,var(--arw-dark),#0c4059);color:#fff;padding:105px 0 75px}.arw-page-hero h1{color:#fff;margin-bottom:0}.arw-content-card{background:#fff;border:1px solid var(--arw-border);border-radius:var(--arw-radius);padding:42px;box-shadow:var(--arw-shadow)}.arw-entry-content{font-size:17px}.arw-entry-content a{color:var(--arw-primary);font-weight:800}.arw-article{border-bottom:1px solid var(--arw-border);padding:0 0 24px;margin:0 0 24px}.arw-article h2{margin:0 0 8px;color:var(--arw-dark);letter-spacing:-.03em}
.arw-site-footer{background:var(--arw-dark);color:#dbeaf4;padding-top:64px}.arw-footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:38px}.arw-site-footer h3,.arw-site-footer h4{color:#fff;margin:0 0 14px}.arw-site-footer p{margin:0 0 8px;color:#b8c8d4}.arw-site-footer a{color:#fff;font-weight:800}.arw-footer-menu{display:grid;gap:8px}.arw-footer-menu a{color:#dbeaf4}.arw-footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:48px;padding:20px 0;color:#9eb2c1;font-size:14px}
body.woocommerce-account.logged-in .woocommerce{display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:start}body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{background:#fff;border:1px solid var(--arw-border);border-radius:26px;padding:16px;box-shadow:var(--arw-shadow)}body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a{display:flex;border-radius:16px;padding:13px 15px;font-weight:900;color:var(--arw-dark);background:#f8fbfd}body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a,body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover{background:linear-gradient(135deg,var(--arw-primary),#087ba6);color:#fff}body.woocommerce-account.logged-in .woocommerce-MyAccount-content{background:#fff;border:1px solid var(--arw-border);border-radius:28px;padding:30px;box-shadow:var(--arw-shadow);min-height:320px}body.woocommerce-account.logged-in .woocommerce-MyAccount-content h2,body.woocommerce-account.logged-in .woocommerce-MyAccount-content h3{letter-spacing:-.04em;color:var(--arw-dark)}
@media (max-width: 1024px){.arw-stats-grid{grid-template-columns:repeat(2,1fr)}.arw-card-grid,.arw-level-box,.arw-split,.arw-split-reverse,.arw-contact-box,.arw-footer-grid{grid-template-columns:1fr}.arw-schedule-board{grid-template-columns:1fr}body.woocommerce-account.logged-in .woocommerce{grid-template-columns:1fr}}
@media (max-width: 960px){.arw-header-actions{display:none}.arw-mobile-account,.arw-menu-toggle{display:flex}.arw-main-nav{position:absolute;left:0;right:0;top:86px;background:#fff;border:1px solid var(--arw-border);box-shadow:var(--arw-shadow);border-radius:22px;padding:18px;display:none}.arw-main-nav.is-open{display:block}.arw-menu{align-items:flex-start;flex-direction:column;gap:14px}.arw-mobile-quick-links{display:grid;grid-template-columns:1fr;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--arw-border)}.arw-mobile-quick-links a{border-radius:16px;background:rgba(var(--arw-primary-rgb),.09);padding:12px 14px;font-weight:950;color:var(--arw-primary)}.arw-slider{min-height:660px}.arw-slider-nav{display:none}.arw-stats{margin-top:24px}.arw-section{padding:68px 0}.arw-topbar-inner{justify-content:center;text-align:center}.arw-topbar-links{display:none}}
@media (max-width: 640px){.arw-container{width:min(100% - 28px,var(--arw-container))}.arw-header-inner{min-height:76px;gap:10px}.arw-brand{min-width:auto}.arw-brand-text strong{font-size:21px}.arw-slider{min-height:640px}.arw-slide-content{padding:86px 0}.arw-slide h1{font-size:42px}.arw-slide p{font-size:16px}.arw-btn{width:100%;min-height:50px}.arw-hero-actions,.arw-inline-actions,.arw-cta-actions{width:100%}.arw-stats-grid{grid-template-columns:1fr}.arw-stat-card,.arw-program-card,.arw-content-card,.arw-contact-box,.arw-level-box{padding:24px;border-radius:22px}.arw-cta-box{padding:52px 22px;border-radius:24px}.arw-section h2,.arw-cta h2,.arw-contact h2{font-size:34px}body.woocommerce-account.logged-in .woocommerce-MyAccount-content{padding:22px;border-radius:22px}}

.arw-page-hero-compact{background:linear-gradient(135deg,var(--arw-dark),#0c4059);color:#fff;padding:64px 0 46px}.arw-page-hero-compact h1{color:#fff;margin:0}.arw-account-section{padding:42px 0 82px}.arw-account-card{padding:26px;background:linear-gradient(180deg,#fff,#f8fbfd)}body.woocommerce-account:not(.logged-in) .woocommerce{display:block}.woocommerce-account .woocommerce form.login,.woocommerce-account .woocommerce form.register{border:1px solid var(--arw-border);border-radius:26px;padding:28px;box-shadow:var(--arw-shadow);background:#fff}.woocommerce-account .woocommerce form .form-row input.input-text{border:1px solid var(--arw-border);border-radius:15px;padding:13px 14px;background:#f8fbfd}.woocommerce-account .woocommerce .button{border-radius:999px!important;background:var(--arw-primary)!important;color:#fff!important;font-weight:950!important;padding:13px 22px!important}
@media(max-width:640px){.arw-page-hero-compact{padding:48px 0 34px}.arw-account-section{padding:28px 0 58px}.arw-account-card{padding:16px}}

/* v1.1.2 - WooCommerce Hesabım masaüstü/mobil ayrımı */
body.woocommerce-account .arw-account-section{background:linear-gradient(180deg,#f6fbfe 0%,#eef6fa 100%);padding:46px 0 92px}
body.woocommerce-account .arw-account-section>.arw-container{width:min(1280px,calc(100% - 40px))}
body.woocommerce-account .arw-account-card{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important}
body.woocommerce-account .arw-entry-content{font-size:16px;width:100%}
body.woocommerce-account .woocommerce:before,body.woocommerce-account .woocommerce:after{content:none!important;display:none!important}
body.woocommerce-account.logged-in .woocommerce{display:grid!important;grid-template-columns:310px minmax(0,1fr)!important;gap:32px!important;align-items:start!important;width:100%!important;max-width:1280px!important;margin:0 auto!important;clear:both!important}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,body.woocommerce-account.logged-in .woocommerce-MyAccount-content{float:none!important;width:auto!important;margin:0!important;min-width:0!important;box-sizing:border-box!important}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{position:sticky;top:118px;background:#fff!important;border:1px solid rgba(10,33,52,.12)!important;border-radius:30px!important;padding:18px!important;box-shadow:0 24px 70px rgba(4,20,36,.1)!important;overflow:hidden!important}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation:before{content:'Öğrenci Paneli';display:block;margin:2px 4px 14px;color:var(--arw-primary);font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:950}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;list-style:none!important;margin:0!important;padding:0!important}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{margin:0!important;padding:0!important;border:0!important}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:50px!important;border-radius:18px!important;padding:14px 16px!important;background:#f7fbfd!important;color:#102235!important;font-weight:950!important;line-height:1.2!important;border:1px solid transparent!important;box-shadow:none!important;word-break:normal!important}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:after{content:'›';font-size:22px;line-height:1;color:rgba(16,34,53,.32)}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a,body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover{background:linear-gradient(135deg,var(--arw-primary),#087ba6)!important;color:#fff!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 14px 30px rgba(var(--arw-primary-rgb),.22)!important}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a:after,body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover:after{color:rgba(255,255,255,.72)}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{background:#fff!important;border:1px solid rgba(10,33,52,.12)!important;border-radius:34px!important;padding:38px!important;box-shadow:0 24px 80px rgba(4,20,36,.1)!important;min-height:520px!important;overflow:visible!important}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content>p:first-child{margin-top:0;background:linear-gradient(135deg,#061826,#0b4960);color:#dbeaf4;border-radius:26px;padding:24px;font-weight:700}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content h2,body.woocommerce-account.logged-in .woocommerce-MyAccount-content h3{margin-top:0;color:var(--arw-dark);letter-spacing:-.045em;line-height:1.1}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content h2{font-size:clamp(30px,3vw,44px)}
body.woocommerce-account .woocommerce-info,body.woocommerce-account .woocommerce-message,body.woocommerce-account .woocommerce-error{border-radius:20px!important;border:1px solid rgba(10,33,52,.12)!important;background:#fff!important;box-shadow:0 18px 46px rgba(4,20,36,.06)!important;color:#102235!important}
body.woocommerce-account .woocommerce .button,body.woocommerce-account .woocommerce button.button,body.woocommerce-account .woocommerce a.button{border-radius:999px!important;background:linear-gradient(135deg,var(--arw-primary),#087ba6)!important;color:#fff!important;font-weight:950!important;padding:13px 22px!important;border:0!important;line-height:1.2!important}
body.woocommerce-account .woocommerce-Address,body.woocommerce-account .woocommerce-address-fields,body.woocommerce-account form.edit-account{background:#f8fbfd;border:1px solid rgba(10,33,52,.1);border-radius:24px;padding:24px;margin-bottom:18px}
body.woocommerce-account .woocommerce form .form-row input.input-text,body.woocommerce-account .woocommerce form .form-row textarea,body.woocommerce-account .woocommerce form .form-row select{width:100%;border:1px solid rgba(10,33,52,.14)!important;border-radius:16px!important;padding:14px 15px!important;background:#fff!important;color:#102235!important;min-height:48px!important}
body.woocommerce-account:not(.logged-in) .woocommerce{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px!important;align-items:start!important;width:100%!important}
body.woocommerce-account:not(.logged-in) .woocommerce>h2{grid-column:1/-1;margin:0;color:var(--arw-dark);letter-spacing:-.04em}
body.woocommerce-account:not(.logged-in) .woocommerce form.login,body.woocommerce-account:not(.logged-in) .woocommerce form.register{height:100%;margin:0!important;border:1px solid rgba(10,33,52,.12)!important;border-radius:28px!important;padding:30px!important;background:#fff!important;box-shadow:0 24px 70px rgba(4,20,36,.08)!important}
body.woocommerce-account:not(.logged-in) .woocommerce form.login:before{content:'Mevcut öğrenci girişi';display:block;margin-bottom:12px;color:var(--arw-primary);font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:950}
body.woocommerce-account:not(.logged-in) .woocommerce form.register:before{content:'Yeni öğrenci kaydı';display:block;margin-bottom:12px;color:var(--arw-primary);font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:950}

@media (min-width:981px){
  body.woocommerce-account.logged-in .woocommerce{grid-template-columns:310px minmax(0,1fr)!important}
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{display:block!important}
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content{display:block!important}
}
@media (max-width:980px){
  body.woocommerce-account .arw-account-section{padding:32px 0 72px}
  body.woocommerce-account .arw-account-section>.arw-container{width:min(100% - 28px,1280px)}
  body.woocommerce-account.logged-in .woocommerce{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{position:relative!important;top:auto!important;border-radius:24px!important;padding:14px!important;box-shadow:0 18px 46px rgba(4,20,36,.08)!important}
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation:before{margin:2px 4px 12px}
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{display:flex!important;gap:8px!important;overflow-x:auto!important;padding:0 2px 4px!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important}
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{flex:0 0 auto!important;scroll-snap-align:start!important}
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a{min-height:46px!important;padding:12px 14px!important;white-space:nowrap!important;border-radius:999px!important;font-size:14px!important}
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:after{display:none!important}
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content{border-radius:26px!important;padding:24px!important;min-height:360px!important}
  body.woocommerce-account:not(.logged-in) .woocommerce{grid-template-columns:1fr!important;gap:18px!important}
}
@media (max-width:640px){
  body.woocommerce-account .arw-page-hero-compact{padding:42px 0 30px}
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content{padding:18px!important;border-radius:22px!important}
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content>p:first-child{padding:18px;border-radius:20px;font-size:14px}
  body.woocommerce-account .woocommerce-Address,body.woocommerce-account .woocommerce-address-fields,body.woocommerce-account form.edit-account{padding:18px;border-radius:20px}
  body.woocommerce-account:not(.logged-in) .woocommerce form.login,body.woocommerce-account:not(.logged-in) .woocommerce form.register{padding:22px!important;border-radius:22px!important}
}

/* v1.1.3 - Hesabım sayfası kesin masaüstü/mobil düzen düzeltmesi
   Not: Bu blok body class'a bağımlı değildir; WooCommerce hesabım shortcode'u hangi sayfada olursa olsun çalışır. */
.arw-entry-content{width:100%!important;max-width:none!important;min-width:0!important}
.arw-content-card:has(.woocommerce-MyAccount-navigation),
.arw-account-card{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important}
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation),
.arw-entry-content>.woocommerce.arw-woo-account-layout,
.woocommerce.arw-woo-account-layout{display:grid!important;grid-template-columns:minmax(270px,310px) minmax(0,1fr)!important;gap:32px!important;align-items:start!important;width:100%!important;max-width:1280px!important;margin:0 auto!important;padding:0!important;clear:both!important;float:none!important;overflow:visible!important}
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation):before,
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation):after,
.woocommerce.arw-woo-account-layout:before,
.woocommerce.arw-woo-account-layout:after{content:none!important;display:none!important;clear:none!important}
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation,
.woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation{grid-column:1!important;grid-row:1!important;float:none!important;display:block!important;width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;position:sticky!important;top:118px!important;background:#fff!important;border:1px solid rgba(10,33,52,.12)!important;border-radius:30px!important;padding:18px!important;box-shadow:0 24px 70px rgba(4,20,36,.1)!important;overflow:hidden!important;transform:none!important;left:auto!important;right:auto!important;text-align:left!important}
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-content,
.woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-content{grid-column:2!important;grid-row:1!important;float:none!important;display:block!important;width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;background:#fff!important;border:1px solid rgba(10,33,52,.12)!important;border-radius:34px!important;padding:38px!important;box-shadow:0 24px 80px rgba(4,20,36,.1)!important;min-height:520px!important;overflow:visible!important;clear:none!important;transform:none!important;left:auto!important;right:auto!important;text-align:left!important}
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation:before,
.woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation:before{content:'Öğrenci Paneli';display:block;margin:2px 4px 14px;color:var(--arw-primary);font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:950}
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation ul,
.woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation ul{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;list-style:none!important;margin:0!important;padding:0!important;width:100%!important}
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation li,
.woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation li{display:block!important;margin:0!important;padding:0!important;border:0!important;width:100%!important}
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation a,
.woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation a{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:50px!important;border-radius:18px!important;padding:14px 16px!important;background:#f7fbfd!important;color:#102235!important;font-weight:950!important;line-height:1.2!important;border:1px solid transparent!important;box-shadow:none!important;word-break:normal!important;white-space:normal!important;text-align:left!important}
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation a:after,
.woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation a:after{content:'›';font-size:22px;line-height:1;color:rgba(16,34,53,.32);margin-left:10px}
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation .is-active a,
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation a:hover,
.woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation .is-active a,
.woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation a:hover{background:linear-gradient(135deg,var(--arw-primary),#087ba6)!important;color:#fff!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 14px 30px rgba(var(--arw-primary-rgb),.22)!important}
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation .is-active a:after,
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation a:hover:after,
.woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation .is-active a:after,
.woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation a:hover:after{color:rgba(255,255,255,.72)}
.arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-content>*:first-child,
.woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-content>*:first-child{margin-top:0!important}

@media (max-width:980px){
  .arw-content-card:has(.woocommerce-MyAccount-navigation),.arw-account-card{padding:0!important}
  .arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation),
  .arw-entry-content>.woocommerce.arw-woo-account-layout,
  .woocommerce.arw-woo-account-layout{grid-template-columns:1fr!important;gap:18px!important;max-width:100%!important}
  .arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation,
  .woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation{grid-column:1!important;grid-row:1!important;position:relative!important;top:auto!important;border-radius:24px!important;padding:14px!important;box-shadow:0 18px 46px rgba(4,20,36,.08)!important}
  .arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation:before,
  .woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation:before{margin:2px 4px 12px}
  .arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation ul,
  .woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation ul{display:flex!important;grid-template-columns:none!important;gap:8px!important;overflow-x:auto!important;padding:0 2px 4px!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important}
  .arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation li,
  .woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation li{flex:0 0 auto!important;width:auto!important;scroll-snap-align:start!important}
  .arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation a,
  .woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation a{width:auto!important;min-height:46px!important;padding:12px 14px!important;white-space:nowrap!important;border-radius:999px!important;font-size:14px!important}
  .arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-navigation a:after,
  .woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-navigation a:after{display:none!important}
  .arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-content,
  .woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-content{grid-column:1!important;grid-row:2!important;border-radius:26px!important;padding:24px!important;min-height:360px!important}
}
@media (max-width:640px){
  .arw-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-content,
  .woocommerce.arw-woo-account-layout>.woocommerce-MyAccount-content{padding:18px!important;border-radius:22px!important}
}
